/**
 * 	get all css files in one place.
 *  replace with concatenated version
 *  when used on productive server
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.a11y {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
	 * Allow the element to be focusable when navigated to via the keyboard: h5bp.com/p
	 */
}
.a11y:active,
.a11y:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  border: 2px solid #006699;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hide-text-let-height {
  text-indent: -10000px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 11.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear-phone {
  *zoom: 1;
  clear: both !important;
}
.clear-phone:before,
.clear-phone:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear-phone:after {
  clear: both;
}
/* HTML5 Boilerplate	*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html * {
  font-size: 100%;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0 solid;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0 solid;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.legend {
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media all {
  /**
	* @section Float Handling Module
	*/
  /* clearfix method for clearing floats */
  .ym-clearfix:before {
    content: "";
    display: table;
  }
  .ym-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  /* alternative solutions to contain floats */
  .ym-contain-dt {
    display: table;
    width: 100%;
    overflow: visible;
  }
  .ym-contain-oh {
    overflow: hidden;
    width: 100%;
    display: block;
  }
  .ym-contain-fl {
    float: left;
    width: 100%;
  }
  /**
	* @section Accessibility Module
	*
	* skip links and hidden content
	*/
  /* classes for invisible elements in the base layout */
  .ym-skip,
  .ym-hideme,
  .ym-print {
    position: absolute;
    top: -32768px;
    left: -32768px;
    /* LTR */
  }
  /* make skip links visible when using tab navigation */
  .ym-skip:focus,
  .ym-skip:active {
    position: static;
    top: 0;
    left: 0;
    border: 2px solid #006699;
  }
  /* skiplinks:technical setup */
  .ym-skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .ym-skiplinks .ym-skip:focus,
  .ym-skiplinks .ym-skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: auto;
    background-color: white;
    padding: 1em;
    display: inline-block;
    min-width: 320px;
  }
}
@media screen, projection, print {
  /**
	* @section Column Module
	*/
  .ym-column {
    display: table;
    width: 100%;
  }
  /* left column */
  .ym-col1 {
    width: 20.4em;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* center column */
  .ym-col2 {
    width: 40.8em;
    float: left;
    margin-left: 0.8em;
    margin-right: 0;
    position: relative;
  }
  /* right column */
  .ym-col3 {
    width: 18.8em;
    float: right;
    margin-left: 0;
    margin-right: 1.6em;
  }
  .ym-cbox {
    padding: 0 1.6em;
  }
  /* Preparation for absolute positioning within content columns */
  .ym-cbox .ym-cbox-left,
  .ym-cbox-right {
    position: relative;
  }
  .ym-cbox {
    padding: 0 10px;
  }
  .ym-cbox-left {
    padding: 0 10px 0 0;
  }
  .ym-cbox-right {
    padding: 0 0 0 10px;
  }
  /* IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
  .ym-ie-clearing {
    display: none;
  }
  /**
	* @section Grid Module
	*
	*/
  .ym-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ym-gl {
    float: left;
    margin: 0;
  }
  .ym-gr {
    float: right;
    margin: 0 0 0 -0.4em;
  }
  .ym-g20 {
    width: 20%;
  }
  .ym-g40 {
    width: 40%;
  }
  .ym-g60 {
    width: 60%;
  }
  .ym-g80 {
    width: 80%;
  }
  .ym-g25 {
    width: 25%;
  }
  .ym-g33 {
    width: 33.333%;
  }
  .ym-g50 {
    width: 50%;
  }
  .ym-g66 {
    width: 66.666%;
  }
  .ym-g75 {
    width: 75%;
  }
  .ym-g38 {
    width: 38.2%;
  }
  .ym-g62 {
    width: 61.8%;
  }
  .ym-gbox {
    padding: 0 0.8em;
  }
  .ym-gbox-left {
    padding: 0 0.8em 0 0;
  }
  .ym-gbox-right {
    padding: 0 0 0 0.8em;
  }
  /* this is for components that contain images or other non-scalable context, */
  /* to stay within the borders of the column. (like teasers)									*/
  .column-control-grid .ym-gbox {
    padding: 0 0 0 1.6em;
  }
  .column-control-grid .ym-gbox .span3 {
    width: 100%;
  }
  .column-control-grid .ym-gl:first-child .ym-gbox {
    padding: 0;
  }
  /*
	.ym-g33 .ym-gbox-left { padding: 0 1.333em 0 0 }
	.ym-g33 .ym-gbox-right { padding: 0 0 0 1.333em }
	.ym-g33 .ym-gbox { padding: 0 0.665em 0 0.665em }

	.ym-g25 .ym-gbox-left { padding: 0 1.333em 0 0 }
	.ym-g25 .ym-gbox-right { padding: 0 0 0 1.333em }
	.ym-g25 .ym-gbox { padding: 0 0.665em 0 0.665em }
	*/
  .ym-equalize {
    overflow: hidden;
  }
  .ym-equalize > .ym-gl,
  .ym-equalize > .ym-gr {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
  }
  .ym-equalize > * > .ym-gbox,
  .ym-equalize > * > .ym-gbox-left,
  .ym-equalize > * > .ym-gbox-right {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  padding: 0 1.6em;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -1.6em;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 1.6em;
}
.container {
  width: 80em;
}
.span12 {
  width: 80em;
}
.width12 {
  width: 80em;
}
.span11 {
  width: 73.2em;
}
.width11 {
  width: 73.2em;
}
.span10 {
  width: 66.4em;
}
.width10 {
  width: 66.4em;
}
.span9 {
  width: 59.6em;
}
.width9 {
  width: 59.6em;
}
.span8 {
  width: 52.8em;
}
.width8 {
  width: 52.8em;
}
.span7 {
  width: 46em;
}
.width7 {
  width: 46em;
}
.span6 {
  width: 39.2em;
}
.width6 {
  width: 39.2em;
}
.span5 {
  width: 32.4em;
}
.width5 {
  width: 32.4em;
}
.span4 {
  width: 25.6em;
}
.width4 {
  width: 25.6em;
}
.span3 {
  width: 18.8em;
}
.width3 {
  width: 18.8em;
}
.span2 {
  width: 12em;
}
.width2 {
  width: 12em;
}
.span1 {
  width: 5.2em;
}
.width1 {
  width: 5.2em;
}
.offset12 {
  margin-left: 83.2em;
}
.offset11 {
  margin-left: 76.4em;
}
.offset10 {
  margin-left: 69.6em;
}
.offset9 {
  margin-left: 62.8em;
}
.offset8 {
  margin-left: 56em;
}
.offset7 {
  margin-left: 49.2em;
}
.offset6 {
  margin-left: 42.4em;
}
.offset5 {
  margin-left: 35.6em;
}
.offset4 {
  margin-left: 28.8em;
}
.offset3 {
  margin-left: 22em;
}
.offset2 {
  margin-left: 15.2em;
}
.offset1 {
  margin-left: 8.4em;
}
[class*="span"].hide {
  display: none;
}
[class*="span"].pull-right {
  float: right;
}
/*--------------------------------------------
	Icon Collection
============================================*/
.icon-collection-fallback {
  display: none;
}
.icon-collection span {
  /*font-family: ;*/
}
/* This stuff here still needs imp */
a[data-icon=">"]::before,
a[data-icon="^"]::before,
a[data-icon="."]::before,
a[data-icon=":"]::before,
a[data-icon=","]::before {
  margin-right: 5px;
}
a[data-icon="0"]::before {
  font-size: 1em;
}
/*--------------------------------------------
	Form Icons
============================================*/
.enhanced_select_selector span {
  background-image: url(../../../../internet/clientlibs/base/resources/assets/images/form_icons.svg);
  background-position: 0 -130px;
  width: 25px;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.frmicn,
.enhanced_checkbox,
.enhanced_radio {
  background-image: url(../../../../internet/clientlibs/base/resources/assets/images/form_icons.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
/* Checkboxes */
.icn_checkbox_checked {
  background-position: 0 -45px;
}
.icn_checkbox_checked_focus {
  background-position: 0 0;
}
.icn_checkbox_checked_inactive {
  background-position: 0 -540px;
}
.icn_checkbox_unchecked {
  background-position: 0 -90px;
}
.icn_checkbox_unchecked_focus {
  background-position: 0 -360px;
}
.icn_checkbox_unchecked_inactive {
  background-position: 0 -450px;
}
/* Radio Buttons */
.icn_radio_checked {
  background-position: 0 -225px;
}
.icn_radio_checked_focus {
  background-position: 0 -180px;
}
.icn_radio_checked_inactive {
  background-position: 0 -495px;
}
.icn_radio_unchecked {
  background-position: 0 -270px;
}
.icn_radio_unchecked_focus {
  background-position: 0 -315px;
}
.icn_radio_unchecked_inactive {
  background-position: 0 -405px;
}
/* Dropdowns */
.icn_select_dropdown {
  background-position: 0 -129px;
  height: 26px;
  position: relative;
}
.icn_select_dropdown::before {
  content: "";
  height: 90%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #6c6c6c;
}
/* error */
.icn_error {
  background-position: 0 -375px;
  width: 17px;
  height: 25px;
}
/*--------------------------------------------
	Badge Icons
============================================*/
.bdgicn {
  width: 24px;
  height: 24px;
  background-image: url(../../../../internet/clientlibs/base/resources/assets/images/badge_sprite.svg);
  background-repeat: no-repeat;
  display: block;
}
.icn_flex {
  background-position: 0 0;
  width: 24px;
}
.icn_flex_select {
  background-position: 0 -54px;
}
.icn_fix {
  background-position: 0 -108px;
}
.icn_fix_select {
  background-position: 0 -162px;
}
.icn_cd {
  background-position: 0 -216px;
}
.icn_cd_select {
  background-position: 0 -270px;
}
/*--------------------------------------------
	Process Icons
============================================*/
/**/
.prcsicn {
  background-image: url(../../../../internet/clientlibs/base/resources/assets/images/process_icons.png);
  background-repeat: no-repeat;
  background-position: left top;
}
/* set to background-position of '.icn_prcs_lft_active' */
/* nav-process.html, pagetype-form.html */
/**/
a.icn_prcs_lft_default:hover,
a.icn_prcs_lft_default:active {
  background-position: 0 -220px;
}
/* set to background-position of '.icn_prcs_first_avtive' */
/* nav-process.html, pagetype-form.html */
/**/
a.icn_prcs_first_default:hover,
a.icn_prcs_first_default:active {
  background-position: 0 -110px;
}
/* set to background-position of '.icn_prcs_rght_active' */
/* nav-process.html, pagetype.html */
/**/
a:hover span.icn_prcs_rght_default,
a:active span.icn_prcs_rght_default {
  background-position: 100% -330px;
}
/* set to background-position of '.icn_prcs_end_active' */
/* nav-process.html, pagetype-form.html */
/**/
a:hover span.icn_prcs_end_default,
a:active span.icn_prcs_end_default {
  background-position: 100% 0;
}
/* nav-process.html, pagetype-form.html */
/**/
.icn_prcs_end_default {
  background-position: 100% -55px;
}
/**/
.icn_prcs_first_default {
  background-position: 0 -165px;
}
/**/
.icn_prcs_lft_active {
  background-position: 0 -220px;
}
/**/
.icn_prcs_lft_default {
  background-position: 0 -275px;
}
/**/
.icn_prcs_rght_active {
  background-position: 100% -330px;
}
/**/
.icn_prcs_rght_default {
  background-position: 100% -385px;
}
.icn_prcs_end_active {
  background-position: 100% 0;
}
.icn_prcs_first_avtive {
  background-position: 0 -110px;
}
.icon {
  background-size: 2em;
  background-repeat: no-repeat;
  /**/
  /**/
  /**/
  /*			nav-main.html, pagetype-combi.html, pagetype-detail-unattached.html, pagetype-detail.html, pagetype-foorm.html, pagetype-home.html, pagetype-overview-without-nav.html, pagetype-overview.html, pagetype-publication.html, pagetype-searchresults.html, pagetype-substart.html */
  /**/
}
.icon.menu {
  background-position: 0 0;
}
.icon.search {
  background-position: 0 -4.17em;
}
.icon.close {
  background-position: 0 -8.33em;
  padding-left: 2em;
}
.icon.arrow-left {
  background-position: 0 -12.5em;
  padding-left: 2em;
}
.icon.arrow-right {
  background-position: right -16.67em;
  padding-right: 2em;
}
.icon.indicator-active {
  background-position: 50% -20.83em;
}
.icon.indicator {
  background-position: 50% -25em;
}
.icon.collapsed {
  background-position: 50% -29.17em;
}
.icon.expanded {
  background-position: 50% -33.33em;
}
@media screen {
  #pageheader {
    position: relative;
    top: 0;
    left: 0;
    height: 11em;
    /* z-index: 100; */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(7%, #fafafa), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(top, #f2f2f2 0%, #fafafa 7%, #ffffff 100%);
    /* W3C */
    /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); / * IE6-9 */
  }
  #logo {
    position: absolute;
    top: 4.3em;
    left: 1.6em;
    width: 75%;
    height: 6em;
    z-index: 1;
    /* background: transparent url(../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/logo_ch.png) 0 0 no-repeat; */
    /* background-image: linear-gradient(transparent, transparent), url(../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/logo_ch.svg); */
    color: #454545;
    font-size: 1em;
    line-height: 1;
  }
  #logo img {
    width: 17.1em;
    margin-top: 0;
    padding-right: 2em;
    border-right: 1px solid #e5e5e5;
  }
  #logo h1 {
    font-size: 1em;
    font-weight: normal !important;
    line-height: 1.3;
    margin-top: 0;
    padding-left: 2.5em;
    position: absolute;
    top: 0;
    left: 19.1em;
    height: auto;
    max-width: 20em;
  }
  /* -------------------------------------------------------------------------------------
	 SITESEARCH
	 --------------------------------------------------------------------------------------*/
  #sitesearch {
    /*width: 6em;*/
    position: absolute;
    top: 3.84em;
    right: 1.75em;
    z-index: 5;
    height: 1.5em;
  }
  #sitesearch input[type="submit"],
  #sitesearch button[type="submit"] {
    color: #000;
    position: absolute;
    font-family: 'AdminCH_Symbols';
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 7px;
    left: 12px;
    z-index: 6;
    border: none;
    width: 14px;
    height: 16px;
    padding: 0;
    margin: 0;
    text-shadow: none;
    /* filter: none; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 0;
  }
  #sitesearch input[type="reset"],
  #sitesearch button[type="reset"] {
    position: absolute;
    font-family: 'AdminCH_Symbols';
    font-size: 85.71%;
    top: 8px;
    right: 10px;
    z-index: 7;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    border: none;
    width: 12px;
    height: 14px;
    padding: 0;
    margin: 0;
    text-shadow: none;
    /* filter: none; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #006699;
  }
  #sitesearch input[type="reset"]:hover,
  #sitesearch button[type="reset"]:hover {
    color: #DC0018;
  }
  #sitesearch input.outerShadow {
    font-size: 1em;
    margin: 2px;
    padding: 0.4em 0.3em;
    width: 13.1em;
  }
  #sitesearch input[type="text"]#query.outerShadow {
    font-size: 0.9em !important;
  }
  #sitesearch input[type="text"] {
    /*width: 14.5em;*/
    text-align: left;
    padding-left: 2.5em;
  }
}
@media screen {
  /* -------------------------------------------------------------------------------------
	 FOOTER
	 ======================================================================================*/
  footer {
    background-color: #F2F2F2;
    border-top: 1px solid #C5C5C5;
    /* MCHREL-1080: Adjust footer link CSS */
  }
  footer h3 {
    font-size: 1.2em;
    line-height: 1.4;
  }
  footer li a {
    font-size: 1em;
    line-height: 0.9;
    padding: 0;
  }
  footer li span {
    line-height: 1.6;
  }
  footer .form {
    margin-bottom: 0;
  }
  footer section.pagelinks {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 0.8em 0.1em 1.6em;
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(6%, #fcfcfc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
    /* IE10+ */
    background: linear-gradient(top, #f4f4f4 0%, #fcfcfc 6%);
    /* W3C */
    /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); / * IE6-9 */
  }
  footer section.adminlinks {
    /*display: none;*/
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    padding: 0 0.8em;
    background: #e5e5e5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(6%, #ededed), color-stop(94%, #ededed), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(top, #e5e5e5 0%, #ededed 6%, #ededed 94%, #e5e5e5 100%);
    /* W3C */
    /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='@grayLighter', endColorstr='@grayLighter',GradientType=0 ); / * IE6-9 */
  }
  footer section .ym-grid:first-child article {
    border-top: none;
  }
  footer .copyright {
    border-top: 1px solid #fff;
    background-color: #f2f2f2;
    padding: 0.8em 1.6em 0.8em;
    *zoom: 1;
  }
  footer .copyright:before,
  footer .copyright:after {
    display: table;
    content: "";
    line-height: 0;
  }
  footer .copyright:after {
    clear: both;
  }
  footer .copyright ul {
    float: right;
  }
  footer .copyright p,
  footer .copyright a {
    font-size: 1em;
    padding: 0;
  }
  footer .copyright p {
    margin: 0;
    float: left;
  }
  footer .copyright a {
    color: #069;
    margin: 0 0 0 1.5em;
  }
  footer .socialLinks {
    padding: 1.6em;
  }
  footer .socialLinks article {
    margin: 0;
    width: 100%;
  }
  footer .socialLinks ul li {
    float: left;
    margin-right: 1.6em;
  }
  footer .socialLinks ul .fonticon {
    display: inline-block !important;
  }
  footer .socialLinks h3 {
    margin-top: 0.8em;
  }
  footer .socialLinks .fonticon[data-icon]:before {
    margin-top: -0.2em;
    margin-right: 0;
    font-size: 1.2em;
  }
  footer .socialLinks section.twitterfeed h3.lined {
    font-size: 1em;
    padding: 0 0 0.4em;
    border-bottom: 1px solid #d5d5d5;
  }
  footer .socialLinks section.twitterfeed .tweet {
    margin: 0;
    padding-left: 1.4em;
  }
  footer .socialLinks section.twitterfeed .tweet article {
    margin-top: 0.8em;
    line-height: 1.5;
  }
  footer .socialLinks section.twitterfeed .tweet:first-of-type {
    padding-left: 0;
  }
  footer .pagelinks .link {
    margin: 0.8em 0;
    font-size: 1em;
    line-height: 1.5;
  }
  footer .iconliste {
    overflow: hidden;
  }
  footer .ym-grid {
    margin: 1em 0;
  }
  footer article + article {
    margin-top: 4em;
  }
  footer .icn-before .text {
    line-height: 1.65;
  }
  footer .icn-before {
    display: block;
  }
}
/* MCHREL-1091 underlines in footer */
@media (max-width: 999px) and (min-width: 768px) {
  footer .pagelinks h3 {
    border-bottom: 2px solid #d5d5d5;
    width: auto !important;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  footer .pagelinks ul.linkliste li {
    border-bottom: 1px solid #d5d5d5;
    width: auto !important;
  }
}
/*
 * http://css3generator.com/
 * http://www.colorzilla.com/gradient-editor/
 * http://riddle.pl/emcalc/
 * http://kimblim.dk/css-tests/selectors/
 * http://gsnedders.html5.org/outliner/
 * http://placehold.it/150x150.png&text=150+x+150
 */
@media all {
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }
  body {
    font-family: Arial, sans-serif;
    font-size: 0.9375em;
    line-height: 1;
    color: #454545;
    /* Prevent auto-scaling of text in mobile webkit browsers */
    -webkit-text-size-adjust: 100%;
    position: relative;
  }
  .visibility-hidden {
    position: absolute;
    top: -10000px;
    left: -10000px;
    margin: 0;
    padding: 0;
  }
  /*--- Headings -------------------------------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: inherit;
    font-weight: normal;
    color: #000;
    margin: 0;
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-size: 1em;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  h1,
  .h1 {
    font-size: 2.5em;
    line-height: 1.2;
    margin: 0.5em 0 0;
  }
  h1.pagetitle,
  .h1.pagetitle {
    margin: 0.4em 0.8em 0 0;
    font-family: 'Frutiger Neue W02 Light', Times, sans-serif;
    font-weight: normal;
  }
  h2,
  .h2 {
    font-size: 1.7em;
    line-height: 1.3;
    margin: 1.5em 0 0 0;
  }
  h3,
  .h3 {
    font-size: 1.3em;
    line-height: 1.4;
    margin: 0.938em 0 0 0;
  }
  h4,
  .h4 {
    font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 1.154em 0 0 0;
  }
  h5,
  .h5 {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 1.154em 0 0 0;
  }
  h6,
  .h6 {
    font-size: 1em;
    line-height: 1.4;
    margin: 1.25em 0 0 0;
  }
  .teaser,
  .newsteaser,
  .slidingteaser {
    margin: 1.6em 0 0.4em 0;
  }
  .lined-title {
    font-size: 1.3em;
    border-bottom: 2px solid #d5d5d5;
    margin: 1.6em 0 0 0;
    padding: 0 0 0.4em;
    font-weight: bold;
  }
  .lined-title a.all-entries {
    width: auto;
    font-size: 0.77em;
    font-weight: bold;
    line-height: 1.5;
    float: right;
    position: relative;
    top: -0.1em;
    margin-top: 0.5em;
    margin-left: 0.2em;
    display: block;
  }
  .noListing {
    /*padding-bottom: 1.7em !important;*/
  }
  .disable_text_highlighting {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* Webkit */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10 */
    /* Currently not supported in Opera but will be soon */
    -o-user-select: none;
    user-select: none;
  }
  .teaser {
    margin-bottom: 1.5em;
  }
  .standardteaser {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
  }
  .standardteaser h4 {
    margin-top: 0;
    margin-bottom: 0.8em;
  }
  .standardteaser h4 a {
    display: block;
    line-height: 1.5;
  }
  .standardteaser h4.h3 {
    margin-top: 0.8em;
  }
  .standardteaser h4.h3 a {
    line-height: 1.4em;
  }
  .standardteaser.standardteaser--highlighted .h3 {
    margin-top: 0;
  }
  .standardteaser .standardteaser__image {
    display: none;
  }
  .standardteaser .standardteaser__image img {
    max-width: 100%;
    min-width: 100%;
  }
  .standardteaser .standardteaser__image.float-left {
    margin: 0.2em 1.6em 0.8em 0;
  }
  .standardteaser .standardteaser__image.float-left img {
    margin-top: 0;
  }
  .standardteaser .standardteaser__image:first-child {
    margin-top: 0;
  }
  .standardteaser.standardteaser--home .standardteaser__image,
  .standardteaser.standardteaser--blog .standardteaser__image {
    display: block;
  }
  .standardteaser p {
    margin-top: 0.4em;
  }
  .standardteaser .standardteaser__meta {
    font-size: 0.94em;
    margin-top: 0;
  }
  .standardteaser .standardteaser__file {
    clear: left;
    display: inline-block;
    margin-top: 0.8em;
    font-size: 1.1em;
  }
  .standardteaser__category-link + .standardteaser {
    margin-top: 0.4em;
  }
  .meteoblog-feed {
    margin-bottom: 1.5em;
  }
  .meteoblog-feed p {
    font-size: 1em;
  }
  .meteoblog-feed a {
    display: block;
  }
  .meteoblog-feed a .standardteaser h4 {
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
    color: #069;
    margin: 0.4em 0;
    font-size: 1em;
  }
  .meteoblog-feed a:hover .standardteaser h4 {
    color: #DC0018;
  }
  .meteoblog-feed .standardteaser {
    margin: 0.4em 0 0;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #e5e5e5;
  }
  .meteoblog-feed .standardteaser__meta {
    bottom: 0.8em;
    left: 0;
    font-size: 0.9em;
    color: #454545;
    line-height: 1.2;
  }
  /* MCHREL-1318 */
  .teaser_date_and_topics {
    display: block;
  }
  .teaser_meta,
  .teaser_image {
    margin-bottom: 10px;
  }
  .teaser_meta_label {
    margin-right: 10px;
  }
  .teaser_meta_value,
  .teaser_date_and_topics {
    font-weight: normal;
  }
  /* MCHWS-614 hide metadata and files on homepage */
  .themeteaser .standardteaser .standardteaser__meta,
  .themeteaser .standardteaser .standardteaser__file {
    display: none;
  }
  /* MCHWS-675 hide teaser image in two-col view */
  .two_cols .standardteaser .standardteaser__image {
    display: none;
  }
  /* --- Lists ------------------------------------------------------------------------------------- */
  ul,
  ol,
  dl {
    font-size: 1em;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    padding: 0 0 0 0.8em;
  }
  ul {
    list-style-type: square;
    padding: 0 0 0 0.4em;
  }
  ul ul {
    margin-top: 0;
    list-style-type: circle;
  }
  ol {
    list-style-type: decimal;
  }
  ol ol {
    margin-top: 0;
    list-style-type: decimal;
  }
  ol ul {
    list-style-type: square;
    margin-top: 0;
  }
  li {
    font-size: 1.1em;
    line-height: 1.5;
    margin-left: 0.8em;
  }
  li a,
  li p {
    margin: 0;
    font-size: 1em;
  }
  li a {
    line-height: 1;
  }
  li li,
  li li li,
  li li li li,
  li li li li li {
    font-size: 1em;
  }
  dl {
    margin: 1.5em 0 0 0;
    padding: 0;
  }
  dt {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
  }
  dd {
    font-size: 1.1em;
  }
  dd p {
    margin: 0;
    font-size: 100%;
  }
  dd li {
    font-size: 100%;
  }
  .dl-horizontal {
    *zoom: 1;
  }
  .dl-horizontal:before,
  .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .dl-horizontal:after {
    clear: both;
  }
  .dl-horizontal dt {
    float: left;
    width: 2em;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 3em;
  }
  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0.8em 0 0 0;
  }
  p img {
    margin: 0;
  }
  p a {
    font-size: 1em;
    line-height: 1;
  }
  /* MCHREL-1431 monospace font, fixes for IE */
  .monospace {
    font-family: monospace;
    color: black;
    white-space: pre;
    word-wrap: normal;
    font-size: 13px;
  }
  address {
    line-height: 1.5;
    font-size: 1.1em;
  }
  blockquote,
  cite,
  q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }
  blockquote {
    margin: 1.5em 0 0 1.6em;
    color: #666;
  }
  blockquote:before {
    content: "\00ab";
  }
  blockquote:after {
    content: "\00bb";
  }
  strong,
  b {
    font-weight: bold;
  }
  em,
  i {
    font-style: italic;
  }
  big {
    font-size: 116.667%;
  }
  small {
    font-size: 85.71%;
  }
  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 1em;
  }
  pre {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 1.5em 0 0 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  pre,
  code {
    color: #800;
    text-align: left;
  }
  kbd,
  samp,
  var,
  tt {
    color: #666;
    font-weight: bold;
  }
  var,
  dfn {
    font-style: italic;
  }
  acronym,
  abbr {
    border-bottom: 1px #aaa dotted;
    letter-spacing: 0.07em;
    cursor: help;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  mark {
    background: #fe57a1;
    color: #000;
  }
  /* MCHWS-1148 */
  .textproducts {
    max-width: 40.5em;
  }
  /* MCHWS-617: Add styling for Saharastaub-Ereignis detektiert */
  .textproducts .saharadustDetected {
    background-color: #f5f5f5;
    padding: 12px 20px;
    margin-top: 10px;
  }
  .textproducts .saharadustDetected h3 {
    margin-top: 0;
  }
  /*--- Links ----------------------------------------------------------------------------------------- */
  a {
    color: #069;
    font-size: 1em;
    line-height: 1.5;
    background: transparent;
    text-decoration: none;
  }
  a:visited {
    color: #069;
  }
  a:active {
    outline: none;
  }
  a:hover,
  a:active {
    color: #DC0018;
  }
  /* --- images ------------------ */
  img,
  figure {
    margin: 0;
  }
  .flexible {
    margin-top: 1.5em;
    max-width: 100%;
  }
  * html .flexible {
    /* IE6 support */
    width: 98%;
    /* 2% space for borders */
  }
  .bordered {
    margin-top: 1.5em;
    border: 2px #eee solid;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }
  /* --- forms ----------------- */
  input,
  textarea {
    font-size: 1.1em;
    padding: 0.4em;
  }
  /* MCHREL-365 */
  .textimage article ul {
    overflow: hidden;
  }
  /* -------------------------------------------------------------------------------------
   ADMINISTRATION PAGES
   ======================================================================================*/
  #adminActionPathField {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    zoom: 1;
    white-space: nowrap;
    margin-left: 17px;
  }
  #adminActionPathField .x-form-trigger {
    background-image: url(../../../../../libs/cq/ui/widgets/themes/default/ext/form/search-trigger.gif);
    width: 17px;
    height: 25px;
    border: 0;
    margin-top: 33px;
    cursor: pointer;
    position: absolute;
    top: 0;
  }
  #adminActionPathField .x-form-trigger-over {
    background-position: -17px 0;
  }
  #adminLogs a.selected {
    text-decoration: underline;
  }
}
@media screen {
  /* -------------------------------------------------------------------------------------
   HELPER
   ======================================================================================*/
  .float-left {
    float: left;
    display: inline;
    margin: 1.3em 0.8em 0 0;
  }
  .float-right {
    float: right;
    display: inline;
    margin: 1.3em 0 0 0.8em;
  }
  .float-none {
    float: none !important;
  }
  .center {
    display: block;
    text-align: center;
    margin: 1.3em auto 0 auto;
  }
  .smallink,
  p.smallink,
  span.smallink {
    font-size: 1em;
    line-height: 1.3;
    color: #6c6c6c;
    margin-top: 1.3em;
  }
  .smallink a.arwicn {
    padding: 0.1em 0.5em 0.1em 1.6em;
  }
  #container {
    width: 83.2em;
    margin: 0px auto 90px auto;
    min-height: 1000px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.6);
    z-index: 0;
  }
  .main-column {
    position: relative;
  }
  .home .main-column {
    position: static;
  }
  #nav {
    position: relative;
    top: 0;
    left: 0;
    z-index: 90;
  }
  #content {
    margin: 0 2%;
  }
  #aside {
    float: left;
    width: 18.3888%;
    margin: 5px 10px;
  }
  .full #content {
    width: 71.5%;
  }
  /* MCHREL-1498 add class borderless container with no_border class */
  .no_border .content {
    border: none !important;
  }
  /* -------------------------------------------------------------------------------------
   DEPARTMENTS
   ======================================================================================*/
  .eda {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_blue.png") 0 0;
  }
  .edi {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_green.png") 0 0;
  }
  /* .edi header {
    border-bottom: 5px solid #6b4b0c;
  } */
  .amber {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_amber.png") 0 0;
  }
  .blue {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_blue.png") 0 0;
  }
  .turquoise {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_turquoise.png") 0 0;
  }
  .braun {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_braun.png") 0 0;
  }
  .darkbraun {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_darkbraun.png") 0 0;
  }
  .gamboge {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_gamboge.png") 0 0;
  }
  .green {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_green.png") 0 0;
  }
  .olive {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_olive.png") 0 0;
  }
  .pictachio {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_pictachio.png") 0 0;
  }
  .purple {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_purple.png") 0 0;
  }
  .white {
    background: #00557f url("../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/bg_raster_white.png") 0 0;
  }
  /* -------------------------------------------------------------------------------------
   CONTENT
   ======================================================================================*/
  .image,
  figure,
  img {
    margin-top: 1.5em;
    max-width: 100%;
  }
  figure img {
    margin-top: 0;
  }
  p.caption,
  figcaption {
    font-size: 0.9em;
    line-height: 1.3;
    margin-top: 0.7em;
    margin-bottom: 0.8em;
  }
  p.caption a,
  figcaption a {
    font-size: 1em;
    line-height: 1;
  }
  .image.float-left,
  figure.float-left,
  .image.float-right,
  figure.float-right {
    padding-top: 0;
  }
  .flyout .image.float-left,
  .flyout figure.float-left,
  .flyout .image.float-right,
  .flyout figure.float-right {
    padding-top: 0.2em;
    margin-top: 0;
  }
  /* MCHREL-1250: Design Globalnavigation Teaser */
  .flyout article.standardteaser {
    min-height: 8em;
    margin-top: 0;
  }
  .flyout h4 a {
    color: #006699;
    font-size: 1em;
    line-height: 1.3;
  }
  .flyout .teaser {
    margin: 0;
  }
  .blowup figure {
    margin-top: 0;
  }
  /* icons */
  a.webicn,
  a.frmicn,
  a.arwicn,
  h4.webicn {
    padding: 0 0.5em 0.1em 1.5em;
  }
  .link_info {
    color: #454545;
  }
  h2.webicn,
  h2.arwicn,
  h2.frmicn {
    padding: 0.3em 0.5em 0 25px;
    margin-bottom: -0.3em;
  }
  a .webicn,
  p a .webicn,
  a .arwicn,
  p a .webicn,
  a .frmicn,
  p a .frmicn {
    padding-right: 13px;
    margin-left: 5px;
    text-decoration: none;
  }
  a.icn_before {
    display: block;
    clear: both;
    float: none;
    text-decoration: none;
  }
  .icn_before .webicn,
  .icn_before .arwicn,
  .icn_before .frmicn {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
  }
  li > .icn_before .webicn,
  li > .icn_before .arwicn,
  li > .icn_before .frmicn {
    margin-top: 0.2em;
  }
  .icn_after {
    display: table;
    width: 100%;
  }
  .icn_after .text {
    display: table-cell;
    padding-right: 0.3em;
  }
  .icn_after .webicn {
    display: inline-block;
    white-space: nowrap;
  }
  /* Neue Klassen für Icon-Positionierung */
  .icn-before,
  .icn-arrow-before {
    position: relative;
    clear: both;
    float: none;
    text-decoration: none;
    display: inline-block;
  }
  .icn-before [data-icon],
  .icn-arrow-before [data-icon] {
    position: absolute;
    top: 0.08em;
  }
  .icn-before .text,
  .icn-arrow-before .text {
    display: block;
    line-height: 1.2;
    padding: 0;
    margin-left: 1.5em;
  }
  .icn-arrow-before .text {
    margin-left: 1em;
  }
  .icn-after .text,
  .icn-arrow-after .text {
    line-height: 1.2;
  }
  .icn-after .text [data-icon],
  .icn-arrow-after .text [data-icon] {
    margin-left: 0.3em;
  }
  .docinfo {
    color: #6c6c6c;
    text-decoration: none;
  }
  .docinfo::before {
    content: " ";
  }
  /* printme icon */
  .printme {
    position: absolute;
    top: 1.5em;
    right: 0.8em;
  }
  .printme .text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: block;
  }
  .printme .webicn {
    display: block;
  }
  /* linkliste */
  .linkliste {
    padding: 0;
    list-style: none;
    margin: 0.8em 0;
  }
  .linkliste li {
    margin-left: 0;
    padding: 0;
    margin-top: 0.8em;
  }
  aside .linkliste li {
    font-size: 1.1em;
    margin: 0;
  }
  footer .linkliste li {
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }
  .linkliste .icn_before .text {
    padding-top: 0.6em;
  }
  .linkliste li h4 {
    font-size: 1em;
  }
  /* iconliste */
  .iconliste {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
  }
  .iconliste li {
    font-size: 1em;
    margin: 0.5em 0;
    padding: 0;
  }
  aside .iconliste li {
    font-size: 1.1em;
  }
  :focus {
    outline: none !important;
  }
  /* more info */
  .more_info {
    /* MCHREL-1078: Adjust (links) section in more_info tab */
  }
  .more_info .linkliste {
    margin-bottom: 0;
  }
  .more_info h4 + p {
    margin: 0;
  }
  .more_info .parbase.teaser {
    margin: 0;
  }
  .more_info .standardteaser__meta--theme,
  .more_info .standardteaser__meta--comments {
    display: none;
  }
  .more_info .links .link a {
    text-decoration: none !important;
  }
  .more_info .links .link small {
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .more_info .links .section {
    padding: 0.8em 0.8em 0.4em 0.8em;
  }
  .more_info .links .link a {
    text-decoration: underline;
  }
  .more_info .links .link small {
    font-size: 1.1em;
    line-height: 1.5;
  }
  div#subtopicradios {
    display: inline-block;
  }
  /* MCHREL-1344 alignment subtopics */
  #subtopicradioswrapper legend {
    float: left;
  }
  #subtopicradios {
    width: 24.5em;
  }
  /* MCHREL-83 */
  .responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video {
    margin-bottom: 10px;
  }
  .video .field.errors {
    margin: 0;
  }
}
@media screen, print {
  /* -------------------------------------------------------------------------------------
   FORMS
   ======================================================================================*/
  /* form */
  .form {
    margin: 0 0 1.8em 0;
    /* MCHREL-1233: form legends under IE */
    /* MCHREL-1230: form alignment with radiobuttons and checkboxes*/
  }
  .form.section form fieldset legend {
    float: left;
  }
  .form.section form fieldset .radios_horizontal {
    float: left;
  }
  .form.section form fieldset .radios_horizontal .label_radio {
    width: auto;
  }
  .form.section form fieldset .label_checkbox {
    margin: 0 1.6em 0 0.7em;
  }
  .form.section form fieldset .radios_vertical {
    max-width: 25em;
  }
  /* MCHREL-598 correct layouting in multifield sections */
  form .multifield.section {
    display: inline-block;
    white-space: nowrap;
  }
  form .multifield.section div.text.section {
    display: inline-block;
    white-space: nowrap;
  }
  /* structure */
  .fields {
    margin: 1.5em 0 0 0;
  }
  .field {
    clear: both;
    margin: 0.8em 0 0 0;
    padding-bottom: 0.7em;
    position: relative;
  }
  .field--datepicker input[type="reset"],
  .field--datepicker button[type="reset"] {
    position: absolute;
    font-family: 'AdminCH_Symbols';
    font-size: 85.71%;
    bottom: 18px;
    right: 10px;
    z-index: 7;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    border: none;
    width: 12px;
    height: 14px;
    padding: 0;
    margin: 0;
    text-shadow: none;
    /* filter: none; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #006699;
  }
  .field--datepicker input[type="reset"]:hover,
  .field--datepicker button[type="reset"]:hover {
    color: #DC0018;
  }
  .border_bottom {
    border-bottom: 2px solid #ccc;
    padding-bottom: 1em;
  }
  .inputs {
    margin: 0 0 0 13.6em;
  }
  /* legend */
  .legend {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0 0 1em;
    display: block;
    width: 100%;
  }
  .legend span {
    padding: 0 0 0.3em;
    display: block;
    width: 100%;
    border-bottom: 1px solid #6c6c6c;
  }
  /* label */
  p.label,
  span.label,
  label.label,
  legend.label {
    display: block;
    float: left;
    font-size: 1.1em;
    text-align: right;
    line-height: 1.2;
    width: 10.769em;
    padding: 0.5em 0;
    margin: 0 1.6em 0 0;
  }
  .field-of {
    vertical-align: bottom;
    line-height: 2.7em;
    float: left;
    margin-right: 1em;
  }
  .field-of.field-to {
    margin-left: 2em;
  }
  label.textarea {
    margin: 9px 3px 0 0;
    position: relative;
    display: block;
    float: left;
    vertical-align: top;
  }
  /* onerow */
  .field.onerow label.label {
    text-align: left;
    width: auto;
  }
  .field.onerow input + label,
  .field.onerow select + label,
  .field.onerow input + label.label,
  .field.onerow select + label.label {
    padding-left: 2em;
  }
  /* message */
  .form_note {
    display: block;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 0.3em 0.4em 0.5em 0.8em;
    margin: 0 1.6em 0 0;
  }
  /* hint */
  .form_hint {
    display: block;
    font-size: 0.9em;
    line-height: 1.3;
    padding: 0.3em 0.4em 0.5em 0;
    clear: both;
    margin: 0 0.8em 0 0;
  }
  /* inputs */
  input,
  textarea,
  select,
  optgroup {
    font-family: Arial, sans-serif;
    color: #454545;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder,
  optgroup::-moz-placeholder {
    color: #454545;
    opacity: 1;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  optgroup:-ms-input-placeholder {
    color: #454545;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  optgroup::-webkit-input-placeholder {
    color: #454545;
  }
  /* text */
  input.text,
  input[type='text'] {
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.2;
    width: 21.7em;
    padding: 0.4em 0.3076em;
    margin: 0 0.8em 0 0;
    border: 1px solid #6c6c6c;
    background-color: #fff;
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="date"] {
    height: 1.3em;
  }
  input:active,
  input.text:active,
  input[type='text']:active,
  input:hover,
  input.text:hover,
  input[type='text']:hover {
    outline: none;
    border-color: #DC0018;
  }
  input.text_small {
    width: 3.84em;
  }
  input.text_medium {
    width: 16.3em;
  }
  /* textarea */
  textarea.textarea {
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.2;
    width: 21.7em;
    padding: 0.4em 0.3076em;
    border: 1px solid #6c6c6c;
    background-color: #fff;
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  textarea:active,
  textarea.textarea:active,
  textarea:hover,
  textarea.textarea:hover {
    outline: none;
    border-color: #DC0018;
  }
  /* select */
  select.select {
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.2;
    width: 18.4615em;
    padding: 0.25em 0.3076em;
    border: 1px solid #ccc;
    background-color: #fff;
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
  }
  select:active,
  select.select:active,
  select:hover,
  select.select:hover {
    border-color: #DC0018;
  }
  .select optgroup {
    font-size: 1em;
  }
  select.select_small {
    width: 4.6154em;
  }
  select.select_medium {
    width: 13.0769em;
  }
  select.select_webcam {
    width: 8em;
  }
  /* radio */
  input.radio {
    display: block;
    float: left;
    font-size: 1em;
    margin: 0.7em 0 0.5em 0;
    cursor: pointer;
  }
  input.radio.product-filter__radio {
    margin: 0.55em 0.2em 0.5em 0;
    line-height: 1.2;
  }
  .label_radio {
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 0.5em 0;
    margin: 0 1.6em 0 0.5em;
  }
  .radios {
    margin: 0 0 0 13.6em;
    padding: 0 0 0.9em 0;
  }
  .radios input.radio {
    margin-bottom: 0;
  }
  .product-filter__radio--label {
    max-width: calc(100% - 20px);
  }
  /** Hint on a product filter radio */
  .product_filter__radio--hint {
    display: block;
    clear: both;
    color: #999;
    margin-bottom: 0.5em;
    margin-top: 0.4em;
  }
  .radios_vertical {
    width: 100%;
  }
  .radios_vertical .label_radio {
    float: none;
    margin-left: 1.6em;
  }
  /* checkbox */
  input.checkbox {
    display: block;
    float: left;
    font-size: 1em;
    margin: 0.7em 0.4em 0.5em 0;
    cursor: pointer;
  }
  .label_checkbox {
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 0.5em 0;
    margin: 0 1.6em 0 0.5em;
  }
  .checkboxes {
    margin: 0 0 0 13.6em;
    padding: 0 0 0.9em 0;
  }
  .checkboxes input.checkbox {
    margin-bottom: 0;
  }
  /* .checkboxes .label_checkbox {
    padding-bottom: 0;
  } */
  .checkboxes_horizontal {
    padding: 0;
  }
  .checkboxes_vertical .label_checkbox {
    float: none;
    margin-left: 1.6em;
  }
  /* MCHREL-1172: Formular: Checkbox und Text werden u.U. separat umgebrochen */
  .checkboxes_horizontal .horizontal_group,
  .radios_horizontal .horizontal_group {
    display: block;
  }
  .radios_horizontal {
    margin_left: 13.6em;
  }
  .radios_horizontal .label_radio {
    margin-left: 1.8em;
  }
  button.fonticon {
    border: none;
    background: 0;
  }
  button.fonticon:hover {
    color: #DC0018;
  }
  input[type="button"],
  button.button,
  a.button,
  input.button {
    border: 1px solid #6c6c6c;
    background: #f5f5f5;
    display: block;
    float: right;
    font-size: 1.1em;
    line-height: 1.2;
    color: #454545;
    padding: 0.4em 0.8em;
    margin: 0 0 0 0.8em;
    text-shadow: none;
    /* filter: dropshadow(color=@grayMid, offx=1, offy=1); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /* submits */
  input[type="submit"],
  input[type="reset"],
  input.submit,
  input.submit_secondary,
  button.submit,
  button.button_secondary {
    border: 1px solid #069;
    background: #069;
    display: block;
    float: right;
    font-size: 1.1em;
    line-height: 1.2;
    color: #fff;
    padding: 0.4em 0.8em;
    margin: 0 0 0 0.8em;
    text-shadow: #6c6c6c 1px 1px 1px;
    /* filter: dropshadow(color=@grayMid, offx=1, offy=1); */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  input.submit_secondary,
  button.button_secondary {
    border: 1px solid #6c6c6c;
    background-color: #6c6c6c;
  }
  input[type="button"]:hover,
  input[type="button"]:active,
  button.button:hover,
  button.button:active,
  a.button:hover,
  a.button:active {
    outline: none;
    border: 1px solid #DC0018;
    color: #6c6c6c;
  }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input.submit:hover,
  input.submit:active,
  button.submit:hover,
  button.submit:active,
  input.submit_secondary:hover,
  input.submit_secondary:active,
  button.button_secondary:hover,
  button.button_secondary:active {
    outline: none;
    border: 1px solid #DC0018;
    color: #fff;
  }
  input[type="submit"]:disabled,
  input[type="reset"]:disabled,
  input[type="button"]:disabled,
  input[type="submit"]:disabled:hover,
  input[type="reset"]:disabled:hover,
  input[type="button"]:disabled:hover,
  input.submit:disabled,
  input.submit:disabled:hover,
  button.button:disabled,
  button.button:disabled:hover,
  input.submit_secondary:disabled,
  input.submit_secondary:disabled:hover,
  button.button_secondary:disabled,
  button.button_secondary:disabled:hover {
    background-color: #f5f5f5;
    border: 1px solid #d5d5d5;
    color: #afafaf;
    text-shadow: none;
  }
  .btn-group {
    position: relative;
    z-index: 1;
  }
  .btn-group .button {
    float: left;
    margin: 0;
    border-left: 0;
    border-radius: 0;
  }
  .btn-group .button:hover,
  .btn-group .button:active {
    margin-left: -1px;
  }
  .btn-group .button:hover:first-child,
  .btn-group .button:active:first-child {
    margin-left: 0;
  }
  .btn-group .button:first-child {
    border-left: 1px solid #6c6c6c;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }
  .btn-group .button:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }
  .btn-group .button:first-child:hover {
    margin: 0;
    border-left: 1px solid #DC0018;
  }
  .btn-group .active,
  .btn-group .active:hover,
  .btn-group .active:active {
    background-color: #fff;
    color: #DC0018;
    border-color: #6c6c6c !important;
    cursor: default;
  }
  .outerShadow {
    border: 1px solid #6c6c6c;
    margin: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
  /* error */
  .field.errors {
    padding: 0.4em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #fffab2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .field.errors .form_note {
    color: #DC0018;
    padding-left: 12.307em;
  }
  .error_note {
    display: block;
    font-size: 1.1em;
    line-height: 1.2;
    padding: 0.3em 0.4em 0.5em 0.8em;
    margin: 0 1.6em 0 0;
    vertical-align: middle;
  }
  .error_note .frmicn {
    display: block;
    float: left;
  }
  .error_note [data-icon="!"] {
    color: #DC0018;
    display: block;
    float: left;
    text-align: center;
    font-size: 1.8em;
    vertical-align: middle;
    padding-left: 0.1em;
  }
  .error_note .text {
    display: block;
    margin-left: 25px;
    padding-top: 5px;
  }
  .searchform fieldset {
    margin-top: 1em;
    border-top: 1px solid #ccc;
  }
  .searchform input[type="submit"],
  .searchform input.submit {
    float: none;
  }
  .searchform input[type="submit"].date-button,
  .searchform input.submit.date-button {
    float: right;
    margin-right: 4.7em;
  }
  /* labels on top of input/select */
  .horizontal .label {
    clear: both;
    text-align: left;
  }
  .horizontal .label,
  .horizontal .text,
  .horizontal .textarea {
    width: 96%;
  }
  /* -------------------------------------------------------------------------------------
   ENHANCED FORMS
   --------------------------------------------------------------------------------------*/
  /* enhanced */
  .enhanced_checkbox,
  .enhanced_radio {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    padding: 6px 0 1px 0;
    margin: 8px -3px 0 0;
    font-size: 0;
    text-indent: -10000px;
    cursor: pointer;
  }
  /* hide default */
  input.input_invisible,
  select.input_invisible {
    position: absolute;
    left: -100000px;
    text-indent: -100000px;
  }
  /* enhanced checkbox */
  .checkboxes_vertical .enhanced_checkbox {
    margin-right: 4px;
  }
  /* enhanced radio */
  .radios_vertical .enhanced_radio {
    margin-right: 4px;
    padding: 0 0 8px;
  }
  .vertical_group {
    display: block;
    *zoom: 1;
  }
  .vertical_group:before,
  .vertical_group:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .vertical_group:after {
    clear: both;
  }
  /* enhanced select */
  .enhanced_select {
    display: block;
    height: 2em;
    position: relative;
    float: left;
    border: 1px solid #6c6c6c;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0.8em 0 0;
  }
  .enhanced_select:hover,
  .enhanced_select_focus {
    border: 1px solid #DC0018;
  }
  .enhanced_select_list ul.is_open {
    width: 100%;
  }
  .enhanced_select {
    width: 24.5em;
  }
  .select_small {
    width: 4.95em;
  }
  .select_medium {
    width: 12.25em;
    /* ul.enhanced_select_scroll{
      width: 171px !important;
    } */
  }
  .select_full {
    width: 100%;
  }
  /* selector */
  .enhanced_select_selector {
    display: block;
    position: relative;
    font-size: 1em;
    font-weight: normal;
    background-position: left top;
    background-repeat: repeat-x;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .enhanced_select_selector input {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: normal;
    color: #454545;
    background-color: transparent;
    padding: 0;
    border: none;
    margin: 0;
    outline: 0;
    cursor: pointer;
    opacity: 0;
  }
  .enhanced_select_selector span {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    padding: 0px;
  }
  .enhanced_select_selector span.enhanced_select_label {
    top: 0;
    left: 0;
    padding: 0.4em 25px 0.4em 0.7em;
    width: 100%;
    box-sizing: border-box;
    background: none;
    line-height: 1.2;
  }
  .enhanced_select_selector p {
    margin: -0.175em 0 0;
  }
  /* dropdown */
  .enhanced_select_list ul {
    position: absolute;
    left: 0;
    top: 2.05em;
    width: auto;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
    background-color: #fff;
    border-left: 1px solid #6c6c6c;
    border-right: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c;
    z-index: 100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .enhanced_select_list ul.enhanced_select_scroll {
    /* width: 242px !important; */
    min-width: 24.5em;
    max-height: 23em;
    zoom: 1;
    overflow: hidden;
    overflow-y: auto;
  }
  .enhanced_select_list.select_medium ul.enhanced_select_scroll {
    min-width: 12.25em;
  }
  .enhanced_select_list.select_small ul.enhanced_select_scroll {
    min-width: 4.95em;
  }
  .enhanced_select_list ul li {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .enhanced_select_list ul ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
  }
  .enhanced_select_list ul li a,
  .enhanced_select_list ul li span {
    display: block;
    font-size: 1.1em;
    line-height: 1.2;
    color: #454545;
    background-color: #fff;
    padding: 0.4em 0.6153em;
    text-decoration: none;
    white-space: nowrap;
  }
  .enhanced_select_list ul ul li a {
    padding-left: 2em;
  }
  .enhanced_select_list ul li span {
    color: #6c6c6c;
  }
  .enhanced_select_list ul li.enhanced_select_selected a,
  .enhanced_select_list ul li.enhanced_select_hover a {
    background-color: #D8E8EF;
  }
  /* filter */
  .enhanced_select_list ul li.enhanced_select_filter {
    display: none;
  }
  /* -------------------------------------------------------------------------------------
   FILTER ELEMENT
   --------------------------------------------------------------------------------------*/
  .cb-selector {
    position: relative;
    margin-left: 13.5em;
    z-index: 10;
  }
  .cb-selector fieldset {
    padding: 0.8em 0.8em 3.2em 0.8em;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 25.6em;
    border: 1px solid #6c6c6c;
  }
  .cb-selector fieldset label {
    margin: 0 !important;
    padding: 0;
  }
  .cb-selector fieldset [type=checkbox] {
    margin: 0 1.6em 0 0;
  }
  .cb-selector fieldset ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .cb-selector fieldset ul li {
    padding: 0.2em 0 0;
    margin: 0;
    font-size: 1em;
  }
  .cb-selector fieldset ul ul {
    padding-left: 1.6em;
  }
  .cb-selector fieldset a.close {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
  }
  .cb-selector fieldset a.close span[data-icon="x"] {
    margin-left: 5px;
    font-size: 75%;
  }
  .cb-selector fieldset a.submit {
    position: absolute;
    bottom: 0.8em;
    right: 0.8em;
    background-color: #069;
    padding: 0.2em 0.5em;
    color: #fff;
  }
  .cb-selector fieldset a.open-tree {
    display: block;
    float: left;
    padding: 0;
    width: 2.1em;
    margin-left: -2.1em;
    text-indent: -1000px;
    background-size: 2em;
  }
  .cb-selector fieldset a.open-tree.active {
    background-position: left -34.1em;
  }
}
.comment_counter {
  float: right;
  font-size: 90%;
}
.horizontal .label--comment {
  width: 98%;
}
#dateFromToWrapper .field__datewrapper {
  display: flex;
  justify-content: space-between;
}
#dateFromToWrapper .field__datewrapper label.label {
  clear: left;
  margin-right: 0.5em;
  width: auto;
}
#dateFromToWrapper .field__datewrapper label.label:last-of-type {
  margin-left: 0.5em;
}
#dateFromToWrapper .field__datewrapper input.text_small {
  clear: none;
  width: 5.2em;
  flex-basis: 5.2em;
}
@media screen and (min-width: 1000px) {
  .span3 .category-section .form {
    margin-bottom: 0;
  }
  .span3 .category-section .fields {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .span3 .category-section .label {
    width: auto;
  }
  .span3 .category-section input.text,
  .span3 .category-section input[type='text'] {
    width: 16.35em;
    clear: both;
    margin-right: 0;
  }
  .span3 .category-section .enhanced_select {
    width: 18.65em;
    margin-right: 0;
  }
  .field__datewrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cb-selector fieldset a.close {
    background-position: right -64px;
  }
  .cb-selector fieldset a.open-tree {
    background-position: left -29.3em;
  }
  .cb-selector fieldset a.open-tree.active {
    background-position: left -33.6em;
  }
}
@media screen and (max-width: 1000px) {
  #dateFromToWrapper .field__datewrapper {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 492px) {
  .form.section form fieldset .label_checkbox {
    display: inline-block;
  }
}
@media screen and (max-width: 491px) {
  .form.section form fieldset .checkboxes_vertical {
    float: left;
  }
  #dateFromToWrapper .field label.label {
    width: auto;
  }
}
.phone-portrait .form.section form fieldset .vertical_group,
.phone-landscape .form.section form fieldset .vertical_group {
  clear: none;
}
@media screen, print {
  /* -------------------------------------------------------------------------------------
   TABLES
   ======================================================================================*/
  /* Generics*/
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 0;
    margin: 1.3571em 0 0 0;
    color: #333;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
  }
  table th,
  table td {
    font-size: 1em;
    line-height: 1.5;
    vertical-align: top;
    padding: 0.7143em 0.5em 0.3em;
    text-align: left;
    border: 1px solid #d5d5d5;
  }
  table th :first-child,
  table td :first-child {
    margin-top: 0;
  }
  table th.nowrap,
  table td.nowrap {
    white-space: nowrap;
  }
  table th.right,
  table td.right {
    text-align: right;
  }
  table th {
    font-weight: bold;
    color: #000;
  }
  table th.indented {
    padding-left: 1.6em;
  }
  table td {
    font-weight: normal;
    color: #454545;
  }
  table tr.heading td,
  table tr.heading th {
    font-weight: normal;
    font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
  }
  table tr.active td,
  table tr.active th {
    background-color: #0E5072;
    color: #fff;
  }
  table caption {
    padding: 0.5em 0;
    text-align: left;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.3;
  }
  table thead th,
  table tfoot th {
    -webkit-print-color-adjust: exact;
    background-color: rgba(0, 0, 0, 0.04);
  }
  table thead tr .selected,
  table tfoot tr .selected {
    -webkit-print-color-adjust: exact;
    background-color: rgba(20, 79, 102, 0.1);
  }
  table tfoot.top {
    display: table-header-group;
  }
  table tfoot.top th {
    -webkit-print-color-adjust: exact;
    background-color: rgba(0, 0, 0, 0.04);
  }
  table .pseudo-tfoot td {
    -webkit-print-color-adjust: exact;
    background-color: rgba(0, 0, 0, 0.04);
  }
  table tbody tr .selected {
    -webkit-print-color-adjust: exact;
    background-color: rgba(20, 79, 102, 0.1);
  }
  table tbody th {
    border-top: 1px solid #ccc;
    text-align: left;
  }
  table tbody td {
    border-top: 1px solid #ccc;
  }
  table tbody tr.highlight {
    background-color: rgba(0, 0, 0, 0.04) !important;
  }
  table tbody td.highlight {
    background-color: rgba(0, 0, 0, 0.04) !important;
  }
  table tbody .themes-description p {
    display: block;
  }
  table a,
  table p {
    font-size: 1em;
    line-height: 1.1;
    display: inline-block;
  }
  table li {
    font-size: 1em;
  }
  table.narrow {
    margin: 1.4286em 0 0 0;
  }
  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.4286;
  }
  table.bordertable {
    border: 1px solid #ccc;
  }
  .table_naked {
    border: 0;
  }
  .table_naked * {
    border: 0;
  }
  .table_naked thead tr:first-child {
    border: 0;
    font-weight: bold;
  }
  .table_naked table td {
    text-align: left;
  }
  .table_naked tr td:first-child,
  .table_naked tr th:first-child {
    padding-left: 0;
    padding-right: 0.8em;
  }
  .table_simple {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
  }
  .table_simple tr td,
  .table_simple tr th {
    text-align: left;
    border-top: 0;
    border-right: 0;
    background-color: transparent;
    padding-left: 0.8em;
    border-left: 0;
  }
  .table_simple tr td:first-child,
  .table_simple tr th:first-child {
    padding-left: 0;
  }
  .table_zebra tbody tr:nth-child(odd) {
    -webkit-print-color-adjust: exact;
    background-color: transparent;
  }
  .table_zebra tbody tr:nth-child(odd) .selected {
    -webkit-print-color-adjust: exact;
    background-color: rgba(0, 102, 153, 0.05);
  }
  .table_zebra tbody tr:nth-child(even),
  .lt_ie8 tbody .even .table_zebra tr:nth-child(even) {
    -webkit-print-color-adjust: exact;
    background-color: rgba(0, 0, 0, 0.02);
  }
  .table_zebra tbody tr:nth-child(even) .selected,
  .lt_ie8 tbody .even .table_zebra tr:nth-child(even) .selected {
    -webkit-print-color-adjust: exact;
    background-color: rgba(0, 102, 153, 0.05);
  }
  /*================================*/
  .bordertable thead th {
    -webkit-print-color-adjust: exact;
    background: rgba(0, 0, 0, 0.12);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .bordertable tbody th[scope="row"] {
    -webkit-print-color-adjust: exact;
    background: rgba(0, 0, 0, 0.06);
  }
  .bordertable tbody th {
    border-right: 1px solid #ccc;
  }
  .bordertable tbody td {
    border-right: 1px solid #ccc;
  }
  /*==============================*/
  .sorttable table thead th a {
    padding-right: 1.1em;
    cursor: pointer;
  }
  .sorttable table thead th a:after {
    content: "\76";
    margin-left: 0.4em;
    color: #6c6c6c;
  }
  .sorttable table thead th a:hover:after {
    color: #DC0018;
  }
  .sorttable table thead th.selected a:after {
    color: #069;
  }
  .sorttable table thead th.selected a:hover:after {
    color: #DC0018;
  }
  .sorttable table thead th.headerSortUp a:after {
    content: "\5E";
  }
  .sorttable .tablesorter-headerAsc a,
  .sorttable .tablesorter-headerAsc a:after {
    content: "\76";
    margin-left: 0.4em;
    color: #6c6c6c;
  }
  .sorttable .tablesorter-headerDesc a,
  .sorttable .tablesorter-headerDesc a:after {
    content: "\5E";
    margin-left: 0.4em;
    color: #6c6c6c;
  }
  .dataTables_info {
    padding: 0.5em 0;
  }
  .table-col20 {
    width: 20%;
  }
  .table-col25 {
    width: 25%;
  }
  .table-col33 {
    width: 33.33333%;
  }
  .table-col38 {
    width: 38.2%;
  }
  .table-col40 {
    width: 40%;
  }
  .table-col50 {
    width: 50%;
  }
  .table-col60 {
    width: 60%;
  }
  .table-col62 {
    width: 61.8%;
  }
  .table-col66 {
    width: 66.6666%;
  }
  .table-col75 {
    width: 75%;
  }
  .table-col80 {
    width: 80%;
  }
  .scrolltable {
    width: 100%;
  }
}
#flying-focus {
  position: absolute;
  top: -100px;
  background: 0 0;
  display: none;
  margin: 0;
  pointer-events: none;
  visibility: hidden;
}
#flying-focus.flying-focus--visible {
  visibility: visible;
  display: block;
  z-index: 99999;
}
#flying-focus.flying-focus--animated {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-property: left, top, width, height, opacity;
  -o-transition-property: left, top, width, height, opacity;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -moz-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
}
#flying-focus:after {
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  content: '';
  border-radius: 5px;
  border: 2px solid #006699;
}
@media screen, print {
  /* -------------------------------------------------------------------------------------
   NAVIGATION
   ======================================================================================*/
  /* general setup */
  .hnav {
    float: left;
    display: inline;
    list-style: none;
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
    /* hide sublevel */
  }
  .hnav li {
    float: left;
    font-size: 1em;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .hnav a {
    color: #454545;
    text-decoration: none;
  }
  .hnav li a:hover {
    color: #DC0018;
  }
  .hnav li > ul,
  .hnav li > div {
    left: -9999px;
    position: absolute;
    width: auto;
  }
  /* modal */
  #nav_modal_rnd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .modal {
    background-image: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/modal.png');
    background-position: left top;
    background-repeat: repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .modalized #nav_modal_rnd {
    z-index: 1040;
  }
  .modalized .modal {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* dropbox */
  a.dropbox {
    position: relative;
    cursor: pointer;
    height: 1.6em;
    display: block;
    text-decoration: none;
    background: #fff;
    width: 13em;
    z-index: 5;
    line-height: 1.1;
    font-size: 1.1em;
  }
  a.dropbox .shadowMask {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
  }
  a.dropbox .text {
    /* border-right: 1px solid @gray; */
    display: block;
    margin: 0.25em 0.1em 0 0.3em;
    padding: 0.25em 0 0 0.25em;
    float: left;
    font-size: 0.8em;
  }
  a.dropbox .frmicn {
    padding: 0;
    margin: -1px 7px 0;
    display: block;
    float: right;
  }
  /* -------------------------------------------------------------------------------------
   MAIN NAVIGATION
   --------------------------------------------------------------------------------------*/
  /* container */
  #mainnav {
    height: 0;
    min-height: 0;
    position: relative;
    background: #e4e4e4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(39%, #e2e2e2), color-stop(79%, #dddddd), color-stop(91%, #d5d5d5), color-stop(95%, #cfcfcf), color-stop(100%, #bebebe));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* IE10+ */
    background: linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* W3C */
    /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#bebebe',GradientType=0 ); / * IE6-9 */
    /* Head Separator */
    /* list */
  }
  #mainnav.headsep {
    min-height: 5.2em;
    border-top: 5px solid #DC0018;
  }
  #mainnav .hnav {
    min-height: 3.6em;
    margin: 0 1.6em;
    border-left: 1px solid #b8b8b8;
    background-image: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/topnav_bg_right.png');
    /*background-position: 100% 0;*/
    background-repeat: repeat-y;
    padding-right: 0;
  }
  #mainnav .hnav li {
    min-height: 5.1em;
    max-width: 12em;
    border-left: 1px solid #fff;
    border-right: 1px solid #b8b8b8;
    background: #e8e8e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(61%, #f7f7f7), color-stop(89%, #f7f7f7), color-stop(91%, #f5f5f5), color-stop(95%, #ececec), color-stop(100%, #d7d7d7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    /* IE10+ */
    background: linear-gradient(top, #e8e8e8 0%, #f7f7f7 61%, #f7f7f7 89%, #f5f5f5 91%, #ececec 95%, #d7d7d7 100%);
    /* W3C */
    /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d7d7d7',GradientType=0 ); / * IE6-9 */
    /* flyout */
  }
  #mainnav .hnav li.active,
  #mainnav .hnav li.nav_on {
    border-top: 5px solid #F7001D;
    border-left: 0;
    border-right: 0;
    margin-top: -5px;
    padding: 0 1px;
    background: #fff;
    min-height: 5.2em;
  }
  #mainnav .hnav li.active:first-child,
  #mainnav .hnav li.nav_on:first-child {
    margin-left: 0;
    border-left: 0;
  }
  #mainnav .hnav li.active > a,
  #mainnav .hnav li.nav_on > a {
    background-color: transparent;
    color: #000;
    padding-bottom: 0.5em;
    position: relative;
  }
  #mainnav .hnav li.active > a:before,
  #mainnav .hnav li.nav_on > a:before,
  #mainnav .hnav li.active > a:after,
  #mainnav .hnav li.nav_on > a:after {
    position: absolute;
    top: 0;
    width: 8px;
    height: 5.2em;
    content: " ";
    display: block;
    background: transparent url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/topnav_avctive_border.png') repeat-y;
  }
  #mainnav .hnav li.active > a:before,
  #mainnav .hnav li.nav_on > a:before {
    left: -8px;
  }
  #mainnav .hnav li.active > a:after,
  #mainnav .hnav li.nav_on > a:after {
    right: -8px;
    background-position: right;
  }
  #mainnav .hnav li.nav_on .flyout {
    left: 0;
    top: 5.2em;
    opacity: 1;
  }
  #mainnav .hnav li.nav_on > a span[data-icon=","] {
    bottom: 4px;
  }
  #mainnav .hnav li.nav_on > a span[data-icon=","]::before {
    content: ";";
  }
  #mainnav .hnav li.nav_on > a,
  #mainnav .hnav li.hover > a {
    color: #DC0018;
    text-decoration: none;
    min-height: 3.9em;
  }
  #mainnav .hnav li.nav_last > a {
    color: #000;
  }
  #mainnav .hnav li > a {
    font-size: 1em;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    display: block;
    min-height: 3.7em;
    padding: 0.8em 0.8em 0.4em;
  }
  #mainnav .hnav li > a :active,
  #mainnav .hnav li > a :hover {
    color: #DC0018;
    text-decoration: none;
  }
  #mainnav .hnav li > a span[data-icon=","] {
    position: absolute;
    bottom: -1px;
    font-size: 0.9em;
    left: 0;
    text-align: center;
    width: 100%;
    color: #6c6c6c;
  }
  #mainnav .hnav li.active > a span[data-icon=","] {
    bottom: 0;
  }
  #mainnav .hnav li .flyout {
    width: 83.2em;
    min-height: 5em;
    padding: 30px 0;
    background-color: #fff;
    opacity: 0.3;
    z-index: 100;
    -webkit-transition: opacity 450ms;
    -moz-transition: opacity 450ms;
    -o-transition: opacity 450ms;
    -ms-transition: opacity 450ms;
    transition: opacity 450ms;
  }
  .no-js #mainnav .hnav li .flyout {
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .no-js #mainnav .hnav li:hover .flyout {
    opacity: 1;
  }
  .flyout_top {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    background-image: linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  }
  .flyout_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    background-image: linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  }
  #main {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 1.6em;
    background: #fff;
  }
  #main .flyout_top {
    position: relative;
    height: 20px;
    top: 20px;
  }
  #main .flyout_bottom {
    position: relative;
    bottom: 20px;
  }
  #main.headsep {
    border-top: 0.4em solid #aa0000;
  }
  #main .flyout .ym-gl:first-child .ym-gbox {
    padding-left: 10px;
  }
  #main .flyout .ym-gr .ym-gbox {
    padding-right: 10px;
  }
  #main .flyout .flyout_col,
  #main .flyout .ym-gl,
  #main .flyout .ym-gr {
    background-image: none;
  }
  #main .flyout a {
    font-size: 1em;
  }
  /* columns */
  a.nav_close .icn_close {
    padding: 0;
  }
  .flyout_columns {
    display: table;
  }
  .flyout {
    /* flyout content */
  }
  .flyout .flyout_col {
    display: table-cell;
    position: relative;
  }
  .flyout .navigationlinks h3 {
    margin-bottom: 1em;
  }
  .flyout .navigationlinks .teaserImage {
    margin-top: 0;
    margin-right: 1em;
  }
  .flyout .ym-gl,
  .flyout .ym-gr {
    float: none;
    display: table-cell;
  }
  .flyout .ym-gbox,
  .flyout .flyout_col {
    min-height: 10em;
    padding: 20px 19px 15px 19px;
  }
  .flyout .flyout_col,
  .flyout .ym-gl,
  .flyout .ym-gr {
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
  }
  .flyout .flyout_col:first-child,
  .flyout .ym-gl:first-child,
  .flyout .ym-gr:first-child {
    border-left: none;
  }
  .flyout .flyout_col:last-child,
  .flyout .ym-gl:last-child,
  .flyout .ym-gr:last-child {
    border-right: none;
  }
  .flyout .nav_close {
    position: absolute;
    top: 0;
    right: 0;
    color: #069;
    z-index: 2;
  }
  .flyout a {
    font-size: 1em;
  }
  .flyout a:hover {
    color: #DC0018;
  }
  .flyout h3 {
    font-size: 1.1em;
    line-height: 1;
    margin: 0 0 6px 0;
    padding: 0;
  }
  .flyout h3 a {
    font-size: 1em;
    line-height: 1.3;
    color: #069;
  }
  .flyout h3 + linkliste {
    margin-top: -0.3em;
  }
  .flyout p {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 9px 0;
  }
  .flyout th p,
  .flyout td p {
    font-size: 1em;
  }
  .flyout th a,
  .flyout td a {
    font-size: 1em;
    color: #069;
  }
  .flyout td dl {
    margin: 0;
    padding-left: 0.8em;
  }
  .flyout td dt {
    margin: 0;
    width: 100%;
    font-size: 1em;
  }
  .flyout td dd,
  .flyout td ul {
    margin: 0;
    padding: 0;
  }
  .flyout td li {
    margin: 0;
    clear: both;
    float: none;
    list-style: none;
  }
  .flyout_col_1-1-1_1 {
    width: 270px;
  }
  .flyout_col_1-1-1_2 {
    width: 280px;
  }
  .flyout_col_1-1-1_3 {
    width: 270px;
  }
  .maxheight {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  #mainnav .flyout ul,
  #mainnav .flyout li {
    background: none;
    float: none;
    border: none;
    margin-top: 0.8em;
    min-height: 0;
    max-width: none;
  }
  .flyout ul {
    margin-bottom: 1.5em;
  }
  #mainnav .flyout li a {
    margin: 0;
    padding: 0;
    min-height: 0;
    color: #069;
  }
  /* top */
  .flyout_top a {
    display: block;
    float: right;
    color: #207AA7;
    text-decoration: none;
    padding: 1em 16px;
  }
  .flyout_top .nav_close {
    padding: 1em 16px;
  }
  /* bottom */
  .flyout .flyout_bottom a,
  .pagenav .flyout_bottom a {
    display: block;
    width: 100px;
    height: 22px;
    line-height: 2;
    left: 50%;
    margin-left: -50px;
    top: auto;
    bottom: 0;
    color: #454545;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: 0;
    text-align: center;
    position: absolute;
  }
  .flyout .flyout_bottom a[data-icon=";"]::before,
  .pagenav .flyout_bottom a[data-icon=";"]::before {
    margin-right: 0;
  }
  /* flyout item */
  .flyout_item {
    min-height: 8em;
  }
  .flyout_col .flyout_item:last-child {
    min-height: 0px;
  }
  /* flyout teaser */
  .flyout_teaser {
    position: absolute;
    bottom: 30px;
    padding: 9px;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
  }
  .flyout_col_1-1-1_3 .flyout_teaser {
    width: 250px;
    left: 649px;
  }
  .flyout_teaser p {
    margin: 0;
  }
  .flyout_teaser img {
    float: left;
    margin: 3px 10px 0 0;
  }
  #themes {
    position: relative;
    /* MCHREL-1083 fix tabs navigation */
  }
  #themes .jquery_tabs ul.tabs-list li a {
    padding: 0.75em 0;
    width: 1.6em;
    text-align: center;
  }
  #themes .hnav {
    position: absolute;
    top: 6.88em;
    right: 1.75em;
  }
  #themes .hnav .tabbody ul {
    margin-top: 0.8em;
  }
  #themes .hnav .tabbody li {
    float: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 0;
  }
  #themes .hnav .tabbody li a {
    color: #069;
    display: block;
    line-height: 1.5;
    padding: 0.8em 0 0.4em;
  }
  #themes .hnav .tabbody li a:hover {
    color: #DC0018;
  }
  #themes .hnav .table_simple ul {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
  }
  #themes .hnav .table_simple li {
    border-bottom: 0;
  }
  #themes .hnav .table_simple li a {
    padding: 0 0 0.4em;
  }
  #themes a.dropbox {
    min-width: 1em;
  }
  #themes .flyout {
    min-height: 3em;
    width: 79em;
    margin: 0.5em;
    padding: 0;
    text-align: left;
    position: absolute;
    top: -999999px;
    left: auto;
    right: 0;
    z-index: 1050;
    list-style: none;
    background-color: white;
  }
  #themes li.nav_on .flyout {
    top: 1.8em;
    left: auto;
    margin-right: 0.2em;
    display: block !important;
  }
  #themes .flyout .jquery_tabs {
    margin: 1.5em;
    padding: 0;
  }
  #themes .flyout .nav_close {
    padding: 1em 16px;
  }
  #themes .flyout .nav_close span[data-icon="x"] {
    margin-left: 5px;
    font-size: 75%;
  }
  #themes .jquery_tabs .tabs-list li a {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
  /* -------------------------------------------------------------------------------------
   META NAVIGATION
   --------------------------------------------------------------------------------------*/
  #metanav {
    position: absolute;
    top: 0.5em;
    right: 1.6em;
    z-index: 10;
  }
  #metanav .enhanced_select {
    float: right;
    margin: 0 0 0 0.8em;
  }
  /* langnav */
  .langnav {
    float: right;
    margin: 0.6em 0 0 0;
    padding-left: 1em;
    border-left: 1px solid #e5e5e5;
  }
  .langnav li a.dropbox {
    width: 4em;
    margin: 0;
  }
  .lt-ie9 .langnav {
    width: 8em;
  }
  .langnav li {
    font-size: 1em;
    position: relative;
    padding: 0;
    color: #666;
    width: 3em;
  }
  .langnav li:last-child {
    padding-bottom: 0;
  }
  .langnav li a abbr {
    /*font-size: 1em;*/
  }
  .langnav .drop-nav {
    margin-top: 0.2em;
  }
  .langnav .hor-nav {
    width: auto;
  }
  .langnav .hor-nav a {
    display: block;
    padding: 0.45em;
  }
  .langnav .hor-nav a.active {
    background-color: #e5e5e5;
  }
  .langnav li a {
    line-height: 1.1em;
  }
  .langnav li a.disabled {
    cursor: default;
    color: #ccc;
  }
  .langnav > li {
    padding: 0;
  }
  .langnav li > ul {
    margin: 0.5em;
    padding: 0.5em 0.5em 0.5em 2em;
    text-align: left;
    position: absolute;
    top: -999999px;
    left: auto;
    right: 0;
    z-index: 2;
    list-style: none;
    border-left: 1px solid #6c6c6c;
    border-right: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c;
    border-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
  .langnav li.nav_on > ul,
  .langnav li.nav_on > div,
  .no-js .langnav li:hover > ul,
  .no-js .langnav li a:active > ul,
  .no-js .langnav li a:focus + ul,
  .no-js .langnav li:hover > div,
  .no-js .langnav li a:active > div,
  .no-js .langnav li a:focus + div {
    margin: 0;
    padding: 1em;
    right: 0.45em;
    top: 2.3em;
    width: 2.4em;
    z-index: 10;
  }
  .langnav li.nav_on ul {
    margin-right: -2.05em !important;
    margin-top: -0.32em !important;
    padding-top: -0.3em;
  }
  li.nav_on a.dropbox,
  .no-js li:hover a.dropbox {
    color: #DC0018;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  li.nav_on a.dropbox .shadowMask,
  .no-js li:hover a.dropbox .shadowMask {
    border-bottom: 5px solid #fff;
  }
  #metanav ul.langnav.hnav.nav li.nav_on ul li a abbr {
    font-size: 80% !important;
  }
  /* servicenav */
  #servicenav {
    float: right;
    margin-top: 0.8em;
  }
  #servicenav li {
    font-size: 1em;
    position: relative;
    margin-right: 0.8em;
  }
  #servicenav li a {
    line-height: 1.3;
    font-size: 0.9em;
  }
  /* -------------------------------------------------------------------------------------
   PAGE NAVIGATION
   --------------------------------------------------------------------------------------*/
  .pagenav {
    margin-top: 1.6em;
    margin-left: -1.6em;
    margin-right: 0.8em;
  }
  .pagenav h3.lined-title {
    margin-left: 1.6em;
  }
  .pagenav .nav-mobile {
    position: relative;
  }
  .pagenav a.level-up:hover {
    border-left-color: transparent;
    color: #DC0018;
  }
  .pagenav a.level-up span {
    background: #f5f5f5;
    padding-left: 2.4em;
    font-size: 75%;
    line-height: 1;
    position: relative;
  }
  .pagenav a.level-up span::before {
    font-size: 1.8em;
    position: absolute;
    left: 0.4em;
    bottom: 4px;
  }
  .pagenav a.level-up span.text {
    margin-left: 0;
  }
  .pagenav a.level-up span.fonticon {
    display: inline-block;
    font-size: 100%;
    padding: 0;
    border-bottom: 0;
    margin: 0;
    position: static;
  }
  .pagenav ul {
    margin: 0;
    list-style: none;
    overflow: hidden;
  }
  .pagenav ul li {
    line-height: 1.5em;
    font-size: 1em;
    margin: 0;
    padding: 0;
  }
  .pagenav ul li a {
    padding: 0 0 0 1.2em;
    border-left: 0.4em solid transparent;
    color: #000;
    font-size: 1.1em;
    line-height: 1.2;
    display: block;
  }
  .pagenav ul li a > span,
  .pagenav ul li a strong {
    display: block;
    padding: 0.8em 0 0.8em 0.5em;
    border-bottom: 1px solid #ccc;
  }
  .pagenav ul li a > span {
    margin-left: 1.2em;
  }
  .pagenav ul li a > span.all-before {
    margin-left: 0;
  }
  .pagenav ul li a strong {
    color: #000;
    border-bottom: 1px solid #6c6c6c;
  }
  .pagenav ul li a.active,
  .pagenav ul li a:hover,
  .pagenav ul li a:active {
    border-left: 0.4em solid #DC0018;
  }
  .pagenav ul li a.active,
  .pagenav ul li a:active {
    color: #000;
  }
  .pagenav ul li span.active {
    padding: 0 0 0 2.4em;
    border-left: 0.4em solid #DC0018;
    color: #000;
    display: block;
    font-size: 1.1em;
    line-height: 1.2;
  }
  .pagenav ul li span.active > span,
  .pagenav ul li span.active strong {
    display: block;
    padding: 0.8em 0 0.8em 0.5em;
    border-bottom: 1px solid #ccc;
  }
  .pagenav ul li span.active strong {
    color: #000;
  }
  .pagenav ul li ul li a {
    color: #6c6c6c;
  }
  .pagenav ul li ul li a > span,
  .pagenav ul li ul li a strong {
    border-bottom: 1px solid #ccc;
  }
  .pagenav ul li ul li:first-child span.active {
    padding-left: 1.2em;
  }
  .pagenav ul li ul li:first-child span.active strong {
    border-bottom: 1px solid #ccc;
  }
  /* -------------------------------------------------------------------------------------
   FACET NAVIGATION
   --------------------------------------------------------------------------------------*/
  .facet-nav {
    margin-top: 1.6em;
    margin-left: -1.6em;
    margin-right: 0.8em;
  }
  .facet-nav .facet-header-mobile {
    display: none;
  }
  .facet-nav .nav-mobile {
    position: relative;
  }
  .facet-nav .facet-title {
    padding: 0.8em 0 0.8em 1.1em;
    border-left: 6px solid #DC0018;
    margin-top: 0;
  }
  .facet-nav .facet-title .facet-counter {
    background: #e5e5e5;
    padding: 0.15em 0.25em;
    margin: -0.2em 0 0 0.7em;
    font-weight: normal;
    display: inline-block;
    border-radius: 2px;
    float: right;
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
    color: #6c6c6c;
    -webkit-tranistion: background-color 0.2s;
    -moz-tranistion: background-color 0.2s;
    -o-tranistion: background-color 0.2s;
    -ms-tranistion: background-color 0.2s;
    tranistion: background-color 0.2s;
  }
  .facet-nav .facet-title .facet-counter.light-up {
    background-color: #DC0018;
  }
  .facet-nav a.level-up:hover {
    border-left-color: transparent;
    color: #DC0018;
  }
  .facet-nav a.level-up span {
    background: #f5f5f5;
    padding-left: 2.4em;
    font-size: 75%;
    line-height: 1;
    position: relative;
  }
  .facet-nav a.level-up span::before {
    font-size: 1rem;
    position: absolute;
    left: 0.4em;
    bottom: 4px;
  }
  .facet-nav a.level-up span.text {
    margin-left: 0;
  }
  .facet-nav a.level-up span.fonticon {
    display: inline-block;
    font-size: 100%;
    padding: 0;
    border-bottom: 0;
    margin: 0;
    position: static;
  }
  .facet-nav .facet-type-wrapper {
    width: 100%;
    margin-top: 0;
  }
  .facet-nav .facet-type-item {
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    margin: 0.4em 0 0 1.7em;
  }
  .facet-nav .facet-type-item.closed .facet-type-subitem-list {
    display: none;
  }
  .facet-nav .facet-type-item:first-child {
    margin-top: 0;
  }
  .facet-nav .facet-type-item .expandable-title {
    padding-left: 0.75em;
  }
  .facet-nav .facet-type-item .expandable-title::before {
    left: 1.6rem;
  }
  .facet-nav .facet-type-item a,
  .facet-nav .facet-type-item .facet-type-item-title {
    padding-left: 0;
    border-left: 0;
    position: relative;
  }
  .facet-nav .facet-type-item a:hover,
  .facet-nav .facet-type-item .facet-type-item-title:hover {
    border-left: 0;
  }
  .facet-nav .facet-type-item a::before,
  .facet-nav .facet-type-item .facet-type-item-title::before {
    position: absolute;
    top: 50%;
    height: 1em;
    left: 0.8em;
    margin-top: -0.5em;
    font-size: 1.3rem;
  }
  .facet-nav .facet-type-item a span,
  .facet-nav .facet-type-item .facet-type-item-title span {
    margin-left: 2.4em;
    border-bottom: 0;
  }
  .facet-nav .facet-type-item .facet-type-subitem.counted-item {
    border-bottom: 0;
  }
  .facet-nav .facet-type-item .facet-type-subitem.open .facet-type-subitem-inception-list {
    display: block;
  }
  .facet-nav .facet-type-item .facet-type-subitem.open .expandable-title {
    border-bottom: 1px solid #d5d5d5;
  }
  .facet-nav .facet-type-item .facet-type-subitem.open .expandable-title::before {
    content: "v";
    font-family: 'AdminCH_Symbols';
  }
  .facet-nav .facet-type-item .facet-type-subitem-inception-list {
    display: none;
  }
  .facet-nav .facet-type-item .facet-type-subitem-inception-list li {
    padding-left: 1.6em;
    border-bottom: 1px solid #d5d5d5;
  }
  .facet-nav .facet-type-item .counted-item {
    border-bottom: 1px solid #d5d5d5;
  }
  .facet-nav .facet-type-item .counted-item:last-child {
    border-bottom: 0;
  }
  .facet-nav .facet-type-item .counted-item.selected {
    position: relative;
  }
  .facet-nav .facet-type-item .counted-item.selected .facet-counter {
    display: none;
  }
  .facet-nav .facet-type-item .counted-item.selected::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background-color: #DC0018;
  }
  .facet-nav .facet-type-item .counted-item.selected button.close {
    display: block;
    padding: 1.3em 0;
    margin: 0;
    width: 1rem;
    position: absolute;
    top: 0em;
    right: 0.5rem;
    border: 0;
    background: transparent;
    font-size: 75%;
    color: #ccc;
  }
  .facet-nav .facet-type-item .counted-item.selected button.close:hover {
    color: #DC0018;
  }
  .facet-nav .facet-type-item .counted-item button.close {
    display: none;
  }
  .facet-nav .facet-type-item .counted-item .facet-counter {
    background: #e5e5e5;
    padding: 0.15em 0.25em;
    margin: 0.7em 0.8em;
    font-weight: normal;
    display: inline-block;
    border-radius: 2px;
    float: right;
  }
  .facet-nav .facet-type-item .counted-item .counted-item-text {
    float: left;
  }
  .facet-nav .facet-type-item .facet-type-item-title {
    color: #000;
  }
  .facet-nav .facet-type-item .facet-type-item-title.active {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d5d5d5;
  }
  .facet-nav .facet-type-item .facet-type-item-title.active::before {
    content: "v";
  }
  /* -------------------------------------------------------------------------------------
   PROCESS NAVIGATION
   ======================================================================================*/
  /* general setup */
  .processnav {
    border: none;
    margin: 1.5em 0 0;
    padding: 0;
  }
  .processnav .process-list {
    padding-left: 0;
  }
  .processnav .process-item {
    list-style: none;
    text-align: center;
    width: 25%;
    float: left;
    margin: 0;
  }
  .processnav .process-item a {
    text-align: center;
    display: block;
    width: 100%;
    color: #000;
    cursor: default;
  }
  .processnav .process-item a:hover {
    color: #000;
  }
  .processnav .process-item span.bar {
    width: calc(100% - 7px);
    height: 6px;
    background-color: #d5d5d5;
    display: block;
    margin: 0 2px 3px 5px;
    position: relative;
  }
  .processnav .process-item span.bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #ffffff;
  }
  .processnav .process-item span.bar::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #d5d5d5;
  }
  .processnav .process-item.past a {
    cursor: pointer;
  }
  .processnav .process-item.past a:hover span.bar {
    background-color: #DC0018;
  }
  .processnav .process-item.past a:hover span.bar::after {
    border-color: transparent transparent transparent #DC0018;
  }
  .processnav .process-item.active span.bar {
    background-color: #DC0018;
  }
  .processnav .process-item.active span.bar::after {
    border-color: transparent transparent transparent #DC0018;
  }
  .processnav .process-item:first-child a {
    padding-left: 0;
  }
  .processnav .process-item:first-child span.bar {
    margin-left: 0;
    width: calc(100% - 2px);
  }
  .processnav .process-item:first-child span.bar::before {
    display: none;
  }
  .processnav .process-item:last-child a {
    padding-right: 0;
  }
  .processnav .process-item:last-child span.bar {
    margin-right: 0;
    width: calc(100% - 4px);
  }
  .processnav .process-item:last-child span.bar::after {
    display: none;
  }
  /* MCHREL-1092: corrected margin/padding of teaserlist entries in a tabbody */
  .tabbody .teaserlist {
    padding: 0 0.8em;
  }
  /* MCHREL-1092: corrected appearance of teasers in a tabbody */
  .tabbody .horizontalrule hr {
    margin: 0;
  }
  .tabbody .parbase {
    margin: 0;
  }
}
@media screen {
  /* -------------------------------------------------------------------------------------
	 TREECRUMB
	 --------------------------------------------------------------------------------------*/
  #breadcrumb,
  #treecrumb {
    margin: 0;
    position: absolute;
    top: 0.88888889em;
    left: 1.6em;
    background-color: #fff;
    list-style: none;
    z-index: 98;
    /* SUBMENU */
    /* SUBMENU LISTING	*/
  }
  #breadcrumb ul.hnav,
  #treecrumb ul.hnav {
    border: 1px solid #ccc;
    height: 2em;
  }
  #breadcrumb ul.hnav > li,
  #treecrumb ul.hnav > li {
    display: block;
    padding: 0;
    height: 2em;
    line-height: 1;
  }
  #breadcrumb ul.hnav > li.open,
  #treecrumb ul.hnav > li.open,
  #breadcrumb ul.hnav > li.previous,
  #treecrumb ul.hnav > li.previous {
    border-right: 1px solid #ccc !important;
  }
  #breadcrumb ul.hnav > li.open:after,
  #treecrumb ul.hnav > li.open:after,
  #breadcrumb ul.hnav > li.previous:after,
  #treecrumb ul.hnav > li.previous:after,
  #breadcrumb ul.hnav > li.open:before,
  #treecrumb ul.hnav > li.open:before,
  #breadcrumb ul.hnav > li.previous:before,
  #treecrumb ul.hnav > li.previous:before {
    border-color: transparent !important;
    border-width: 0 !important;
  }
  #breadcrumb ul.hnav > li.open > a,
  #treecrumb ul.hnav > li.open > a,
  #breadcrumb ul.hnav > li.previous > a,
  #treecrumb ul.hnav > li.previous > a {
    background-color: #fff;
    height: 2.3em;
    z-index: 1;
  }
  #breadcrumb ul.hnav > li.open .hnav-sub,
  #treecrumb ul.hnav > li.open .hnav-sub,
  #breadcrumb ul.hnav > li.previous .hnav-sub,
  #treecrumb ul.hnav > li.previous .hnav-sub {
    left: -1px;
    z-index: -1;
  }
  #breadcrumb ul.hnav > li.open.tc_arrow_last,
  #treecrumb ul.hnav > li.open.tc_arrow_last,
  #breadcrumb ul.hnav > li.previous.tc_arrow_last,
  #treecrumb ul.hnav > li.previous.tc_arrow_last {
    border-right: 0 !important;
  }
  #breadcrumb ul.hnav > li.previous > a,
  #treecrumb ul.hnav > li.previous > a {
    height: 2em;
  }
  #breadcrumb ul.hnav > li.open > a span[data-icon=":"]::before,
  #treecrumb ul.hnav > li.open > a span[data-icon=":"]::before {
    content: ",";
  }
  #breadcrumb ul.hnav > li.tc_arrow_default,
  #treecrumb ul.hnav > li.tc_arrow_default {
    background-image: none;
    border-right: 1px solid transparent;
  }
  #breadcrumb ul.hnav > li.tc_arrow_default:after,
  #treecrumb ul.hnav > li.tc_arrow_default:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 93%;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 1em;
  }
  #breadcrumb ul.hnav > li.tc_arrow_default:before,
  #treecrumb ul.hnav > li.tc_arrow_default:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 93%;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 1.1em;
  }
  #breadcrumb ul.hnav > li.tc_arrow_last:hover,
  #treecrumb ul.hnav > li.tc_arrow_last:hover {
    border-right: 0;
  }
  #breadcrumb ul.hnav > li.tcicn > a,
  #treecrumb ul.hnav > li.tcicn > a {
    line-height: 1.8;
  }
  #breadcrumb ul.hnav > li.tcicn > a span[data-icon=":"],
  #treecrumb ul.hnav > li.tcicn > a span[data-icon=":"] {
    margin-right: 10px;
    font-size: 1.2em;
    position: relative;
  }
  #breadcrumb ul.hnav > li.tcicn > a span[data-icon=":"]::before,
  #treecrumb ul.hnav > li.tcicn > a span[data-icon=":"]::before {
    line-height: 1.2;
    position: absolute;
    right: 5px;
    top: 1px;
  }
  #breadcrumb ul.hnav > li.tcicn > a:hover span[data-icon=":"],
  #treecrumb ul.hnav > li.tcicn > a:hover span[data-icon=":"] {
    color: #454545;
  }
  #breadcrumb ul.hnav > li > a,
  #treecrumb ul.hnav > li > a,
  #breadcrumb ul.hnav > li > .active,
  #treecrumb ul.hnav > li > .active {
    display: block;
    height: 2em;
    line-height: 1;
    padding: 0 25px 0 25px;
    width: auto;
  }
  #breadcrumb ul.hnav > li > .active,
  #treecrumb ul.hnav > li > .active {
    line-height: 2.16;
  }
  #breadcrumb ul.hnav .icn_arrow_foreward,
  #treecrumb ul.hnav .icn_arrow_foreward {
    background-position: 5px -420px;
  }
  #breadcrumb li,
  #treecrumb li {
    font-size: 1em;
    position: relative;
  }
  #breadcrumb li a,
  #treecrumb li a {
    line-height: 1.6;
    font-size: 0.9em;
    padding-top: 0;
    padding-left: 1.6em;
  }
  #breadcrumb li span,
  #treecrumb li span {
    font-size: 0.9em;
  }
  #breadcrumb .hnav-sub,
  #treecrumb .hnav-sub {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.8em 0 0 0;
    margin: 0;
    min-width: 100%;
    top: 2em;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
  #breadcrumb .hnav-sub .hnav-sub__item,
  #treecrumb .hnav-sub .hnav-sub__item {
    display: list-item;
    list-style-type: none;
  }
  #breadcrumb .hnav-sub .hnav-sub__item .hnav-sub__heading,
  #treecrumb .hnav-sub .hnav-sub__item .hnav-sub__heading {
    display: block;
    padding-bottom: 0.4em;
    padding-right: 1.6em;
    white-space: nowrap;
    /* border-bottom: 1px solid @gray; */
    margin-bottom: 0.8em;
  }
  #breadcrumb .hnav-sub__list,
  #treecrumb .hnav-sub__list {
    position: relative;
    left: 0;
    top: 0;
    border: none;
    float: left;
    margin-bottom: 0.8em;
    margin-right: 0.8em;
    padding-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #breadcrumb .hnav-sub__list .hnav-sub__list-item,
  #treecrumb .hnav-sub__list .hnav-sub__list-item {
    display: block;
    padding-bottom: 0.8em;
    width: 100%;
  }
  #breadcrumb .hnav-sub__list .hnav-sub__list-item a,
  #treecrumb .hnav-sub__list .hnav-sub__list-item a {
    color: #6c6c6c;
    display: block;
    font-size: 0.9em;
    margin-left: 0.8em;
    white-space: nowrap;
  }
  #breadcrumb .hnav-sub__list .hnav-sub__list-item a:hover,
  #treecrumb .hnav-sub__list .hnav-sub__list-item a:hover {
    color: #DC0018;
  }
  #breadcrumb .hnav-sub__list .hnav-sub__list-item:last-child,
  #treecrumb .hnav-sub__list .hnav-sub__list-item:last-child {
    padding-bottom: 0;
  }
  #breadcrumb .hnav-sub__list .hnav-sub__list-item.active,
  #treecrumb .hnav-sub__list .hnav-sub__list-item.active {
    color: #454545;
    font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
  }
  .no-js #treecrumb > li:hover {
    padding: 3px 20px 4px 18px;
    margin-left: -12px;
    border-left: 1px solid #ccc;
  }
  .no-js #treecrumb > li:hover:first-child {
    margin-left: 0;
    padding-left: 7px;
    border-left: none;
  }
  .no-js #treecrumb > li:hover:first-child a.icn_tc_right {
    padding: 0 20px 12px 15px;
  }
  .no-js #treecrumb > li:hover:first-child > ul {
    left: -1px;
    border-left: 0;
    padding: 1em 0.4em 0 0;
  }
  .no-js #treecrumb > li:hover a.icn_tc_right {
    padding: 0 20px 12px 33px;
    margin-top: 5px;
    display: block;
    width: auto;
    line-height: 1;
    z-index: 30;
  }
  #treecrumb {
    top: 1em;
  }
}
/* -------------------------------------------------------------------------------------
 BREADCRUMB
 ======================================================================================*/
#breadcrumb {
  margin: 1.6em 0;
  position: static;
}
#breadcrumb ul.hnav {
  border: 0;
  margin-top: -0.4em;
}
#breadcrumb ul.hnav > li {
  height: auto;
  margin-top: -0.2em;
}
#breadcrumb ul.hnav > li > span.text,
#breadcrumb ul.hnav > li > a {
  line-height: 2;
}
#breadcrumb ul.hnav > li > a {
  padding: 0 0.8em 0 0;
  display: inline-block;
  color: #069;
  height: auto;
}
#breadcrumb ul.hnav > li > a:hover {
  color: #DC0018;
}
#breadcrumb ul.hnav > li > span[data-icon] {
  margin-right: 0.8em;
  font-size: 0.8em;
}
#breadcrumb .hnav-sub {
  z-index: 10;
}
/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Styles for Accessible-Tabs plugin for jQuery
 * (de) Gestaltung des Acessible-Tabs Plugins für jQuery
 *
 * @copyright		Copyright 2005-2012, Dirk Jesse
 * @license			CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *					YAML-CDL (http://www.yaml.de/license.html)
 * @link			http://www.yaml.de
 * @package			yaml
 * @version			v4.0
 * @revision		$Revision: 693 $
 * @lastmodified	$Date: 2012-01-29 23:53:53 +0100 (So, 29 Jan 2012) $
 */
@media screen, projection {
  #mainnav .jquery_tabs,
  .jquery_tabs {
    margin: 1.5em 0 0;
    /*padding: 0 0 2em 0;*/
  }
  #mainnav .jquery_tabs.meteo-products__report,
  .jquery_tabs.meteo-products__report {
    margin: 0 !important;
    width: 100%;
  }
  #mainnav .jquery_tabs.meteo-products__wind--tabs,
  .jquery_tabs.meteo-products__wind--tabs {
    width: 100%;
  }
  #mainnav .jquery_tabs {
    padding: 0;
  }
  .ym-col2 .jquery_tabs {
    padding: 0;
  }
  .jquery_tabs ul.tabs-list {
    /* display:table; */
    display: block;
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .jquery_tabs .tabhead {
    position: absolute;
    left: -32768px;
    /* LTR */
  }
  .jquery_tabs .content .accessible_tabs__tab {
    margin-top: 0;
  }
  .meteo-products__report .content {
    border: none !important;
    padding: 0;
    margin: 0 !important;
  }
  .jquery_tabs .content {
    border: 1px #ccc solid;
    clear: both;
    padding: 0;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
  }
  .jquery_tabs .content:first-child {
    border: none;
    top: 0;
    margin-bottom: 0;
  }
  .content .tabbody {
    padding: 0 1em 1em;
  }
  .tabin_tabs .content {
    border: none;
    border-top: 1px #ccc solid;
  }
  .tabin_tabs .content .content {
    border: 1px #ccc solid;
  }
  .tabin_tabs .tabbody {
    padding: 1em 0 0;
  }
  .tabin_tabs .tabbody .tabbody {
    padding: 1em;
  }
  #mainnav .jquery_tabs ul.tabs-list li,
  .jquery_tabs ul.tabs-list li {
    border: none;
    border-right: 1px solid #CCC;
    display: list-item;
    float: left;
    font-size: 1em;
    margin: 0;
    padding: 0;
    background: #FFF;
  }
  #mainnav .jquery_tabs ul.tabs-list li:first-child,
  .jquery_tabs ul.tabs-list li:first-child {
    border-left: 1px solid #CCC;
  }
  #mainnav .jquery_tabs ul.tabs-list li a,
  .jquery_tabs ul.tabs-list li a {
    border: 0;
    border-top: 1px solid #ccc;
    color: #6c6c6c;
    display: block;
    float: left;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.1;
    margin: 0;
    padding: 0.75em 1.25em;
    background: #f5f5f5;
    box-sizing: border-box;
  }
  #mainnav .jquery_tabs .letter_tabs ul.tabs-list li a,
  .jquery_tabs .letter_tabs ul.tabs-list li a {
    padding: 0.75em 0;
    width: 1.6em;
    text-align: center;
  }
  #mainnav .jquery_tabs ul.tabs-list li a:hover,
  #mainnav .jquery_tabs ul.tabs-list li a:active,
  .jquery_tabs ul.tabs-list li a:hover,
  .jquery_tabs ul.tabs-list li a:active {
    color: #DC0018;
    font-weight: normal;
    padding-top: 0.62em;
    outline: 0 none;
    text-decoration: none;
    border-top: 3px solid #DC0018;
  }
  #mainnav .jquery_tabs ul.tabs-list li.current a,
  #mainnav .jquery_tabs ul.tabs-list li.current a:hover,
  #mainnav .jquery_tabs ul.tabs-list li.current a:active,
  .jquery_tabs ul.tabs-list li.current a,
  .jquery_tabs ul.tabs-list li.current a:hover,
  .jquery_tabs ul.tabs-list li.current a:active {
    background: #fff;
    border-top: 3px solid #DC0018;
    border-bottom: 1px solid #fff;
    padding-top: 0.62em;
    color: #000;
    text-decoration: none;
  }
  #mainnav .jquery_tabs ul.tabs-list li.current a.disabled,
  #mainnav .jquery_tabs ul.tabs-list li.current a.disabled:hover,
  #mainnav .jquery_tabs ul.tabs-list li.current a.disabled:active,
  #mainnav .jquery_tabs ul.tabs-list li a.disabled,
  #mainnav .jquery_tabs ul.tabs-list li a.disabled:hover,
  #mainnav .jquery_tabs ul.tabs-list li a.disabled:active,
  .jquery_tabs ul.tabs-list li.current a.disabled,
  .jquery_tabs ul.tabs-list li.current a.disabled:hover,
  .jquery_tabs ul.tabs-list li.current a.disabled:active,
  .jquery_tabs ul.tabs-list li a.disabled,
  .jquery_tabs ul.tabs-list li a.disabled:hover,
  .jquery_tabs ul.tabs-list li a.disabled:active {
    color: #afafaf;
    text-decoration: none;
    background-color: #f5f5f5;
    border-top: 1px solid #d5d5d5;
    text-shadow: none;
    cursor: default;
    padding-top: 0.75em;
    pointer-events: none;
  }
  .jquery_tabs .current-info,
  .jquery_tabs .accessibletabsanchor {
    left: -999em;
    position: absolute;
  }
  /**
	* Avoid margin collapsing to enable correct sync of all tabs
	*
	* @workaround
	* @affected all browsers
	* @css-for all browsers
	* @valid yes
	*/
  .jquery_tabs .tab-content {
    border-bottom: 1px transparent solid;
    border-top: 1px transparent solid;
    *overflow: hidden;
  }
  /* IE < 7 don't support transparent borders */
  * html .jquery_tabs .tab-content {
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
  }
  /**
	* Containing floats adjustment and stability fixes for Internet Explorer
	*
	* @workaround
	* @affected IE 5.x/Win, IE6, IE7
	* @css-for IE 5.x/Win, IE6, IE7
	* @valid no
	*/
  * html .jquery_tabs .content {
    z-index: -1;
  }
  * html .jquery_tabs {
    zoom: 1;
    width: auto;
    position: relative;
  }
  * + html .jquery_tabs {
    zoom: 1;
    width: auto;
  }
  .jquery_tabs * {
    zoom: 1;
  }
  .map_tabs {
    position: relative;
    clear: both;
    width: 100%;
  }
  .map_tabs .content {
    position: absolute;
    top: 3.2em;
    left: 0;
    right: 0;
    margin-top: -1px;
    background: white;
    border: none;
  }
  .map_tabs .current {
    border: 1px solid #ccc;
  }
  .map_tabs .tabbody {
    padding-top: 1em;
  }
}
.meteo-products__wind--tabs {
  margin-left: 0;
  margin-bottom: 2.4em;
  width: 100% !important;
}
@media screen, print {
  /* -------------------------------------------------------------------------------------
	 PAGER
	 ======================================================================================*/
  /* container */
  .pager {
    *zoom: 1;
    padding: 0.8em 0;
    margin: 0;
  }
  .pager:before,
  .pager:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .pager:after {
    clear: both;
  }
  /* text */
  .pager p {
    font-size: 1.1em;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    float: left;
  }
  .pager p a {
    line-height: 1.2;
  }
  .pager_top {
    margin-bottom: 1em;
    border-bottom: 1px solid #d5d5d5;
  }
  .pager_bottom {
    margin-top: 1em;
    border-top: 1px solid #d5d5d5;
  }
  /* list */
  .pager ul {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pager ul li {
    float: left;
    font-size: 1.1em;
    margin: 0;
    padding: 0 0.3em;
  }
  .pager ul li a,
  .pager ul li span {
    display: block;
    font-size: 1em;
    line-height: 1.2;
    min-width: 1.25em;
    text-align: center;
    text-decoration: none;
  }
  /* state */
  .pager ul li.pager_current a,
  .pager ul li.pager_current span {
    background-color: #e5e5e5;
  }
  /* navigation */
  .pager ul li.pager_next,
  .pager ul li.pager_last,
  .pager ul li.pager_prev,
  .pager ul li.pager_first {
    padding: 0 0.5em;
    margin: 0;
  }
  .pager ul li.pager_next,
  .pager ul li.pager_last {
    border-left: 1px solid #d5d5d5;
  }
  .pager ul li.pager_prev,
  .pager ul li.pager_first {
    border-right: 1px solid #d5d5d5;
  }
  .pager ul li.pager_next {
    margin-left: 0.3em;
  }
  .pager_control ul li.pager_prev {
    border-right: 0;
  }
  .pager_control ul li.pager_next {
    margin-left: 0;
  }
  /* Special fuer Galerie */
  .pager_gallery.pager_top {
    margin-top: 2em;
    border-top: 1px solid #d5d5d5;
  }
  .pager_gallery.pager_bottom {
    border-bottom: 1px solid #d5d5d5;
  }
}
@media screen, print {
  /* -------------------------------------------------------------------------------------
	 TEXTBOXES
	 ======================================================================================*/
  .infobox,
  .highlightteaser {
    background-color: #f5f5f5;
    padding: 0.8em 1.6em 1.6em;
  }
  .infobox h2,
  .highlightteaser h2,
  .infobox h3,
  .highlightteaser h3 {
    margin-top: 0.4em;
  }
  /* MCHWS-172 Extremniederschläge new box component */
  .highlightteaser_yellow {
    padding: 0.8em 1.6em 1.6em;
    background-color: #fff07e;
    color: #000000;
  }
  .box_component {
    margin-top: 0.8em;
  }
  .infobox {
    margin: 1.6em 0;
  }
  .infobox .standardteaser:last-child {
    margin-bottom: 0;
  }
  .infobox-yellow {
    padding: 0.8em 1.6em 1.6em;
    background-color: #fff07e;
    color: #000;
    margin-top: 1.6em;
  }
  .standardteaser .infobox,
  .flyout .infobox {
    border: 1px solid #ccc;
  }
  .standardteaser h3 {
    margin-top: 0.938em;
  }
  .standardteaser .infobox {
    border-top: 0;
  }
  .standardteaser .infobox > h3 {
    margin-top: 0;
  }
  .borderedteaser,
  .toggleteaser {
    padding: 1.6em;
    margin: 1em 0;
    background-color: #f5f5f5;
  }
  .borderedteaser > h2,
  .toggleteaser > h2,
  .borderedteaser > h3,
  .toggleteaser > h3 {
    margin-top: 0;
  }
  .borderedteaser figure,
  .toggleteaser figure {
    float: left;
    margin: 1em 1.6em 1.6em 0;
  }
  .borderedteaser figure img,
  .toggleteaser figure img {
    margin-top: 0.2em;
  }
  .borderedteaser {
    border: 1px solid #ccc;
  }
  .toggleteaser .body {
    max-height: 0.1em;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .toggleteaser > h2:before a,
  .toggleteaser > h3:before a {
    cursor: pointer;
    font-family: 'AdminCH_Symbols';
    content: ':';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.586em;
  }
  .toggleteaser.active > h2:before a,
  .toggleteaser.active > h3:before a {
    content: ',';
    margin-right: 0.3846em;
  }
  .toggleteaser.active .body {
    max-height: 100em;
    transition: max-height 0.3s;
  }
  .directorbox figure img {
    max-width: 100%;
  }
  .directorbox .infobox {
    margin-top: 0;
    border-top: 0;
  }
  .infobox_crisis {
    background-color: #fff07e;
    margin: 1.6em 0 0;
    padding: 1.5em 1.6em 1.6em 3.2em;
    width: 75.2em;
    position: relative;
    min-height: 2em;
    background: #fff07e 0% 0% no-repeat;
    background-repeat: repeat-y;
  }
  .infobox_crisis h3 {
    margin: 0 0.8em 0 0 !important;
    font-size: 1.7em;
    font-weight: bold;
  }
  .infobox_crisis p {
    padding: 0;
    margin: 0.3em 0 0 0 !important;
  }
  .infobox_crisis .exclamation {
    position: absolute;
    top: 0;
    color: #fff;
    display: block !important;
    text-align: center;
    left: 0;
    height: 100%;
    width: 20px;
    background-color: #DC0018;
  }
  .infobox_crisis .exclamation::before {
    font-size: 1.5em;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0.8em;
  }
  /* MCHREL-564 SOV warnings */
  .infobox_crisis_container .infobox_crisis .infobox_crisis_last_updated {
    font-size: 0.6em;
    display: block;
  }
  .infobox_crisis_container .infobox_crisis .infobox_crisis_more_infos {
    display: block;
    margin-top: 1em;
  }
  .infobox_crisis_container {
    clear: both;
    height: auto;
    margin-bottom: 1em;
  }
  .infobox_crisis_container h2 {
    margin-top: 0.75em;
  }
  .infobox_crisis_more_infos__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .infobox_crisis_more_infos__item {
    padding: 0;
    margin: 0;
  }
  .infobox_image .imageset p {
    font-size: 0.9em;
    line-height: 0;
  }
  .togglebox a.toggler,
  .toggletable a.toggler {
    display: block;
  }
  .togglebox a.toggler span,
  .toggletable a.toggler span {
    display: inline-block;
    max-width: 85%;
  }
  .togglebox a.toggler:before,
  .toggletable a.toggler:before {
    font-family: 'AdminCH_Symbols';
    content: ':';
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.6146em;
  }
  .togglebox a.toggler.active:before,
  .toggletable a.toggler.active:before {
    content: ',';
    margin-right: 0.3846em;
  }
  /**
	 * @deprecated - will be removed in future versions
	 *
	 * Don't use this element any more due to its wrong semantic structure. Use module .details instead.
	 */
  .togglebox {
    margin: 1.5em 0;
  }
  .togglebox dt {
    font-weight: normal;
    float: none;
    width: auto;
  }
  .togglebox dd {
    margin: 0 0 0 1.2em;
  }
  .infobox dl.togglebox {
    margin: 0;
  }
  /* -- end @deprecated -- */
  .themeteaser {
    padding-bottom: 1.6em;
    /*border-bottom: 2px solid @gray;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .themeteaser.span12 {
    width: auto;
    margin-left: 0;
    max-width: 100%;
    display: flex;
  }
}
.details__summary {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.4em 0.4em 0 1.2em;
  font-size: 1.1em;
  line-height: 1.2;
  color: #069;
  text-align: left;
  text-indent: -1.2em;
}
.details__summary.h2,
.details__summary.h3 {
  font-size: 1.3em;
  margin-top: 0;
}
.details__summary:hover,
.details__summary:active {
  color: #DC0018;
}
.details__summary .fonticon {
  display: inline-block;
  width: 1.2em;
  text-align: center;
  text-indent: 0;
}
.details__summary .fonticon:before {
  font-family: 'AdminCH_Symbols';
  content: ',';
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.details__content {
  margin-left: 1.2em;
}
.details--collapsed .details__summary {
  padding-bottom: 0.4em;
}
.details--collapsed .details__summary .fonticon:before {
  content: ':';
}
.details--collapsed .details__content {
  display: none;
}
.infobox .details {
  margin: 0.4em 0 0 -1.2em;
}
.infobox .details.details--collapsed {
  margin-bottom: -0.4em;
}
@media screen {
  /* -------------------------------------------------------------------------------------
	 MEGATEASER
	 ======================================================================================*/
  .megateaser {
    border: none;
    margin: 2em 0 0;
    padding: 0;
    position: relative;
  }
  .megateaser .control {
    border: 1px solid #ccc;
  }
  .megateaser .control .megateaser-next,
  .megateaser .control .megateaser-prev {
    display: none;
  }
  .megateaser ul.carousel-control {
    border: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    list-style-type: none;
    background-color: #f5f5f5;
  }
  .megateaser ul.carousel-control li {
    float: left;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f5f5f5;
    text-decoration: none;
    width: 25%;
  }
  .megateaser ul.carousel-control li a {
    color: #454545;
    padding: 0.5em 0 2px 0;
    /*border-bottom: 1px solid @gray;*/
    font-size: 1.1em;
    line-height: 1.2;
    text-decoration: none;
    display: block;
    min-height: 4em;
  }
  .megateaser ul.carousel-control li:first-child a span {
    border-left: none;
  }
  .megateaser ul.carousel-control li a span {
    display: block;
    min-height: 4em;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
  }
  .megateaser ul.carousel-control li a span.border {
    background-image: url('../../../../internet/clientlibs/base/resources/assets/images/bg_line.gif');
    background-repeat: repeat-y;
    background-position: 100% 0;
  }
  .megateaser ul.carousel-control li a:hover,
  .megateaser ul.carousel-control li a:active {
    border-bottom: 3px solid #DC0018;
    padding-bottom: 0;
    color: #000;
    margin: 0;
  }
  .megateaser ul.carousel-control li a.active {
    color: #000;
    background-color: #e5e5e5;
    border-bottom: 3px solid #DC0018;
    padding-bottom: 0;
    margin: 0;
  }
  .megateaser ul.carousel-stage {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 292px;
  }
  .megateaser ul.carousel-stage li {
    padding: 0;
    margin: 0;
  }
  .megateaser .carousel-content {
    border: 1px solid #ccc;
    width: auto;
  }
  .megateaser .carousel-content li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .megateaser .carousel-content figure {
    padding: 0;
    width: 35.55em;
    margin: 0;
  }
  .megateaser .carousel-content figure img {
    width: 39.2em;
    height: 22.12em;
  }
  .megateaser h2 {
    font-size: 1.3em;
    font-weight: bold;
  }
  .megateaser .textarea {
    padding: 0 0 0 0.8em;
    width: 16.5em;
    margin: 0;
  }
  .megateaser p {
    margin-top: 0.8em;
  }
}
@media screen, print {
  .publication_list article {
    padding-top: 0;
    margin-top: 0;
    border: 0;
    font-size: 1em;
    *zoom: 1;
  }
  .publication_list article:before,
  .publication_list article:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .publication_list article:after {
    clear: both;
  }
  .publication_list article .date {
    padding: 0;
    margin: 0;
  }
  .publication_list article + article {
    margin-top: 1.6em;
    border-top: 1px solid #ccc;
  }
  .publication_list h3 {
    font-size: 1.1em;
  }
  .megateaser ul.carousel-control .ym-g33.ym-gr {
    width: 33.5%;
  }
  /* -------------------------------------------------------------------------------------
	 PROJECTSBROWSER
	 ======================================================================================*/
  .projectslider {
    position: relative;
    border: 1px solid #ccc;
    margin-top: 1em;
    width: 39.2em;
  }
  .projectslider .projects {
    position: relative;
    top: 0;
    left: 0;
    width: 120.8em;
  }
  .projectslider .project {
    margin-top: 1em;
    width: 39.2em;
  }
  .js .projectslider .project {
    margin-top: 0;
  }
  .projectslider .project:first-child {
    margin-top: 0;
  }
  .projectslider .map {
    position: relative;
    height: 24.2em;
    background-color: #fff;
    border-bottom: none;
    overflow: hidden;
  }
  .projectslider .map img {
    margin: 0;
    width: 100%;
  }
  .projectslider .map h3 {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .projectslider .content img {
    margin: 0.3em 1.6em 1.6em 0;
  }
  .no-js .projectslider .overlay {
    display: none;
  }
  .projectslider .overlay {
    height: 23em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
  }
  .projectslider .content {
    background-color: #fff;
    padding: 0px 0.8em 0.8em;
  }
  .projectslider .projects_prev,
  .projectslider .projects_next {
    color: #454545;
    display: block;
    font-size: 1.8em;
    position: absolute;
    top: 12em;
    left: 0.8em;
    height: 2.5em;
    width: 2.5em;
    z-index: 103;
  }
  .projectslider .projects_next {
    right: 0.8em;
    left: auto;
    text-align: right;
  }
  .projectslider .indicator {
    display: table;
    list-style: none;
    margin: 12px auto 0;
    position: relative;
    text-align: center;
    top: 20.7em;
  }
  .projectslider .indicator li {
    float: left;
  }
  .projectslider .indicator li a {
    color: #d5d5d5;
    display: block;
    float: left;
    font-size: 75%;
    padding: 0;
    background-size: 30px;
    width: 1em;
    height: 1em;
    margin-right: 2px;
  }
  .projectslider .indicator li a.icn_indicator_active {
    color: #DC0018;
  }
}
@media screen, print {
  /* -------------------------------------------------------------------------------------
	 IMAGE GALLERY
	 ======================================================================================*/
  /* list */
  .gallery {
    margin: 0 0 2em 0;
    padding: 0;
  }
  /* list */
  .gallery ul {
    margin: 0 -2.5em 0 0;
    padding: 0;
    list-style: none;
  }
  .gallery ul li {
    float: left;
    font-size: 1em;
    margin: 0 1.6em 1.6em 0;
  }
  /* figure */
  .gallery ul li figure {
    width: 100%;
    margin-top: 0;
  }
  /* image */
  .gallery ul li figure span {
    font-size: 1em;
    display: table-cell;
    width: 13.7em;
    height: 13.7em;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-color: #efefef;
  }
  .gallery ul li figure img {
    max-width: 13.7em;
    max-height: 13.7em;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin: auto;
  }
  /* caption */
  .gallery ul li figure figcaption {
    font-size: 1em;
    line-height: 1.25;
    min-height: 1.25em;
    margin: 0;
    padding: 0.4166em 0;
  }
  /* gallery detail control */
  .gallerydetail_control {
    text-align: center;
  }
  .gallerydetail_control .back {
    float: left;
    margin-top: -1.4em;
  }
  .gallerydetail_control .stepper {
    float: right;
    margin-top: -1.4em;
  }
  .gallerydetail_control .stepper a {
    background-size: 2em;
    padding-right: 2em;
    color: #fff;
  }
  .gallerydetail_control .stepper a:hover {
    background-position: right -83.8em;
  }
  .gallerydetail_control .stepper a:first-child {
    padding-left: 2em;
    padding-right: 0;
    background-position: 0 -71.25em;
  }
  .gallerydetail_control .stepper a:first-child:hover {
    background-position: 0 -75.39em;
  }
  .gallerydetail_control.bottom {
    margin-top: 2em;
  }
}
@media screen {
  /* -------------------------------------------------------------------------------------
	 BLOWUP
	 ======================================================================================*/
  /* close */
  #blowup_close {
    position: absolute;
    top: 0.4em;
    right: 0;
    z-index: 104;
    color: #069;
    font-size: 1em;
    line-height: 1.25em;
    padding: 0.8em;
    text-decoration: none;
  }
  #blowup_close:hover {
    color: #DC0018;
  }
  #blowup_close.fonticon {
    display: block !important;
  }
  /* container */
  #blowup {
    display: none;
  }
  /* overlay */
  #blowup_overlay {
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    background-color: #000;
    /* filter: alpha(opacity=50); */
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  /* window */
  #blowup_window {
    position: relative;
    background: #fff none repeat scroll 0%;
    left: 50%;
    position: fixed;
    text-align: left;
    top: 50%;
    width: 640px;
    height: 460px;
    margin-left: -320px;
    margin-top: -230px;
    z-index: 102;
  }
  /* content */
  #blowup_content {
    float: left;
    overflow: hidden;
    margin: -3.5em 0 0;
    padding: 3.5em 0.8em 4.9em;
  }
  #blowup_content img {
    margin: 0;
    padding: 0;
  }
  /* title */
  #blowup_title {
    display: block;
    float: left;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.25;
    margin: 0.8em 7em 0.6em 0.8em;
    overflow: hidden;
    padding: 0;
    min-height: 1.25em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* description */
  #blowup_description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    min-height: 3.8em;
    display: block;
    float: left;
    margin: 0 0.8em 0.8em;
    padding: 0 7em 0 0;
  }
  #blowup_description p {
    font-size: 1em;
    line-height: 1.25;
    font-weight: normal;
    color: #6c6c6c;
    margin: 0;
    padding: 0;
  }
  /* info */
  #blowup_info {
    display: block;
    position: absolute;
    right: 1.4em;
    bottom: 2.1em;
    padding: 0;
    margin: 0;
  }
  #blowup_counter,
  #blowup_divider,
  #blowup_total {
    display: block;
    float: left;
    font-size: 1em;
    line-height: 1.25;
    color: #6c6c6c;
    text-align: center;
    width: 1.25em;
  }
  #blowup_divider {
    width: 0.8333em;
  }
  /* next, previous */
  #blowup_next,
  #blowup_previous {
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    font-size: 0;
    line-height: 0;
    outline: none;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 103;
  }
  #blowup_next,
  #blowup_next.active {
    right: 0;
  }
  #blowup_previous,
  #blowup_previous.active {
    left: 0;
  }
}
.galleria {
  margin: 1.6em 0;
  position: relative;
  *zoom: 1;
  overflow: hidden;
}
.galleria:before,
.galleria:after {
  display: table;
  content: "";
  line-height: 0;
}
.galleria:after {
  clear: both;
}
.galleria .galleria-container:not(.fullscreen) {
  background-color: transparent;
  width: auto !important;
  height: auto !important;
}
.galleria .galleria-container:not(.fullscreen) .galleria-stage {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  height: 29.5em !important;
  background-color: #f5f5f5;
}
.galleria .galleria-container:not(.fullscreen) .galleria-stage img {
  margin-top: 0;
}
.galleria .galleria-container:not(.fullscreen) .galleria-image {
  cursor: pointer;
}
.galleria .galleria-container:not(.fullscreen) .galleria-info {
  margin-top: 30.1em;
  position: relative;
  color: black;
  top: 0;
  left: 0;
  width: 100%;
}
.galleria .galleria-container:not(.fullscreen) .galleria-info-link,
.galleria .galleria-container:not(.fullscreen) .galleria-info-close,
.galleria .galleria-container:not(.fullscreen) .galleria-image-nav {
  display: none !important;
}
.galleria .galleria-container:not(.fullscreen) .galleria-counter {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
	 * Allow the element to be focusable when navigated to via the keyboard: h5bp.com/p
	 */
}
.galleria .galleria-container:not(.fullscreen) .galleria-counter:active,
.galleria .galleria-container:not(.fullscreen) .galleria-counter:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  border: 2px solid #006699;
}
.galleria .galleria-container:not(.fullscreen) .galleria-info-text {
  padding: 0;
  position: relative;
  display: block !important;
  background-color: transparent;
}
.galleria .galleria-container:not(.fullscreen) .galleria-info-text .galleria-info-title {
  font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 1.1em;
  line-height: 1.5;
  padding-right: 13em;
  margin-bottom: 0.8em;
}
.galleria .galleria-container:not(.fullscreen) .galleria-info-text .galleria-info-description {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
  color: #454545;
  opacity: 1 !important;
  font-style: normal;
  font-size: 1.1em;
}
.galleria .galleria-container:not(.fullscreen) .galleria-info-text .galleria-info-description small {
  display: block;
  font-size: 0.9em;
  margin-top: 1.2em;
}
.galleria .galleria-container:not(.fullscreen) .galleria-thumbnails-container {
  display: none;
}
.galleria-container.fullscreen .gallery-fullscreen-close {
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 12px;
  display: block;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.galleria-container.fullscreen .gallery-fullscreen-close:before {
  margin-right: 0.4em;
}
.galleria-container.fullscreen .galleria-counter {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: auto;
  font-size: 1em;
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
  opacity: 1 !important;
  z-index: 4;
  color: #ccc;
}
.galleria-container.fullscreen .galleria-stage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.galleria-container.fullscreen .galleria-stage .galleria-image img {
  margin-top: 0;
}
.galleria-container.fullscreen .galleria-thumbnails-container {
  display: none !important;
}
.galleria-container.fullscreen .galleria-info {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
}
.galleria-container.fullscreen .galleria-info-link,
.galleria-container.fullscreen .galleria-info-close {
  display: none !important;
}
.galleria-container.fullscreen .galleria-info-text {
  background-color: rgba(0, 0, 0, 0.8);
  display: block !important;
}
.galleria-container.fullscreen .galleria-info-title {
  font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.galleria-container.fullscreen .galleria-info-description {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.5;
  color: #ccc;
  margin-right: 4em;
}
.galleria-container.fullscreen .galleria-info-description small {
  font-size: 0.9em;
  display: block;
  margin-top: 0.8em;
}
.gallery-source {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
	 * Allow the element to be focusable when navigated to via the keyboard: h5bp.com/p
	 */
}
.gallery-source:active,
.gallery-source:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  border: 2px solid #006699;
}
.gallery-wrapper {
  position: relative;
}
.gallery-wrapper.gallery-lightbox {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  padding: 1.6em;
  box-sizing: border-box;
  max-width: 83.2em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery-wrapper.gallery-lightbox .gallery-lightbox-close {
  position: absolute;
  right: 1.6em;
  top: 1.6em;
  z-index: 1;
  padding: 1.6em 0.8em;
  display: block;
}
.gallery-wrapper.gallery-lightbox .gallery-lightbox-close:before {
  margin-right: 0.4em;
}
.gallery-wrapper.gallery-lightbox .galleria {
  background: #fff;
  margin: 0;
  padding: 60px 10px 120px;
  height: 100%;
  box-sizing: border-box;
  overflow: visible;
}
.gallery-wrapper.gallery-lightbox .galleria .galleria-container {
  height: 100% !important;
  box-sizing: border-box;
  overflow: visible;
}
.gallery-wrapper.gallery-lightbox .galleria .galleria-container .galleria-stage {
  height: 100% !important;
}
.gallery-wrapper.gallery-lightbox .galleria .galleria-container .galleria-info {
  position: absolute;
  margin-top: 0;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  bottom: -120px;
  top: auto !important;
  padding: 12px 0;
  box-sizing: border-box;
  height: auto;
}
.gallery-wrapper.gallery-lightbox .galleria .galleria-container .galleria-info-text {
  min-height: 96px;
}
.gallery-wrapper.gallery-lightbox .galleria .galleria-container .galleria-info-description {
  margin-right: 13em;
}
.gallery-wrapper.gallery-lightbox .gallery-control {
  position: absolute;
  right: 1.6em;
  bottom: 100px;
  top: auto;
}
.gallery-control {
  position: absolute;
  top: 29.8em;
  width: 13em;
  right: 0;
  z-index: 3;
}
.gallery-control .separator {
  float: left;
  border-right: 1px solid #d5d5d5;
  height: 2em;
}
.gallery-control .info {
  float: left;
  margin-top: 0.45em;
  font-size: 1.1em;
}
.gallery-control .gallery-nav {
  float: right;
}
.gallery-control a {
  position: relative;
  float: left;
  cursor: pointer;
  display: block;
  height: 2.4em;
  text-align: center;
  width: 3.2em;
}
.gallery-control a.prev .fonticon::before,
.gallery-control a.next .fonticon::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 2em;
  text-align: center;
}
.gallery-control a.fonticon {
  display: block !important;
}
.gallery-control small {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-lightbox {
  background: '#f00';
  width: 100%;
  height: 100%;
}
@media screen, print {
  /* -------------------------------------------------------------------------------------
	 ASIDE CONTENT
	 ======================================================================================*/
  aside article {
    margin-top: 1.5em;
    border: 1px solid #ccc;
    padding: 0 0.8em 0.8em;
  }
  aside article h2 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 1.154em 0 0 0;
  }
  aside article p {
    line-height: 1.3;
  }
  /* reset padding if tabbed */
  aside .content article {
    padding: 0;
  }
  /* for contact */
  .print_preview {
    width: 60em;
    position: relative;
  }
  .print_preview .printme {
    top: 0;
  }
  #contact address {
    font-style: normal;
  }
  #contact address strong {
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0.938em 0 0 0;
  }
  #contact dt {
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
    white-space: normal;
  }
  #contact dt abbr {
    font-variant: normal;
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
  }
  #contact dl.opening dt {
    width: 8em;
  }
  #contact dl.opening dd {
    padding-left: 5em;
  }
  #contact h4 {
    margin-top: 1.6em;
  }
  #contact .call {
    float: left;
    margin: 1.6em 0;
    width: 100%;
  }
  #contact .call .button {
    float: left;
    margin: 0;
    height: 36px;
    width: 100%;
  }
  #map_canvas {
    width: 600px;
    height: 450px;
    position: relative;
    margin-bottom: 20px;
  }
  #map_canvas .map_inner {
    width: 100%;
    height: 100%;
    /* position: absolute;
			top: 0;
			left: 0; */
    -webkit-transform: none !important;
    z-index: -1 !important;
  }
  #map_canvas .map_inner > div {
    z-index: auto !important;
  }
  aside #map_canvas {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
  aside .content .maptab .location {
    /* margin-top: 13em; */
  }
  /* reset if teaser */
  aside article.teaser {
    margin-top: 1.6em;
    border: none;
    padding: 0;
  }
  aside article.teaser h3 {
    font-size: 1.3em;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.4em;
  }
  aside article.teaser h2 {
    font-size: 1.6em;
    padding: 0.625em;
  }
  aside article.teaser .teaser_container {
    background-color: #f5f5f5;
    margin-top: 1em;
  }
  aside article.teaser h4 {
    font-size: 1.6em;
    padding: 0.625em;
  }
  aside article.teaser .teaser_content {
    padding: 0 0.8em 0.8em;
  }
  aside article.teaser .teaser_content h2:first-child,
  aside article.teaser .teaser_content p:first-child {
    /* margin-top: 0; */
  }
  aside article.teaser img {
    width: 16em;
    margin-left: 0.8em;
    margin-top: 0;
  }
  /* reset if basket */
  aside article.basket a.icon-uni42 {
    display: block;
    float: right;
    padding: 0;
    width: 1em;
    height: 1em;
    margin: 2px 0 0.8em 0.8em;
  }
  aside article.basket img {
    float: left;
    margin: 0.1em 0.8em 0.5em 0;
  }
  aside article.basket ul {
    border-top: 1px solid #ccc;
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
  }
  aside article.basket li {
    border-bottom: 1px solid #ccc;
    margin: 0.4em 0 0 0;
    padding: 0 0 0.3em;
    font-size: 1em;
  }
  aside article.basket li p {
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
  }
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background: rgba(255, 0, 0, 0.5);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .pane > .slider {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .pane,
.pane.active,
.pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.nanoscroller {
  height: 330px !important;
  overflow-x: hidden;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.ps-container:hover > .ps-scrollbar-x-rail.in-scrolling,
.ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
@media screen {
  .search .with-breadcrumb article {
    position: relative;
  }
  .search .with-breadcrumb article h4 {
    font-size: 1.3em;
    margin: 2.4em 0 0.4em 0;
  }
  .search .with-breadcrumb article figure {
    margin: 0.2em 0.8em 0.8em 0;
  }
  .search .with-breadcrumb article p {
    margin-top: 0.4em !important;
  }
  .search .with-breadcrumb article small {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5em;
  }
  .search aside {
    clear: both;
  }
  .search aside .more_options {
    padding-left: 1.6em;
  }
  .search aside .more_options ul {
    margin: 0.5em 0 0 0;
    list-style: none;
    max-height: 0.001em;
    transition: max-height 0.2s;
    overflow: hidden;
  }
  .search aside .more_options ul.active {
    max-height: 20em;
    transition: max-height 0.2em;
  }
  .search aside .more_options li {
    margin: 0;
  }
  .search .publications p {
    margin-top: 1em !important;
  }
  .search .mediaselector ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
  }
  .search .mediaselector li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 1.6em;
  }
  .search .mediaselector label {
    margin-left: 0.8em;
  }
  .search .mediaselector p,
  .search .mediaselector hr {
    *zoom: 1;
  }
  .search .mediaselector p:before,
  .search .mediaselector hr:before,
  .search .mediaselector p:after,
  .search .mediaselector hr:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .search .mediaselector p:after,
  .search .mediaselector hr:after {
    clear: both;
  }
}
.popover {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #1F4D73;
  color: #fff;
  padding: 0.4em;
  white-space: normal;
  z-index: 90;
}
.popover .close_popover {
  position: absolute;
  font-size: 60%;
  top: 1.5em;
  right: 1em;
}
.popover .popover-title {
  color: #fff;
  margin: 0 0 0.2em;
  padding: 0;
  width: 90%;
  font-size: 18px;
}
.popover .popover-content {
  top: 5px;
  font-weight: normal;
  font-size: 12px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  display: block;
  width: 0;
  height: 0;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #1F4D73;
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #1F4D73;
  border-bottom-width: 0;
}
.popover .icn_close_bright {
  cursor: pointer;
  display: block;
  height: 15px;
  left: 280px;
  position: relative;
  top: -84px;
  width: 15px;
}
.popover_info {
  width: 300px;
}
.popover-content a {
  color: #ebf2fa;
}
/* --------------------------------------------------------------------------------------
 * NEWSTEASER
 * ====================================================================================== */
.newsteaser {
  overflow-y: auto;
  /* MCHREL-1183: Design newsteaserliste auf Startseite konfigurierbar machen */
}
.newsteaser .lined-title {
  margin-top: 0;
}
.newsteaser .lined-title .fonticon {
  top: -0.1em;
}
.newsteaser .nanoscroller {
  border-bottom: 1px solid #d5d5d5;
}
.newsteaser .teaserContent article {
  width: 100%;
}
.newsteaser__content a {
  display: block;
}
.newsteaser__content a .newsteaser__text h3 {
  color: #069;
}
.newsteaser__content a:hover .newsteaser__text h3 {
  color: #DC0018;
}
.newsteaser__article {
  position: relative;
  font-size: 0.9em;
  padding: 3.6em 0.8em 0.8em 0;
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  *zoom: 1;
}
.newsteaser__article:before,
.newsteaser__article:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsteaser__article:after {
  clear: both;
}
.newsteaser__image {
  float: left;
  width: 5.2em;
  margin: -2.8em 0.8em 0.8em 0;
}
.newsteaser__text h3 {
  font-size: 1em;
  line-height: 1.2;
  margin-top: 0;
}
.newsteaser__sidehead {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  color: #454545;
  line-height: 1.2;
}
.newsteaser__date {
  display: block;
}
/*!
 * shariff - v1.18.0 - 16.09.2015
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2015 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
@font-face {
  font-family: FontAwesome;
  src: url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
  color: #1d9bf0;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
  color: #3b5998;
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before,
.fa-genderless:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.shariff {
  position: relative;
  top: 3em;
  display: block;
  clear: both;
  float: none;
  margin-bottom: 3em;
}
.shariff::after,
.shariff::before {
  content: " ";
  display: table;
}
.shariff::after {
  clear: both;
}
.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden;
}
.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box;
}
.shariff li .share_count,
.shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px;
}
.shariff li .fa {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}
.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px;
}
.shariff .orientation-horizontal {
  display: -webkit-box;
}
.shariff .orientation-horizontal li {
  -webkit-box-flex: 1;
}
.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0;
}
.shariff .orientation-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shariff .orientation-horizontal li {
  float: left;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px;
}
.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}
.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px;
}
.shariff .orientation-horizontal li .share_count {
  display: none;
}
.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0;
}
.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333;
}
.shariff .theme-white .shariff-button {
  border: 1px solid #ddd;
}
.shariff .theme-white .shariff-button a {
  background-color: #fff;
}
.shariff .theme-white .shariff-button a:hover {
  background-color: #eee;
}
.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999;
}
.shariff .orientation-vertical {
  min-width: 110px;
}
.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.shariff .orientation-vertical li .share_count {
  width: 24px;
  text-align: right;
}
@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
    min-width: 80px;
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .shariff .orientation-horizontal li .share_count {
    display: block;
  }
  .shariff .orientation-horizontal.col-1 li,
  .shariff .orientation-horizontal.col-2 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.col-1 li .share_text,
  .shariff .orientation-horizontal.col-2 li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.col-5 li,
  .shariff .orientation-horizontal.col-6 li {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.col-3 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.col-3 li .share_text {
    text-indent: 0;
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.col-5 li,
  .shariff .orientation-horizontal.col-6 li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li {
    height: 30px;
  }
  .shariff li a {
    height: 30px;
  }
  .shariff li .fa {
    width: 30px;
    line-height: 30px;
  }
  .shariff li .share_count,
  .shariff li .share_text {
    line-height: 30px;
  }
  .shariff li .share_count {
    height: 28px;
  }
}
.shariff .addthis a {
  background-color: #f8694d;
}
.shariff .addthis a:hover {
  background-color: #f75b44;
}
.shariff .addthis .fa-plus {
  font-size: 14px;
}
.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0;
}
.shariff .theme-white .addthis a {
  color: #f8694d;
}
@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px;
  }
}
.shariff .facebook a {
  background-color: #3b5998;
}
.shariff .facebook a:hover {
  background-color: #4273c8;
}
.shariff .facebook .fa-facebook {
  font-size: 22px;
}
.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf;
}
.shariff .theme-white .facebook a {
  color: #069;
}
@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook {
    font-size: 19px;
  }
}
.shariff .googleplus a {
  background-color: #d34836;
}
.shariff .googleplus a:hover {
  background-color: #f75b44;
}
.shariff .googleplus .fa-google-plus {
  font-size: 22px;
}
.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d;
}
.shariff .theme-white .googleplus a {
  color: #d34836;
}
@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
}
.shariff .info {
  border: 1px solid #ccc;
}
.shariff .info a {
  color: #666;
  background-color: #fff;
}
.shariff .info a:hover {
  background-color: #efefef;
}
.shariff .info .fa-info {
  font-size: 20px;
  width: 33px;
}
.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important;
}
.shariff .theme-grey .info a {
  background-color: #fff;
}
.shariff .theme-grey .info a:hover {
  background-color: #efefef;
}
.shariff .orientation-vertical .info {
  width: 35px;
  float: right;
}
@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px;
  }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important;
  }
  .shariff .orientation-vertical .info {
    width: 25px;
  }
}
.shariff .linkedin a {
  background-color: #0077b5;
}
.shariff .linkedin a:hover {
  background-color: #0369a0;
}
.shariff .linkedin .fa-linkedin {
  font-size: 22px;
}
.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8;
}
.shariff .theme-white .linkedin a {
  color: #0077b5;
}
@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin {
    font-size: 19px;
  }
}
.shariff .mail a {
  background-color: #999;
}
.shariff .mail a:hover {
  background-color: #a8a8a8;
}
.shariff .mail .fa-envelope {
  font-size: 21px;
}
.shariff .theme-white .mail a {
  color: #999;
}
@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px;
  }
}
.shariff .pinterest a {
  background-color: #bd081c;
}
.shariff .pinterest a:hover {
  background-color: #d50920;
}
.shariff .pinterest .fa-pinterest-p {
  font-size: 22px;
}
.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d;
}
.shariff .theme-white .pinterest a {
  color: #bd081c;
}
@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
}
.shariff .twitter a {
  background-color: #55acee;
}
.shariff .twitter a:hover {
  background-color: #32bbf5;
}
.shariff .twitter .fa-twitter {
  font-size: 28px;
}
.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE;
}
.shariff .theme-white .twitter a {
  color: #069;
}
@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
}
.shariff .whatsapp a {
  background-color: #5cbe4a;
}
.shariff .whatsapp a:hover {
  background-color: #34af23;
}
.shariff .whatsapp .fa-whatsapp {
  font-size: 28px;
}
.shariff .theme-white .whatsapp a {
  color: #5cbe4a;
}
@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px;
  }
}
.shariff .xing a {
  background-color: #126567;
}
.shariff .xing a:hover {
  background-color: #29888a;
}
.shariff .xing .fa-xing {
  font-size: 22px;
}
.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7;
}
.shariff .theme-white .xing a {
  color: #126567;
}
@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px;
  }
}
.shariff .tumblr a {
  background-color: #36465D;
}
.shariff .tumblr a:hover {
  background-color: #44546B;
}
.shariff .tumblr .fa-tumblr {
  font-size: 28px;
}
.shariff .theme-white .tumblr a {
  color: #5cbe4a;
}
@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px;
  }
}
@font-face {
  font-family: 'Frutiger Neue W02 Bd';
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Bd.eot');
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Bd.eot?#iefix') format('embedded-opentype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Bd.woff') format('woff'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Bd.ttf') format('truetype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Bd.svg#fnb') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Neue W02 It';
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-It.eot');
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-It.eot?#iefix') format('embedded-opentype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-It.woff') format('woff'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-It.ttf') format('truetype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-It.svg#fnb') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerNeueW02-Regular';
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Regular.eot');
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Regular.eot?#iefix') format('embedded-opentype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Regular.woff') format('woff'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Regular.ttf') format('truetype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Regular.svg#fnb') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger Neue W02 Light';
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Light.eot');
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Light.eot?#iefix') format('embedded-opentype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Light.woff') format('woff'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Light.ttf') format('truetype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/FrutigerNeueW02-Light.svg#fnb') format('svg');
  font-weight: normal;
  font-style: normal;
}
pre,
code,
kbd,
samp,
var,
tt {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}
body {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}
h1 {
  font-family: 'Frutiger Neue W02 Light', Times, sans-serif;
}
blockquote,
cite,
q {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}
strong,
b,
h4,
.h4,
dt,
kbd,
samp,
var,
tt,
mark,
table th,
table caption,
#logo h1,
.table_naked thead tr:first-child,
.infobox_crisis h3,
.megateaser h2,
.flyout h3,
aside article h3,
.lined-title,
.lined-title a.all-entries {
  font-weight: normal;
  font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
}
.togglebox dt,
table caption small,
table caption span,
table th.indented,
table th[scope="row"] {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}
i {
  font-weight: normal;
  font-family: 'Frutiger Neue W02 It', Times, sans-serif;
}
@font-face {
  font-family: 'AdminCH_Symbols';
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/AdminCH_Symbols.eot');
  src: url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/AdminCH_Symbols.eot?#iefix') format('embedded-opentype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/AdminCH_Symbols.woff') format('woff'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/AdminCH_Symbols.ttf') format('truetype'), url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/fonts/AdminCH_Symbols.svg#fnb') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  content: attr(data-icon);
}
.sorttable th a:after,
[data-icon]:before,
[class*="icon-"] {
  font-family: 'AdminCH_Symbols';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fonticon {
  text-decoration: none;
}
.fonticon[data-icon]:before {
  margin-right: 0.3846em;
}
.fonticon [data-icon="l"] {
  margin-left: 0.3846em;
  vertical-align: baseline;
}
.icon-uni21:before {
  content: "\21";
}
.icon-uni24:before {
  content: "\24";
}
.icon-uni2B:before {
  content: "\2b";
}
.icon-uni2C:before {
  content: "\2c";
}
.icon-uni2E:before {
  content: "\2e";
}
.icon-uni31:before {
  content: "\31";
}
.icon-uni32:before {
  content: "\32";
}
.icon-uni33:before {
  content: "\33";
}
.icon-uni34:before {
  content: "\34";
}
.icon-uni35:before {
  content: "\35";
}
.icon-uni36:before {
  content: "\36";
}
.icon-uni3A:before {
  content: "\3a";
}
.icon-uni3B:before {
  content: "\3b";
}
.icon-uni3C:before {
  content: "\3c";
}
.icon-uni3E:before {
  content: "\3e";
}
.icon-uni3F:before {
  content: "\3f";
}
.icon-uni41:before {
  content: "\41";
}
.icon-uni42:before {
  content: "\42";
}
.icon-uni43:before {
  content: "\43";
}
.icon-uni49:before {
  content: "\49";
}
.icon-uni4D:before {
  content: "\4d";
}
.icon-uni50:before {
  content: "\50";
}
.icon-uni52:before {
  content: "\52";
}
.icon-uni53:before {
  content: "\53";
}
.icon-uni57:before {
  content: "\57";
}
.icon-uni58:before {
  content: "\58";
}
.icon-uni5E:before {
  content: "\5e";
}
.icon-uni64:before {
  content: "\64";
}
.icon-uni65:before {
  content: "\65";
}
.icon-uni66:before {
  content: "\66";
}
.icon-uni67:before {
  content: "\67";
}
.icon-uni68:before {
  content: "\68";
}
.icon-uni69:before {
  content: "\69";
}
.icon-uni6A:before {
  content: "\6a";
}
.icon-uni6B:before {
  content: "\6b";
}
.icon-uni6C:before {
  content: "\6c";
}
.icon-uni6F:before {
  content: "\6f";
}
.icon-uni70:before {
  content: "\70";
}
.icon-uni71:before {
  content: "\71";
}
.icon-uni73:before {
  content: "\73";
}
.icon-uni74:before {
  content: "\74";
}
.icon-uni75:before {
  content: "\75";
}
.icon-uni76:before {
  content: "\76";
}
.icon-uni77:before {
  content: "\77";
}
.icon-uni7A:before {
  content: "\7a";
}
.icon-uniE4:before {
  content: "\e4";
}
.icon-uniF6:before {
  content: "\f6";
}
.icon-uniFC:before {
  content: "\fc";
}
@-ms-viewport {
  width: device-width;
}
body:after {
  content: 'oversize';
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1060;
  background: #c3325f;
  padding: 0.4em;
}
body.dev:after {
  display: block;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.visible-print {
  display: none !important;
}
/*@media print {
	.visible-print	{ display: inherit !important; }
	.hidden-print	 { display: none !important; }
}*/
@media screen and (min-width: 1340px) {
  body {
    font-size: 0.87em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1339px) {
  body {
    font-size: 0.81em;
  }
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1339px) {
  body:after {
    content: 'desktop';
    background: #ffc40d;
  }
  body.dev:after {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  body:after {
    content: 'mini-desktop';
    background: #ffc40d;
  }
  body.dev:after {
    display: block;
  }
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 317px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: translateX(-2px) rotate(-45deg);
  -webkit-transform: translateX(-2px) rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: translateX(2px) rotate(135deg);
  -webkit-transform: translateX(2px) rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
}
.daterangepicker .calendar-table td,
th.prev,
th.next {
  padding: 0.6143em 0.5em 0.4em;
}
.daterangepicker .calendar-table {
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border: none;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  border-color: #DC0018;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf2fa;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #069;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
  font-size: 1rem;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 1rem;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  float: none;
  display: inline-block;
}
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #006699;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
@media screen, print {
  /**
	* @section basic layout preparation
	*/
  /* change font size unit to [pt] - avoids problems with [px] in Gecko based browsers		*/
  body#printpreview {
    font-size: 10pt;
    padding: 0 5px;
  }
  #printpreview {
    /* Hide unneeded container of the screenlayout in print layout */
    /*------------------------------------------------------------------------------------------------------*/
    /* Avoid page breaks right after headings */
    /*------------------------------------------------------------------------------------------------------*/
    /* output of acronyms and abbreviations*/
    /*------------------------------------------------------------------------------------------------------*/
    /* URL output of hyperlinks in print layout */
    /* place the logo */
  }
  #printpreview nav,
  #printpreview aside,
  #printpreview #treecrumb,
  #printpreview #metanav,
  #printpreview #sitesearch,
  #printpreview #themes,
  #printpreview #breadcrumb,
  #printpreview .printme,
  #printpreview .noprint,
  #printpreview .js-print-contact,
  #printpreview #contact .tabs-list,
  #printpreview a[href][data-icon="i"] {
    display: none;
  }
  #printpreview h1,
  #printpreview h2,
  #printpreview h3,
  #printpreview h4,
  #printpreview h5,
  #printpreview h6 {
    page-break-after: avoid;
  }
  #printpreview abbr[title]:after,
  #printpreview acronym[title]:after {
    content: '(' attr(title) ')';
  }
  #printpreview a[href]:after {
    content: " <URL:" attr(href) ">";
    color: #444;
    background: inherit;
    font-style: italic;
  }
  #printpreview #contact a {
    color: #444;
  }
  #printpreview #contact a[href]:after {
    content: "";
  }
  #printpreview #contact a[href][data-icon="M"]:after {
    content: ' <' attr(href) '>';
  }
  #printpreview #pageheader {
    position: relative;
    top: 0;
    left: 0;
    height: 100pt;
  }
  #printpreview #logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80pt;
    z-index: 1;
    /* background: transparent url('../../../../../etc.clientlibs/internet/clientlibs/base/resources/assets/images/logo_ch.png') 0 0 no-repeat; */
  }
  #printpreview #logo img {
    width: 200pt;
  }
  #printpreview #logo span {
    font-size: 10pt;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 210pt;
    padding-left: 12pt;
    height: 59pt;
    border-left: 1px solid #e5e5e5;
    width: auto;
  }
  #printpreview a#logo[href]:after {
    content: none;
  }
  #printpreview #contact {
    margin-top: 0 !important;
  }
  #printpreview #contact .content {
    border: 0;
  }
  #printpreview #contact .dl-horizontal dt {
    width: 50pt;
  }
  #printpreview #contact abbr[title] {
    border-bottom: 0;
    width: 0 !important;
    overflow: hidden;
  }
  #printpreview #contact abbr[title]:after {
    content: '';
  }
  #printpreview #contact .tabhead {
    position: static;
    left: 0;
    padding-left: 12pt;
  }
  #printpreview #contact .tabbody {
    display: block !important;
    min-height: 0 !important;
    padding-left: 12pt;
  }
  #printpreview #map_canvas {
    width: 600pt;
    height: 450pt;
    position: relative;
    margin-top: 0;
    margin-bottom: 20pt;
  }
  #printpreview #map_canvas img {
    width: 300pt;
  }
  #printpreview #map_canvas a {
    display: none;
  }
  #printpreview .measurementv3-detailview__title {
    font-size: 16pt;
  }
  #printpreview .measurementv3-detailinfo {
    border-top: 0.1pt solid #ccc;
  }
  #printpreview .measurementv3-detailinfo__item {
    display: block;
    border-color: #ccc;
    border-width: 0.1pt;
    padding: 6pt 0;
  }
  #printpreview .measurementv3-detailinfo__item:first-child {
    display: none;
  }
  #printpreview .measurementv3-detailinfo__item dt,
  #printpreview .measurementv3-detailinfo__item dd {
    font-size: 8pt;
    color: black;
    float: left;
    margin-left: 0;
  }
  #printpreview .measurementv3-detailinfo__item dt {
    width: 30%;
  }
  #printpreview .measurementv3-detailinfo__item a {
    color: black !important;
  }
  #printpreview .measurementv3-detailinfo__item a:after {
    display: none;
  }
  #printpreview .measurementv3-detailinfo__program {
    min-width: auto;
  }
  #printpreview .measurementv3-detailinfo__program-headers th,
  #printpreview .measurementv3-detailinfo__program-item td {
    font-size: 8pt;
    color: black;
  }
  #printpreview .measurementv3-detailinfo__program-headers th button,
  #printpreview .measurementv3-detailinfo__program-item td button {
    color: black;
  }
  #printpreview .mv3-slideshow__image-wrapper figcaption {
    font-size: 8pt;
  }
}
@media print {
  /**
	* @section basic layout preparation
	*/
  * {
    -webkit-print-color-adjust: exact;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* change font size unit to [pt] - avoids problems with [px] in Gecko based browsers		*/
  body {
    font-size: 10pt;
    padding: 0 5px;
    -webkit-print-color-adjust: exact;
  }
  body:after {
    display: none;
  }
  body p {
    font-size: 1.5em;
  }
  body p a {
    text-decoration: underline !important;
    cursor: pointer !important;
  }
  body h2 {
    font-size: 2.5em !important;
  }
  body h3 {
    font-size: 2em !important;
  }
  body h4 {
    font-size: 1.5em !important;
  }
  body h5 {
    font-size: 1.5em !important;
    font-weight: normal !important;
  }
  body h6 {
    font-size: 1.3em !important;
    font-weight: normal !important;
  }
  body pre {
    font-size: 1.5em !important;
  }
  blockquote:nth-child(14) {
    font-size: 1.5em;
  }
  .row {
    margin-left: 0px !important;
  }
  .span12 {
    width: 28cm;
  }
  .infobox_crisis {
    width: 26cm !important;
    page-break-inside: avoid !important;
  }
  .span3 {
    width: 20.8em;
  }
  @page {
  }
  .slidingteaser {
    page-break-inside: avoid !important;
  }
  .slidingteaser a {
    display: none !important;
  }
  .slidingteaser .projectslider,
  .slidingteaser .content {
    border: none !important;
  }
  h1.pagetitle {
    margin: 0.4em 1.6em 0.5em 0;
    font-size: 3.5em;
  }
  h2.lined-title a {
    display: none !important;
  }
  .float-left {
    float: left;
    display: inline;
    margin: 1.3em 0.8em 0 0;
  }
  /* Position content right side*/
  [class*="span"] {
    float: left !important;
    margin-left: 0 !important;
  }
  .standardteaser {
    margin-right: 1.6em !important;
  }
  .overlay {
    width: 24cm;
  }
  .overlay.indicator {
    display: none !important;
  }
  /* CONTACT BOX */
  .contact_tabs {
    page-break-inside: avoid !important;
    display: block !important;
    margin-top: 0 !important;
  }
  .contact_tabs a {
    color: black !important;
  }
  .contact_tabs article {
    border: none !important;
  }
  .contact_tabs ul.iconliste {
    list-style: none;
  }
  .contact_tabs ul.iconliste li {
    margin-left: 0 !important;
  }
  .contact_tabs p a {
    display: none !important;
  }
  .contact_tabs p span.text {
    display: none !important;
  }
  #contact .content {
    border: 0 !important;
  }
  #contact h3 {
    font-size: 1.3em !important;
    margin-top: 1em !important;
  }
  #contact .dl-horizontal dt {
    width: 50pt;
  }
  #contact abbr[title] {
    border-bottom: 0;
    width: 0 !important;
    overflow: hidden;
  }
  #contact abbr[title]:after {
    content: '';
  }
  #contact .tabhead {
    position: static;
    left: 0;
    padding-left: 0.85em;
  }
  #contact .tabbody {
    display: block !important;
    min-height: none !important;
    padding-left: 1em;
  }
  article {
    border: none !important;
  }
  article.basket {
    border: none !important;
  }
  article.basket li {
    border: none !important;
  }
  article.basket a {
    display: none !important;
  }
  article ul.linkliste {
    list-style: none !important;
    margin-left: 0px !important;
  }
  /* Hide unneeded container of the screenlayout in print layout */
  nav,
  footer,
  #treecrumb,
  #metanav,
  .megateaser,
  #sitesearch,
  #themes,
  #blowup,
  .enhanced_select_list ul li.enhanced_select_filter,
  .printme,
  .noprint,
  .js-print-contact,
  #contact .tabs-list,
  a[href][data-icon="i"] {
    display: none !important;
  }
  #main.headsep {
    border: none;
  }
  /*NEWSTEASER*/
  .nano {
    width: auto !important;
    height: auto !important;
  }
  .nano h3 {
    font-size: 1em !important;
  }
  .nano .nanoscroller {
    height: auto !important;
    overflow-x: visible;
  }
  /*------------------------------------------------------------------------------------------------------*/
  /* Avoid page breaks right after headings */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-before: avoid !important;
  }
  /*------------------------------------------------------------------------------------------------------*/
  /* output of acronyms and abbreviations*/
  /*------------------------------------------------------------------------------------------------------*/
  a,
  a:link,
  a:focus,
  a:visited,
  a:active,
  a:hover {
    color: #069 !important;
    text-decoration: none;
    cursor: default;
  }
  figure {
    margin-top: 0em !important;
  }
  figure figcaption {
    font-size: 1em;
    margin-top: 0.7em;
  }
  .infobox {
    position: relative;
    background-color: #f5f5f5;
    margin: 1.5em 0 !important;
  }
  select {
    -webkit-appearance: none;
  }
  select.select {
    display: none !important;
  }
  /*FORMS*/
  .enhanced_checkbox,
  .enhanced_radio {
    visibility: hidden !important;
  }
  input.input_invisible {
    position: inherit;
    left: 0px;
    text-indent: 0px;
  }
  select.input_invisible {
    position: inherit;
    left: 0px;
    text-indent: 0px !important;
  }
  ul.enhanced_select_scroll {
    display: none !important;
  }
  /* place the logo */
  #pageheader {
    position: relative;
    top: 0;
    height: 100pt;
  }
  #pageheader h1 {
    font-size: 1.5em !important;
  }
  #logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80pt;
    z-index: 1;
  }
  #logo img {
    width: 200pt;
    height: 58px;
    margin-right: 26px;
    padding-right: 26px;
    display: inline-block;
    float: left;
    border-right: 1px solid #e5e5e5 !important;
  }
  a#logo[href]:after {
    content: none;
  }
  #contact a {
    color: black !important;
  }
  #contact a[href][data-icon="M"]:after {
    content: ' <' attr(href) '>';
  }
  #breadcrumb {
    display: block !important;
  }
  #breadcrumb ul.hnav > li {
    margin-left: 0px !important;
    float: left !important;
  }
  .toggletable,
  .togglecontent {
    display: block !important;
  }
  /* SHOW ALL TABS */
  ul.tabs-list li {
    display: none !important;
  }
  .ui-accordion .ui-accordion-content {
    display: block !important;
  }
  .tabhead {
    display: block !important;
  }
  h3.tabhead:before {
    content: none !important;
  }
  #map_canvas {
    width: 600pt;
    height: 450pt;
    position: relative;
    margin-bottom: 20pt;
  }
  #map_canvas img {
    width: 300pt;
  }
  #map_canvas a {
    display: none;
  }
  #main {
    margin: 0;
    padding: 0;
  }
  .main-column {
    width: 85% !important;
  }
  .print_preview {
    width: 60em;
    margin-left: 2em;
    position: relative;
  }
  .print_buttons {
    text-align: right;
    height: 3em;
    margin: 1.5em 0;
    border-bottom: 1px solid #333;
  }
  .print_buttons input {
    margin-right: 1em;
  }
  .print_preview .printme {
    top: 0;
  }
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid !important;
    margin: 1.5em 0 0 0em !important;
  }
  .cycletable {
    position: relative !important;
  }
  .cycletable tfoot tr th {
    text-align: center !important;
  }
  /*TABLE STYLES PRINT*/
  .table_naked th {
    padding-left: 1em !important;
  }
  table {
    position: relative !important;
    font-size: 1.2em;
  }
  table thead {
    display: table-header-group;
  }
  table thead th a {
    cursor: normal !important;
  }
  table tr {
    page-break-inside: avoid;
  }
  table tr td {
    page-break-inside: avoid !important;
  }
  table img {
    page-break-inside: avoid !important;
  }
  img {
    max-width: 100% !important;
    margin-top: 1em;
  }
  .print_buttons {
    display: none;
  }
  .weather-measurements h3 {
    font-size: 1.2em !important;
    float: left;
    margin-bottom: 10px;
  }
  /* ----------------- METEOBLOG ------------------ */
  section.category-section,
  section.meteoblog-archiv {
    display: none;
  }
  /* ----------------- MAPS ------------------ */
  .leaflet-container {
    width: 670px !important;
    height: 460px !important;
  }
  .leaflet-container * {
    color: #fff !important;
  }
  .kartenprodukte-map .map-marker-cluster-value,
  .kartenprodukte-map .stations-map__marker_name {
    color: #006699 !important;
  }
  section.forecast-local {
    page-break-inside: avoid !important;
  }
  /* ----------------- CHARTS ------------------ */
  .chart-control {
    display: none !important;
  }
  /* ------------------ WETTERÜBERSICHT --------------- */
  .meteo-products {
    padding: 0;
  }
  .weather-widget {
    display: none !important;
  }
  .overview__weather-measurements {
    display: none !important;
  }
  img.webcam-big-img {
    height: auto !important;
    width: auto !important;
  }
  div.webcam_body {
    color: #000;
  }
  div.webcam_body .leaflet-control-container {
    display: none;
  }
  div.webcam_body #webcam-big,
  div.webcam_body #webcam-big * {
    background-color: transparent !important;
    border: none;
  }
  div.webcam_body .close-webcam,
  div.webcam_body .webcam-form-row {
    display: none;
  }
  div.webcam_body #webcam-big {
    border-top: 2px solid #0e5072 !important;
    float: left;
  }
  div.webcam_body #webcam-big h3 {
    position: relative !important;
    margin: 30px 0 20px 0;
    padding: 0;
    left: 0 !important;
  }
  div.webcam_body #webcam-big .content .tabbody {
    padding: 0 !important;
    margin: 0 !important;
  }
  div.webcam_body #webcamTabsHolder {
    margin-top: 0;
  }
  .dangers__filter-container {
    width: 670px;
  }
  .detailpanel,
  .measurement-map__detail {
    page-break-inside: avoid !important;
    background: transparent !important;
    border-top: 2px solid #0e5072 !important;
  }
  .detailpanel .detailpanel-close,
  .measurement-map__detail .detailpanel-close,
  .detailpanel .measurement-map__detail-close,
  .measurement-map__detail .measurement-map__detail-close,
  .detailpanel .measurement-map__status-link,
  .measurement-map__detail .measurement-map__status-link {
    display: none;
  }
  .measurement-map__status,
  .weather-measurements {
    page-break-inside: avoid !important;
  }
  /* ----------------- STARTSEITE ÜBERSICHT ------------------ */
  .meteo-products__tab-content {
    margin: 0;
    padding: 0;
    border: none;
  }
  .meteo-products__tab-content .day-switch {
    display: none !important;
  }
  .meteo-products__tab-content .meteo-products__tab-head,
  .meteo-products__tab-content .forecast {
    margin-top: 0;
  }
  .day-switch .day-switch__item {
    display: none;
  }
  .day-switch .day-switch__item--active {
    display: block;
    background: none;
    border: none;
  }
  .day-switch .day-switch__item--active a {
    color: #000 !important;
    padding: 0;
    font-size: 2em;
  }
  .day-switch .day-switch__item--active h3,
  .day-switch .day-switch__item--active ul {
    display: none;
  }
  .days-overview__table {
    width: 800px !important;
  }
  .forecast-chart-div {
    width: 650px;
  }
  .meteo-products__tab-list {
    display: none;
  }
  .container-legend {
    display: block !important;
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
    top: 0 !important;
    right: 0 !important;
    float: left;
    width: 200px;
    margin-top: -470px;
    margin-left: 400px !important;
  }
  .container-legend h3 {
    margin: 0;
  }
  .map-legend__table {
    display: block !important;
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
    top: 0 !important;
    right: 0 !important;
    float: left;
  }
  .container-legend__dangers {
    position: absolute !important;
    left: 320px !important;
    margin: 0;
  }
  .legend__close {
    display: none !important;
  }
  .forecast-map {
    position: relative !important;
    width: 670px !important;
    float: left;
  }
  .forecast-map .leaflet-control-container {
    display: none;
  }
  .forecast__last-updated {
    float: left;
    clear: both;
  }
  .forecast-local__form,
  .chart-control,
  .themeteaser {
    display: none;
  }
  /* ----------------- STARTSEITE BERICHT ------------------ */
  #details--airfields,
  #details--lakes {
    margin: 0 !important;
  }
  #details--airfields table,
  #details--lakes table {
    width: 90% !important;
  }
  #details--airfields table .place,
  #details--lakes table .place,
  #details--airfields table .validity,
  #details--lakes table .validity {
    width: 20%;
  }
  #details--airfields table .information,
  #details--lakes table .information {
    width: 60%;
  }
  .meteo-products__report .tabhead,
  .meteo-products__wind--tabs .tabhead {
    display: none !important;
  }
  @supports (-webkit-appearance:none) {
    .meteo-products__report .tabbody-report {
      min-height: 180em;
    }
  }
  .newsteaser,
  .meteoblog-feed {
    display: none !important;
  }
  /* ----------------- STARTSEITE REGEN ------------------ */
  .meteo-products__rain,
  .meteo-products__tab-body,
  .meteo-products__container {
    width: 100% !important;
    padding: 0 !important;
  }
  .meteo-products__rain .tabbody,
  .meteo-products__tab-body .tabbody,
  .meteo-products__container .tabbody {
    min-height: none !important;
    padding-bottom: 0;
  }
  .rain-map {
    width: 670px !important;
    position: relative !important;
    margin: 0 !important;
    float: left !important;
  }
  .map-player {
    display: none !important;
  }
  .rain__forecast-local h2 {
    margin: 0;
  }
  .legend__submit {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
  .cloud__weather-measurements,
  .wind__weather-measurements {
    display: block !important;
  }
  .cloud-measurements__stations a,
  .weather-measurements__stations a {
    display: none !important;
  }
  .weather-measurements__station-name {
    clear: both;
  }
  .weather-measurements__station-data {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin: 10px 0 !important;
  }
  .chart-container,
  .rain__local-forecast {
    width: 100% !important;
    clear: both;
  }
  .param-section {
    background: none;
  }
  .normvalues__section-parameter select.select {
    display: block !important;
  }
  .normvalues__section-parameter .pill-button--active {
    font-weight: normal;
    font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
  }
  .other-languages {
    display: none !important;
  }
  .normvalues-table__section p {
    font-size: 1em;
  }
  .normvalues-table__section p.description {
    font-size: 0.8em;
  }
  .employee_tabs {
    display: none !important;
  }
  .uvindex-map *,
  .table-uvindex * {
    color: #000 !important;
  }
  .uvindex-map .uvindex__symbol,
  .table-uvindex .uvindex__symbol {
    background: #fff !important;
  }
  .uvindex-map .uvindex__symbol-color-1,
  .table-uvindex .uvindex__symbol-color-1,
  .uvindex-map .uvindex__symbol-color-2,
  .table-uvindex .uvindex__symbol-color-2 {
    color: #95BD29 !important;
  }
  .uvindex-map .uvindex__symbol-color-3,
  .table-uvindex .uvindex__symbol-color-3,
  .uvindex-map .uvindex__symbol-color-4,
  .table-uvindex .uvindex__symbol-color-4,
  .uvindex-map .uvindex__symbol-color-5,
  .table-uvindex .uvindex__symbol-color-5 {
    color: #F6F100 !important;
  }
  .uvindex-map .uvindex__symbol-color-6,
  .table-uvindex .uvindex__symbol-color-6,
  .uvindex-map .uvindex__symbol-color-7,
  .table-uvindex .uvindex__symbol-color-7 {
    color: #D9A118 !important;
  }
  .uvindex-map .uvindex__symbol-color-8,
  .table-uvindex .uvindex__symbol-color-8,
  .uvindex-map .uvindex__symbol-color-9,
  .table-uvindex .uvindex__symbol-color-9,
  .uvindex-map .uvindex__symbol-color-10,
  .table-uvindex .uvindex__symbol-color-10 {
    color: #B92D20 !important;
  }
  .uvindex-map .uvindex__symbol-color-11,
  .table-uvindex .uvindex__symbol-color-11 {
    color: #A376A7 !important;
  }
  div.map-top-toolbar,
  div.dangers__filter-container,
  img#zoomin,
  a.toggle,
  div.sharing {
    display: none  !important;
  }
  DIV#map_rollover h3 {
    font-size: 1.3em !important;
  }
  div.list-bulletin div {
    display: block !important;
  }
  div.list-bulletin p {
    font-size: 1.1em;
  }
  div.warnTitle h3 {
    font-size: 1.3em !important;
  }
  .meteo-products__tab-content {
    border: none  !important;
  }
  .meteo-products__tab-body {
    display: block !important;
    break-after: page;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .width9,
  .width10,
  .width11,
  .width12,
  .span9,
  .span10,
  .span11,
  .span12 {
    width: 59.6em;
    margin-left: 1.6em;
  }
  .container {
    width: 59.6em;
  }
  .span9-tablet {
    width: 59.6em;
  }
  .width9-tablet {
    width: 59.6em;
  }
  .span8-tablet {
    width: 52.8em;
  }
  .width8-tablet {
    width: 52.8em;
  }
  .span7-tablet {
    width: 46em;
  }
  .width7-tablet {
    width: 46em;
  }
  .span6-tablet {
    width: 39.2em;
  }
  .width6-tablet {
    width: 39.2em;
  }
  .span5-tablet {
    width: 32.4em;
  }
  .width5-tablet {
    width: 32.4em;
  }
  .span4-tablet {
    width: 25.6em;
  }
  .width4-tablet {
    width: 25.6em;
  }
  .span3-tablet {
    width: 18.8em;
  }
  .width3-tablet {
    width: 18.8em;
  }
  .span2-tablet {
    width: 12em;
  }
  .width2-tablet {
    width: 12em;
  }
  .span1-tablet {
    width: 5.2em;
  }
  .width1-tablet {
    width: 5.2em;
  }
  .offset9-tablet {
    margin-left: 62.8em;
  }
  .offset8-tablet {
    margin-left: 56em;
  }
  .offset7-tablet {
    margin-left: 49.2em;
  }
  .offset6-tablet {
    margin-left: 42.4em;
  }
  .offset5-tablet {
    margin-left: 35.6em;
  }
  .offset4-tablet {
    margin-left: 28.8em;
  }
  .offset3-tablet {
    margin-left: 22em;
  }
  .offset2-tablet {
    margin-left: 15.2em;
  }
  .offset1-tablet {
    margin-left: 8.4em;
  }
  .offset0-tablet {
    margin-left: 1.6em;
  }
  .tablet-hidden {
    display: none;
  }
}
@media screen and (min-width: 492px) and (max-width: 767px) {
  .container {
    width: auto;
  }
  .width6,
  .width7,
  .width8,
  .width9,
  .width10,
  .width11,
  .width12,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    width: 39.2em;
    margin-left: 1.6em;
  }
  .container {
    width: 39.2em;
  }
  .span6-phone {
    width: 39.2em;
  }
  .width6-phone {
    width: 39.2em;
  }
  .span5-phone {
    width: 32.4em;
  }
  .width5-phone {
    width: 32.4em;
  }
  .span4-phone {
    width: 25.6em;
  }
  .width4-phone {
    width: 25.6em;
  }
  .span3-phone {
    width: 18.8em;
  }
  .width3-phone {
    width: 18.8em;
  }
  .span2-phone {
    width: 12em;
  }
  .width2-phone {
    width: 12em;
  }
  .span1-phone {
    width: 5.2em;
  }
  .width1-phone {
    width: 5.2em;
  }
  .offset6-phone {
    margin-left: 42.4em;
  }
  .offset5-phone {
    margin-left: 35.6em;
  }
  .offset4-phone {
    margin-left: 28.8em;
  }
  .offset3-phone {
    margin-left: 22em;
  }
  .offset2-phone {
    margin-left: 15.2em;
  }
  .offset1-phone {
    margin-left: 8.4em;
  }
  .offset0-phone {
    margin-left: 1.6em;
  }
}
@media screen and (max-width: 491px) {
  .container {
    width: auto;
    padding: 0 0.8em;
  }
  .row {
    margin-left: 0;
  }
  [class*="span"],
  [class*="width"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .width12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span1 {
    width: 5.2em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .row-tablet {
    margin-left: -1.6em !important;
    *zoom: 1;
  }
  .row-tablet:before,
  .row-tablet:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-tablet:after {
    clear: both;
  }
  .row-desktop,
  .row-phone {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .row-phone {
    margin-left: -1.6em !important;
    *zoom: 1;
  }
  .row-phone:before,
  .row-phone:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-phone:after {
    clear: both;
  }
  .row-desktop,
  .row-tablet {
    margin-left: 0;
  }
}
/* Target Mobile only */
@media (max-width: 767px) {
  .icon-collection {
    display: none;
  }
  .icon-collection-fallback {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* pagetype-combi.html, pagetype-detail-unattached.html, pagetype-detail.html, pagetype-form.html, pagetype-home-without-nav.html, pagetype-home.html, pagetype-overview-without-nav.html, pagetype-overview.html, pagetype-publication.html, pagetype-searchresults.html, pagetype-substart.html, snpt-aside-rss.html, snpt-footer.html */
  /**/
  h2.icn_rss {
    background-position: 0 -760px;
  }
  /* Dropdowns */
  .langnav .icn_select_dropdown::before {
    height: 70%;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #logo {
    width: 67%;
  }
  #logo h1 {
    display: inline;
  }
  #pageheader {
    height: 8em;
  }
  #sitesearch {
    top: 1.5em;
    right: 1.7em;
  }
  #logo {
    top: 8em;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  footer {
    border-top: 1px solid #d5d5d5;
    position: relative;
    margin-left: 0 !important;
  }
  footer #sitemap-link {
    position: absolute;
    top: 5.4em;
    right: 1.6em;
    cursor: pointer;
    display: block;
  }
  footer .pagelinks {
    display: none;
  }
  footer .pagelinks .span3 {
    vertical-align: top;
    line-height: 1em;
  }
  footer .pagelinks .span3 h3 {
    border-bottom: 2px solid #d5d5d5;
    width: auto !important;
  }
  footer .pagelinks .span3 ul.linkliste li {
    border-bottom: 1px solid #d5d5d5;
    width: auto !important;
  }
  footer .iconliste {
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  footer {
    border-top: 1px solid #d5d5d5;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
  }
  footer section {
    border-top: 0 !important;
    padding: 0 !important;
  }
  footer div.span6-phone {
    width: 100%;
  }
  footer .pagenav ul li a,
  footer .pagenav ul li a.subnav {
    color: #069;
  }
  footer .pagenav ul li a:hover,
  footer .pagenav ul li a.subnav:hover {
    color: #DC0018;
  }
  footer .pagenav ul li .icn-arrow-before .text {
    float: none;
    margin-left: 1em;
  }
  footer .pagenav ul li .icn-arrow-before .fonticon {
    top: 0.6em;
    margin-left: 0;
  }
  footer .pagenav ul li .fonticon {
    padding-right: 0;
  }
  footer .socialLinks h3 {
    margin-top: 0;
  }
  footer .socialLinks ul li {
    float: none;
  }
  footer .socialLinks .span6 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  footer .socialLinks .twitterfeed h3.lined {
    font-size: 1em;
    padding: 0.8em;
    border-top: 1px solid #e5e5e5;
    margin: 0;
  }
  footer .socialLinks .twitterfeed h3.lined a {
    line-height: 0.9;
    padding: 0.5em 0;
  }
  footer .socialLinks .twitterfeed .tweet {
    margin: 0;
    padding: 1.4em;
    border-bottom: 1px solid #e5e5e5;
  }
  footer .socialLinks .twitterfeed .tweet article {
    border: 0;
    margin-top: 0.8em;
    line-height: 1.5;
  }
  footer .socialLinks .twitterfeed .tweet:first-of-type {
    padding-left: 1.4em;
  }
  footer .socialLinks,
  footer .row,
  footer .copyright,
  footer ul.hnav {
    width: 100%;
    border-top: 1px solid #d5d5d5;
    margin: 0 !important;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, #f4f4f4, #fafafa);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #fafafa);
    background-image: -o-linear-gradient(top, #f4f4f4, #fafafa);
    background-image: linear-gradient(to bottom, #f4f4f4, #fafafa);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#fffafafa', GradientType=0);
  }
  footer .socialLinks h3,
  footer .row h3,
  footer .copyright h3,
  footer ul.hnav h3 {
    padding: 0.8em 0.8em;
    margin: 0;
    border-top: 1px solid #fff;
    font-size: 1.2em;
    border-bottom: 1px solid #e3e3e3;
  }
  footer .socialLinks p,
  footer .row p,
  footer .copyright p,
  footer ul.hnav p,
  footer .socialLinks form,
  footer .row form,
  footer .copyright form,
  footer ul.hnav form {
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
  }
  footer .socialLinks ul,
  footer .row ul,
  footer .copyright ul,
  footer ul.hnav ul {
    margin: 0 !important;
    padding: 0;
  }
  footer .socialLinks ul li,
  footer .row ul li,
  footer .copyright ul li,
  footer ul.hnav ul li {
    display: inline;
    display: block;
    padding: 0.8em !important;
    margin: 0 !important;
  }
  footer .socialLinks ul li + li,
  footer .row ul li + li,
  footer .copyright ul li + li,
  footer ul.hnav ul li + li {
    border-top: 1px solid #e3e3e3;
  }
  footer .copyright .logo {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    padding: 0 0.8em;
  }
  footer .copyright img {
    padding: 1.6em 0.2em;
    max-width: 25.6em;
    margin-top: 0;
  }
  footer .copyright ul {
    float: right;
    width: auto;
    font-size: 1.2em;
    border: 0 !important;
  }
  footer .copyright ul li {
    padding: inherit 0.8em !important;
    border-top: 0 !important;
    border-left: 1px solid #e3e3e3 !important;
    background-color: #f2f2f2 !important;
  }
  footer .copyright ul li a {
    margin: 0;
  }
}
@media (max-width: 999px) {
  .printme,
  #socialshareprivacy {
    display: none;
  }
  h1.pagetitle {
    margin: 0.4em 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  #container {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .meteoblog-feed .standardteaser {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .newsteaser .nano {
    height: auto;
    padding-bottom: 1.6em;
  }
  .nano h2.lined-title a.all-entries,
  .themeteaser h2.lined-title a.all-entries,
  .nano h3.lined-title a.all-entries,
  .themeteaser h3.lined-title a.all-entries {
    float: right;
    clear: auto;
  }
  .printme {
    display: none;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  #container {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .newsteaser,
  .themeteaser {
    margin-top: 0.8em;
  }
}
.phone-portrait .horizontal_group,
.phone-landscape .horizontal_group {
  display: block;
  clear: both;
}
.phone-portrait .vertical_group,
.phone-landscape .vertical_group {
  display: block;
  clear: both;
}
.phone-portrait .measurementv4-chartlegend-climate__v-group {
  display: flex;
  clear: initial;
}
@media screen and (max-width: 491px) {
  .field.onerow input.text,
  .field.onerow input[type='text'] {
    width: 17.75em;
    clear: both;
    margin-bottom: 0.8em;
  }
  .field.onerow .enhanced_select {
    width: 20.2em;
    clear: both;
    margin-bottom: 0.8em;
  }
  .field.onerow input[type="submit"],
  .field.onerow input[type="reset"],
  .field.onerow input.submit,
  .field.onerow input.submit_secondary,
  .field.onerow button.submit,
  .field.onerow button.button_secondary {
    clear: both;
    float: none;
    width: 18.5em;
    margin-left: 0;
    margin-right: auto;
  }
  .field.errors {
    margin-left: -0.8em;
    margin-right: -0.8em;
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  .field.errors .form_note,
  .field.errors .error_note {
    padding-left: 0;
  }
  .field .form_hint {
    padding-left: 0;
  }
  span.label,
  label.label,
  legend.label {
    text-align: left;
    width: 100%;
  }
  #dateFromToWrapper .field__datewrapper {
    width: 25.7em;
    justify-content: flex-start;
  }
  .cb-selector {
    margin-left: 0;
  }
  .searchform input[type="submit"],
  .searchform input.submit {
    float: right;
  }
  .checkboxes,
  .radios {
    margin-left: 0;
  }
}
@media (min-width: 492px) {
  .cycletable td,
  .cycletable th {
    display: table-cell !important;
  }
  .cycletable .tablecycler {
    display: none;
  }
  .table-caption {
    display: none;
  }
}
@media (max-width: 767px) {
  table {
    width: 100%;
  }
}
@media (max-width: 491px) {
  .scrolltable {
    overflow-x: auto;
    overflow-y: visible;
    width: auto !important;
    margin: 0 -0.8em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    background: -webkit-linear-gradient(left, white 30%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 70%) 100% 0, -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 100% 0;
    background: -moz-linear-gradient(left, white 30%, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 70%) 100% 0, -moz-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), -moz-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 100% 0;
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 100% 0;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 1.6em 100%, 1.6em 100%, 0.8em 100%, 0.8em 100%;
    background-attachment: local, local, scroll, scroll;
    clear: both;
  }
  .scrolltable table {
    margin-top: 0;
  }
  .scrolltable caption,
  .scrolltable colgroup {
    position: absolute;
    left: -10000px;
  }
  .scrolltable.fixedColumn {
    border-left: 1px solid #d5d5d5;
    padding-right: 0.8em;
    width: 100%;
  }
  .scrolltable.fixedColumn tr :nth-child(2) {
    border-left: 0;
  }
  .fixedColumn {
    padding-left: 0 !important;
    /* Erste Spalte nach links schieben */
  }
  .fixedColumn table {
    width: 96%;
  }
  .fixedColumn tr th:first-child,
  .fixedColumn tr td:first-child {
    position: absolute;
    top: auto;
    left: 0.8em;
    border-right: 0;
    width: 11em !important;
    border-top: 0;
  }
  .fixedColumn tr th.indented:first-child {
    width: 9.8em !important;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .fixedColumn thead tr:first-child td:first-child,
  .fixedColumn thead tr:first-child th:first-child,
  .fixedColumn tbody tr:first-child td:first-child,
  .fixedColumn tobdy tr:first-child th:first-child {
    border-top: 1px solid #d5d5d5;
    margin-top: -1px;
  }
  .fixedColumn thead + tbody tr:first-child td:first-child,
  .fixedColumn thead + tobdy tr:first-child th:first-child,
  .fixedColumn tfoot + tbody tr:first-child td:first-child,
  .fixedColumn tfoot + tobdy tr:first-child th:first-child {
    border-top: 0;
    margin-top: 0;
  }
  .table-caption {
    font-weight: normal;
    font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
    margin: 1.8571em 0 0.5em;
  }
  html.js .cycletable table {
    width: 100%;
  }
  html.js .cycletable table tr th:first-child,
  html.js .cycletable table tr td:first-child {
    min-width: 50%;
    max-width: 70%;
  }
  html.js .cycletable table tr td:nth-child(3),
  html.js .cycletable table tr td:nth-child(4),
  html.js .cycletable table tr td:nth-child(5),
  html.js .cycletable table tr td:nth-child(6),
  html.js .cycletable table tr td:nth-child(7),
  html.js .cycletable table tr td:nth-child(8),
  html.js .cycletable table tr td:nth-child(9),
  html.js .cycletable table tr td:nth-child(10),
  html.js .cycletable table tr td:nth-child(11),
  html.js .cycletable table tr td:nth-child(12) {
    display: none;
  }
  html.js .cycletable.pair table tr th:first-child,
  html.js .cycletable.pair table tr td:first-child {
    min-width: 40%;
    max-width: 60%;
  }
  html.js .cycletable.pair table tr td:nth-child(2),
  html.js .cycletable.pair table tr td:nth-child(3) {
    display: table-cell;
  }
  html.js .cycletable .tablecycler .control a {
    color: #454545;
    display: block;
    font-size: 1.8em;
    height: 1.6em;
    overflow: hidden;
    padding: 0.8em 0.2em 0 0.2em;
    width: 1.6em;
    white-space: nowrap;
  }
  html.js .cycletable .tablecycler .control a.columns_prev {
    float: left;
    text-align: left;
  }
  html.js .cycletable .tablecycler .control a.columns_next {
    float: right;
    text-align: right;
  }
  html.js .cycletable .tablecycler .indicator {
    padding-top: 1.3em;
    width: auto;
    display: table;
    margin: 0 auto;
  }
  html.js .cycletable .tablecycler .indicator a {
    color: #d5d5d5;
    display: inline-block;
    font-size: 2.4em;
    height: 1.6em;
    overflow: hidden;
    text-align: center;
    width: 1.2em;
    white-space: nowrap;
  }
  html.js .cycletable .tablecycler .indicator a.icn_indicator_active {
    color: #DC0018;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #main {
    top: 6em;
  }
  #main.sub {
    top: 0em;
  }
  #main.sub2 {
    top: 0em;
  }
  #main.sub3 {
    top: 6.5em;
  }
  #mainnav .hnav li .flyout {
    width: 62.8em;
  }
  #mainnav .hnav {
    background-image: none;
  }
  #mainnav.headstep {
    background: #fff;
  }
  #mainnav .hnav-fixed {
    background: #fff;
  }
  #themes .flyout {
    width: 59em;
  }
  .langnav li.nav_on > ul,
  .langnav li.nav_on > div,
  .no-js .langnav li:hover > ul,
  .no-js .langnav li a:active > ul,
  .no-js .langnav li a:focus + ul,
  .no-js .langnav li:hover > div,
  .no-js .langnav li a:active > div,
  .no-js .langnav li a:focus + div {
    margin: 0;
    padding: 1em;
    right: 0.45em;
    top: 2.3em;
    width: 2.62em;
    z-index: 10;
  }
  .hnav .nav_on {
    min-height: 4.8em;
  }
  #mainnav .hnav li.active > a,
  .nav_on > a {
    padding-bottom: 1em;
  }
  #mainnav .hnav li.active > a span[data-icon=","],
  .nav_on > a span[data-icon=","] {
    bottom: 4px;
  }
  #mainnav .hnav li.active > a span[data-icon=","]::before,
  .nav_on > a span[data-icon=","]::before {
    content: ",";
  }
  /*	----	stuff from bottom: ----------------------------------------------------- */
  #metanav {
    top: 0.8em;
    left: 1.8em;
    right: 1.8em;
    padding: 0;
    margin: 0;
  }
  #themes .hnav {
    top: 10.2em;
  }
  #sitesearch {
    top: 7.3em;
  }
  .langnav {
    margin-top: 3.5em;
    margin-right: 0;
    margin-left: 15em;
    border-left: 0;
  }
  .langnav li a {
    font-size: 1em;
  }
  .langnav a.dropbox .frmicn {
    padding: 0;
    margin: -4px 7px 0 5px;
    display: block;
    float: right;
  }
  #servicenav {
    margin-top: 0 !important;
    padding: 0 !important;
    line-height: 1em;
  }
  #mainnav {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  #pageheader {
    border-top: none;
    z-index: 1061;
    top: 0;
    left: 0;
    background: #e4e4e4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(39%, #e2e2e2), color-stop(79%, #dddddd), color-stop(91%, #d5d5d5), color-stop(95%, #cfcfcf), color-stop(100%, #bebebe));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* IE10+ */
    background: linear-gradient(top, #e4e4e4 0%, #e2e2e2 39%, #dddddd 79%, #d5d5d5 91%, #cfcfcf 95%, #bebebe 100%);
    /* W3C */
    /* filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#bebebe',GradientType=0 ); / * IE6-9 */
    height: 3.6em;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
  }
  #pageheader #metanav {
    position: static;
  }
  #pageheader #metanav .langnav-mobile {
    display: table;
    width: 100%;
    padding: 0.6em 0;
  }
  #pageheader #metanav .langnav-mobile .td {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  #pageheader #metanav .langnav-mobile .title {
    padding-left: 1em;
  }
  #pageheader #metanav .langnav-mobile .title span {
    font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
    font-size: 1em;
    line-height: 1.3;
    margin: 0;
    padding: 0.15em 0 0;
    height: auto;
    width: 100%;
    float: left;
    color: #000;
  }
  #pageheader #metanav .langnav-mobile .langnav.hnav {
    float: right;
    border: 0;
    padding: 0;
    margin: 0;
    width: 5.6em;
  }
  #pageheader #metanav .langnav-mobile .hnav li {
    width: 3em;
  }
  #mainnav {
    /* Head Separator */
  }
  #mainnav.headsep {
    border-top: none;
    position: relative;
    background: #fff;
  }
  #mainnav .hnav-fixed {
    display: table;
    width: 100%;
    -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.3);
  }
  #mainnav .hnav-fixed .tr {
    display: table-row;
    background-color: #fff;
  }
  #mainnav .hnav-fixed .td {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    box-sizing: content-box;
  }
  #mainnav .hnav-fixed .td a {
    height: 100%;
    width: 100%;
    border-bottom: 0.5em solid #DC0018;
    display: table;
    vertical-align: middle;
    padding: 0.8em 0 0.6em;
    position: relative;
    box-sizing: content-box;
    -moz-box-sizing: border-box;
  }
  #mainnav .hnav-fixed .td a .fonticon {
    font-size: 1.2em;
    line-height: 5;
    vertical-align: inherit;
    margin: 0;
  }
  #mainnav .hnav-fixed .td a .fonticon::before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
  #mainnav .hnav-fixed .td a img {
    display: block;
    width: 2em;
    margin: 0;
  }
  #mainnav .hnav-fixed .td a .td {
    padding: 0 0.5em 0 0;
  }
  #mainnav .hnav-fixed .td a .icon_swiss {
    width: 2em;
    padding: 0 0.5em 0 0.9em;
    box-sizing: content-box;
  }
  #mainnav .hnav-fixed .td a h1 {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-size: 1.5em;
    font-weight: normal;
    font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
    color: #454545;
  }
  #mainnav .hnav-fixed .td a h1.small {
    font-size: 1.2em;
    line-height: 1;
  }
  #mainnav .hnav-fixed .toggle {
    width: 3.6em;
    position: relative;
  }
  #mainnav .hnav-fixed .toggle a {
    display: inline-block;
    float: none;
    height: auto;
    padding: 0;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    color: #454545;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #mainnav .hnav-fixed .toggle a .front,
  #mainnav .hnav-fixed .toggle a .back {
    display: inline-block;
    height: 100%;
    width: 3.6em;
    text-align: center;
    border-left: 1px solid #d5d5d5;
    position: relative;
  }
  #mainnav .hnav-fixed .toggle a .front [class*="icon-"],
  #mainnav .hnav-fixed .toggle a .back [class*="icon-"] {
    font-size: 1.5em;
    vertical-align: middle;
    position: absolute;
    top: 32%;
    left: 34%;
  }
  #mainnav .hnav-fixed .toggle a .back {
    display: none;
  }
  .js-nav {
    overflow: hidden;
  }
  .js-nav #mainnav .hnav-fixed #togglenav,
  .js-search #mainnav .hnav-fixed #togglesearch {
    border-bottom: 0.5em solid #DC0018;
  }
  .js-nav #mainnav .hnav-fixed #togglenav .front,
  .js-search #mainnav .hnav-fixed #togglesearch .front {
    display: none;
  }
  .js-nav #mainnav .hnav-fixed #togglenav .back,
  .js-search #mainnav .hnav-fixed #togglesearch .back {
    display: inline-block;
  }
  #main {
    margin-top: 2.4em;
    /* (@navbarHeight + @quarterGridGutterWidth); */
  }
  #main.sticky {
    margin-top: 7.6em;
  }
  #mainnav.headsep {
    min-height: 3.6em;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1060;
  }
  #mainnav.sticky {
    position: fixed;
  }
  /* Mobile navigation */
  .js-nav .pagenav {
    display: block;
  }
  .pagenav {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    position: relative;
    display: none;
  }
  .pagenav .drilldown {
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
    border-right: 1px solid black;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .pagenav .drilldown-sub {
    display: none;
  }
  .pagenav .drilldown-back {
    padding: 0.5em;
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .pagenav .drilldown-back a {
    background-color: #e5e5e5;
    color: #454545;
    border: none;
    padding: 0.5em 0.8em;
  }
  .pagenav .drilldown-back a span {
    float: none;
    display: inline;
  }
  .pagenav ul li a {
    padding: 0.8em;
    border-left: 0;
    color: #454545;
    font-size: 1.1em;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    margin: 0;
    cursor: pointer;
  }
  .pagenav ul li a span {
    border: 0;
    padding: 0 0.8em 0 0;
    float: right;
  }
  .pagenav ul li a,
  .pagenav ul li a.active,
  .pagenav ul li a:active,
  .pagenav ul li a:focus,
  .pagenav ul li a:hover {
    border-left: 0;
    color: #069;
  }
  .pagenav ul li a.subnav {
    color: #454545;
  }
  .pagenav ul li ul li a span {
    border: none;
  }
  .pagenav .flyout_bottom {
    height: 42px;
  }
  /* Facet Navigation */
  .facet-nav {
    display: block;
  }
  .facet-nav .facet-header-mobile {
    display: block;
  }
  .facet-nav .facet-header-mobile .header-form {
    float: right;
  }
  .facet-nav .facet-header-mobile .counted-item-text {
    float: left;
    margin: 0.7em 0;
  }
  .facet-nav .facet-header-mobile .facet-counter {
    background: #e5e5e5;
    padding: 0.15em 0.25em;
    margin: 0.9em 0.8em;
    font-weight: normal;
    display: inline-block;
    border-radius: 2px;
    float: left;
  }
  .facet-nav .facet-title {
    display: none;
  }
  .facet-nav a.level-up {
    display: none;
  }
  .facet-nav.pagenav ul li a {
    border-bottom: 0;
  }
  .facet-nav .facet-type-item-title,
  .facet-nav .facet-type-item {
    overflow: hidden;
  }
  .facet-nav .facet-type-item {
    margin: 0.6em 0 0 0;
  }
  .facet-nav .facet-type-item .counted-item.selected .facet-counter {
    visibility: hidden;
    display: block;
  }
  .facet-nav .facet-type-item .counted-item .facet-counter {
    margin: 0 0 0 0.8em;
  }
  .facet-nav .facet-type-subitem-list {
    width: 100%;
  }
  /* Search & Themen A - Z */
  .js-ready #mobilesearch {
    width: 0;
    margin-right: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow-y: hidden;
    background: #fff;
  }
  .js-search #mobilesearch {
    width: 100%;
    margin-right: -100%;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 1em;
  }
  .js-search #mobilesearch .sitesearch {
    padding: 0.8em;
  }
  .js-search #mobilesearch .sitesearch label {
    width: 100%;
    text-align: left;
  }
  .js-search #mobilesearch .sitesearch input.outerShadow {
    width: 100%;
    font-size: 1.3em;
  }
  .js-search #mobilesearch .sitesearch input.submit {
    height: 32px;
    font-size: 1.2em;
    width: 100%;
  }
  /* Mobile Search */
  .sitesearch-form {
    position: relative;
  }
  input[type="button"].mobilesearch-reset {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.2rem;
    padding: 0 1.5em;
    font-family: AdminCH_Symbols;
    border: 0;
    background-color: transparent;
    font-size: 0.8em;
    display: none;
  }
  input[type="button"].mobilesearch-reset.show {
    display: block;
  }
  input[type="button"].mobilesearch-reset:hover {
    color: #DC0018;
  }
  input[type='text'].mobilesearch-field {
    padding: 0.4em 2em;
    box-sizing: border-box;
    margin-right: 0;
    box-shadow: none;
    font-family: 'Frutiger Neue W02 Light', Times, sans-serif;
  }
  .mobilesearch-deco {
    position: absolute;
    height: 2.2rem;
    top: 0;
    left: 0;
  }
  .mobilesearch-deco::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    font-size: 1.2em;
    padding: 0 0.5em;
    color: #454545;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #treecrumb {
    position: absolute;
    top: 1em;
  }
  #servicenav {
    position: absolute;
    top: 3.8em;
    width: 20em;
  }
  #metanav {
    /*position: absolute;
		top: 4em;*/
  }
  #breadcrumb ul.hnav li span.text {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .hidemobile {
    display: none !important;
  }
  .accessible_tabs {
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  .accessible_tabs .content {
    border: 0;
  }
  .accessible_tabs .accessible_tabs__tab {
    padding: 0;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .accessible_tabs .accessible_tabs__tab .tabhead {
    position: relative;
    left: 0;
    margin-top: 0;
    padding: 0.8em 1.6em 0.8em 1.6em;
    cursor: pointer;
    color: #6c6c6c;
  }
  .accessible_tabs .accessible_tabs__tab.active {
    border-top: 3px solid #DC0018;
  }
  .accessible_tabs .accessible_tabs__tab.active .tabhead {
    background-color: transparent;
    color: #000;
    padding-top: 0.65em;
  }
  .accessible_tabs .accessible_tabs__tab .tabbody {
    overflow: hidden;
    padding: 0 1.6em;
    max-height: 0;
    transition: max-height 0.5s, padding 0.5s;
  }
  .accessible_tabs .accessible_tabs__tab .tabbody h2:first-child {
    margin-top: 0;
  }
  .accessible_tabs .accessible_tabs__tab.active .tabbody {
    max-height: 1000em;
    transition: max-height 0.5s;
    padding-bottom: 1.6em !important;
  }
  .accessible_tabs .tab .tabbody .teaser,
  .accessible_tabs .tab .tabbody .standardteaser {
    border: 0;
    margin: 0;
  }
  .tabs-list {
    display: none !important;
  }
  .tabhead .fonticon:before {
    font-family: 'AdminCH_Symbols';
    content: ":";
    speak: none;
    position: absolute;
    left: 0.7em;
  }
  .active .tabhead .fonticon:before {
    font-family: 'AdminCH_Symbols';
    content: ",";
    speak: none;
    position: absolute;
    left: 0.6em;
  }
}
@media (max-width: 491px) {
  .pager p {
    float: none;
    margin-bottom: 0.8em;
  }
  .pager_control p {
    float: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .themeteaser {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .infobox_crisis {
    width: 54.8em;
  }
  .directorbox {
    background: #f5f5f5;
    border: 1px solid #ccc;
  }
  .directorbox figure img {
    margin: 0.8em;
  }
  .directorbox .infobox {
    border: 0;
    background: transparent;
  }
  .themeteaser {
    padding-bottom: 1.6em;
    border-bottom: 2px solid #ccc;
  }
  .themeteaser .standardteaser__image {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1339px) {
  @supports (-moz-appearance:meterbar) {
    .themeteaser.span12 {
      margin-left: 1.5em;
    }
  }
}
@media screen and (min-width: 492px) and (max-width: 767px) {
  .infobox_crisis {
    width: 34.4em;
  }
  .directorbox {
    background: #f5f5f5;
    border: 1px solid #ccc;
  }
  .directorbox figure img {
    margin: 0.8em;
  }
  .directorbox .infobox {
    border: 0;
    background: transparent;
  }
}
@media screen and (max-width: 491px) {
  .infobox_crisis {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .span6-tablet .megateaser .carousel-control li a span {
    min-height: 6em !important;
  }
  .megateaser {
    width: auto !important;
  }
  .megateaser figure {
    width: auto !important;
  }
  .megateaser .carousel-control li a span {
    min-height: 4em !important;
  }
  .megateaser .carousel-content {
    margin-left: -1.6em;
  }
  .megateaser .textarea {
    width: 15.4em;
  }
  .megateaser .textarea p {
    padding-right: 0.8em;
  }
}
@media (max-width: 767px) {
  .megateaser {
    overflow: visible;
  }
  .megateaser figure {
    float: none;
    position: relative;
    width: auto;
  }
  .megateaser .textarea {
    float: none;
    clear: both;
    width: auto;
    padding: 1.6em;
  }
  .megateaser .textarea h2 {
    margin: 0;
  }
  .megateaser .carousel-content {
    position: relative;
    margin-left: -1.6em;
    border: 0;
  }
  .megateaser ul.carousel-stage {
    position: relative;
    overflow: visible;
  }
  .megateaser ul.carousel-stage li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    border: 1px solid #ccc;
    width: 35.57em;
  }
  .megateaser ul.carousel-stage li figure {
    float: none;
  }
  .megateaser ul.carousel-stage li figure img {
    width: 100%;
    height: auto;
  }
  .megateaser .control {
    border: none;
  }
  .megateaser .control .megateaser-next,
  .megateaser .control .megateaser-prev {
    display: block;
    width: 1.6em;
    font-size: 1.8em;
    padding: 0.1em 0.2em 0 0.2em;
    cursor: pointer;
    color: #454545;
  }
  .megateaser .control .megateaser-next {
    float: right;
    text-align: right;
    margin-right: 12px;
  }
  .megateaser .control .megateaser-prev {
    float: left;
    text-align: left;
    margin-left: 19px;
  }
  .megateaser ul.carousel-control {
    float: none;
    margin: 10px auto;
    width: auto;
    table-layout: auto;
    background: transparent;
  }
  .megateaser ul.carousel-control li {
    background-color: transparent;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    overflow: hidden;
    margin-right: 2px;
    border: 0;
    text-align: center;
  }
  .megateaser ul.carousel-control li a,
  .megateaser ul.carousel-control li a.active,
  .megateaser ul.carousel-control li a:hover {
    color: #d5d5d5;
    width: 100%;
    height: 100%;
    min-height: 0;
    font-size: 2.4em;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
  }
  .megateaser ul.carousel-control li a.border,
  .megateaser ul.carousel-control li a.active.border,
  .megateaser ul.carousel-control li a:hover.border {
    background-image: none;
  }
  .megateaser ul.carousel-control li a.active,
  .megateaser ul.carousel-control li a.active.active,
  .megateaser ul.carousel-control li a:hover.active {
    color: #DC0018;
  }
  .megateaser ul.carousel-control li a span {
    min-height: 0;
  }
}
@media (min-width: 492px) and (max-width: 767px) {
  .megateaser .carousel-content {
    margin: 0;
  }
  .megateaser .carousel-content figure img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 491px) {
  .megateaser .carousel-stage li {
    width: 100% !important;
  }
  .megateaser .carousel-content {
    margin: 0;
    max-width: 100%;
  }
  .megateaser .carousel-content figure {
    max-width: 100%;
  }
  .megateaser .carousel-content figure img {
    max-width: 100%;
  }
}
@media (max-width: 491px) {
  .projectslider .map img {
    margin: 40px 0 0;
  }
}
@media (min-width: 492px) and (max-width: 999px) {
  .gallery ul li figure span {
    width: 12em;
    height: 12em;
  }
  .gallery ul li figure img {
    max-width: 12em;
    max-height: 12em;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .gallerydetail_control {
    padding-top: 8.5em;
    padding-bottom: 4em;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .gallerydetail_control .info {
    margin-top: -1em;
  }
  .gallerydetail_control .back {
    width: 100%;
    margin-left: -1.6em;
    padding: 0 1.6em;
    float: none;
    margin-top: -8.5em;
    background-color: #454545;
  }
  .gallerydetail_control .back a {
    display: block;
    color: white;
    font-size: 1.3em;
    padding: 1.6em 0;
  }
  .gallerydetail_control .stepper {
    position: absolute;
    top: 8em;
    height: 3em;
    right: 0.8em;
    width: 10em;
    text-indent: -1000px;
  }
  .gallerydetail_control .stepper a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 4em;
    height: 4em;
    background-size: 2em;
    padding: 0 !important;
  }
  .gallerydetail_control .stepper a:hover {
    background-position: 0.8em -15.4em;
  }
  .gallerydetail_control .stepper a:first-child {
    right: 4.6em;
    background-position: 1em -11.3em;
  }
  .gallerydetail_control .stepper a:first-child:hover {
    background-position: 1em -11.3em;
  }
  .bottom {
    border-bottom: 0;
    border-top: 1px solid #ccc;
    padding-top: 2em;
    padding-bottom: 0;
  }
  .bottom .info {
    margin: auto;
  }
  .bottom .back {
    margin-top: 4em;
    margin-bottom: -3em;
  }
  .bottom .stepper {
    position: relative;
    right: auto;
    top: -7em;
    bottom: auto;
  }
}
@media (max-width: 491px) {
  .gallery ul li {
    width: 43%;
  }
  .gallery ul li figure span {
    width: 100%;
    height: 17.2em;
    display: block;
  }
  .gallery ul li figure img {
    max-width: 100%;
    max-height: 17.2em;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .blowup,
  .blowup:hover {
    color: #454545;
    cursor: default;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  aside article {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
  aside article h2,
  aside article.teaser h2 {
    font-size: 1.7em;
    font-weight: normal;
    line-height: 1.3;
    margin: 1.5em 0 0 0;
  }
  aside #contact {
    *zoom: 1;
  }
  aside #contact:before,
  aside #contact:after {
    display: table;
    content: "";
    line-height: 0;
  }
  aside #contact:after {
    clear: both;
  }
  aside #contact #contact-map,
  aside #contact #contact-map .tabbody {
    display: block !important;
  }
  aside #contact .address {
    font-style: normal;
  }
  aside #contact .address strong {
    display: block;
    font-size: 1.7em;
    font-weight: normal;
    line-height: 1.3;
    margin: 1.5em 0 0 0;
  }
  aside #contact-map h2 {
    text-indent: -10000px;
  }
  aside #contact article {
    float: left;
    width: 18.8em;
  }
  aside #contact article + article {
    margin-left: 1.6em;
  }
  aside #contact .tabs-list {
    display: none;
  }
  aside #contact .tabhead {
    position: relative;
    left: 0;
  }
  aside #contact .content {
    border: 0;
  }
  aside #contact .tabbody {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  aside article,
  aside section {
    box-sizing: border-box;
  }
  aside article h2,
  aside article.teaser h2 {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.3;
    margin: 1.5em 0 0 0;
  }
  aside #contact#contact-map {
    margin-top: 0;
  }
  aside #contact#contact-map h2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .nano {
    height: auto;
  }
  .nanoscroller {
    height: 160px !important;
    overflow: auto;
    overflow-x: auto;
    /*Horizontal scrollbar*/
    -ms-overflow-x: auto;
    /*IE 8 horizontal scrollbar*/
    overflow-y: hidden;
    /*Verical scrollbar*/
    -ms-overflow-y: hidden;
    /*IE 8 vertical scrollbar*/
    border: 0;
  }
}
@media (max-width: 767px) {
  .search .mediaselector li {
    float: none;
  }
}
/* --------------------------------------------------------------------------------------
 * NEWSTEASER
 * ====================================================================================== */
@media (min-width: 768px) and (max-width: 999px) {
  .newsteaser__article {
    border-bottom: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media screen and (max-width: 491px) {
  .visible-phone-portrait {
    display: inherit !important;
  }
  .hidden-phone-portrait {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  body {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  body:after {
    content: 'tablet';
    background: #f89406;
  }
  body.dev:after {
    display: block;
  }
  #container {
    width: 62.8em;
  }
  /* center column */
  .ym-col2 {
    width: auto;
    float: none;
    margin-left: 21.2em;
    margin-right: 0.8em;
  }
  /* right column */
  .ym-col3 {
    clear: both;
    float: none;
    width: auto;
    margin-left: 22em;
    margin-right: 1.6em;
  }
  /* Main navigation */
  #mainnav.headsep {
    /*min-height: 4.8em;*/
  }
  #mainnav .hnav {
    min-height: 5em;
  }
  #mainnav .hnav > li {
    min-height: 4.8em;
  }
  #mainnav .hnav > li > a {
    font-size: 1em;
  }
  #mainnav .hnav > li.nav_on .flyout {
    /*top: 4.8em;*/
  }
}
@media screen and (max-width: 767px) {
  body:after {
    content: 'phone-landscape';
    background: #46a546;
  }
  body.dev:after {
    display: block;
  }
  #wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  #wrapper #container {
    width: 100% !important;
    position: relative;
  }
  .linearize-level-1 {
    width: 200%;
  }
  .linearize-level-1 .ym-col2 {
    width: 50%;
  }
  .linearize-level-1,
  .linearize-level-1 > [class*="ym-col"] {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* reset defined gutter values */
  .linearize-level-1 > [class*="ym-col"] > [class*="ym-cbox"] {
    overflow: hidden;
    /* optional for containing floats */
    padding: 0;
  }
  /* Header */
  /* Breadcrumbs */
  #breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 491px) {
  body:after {
    content: 'phone-portrait';
    background: #006699;
  }
  body.dev:after {
    display: block;
  }
}
.teaserKontext {
  font-size: 0.9em;
  width: 240px;
  float: left;
  border: 0px dashed silver;
  padding-bottom: 5px;
  margin: 0px 18px 5px 0px;
  position: relative;
  /*border-bottom:1px solid #ddd;*/
}
.teaserKontext .teaserLink:focus .relatedParagraphTitle {
  /*border: 1px solid #006699;*/
  background-color: #006699;
  color: white;
}
.teaserKontext.middle {
  margin-right: 21px;
}
.teaserKontext.last {
  margin-right: 0px;
}
#mapHeader {
  float: left;
  width: 750px;
  margin: 0;
  padding: 0;
}
h1.mapTitle {
  margin-bottom: 3px !important;
}
.teaserLink {
  color: black !important;
  text-decoration: none !important;
}
.teaserLink:hover {
  color: black !important;
}
.teaser-white .teaserText__title {
  color: white;
}
.teaserLink img {
  display: block;
}
.bulletinKontext {
  clear: both;
}
.bulletinKontext .activeTeaser h2 {
  margin-top: 0.5em;
}
#spalteSov {
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  max-width: 725px;
  width: 725px;
}
div#listWarnings.overview {
  /*display: none;*/
}
#listWarnings {
  /*  max-width: 725px;*/
}
#listWarnings li {
  margin-left: 0;
}
#listWarningsOverview,
#listWarningsProcess {
  padding-top: 5px;
  /*border-bottom:1px solid #aaa;*/
}
h2#listWarningsTitle {
  display: inline-block;
}
span#numberOfWarningsTitle {
  font-size: 1.5em;
  white-space: nowrap;
}
span.showMessageToggle {
  margin-top: 15px;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
  color: #069;
}
span.showMessageToggle:hover {
  color: white;
  background-color: red;
}
.section.kartenapp > h1:first-child {
  display: inline-block;
}
div#spalteContentOverview {
  clear: both;
  margin-top: 15px;
}
ul.ui-autocomplete {
  z-index: 100;
}
#map-and-title > a,
section.kartenapp > a {
  float: right;
  margin-left: 10px;
  font-size: 1.5em;
}
.map-top-toolbar {
  z-index: 1;
  margin-top: 10px;
}
div.map-search {
  padding-right: 10px;
}
div.teaserList ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  min-width: 750px;
}
.meteo-products__tab-body div.teaserList ul {
  min-width: 650px;
}
@media (max-width: 999px) {
  .meteo-products__tab-body div.teaserList ul {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .meteo-products__tab-body div.teaserList ul {
    flex-direction: column;
    min-width: 0px;
  }
}
div.teaserList li {
  margin-left: 0px;
}
a.teaserLink {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  background-color: #FFF;
}
div.teaserList div.teaserKontext div.relatedParagraphTitle {
  height: 30px;
  line-height: 18px;
  padding-left: 0px;
  border-top: 0px !important;
  font-size: 11px;
}
div.relatedParagraphTitle h3 {
  margin: 0px;
  font-size: 1em;
}
.ie7 div.teaserList div.teaserKontext div.relatedParagraphTitle {
  width: 158px;
}
div.teaserKontext div.relatedParagraphTitle img.teaserImage {
  float: left;
  padding-right: 5px;
  padding-top: 4px;
}
div.bulletinLinks {
  margin-bottom: 13px;
  font-size: 14px;
}
.map-top-toolbar span.column.left {
  float: left;
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.map-top-toolbar span.column.right {
  float: right;
}
.map-top-toolbar span.column.right > * {
  float: left;
  padding-left: 5px;
}
.map-top-toolbar span.column.right > a.map-print {
  line-height: 20px;
  height: 20px;
  padding-left: 0;
}
.map-top-toolbar span.column.right > a.map-print:after {
  background: #000;
  border-color: #fff;
  border-style: solid;
  border-width: 5px 3px 5px 6px;
  content: "";
  display: inline-block;
  height: 0.8em;
  line-height: 0.8em;
  margin: -5px 0;
  padding: 0;
  width: 1px;
}
.map-top-toolbar span.column.right .map-search input#locationsearch {
  font-size: 1em;
  font-family: Arial;
  width: 185px;
  padding-left: 5px;
  margin-right: 5px;
}
.map-top-toolbar span.column.right .map-search input#locationsearch_submit {
  font-size: 1em;
  font-family: Arial;
  width: 98px;
}
.map-top-toolbar span.column.right .map-search input#locationsearch_submit.fr {
  width: 130px;
}
.map-top-toolbar span.column.right .map-search input#locationsearch_submit.rm {
  width: 110px;
}
#spalteContentSov {
  float: left;
  max-width: 535px;
  width: 535px;
}
#spalteKontextMap {
  font-size: 0.9em;
  width: 165px;
  float: left;
  border: 0px dashed silver;
  padding-top: 67px;
}
#spalteKontextMap.with-bulletin-links {
  padding-top: 87px;
}
#spalteKontextMap .kartenapplikation-teaser {
  padding-bottom: 10px;
}
#spalteKontextSov {
  font-size: 0.9em;
  width: 165px;
  float: right;
  border: 0px dashed silver;
}
ul.swiss_overview_legend_list > li {
  cursor: pointer;
}
DIV#swiss_map {
  position: relative;
}
img#all_regions,
canvas.map_535,
DIV.map_535,
IMG.map_535 {
  width: 100%;
}
DIV.map_535 {
  height: 552px;
}
DIV.map_725,
IMG.map_725 {
  width: 725px;
  height: 482px;
}
IMG#overview_action {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
}
DIV#swiss_overview {
  position: relative;
  overflow: hidden;
}
DIV#swiss_overview,
DIV#swiss_detail {
  display: none;
}
DIV.swiss_overview_legend {
  margin-bottom: 15px;
}
div#main > div.row {
  position: relative;
}
DIV.swiss_overview_legend > ul {
  /*display:inline-block;*/
  list-style-type: none;
  padding: 0px;
  padding-top: 5px;
}
.ie7 .swiss_overview_legend > ul {
  position: relative;
  left: -40px;
}
li.warnSymbol span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
DIV.danger_legend ul > li {
  float: left;
  width: 200px;
  list-style-type: none;
}
DIV.swiss_overview_legend > ul > li > img {
  margin-bottom: 4px;
}
DIV.swiss_overview_legend > ul > li > span {
  display: inline-block;
  font-size: 0.9em;
  width: 7.5em;
}
SPAN.swiss_overview_legend_title,
A.swiss_overview_legend_title {
  display: inline-block;
  vertical-align: top;
}
DIV#swiss_detail {
  position: relative;
  display: none;
}
DIV.zoommap DIV.mapwrapper {
  position: relative;
}
IMG#situation_large_gewaesser,
IMG#situation_large,
canvas#waters_large_canvas,
canvas#situation_large_canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
div.warnSymbol.showOverlay {
  width: 32px;
  height: 32px;
}
DIV#map_rollover {
  width: 400px;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  border-bottom: 0px solid #aaa;
  border-top-color: #000;
  display: none;
  z-index: 2;
}
@media (min-width: 768px) {
  DIV#map_rollover.show {
    display: block;
  }
}
@media (min-width: 1200px) {
  DIV#map_rollover {
    width: 450px;
  }
}
IMG#zoomin {
  position: absolute;
  top: 8px;
  right: 8px;
  /*background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/plus.png");*/
  width: 32px;
  height: 32px;
  cursor: pointer;
}
IMG#zoomin:hover {
  background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/plus_rollover.png");
}
IMG#zoomout {
  position: absolute;
  top: 8px;
  right: 8px;
  /*background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/minus.png");*/
  width: 32px;
  height: 32px;
  cursor: pointer;
}
IMG#zoomout:hover {
  background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/minus_rollover.png");
}
IMG#pin_overview {
  position: absolute;
  width: 10px;
  height: 15px;
  display: none;
}
IMG#pin_detail {
  position: absolute;
  width: 10px;
  height: 15px;
  display: none;
}
DIV.map_location > span {
  font-size: 0.9em;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 4px;
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
}
DIV.map_location > img {
  position: absolute;
  left: 98px;
  top: -3px;
  max-width: 7px;
}
DIV#zoomimg_wrap span.location-white,
DIV#overview_symbols span.location-white {
  color: white;
  text-shadow: 1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000;
}
.ui-menu {
  background: white;
  border: 1px solid;
}
DIV#listWarnings UL {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}
.ie7 DIV#listWarnings UL {
  margin-left: 0px;
}
DIV.warnBlock {
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #aaa;
}
DIV#listWarnings DIV.warnBlock {
  min-height: 70px;
}
DIV#map_rollover DIV.warnBlock div {
  line-height: 1.2;
}
DIV#map_rollover {
  display: none;
}
DIV#map_rollover DIV.warnText {
  padding-top: 5px;
}
DIV#map_rollover DIV.warnBlock {
  padding-top: 0;
  min-height: 70px;
}
#listWarnings > DIV.warnBlock.has-warning:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
DIV.warnBlock > img {
  float: left;
  width: 32px;
  height: 32px;
}
DIV.warnTitle h3 {
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  border: 0;
}
DIV.warnTitle a {
  text-decoration: none;
}
DIV#map_rollover DIV.warnTitle h3 {
  font-size: 1em;
  font-weight: bold;
}
DIV.warnText > * {
  margin-top: 5px;
}
DIV#map_rollover DIV.warnText {
  padding-right: 5px;
}
DIV#map_rollover DIV.warnText > * {
  margin-top: 5px;
  margin-left: 5px;
}
DIV#map_rollover DIV.warnLinks > *,
DIV#map_rollover DIV.warnLinksProcess > *,
DIV#map_rollover DIV.warnLinksProcessNoRegion > * {
  margin-top: 0px;
  margin-left: 5px;
}
DIV#map_rollover DIV.warnLinks,
DIV#map_rollover DIV.warnLinksProcess,
DIV#map_rollover DIV.warnLinksProcessNoRegion {
  padding-top: 5px;
}
DIV.warnData {
  display: none;
}
DIV.warnSymbol {
  position: relative;
  float: left;
  padding-right: 20px;
  padding-top: 5px;
  clear: both;
}
DIV.warnSymbol img {
  margin-top: 0;
}
DIV#map_rollover DIV.warnSymbol {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
DIV#map_rollover IMG.symbolImg {
  padding-left: 5px;
}
IMG.symbolImg {
  position: absolute;
  left: 0px;
  top: 5px;
}
DIV#map_rollover IMG.symbolImg {
  top: 10px;
}
DIV#listWarnings DIV.showOverlay {
  display: none;
}
DIV#listWarnings DIV.hideOverlay {
  display: block;
}
DIV#map_rollover DIV.showOverlay {
  display: block;
}
DIV#map_rollover DIV.hideOverlay {
  display: none;
}
DIV#map_rollover DIV.warnBlock DIV.warnTitle h4 {
  font-size: 1em;
}
DIV#map_rollover DIV.warnBlock DIV.warnValidity {
  margin-bottom: 6px;
}
DIV#map_rollover h3 {
  display: inline-block;
  width: 98.8%;
  background-color: #ccc;
  padding: 5px;
  padding-right: 0;
}
DIV.warnRegions {
  position: relative;
  min-height: 1.3em;
}
A.warnRegionsDesc {
  display: block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
A.warnRegionsDesc.visible:after {
  content: ":";
}
SPAN.warnRegions {
  display: none;
}
SPAN.warnRegions.visible {
  clear: left;
  display: block;
  overflow: hidden;
  vertical-align: top;
}
.warnLevel-green,
.warnLevel-green:hover {
  background-color: #ccff66;
}
.warnLevel-yellow,
.warnLevel-yellow:hover {
  background-color: #ffff00;
}
.warnLevel-orange,
.warnLevel-orange:hover {
  background-color: #ff9900;
}
.warnLevel-red,
.warnLevel-red:hover {
  background-color: #ff0000;
  color: white;
}
.warnLevel-dark-red,
.warnLevel-dark-red:hover {
  background-color: #800000;
  color: white;
}
.warnLevel-unknown,
.warnLevel-unknown:hover {
  background-color: #999999;
}
div.noEstimation {
  top: 50%;
  text-align: center;
  font-size: 13px;
  position: absolute;
  width: 100%;
}
div.teaserText.teaser-white {
  color: white;
}
div.infoOverlay {
  background: white;
  width: 480px;
  border: 1px solid #aaa;
  border-top-color: #000;
  display: none;
  z-index: 1;
  margin-top: 5px;
  position: absolute;
}
div.infoOverlay ul {
  list-style-type: square;
  padding: 0 0 0 0.4em;
}
div.infoOverlay p {
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0.8em 0 0 0;
}
div.infoOverlay p img {
  margin: 0;
}
div.infoOverlay p a {
  font-size: 1em;
  line-height: 1;
}
div.infoOverlay ul,
div.infoOverlay ol,
div.infoOverlay dl {
  font-size: 1em;
  line-height: 1.5;
  margin: 1.5em 0 0 0;
  padding: 0 0 0 0.8em;
}
div.infoOverlay ul {
  list-style-type: square;
  padding: 0 0 0 0.4em;
}
div.infoOverlay ul ul {
  margin-top: 0;
  list-style-type: circle;
}
div.infoOverlay ol {
  list-style-type: decimal;
}
div.infoOverlay ol ol {
  margin-top: 0;
  list-style-type: decimal;
}
div.infoOverlay ol ul {
  list-style-type: square;
  margin-top: 0;
}
div.infoOverlay li {
  font-size: 1.1em;
  line-height: 1.5;
  margin-left: 0.8em;
}
div.infoOverlay li a,
div.infoOverlay li p {
  margin: 0;
  font-size: 1em;
}
div.infoOverlay li a {
  line-height: 1;
}
div.infoOverlay li li,
div.infoOverlay li li li,
div.infoOverlay li li li li,
div.infoOverlay li li li li li {
  font-size: 1em;
}
div.infoOverlay dl {
  margin: 1.5em 0 0 0;
  padding: 0;
}
div.infoOverlay dt {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
}
div.infoOverlay dd {
  font-size: 1.1em;
}
div.infoOverlay dd p {
  margin: 0;
  font-size: 100%;
}
div.infoOverlay dd li {
  font-size: 100%;
}
div.infoOverlay::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
}
div.warnInfoText {
  padding: 5px;
  font-size: 12px;
}
div.warnLevelTitle {
  font-size: 12px;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
a.warnTooltip:hover {
  background-color: transparent !important;
}
DIV.swiss_overview_legend li.listItem a {
  background-color: transparent !important;
  text-decoration: none;
  color: black;
}
DIV.swiss_overview_legend li.listItem a:hover {
  color: black;
  text-decoration: none;
}
DIV.swiss_overview_legend li.listItem {
  width: 100%;
}
DIV.swiss_overview_legend li.listItem img.legend-info {
  padding-right: 5px;
}
div.warnLinksProcess {
  float: right;
}
.span6 div.warnLinks {
  padding-left: 0;
  margin-top: 10px;
}
.span6 div.warnText {
  float: none;
}
div.warnLinksProcessNoRegion {
  float: right;
}
div.warnLinks span.warnLink {
  padding-top: 5px;
  display: block;
}
div.warnText {
  float: left;
}
div.warnTeaserBlock {
  margin-top: 5px;
}
div.warnLevelImage {
  float: left;
  width: 30px;
  margin-top: 2px;
}
div.measurements div.warnLevelImage,
div.measurements div.warnLevelImage img {
  margin-top: 0;
}
div.warnLevelMsg {
  display: block;
  margin-left: 30px;
  width: 100%;
}
.ie7 div.warnLevelMsg {
  margin-top: -25px;
}
div.warnItem {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
div.warnItem a:focus {
  border-bottom: 1px solid #006699;
}
DIV#listWarnings div.hideOverlay div.affectedWarnRegions {
  display: none;
}
div.titleRow {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
div.map-slider {
  background-color: #F2F2F2;
  width: 100%;
  height: 44px;
}
a.slider-overview:hover,
a.slider-overview:active {
  color: transparent;
}
div.map-slider-component div.map-slider a.slider-overview {
  width: 105px;
  color: #FFFFFF;
  float: left;
  font-size: 13px;
  text-decoration: none;
  height: 14px;
}
div.map-slider-component div.map-slider a.slider-overview.selected-slide .overview-button {
  margin-top: 0;
}
div.map-slider-component div.map-slider a.slider-overview div.overview-name {
  width: 100%;
  text-align: center;
}
div.map-slider-component div.map-slider a.slider-item {
  height: 34px;
  width: 33px;
  float: left;
  padding-top: 10px;
  padding-left: 4px;
  padding-right: 5px;
  background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/small.png");
}
div.map-slider-component div.map-slider a.slider-item.selected-slide {
  background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/small_selected.png");
}
div.map-slider-component div.map-slider div.slider-item-image {
  text-align: center;
}
.ie7 div.map-slider-component div.map-slider a.slider-item.selected-slide:hover a.slider-item-image,
.ie7 div.map-slider-component div.map-slider a.slider-item.selected-slide:hover div.selected-position.item {
  margin-top: -16px;
}
div.map-slider-component div.map-slider div.slider-position {
  height: 5px;
  background-color: #FFFFFF;
  margin: 0px;
}
div.map-slider-component div.map-slider ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
div.map-slider-component div.map-slider li {
  display: inline;
}
div.map-slider-component div.map-progressbar {
  background-color: #474747;
  height: 5px;
}
div.map-slider-component div.map-progressbar div.map-progress {
  background-color: black;
  height: 5px;
  width: 0px;
}
div.map-slider-component div.map-slider div.selected-position.overview {
  background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/position_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
  height: 6px;
  z-index: 9999;
  margin-bottom: 15px;
  margin-left: 2px;
  position: relative;
}
div.map-slider-component div.map-slider div.selected-position.item {
  background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/position_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -15px;
  height: 6px;
  z-index: 9999;
  margin-bottom: 9px;
  width: 40px;
  margin-left: -1.5px;
  display: none;
}
img.slider-cycle-control.pause {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
img.slider-cycle-control.pause:hover {
  background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/stop_rollover.png");
}
img.slider-cycle-control.start {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
img.slider-cycle-control.start:hover {
  background-image: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/play_rollover.png");
}
div.slider-item-title {
  background-color: rgba(248, 248, 255, 0.8);
  position: absolute;
  padding: 12px;
  margin-top: -55px;
  color: #000;
  height: 12px;
  z-index: 100;
}
div.slider-item-title.overview {
  background-color: rgba(248, 248, 255, 0.8);
  position: absolute;
  padding: 12px;
  margin-top: -55px;
  margin-left: -5px;
  color: #000;
  width: 97px;
  height: 12px;
  z-index: 100;
  text-align: center;
}
div.hazard-title {
  position: absolute;
  left: 5px;
  z-index: 1;
}
div.hazard-text {
  margin-top: 10px;
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px;
}
@media (max-width: 999px) {
  div.hazard-text {
    font-size: 1.2em;
    margin-top: 5px;
  }
}
@media (max-width: 492px) {
  div.hazard-text {
    font-size: 1em;
    margin-top: 0;
  }
}
div.hazard-text.zoom {
  background-color: white;
}
div.hazard-text img {
  margin-top: 5px;
}
#zoomimg_wrap .locationName {
  background-color: rgba(248, 248, 255, 0.5);
  position: absolute;
  display: block;
  padding: 1px;
  border: 1px solid #aaa;
}
.accessible-hidden {
  display: inline;
  left: -1000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -1000px;
  height: 0px;
}
a.toggle {
  vertical-align: middle;
}
a.toggle::before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 0.5em;
}
div.td.toggle {
  padding-left: 0;
}
a.toggle.active::before {
  font-family: FontAwesome;
  content: "\f0d7";
  padding-right: 0.3em;
}
/* prefetched map and slider images */
#prefetchedMapImages {
  display: none;
  content: url(../../../../internet/clientlibs/ngp/resources/assets/images/map/slider/position_arrow.png) url(../../../../internet/clientlibs/ngp/resources/assets/images/map/slider/stop.png) url(../../../../internet/clientlibs/ngp/resources/assets/images/map/slider/stop_rollover.png) url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/play.png") url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/play_rollover.png") url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/small.png") url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/small_rollover.png") url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/slider/small_selected.png") url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/plus.png") url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/plus_rollover.png") url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/minus.png") url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/map/minus_rollover.png");
}
div.teaserKontext img.teaserTitleBackground {
  width: 535px;
  left: 0;
  padding: 0px;
  margin-top: -1px;
  height: 32px;
  position: absolute;
}
div.teaserKontext img.teaserImage {
  position: relative;
  left: 7px;
}
div.teaserKontext div.teaserText {
  position: relative;
  padding-left: 2.2rem;
}
div.teaserKontext div.teaserText .teaserText__title {
  font-weight: bold;
}
div.ngbprocess {
  margin-top: 1em;
}
div.readmore {
  display: inline-block;
}
div.bulletinheader h3.header_title {
  margin-bottom: 0px;
}
.bulletinKontext .list-bulletin-header .header_lead {
  font-size: 1.1em;
  margin-top: 1em;
}
.bulletinKontext .list-bulletin-header .readmore {
  margin-top: 1em;
}
.list-bulletin table {
  border-top: 0;
  border-bottom: 0;
}
.list-bulletin table td {
  border: 0;
}
.list-bulletin .bulletin_title {
  margin-top: 0.5em;
}
div.header_lead {
  margin-top: 1em;
  font-size: 1.1em;
  line-height: 1.5;
}
.list-bulletin + .activeTeaser h2 {
  margin-top: 0.5em;
}
.meteo-products__tab-content h2 {
  margin-top: 1em;
}
/* LNTNGP-189 */
div.map-slider-component div.map-slider a.slider-overview {
  width: 110px;
  margin-left: 2px;
}
.slider-overview-image.overview-button img,
.slider-item-image img {
  display: none;
}
div.map-slider {
  height: 47px;
}
div.map-slider-component div.map-slider a.slider-overview,
div.map-slider-component div.map-slider a.slider-item {
  position: relative;
  display: block;
  background: none;
  background-image: none;
  height: 42px;
}
div.map-slider-component div.map-slider a.slider-overview:hover,
div.map-slider-component div.map-slider a.slider-item.selected-slide,
div.map-slider-component div.map-slider a.slider-item:hover {
  background-color: transparent;
  background-image: none;
}
.slider-item-image {
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  height: 41px;
  color: black;
  font-size: 2.5em;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 1px 0 2px #ccc;
}
.slider-overview-image.overview-button {
  position: absolute;
  top: 2px;
  width: 109px;
  height: 39px;
  border: 1px solid #ccc;
  box-shadow: 1px 0 2px #ccc;
}
.slider-overview .overview-name {
  position: absolute;
  top: 10px;
  color: black;
}
.slider-overview.white-icon.selected-slide .overview-name,
.slider-overview.white-icon .slider-overview-image.overview-button:hover .overview-name {
  color: white;
}
.slider-item-image {
  top: 2px;
  width: 41px;
  background: url("../../../../../etc.clientlibs/internet/clientlibs/ngp/resources/assets/images/danger-symbol-sprites.png") no-repeat;
  background-size: 200%;
  background-color: transparent;
}
.slider-item[data-awarenesstypename="Snow"] .slider-item-image {
  background-position: 0 80%;
}
.slider-item.white-icon[data-awarenesstypename="Snow"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Snow"] .slider-item-image {
  background-position: right 80%;
}
.slider-item[data-awarenesstypename="Earthquake"] .slider-item-image {
  background-position: 0 10%;
}
.slider-item.white-icon[data-awarenesstypename="Earthquake"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Earthquake"] .slider-item-image {
  background-position: right 10%;
}
.slider-item[data-awarenesstypename="Avalanches"] .slider-item-image {
  background-position: 0 0;
}
.slider-item.white-icon[data-awarenesstypename="Avalanches"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Avalanches"] .slider-item-image {
  background-position: right 0;
}
.slider-item[data-awarenesstypename="Wind"] .slider-item-image {
  background-position: 0 100%;
}
.slider-item.white-icon[data-awarenesstypename="Wind"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Wind"] .slider-item-image {
  background-position: right 100%;
}
.slider-item[data-awarenesstypename="Frost"] .slider-item-image {
  background-position: 0 40%;
}
.slider-item.white-icon[data-awarenesstypename="Frost"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Frost"] .slider-item-image {
  background-position: right 40%;
}
.slider-item[data-awarenesstypename="Thunderstorms"] .slider-item-image {
  background-position: 0 90%;
}
.slider-item.white-icon[data-awarenesstypename="Thunderstorms"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Thunderstorms"] .slider-item-image {
  background-position: right 90%;
}
.slider-item[data-awarenesstypename="Heat-Wave"] .slider-item-image {
  background-position: 0 50%;
}
.slider-item.white-icon[data-awarenesstypename="Heat-Wave"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Heat-Wave"] .slider-item-image {
  background-position: right 50%;
}
.slider-item[data-awarenesstypename="Rain"] .slider-item-image {
  background-position: 0 60%;
}
.slider-item.white-icon[data-awarenesstypename="Rain"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Rain"] .slider-item-image {
  background-position: right 60%;
}
.slider-item[data-awarenesstypename="Slippery-Road"] .slider-item-image {
  background-position: 0 70%;
}
.slider-item[data-awarenesstypename="Slippery-Road"] .slider-item-image {
  background-position: 0 70%;
}
.slider-item[data-awarenesstypename="Forestfire"] .slider-item-image {
  background-position: 0 30%;
}
.slider-item.white-icon[data-awarenesstypename="Forestfire"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Forestfire"] .slider-item-image {
  background-position: right 30%;
}
.slider-item[data-awarenesstypename="Flood"] .slider-item-image {
  background-position: 0 20%;
}
.slider-item.white-icon[data-awarenesstypename="Flood"] .slider-item-image:hover,
.slider-item.selected-slide.white-icon[data-awarenesstypename="Flood"] .slider-item-image {
  background-position: right 20%;
}
.slider-item.selected-slide .slider-item-image,
.slider-item .slider-item-image:hover {
  color: black;
}
.slider-overview.white-icon.selected-slide .slider-overview-image.overview-button,
.slider-overview.white-icon .slider-overview-image.overview-button:hover {
  color: white;
}
.slider-overview.selected-slide.warnLevel-dark-red .slider-overview-image.overview-button,
.slider-overview.warnLevel-dark-red .slider-overview-image.overview-button:hover,
.slider-item.selected-slide.warnLevel-dark-red .slider-item-image,
.slider-item.warnLevel-dark-red .slider-item-image:hover {
  background-color: #850300;
  color: white;
}
.slider-overview.selected-slide.warnLevel-red .slider-overview-image.overview-button,
.slider-overview.warnLevel-red .slider-overview-image.overview-button:hover,
.slider-item.selected-slide.warnLevel-red .slider-item-image,
.slider-item.warnLevel-red .slider-item-image:hover {
  background-color: #ff0c00;
  color: white;
}
.slider-overview.selected-slide.warnLevel-orange .slider-overview-image.overview-button,
.slider-overview.warnLevel-orange .slider-overview-image.overview-button:hover,
.slider-item.selected-slide.warnLevel-orange .slider-item-image,
.slider-item.warnLevel-orange .slider-item-image:hover {
  background-color: #ff9700;
  color: black;
}
.slider-overview.selected-slide.warnLevel-yellow .slider-overview-image.overview-button,
.slider-overview.warnLevel-yellow .slider-overview-image.overview-button:hover,
.slider-item.selected-slide.warnLevel-yellow .slider-item-image,
.slider-item.warnLevel-yellow .slider-item-image:hover {
  background-color: #fffc00;
  color: black;
}
.slider-overview.selected-slide.warnLevel-green .slider-overview-image.overview-button,
.slider-overview.warnLevel-green .slider-overview-image.overview-button:hover,
.slider-item.selected-slide.warnLevel-green .slider-item-image,
.slider-item.warnLevel-green .slider-item-image:hover {
  background-color: #ccff66;
  color: black;
}
.slider-overview.selected-slide.warnLevel-unknown .slider-overview-image.overview-button,
.slider-overview.warnLevel-unknown .slider-overview-image.overview-button:hover,
.slider-item.selected-slide.warnLevel-unknown .slider-item-image,
.slider-item.warnLevel-unknown .slider-item-image:hover {
  background-color: #999999;
  color: black;
}
.slider-overview-image.overview-button:after,
.slider-item-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent white transparent transparent;
}
.slider-overview.warnLevel-dark-red .slider-overview-image.overview-button:after,
.slider-item.warnLevel-dark-red .slider-item-image:after {
  border-right-color: #850300;
}
.slider-overview.warnLevel-red .slider-overview-image.overview-button:after,
.slider-item.warnLevel-red .slider-item-image:after {
  border-right-color: #ff0c00;
}
.slider-overview.warnLevel-orange .slider-overview-image.overview-button:after,
.slider-item.warnLevel-orange .slider-item-image:after {
  border-right-color: #ff9700;
}
.slider-overview.warnLevel-yellow .slider-overview-image.overview-button:after,
.slider-item.warnLevel-yellow .slider-item-image:after {
  border-right-color: #fffc00;
}
.slider-overview.warnLevel-green .slider-overview-image.overview-button:after,
.slider-item.warnLevel-green .slider-item-image:after {
  border-right-color: #ccff66;
}
.slider-overview.warnLevel-unknown .slider-overview-image.overview-button:after,
.slider-item.warnLevel-unknown .slider-item-image:after {
  border-right-color: #999999;
}
/* accessibility fixes */
.slider-item:focus .slider-item-image {
  border: 2px solid #006699 !important;
}
.slider-overview:focus .slider-overview-image {
  background-color: #006699 !important;
}
.slider-overview:focus .overview-name {
  color: white !important;
}
.teaserList a.teaserLink:focus .teaserText {
  color: white !important;
  background-color: #006699 !important;
}
/* fix 2px difference between webkit and firefox*/
@-moz-document url-prefix() {
  .slider-overview-image.overview-button {
    height: 41px;
  }
  .slider-item {
    width: 35px !important;
    padding-right: 3px !important;
  }
}
/* fix for height problem with some IE versions (example IE7 document mode) */
.warnlevels-panel .x-panel-bwrap,
.warnlevels-panel .x-tab-panel-bwrap,
.warnlevels-panel .x-panel-body {
  height: 212px !important;
}
.warnLinksProcess .warnLink,
.warnLinksProcessNoRegion .warnLink {
  display: block;
}
.top-content {
  clear: both;
  margin-left: 25px;
}
DIV.warnFlex {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1000px) {
  div#listWarningsProcess DIV.warnFlex div.warnText {
    width: 70%;
  }
  div#listWarningsProcess DIV.warnFlex div.warnLinksProcessNoRegion,
  div#listWarningsProcess DIV.warnFlex div.warnLinksProcess,
  div#listWarningsProcess DIV.warnFlex div.warnLinks {
    width: 30%;
  }
}
@media (max-width: 999px) {
  div#listWarningsProcess div.warnLinksProcess,
  div#listWarningsProcess div.warnLinks,
  div#listWarningsProcess div.warnLinksProcessNoRegion {
    margin-top: 5px;
  }
}
@media (max-width: 999px) {
  DIV.warnFlex {
    flex-direction: column;
  }
}
DIV#map_rollover DIV.warnFlex {
  flex-direction: column;
}
DIV#map_rollover DIV.warnLinks > *,
DIV#map_rollover DIV.warnLinksProcess > *,
DIV#map_rollover DIV.warnLinksProcessNoRegion > * {
  margin-top: 0px;
  margin-left: 5px;
}
#detail_symbols {
  display: none;
}
.meteo-products .meteo-products__tab-content .meteo-products__tab-body .printme {
  position: relative;
  top: -1em;
  text-align: right;
  right: 1em;
  float: right;
}
/* -------------------------------------------------------------------------------------
	 GEFAHRENKARTE
	 ======================================================================================*/
.meteo-products--alarm .day-switch {
  margin-bottom: 1.6em;
}
.meteo-products--alarm .day-switch .day-switch__item {
  display: block;
}
.meteo-products--alarm .day-switch .day-switch__item:hover {
  border-top-color: #6c6c6c;
}
.meteo-products--alarm .day-switch .day-switch__item.level-1 {
  border-top: 3px solid #CCFF66;
}
.meteo-products--alarm .day-switch .day-switch__item.level-2 {
  border-top: 3px solid #FFFF00;
}
.meteo-products--alarm .day-switch .day-switch__item.level-2.outlook a:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level2-outlook.svg');
}
.meteo-products--alarm .day-switch .day-switch__item.level-3 {
  border-top: 3px solid #FF9900;
}
.meteo-products--alarm .day-switch .day-switch__item.level-3.outlook a:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level3-outlook.svg');
}
.meteo-products--alarm .day-switch .day-switch__item.level-4 {
  border-top: 3px solid #FF0000;
}
.meteo-products--alarm .day-switch .day-switch__item.level-4.outlook a:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level4-outlook.svg');
}
.meteo-products--alarm .day-switch .day-switch__item.level-5 {
  border-top: 3px solid #800000;
}
.meteo-products--alarm .day-switch .day-switch__item.level-5.outlook a:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level5-outlook.svg');
}
.meteo-products--alarm .day-switch .day-switch__item.outlook {
  position: relative;
  border-top: 3px solid transparent;
}
.meteo-products--alarm .day-switch .day-switch__item.outlook a:before {
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  top: -3px;
  left: 0;
  background-repeat: repeat;
}
.meteo-products--alarm .day-switch .day-switch__item.level-1 a,
.meteo-products--alarm .day-switch .day-switch__item.level-2 a,
.meteo-products--alarm .day-switch .day-switch__item.level-3 a,
.meteo-products--alarm .day-switch .day-switch__item.level-4 a,
.meteo-products--alarm .day-switch .day-switch__item.level-5 a {
  padding-top: 0;
}
.meteo-products--alarm .day-switch .day-switch__item--active {
  border-top-color: #6c6c6c;
}
.meteo-products--alarm .day-switch .day-switch__item--first {
  border-left: 1px solid #e5e5e5;
}
.meteo-products--alarm .togglecontent {
  margin-top: 0.8em;
}
.meteo-products--alarm .meteo-products--title,
.meteo-products--alarm .dangers__date {
  clear: both;
  float: left;
}
.meteo-products--alarm .leaflet-map-popover {
  width: 26em;
}
.meteo-products--alarm .dangers-map {
  float: left;
  height: 470px;
  width: 100%;
}
.meteo-products--alarm .dangers-map path.selected {
  stroke: #075074;
  stroke-width: 3;
}
.meteo-products--alarm .dangers-map .text-labels {
  height: 0 !important;
  width: 0 !important;
}
.meteo-products--alarm .dangers-map .marker__symbol {
  margin: -5px 0 0 11px;
}
.meteo-products--alarm .dangers-map .leaflet-popup-content {
  text-align: left;
  padding: 3px 6px;
}
.meteo-products--alarm .dangers-map .leaflet-popup-tip-container {
  display: none;
}
.meteo-products--alarm .dangers-map .leaflet-popup-content-wrapper {
  width: auto !important;
}
.meteo-products--alarm .dangers-map .text-warnlevel-5 {
  color: #fff;
}
.meteo-products--alarm .legend__submit {
  margin-top: -1.3em;
}
.meteo-products--alarm .forecast__last-updated {
  clear: both;
  float: left;
  margin-bottom: 1.6em;
}
.meteo-products--alarm .toggleteaser {
  background-color: transparent;
  clear: both;
  padding: 0;
}
.meteo-products--alarm .toggleteaser .infobox {
  background-color: transparent;
}
.meteo-products--alarm .scrolltable th {
  background-color: transparent;
}
.meteo-products--alarm .scrolltable table,
.meteo-products--alarm .scrolltable th,
.meteo-products--alarm .scrolltable td {
  border: 0;
}
.meteo-products--alarm .scrolltable tbody th,
.meteo-products--alarm .scrolltable tbody td {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
  font-size: 0.9em;
}
.meteo-products--alarm .fixedColumn thead tr:first-child th:first-child {
  border-top: 0;
  margin-top: 0;
}
.dangers-map-legend__table ol {
  list-style-type: none;
  margin: 1em 0 0;
  padding: 0;
}
.dangers-map-legend__table li {
  display: block;
  margin: 0 0 0.8em;
  font-size: 13px;
  padding: 0;
}
.dangers-map-legend__table span {
  display: inline-block;
  margin-right: 5px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
}
.dangers-map-legend__table span.level-1 {
  background-color: #CCFF66;
  color: #000;
}
.dangers-map-legend__table span.level-2 {
  background-color: #FFFF00;
  color: #000;
}
.dangers-map-legend__table span.level-3 {
  background-color: #FF9900;
  color: #000;
}
.dangers-map-legend__table span.level-4 {
  background-color: #FF0000;
  color: #fff;
}
.dangers-map-legend__table span.level-5 {
  background-color: #800000;
  color: #fff;
}
.dangers-map-legend__table .high-probability {
  margin-top: 7px;
}
.dangers-map-legend__table .low-probability {
  margin-top: 14px;
}
.is-outlook--true {
  fill-opacity: 1;
}
.forecast-local {
  clear: both;
}
img.teaserImage {
  margin-top: 0em;
}
.dangers__filterlist {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
.dangers__filterlist .dangers__filterlist__item {
  background: #f9f9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(95%, #f0f0f0), color-stop(98%, #efefef), color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #f0f0f0 95%, #efefef 98%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ebebeb', GradientType=0);
  /* IE6-9 */
  border-right: 1px solid #CCCCCC;
  display: table-cell;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dangers__filterlist .dangers__filterlist__item:first-child {
  border-left: 1px solid #CCCCCC;
}
.dangers__filterlist .dangers__filterlist__item:hover,
.dangers__filterlist .dangers__filterlist__item.dangers__filterlist__item--active {
  background: none;
  background-color: #fff;
}
.dangers__filterlist .dangers__filterlist__item:hover a {
  color: #DC0018;
}
.dangers__filterlist .dangers__filterlist__item.dangers__filterlist__item--active a:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #fff;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -10px;
  width: 0;
}
.dangers__filterlist .dangers__filterlist__item a {
  color: #000;
  display: block;
  padding: 6px 0 9px;
}
.dangers__filterlist .dangers__filterlist__item span {
  display: block;
  font-size: 0.9em;
}
.dangers__filterlist .dangers__filterlist__item.level-0 a {
  border-top: 6px solid #999999;
}
.dangers__filterlist .dangers__filterlist__item.level-1 a {
  border-top: 6px solid #CCFF66;
}
.dangers__filterlist .dangers__filterlist__item.level-2 a {
  border-top: 6px solid #FFFF00;
}
.dangers__filterlist .dangers__filterlist__item.level-2.outlook a:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level2-outlook.svg');
}
.dangers__filterlist .dangers__filterlist__item.level-3 a {
  border-top: 6px solid #FF9900;
}
.dangers__filterlist .dangers__filterlist__item.level-3.outlook a:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level3-outlook.svg');
}
.dangers__filterlist .dangers__filterlist__item.level-4 a {
  border-top: 6px solid #FF0000;
}
.dangers__filterlist .dangers__filterlist__item.level-4.outlook a:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level4-outlook.svg');
}
.dangers__filterlist .dangers__filterlist__item.level-5 a {
  border-top: 6px solid #800000;
}
.dangers__filterlist .dangers__filterlist__item.level-5.outlook a:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level5-outlook.svg');
}
.dangers__filterlist .dangers__filterlist__item.outlook {
  position: relative;
}
.dangers__filterlist .dangers__filterlist__item.outlook a {
  border-top: 6px solid transparent;
}
.dangers__filterlist .dangers__filterlist__item.outlook a:before {
  position: absolute;
  content: '';
  height: 6px;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
}
.dangers__filterlist .warntype {
  display: inline-block;
  font-size: 1em !important;
  min-height: 27px;
}
.dangers__filterlist .warntext {
  color: #6c6c6c;
  display: inline-block;
  line-height: 1.3;
  margin: 4px 0;
}
.scrolltable .validity {
  white-space: nowrap;
}
.dangers-list {
  float: left;
  margin-top: 3.2em;
}
.dangers-list img,
.dangers-list p {
  float: left;
}
.dangers-list__item {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 1.6em;
}
.dangers-list__item:first-child {
  margin-top: 0;
  padding-bottom: 1.6em;
}
.dangers-list__item:last-child {
  border-bottom: 0;
}
.dangers-list__item .dangers-list__icon {
  margin-top: 4px !important;
}
.dangers-list__icon {
  float: left;
  margin-right: 1.6em !important;
}
.dangers-list__icon.level-1 {
  border-top: 6px solid #CCFF66;
}
.dangers-list__icon.level-2 {
  border-top: 6px solid #FFFF00;
}
.dangers-list__icon.level-2.outlook:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level2-outlook.svg');
}
.dangers-list__icon.level-3 {
  border-top: 6px solid #FF9900;
}
.dangers-list__icon.level-3.outlook:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level3-outlook.svg');
}
.dangers-list__icon.level-4 {
  border-top: 6px solid #FF0000;
}
.dangers-list__icon.level-4.outlook:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level4-outlook.svg');
}
.dangers-list__icon.level-5 {
  border-top: 6px solid #800000;
}
.dangers-list__icon.level-5.outlook:before {
  background-image: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/svg_originals/danger-level5-outlook.svg');
}
.dangers-list__icon.outlook {
  position: relative;
  border-top: 6px solid transparent;
}
.dangers-list__icon.outlook:before {
  position: absolute;
  content: '';
  height: 6px;
  width: 100%;
  top: -6px;
  left: 0;
  background-repeat: repeat;
}
.dangers-list__metadata {
  margin: 0;
}
.dangers-list__validity,
.dangers-list__description {
  width: 100%;
}
#dangers__leaflet-map-popover * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#dangers__leaflet-map-popover .popup-today p {
  display: inline-block;
  font-size: 1em;
  padding: 0 0.8em;
}
#dangers__leaflet-map-popover .popup-today a {
  padding-left: 0;
  text-decoration: none;
}
#dangers__leaflet-map-popover .dangers-list__icon {
  margin: 0.9em 0.4em 2em 1.1em !important;
  padding: 0;
}
/* -------------------------------------------------------------------------------------
	 ICON SPRITE
	 ======================================================================================*/
.dangers-sprite {
  background: url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/icons/meteo/dangers-sprite.png') no-repeat top left;
  background-size: 650px 650px;
  display: inline-block;
  height: 20px;
  margin: 0 auto 5px;
  width: 20px;
}
.dangers-sprite.black.avalanches {
  background-position: -630px 0;
}
.dangers-sprite.black.overview {
  background-position: -600px -30px;
}
.dangers-sprite.black.flood {
  background-position: -570px -60px;
}
.dangers-sprite.black.forestfire {
  background-position: -540px -90px;
}
.dangers-sprite.black.frost {
  background-position: -510px -120px;
}
.dangers-sprite.black.heat-wave {
  background-position: -480px -150px;
}
.dangers-sprite.black.rain {
  background-position: -450px -180px;
}
.dangers-sprite.black.slippery-roads {
  background-position: -420px -210px;
}
.dangers-sprite.black.slippery-road {
  background-position: -420px -210px;
}
.dangers-sprite.black.snow {
  background-position: -390px -240px;
}
.dangers-sprite.black.thunderstorm {
  background-position: -360px -270px;
}
.dangers-sprite.black.wind {
  background-position: -330px -300px;
}
.dangers-sprite.white.avalanches {
  background-position: -300px -330px;
}
.dangers-sprite.white.overview {
  background-position: -270px -360px;
}
.dangers-sprite.white.flood {
  background-position: -240px -390px;
}
.dangers-sprite.white.forestfire {
  background-position: -210px -420px;
}
.dangers-sprite.white.frost {
  background-position: -180px -450px;
}
.dangers-sprite.white.heat-wave {
  background-position: -150px -480px;
}
.dangers-sprite.white.rain {
  background-position: -120px -510px;
}
.dangers-sprite.white.slippery-roads {
  background-position: -90px -540px;
}
.dangers-sprite.white.slippery-road {
  background-position: -90px -540px;
}
.dangers-sprite.white.snow {
  background-position: -60px -570px;
}
.dangers-sprite.white.thunderstorm {
  background-position: -30px -600px;
}
.dangers-sprite.white.wind {
  background-position: 0 -630px;
}
.dangers-sprite.big {
  background-size: 1300px 1300px;
  height: 40px;
  width: 40px;
}
.dangers-sprite.big.black.avalanches {
  background-position: -1260px 0;
}
.dangers-sprite.big.black.earthquake {
  background-position: -1200px -60px;
}
.dangers-sprite.big.black.flood {
  background-position: -1140px -120px;
}
.dangers-sprite.big.black.forestfire {
  background-position: -1080px -180px;
}
.dangers-sprite.big.black.frost {
  background-position: -1020px -240px;
}
.dangers-sprite.big.black.heat-wave {
  background-position: -960px -300px;
}
.dangers-sprite.big.black.rain {
  background-position: -900px -360px;
}
.dangers-sprite.big.black.slippery-roads {
  background-position: -840px -420px;
}
.dangers-sprite.big.black.slippery-road {
  background-position: -840px -420px;
}
.dangers-sprite.big.black.snow {
  background-position: -780px -480px;
}
.dangers-sprite.big.black.thunderstorm {
  background-position: -720px -540px;
}
.dangers-sprite.big.black.wind {
  background-position: -660px -600px;
}
.dangers-sprite.big.white.avalanches {
  background-position: -600px -660px;
}
.dangers-sprite.big.white.earthquake {
  background-position: -540px -720px;
}
.dangers-sprite.big.white.flood {
  background-position: -480px -780px;
}
.dangers-sprite.big.white.forestfire {
  background-position: -420px -840px;
}
.dangers-sprite.big.white.frost {
  background-position: -360px -900px;
}
.dangers-sprite.big.white.heat-wave {
  background-position: -300px -960px;
}
.dangers-sprite.big.white.rain {
  background-position: -240px -1020px;
}
.dangers-sprite.big.white.slippery-roads {
  background-position: -180px -1080px;
}
.dangers-sprite.big.white.slippery-road {
  background-position: -180px -1080px;
}
.dangers-sprite.big.white.snow {
  background-position: -120px -1140px;
}
.dangers-sprite.big.white.thunderstorm {
  background-position: -60px -1200px;
}
.dangers-sprite.big.white.wind {
  background-position: 0 -1260px;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 101%;
  left: 50%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #075072;
  border-radius: 3px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: -75px;
  padding: 7px;
  text-align: center;
  width: 150px;
}
[data-tooltip]:first-child:before {
  margin-left: -36px;
}
[data-tooltip]:last-child:before {
  margin-left: -125px;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 101%;
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #075072;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.dangers__forecast-local-area {
  display: block;
}
div.swiss_overview_legend {
  background: #e5e5e5;
  border-top: 1px solid #fcfcfc;
  padding: 1.6em;
}
div.swiss_overview_legend li.listItem {
  display: inline-block;
}
div.swiss_overview_legend div.warnItem {
  height: auto;
}
div.swiss_overview_legend li.listItem a {
  color: #006699;
}
div.swiss_overview_legend li.listItem a:hover {
  color: #dc0018;
}
div.swiss_overview_legend .warnLevelImage,
div.swiss_overview_legend .warnLevelImage img {
  margin-top: auto;
}
div.swiss_overview_legend .warnItem {
  vertical-align: baseline;
}
div.infoOverlay {
  width: auto;
  max-width: 480px;
}
.map__legend-list {
  margin: 0;
  list-style-type: none;
  display: none;
}
@media (min-width: 767px) {
  .map__legend-list {
    display: inline-block !important;
  }
}
.map__legend-list--columns {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
@media (max-width: 999px) and (min-width: 768px) {
  .map__legend-list--columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .map__legend-list--columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 767px) {
  .toggle-map__legend-list {
    display: none;
  }
}
.ngp-accordion {
  border-bottom: 1px solid #ccc;
  background: #fff;
  margin: 1.5em 0 0;
}
.ngp-accordion .ngp-accordion-item {
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 0;
  clear: both;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__header {
  position: relative;
  left: 0;
  margin-top: 0;
  padding: 0.8em 1.6em 0.8em 1.6em;
  cursor: pointer;
  color: #6c6c6c;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__header.ui-state-hover,
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__header.ui-state-focus {
  font-weight: normal;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__header.ui-state-active {
  border-top: 3px solid #DC0018;
  margin: 0;
  color: black;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__header.ui-state-active .fonticon:before {
  font-family: 'AdminCH_Symbols';
  content: ",";
  speak: none;
  position: absolute;
  left: 0.6em;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__header .fonticon:before {
  font-family: 'AdminCH_Symbols';
  content: ":";
  speak: none;
  position: absolute;
  left: 0.7em;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__body {
  padding: 0 10px 10px 10px;
  height: auto !important;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__body-list-wrapper {
  overflow: hidden;
  padding: 0;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__body-list-wrapper li {
  margin: 0;
}
.ngp-accordion .ngp-accordion-item .ngp-accordion-item__body-list-wrapper li + li > .recommendation {
  border-top: none;
  margin: 0;
}
.bulletin--link-list {
  display: flex;
  flex-flow: row wrap;
}
.bulletin--link-list > dt,
.bulletin--link-list > dd {
  width: 50%;
  padding: 0.7143em 0 0.3em;
  margin: 0;
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
}
.recommendation {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  margin: 20px 0 0 0;
  padding: 12px 0;
}
.recommendation + .recommendation {
  border-top: none;
  margin: 0;
}
.recommendation .row {
  width: 100%;
}
.recommendation .recommendation__wrapper {
  display: flex;
  padding-left: 1.6em;
  padding-right: 1.45em;
}
.recommendation div.recommendation-span2 {
  padding: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.recommendation div.recommendation-span2 figure {
  margin: auto;
}
.recommendation div.recommendation-span2 figure img {
  width: 72px;
  height: 72px;
}
.recommendation div.recommendation-span10 {
  vertical-align: middle;
  margin: 0;
}
.recommendation div.recommendation-span10 p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .recommendation {
    display: grid;
  }
  .recommendation .recommendation__wrapper {
    display: block;
  }
  .recommendation div.recommendation-span12-phone {
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .recommendation div.recommendation-span12-phone figure {
    margin: 0;
  }
  .recommendation div.recommendation-span12-phone figure img {
    display: block;
    margin: auto;
  }
}
#swiss_map img {
  margin-top: 0;
}
.infobox_crisis_last_updated {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .infobox_crisis_last_updated {
    padding-left: 0;
    margin-bottom: 1em;
  }
}
.infobox_warning {
  background: #fffab2 repeat-y 0% 0%;
}
.infobox_warning .exclamation {
  background-color: #dc0018;
}
.infobox_info {
  background: #d9edf7 repeat-y 0% 0%;
}
.infobox_info .exclamation {
  background-color: #31708f;
}
.infobox_allclear {
  background: #dff0d8 repeat-y 0% 0%;
}
.infobox_allclear .exclamation {
  background-color: #3c763d;
}
.infobox_crisis_ngp.infobox_info p {
  padding-left: 2.4em;
}
.infobox_crisis_ngp .fonticon.exclamation {
  width: 2.75em;
}
.infobox_crisis_ngp .exclamation::before {
  font-size: 2em;
}
@media (min-width: 1000px) {
  .infobox_crisis_ngp .span6 {
    width: 46em;
  }
}
.infobox_crisis_ngp .span6.span4-tablet.span5-phone {
  margin-left: 0;
  padding-left: 0;
}
.infobox_crisis_ngp .infobox_crisis_ngp_content {
  margin-top: 1em;
  padding-top: 0;
  margin-left: 1.5em;
  border-top: 0;
}
.infobox_crisis_ngp > .infobox_crisis_ngp_content ~ .infobox_crisis_ngp_content {
  margin-top: 1em;
  margin-left: 1.5em;
  padding-top: 1em;
  border-top: 1px solid #aaa;
}
.infobox_crisis_ngp .infobox_crisis_ngp_content.span12 {
  width: 73.2em;
}
@media (min-width: 768px) and (max-width: 999px) {
  .infobox_crisis_ngp .infobox_crisis_ngp_content.span12 {
    width: 52.8em;
  }
}
@media (max-width: 768px) {
  .infobox_crisis_ngp .infobox_crisis_ngp_content.span12 {
    width: 95%;
    margin-left: 1.8em;
  }
}
.infobox_crisis_ngp h2 {
  margin-top: 0;
  font-size: 2em;
  font-weight: bold;
  padding-left: 0.8em;
}
.infobox_crisis_ngp h4 {
  padding-left: 1.3em;
}
.infobox_crisis_ngp img {
  margin-top: 0;
  margin-right: 0.3em;
}
.linkliste img.link-icon {
  margin-top: -3px;
  margin-right: 0.8em;
}
#mainnav .dangerlinklist .linkliste li a.danger-link {
  margin-bottom: 1.6em;
  font-weight: normal;
  font-family: 'Frutiger Neue W02 Bd', Times, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #069;
}
.overviewTeaserKontext img {
  width: 100%;
}
.overviewTeaserKontext h3 {
  color: #006699;
}
/* -------------------------------------------------------------------------------------
   METEO PRODUCTS ON STARTPAGE - reused for tab-based navigation on ngp-startpage
   ======================================================================================*/
.meteo-products {
  overflow: hidden;
  padding: 1.6em 0;
  width: 100%;
}
.meteo-products .meteo-products__tab-list {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.meteo-products .meteo-products__tab-list li {
  margin-left: 0;
  font-size: 1em;
  height: fit-content;
  padding-top: 0;
}
.cq-wcm-edit .meteo-products .meteo-products__tab-list li {
  float: none;
}
.meteo-products .meteo-products__tab-list li ul {
  padding-left: 0;
}
.meteo-products .meteo-products__tab-list a.meteo-products__tab-head {
  height: inherit;
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
}
.meteo-products .meteo-products__tab-list .sorting {
  position: relative;
  top: -35%;
  left: 20%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  display: none;
}
.meteo-products .meteo-products__tab-list .sorting a {
  background-color: #0D6797;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5;
  padding: 0;
  width: 2.5em;
}
.meteo-products .meteo-products__tab-list .sorting a:hover {
  background-color: #333333;
  color: #fff;
}
.meteo-products .meteo-products__tab-list .sorting .up,
.meteo-products .meteo-products__tab-list .sorting .down,
.meteo-products .meteo-products__tab-list .sorting .delete {
  font-size: 1em;
  line-height: 1;
}
.meteo-products .meteo-products__tab-list .sorting .up,
.meteo-products .meteo-products__tab-list .sorting .down,
.meteo-products .meteo-products__tab-list .sorting .delete,
.meteo-products .meteo-products__tab-list .sorting .add {
  width: 32px;
  height: 32px;
  position: relative;
}
.meteo-products .meteo-products__tab-list .sorting .up span,
.meteo-products .meteo-products__tab-list .sorting .down span,
.meteo-products .meteo-products__tab-list .sorting .delete span,
.meteo-products .meteo-products__tab-list .sorting .add span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.meteo-products .meteo-products__tab-list .sorting .add {
  margin-right: -5em;
}
.meteo-products .meteo-products__tab-list .sorting .up span,
.meteo-products .meteo-products__tab-list .sorting .down span {
  vertical-align: middle;
}
.meteo-products .meteo-products__tab-list .sorting .delete span {
  font-size: 0.6em;
}
.meteo-products .meteo-products__tab-list .sorting .preview {
  padding: 0 0.5em;
  width: auto;
  display: none;
}
.meteo-products .meteo-products__tab-list .sorting .disabled {
  background-color: #FAFAFA;
  color: #767676;
}
.meteo-products .meteo-products__tab-list.activated .sorting {
  display: block;
}
.meteo-products .meteo-products__tab {
  font-family: 'FrutigerNeueW02-Regular', Times, sans-serif;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  line-height: 1.2;
  height: 82px;
  margin: 0;
  padding: 5px 0.8125em 0;
  text-align: left;
  width: 15.6em;
}
.meteo-products .meteo-products__tab img {
  display: block;
  margin: 10px auto 0;
}
.meteo-products .meteo-products__tab a {
  color: #000;
  display: block;
  line-height: 1.2;
  height: 72px;
  padding: 10px 0 0;
  width: 15.6em;
}
.meteo-products .meteo-products__tab small {
  color: #7F7F7F;
}
.meteo-products .meteo-products__tab.meteo-products__tab-list--first {
  border-top: 1px solid #ccc;
}
.meteo-products .meteo-products__tab.ui-tabs-active {
  background-color: #fff;
  border-left: 3px solid #DC0018;
  margin-right: -1px;
  position: relative;
  z-index: 90;
}
.meteo-products .meteo-products__tab.ui-tabs-active:hover {
  background-color: #fff;
}
.meteo-products .meteo-products__tab.ui-tabs-active a {
  margin-left: -2px;
}
.meteo-products .meteo-products__tab:hover {
  background-color: #e5e5e5;
}
.meteo-products .mobile-tab-toggle.meteo-products__tab {
  height: auto;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
.meteo-products__tab-content {
  overflow: hidden;
  border: 1px solid #ccc;
  min-height: 700px;
  z-index: 1;
}
.meteo-products__tab-content .meteo-products__tab-body {
  padding: 0 1.6em;
  margin: 0.2em 0;
}
.meteo-products__tab-content .meteo-products__tab-body[aria-expanded="true"] {
  visibility: visible;
}
.meteo-products__tab-content img {
  margin: 0;
}
.meteo-products__tab-content .mobile-tab-toggle {
  display: block;
}
@media (min-width: 767px) {
  .meteo-products__tab-content {
    margin-left: 14.1em;
  }
  .meteo-products__tab-content .mobile-tab-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .meteo-products__tab-content .meteo-products__tab-body {
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
    margin: 0;
  }
  .meteo-products__tab-content {
    border-bottom: 0px;
  }
}
.meteo-products__tab--current a {
  color: #000;
}
.meteo-products__tab--current-info {
  display: none;
}
.c-search-filter__loading {
  background: rgba(255, 255, 255, 0.5) url('../../../../../etc.clientlibs/internet/clientlibs/meteoswiss/resources/assets/images/c-search-filter__loading-indicator.gif') no-repeat center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 40;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-menu {
  background: white;
  border: 1px solid;
  border-color: #a9a9a9;
}
ul.ui-autocomplete {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.ui-autocomplete .ui-menu-item:hover {
  cursor: pointer;
  background-color: #dcf5fa;
}
ul.ui-autocomplete a {
  color: #454545;
}
.ui-menu .ui-menu-item:hover,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
  font-weight: bold;
}
.ui-menu .meteo-products__tab-list .ui-menu-item:hover,
.meteo-products__tab-list .ui-state-hover,
.ui-widget-content .meteo-products__tab-list .ui-state-hover,
.meteo-products__tab-list .ui-state-focus,
.ui-widget-content .meteo-products__tab-list .ui-state-focus {
  font-weight: normal;
}
DIV#listWarnings UL {
  list-style-type: none;
  padding-left: 0;
}
span.last-update {
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
  position: absolute;
  margin-top: -16px;
  margin-left: 10px;
  z-index: 1;
}
img#overview_action,
div#zoomimg {
  z-index: 2;
}
DIV#map_rollover {
  z-index: 4;
  overflow: auto;
}
img#zoomin,
img#zoomout,
div#zoomimg_over {
  z-index: 3;
}
svg#map_locate {
  display: block;
  float: left;
  margin-left: 5px;
  padding-top: 5px;
  cursor: pointer;
}
input#locationsearch {
  float: left;
  width: 75%;
  font-size: 16px;
  margin-bottom: 16px;
}
svg#map_locate:hover {
  fill: #dc0018;
}
@media (min-width: 767px) {
  .meteo-products__tab-body {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .hide-phone {
    display: none;
  }
}
.teaserList {
  margin-right: -30px;
}
@media (max-width: 767px) {
  .teaserList {
    margin-right: -20px;
  }
}
.teaserList > ul {
  display: flex;
  flex-wrap: wrap;
}
.teaserList > ul > li {
  flex-basis: 30%;
  flex-grow: 0;
  padding: 0 20px 20px 0;
}
@media (max-width: 999px) {
  .teaserList > ul > li {
    flex-basis: 45%;
    flex-grow: 0;
  }
}
.teaserList > ul > li .teaserKontext {
  width: 100%;
  margin: 0;
  padding: 0;
}
.teaserList > ul > li .teaserKontext :not(.relatedParagraphTitle) > img {
  width: 100%;
}
@media screen and (-ms-high-contrast: white-on-black) {
  .dangers__filterlist__item__icon {
    filter: invert(1);
  }
}
@media print {
  div.map-top-toolbar,
  div.dangers__filter-container,
  img#zoomin,
  img#zoomout,
  a.toggle,
  div.sharing,
  div#map_rollover,
  button.mobile-tab-toggle {
    display: none !important;
  }
  DIV#map_rollover h3 {
    font-size: 1.3em !important;
  }
  div.list-bulletin div {
    display: block !important;
  }
  div.list-bulletin p {
    font-size: 1.1em;
  }
  div.warnTitle h3 {
    font-size: 1.3em !important;
  }
  div#map-and-title,
  div.teaserKontext,
  div.warnBlock {
    page-break-inside: avoid !important;
  }
  .meteo-products__tab-content {
    border: none !important;
    margin-left: 0 !important;
  }
  .meteo-products__tab-body {
    display: block !important;
  }
  div.swiss_overview_legend {
    background-color: white;
  }
  .map_location img {
    max-width: 7px !important;
  }
}
.ngpSovTeasers h3 {
  padding-left: 0.3em;
}
.ngpSovTeasers ul {
  padding: 0 0 0.8em 0.3em;
}
.ngpSovTeasers.ngpSovTeasersWarning {
  background-color: #fffab2;
}
.ngpSovTeasers.ngpSovTeasersWarning h3 {
  background-color: #dc0018;
  color: white;
}
.ngpSovTeasers.ngpSovTeasersAllClear {
  background-color: #dff0d8;
}
.ngpSovTeasers.ngpSovTeasersAllClear h3 {
  background-color: #3c763d;
  color: white;
}
/*# sourceMappingURL=/apps/internet/clientlibs/meteoswiss/resources/assets/styles/meteoswiss.css.map */