/* Variable */
:root {
  /*  unverändert  */
  --bg-main-color: #fff;
  --bg-2nd-color: #f7f7f7;
  --bg-3rd-color: #fff7ea;
  --bg-shadow-color: rgba(255,255,255,.7);
  --bg-highlight-color: rgba(0,106,178,.1);
  --bg-highlight-active-color: rgba(0,106,178,.25);
  --border-main-color: #dbdbdb;
  --btn-main-color: #fff;
  --btn-2nd-color: #4b4b4d;
  --btn-2nd-bg-color: #f7f7f7;
  --btn-shadow-color: rgba(0,0,0,.2);
  --form-error-color: #ff5335;
  --link-site-color: #4b4b4d;
  --link-text-color: #2881bf;
  --text-main-color: #4b4b4d;
  --text-2nd-color: #878787;

  /* Portalstyles */
  --color-primary: #D80015;
  --color-background: #f5f5f5;
  --color-background-community: #e9eef4;
  --color-background-dark: #999999;
  --color-font: #000000;
  --color-font-grey: #878787;
  --font-primary: 'Arial', Helvetica, sans-serif;
  --font-secondary: 'Noto Serif', Helvetica, Arial, sans-serif;
  --btn-main-bg-color: #000;
  --btn-main-active-bg-color: #000; 
  --link-active-color: #D80015;

}

/* CriticalJs */
.fcmscss-device-smartphone .show-smartphone,
.fcmscss-device-fcmsiosapp .show-iosapp,
.fcmscss-device-fcmswebapp .show-webapp,
.fcmscss-device-tablet .show-mobile,
.fcmscss-device-smartphone .show-mobile,
.fcmscss-device-android .show-android, 
.fcmscss-device-ios .show-ios,
.fcmscss-device-fcmswebapp .show-webapp-ab20,
.fcmscss-device-fcmsiosapp .show-iosapp-ab20,
.fcmscss-device-tablet .show-tablet { 
  display: inherit;
}

.fcmscss-device-tablet .epaper-menu-mobile-toggle.show-mobile,
.fcmscss-device-smartphone .epaper-menu-mobile-toggle.show-mobile {
  display: block !important;
}

.fcmscss-device-fcmswebapp .hide-webapp,
.fcmscss-device-tablet .hide-mobile,
.fcmscss-device-smartphone .hide-mobile,
.fcmscss-device-fcmsiosapp .hide-iosapp,
.fcmscss-device-android .hide-webapp,
.fcmscss-device-smartphone .hide-smartphone,
.fcmscss-device-fcmsiosapp .hide-apps, 
.fcmscss-device-fcmswebapp .hide-apps,
.fcmscss-device-android .hide-android, 
.fcmscss-device-ios .hide-ios {
  display: none;
}

/* Vaterland Fonts */

/* Icomoon */

/* Beispielseite für Namen der Icons siehe /design2020/fonts/icomoon/demo/demo.html */

@font-face {
  font-family: 'icomoon';
  src: 
    url('/design2020/fonts/icomoon/fonts/icomoon.ttf?wav4qi') format('truetype'),
    url('/design2020/fonts/icomoon/fonts/icomoon.woff?wav4qi') format('woff'),
    url('/design2020/fonts/Icomoon/fonts/icomoon.svg?wav4qi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


.vl[class^="icon-"], .vl[class*=" icon-"],
.vl[class^="icon-"]:before, .vl[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-thumb:before {
  content: "\e957";
}
.icon-ico-google-30 .path1:before {
  content: "\e951";
  color: rgb(66, 133, 244);
}
.icon-ico-google-30 .path2:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(52, 168, 83);
}
.icon-ico-google-30 .path3:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(251, 188, 5);
}
.icon-ico-google-30 .path4:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(234, 67, 53);
}
.icon-ico-facebook-30 .path1:before {
  content: "\e94c";
  color: rgb(0, 98, 224);
}
.icon-ico-facebook-30 .path2:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Bilder-30:before {
  content: "\e944";
}
.icon-ico-foto:before {
  content: "\e9c7";
}
.icon-ico-video:before {
  content: "\e9c6";
}
.icon-ico-trash:before {
  content: "\e9c5";
}
.icon-ico-epaper-book:before {
  content: "\e9bf";
}
.icon-ico-epaper-update:before {
  content: "\e9c0";
}
.icon-ico-epaper-auto-download:before {
  content: "\e9c1";
}
.icon-ico-epaper-downloaded:before {
  content: "\e9c2";
}
.icon-ico-calendar:before {
  content: "\e9c3";
}
.icon-ico-epaper-download:before {
  content: "\e9c4";
}
.icon-ico-help:before {
  content: "\e9be";
}
.icon-ico-app-share:before {
  content: "\e9bd";
}
.icon-ico-SMS-BOX-1 .path1:before {
  content: "\e900";
  color: rgb(216, 236, 242);
}
.icon-ico-SMS-BOX-1 .path2:before {
  content: "\e901";
  margin-left: -2em;
  color: rgb(216, 236, 242);
}
.icon-ico-SMS-BOX-1 .path3:before {
  content: "\e902";
  margin-left: -2em;
  color: rgb(255, 255, 255);
}
.icon-ico-SMS-BOX-1 .path4:before {
  content: "\e903";
  margin-left: -2em;
  color: rgb(26, 66, 85);
}
.icon-ico-SMS-BOX-1 .path5:before {
  content: "\e904";
  margin-left: -2em;
  color: rgb(26, 66, 85);
}
.icon-ico-SMS-BOX-1 .path6:before {
  content: "\e905";
  margin-left: -2em;
  color: rgb(26, 66, 85);
}
.icon-ico-SMS-BOX-1 .path7:before {
  content: "\e906";
  margin-left: -2em;
  color: rgb(26, 66, 85);
}
.icon-ico-SMS-BOX-1 .path8:before {
  content: "\e907";
  margin-left: -2em;
  color: rgb(26, 66, 85);
}
.icon-ico-SMS-BOX-1 .path9:before {
  content: "\e908";
  margin-left: -2em;
  color: rgb(255, 255, 255);
}
.icon-ico-SMS-BOX-1 .path10:before {
  content: "\e909";
  margin-left: -2em;
  color: rgb(1, 166, 181);
}
.icon-ico-SMS-BOX-1 .path11:before {
  content: "\e90a";
  margin-left: -2em;
  color: rgb(1, 166, 181);
}
.icon-ico-SMS-BOX-1 .path12:before {
  content: "\e90b";
  margin-left: -2em;
  color: rgb(1, 166, 181);
}
.icon-ico-SMS-BOX-1 .path13:before {
  content: "\e90c";
  margin-left: -2em;
  color: rgb(26, 66, 85);
}
.icon-ico-SMS-BOX-1 .path14:before {
  content: "\e90d";
  margin-left: -2em;
  color: rgb(26, 66, 85);
}
.icon-ico-SMS-BOX-2 .path1:before {
  content: "\e90e";
  color: rgb(216, 236, 242);
}
.icon-ico-SMS-BOX-2 .path2:before {
  content: "\e90f";
  margin-left: -2em;
  color: rgb(255, 255, 255);
}
.icon-ico-SMS-BOX-2 .path3:before {
  content: "\e910";
  margin-left: -2em;
  color: rgb(1, 166, 181);
}
.icon-ico-SMS-BOX-2 .path4:before {
  content: "\e911";
  margin-left: -2em;
  color: rgb(1, 166, 181);
}
.icon-ico-SMS-BOX-2 .path5:before {
  content: "\e912";
  margin-left: -2em;
  color: rgb(1, 166, 181);
}
.icon-ico-SMS-BOX-2 .path6:before {
  content: "\e913";
  margin-left: -2em;
  color: rgb(26, 66, 85);
}
.icon-ico-SMS-BOX-2 .path7:before {
  content: "\e914";
  margin-left: -2em;
  color: rgb(226, 0, 26);
}
.icon-ico-SMS-BOX-2 .path8:before {
  content: "\e915";
  margin-left: -2em;
  color: rgb(255, 255, 255);
}
.icon-ico-SMS-BOX-optional .path1:before {
  content: "\e916";
  color: rgb(53, 109, 176);
}
.icon-ico-SMS-BOX-optional .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-SMS-BOX-optional .path3:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-SMS-BOX-optional .path4:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(53, 109, 176);
}
.icon-ico-SMS-BOX-optional .path5:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(53, 109, 176);
}
.icon-ico-SMS-BOX-optional .path6:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(53, 109, 176);
}
.icon-ico-SMS-BOX-optional .path7:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(230, 44, 15);
}
.icon-ico-SMS-BOX-optional .path8:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Umfrage-BOX .path1:before {
  content: "\e91e";
  color: rgb(216, 236, 242);
}
.icon-ico-Umfrage-BOX .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(216, 236, 242);
}
.icon-ico-Umfrage-BOX .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path4:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Umfrage-BOX .path5:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path6:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Umfrage-BOX .path7:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path8:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path9:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Umfrage-BOX .path10:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path11:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Umfrage-BOX .path12:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path13:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path14:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Umfrage-BOX .path15:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path16:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path17:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path18:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path19:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Umfrage-BOX .path20:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path21:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path22:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path23:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path24:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ico-Umfrage-BOX .path25:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path26:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path27:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path28:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(1, 166, 181);
}
.icon-ico-Umfrage-BOX .path29:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path30:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-Umfrage-BOX .path31:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(26, 66, 85);
}
.icon-ico-1-30:before {
  content: "\e93d";
}
.icon-ico-Abo-Preisvorteile-50:before {
  content: "\e93e";
}
.icon-ico-Abos-Preisvorteile-120:before {
  content: "\e93f";
}
.icon-ico-Anker-50:before {
  content: "\e940";
}
.icon-ico-Antworten-30:before {
  content: "\e941";
}
.icon-ico-Audio-50:before {
  content: "\e942";
}
.icon-ico-Bild-kaufen-30:before {
  content: "\e943";
}
.icon-ico-Checkbox-hi-20:before {
  content: "\e945";
}
.icon-ico-Checkbox-lo-20:before {
  content: "\e946";
}
.icon-ico-Download-30:before {
  content: "\e947";
}
.icon-ico-Dropdown-oeffnen-30:before {
  content: "\e948";
}
.icon-ico-Dropdown-schliessen-30:before {
  content: "\e949";
}
.icon-ico-Drucken-30:before {
  content: "\e94a";
}
.icon-ico-Einstellungen-30:before {
  content: "\e94b";
}
.icon-ico-facebook-50:before {
  content: "\e94e";
}
.icon-ico-Geschenkeabos-50:before {
  content: "\e94f";
}
.icon-ico-Geschenkeabos-120:before {
  content: "\e950";
}
.icon-ico-Info-15:before {
  content: "\e987";
}
.icon-ico-Kalender-30:before {
  content: "\e988";
}
.icon-ico-Kleinanzeigen-120:before {
  content: "\e989";
}
.icon-ico-Kommentare-15:before {
  content: "\e98a";
}
.icon-ico-Mail-40:before {
  content: "\e98b";
}
.icon-ico-Mail-50:before {
  content: "\e98c";
}
.icon-ico-Melden-30:before {
  content: "\e98d";
}
.icon-ico-Menue-30:before {
  content: "\e98e";
}
.icon-ico-Pager-10:before {
  content: "\e98f";
}
.icon-ico-Passwort-30:before {
  content: "\e990";
}
.icon-ico-Pause-30:before {
  content: "\e991";
}
.icon-ico-Play-30:before {
  content: "\e992";
}
.icon-ico-Radiobtn-hi-20:before {
  content: "\e993";
}
.icon-ico-Radiobtn-lo-20:before {
  content: "\e994";
}
.icon-ico-Regler-30:before {
  content: "\e995";
}
.icon-ico-reload-15:before {
  content: "\e996";
}
.icon-ico-Schliessen-30:before {
  content: "\e997";
}
.icon-ico-Seitensicht-alle-30:before {
  content: "\e998";
}
.icon-ico-Seitensicht-Blaettern-30:before {
  content: "\e999";
}
.icon-ico-Studentenangebote-50:before {
  content: "\e99a";
}
.icon-ico-Studentenangebote-120:before {
  content: "\e99b";
}
.icon-ico-Suche-30:before {
  content: "\e99c";
}
.icon-ico-Telefon-40:before {
  content: "\e99d";
}
.icon-ico-Trauerportal-120:before {
  content: "\e99e";
}
.icon-ico-Videos-30:before {
  content: "\e9a0";
}
.icon-ico-Vor-30:before {
  content: "\e9a1";
}
.icon-ico-Vor-40:before {
  content: "\e9a2";
}
.icon-ico-Vorteile-hi-50 .path1:before {
  content: "\e9a3";
  color: rgb(245, 245, 245);
}
.icon-ico-Vorteile-hi-50 .path2:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(153, 153, 153);
}
.icon-ico-Vorteile-lo-50 .path1:before {
  content: "\e9a4";
  color: rgb(245, 245, 245);
  opacity: 0.2;
}
.icon-ico-Vorteile-lo-50 .path2:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(153, 153, 153);
  opacity: 0.3;
}
.icon-ico-Weiter-30:before {
  content: "\e9a5";
}
.icon-ico-whatsapp-50:before {
  content: "\e9a6";
}
.icon-ico-Zitat-60:before {
  content: "\e9a7";
}
.icon-ico-Zurueck-30:before {
  content: "\e9a8";
}
.icon-ico-Zurueck-40:before {
  content: "\e9a9";
}
.icon-ico-Vorteile-lo-40 .path1:before {
  content: "\e9ac";
  color: rgb(245, 245, 245);
  opacity: 0.2;
}
.icon-ico-Vorteile-lo-40 .path2:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(153, 153, 153);
  opacity: 0.3;
}
.icon-ico-Vorteile-hi-40 .path1:before {
  content: "\e9ad";
  color: rgb(245, 245, 245);
}
.icon-ico-Vorteile-hi-40 .path2:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(153, 153, 153);
}
.icon-ico-Abo-Preisvorteile-40:before {
  content: "\e9ae";
}
.icon-ico-Geschenkeabos-40:before {
  content: "\e9af";
}
.icon-ico-Anker-40:before {
  content: "\e9b0";
}
.icon-ico-Drucken-40:before {
  content: "\e9b1";
}
.icon-ico-Audio-40:before {
  content: "\e9b2";
}
.icon-ico-facebook-40:before {
  content: "\e9b3";
}
.icon-ico-whatsapp-40:before {
  content: "\e9b4";
}
.icon-ico-Studentenangebote-40:before {
  content: "\e9b5";
}
.icon-ico-twitter-40:before {
  content: "\e9b6";
}
.icon-ico-twitter-x .path1:before {
  content: "\e955";
  /*   color: rgb(29, 29, 27); */
  color: inherit;
}
.icon-ico-twitter-x .path2:before {
  content: "\e956";
  margin-left: -1.0615234375em;
  color: rgb(255, 255, 255);
}
.icon-ico-Suche-20:before {
  content: "\e9b7";
}
.icon-ico-Mail-Envelope-40:before {
  content: "\e9ba";
}
.icon-ico-Mail-Envelope-30:before {
  content: "\e9bb";
}
.icon-ico-Vergroessern:before {
  content: "\e9bc";
}


/* Anpassungen Facebook-Icon (gradient) */
.icon-ico-facebook-30 .path1:before {
  display: none;
}
.icon-ico-facebook-30 .path2:before {
  border-radius: 50%;
  background-image: linear-gradient(to bottom, rgb(25,175,255), rgb(0,98,224));
  margin-left: 0;
}


/* Gewünschte Schriftgröße der Icons mit folgenden Zusatzklassen definieren */

.fs10,
.vl.fs10,
.vl.fs10:before  {
  font-size: 10px;
}

.vl.fs15,
.fs15,
.vl.fs15:before {
  font-size: 15px;
}

.vl.fs20,
.fs20,
.vl.fs20:before {
  font-size: 20px;
}

.vl.fs30,
.fs30,
.vl.fs30:before {
  font-size: 30px;
}

.vl.fs40,
.fs40,
.vl.fs40:before {
  font-size: 40px;
}

.vl.fs50,
.fs50,
.vl.fs50:before {
  font-size: 50px;
}

.vl.fs60,
.fs60,
.vl.fs60:before {
  font-size: 60px;
}

.vl.fs120,
.fs120,
.vl.fs120:before {
  font-size: 120px;
}

@font-face {
  font-family: 'fontello';
  src: url('/design2020/fonts/epaper2024/fontello.eot?49310466');
  src: url('/design2020/fonts/epaper2024/fontello.eot?49310466#iefix') format('embedded-opentype'),
    url('/design2020/fonts/epaper2024/fontello.woff2?49310466') format('woff2'),
    url('/design2020/fonts/epaper2024/fontello.woff?49310466') format('woff'),
    url('/design2020/fonts/epaper2024/fontello.ttf?49310466') format('truetype'),
    url('/design2020/fonts/epaper2024/fontello.svg?49310466#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
  font-variant: normal;
  text-transform: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-ico_plus:before { content: '\e800'; } /* '' */
.icon-ico_download_neu:before { content: '\e801'; } /* '' */
.icon-ico_fullscreen:before { content: '\e803'; } /* '' */
.icon-ico_settings:before { content: '\e804'; } /* '' */
.icon-ico_search:before { content: '\e805'; } /* '' */
.icon-ico_img_menu:before { content: '\e808'; } /* '' */
.icon-ico_minus:before { content: '\e80a'; } /* '' */
.icon-ico_printer:before { content: '\e80b'; } /* '' */
.icon-ico_menu:before { content: '\e80c'; } /* '' */
.icon-ico_arrow-right:before { content: '\e802'; } /* '' */
.icon-ico_arrow-left:before { content: '\e806'; } /* '' */


[class^="icon-"], 
[class*=" icon-"]  {
  line-height: 1;
}

.epaBtn-icon.epaBtn-overview .icon-ico_img_menu:before,
.epaBtn-icon.epaBtn-layerList .icon-ico_menu:before,
.epaBtn-icon.epaBtn-druck .icon-ico_printer:before,
.epaBtn-icon.epaBtn-menu .icon-ico_settings:before,
.epaBtn-icon.epaBtn-download .icon-ico_download_neu:before,
.epaBtn-icon .icon-ico_search:before {
  font-size: 18px;
}

.epaBtn-icon .icon-ico_plus:before, 
.epaBtn-icon .icon-ico_minus:before {
  font-size: 18px;
}

.epaBtn-icon.epaBtn-minMax .icon-ico_fullscreen:before {
  font-size: 24px;
}

/* Universelle Klassen */
.epaFlexJustify-start {
  display: flex;
  justify-content: flex-start;
}

.smalltext {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: var(--color-font-grey);
}

.dispNo {
  display: none;
}

/* Rahmen */
body {
  height: 100%;
  color: var(--color-font);
  font-family: var(--font-primary), Helvetica, sans-serif !important;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 400;
}

*, *:before, *:after {
  font-size: inherit;
  color: var(--color-font);
  font-family: var(--font-primary);
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.epaHeader  {
  border-bottom: none;
}

.epaHeaderLogo {
  grid-column: 1;
}

.epaHeaderLogo img {
  max-height: 60px;
}

.epaPage-Detail .epaHeaderLogo img {
  max-height: 40px;
}

/* Ajaxlogin */
.epaHeaderLogin {
  grid-column: 2 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-height: 80px;
} 

.epaHeaderLogin .suchlink.mobile {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex: 0 0 40px;
}

.epaHeaderLogin .flex-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  margin-top: 8px;
}

.epaHeaderLogin .back-to-all-issues a,
.epaHeaderLogin .logintogglebutton .hide-mobile {
  height: 18px;
  color: var(--color-font-grey);
  font-family: var(--font-primary);
  font-weight: 400;
  padding: 0 10px 0 0;
  font-size: 14px;
  line-height: 18px;
}

.epaHeaderLogin span.facetsuche,
.epaHeaderLogin .logintogglebutton .hide-mobile {
  display: none;
  position: relative;
  margin: 0 0 6px 0;
}

.epaHeaderLogin  .facetsuche input[type="search"] {
  box-sizing: border-box;
  width: 256px;
  height: 40px;
  padding: 10px;
  padding-left: 45px;
  font-size: 14px;
  background: var(--color-background);
  border: 0;
  -webkit-appearance: none;
}

.epaHeaderLogin  .facetsuche .searchButtonHeader {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 40px;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

.epaHeaderLogin  .facetsuche  span.icon-ico_search {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}

.epaHeaderLogin .suchlink.mobile > span {
  display: inline-flex;
}

.epaHeaderLogin .suchlink.mobile .icon-ico_search:before {
  display: inline-block;
  width: 35px;
  line-height: 30px;
  font-size: 20px;
  margin: 0 3px;
}

.epaHeaderLogin .logintogglebutton {
  cursor: pointer;
  width: 40px;
  background-image: url(/apps/icon_user_aktiv-vl.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  height: 40px;
}

.epaHeaderLogin .logintogglebutton.ontop {
  background-image: url(/apps/icon_user.png);
}

.epaHeaderLogin .outerloginContainer {
  position: fixed;
  z-index: 9;
  top: 106px;
  left: 0;
  right: 0;
  border: 1px var(--color-primary);
  background: #fff;
  box-shadow: 0px 0px 16px var(--btn-shadow-color);
  padding: 20px;
  width: auto;
  min-width: 300px;
}

.epaHeaderLogin  .outerloginContainer input.input {
  margin-bottom: 5px;
}

.epaHeaderLogin .loginContainer {
  padding: .5em;
  font-size: 10pt;
}

.epaHeaderLogin .outerloginContainer > form {
  margin-bottom: 0;
}

.epaHeaderLogin .loginUserbildOuter {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  overflow: hidden;
}

.epaHeaderLogin .community__naviUserBild {
  display: flex;
  position: relative;
  flex: 0 0 85px;
  height: 85px;
  width: 85px;
  margin: 0 20px 0 0;
}

.epaHeaderLogin .community__naviUserBild > a {
  border-radius: 50%;
  display: block;
  border: 3px solid #000;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  height: 85px;
}

.epaHeaderLogin .community__naviUserBildPlus {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  color: #fff;
  background: var(--color-primary);
  z-index: 2;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  font-size: 25px;
  box-shadow: 0 0 5px var(--btn-shadow-color);
}

.epaHeaderLogin .loginUserbildOuter .community__naviH2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px 0;
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  color: var(--color-font);
}

.epaHeaderLogin .community__naviH5 {
  margin: 0;
  color: #878787;
  color: var(--color-font-grey);
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.epaHeaderLogin #loginbox .btn {
  border: none;
  border-radius: 0;
  display: inline-block;
  height: 40px;
  padding: 0 2rem;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin: 5px 0;
  line-height: 40px;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: normal;
}

.epaHeaderLogin select {
  background-color: var(--color-background);
  width: 100%;
  padding: 5px;
  border: 0;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  cursor: pointer;
}

.epaFoot {
  background: var(--bg-2nd-color);
  box-shadow: none;
  border: none;
  font-size: 14px;
  padding: 5px;
  height: 40px;
}

.epaFootContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.epaFootContent a, 
.epaFooterContent a:active, 
.epaFooterContent a:visited, 
.epaFootList > ul > li > a {
  font-size: 14px;
  color: var(--color-font-grey);
  line-height: 18px;
  font-weight: 400;
  padding: 0 15px;
}

.epaContainer-inner {
  margin: 0 10px 80px 10px;
}

.epaPage-Detail .epaHeaderLogo  {
  grid-column: 1;
  flex-direction: column;
  align-items: flex-start;
}

.epaPage-Detail .epaHeaderLogo .smalltext {
  font-size: 12px;
  line-height: 1;
  margin: 4px 0 0 8px;
  padding-left: 0;
  color: var(--color-font);
  height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fcmsreader-header .popup.popup-settings {
  top: 108px;
  background: var(--bg-shadow-color);
}

.fcmsreader-header .popup.popup-settings .epa3DotOptions {
  top: 110px;
  padding-top: 48px;
}

.fcmsreader .fcms--slider-container .epaLayer .epaLayerHeaderPic, 
.fcmsreader .fcms--slider-container .epaLayer .epaLayerHeaderPic+.epaBildBeschriftung {
  display: none;
}

.fcmsreader .fcms--slider-container .epaLayer .epaLayerHeaderPic.aktiv {
  display: flex;
  position: relative;
}

.fcmsreader .fcms--slider-container .epaLayer .epaLayerHeaderPic.aktiv+.epaBildBeschriftung {
  display: block;
  color: var(--color-font-grey);
  font-size: 0.77em;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 1.8em;
}

@media all and (min-width: 768px) {

  .epaHeaderLogin {
    flex-direction: column;
    align-items: flex-end;
  }

  .epaHeaderLogin .loginContainer {
    padding: 0;
  }

  body:not(.epaPage-Detail) .epaHeaderLogin span.facetsuche {
    display: flex;
  }

  .epaHeaderLogin .logintogglebutton .hide-mobile {
    display: flex;
    margin-bottom: 0;
    line-height: 25px;
    height: 25px;
  }

  .epaHeaderLogin .suchlink.mobile {
    display: none;
  }

  .epaHeaderLogin .logintogglebutton,
  .epaHeaderLogin .logintogglebutton.ontop {
    background-image: none;
    height: auto;
    width: auto;
    margin-left: 6px;
  }

  .epaHeaderLogin  .outerloginContainer {
    right: 25px; 
    top: 80px;
    width: 300px;
    left: auto;
  }

  .epaContainer-inner {
    /*     max-width: 738px; */
  }

  /* Suche */
  .epaPage-suche .epaMain {
    margin-top: 90px;
  }

  .epaPage-Detail .epaHeaderLogin .flex-container {
    align-items: flex-start;
    margin-top: 5px;
  }

  .epaPage-Detail .fcmsreader-header {
    top: 40px;
  }

  .fcmsreader-header .fcmsreader-menu {
    padding-bottom: 0;
  }

  .fcmsreader-header .popup.popup-settings {
    left: auto;
    width: 100vw;
    top: 81px;
  }

  .fcmsreader .pageoverview-container,
  .fcmsreader .popup .popup-container, 
  .fcmsreader-header .popup .popup-container,
  .fcmsreader-header .popup.popup-settings .epa3DotOptions  {
    top: 80px;
  }

  .epaPage-Detail .epaBtn-icon.epaBtn-layerList {
    width: 85px;
    display: inline-flex;
    margin-left: 0;
  }

  .epaPage-Detail .epaBtn-icon.epaBtn-overview {
    width: 155px;
    display: inline-flex;
    margin: 0;
  }

  .epaPage-Detail .epaHeaderLogo .smalltext {
    font-size: 14px;
    height: 16px;
    margin: 0 0 0 8px;
  }

}

@media all and (min-width: 1250px) {


  .epaHeaderLogin  .facetsuche input[type="search"] {
    width: 362px;
    font-size: 15px;
  }

  .epaHeaderLogin .back-to-all-issues a,
  .epaHeaderLogin .logintogglebutton .hide-mobile {
    color: var(--color-font-grey);
    font-family: var(--font-primary);
    font-size: 15px;
    padding: 10px 10px 3px 10px;
  }

  .epaHeaderLogin .logintogglebutton .hide-mobile {
    padding: 0 10px ;
  }

  .epaHeaderLogin  .outerloginContainer {
    right: calc(50vw - 625px)
  }

  .epaFootContent a, 
  .epaFooterContent a:active, 
  .epaFooterContent a:visited, 
  .epaFootList > ul > li > a {
    font-size: 15px;
  }

  .epaContainer-inner {
    max-width: 1250px;
  }

}

/* Kiosk */
.epaper-defaultbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 0 16px var(--btn-shadow-color);
}

.epaper-defaultbox .epaFlex {
  margin-bottom: 27px;
}

.epaper-defaultbox .smalltext {
  margin-right: 20px;
}

.epaper-defaultbox img {
  max-width: 302px;
}

.epaper-defaultbox h1 {
  font-family: var(--font-secondary);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 17px 0;
}

.download-container {
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

.epaper-abo-ad {
  background: #fff;
  box-shadow: 0 0 16px var(--btn-shadow-color);
  padding: 10px;
  margin-right: 0;
  text-align: center;
}

.fcms-epaperDownloadStatus {
  position: absolute;
  width: 140px;
  left: -20px;
  top: 30px;
  text-align: center;
  padding: 15px;
  border: 1px solid #000;
  background-color: #FFF;
  box-shadow: 5px 5px 5px var(--btn-shadow-color);
  font-size: 16px;
  line-height: 25px;
}

.fcms-epaperDownloadStatus > div,
.fcms-epaperDownloadStatus > div b{
  font-size: 16px;
  line-height: 25px;
}

.fcms-epaperDownloadStatus a:hover {
  text-decoration: underline;
  color: var(--color-font);
}

.boxcontainer>.boxheader {
  color: var(--color-font-grey-dark);
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  width: 65%;
  margin: 0 auto 20px auto;
}

.boxcontainer>.boxheader>h2 {
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
  background: var(--color-background);
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.boxcontainer>.boxheader:before {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid var(--color-font-grey);
  opacity: .5;
}

.boxfooter .boxfooter {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.boxfooter .boxfooterEpaLink {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.epaSwiperContainer {
  position: relative;
  overflow: hidden;
}



.epaSwiperContainer .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0);
}

.epaSwiperContainer .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0);
}

.epaSwiperContainer .swiper-slideContent {
  background: #fff;
  padding: 10px 12px 10px 10px;
  margin: 16px auto;
  max-width: 541px;
  box-shadow: 0 0 16px var(--btn-shadow-color);
}

.epaSwiperContainer .swiper-slideContent img {
  max-width: 242px;
}

.epaSwiperContainer .epaSwiperDownload,
.epaAusgabenErgebnisse .epaSwiperDownload {
  flex-direction: column;
  margin: 22px 0 14px 0;
}

.epaSwiperContainer .epaSwiperDownload > div,
.epaAusgabenErgebnisse .epaSwiperDownload  > div {
  justify-content: space-between;
  display: flex;
  margin-bottom: 12px;
}

.epaSwiperContainer .epaSwiperDownload > div:last-child,
.epaAusgabenErgebnisse .epaSwiperDownload  > div:last-child {
  margin-bottom: 0;
} 

.epaFlex.epaSwiperDownload .fcms-epaperDownloadStatus,
.epaAusgabenErgebnisse .epaSwiperDownload .fcms-epaperDownloadStatus {
  left: -40vw;
  top: -165px;
}

.epaHauptausgabeDownload {
  margin-top: 22px;
}

.epaHauptausgabeDownload > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 8px;
}

@media all and (min-width: 768px) {

  .epaper-defaultbox {
    margin: 0 20px 0 0;
  }

  .epaper-defaultbox img,
  .epaSwiperContainer .swiper-slideContent img {
    max-width: 100%;
  }

  .boxcontainer .boxfooterEpaLink {
    justify-content: flex-end;
  }

  .epaFlex.epaSwiperDownload .fcms-epaperDownloadStatus,
  .epaAusgabenErgebnisse .epaSwiperDownload .fcms-epaperDownloadStatus {
    left: -15vw;
    top: -165px;
  }

}

@media all and (min-width: 1350px) {

  .epaFlex.epaSwiperDownload .fcms-epaperDownloadStatus,
  .epaAusgabenErgebnisse .epaSwiperDownload .fcms-epaperDownloadStatus {
    left: -165px;
    top: -200px;
  }

}

/* Suche */
.epaSuche-optionen.epaper-defaultbox {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(7, auto);
  grid-gap: 20px;
  align-content: flex-start;
}

.boxcontainer.epaper-searchbox {
  grid-column: 1 / 3;
  grid-row: 1 / 1;
}

fieldset.faceted-search-item {
  grid-column: 1 / 3;
  grid-row: 2 / 2;
}

.faceted-search-edition {
  grid-column: 1 / 3;
  grid-row: 3 / 3;
}

fieldset.faceted-search-sort {
  grid-column: 1 / 3;
  grid-row: 4 / 4;
}

fieldset.faceted-search-start-date {
  grid-column: 1 / 2;
  grid-row: 5 /5;
}

fieldset.faceted-search-end-date  {
  grid-column: 2 / 3;
  grid-row: 5 / 5;
}

.faceted-search-time-frame {
  grid-column: 1 / 3;
  grid-row: 6 / 6;
}

.epaFacetedsearch-submit {
  grid-column: 1 / 3;
  grid-row: 7 / 7;
}

.epaSuche label {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.epaSuche-body [type="checkbox"]:not(:checked), 
.epaSuche-body [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.epaSuche-body [type="checkbox"]+label.facetted-search-epaper-label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.epaSuche-body [type="checkbox"]+label.facetted-search-epaper-label:before, 
.epaSuche-body [type="checkbox"]+label.facetted-search-epaper-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

.epaSuche-body [type="checkbox"]:checked+label.facetted-search-epaper-label:before {
  top: 0;
  left: 1px;
  width: 6px;
  height: 14px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.epaSuche-optionen .boxcontainer>.boxheader {
  margin-bottom: 0;
}

.epaSuche-body .boxcontainer>.boxheader>h2 {
  background: #fff;
  padding: 0 10px;
}

.epaSuche .epaper-defaultbox .faceted-search-edition .epaFlex {
  flex-direction: column;
  margin-bottom: 0
}

.epaAusgabenSuche .facetsuche,
.epaSuche-optionen .facetsuche,
.epaSuche-optionen .faceted-search-sort {
  position: relative;
}

.epaSuche-optionen .searchButtonHeader.epaBtn-noAppearance {
  position: absolute;
  bottom: 12px;
}

.epaBtn.w100 {
  width: 100%;
}

.epaSuche input[type="search"], 
.epaSuche input[type="text"], 
.epaSuche select {
  background: var(--color-background);
  border: none;
}

.epaSuche select {
  position: relative;
}

.epaSuche input#fcms-facetedsearch-input {
  padding-left: 45px;
}

.epaSuche .epaper-defaultbox .select-container:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  content: "\e9a2";
  position: absolute;
  right: 14px;
  bottom: 16px;
  transform: rotate(90deg);
  pointer-events: none;
}

.epaSuche [type="radio"]:not(:checked)+label, 
.epaSuche [type="radio"]:checked+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.epaSuche [type="radio"]+label:before, 
.epaSuche [type="radio"]+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 18px;
  height: 18px;
  z-index: 0;
  transition: .28s ease;
}

.epaSuche [type="radio"]:not(:checked)+label:before, 
.epaSuche [type="radio"]:not(:checked)+label:after, 
.epaSuche [type="radio"]:checked+label:before, 
.epaSuche [type="radio"]:checked+label:after {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}

.epaSuche [type="radio"]:checked+label:after {
  background-color: var(--color-primary);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  border: 2px solid transparent;
}

.epaAusgabenSuche a.open-calendar,
.epaSuche a.open-calendar {
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 42px;
}

.epaAusgabenSuche a.open-calendar {
  top: 16px;
}

.epaMain .highlight {
  background-color: yellow;
  font-size: inherit;
}

.faceted-search-time-frame input[type="radio"] {
  position: absolute;
  left: -3000px;
}

.epaSuche-listItem .epaSuche-textContainer {
  align-self: flex-end;
}

@media all and (min-width: 768px) {

  .epaSuche-body {
    max-height: unset;
  }

}

/* Ausgaben */
.epaAusgabenSuche {
  grid-row: 1;
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.epaAusgabenErgebnisse {
  grid-row: 2;
  grid-column: 1 / -1;
  margin-bottom: 40px;
}

.epaAusgabenSuche h1 {
  font-family: var(--font-secondary);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 20px 0 0;
}

.epaAusgabenSuche input[type="text"]  {
  display: block;
  height: 48px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-color: var(--btn-shadow-color);
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0;
  color: #4b4b4d;
  color: var(--text-main-color);
  appearance: none;
}

.epaAusgabenSuche .faceted-search-start-date {
  margin-right: 20px;
  max-width: 176px;
}

.epaAusgabenSuche .epaBtn {
  width: auto;
}

.epaAusgabenErgebnisse ul.epaFlex{
  flex-direction: column;
  flex-wrap: nowrap;
}

.epaAusgabenErgebnisse img {
  max-width: 242px;
  width: 100%;
  aspect-ratio: 242 / 346;
}

.epaAusgabe {
  background: #fff;
  padding: 10px 12px 10px 10px;
  box-shadow: 0 0 16px var(--btn-shadow-color);
  margin: 0 10px 10px 10px;
}


@media all and (min-width: 768px) {

  .epaAusgabenSuche {
    margin-bottom: 20px;
  }

  .epaAusgabenErgebnisse ul.epaFlex {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .epaAusgabenErgebnisse  .epaAusgabe {
    flex: 0 1 30%;
    margin-bottom: 20px;
  }

}

@media all and (min-width: 1250px) {

  .epaAusgabenSuche .faceted-search-start-date {
    max-width: 244px;
  }

  .epaAusgabenErgebnisse  .epaAusgabe {
    flex: 0 1 264px;
  }

}


/* Detailansicht */

.fcmsreader-header {
  z-index: 88888888;
  box-shadow: 0 2px 2px var(--btn-shadow-color);
}

.epaHeaderDetailLogo {
  position: fixed;
  top: 0;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 30vw;
  height: 64px;
}

.epaPage-Detail .epaMain {
  margin-top: 110px;
}

.epaPage-Detail .epaHeaderLogin .back-to-all-issues {
  text-align: center;
}

.epaPage-Detail .epaHeaderLogin .suchlink.mobile {
  display: none;
}

.epaPage-Detail .epaHeaderLogin {
  padding-left: 20px;
}

.fcmsreader-menu .epaMenuGlider-outer {
  height: 34px;
}

/* Umplatzierung Buttons */
.epaPage-Detail .header-zoom.header-buttons-middle:not(.epaLayerTextScaler),
.epaPage-Detail .epaBtn-icon.epaBtn-minMax {
  position: fixed;
  right: 10px;
  top: 120px;
  flex-direction: column-reverse;
  background: var(--bg-2nd-color);
  width: 21px;
  border-radius: 8px;
}

.epaPage-Detail .epaBtn-icon.epaBtn-minMax {
  bottom: 60px;
  top: auto;
  display: block;
  height: 19.5px;
  width: 19.5px;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 4px;
}

.epaPage-Detail .popup-active .header-zoom.header-buttons-middle:not(.epaLayerTextScaler),
.epaPage-Detail .popup-active .epaBtn-icon.epaBtn-minMax {
  display: none;
}


.epaPage-Detail .epaBtn-icon.epaBtn-minMax .icon-ico_fullscreen {
  display: inline-flex;
  width: 20px;
  padding: 0;
  height: 24px;
  text-indent: -11px;
  margin-top: -2.5px;
}

.epaPage-Detail div#selectbox_zoom {
  display: none;
}

.epaPage-Detail .fcmsreader:fullscreen {
  padding-top: 60px;
} 

.epaPage-Detail .fcmsreader .epaSearchbox {
  margin: 0;
}

.epaPage-Detail .fcmsreader-menu .search-word {
  right: 10px;
  left: auto;
  min-width: 250px;
}

.epaSucheInput-delete {
  background: var(--color-background);
}

.epaPage-Detail .epaBtn-icon.epaBtn-plus,
.epaPage-Detail .epaBtn-icon.epaBtn-minus {
  margin: 0;
  height: 19px;
  width: 21px;
  padding: 0;
  border: none;
  border-radius: 4px 4px 0 0;
}

.epaPage-Detail .epaBtn-icon.epaBtn-minus {
  border-radius: 0 0 8px 8px;
  height: 18px;
}

.epaPage-Detail .epaBtn-icon.epaBtn-plus .icon-ico_plus  {
  border-bottom: 1px solid #000;
  height: 19px;
  display: block;
}

.epaPage-Detail .epaBtn-icon.epaBtn-minus .icon-ico_minus {
  height: 18px;
  display: block;
}

.header-buttons.header-buttons-left {
  margin: 0;
}
.epaBtn-icon.epaBtn-layerList,
.epaBtn-icon.epaBtn-overview {
  width: auto;
  display: inline-flex;
  margin: 0 16px 0 0;
  align-items: center;
}
.epaBtn-icon.epaBtn-layerList > span,
.epaBtn-icon.epaBtn-overview > span {
  font-size: 14px;
  line-height: 1;
}
.epaBtn-icon i.icon-ico_menu {
  width: 26px;
}
.epaBtn-icon .icon-ico_menu:before {
  text-indent: -10px;
  width: 26px;
}
.epaBtn-icon .icon-ico_img_menu:before {
  text-indent: -6px;
  width: 34px;
}
.header-buttons.header-buttons-right {
  margin-right: 0;
  flex: 0 1 34px;
}

.fcmsreader .pages-pageflip-left, 
.fcmsreader .pages-pageflip-right {
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  padding: 5px 15px;
}

.fcmsreader .pages-pageflip-left .button, 
.fcmsreader .pages-pageflip-right .button {
  height: 40px;
  width: 40px;
}

.fcmsreader .pages-pageflip-left .button .icon-ico_arrow-left:before,
.fcmsreader .pages-pageflip-right .button .icon-ico_arrow-right:before {
  font-size: 30px;
  line-height: 1;
}

.fcmsreader .popup .popup-container, 
.fcmsreader-header .popup .popup-container {
  box-shadow: 1px 1px 1px var(--btn-shadow-color);
}

.fcmsreader .popup.popup-search .popup-body {
  max-height: calc(100vh - 285px);
}

/* Styling Seitenübersicht */
.fcmsreader .pageoverview-container {
  justify-content: flex-start;
}

.fcmsreader .pageoverview-content.container {
  max-width: 450px;
  box-shadow: 1px 1px 1px var(--btn-shadow-color);
}

.fcmsreader .pageoverview-container #selectbox_ressort {
  display: none;
}

.fcmsreader .pageoverview-pages {
  flex-direction: column;
  overflow: visible;
  margin: 40px 0 0 0;
}

.fcmsreader .pageoverview-pages .epaPageOverviewGlider {
  flex-wrap: wrap;
  box-sizing: border-box;
}

.fcmsreader .pageoverview-pages .page .page-thumb img {
  aspect-ratio: 240 / 358;
}

.fcmsreader .pageoverview-pages .epaPageOverviewGlider .page.odd:first-of-type {
  flex: 0 0 100%;
}

.fcmsreader .pageoverview-pages .epaPageOverviewGlider .page.odd:first-of-type > .page-thumb {
  max-width: 50%;
  margin: 0 0 0 auto;
}

.fcmsreader .pageoverview-pages .epaPageOverviewGlider .page.odd:first-of-type > .page-number {
  width: 50%;
  margin: 0 0 4px 50%;
}

.fcmsreader .pageoverview-pages .epaPageOverviewGlider .page.even,
.fcmsreader .pageoverview-pages .epaPageOverviewGlider .page.odd {
  flex: 0 1 50%;
  margin: 0 0 20px 0;
}

.epaPage-Detail .fcmsreader :not(.epaDetailAktuelleAusgabeOuter) .epaBeilagenContainer {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-main-color);
}


.epaPage-Detail .fcmsreader .epaBeilagenContainer ul.epaFlex {
  justify-content: flex-start;
}

.epaPage-Detail .fcmsreader .epaBeilagenContainer ul > li.epaProspekt {
  flex: 0 1 33%;
}

.epaPage-Detail .fcmsreader .popup.popup-layerOverview .popup-container {
  left: 0;
  max-width: 450px;
  height: 100%;
  border: none;
}

.epaPage-Detail .fcmsreader .epaDetailAktuelleAusgabeOuter {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 30px;
}

.epaPage-Detail .fcmsreader  .epaDetailAktuelleAusgabe {
  flex: 0 0 160px;
  margin-right: 40px;
}

.epaPage-Detail .fcmsreader .epaDetailAktuelleAusgabeOuter .epaBeilagenContainer {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  flex: 0 1 190px;
}

.epaPage-Detail .fcmsreader  .epaDetailAktuelleAusgabeOuter .epaBeilagenContainer ul > li.epaProspekt {
  flex: 0 1 48%;
}

[data-fcms-toggledisplay-container="toggleLayerList"] a.epaEditonLink {
  margin-left: 20px;
  padding: 15px 0;
}
[data-fcms-toggledisplay-container="toggleLayerList"] > div:first-child a.epaEditonLink {
  border-top: none;
}

[data-fcms-toggledisplay-container="toggleLayerList"] a.epaEditonLink .epaEditionLinkText {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
}

[data-fcms-toggledisplay-container="toggleLayerList"] a.epaEditonLink .fcms-epaper-icon-pfeil-rechts {
  display: none;
}

.layerOverview-ressort.epaEditionLinkText {
  padding: 0;
}

.layerOverview-ressort.epaEditionLinkText b,
.epaSuche-listItem.epaEdition > h6 span {
  font-size: 16px;
  line-height: 25px;
}

.fcmsreader .pageoverview-container,
.fcmsreader .pageoverview-container.active {
  transform: none;
  transition: none;
}

.fcmsreader .pageoverview-container.active {
  display: flex;
}

.headerButtonsInSettings {
  display: none;
  position: fixed;
  top: 116px;
  width: 100vw;
  max-width: 400px;
  z-index: 80000000;
  left: auto;
  right: -16px;
  padding-left: 46px;
}

.popup-active.popup-settings .headerButtonsInSettings {
  display: inline-flex;
}

:fullscreen .epaHeaderDetailLogo {
  display: none;
}

-webkit-full-screen .epaHeaderDetailLogo {
  display: none;
}

-moz-full-screen .epaHeaderDetailLogo {
  display: none;
}

:fullscreen .headerButtonsInSettings {
  top: 52px;
}

-webkit-full-screen .headerButtonsInSettings {
  top: 52px;
}

-moz-full-screen .headerButtonsInSettings {
  top: 52px;
}

:fullscreen .popup-container.epa3DotOptions {
  top: 45px !important;
}

-webkit-full-screen .popup-container.epa3DotOptions {
  top: 45px !important;
}

-moz-full-screen .popup-container.epa3DotOptions {
  top: 45px !important;
}

:fullscreen .popup-container {
  top: 39px !important;
}

-webkit-full-screen .popup-container {
  top: 39px !important;
}

-moz-full-screen .popup-container {
  top: 39px !important;
}

:fullscreen .pageoverview-container {
  top: 40px !important;
}

-moz-full-screen .pageoverview-container {
  top: 39px !important;
}

-webkit-full-screen .pageoverview-container {
  top: 39px !important;
}

:fullscreen  .fcmsreader-header .popup.popup-settings  {
  top: 39px !important;
}

-moz-full-screen .fcmsreader-header .popup.popup-settings  {
  top: 39px !important;
}

-webkit-full-screen   .fcmsreader-header .popup.popup-settings  {
  top: 39px !important;
}

.fcmsreader .epaBtn-icon.epaBtn-mobileMenu {
  top: 30px;
  right: 20px;
}

/* Interaktiver Layer  */
.fcmsreader.popup-active.popup-interactive > .fcmsreader-header,
.fcmsreader.popup-active.popup-interactive >  .fcmsreader-header .fcmsreader-menu,
.fcmsreader.popup-active.popup-interactive >  .fcmsreader-header .fcmsreader-menu .epaMenuGlider,
.fcmsreader.popup-active.popup-interactive >  .fcmsreader-header .fcmsreader-menu .epaMenuGlider-outer {
  background: transparent;
  top: 0;
  height: 0;
  box-shadow: none;
  padding: 0;
}

.fcmsreader .fcms--slider-pageflip {
  padding: 8px;
}

.fcmsreader .fcms--slider-pageflip .icon-ico_arrow-right:before,
.fcmsreader .fcms--slider-pageflip .icon-ico_arrow-left:before {
  font-size: 30px;
}

.fcmsreader.popup-active.popup-interactive > .fcmsreader-header .header-buttons.header-buttons-left,
.fcmsreader.popup-active.popup-interactive > .fcmsreader-header .header-zoom.header-buttons-middle.hide-mobil,
.fcmsreader.popup-active.popup-interactive > .fcmsreader-header  .header-buttons.header-buttons-right,
.fcmsreader.fcmsreader .popup.popup-interactive .popup-head [data-fcms-method="pinboard_button"]  {
  display: none;
}

.fcmsreader .popup.popup-interactive {
  padding-top: 64px;
  font-size: 18px;
  line-height: 30px;
}

.fcmsreader .popup.popup-interactive .popup-head {
  z-index: 80000000;
  justify-content: space-between;
  box-shadow: 1px 1px 2px var(--btn-shadow-color);
}

.fcmsreader .popup.popup-interactive .popup-head .header-buttons.header-buttons-right {
  flex: 0 1 33%;
}

.fcmsreader .popup.popup-interactive .popup-container {
  top: 0;
}

.fcmsreader .popup.popup-interactive  .fcms-epaper-icon-close + .epaBtn-tooltipp,
.fcmsreader .popup.popup-interactive  .epaLayerTextScaler .epaBtn-icon:hover .epaBtn-tooltipp,
.fcmsreader .popup.popup-interactive  .epaBtn-icon .epaBtn-tooltipp {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-secondary);
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--color-font);
}

p {
  margin-bottom: 40px;
}

.fcmsreader .popup.popup-interactive .epaInfos {
  color: var(--text-2nd-color);
  font-family: var(--font-secondary);
  font-weight: 400;
  margin: 0 0 20px 0;
  font-size: 1em;
}

.fcmsreader .popup.popup-interactive h5 {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-weight: 400;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.25em;
}

.fcmsreader .popup.popup-interactive .beschreibung {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.audiodescription {
  margin-bottom: 20px;
}

.audioControl {
  display: block;
  padding: 7px 15px 5px 15px;
  cursor: pointer;
  background: var(--color-background);
  width: 100%;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.fcmsreader .popup.popup-interactive .audioControl .icon-ico-Audio-50.fs20:before, 
.fcmsreader .popup.popup-interactive .icon-ico-Vergroessern:before {
  font-family: icomoon !important;
  font-size: 20px;
}

.fcmsreader .popup.popup-interactive .icon-ico-Vergroessern.fs30:before {
  font-size: 30px;
}

.audiodescription div[data-fcms-2click-container="content"] {
  width: 100%;
  padding-top: 20px;
}

.audiodescription div[data-fcms-2click-container="content"]>audio {
  width: 100%;
  height: 75px;
}

.audiodescription audio::-webkit-media-controls-enclosure {
  max-height: unset;
  border-radius: 0
}

.fcmsreader .fcms--slider-container .epaLayer .epaLayerHeaderPic.aktiv .epaBilderserienMarker {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .5);
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 1px 4px 3px 4px;
}

.epaLayer.epaLayerDetailText {
  margin-bottom: 120px;
}

.fcmscss-device-tablet .fcmsreader .popup.popup-interactive,
.fcmscss-device-smartphone .fcmsreader .popup.popup-interactive {
  padding-top: 0;
}

.fcmscss-device-tablet .fcmsreader .popup.popup-interactive .popup-container, 
.fcmscss-device-smartphone .fcmsreader .popup.popup-interactive .popup-container {
  height: 100vh;
}

html:not(.fcmscss-device-tablet) .fcmsreader.mobile,
html:not(.fcmscss-device-smartphone) .fcmsreader.mobile {
  margin-top: 0;
}

.fcmsreader.mobile {
  max-width: 1250px;
}

header.epaHeader.hide-mobile.active + .epaMain .popup-active.popup-interactive .popup.popup-interactive .popup-container {
  top: 64px;
  height: calc(100vh - 80px);
}

.fancybox-infobar span {
  color: #fff;
}

.fancybox-button svg path {
  fill: #fff !important;
}

.fancybox-caption__body > * {
  color: #fff;
}


@media all and (min-width: 500px) {
  .audioControl {
    width:180px;
    margin: -42px 0 10px auto
  }

  .article-additional-infos.withPublication+[data-fcms-method="2click"] .audioControl,.article-additional-infos.withAutor+[data-fcms-method="2click"] .audioControl {
    margin: -50px 0 10px auto
  }

  .article-additional-infos.withPublication.withAutor+[data-fcms-method="2click"] .audioControl {
    margin: -50px 0 10px auto
  }
}

@media all and (min-width: 1200px) {
  .audioControl,.article-additional-infos.withPublication+[data-fcms-method="2click"] .audioControl,.article-additional-infos.withAutor+[data-fcms-method="2click"] .audioControl {
    margin:-58px 0 20px auto
  }

  .article-additional-infos.withPublication.withAutor+[data-fcms-method="2click"] .audioControl {
    margin: -58px 0 20px auto
  }
}


@media (hover: hover) and (pointer: fine) {

  .fcmsreader .popup .popup-head .epaLayerTextScaler .epaBtn-icon:hover .epaBtn-tooltipp,
  .epaBtn-icon.epaBtn-plus:hover .epaBtn-tooltipp,
  .epaBtn-icon.epaBtn-minus:hover .epaBtn-tooltipp,
  .epaBtn-icon.epaBtn-minMax:hover .epaBtn-tooltipp {
    top: 32px;
    right: 10px;
    left: auto; 
  }

}

@media all and (min-width: 768px) {

  .epaPage-Detail .epaHeaderLogo {
    margin-bottom: 0;
    overflow: visible;
  }

  .epaHeaderDetailLogo {
    position: relative;
    top: -36px;
    left: 0;
    align-items: flex-start;
    max-width: unset;
  }

  .epaHeaderDetailLogo .epaHeaderLogo > a {
    margin-bottom: 8px;
  }

  .epaPage-Detail .epaMain {
    margin-top: 80px;
  } 

  .header-buttons.header-buttons-left {
    justify-content: center;
  }

  .headerButtonsInSettings {
    display: inline-flex;
    position: relative;
    top: 0;
    width: auto;
    z-index: 80000000;
    left: auto;
    right: 0;
    padding-left: 0;
  }

  .fcmsreader-header .popup.popup-settings .epa3DotOptions {
    padding-top: 0;
  }

  .fcmsreader .popup.popup-download .popup-container {
    right: 88px;
  }

  .fcmsreader .popup.popup-print .popup-container {
    right: 138px;
  }

  :fullscreen .popup-container.epa3DotOptions {
    top: 39px !important;
  }

  -webkit-full-screen .popup-container.epa3DotOptions {
    top: 39px !important;
  }

  -moz-full-screen .popup-container.epa3DotOptions {
    top: 39px !important;
  }

  :fullscreen .headerButtonsInSettings {
    top: 0;
  }

  -webkit-full-screen .headerButtonsInSettings {
    top: 0;
  }

  -moz-full-screen .headerButtonsInSettings {
    top: 0;
  }

  :fullscreen .epaHeaderDetailLogo {
    display: inline-flex;
    height: 30px;
    top: -2px;

  }

  -webkit-full-screen .epaHeaderDetailLogo {
    display: inline-flex;
    height: 30px;
    top: -2px;
  }

  -moz-full-screen .epaHeaderDetailLogo {
    display: inline-flex;
    height: 30px;
    top: -2px;
  }

  :fullscreen .epaHeaderLogo {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  -webkit-full-screen .epaHeaderLogo {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  -moz-full-screen .epaHeaderLogo {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  :fullscreen .epaHeaderDetailLogo img {
    max-height: 32px;
  }

  -webkit-full-screen .epaHeaderDetailLogo img {
    max-height: 32px;
  }

  -moz-full-screen .epaHeaderDetailLogo img {
    max-height: 32px;
  }

  .fcmsreader .popup.popup-search .popup-body {
    max-height: calc(100vh - 258px);
  }

  .fcmsreader .popup.popup-layerOverview .popup-body {
    max-height: calc(100vh - 288px);
  }

  /* Interaktive Layer  */
  .fcmsreader .popup.popup-interactive {
    padding-top: 80px;
  }

  .fcmscss-device-tablet .fcmsreader .popup.popup-interactive,
  .fcmscss-device-smartphone .fcmsreader .popup.popup-interactive {
    padding-top: 0;
  }

  .fcmsreader .popup.popup-interactive .popup-container {
    top: 0;
  }

  .fcmsreader.popup-active.popup-interactive .epaHeaderDetailLogo {
    margin: -16px 0 0 8px;
    top: 25px;
    left: 7px;
  }

  .fcmsreader.popup-active.popup-interactive  .header-buttons.header-buttons-left {
    justify-content: flex-start
  }

  .fcmsreader .epaLayerHeaderPic  img {
    max-height: 437px;
    max-height: 50vh;
  } 

  header.epaHeader.hide-mobile.active + .epaMain .popup-active.popup-interactive .popup.popup-interactive .popup-container {
    top: 80px;
    height: calc(100vh - 80px);
  }

}

@media all and (min-width: 1250px) {

  .fcmsreader .pageoverview-pages .epaPageOverviewGlider {
    overflow: visible;
  }

  .fcmsreader .popup.popup-download .popup-container {
    right: 96px;
  }

  .fcmsreader .popup.popup-print .popup-container {
    right: 151px;
  }

  .fcmsreader .pageoverview-container,
  .fcmsreader .pageoverview-content.container {
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
  }

}