@charset "UTF-8";
.fontello-icon.fontello-pos-before-absolute, .subnav li, .sitemap-menu li, .iconnav li, .tabs ul.tab-navigation li, #header .header__navbar .pagewidth ul li, #header .mainnav li, .bottom-navigation #footer .footernav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a.button, a.AUD_footnote_label, .subnav a, .iconnav li a.iconnav__icon, a.iconnav__icon, .tabs ul.tab-navigation li a.tab, .Cookie--zuckschwerdt div.Cookie__button, .Cookie--zuckschwerdt a, #header .header__navbar .pagewidth a, #header .header__titlebar a, #header .mainnav li a, #contentarea .breadcrumb a, .bottom-navigation #footer .footernav a, #respmenu a, #toolbar a.entry, #totop > a, .slide-toggler-content-container a {
  text-decoration: inherit;
  font-weight: inherit;
  color: inherit;
}
a.button:focus, a.AUD_footnote_label:focus, .subnav a:focus, .iconnav li a.iconnav__icon:focus, a.iconnav__icon:focus, .tabs ul.tab-navigation li a.tab:focus, .Cookie--zuckschwerdt div.Cookie__button:focus, .Cookie--zuckschwerdt a:focus, #header .header__navbar .pagewidth a:focus, #header .header__titlebar a:focus, #header .mainnav li a:focus, #contentarea .breadcrumb a:focus, .bottom-navigation #footer .footernav a:focus, #respmenu a:focus, #toolbar a.entry:focus, #totop > a:focus, .slide-toggler-content-container a:focus, a.button:hover, a.AUD_footnote_label:hover, .subnav a:hover, .iconnav li a.iconnav__icon:hover, a.iconnav__icon:hover, .tabs ul.tab-navigation li a.tab:hover, .Cookie--zuckschwerdt div.Cookie__button:hover, .Cookie--zuckschwerdt a:hover, #header .header__navbar .pagewidth a:hover, #header .header__titlebar a:hover, #header .mainnav li a:hover, #contentarea .breadcrumb a:hover, .bottom-navigation #footer .footernav a:hover, #respmenu a:hover, #toolbar a.entry:hover, #totop > a:hover, .slide-toggler-content-container a:hover {
  text-decoration: inherit;
}

figcaption, .AUD_figure_caption {
  margin: .5em 0 1.5em;
  font-size: 95%;
}
figcaption label, .AUD_figure_caption label {
  display: inline;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
}

button,
input[type="submit"], span.button, a.button {
  display: inline-block;
  min-height: 2em;
  min-width: 5em;
  max-width: 100%;
  border: 1px solid transparent;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: .45em .7em .35em;
  text-align: center;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  line-height: 1.1;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: visible;
}
button [class^="fontello-icon-"]:before,
input[type="submit"] [class^="fontello-icon-"]:before, span.button [class^="fontello-icon-"]:before, a.button [class^="fontello-icon-"]:before,
button [class*=" fontello-icon-"]:before,
input[type="submit"] [class*=" fontello-icon-"]:before,
span.button [class*=" fontello-icon-"]:before,
a.button [class*=" fontello-icon-"]:before {
  width: auto;
  margin: 0;
}

button.small,
input[type="submit"].small, span.button--small, a.button--small {
  font-size: 85%;
}

button.big,
input[type="submit"].big, span.button--big, a.button--big {
  font-size: 120%;
}

button,
input[type="submit"], span.button--primary, a.button--primary {
  border-color: #0070ba;
  color: #fff;
  background-color: #0070ba;
}
button:hover,
input[type="submit"]:hover, span.button--primary:hover, a.button--primary:hover, button:focus,
input[type="submit"]:focus, span.button--primary:focus, a.button--primary:focus {
  border-color: #1a7ec1;
  color: #fff;
  background-color: #1a7ec1;
}

button.secondary,
input[type="submit"].secondary, span.button--secondary, a.button--secondary, .searchbox button, #respmenu .mm-listview > li.logout a.button.button--secondary {
  border-color: #949eae;
  color: #fff;
  background-color: #949eae;
}
button.secondary:hover,
input[type="submit"].secondary:hover, span.button--secondary:hover, a.button--secondary:hover, .searchbox button:hover, #respmenu .mm-listview > li.logout a.button.button--secondary:hover, button.secondary:focus,
input[type="submit"].secondary:focus, span.button--secondary:focus, a.button--secondary:focus, .searchbox button:focus, #respmenu .mm-listview > li.logout a.button.button--secondary:focus {
  border-color: #9fa8b6;
  color: #fff;
  background-color: #9fa8b6;
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
* {
  margin: 0;
  padding: 0;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 1280px) {
  html {
    font-size: 54%;
  }
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:disabled {
  opacity: .5;
  cursor: default;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  color: #333;
  line-height: 1.45;
}

img {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
}

video {
  height: auto;
  max-width: 100%;
}

object {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}
iframe {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  font-weight: 400;
  color: #0070ba;
}
a:focus, a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a img {
  border: 0;
}

b,
strong {
  font-weight: 500;
}

h1,
.AUD_h1 {
  margin: 0 0 .5em;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.25;
  color: #0070ba;
}
@media (max-width: 1280px) {
  h1,
  .AUD_h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 760px) {
  h1,
  .AUD_h1 {
    font-size: 3.5rem;
  }
}

h2,
.AUD_h2 {
  margin: .9em 0 .5em;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.25;
  color: #0070ba;
}
@media (max-width: 1280px) {
  h2,
  .AUD_h2 {
    font-size: 2.8rem;
  }
}

h1 + h2,
.AUD_h1 + .AUD_h2 {
  margin-top: -.5em;
}

h3,
.AUD_h3 {
  margin: .8em 0 .5em;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.25;
  color: #0070ba;
}

h4,
.AUD_h4,
.AUD_h4_nonum {
  margin: .8em 0 .5em;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.25;
}

h5,
.AUD_h5,
.AUD_h5_nonum {
  margin: .6em 0 .4em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
}

h6,
.AUD_h6 {
  margin: .6em 0 .4em;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
}

p,
ul,
ol,
dl {
  margin: 0 0 1.5em;
}
p.low-margin-bottom,
ul.low-margin-bottom,
ol.low-margin-bottom,
dl.low-margin-bottom {
  margin-bottom: .3em;
}

ul > li {
  margin: 0 0 .2em 1.3em;
  list-style-type: square;
}
ul > li > * {
  margin-top: 0;
  margin-bottom: 0;
}
ul > li:last-child {
  margin-bottom: 0;
}

ol > li {
  margin: 0 0 .2em 1.3em;
}
ol > li > * {
  margin-top: 0;
  margin-bottom: 0;
}
ol > li:last-child {
  margin-bottom: 0;
}

hr {
  height: 1px;
  margin: 1.5em 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

figure {
  margin: 0;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

legend {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: .5em;
}

label {
  display: block;
  margin: 0 0 .2em;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 300;
}

input,
textarea,
select,
button {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.45;
  color: #333;
}

select,
textarea,
input[type="text"],
input[type="search"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  border: 1px solid #e6e9ef;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: .2em .4em;
  background-color: #fff;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  outline: none;
  background-color: #fafafa;
}

::-webkit-input-placeholder {
  line-height: normal;
}

input[type="search"] {
  -webkit-appearance: none;
}

select {
  padding: .1em;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:hover, button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
}

table {
  width: 100%;
  margin: 0 0 2.5em;
  border: 1px solid #949eae;
  border-spacing: 0;
  border-collapse: collapse;
}
table tr {
  background-color: #f2f3f6;
}
table tr th,
table tr td {
  vertical-align: top;
  padding: .5em .7em;
  font-size: inherit;
  line-height: 1.2;
  text-align: left;
}
table tr th > *,
table tr td > * {
  margin-top: 0;
  margin-bottom: 0;
}
table tr th {
  font-weight: 500;
}
table thead {
  font-weight: 500;
}
table thead tr {
  border-bottom: 1px solid #949eae;
}
table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.clear {
  float: none !important;
  clear: both !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

@media print {
  .print-hide {
    display: none !important;
  }
}

.textalign-left {
  text-align: left;
}
.textalign-center {
  text-align: center;
}
.textalign-right {
  text-align: right;
}
.textalign-justify {
  text-align: justify;
}

.textcolor-blue {
  color: #398aca;
}
.textcolor-blue a {
  color: inherit;
}
.textcolor-turkis {
  color: #6dc7dd;
}
.textcolor-turkis a {
  color: inherit;
}

.fontsize-small {
  font-size: 80%;
}

.fontello-icon.fontello-image-icon {
  font-size: 4.6rem;
  line-height: 1;
  color: #6dc7dd;
}
.fontello-icon.fontello-image-icon:before {
  width: auto;
  margin: 0;
}
.fontello-icon.fontello-pos-before-inline {
  display: inline-block;
}
.fontello-icon.fontello-pos-before-inline:before {
  width: 1.4em;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
.fontello-icon.fontello-pos-before-absolute {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
}
.fontello-icon.fontello-pos-before-absolute:before {
  position: absolute;
  left: 0;
  top: .1em;
  margin: 0;
  font-size: 120%;
}

.search-result {
  color: #ef9c15;
}

.AUD_aux_char_03,
.AUD_aux_char_07 {
  font-weight: 500;
  color: #398aca;
}

.AUD_aux_char_07 {
  vertical-align: super;
  font-size: 60%;
}

.AUD_aux_char_04 {
  font-size: 110%;
  font-weight: 500;
  font-style: italic;
}

.AUD_aux_char_05 {
  font-weight: 300;
}

.AUD_aux_char_06 {
  font-weight: 500;
  font-style: italic;
  color: #398aca;
}

.AUD_aux_para_10 {
  margin-bottom: .5em;
  font-size: 110%;
  font-weight: 500;
}

.AUD_bodytext_centre {
  text-align: center;
}

.AUD_bodytext_right {
  text-align: right;
}

.AUD_emph_bold {
  font-weight: 500;
}

.AUD_emph_bold_sub {
  vertical-align: sub;
  font-size: 60%;
}

.AUD_emph_bold_sup {
  vertical-align: super;
  font-size: 60%;
}

.AUD_emph_bolditalic,
.AUD_emph_bolditalic_sup {
  font-weight: 500;
  font-style: italic;
}

.AUD_emph_bolditalic_sup {
  vertical-align: super;
  font-size: 0.7em;
  padding-left: 0.2em;
}

.AUD_emph_italic {
  font-style: italic;
}

.AUD_figure_caption_spacing {
  display: none;
}

a.AUD_footnote_label {
  display: inline-block;
  cursor: help;
  font-size: 0;
  padding: 5px 8px;
}
a.AUD_footnote_label:after {
  content: '\e81d';
  display: inline-block;
  opacity: .5;
  margin: 0;
  text-indent: 0;
  font-size: 2.7rem;
  line-height: 1em;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.AUD_footnote_label:hover, a.AUD_footnote_label:focus {
  opacity: .8;
}

.AUD_h7 {
  margin: 0 0 .2em;
  font-weight: 500;
  font-size: inherit;
  color: inherit;
}

.AUD_list_01_blank > li {
  list-style: none;
}

.AUD_list_01_character > li {
  list-style-type: lower-alpha;
}

.AUD_list_01_numeric > li {
  list-style-type: decimal;
}

.AUD_list_01_symbol > li {
  position: relative;
  margin-left: 0;
  padding-left: 1.3em;
  list-style: none;
}
.AUD_list_01_symbol > li:before {
  content: '–';
  position: absolute;
  left: .1em;
}

ol.AUD_list_02_character,
ul.AUD_list_02_character {
  margin-left: 1.3em;
}
ol.AUD_list_02_character > li,
ul.AUD_list_02_character > li {
  list-style-type: lower-alpha;
}
li > ol.AUD_list_02_character, li >
ul.AUD_list_02_character {
  margin-left: 0;
}

ol.AUD_list_02_numeric,
ul.AUD_list_02_numeric {
  margin-left: 1.3em;
}
ol.AUD_list_02_numeric > li,
ul.AUD_list_02_numeric > li {
  list-style-type: decimal;
}
li > ol.AUD_list_02_numeric, li >
ul.AUD_list_02_numeric {
  margin-left: 0;
}

ol.AUD_list_02_symbol,
ul.AUD_list_02_symbol {
  margin-left: 1.3em;
}
ol.AUD_list_02_symbol > li,
ul.AUD_list_02_symbol > li {
  position: relative;
  margin-left: 0;
  padding-left: 1.2em;
  list-style: none;
}
ol.AUD_list_02_symbol > li:before,
ul.AUD_list_02_symbol > li:before {
  content: '–';
  position: absolute;
  left: 0;
}
li > ol.AUD_list_02_symbol, li >
ul.AUD_list_02_symbol {
  margin-left: 0;
}

.AUD_list_continue_marker {
  display: none;
}

.AUD_sub {
  vertical-align: sub;
  font-size: 60%;
}

.AUD_sup {
  vertical-align: super;
  font-size: 60%;
}

.AUD_table_footnote {
  font-size: 75%;
}
.AUD_table_footnote .tabulator {
  display: inline-block;
  width: .7em;
}

.AUD_table_head_01 {
  font-weight: 500;
}

.AUD_td_table_head_03 {
  border-bottom: 1px solid #949eae;
}

.AUD_tf_columntext {
  display: block;
  width: auto;
  margin: 0 0 1.5em -1.5em;
  border: 0;
}
.AUD_tf_columntext tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.AUD_tf_columntext tr th,
.AUD_tf_columntext tr td {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0 0 1.5em;
}
.AUD_tf_columntext thead {
  display: block;
}
.AUD_tf_columntext thead tr {
  border-bottom: 0;
}
.AUD_tf_columntext tbody {
  display: block;
}
.AUD_tf_columntext tbody tr, .AUD_tf_columntext tbody tr:nth-child(odd) {
  background-color: transparent;
}

.AUD_tf_figure {
  margin: 0 0 2.5em;
}

.AUD_tf_table tr th,
.AUD_tf_table tr td {
  padding-top: .4em;
  padding-bottom: .4em;
}
.AUD_tf_table tbody tr {
  border-bottom: 1px dotted #949eae;
}
.AUD_tf_table tbody tr, .AUD_tf_table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.AUD_tf_table tbody tr:last-child {
  border-bottom: 0;
}

.AUD_tf_table_aux_01 .AUD_table_head_02 {
  font-weight: 500;
}

.AUD_tf_table_aux_02 {
  border: 0;
}
.AUD_tf_table_aux_02 tr th,
.AUD_tf_table_aux_02 tr td {
  padding-top: .2em;
  padding-bottom: .2em;
}
.AUD_tf_table_aux_02 thead tr {
  border-bottom: 0;
}
.AUD_tf_table_aux_02 tbody tr, .AUD_tf_table_aux_02 tbody tr:nth-child(odd) {
  background-color: transparent;
}

.columns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0 0 2.5em -3em;
  *zoom: 1;
}
.columns:after {
  content: "";
  display: table;
  clear: both;
}
.columns > .col {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  float: left;
  min-height: 1px;
  padding: 0 0 0 3em;
}
.columns > .col > :only-child {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.columns.with-borders {
  margin-left: -6em;
}
.columns.with-borders > .col {
  padding-left: 6em;
}
.columns.with-borders > .col:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3em;
  width: 1px;
  background-color: #e5e5e5;
}
.columns.with-borders > .col:first-child:before {
  display: none;
}
.columns.gridpadding-big {
  margin-left: -4em;
}
.columns.gridpadding-big > .col {
  padding-left: 4em;
}
.columns.verticalalign--middle {
  -webkit-align-items: center;
  align-items: center;
}
.columns.verticalalign--bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.columns.verticalalign--stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.columns.verticalalign--stretch > .col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.columns.verticalalign--stretch > .col > :only-child {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.columns.width-1-1 > .col {
  width: 50%;
}
@media (max-width: 640px) {
  .columns.width-1-1 > .col {
    float: none;
    width: 100%;
    margin-bottom: 2.5em;
  }
  .columns.width-1-1.with-borders > .col:before {
    display: none;
  }
}
.columns.width-1-1-1 > .col {
  width: 33.3%;
}
@media (max-width: 960px) {
  .columns.width-1-1-1 > .col {
    width: 50%;
  }
  .columns.width-1-1-1 > .col.first, .columns.width-1-1-1 > .col.second {
    margin-bottom: 2.5em;
  }
  .columns.width-1-1-1 > .col:last-child {
    clear: both;
  }
  .columns.width-1-1-1.with-borders > .col:last-child:before {
    display: none;
  }
}
@media (max-width: 640px) {
  .columns.width-1-1-1 > .col {
    float: none;
    width: 100%;
    margin-bottom: 2.5em;
  }
  .columns.width-1-1-1.with-borders > .col:before {
    display: none;
  }
}

.searchbox {
  position: relative;
  margin: 0 1px 0 0;
}
.searchbox input[type="search"] {
  width: 100%;
  height: 5rem;
  min-height: 0;
  margin: 0;
  border: 1px solid #e5e5e5;
  padding: .7em 2.4em .6em .9em;
  font-size: 1.8rem;
  line-height: 1;
}
.searchbox button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.1em;
  min-width: 1px;
  min-height: 0;
  height: 100%;
  margin: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 2.4rem;
}

.subnav {
  margin: 0 0 2.2em;
  padding: 0 1.2em 0 0;
}
.subnav:empty {
  margin: 0;
  padding: 0;
}
.subnav ul {
  margin: 0;
  padding: 0;
}
.subnav li {
  display: block;
}
.subnav a {
  line-height: 1.2;
}
.subnav > ul > li {
  position: relative;
  margin: 0 0 .5em;
  font-size: 1.9rem;
}
.subnav > ul > li > a {
  display: block;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: .5em 1em;
  font-weight: 500;
  background-color: #f2f3f6;
}
.subnav > ul > li > a:hover, .subnav > ul > li > a:focus {
  background-color: #e6e9ef;
}
.subnav > ul > li > ul {
  margin-top: .3em;
  padding: 0 1em;
}
.subnav > ul > li > ul a:hover, .subnav > ul > li > ul a:focus {
  opacity: .7;
}
.subnav > ul > li > ul > li {
  position: relative;
  margin-top: .4em;
  padding-left: .9em;
}
.subnav > ul > li > ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .2em 0 .2em .4em;
  border-color: transparent transparent transparent currentColor;
  opacity: .5;
}
.subnav > ul > li > ul > li > ul {
  font-size: 90%;
}
.subnav > ul > li > ul > li > ul > li {
  position: relative;
  margin-top: .2em;
  padding-left: 1em;
}
.subnav > ul > li > ul > li > ul > li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
  color: currentColor;
  opacity: .5;
}
.subnav > ul > li > ul > li > ul > li.act > a {
  font-weight: 500;
}
.subnav > ul > li > ul > li > ul > li.act:before {
  color: #fff;
}
.subnav > ul > li > ul > li.act:before {
  opacity: 1;
}
.subnav > ul > li > ul > li.act > a {
  font-weight: 500;
}
.subnav > ul > li.act {
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 1em;
  color: #fff;
  background-color: #0070ba;
}
.subnav > ul > li.act:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  margin: -.7em 0 0;
  border-style: solid;
  border-width: .7em 0 .7em 1.2em;
  border-color: transparent transparent transparent #0070ba;
}
.subnav > ul > li.act > a {
  display: inline;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 2.1rem;
  background-color: transparent;
}
.subnav > ul > li.act > a:hover, .subnav > ul > li.act > a:focus {
  background-color: transparent;
}
.subnav > ul > li.act > ul {
  padding: 0;
}
.subnav > ul > li.pos-fixed, .subnav > ul > li.pos-absolute {
  z-index: 1;
  max-width: 100%;
}
.subnav > ul > li.pos-absolute {
  position: absolute;
}
.subnav > ul > li.pos-fixed {
  position: fixed;
}
.subnav > ul > li.pos-at-top {
  top: 0;
}
.subnav > ul > li.pos-at-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.subnav > ul > li:last-child {
  margin-bottom: 0;
}

.sitemap-menu ul {
  margin: 0;
}
.sitemap-menu > ul a:hover, .sitemap-menu > ul a:focus {
  opacity: .7;
}
.sitemap-menu > ul > li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1em;
}
.sitemap-menu > ul > li:before {
  content: '\e809';
  position: absolute;
  left: 0;
  top: .05em;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 125%;
  color: #949eae;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sitemap-menu > ul > li > ul {
  font-size: 90%;
}
.sitemap-menu > ul > li > ul > li {
  position: relative;
  margin-top: .2em;
  padding-left: 1em;
}
.sitemap-menu > ul > li > ul > li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
  color: currentColor;
  opacity: .5;
}
.sitemap-menu > ul > li > ul > li.act > a {
  font-weight: 500;
}
.sitemap-menu > ul > li > ul > li.act:before {
  color: #fff;
}

.align-justify {
  display: block;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  font-size: 0;
}
.align-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.align-justify > .col {
  display: inline-block;
  vertical-align: top;
  font-size: 2.1rem;
  text-align: left;
  -ms-text-justify: auto;
  text-justify: auto;
}

.overall-responsive-table-wrapper {
  position: relative;
}

.responsive-table-wrapper {
  min-height: .01%;
  overflow-x: auto;
  margin: 0 0 2.5em;
  border: 1px solid #949eae;
}
.responsive-table-wrapper table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 0;
}
.responsive-table-wrapper .arrow {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 1px;
  bottom: 1px;
  z-index: 1002;
  width: 40px;
}
.responsive-table-wrapper .arrow .arrow__icon {
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.3em;
  font-size: 1.5em;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.responsive-table-wrapper .arrow .arrow__icon:before {
  margin: 0;
}
.responsive-table-wrapper .arrow.arrow--left {
  left: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTllZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTllZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6e9ef), color-stop(100%, rgba(230, 233, 239, 0)));
  background-image: -moz-linear-gradient(left, #e6e9ef, rgba(230, 233, 239, 0));
  background-image: -webkit-linear-gradient(left, #e6e9ef, rgba(230, 233, 239, 0));
  background-image: linear-gradient(to right, #e6e9ef, rgba(230, 233, 239, 0));
}
.responsive-table-wrapper .arrow.arrow--left .arrow__icon {
  left: 0;
}
.responsive-table-wrapper .arrow.arrow--right {
  right: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTllZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTllZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #e6e9ef), color-stop(100%, rgba(230, 233, 239, 0)));
  background-image: -moz-linear-gradient(right, #e6e9ef, rgba(230, 233, 239, 0));
  background-image: -webkit-linear-gradient(right, #e6e9ef, rgba(230, 233, 239, 0));
  background-image: linear-gradient(to left, #e6e9ef, rgba(230, 233, 239, 0));
}
.responsive-table-wrapper .arrow.arrow--right .arrow__icon {
  right: 0;
}
.responsive-table-wrapper .arrow:hover, .responsive-table-wrapper .arrow:focus {
  opacity: .7;
}
.responsive-table-wrapper.has-left-arrow .arrow.arrow--left {
  display: block;
}
.responsive-table-wrapper.has-right-arrow .arrow.arrow--right {
  display: block;
}

.box {
  margin: 0 0 2.5em;
  padding: 1.5em;
}
.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child, .box > :last-child > :last-child > :last-child > :last-child, .box > :last-child > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0 !important;
}
.box.box--bg-greyblue-light {
  background-color: #f2f3f6;
}
.box.box--bg-greyblue-medium {
  background-color: #e6e9ef;
}

.iconnav {
  margin: 0 0 2.5em;
}
.iconnav ul {
  margin: 0;
  padding: 0;
}
.iconnav li {
  margin: 0 0 .5em;
}
.iconnav li a.iconnav__icon {
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1.2;
}
.iconnav li a.iconnav__icon:hover, .iconnav li a.iconnav__icon:focus {
  color: #999999;
}
.iconnav li.act a.iconnav__icon {
  font-weight: 500;
}
.iconnav li:last-child {
  margin-bottom: 0;
}

a.iconnav__icon {
  display: inline-block;
  position: relative;
  padding: .5em 0 .5em 2.9em;
}
a.iconnav__icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.524em;
  height: 2.238em;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
a.iconnav__icon.iconnav__icon--man-circled:before {
  background-image: url("../img/icon/icon_man-circled.png");
}
a.iconnav__icon.iconnav__icon--search-circled:before {
  background-image: url("../img/icon/icon_search-circled.png");
}
a.iconnav__icon.iconnav__icon--people-circle:before {
  background-image: url("../img/icon/icon_people-circle.png");
}

.ce-element {
  *zoom: 1;
}
.ce-element:after {
  content: "";
  display: table;
  clear: both;
}
.ce-element .ce-element__image {
  margin: 0 0 .8em;
}
.ce-element.ce-element--img-float-left .ce-element__image {
  float: left;
  max-width: 40%;
  margin-right: 1.5em;
}
.ce-element.ce-element--img-float-right .ce-element__image {
  float: right;
  max-width: 40%;
  margin-left: 1.5em;
}

.tabs {
  margin: 0 0 2.5em;
}
.tabs ul.tab-navigation {
  position: relative;
  margin: 0 0 4px -5px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.tabs ul.tab-navigation:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 5px;
  height: 4px;
  background-color: #0070ba;
}
.tabs ul.tab-navigation li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 5px 0 0 5px;
}
.tabs ul.tab-navigation li a.tab {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  -moz-border-radius: 0.2em 0.2em 0 0;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em 0.2em 0 0;
  padding: .45em .9em;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background-color: #949eae;
}
.tabs ul.tab-navigation li a.tab:hover, .tabs ul.tab-navigation li a.tab:focus {
  background-color: #9fa8b6;
}
.tabs ul.tab-navigation li:last-child {
  margin-right: 0;
}
.tabs ul.tab-navigation li.active a.tab {
  background-color: #0070ba;
}
.tabs ul.tab-navigation li.active a.tab:hover, .tabs ul.tab-navigation li.active a.tab:focus {
  cursor: default;
}
.tabs .tab-content > .tab-panel {
  display: none;
  margin: 1.8em 0 0;
}
.tabs .tab-content > .tab-panel:only-child {
  margin-top: 0;
}
.tabs .tab-content > .tab-panel:only-child > #content-helper:first-child > div:first-child > .AUD_authors:first-child, .tabs .tab-content > .tab-panel:only-child > #content-helper:first-child > div:first-child > .AUD_bodytext:first-child {
  margin-top: -1.6rem;
}
.tabs .tab-content > .tab-panel.active {
  display: block;
}

.tabsAc {
  overflow: hidden;
}
.tabsAc .tabAc {
  overflow: hidden;
  margin: 0 0 .5em;
}
.tabsAc .tabAc input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabsAc .tabAc-label {
  display: flex;
  cursor: pointer;
  margin: 0 0 .3em;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.25;
  color: #0070ba;
}
@media (max-width: 1280px) {
  .tabsAc .tabAc-label {
    font-size: 2.8rem;
  }
}
.tabsAc .tabAc-label:hover {
  opacity: .7;
}
.tabsAc .tabAc-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  margin: 0 0 0 .2em;
  text-align: center;
  transition: all .35s;
}
.tabsAc .tabAc-content {
  max-height: 0;
  transition: all .35s;
}
.tabsAc input:checked + .tabAc-label {
  font-weight: 500;
}
.tabsAc input:checked + .tabAc-label::after {
  transform: rotate(90deg);
}
.tabsAc input:checked ~ .tabAc-content {
  max-height: 100vh;
}

.default-form {
  margin: 0 0 2.5em;
}
.default-form fieldset {
  margin: 0 0 .5em;
}
.default-form fieldset legend {
  margin: 0 0 .2em;
  font-size: 2.2rem;
  font-weight: 400;
}
.default-form select,
.default-form textarea,
.default-form input[type="text"],
.default-form input[type="search"],
.default-form input[type="date"],
.default-form input[type="email"],
.default-form input[type="tel"],
.default-form input[type="number"],
.default-form input[type="password"] {
  width: 100%;
}
.default-form textarea {
  height: 150px;
}
.default-form h3 {
  display: none;
}
.default-form .row {
  position: relative;
  margin: 0 0 .5em;
  *zoom: 1;
}
.default-form .row:after {
  content: "";
  display: table;
  clear: both;
}
.default-form .row .label {
  float: left;
  width: 100%;
  max-width: 200px;
  min-height: 1px;
  margin: 0;
  padding: .2em 1em .2em 0;
}
.default-form .row .entry {
  float: left;
  position: relative;
  width: 100%;
  max-width: 400px;
}
.default-form .row .checkbox,
.default-form .row .radiobutton {
  margin: 0 0 3px;
}
.default-form .row .checkbox label,
.default-form .row .radiobutton label {
  font-weight: 300;
  font-size: 2.1;
}
.default-form .row.nolabel .label {
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
}
.default-form .row.short select,
.default-form .row.short textarea,
.default-form .row.short input[type="text"],
.default-form .row.short input[type="search"],
.default-form .row.short input[type="date"],
.default-form .row.short input[type="email"],
.default-form .row.short input[type="tel"],
.default-form .row.short input[type="number"],
.default-form .row.short input[type="password"] {
  width: 100%;
  max-width: 200px;
}
.default-form .row.with-submit-hint .entry {
  max-width: none;
}
.default-form .row.with-submit-hint .entry input[type="submit"],
.default-form .row.with-submit-hint .entry button {
  margin-right: 1em;
}
.default-form .row.with-submit-hint .entry .submit-hint {
  display: inline-block;
  margin: .5em 0;
}
.default-form.no-labels .row .label {
  display: none;
}

.tooltip_content_holder {
  display: none;
  speak: none;
}

.oncologicaltools {
  position: relative;
}
.oncologicaltools .responsive-table-wrapper {
  margin-bottom: 1.2em;
}
.oncologicaltools table td,
.oncologicaltools table th {
  text-align: right;
}
.oncologicaltools table td.border-left,
.oncologicaltools table th.border-left {
  border-left: 2px solid #333;
}
.oncologicaltools table td.border-bottom,
.oncologicaltools table th.border-bottom {
  border-bottom: 2px solid #333;
}
.oncologicaltools table td:nth-child(even),
.oncologicaltools table th:nth-child(even) {
  background-color: rgba(148, 158, 174, 0.1);
}

.authorlist {
  margin: 0 0 0 -4rem;
  font-size: 0;
}
.authorlist .authorlist__entry {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 4rem;
  padding: 0 0 0 4rem;
  font-size: 1.8rem;
}
.authorlist .authorlist__entry .authorlist__entry__title {
  font-weight: 500;
}
@media (max-width: 480px) {
  .authorlist .authorlist__entry {
    width: 100%;
  }
}

.break-word {
  word-wrap: break-word;
}

.buttonpagination {
  margin: 2.5em 0;
  *zoom: 1;
}
.buttonpagination:after {
  content: "";
  display: table;
  clear: both;
}
.buttonpagination .buttonpagination__entry {
  margin: 0 1em .5em 0 0;
}
.buttonpagination .buttonpagination__entry.buttonpagination__entry--left {
  float: left;
}
.buttonpagination .buttonpagination__entry.buttonpagination__entry--right {
  float: right;
}
.buttonpagination .buttonpagination__entry:last-child {
  margin-right: 0;
}

.device-element {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 225px;
}
.device-element img.device-element__wrapper {
  position: relative;
  z-index: 1;
}
.device-element img.device-element__content {
  position: absolute;
}
.device-element.device-element--android img.device-element__content {
  top: 10.3%;
  left: 5.3%;
  width: 90%;
}
.device-element.device-element--ios img.device-element__content {
  top: 12.4%;
  left: 8%;
  width: 85%;
}

.pwa-manual-entry {
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: 1em 0;
}
.pwa-manual-entry .pwa-manual-entry__number {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #398aca;
}
.pwa-manual-entry .pwa-manual-entry__text {
  margin-top: 1em;
}

table#t0038 {
  border: 0;
  border-spacing: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table#t0038 tr {
  background-color: #c7e9f0;
  border: none;
}
table#t0038 tr:nth-child(1) {
  border: none;
  border-bottom: 1px dotted #949eae;
}
table#t0038 tr:nth-child(3) {
  border-bottom: 1px dotted #949eae;
}
table#t0038 tr:nth-child(3) > td:nth-child(3) {
  background-color: #f2f3f6;
}
table#t0038 tr:nth-child(3) > td:nth-child(4) {
  color: #fff;
  background-color: #2db2cb;
}
table#t0038 tr:nth-child(4) {
  border-bottom: 1px dotted #949eae;
}
table#t0038 tr:nth-child(4) > td:nth-child(2) {
  color: #fff;
  background-color: #949eae;
}
table#t0038 tr:nth-child(5) {
  border-bottom: 1px dotted #949eae;
}
table#t0038 tr:nth-child(6) {
  border-bottom: 1px dotted #949eae;
}
table#t0038 tr:nth-child(6) > td:nth-child(3) {
  background-color: #2db2cb;
}
table#t0038 tr:nth-child(6) > td:nth-child(2) {
  color: #fff;
  background-color: #949eae;
}
table#t0038 tr:nth-child(7) {
  border: none;
}
table#t0038 tr:nth-child(7) > td:nth-child(2) {
  color: #fff;
  background-color: #949eae;
}
table#t0038 tr:nth-child(8) {
  background-color: #fff;
}
table#t0038 tr:nth-child(8) td {
  padding-top: 1em;
  padding-bottom: 1em;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 1em;
  line-height: 1.3;
}
.tooltipster-sidetip .tooltipster-content > :last-child, .tooltipster-sidetip .tooltipster-content > :last-child > :last-child, .tooltipster-sidetip .tooltipster-content > :last-child > :last-child > :last-child, .tooltipster-sidetip .tooltipster-content > :last-child > :last-child > :last-child > :last-child, .tooltipster-sidetip .tooltipster-content > :last-child > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0 !important;
}
.tooltipster-sidetip.tooltipster-onkologie-light .tooltipster-box {
  border-color: #6dc7dd !important;
  background-color: #fff !important;
  -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.2);
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-onkologie-content .tooltipster-content {
  padding: 1em;
  font-size: 90%;
  line-height: 1.3;
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff !important;
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #6dc7dd !important;
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff !important;
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #6dc7dd !important;
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff !important;
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #6dc7dd !important;
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff !important;
}
.tooltipster-sidetip.tooltipster-onkologie-light.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #6dc7dd !important;
}

.Cookie--zuckschwerdt {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .5em .8em;
  font-size: 70%;
  color: #f2f3f6;
  background-color: #949eae;
  *zoom: 1;
  display: block !important;
}
.Cookie--zuckschwerdt:after {
  content: "";
  display: table;
  clear: both;
}
.Cookie--zuckschwerdt div.Cookie__content {
  margin: .5em 0;
  display: inline-block;
}
.Cookie--zuckschwerdt div.Cookie__buttons {
  float: right;
  margin: .5em 0 .5em .8em;
}
.Cookie--zuckschwerdt div.Cookie__button {
  min-width: 50px;
  padding: .4em .8em;
  text-align: center;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
}
.Cookie--zuckschwerdt div.Cookie__button:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.Cookie--zuckschwerdt a {
  text-decoration: underline;
}
.Cookie--zuckschwerdt a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.cookiehint .cookiehint__inner .cookiehint__buttons a.button.cookiehint__buttons__acceptselected {
  border-color: #0070ba !important;
  color: #fff !important;
  font-weight: 500 !important;
  background-color: #0070ba !important;
}
.cookiehint .cookiehint__inner .cookiehint__buttons a.button.cookiehint__buttons__acceptselected:hover, .cookiehint .cookiehint__inner .cookiehint__buttons a.button.cookiehint__buttons__acceptselected:focus {
  border-color: #1a7ec1 !important;
  color: #fff !important;
  background-color: #1a7ec1 !important;
}

html {
  overflow-y: scroll;
}

#app {
  background-color: #fff;
}

.pagewidth {
  position: relative;
  width: 1620px;
  max-width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.pagewidth:after {
  content: "";
  display: table;
  clear: both;
}
.pagewidth.pagewidth--1500 {
  width: 1500px;
}

#header .header__navbar, #header .header__titlebar, #header .mainnav, #contentarea, #teaserbar, .bottom-navigation #footer .footernav, .bottom-navigation #footer .lastupdated {
  padding-left: 1em;
  padding-right: 1em;
}

#page {
  min-width: 320px;
  min-height: 100vh;
  background-color: #fff;
}
@media (min-width: 841px) {
  html.mm-wrapper_opening #page.mm-slideout {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#header .header__navbar {
  border-bottom: 1px solid #fff;
  padding-top: .45em;
  padding-bottom: .35em;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  background-color: #0070ba;
}
#header .header__navbar .pagewidth {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#header .header__navbar .pagewidth .header__navbar__status {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
#header .header__navbar .pagewidth .header__navbar__status .label {
  color: #6dc7dd;
}
#header .header__navbar .pagewidth .header__navbar__status #status.offline {
  color: #ff4167;
}
#header .header__navbar .pagewidth .header__navbar__status .js-reloadcontent-tooltip {
  cursor: pointer;
}
#header .header__navbar .pagewidth .header__navbar__nav {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
#header .header__navbar .pagewidth a {
  font-weight: 500;
  color: #6dc7dd;
}
#header .header__navbar .pagewidth ul {
  margin: 0;
}
#header .header__navbar .pagewidth ul li {
  display: inline-block;
  margin: .15em 1em;
}
#header .header__navbar .pagewidth ul li:first-child {
  margin-left: 0;
}
#header .header__navbar .pagewidth ul li:last-child {
  margin-right: 0;
}
#header .header__titlebar {
  position: relative;
  padding-top: .6em;
  padding-bottom: .75em;
  color: #fff;
  background-color: #0070ba;
}
#header .header__titlebar .align-justify > .col {
  vertical-align: middle;
}
#header .header__titlebar .titlebar__title {
  margin: 1.1rem 4rem .9rem 0;
  font-size: 0;
}
#header .header__titlebar .titlebar__title .title__name,
#header .header__titlebar .titlebar__title .title__edition {
  text-transform: uppercase;
  font-size: 5.2rem;
  line-height: 1.1;
}
#header .header__titlebar .titlebar__title .title__name {
  margin-right: .5em;
  font-weight: 700;
}
#header .header__titlebar .titlebar__title .title__edition {
  font-weight: 500;
  color: #6dc7dd;
}
#header .header__titlebar .titlebar__sponsor {
  margin: 1.1rem 0 .9rem;
  font-size: 0;
}
#header .header__titlebar .titlebar__sponsor .sponsor__label,
#header .header__titlebar .titlebar__sponsor .sponsor__image {
  display: block;
  vertical-align: middle;
}
#header .header__titlebar .titlebar__sponsor .sponsor__label {
  padding: .1em 1em 0 0;
  white-space: nowrap;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}
#header .header__titlebar #hamburger {
  display: none;
  position: absolute;
  right: 1em;
  top: 1.15em;
  z-index: 1200;
  overflow: hidden;
  width: 50px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#header .header__titlebar #hamburger span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 5px;
  margin: 7px 0;
  opacity: 1;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: none 0.3s ease-in-out;
  -o-transition: none 0.3s ease-in-out;
  -webkit-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
  -moz-transition-property: -moz-transform, top, left, opacity;
  -o-transition-property: -o-transform, top, left, opacity;
  -webkit-transition-property: -webkit-transform, top, left, opacity;
  transition-property: transform, top, left, opacity;
  background-color: #fff;
}
html.mm-wrapper_opened #header .header__titlebar #hamburger span.top-bar {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}
html.mm-wrapper_opened #header .header__titlebar #hamburger span.middle-bar {
  opacity: 0;
  left: -40px;
}
html.mm-wrapper_opened #header .header__titlebar #hamburger span.bottom-bar {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -12px;
}
#header .mainnav {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 1.4em;
  padding-bottom: 1.3em;
}
#header .mainnav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
#header .mainnav li {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 .8em;
  text-align: center;
}
#header .mainnav li a {
  position: relative;
  display: inline-block;
  padding: .4em 0;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: #6dc7dd;
  height: 100%;
}
#header .mainnav li a:hover, #header .mainnav li a:focus {
  color: #9dd9e8;
}
#header .mainnav li:before, #header .mainnav li:last-child:after {
  content: '';
  position: absolute;
  top: .5em;
  bottom: .6em;
  left: 0;
  width: 1px;
  background-color: #6dc7dd;
}
#header .mainnav li:last-child:after {
  right: 0;
  left: auto;
}
#header .mainnav li:first-child {
  margin-left: 0;
}
#header .mainnav li.act a {
  color: #0070ba;
}
#header .headerimage {
  background-color: #f3f5f4;
}
@media (max-width: 840px) {
  #header .header__titlebar {
    padding-right: 6em;
  }
  #header .header__titlebar .align-justify > .col {
    display: block;
  }
  #header .header__titlebar .titlebar__title {
    margin-right: 0;
  }
  #header .header__titlebar .titlebar__sponsor .sponsor__label {
    font-size: 1.2rem;
  }
  #header .header__titlebar .titlebar__sponsor .sponsor__image {
    width: 85px;
  }
  #header .header__titlebar #hamburger {
    display: inline-block;
  }
  #header .mainnav {
    display: none;
  }
}
@media (max-width: 760px) {
  #header .header__titlebar .titlebar__sponsor .sponsor__label {
    font-size: 1.1rem;
  }
  #header .header__titlebar .titlebar__sponsor .sponsor__image {
    width: 70px;
  }
}
@media (max-width: 540px) {
  #header .header__titlebar .titlebar__title .title__name,
  #header .header__titlebar .titlebar__title .title__edition {
    font-size: 4rem;
  }
  #header .header__titlebar #hamburger {
    top: 1.05em;
  }
}
@media (max-width: 440px) {
  #header .header__titlebar {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  #header .header__titlebar .titlebar__title .title__name,
  #header .header__titlebar .titlebar__title .title__edition {
    font-size: 3rem;
  }
  #header .header__titlebar .titlebar__sponsor .sponsor__label {
    font-size: 0.8rem;
  }
  #header .header__titlebar .titlebar__sponsor .sponsor__image {
    width: 55px;
  }
  #header .header__titlebar #hamburger {
    top: .95em;
  }
}

#contentarea {
  border-bottom: 1px solid #e5e5e5;
}
#contentarea a[target="_blank"] {
  display: inline-block;
}
#contentarea a[target="_blank"]:before {
  content: '\f08e';
  width: auto;
  margin: 0;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 75%;
  speak: none;
  display: inline-block;
  text-decoration: none;
  padding-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contentarea .fullwidthcontent {
  padding: 3em 0;
}
#contentarea .contentcolumns {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#contentarea .contentcolumns > .contentcolumns__col {
  display: table-cell;
  vertical-align: top;
}
#contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left {
  width: 470px;
}
#contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left input[type="search"] {
  border-top-width: 0;
  border-right-width: 0;
}
#contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left .content {
  padding: 2.8em 3.5em 2.8em 0;
}
#contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--right {
  border-bottom: 2px solid #b80d2f;
  background-color: #f2f3f6;
}
#contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--right .content {
  padding: 5% 7% 5.5%;
}
#contentarea .breadcrumb {
  min-height: 5rem;
  padding: .5em 2rem .2em;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  background-color: #b80d2f;
  *zoom: 1;
}
#contentarea .breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
#contentarea .breadcrumb .breadcrumb-item {
  margin: 0 0 .3em;
}
#contentarea .breadcrumb a {
  display: inline;
  vertical-align: middle;
  margin: .2em 0;
  color: inherit;
}
#contentarea .breadcrumb a:hover, #contentarea .breadcrumb a:focus {
  opacity: .7;
}
#contentarea .breadcrumb .fontello-icon-angle-right:before {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: .2em .3em;
}
#contentarea .breadcrumb:empty {
  padding: 0;
}
#contentarea .changedate {
  margin: 0 0 -1.5rem;
  padding: 1.6rem 2rem 0;
  font-size: 85%;
  opacity: .8;
}
#contentarea .changedate .reloadcontent a.js-reloadcontent-tooltip {
  cursor: pointer;
  color: inherit;
}
#contentarea .iconnav {
  margin: 0 0 2em;
}
@media (max-width: 1280px) {
  #contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left {
    width: 300px;
  }
  #contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left .content {
    padding: 2em 1.5em 2em 0;
  }
}
@media (max-width: 840px) {
  #contentarea.contentarea--with-contentcolumns {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #contentarea .fullwidthcontent {
    padding: 2em 0;
  }
  #contentarea .contentcolumns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: auto;
  }
  #contentarea .contentcolumns > .contentcolumns__col {
    display: block;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  #contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left {
    position: relative;
    width: auto;
  }
  #contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left .searchbox {
    border: 1em solid #fff;
    border-top-width: .75em;
    border-bottom-width: .75em;
  }
  #contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left .searchbox input[type="search"] {
    border-top-width: 1px;
    border-right-width: 1px;
  }
  #contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--left .content {
    display: none;
  }
  #contentarea .contentcolumns.contentcolumns--470-auto > .contentcolumns__col.contentcolumns__col--right .content {
    padding: 1em;
  }
  #contentarea .changedate {
    margin-bottom: 0;
  }
}

#teaserbar {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 1.8em;
  padding-bottom: 1em;
}

.bottom-navigation {
  padding-bottom: 2.5em;
}
.bottom-navigation #footer .footernav {
  border-bottom: 1px solid #e5e5e5;
  padding-top: .6em;
  padding-bottom: .6em;
  text-align: center;
}
.bottom-navigation #footer .footernav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.bottom-navigation #footer .footernav li {
  display: inline-block;
  position: relative;
  margin: .2em 1.4em .2em 0;
  padding: 0 1.4em 0 0;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}
.bottom-navigation #footer .footernav li:after {
  content: '';
  position: absolute;
  top: .2em;
  right: 0;
  bottom: .3em;
  width: 1px;
  background-color: #808080;
}
.bottom-navigation #footer .footernav li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.bottom-navigation #footer .footernav li:last-child:after {
  display: none;
}
.bottom-navigation #footer .footernav a {
  text-decoration: underline;
}
.bottom-navigation #footer .footernav a:focus, .bottom-navigation #footer .footernav a:hover {
  text-decoration: none;
}
.bottom-navigation #footer .footernav a.footernav__printausgabe {
  font-weight: 500;
  color: #b80d2f;
}
.bottom-navigation #footer .lastupdated {
  padding-top: 1.3em;
  padding-bottom: 4em;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2;
}

@media (min-width: 841px) {
  html.mm-blocking #mm-blocker {
    display: none;
  }
}
@media print {
  #mm-blocker {
    display: none !important;
  }
}

#respmenu {
  display: none;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#respmenu .mm-navbar {
  font-weight: 500;
  background-color: #0070ba;
}
#respmenu .mm-navbar a, #respmenu .mm-navbar > * {
  font-size: 16px;
  color: #fff;
}
#respmenu .mm-listitem_vertical > .mm-panel {
  padding: 0;
}
#respmenu .mm-listitem_vertical .mm-listitem {
  font-weight: 400;
}
#respmenu .mm-listitem_vertical .mm-listitem span,
#respmenu .mm-listitem_vertical .mm-listitem a:not(.mm-btn_next) {
  padding-left: 35px;
}
#respmenu .mm-listitem_vertical .mm-listitem .mm-listitem span,
#respmenu .mm-listitem_vertical .mm-listitem .mm-listitem a:not(.mm-btn_next) {
  padding-left: 50px;
  font-size: 17px;
}
#respmenu .mm-listitem_vertical .mm-listitem .mm-listitem .mm-listitem span,
#respmenu .mm-listitem_vertical .mm-listitem .mm-listitem .mm-listitem a:not(.mm-btn_next) {
  padding-left: 65px;
  font-size: 15px;
}
#respmenu .mm-listview {
  font-weight: 500;
}
#respmenu .mm-listview > li > a.iconnav__icon {
  display: block;
  padding: 10px 10px 10px 60px;
  font-weight: 300;
}
#respmenu .mm-listview > li > a.iconnav__icon:before {
  top: 4px;
  left: 20px;
  font-size: 85%;
}
#respmenu .mm-listview > li.mm-listitem_selected > a:not(.mm-btn_next), #respmenu .mm-listview > li.mm-listitem_selected > span {
  background-color: #e6e9ef;
}
#respmenu .mm-listview > li.logout {
  padding: 10px 10px 10px 20px;
}
#respmenu .mm-listview > li:last-child:after {
  display: none;
}
#respmenu .mm-next:after {
  border-color: #333;
}
#respmenu .mm-btn:after, #respmenu .mm-btn:before {
  border-color: #fff;
}
@media (max-width: 840px) {
  #respmenu.mm-menu_opened {
    display: block;
  }
}
@media (min-width: 841px) {
  #respmenu.mm-menu_opened {
    display: none;
  }
}

#toolbar {
  position: fixed;
  z-index: 1003;
  top: 15%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s, opacity 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
}
#toolbar a.entry {
  display: block;
  position: relative;
  width: 2.3em;
  height: 2.3em;
  margin: 0 0 3px;
  color: #fff;
  background-color: #398aca;
}
#toolbar a.entry [class^="fontello-icon-"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.3em;
}
#toolbar a.entry [class^="fontello-icon-"]:before {
  width: auto;
  margin: 0;
}
#toolbar a.entry [class^="fontello-icon-"].fontello-icon-phone {
  margin-left: .1em;
}
#toolbar a.entry:hover, #toolbar a.entry:focus {
  color: #fff;
  background-color: #61a1d5;
}
#toolbar a.entry:last-child {
  margin-bottom: 0;
}
#toolbar.hide {
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  opacity: 0;
}
.toolbar-no-animate #toolbar.hide {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}
@media (max-width: 840px) {
  #toolbar {
    display: none;
  }
}

#totop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1002;
  -moz-animation: fadein 0.5s ease-out;
  -webkit-animation: fadein 0.5s ease-out;
  animation: fadein 0.5s ease-out;
}
#totop > a {
  display: block;
  padding: 10px .2em 10px .2em;
  font-size: 80%;
  color: #949eae;
  background-color: #fff;
  opacity: .8;
}
#totop > a:focus, #totop > a:hover {
  text-decoration: none;
}
#totop > a > span.to-top-text {
  font-weight: 300;
  padding: 0 1px 0 7px;
}

#slide-toggler {
  position: fixed;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 1003;
  max-width: 400px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 80%;
}
#slide-toggler .slide-toggler-hint-icon:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#slide-toggler .slide-toggler-hint-icon.icon-transformed:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-bottom: 3px;
}
#slide-toggler .slide-toggler-hint {
  cursor: pointer;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  background-color: #0070ba;
  padding: 10px;
}
#slide-toggler .slide-toggler-hint > span {
  padding-right: 1px;
}
@media (max-width: 576px) {
  #slide-toggler {
    max-width: 270px;
  }
}

.slide-toggler-content-container {
  height: 0;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  background-color: #949eae;
}
.slide-toggler-content-container p {
  margin: 0 0 .8em;
  line-height: 1.3;
  color: #fff;
}
.slide-toggler-content-container p.manual {
  font-weight: 500;
}
.slide-toggler-content-container p.hide {
  color: rgba(255, 255, 255, 0.7);
}
.slide-toggler-content-container a {
  color: inherit;
}
.slide-toggler-content-container a:hover, .slide-toggler-content-container a:focus {
  opacity: .65;
}
.slide-toggler-content-container .slide-toggler-content {
  padding: .8em;
}

#loading-content {
  text-align: center;
}

.loading-description {
  padding-top: 10px;
}

.loader {
  width: 80px;
  height: 80px;
  border: 12px solid #f2f3f6;
  border-top: 12px solid #949eae;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  -moz-animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/*# sourceMappingURL=all.css.map */
