/* overpass-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  src: url('/_templates/shared/fonts/overpass-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 300;
  src: url('/_templates/shared/fonts/overpass-v19-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('/_templates/shared/fonts/overpass-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 400;
  src: url('/_templates/shared/fonts/overpass-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 500;
  src: url('/_templates/shared/fonts/overpass-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 500;
  src: url('/_templates/shared/fonts/overpass-v19-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: normal; 
  font-weight: 600;
  src: url('/_templates/shared/fonts/overpass-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 600;
  src: url('/_templates/shared/fonts/overpass-v19-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  src: url('/_templates/shared/fonts/overpass-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* overpass-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 700;
  src: url('/_templates/shared/fonts/overpass-v19-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Basics ------------------------------------------------------------------------- */

:root {

  --primaryColor: #1347ad;

  --cybap-line-height-factor: 1;

  --fontDefault: 'Overpass', sans-serif;

  --defaultBackgroundColor: #FFFFFF;

  --defaultFontSize: 1rem;
  --defaultTextColor: #000000;
  --defaultLinkColor: var(--primaryColor);
  --defaultLinkDecoration: none;
  --defaultLinkHoverColor: #333333;
  --defaultLinkHoverDecoration: underline;

  --boldFontWeight: 700;

  --headline1Color: var(--primaryColor);
  --headline1FontWeight: 400;
  --headline1FontFamily: 'Overpass', sans-serif;
  --headline1FontSize: clamp( 25px, 3vw ,40px );
  --headline1TextTransform: none;

  --headline2Color: var(--primaryColor);
  --headline2FontWeight: 400;
  --headline2FontFamily: 'Overpass', sans-serif;
  --headline2FontSize: clamp( 25px, 3vw ,30px );
  --headline2TextTransform: none;

  --headline3Color: var(--primaryColor);
  --headline3FontWeight: 700;
  --headline3FontFamily: 'Overpass', sans-serif;
  --headline3FontSize: 1.4rem;
  --headline3TextTransform: none;

  --headline4Color: #000000;
  --headline4FontWeight: 300;
  --headline4FontFamily: 'Overpass', sans-serif;
  --headline4FontSize: 27px;
  --headline4TextTransform: none;

  --headline5Color: #000000;
  --headline5FontWeight: 300;
  --headline5FontFamily: 'Overpass', sans-serif;
  --headline5FontSize: 24px;
  --headline5TextTransform: none;

  --headline6Color: #000000;
  --headline6FontWeight: 300;
  --headline6FontFamily: 'Overpass', sans-serif;
  --headline6FontSize: 1em;
  --headline6TextTransform: none;

  --scrollTop: 0;
  --sidePadding: 80px;
  --vh : 1vh;
  --headerHeight: 118px;

  /* Base64 Grafiken */

  --mainmenuArrowTopInactive: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDE5IDExIiB3aWR0aD0iMTlwdCIgaGVpZ2h0PSIxMXB0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9Il9jbGlwUGF0aF9wektJU3pkTW9LR0xnUXo5emhsYmRCT1A1c0pFUnVVdSI+PHJlY3Qgd2lkdGg9IjE5IiBoZWlnaHQ9IjExIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF9wektJU3pkTW9LR0xnUXo5emhsYmRCT1A1c0pFUnVVdSkiPjxwYXRoIGQ9IiBNIDkuNSAzLjAyNSBMIDE3LjI3OCAxMC44MDMgTCAxOC42OTIgOS4zODkgTCAxMC45MTQgMS42MTEgTCA5LjUgMC4xOTcgTCA5LjUgMC4xOTcgTCA4LjA4NiAxLjYxMSBMIDguMDg2IDEuNjExIEwgMC4zMDggOS4zODkgTCAxLjcyMiAxMC44MDMgTCA5LjUgMy4wMjUgWiAiIGZpbGw9InJnYigxNzYsMTc2LDE3NikiLz48L2c+PC9zdmc+);

  --mainmenuArrowTopActive: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5IDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGc+CiAgICAgICAgPHBhdGggZD0iTTkuNSwzLjAyNUwxNy4yNzgsMTAuODAzTDE4LjY5Miw5LjM4OUw5LjUsMC4xOTdMMC4zMDgsOS4zODlMMS43MjIsMTAuODAzTDkuNSwzLjAyNVoiIHN0eWxlPSJmaWxsOnJnYigxOSw3MSwxNzMpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgPC9nPgo8L3N2Zz4K);
 
  --mainmenuArrowBottomInactive: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDE5IDExIiB3aWR0aD0iMTlwdCIgaGVpZ2h0PSIxMXB0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9Il9jbGlwUGF0aF83eUdRUDdsNDE2ajl3cEcxaVg0VEZYRmN4R3daUnRMeiI+PHJlY3Qgd2lkdGg9IjE5IiBoZWlnaHQ9IjExIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF83eUdRUDdsNDE2ajl3cEcxaVg0VEZYRmN4R3daUnRMeikiPjxwYXRoIGQ9IiBNIDkuNSA3Ljk3NSBMIDEuNzIyIDAuMTk3IEwgMC4zMDggMS42MTEgTCA4LjA4NiA5LjM4OSBMIDkuNSAxMC44MDMgTCA5LjUgMTAuODAzIEwgMTAuOTE0IDkuMzg5IEwgMTAuOTE0IDkuMzg5IEwgMTguNjkyIDEuNjExIEwgMTcuMjc4IDAuMTk3IEwgOS41IDcuOTc1IFogIiBmaWxsPSJyZ2IoMTc2LDE3NiwxNzYpIi8+PC9nPjwvc3ZnPg==);
  
  --mainmenuArrowBottomActive: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5IDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGc+CiAgICAgICAgPHBhdGggZD0iTTkuNSw3Ljk3NUwxLjcyMiwwLjE5N0wwLjMwOCwxLjYxMUw5LjUsMTAuODAzTDE4LjY5MiwxLjYxMUwxNy4yNzgsMC4xOTdMOS41LDcuOTc1WiIgc3R5bGU9ImZpbGw6cmdiKDE5LDcxLDE3Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  
}

@media all and (max-width: 1600px ) {
  :root {
    --sidePadding: 40px;
  }
}
@media all and (max-width: 600px ) {
  :root {
    --sidePadding: 20px;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: var(--fontDefault);
  font-size: var(--defaultFontSize);
  font-weight: 300;
  line-height: 150%;
  color: var(--defaultTextColor);
  background: var(--defaultBackgroundColor);
  overflow-x: hidden;
  overflow-y: auto;
}

form, h1, h2, h3, h4, h5, h6, img, p {
  padding: 0;
  margin: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  object-fit: contain;
  display: inline-block !important;
}

span[style*="font-size"], small {
  display: inline-block;
  line-height: 140%;
}

b, strong, span[style*="bold"] {
  font-weight: var(--boldFontWeight) !important;
}

big {
  font-size: 1.125em;
}

div {
  position: relative;
}

hr {
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  padding: 0;
  margin: 0 auto 0;
  background: #EEEEEE;
}

/* Default Hyperlinks ------------------------------------------------------------------------- */

a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: var(--defaultLinkDecoration);
  text-underline-offset: 3px;
  color: var(--defaultLinkColor);
  transition: 300ms;
  outline-offset: -1px;
}
a:hover, a:focus, a:active {
  text-decoration: var(--defaultLinkHoverDecoration);
  color: var(--defaultLinkHoverColor);
}


/* BEGIN -------------------------------------------- HEADLINES */

.headline1 {
  font-size: var(--headline1FontSize);
  font-family: var(--headline1FontFamily);
  font-weight: var(--headline1FontWeight);
  color: var(--headline1Color);
  line-height: 130%;
  text-transform: var(--headline1TextTransform);
}

.headline2 {
  font-size: var(--headline2FontSize);
  font-family: var(--headline2FontFamily);
  font-weight: var(--headline2FontWeight);
  color: var(--headline2Color);
  line-height: 140%;
  text-transform: var(--headline2TextTransform);
}

.headline3 {
  font-size: var(--headline3FontSize);
  font-family: var(--headline3FontFamily);
  font-weight: var(--headline3FontWeight);
  color: var(--headline3Color);
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  line-height: 100%;
  text-transform: var(--headline3TextTransform);
}

.headline4 {
  font-size: var(--headline4FontSize);
  font-family: var(--headline4FontFamily);
  font-weight: var(--headline4FontWeight);
  color: var(--headline4Color);
  line-height: 120%;
  text-transform: var(--headline4TextTransform);
}

.headline5 {
  font-size: var(--headline5FontSize);
  font-family: var(--headline5FontFamily);
  font-weight: var(--headline5FontWeight);
  color: var(--headline5Color);
  line-height: 120%;
  text-transform: var(--headline5TextTransform);
}

.headline6 {
  font-size: var(--headline6FontSize);
  font-family: var(--headline6FontFamily);
  font-weight: var(--headline6FontWeight);
  color: var(--headline6Color);
  line-height: 120%;
  text-transform: var(--headline6TextTransform);
}

/* END -------------------------------------------- HEADLINES */




/* BEGIN -------------------------------------------- HEADER */

header.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  color: #000000;
  box-sizing: border-box;
  z-index: 999;
  transition: 300ms;
}
body.scrolled header.header {
  top: 20px;
}
.header-inner {
  position: relative;
  display: flex;
  max-width: 1600px;
  margin: 0 auto 0;
  padding: 0 40px;
  column-gap: 30px;
  align-items: end;
  justify-content: end;
  background: #FFFFFF;
  box-shadow: 0 0 6px rgba(0,0,0,0.5);
  box-sizing: border-box;
}

.logo {
  padding: 55px 0 25px 0;
  width: 150px;
  margin: 0;
  align-self: center;
  text-align: center;
  transition: padding 300ms;
} 
.logo img, .logo svg {
  max-height: 82px;
}
body.scrolled .logo {
  padding: 25px 0;
}

@media all and (max-width: 1300px) {
  .header-inner {
    align-items: center;
    justify-content: space-between;
  }
  .logo {
    grid-column-start: 1;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo img, .logo svg {
    max-height: 80px;
  }
  header.header {
    padding: 0;
  }
  body.scrolled header.header {
    top: 0;
  }
}
@media all and (max-width: 600px) {
  .logo, body.scrolled .logo {
    padding: 15px 0;
  }
  .logo img, .logo svg {
    max-height: 60px;
    min-width: 0;
  }
  .header-inner {
    padding: 0 20px;
  }
}
  

/* END -------------------------------------------- HEADER */




/* BEGIN -------------------------------------------- MAINMENU - DESKTOP */

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

  nav.mainmenu {
    position: relative;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0 calc( var(--sidePadding) * 0.75 ) 0 0;
    box-sizing: border-box;
    pointer-events: all;
    align-self: end;
    justify-content: center;
  }
  nav.mainmenu ul, nav.mainmenu li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  nav.mainmenu > ul {
    display: flex;
    column-gap: 30px;
    align-items: stretch;
  }

  nav.mainmenu > ul > li {
    display: flex;
    align-items: center;
  }

  nav.mainmenu > ul li.active {
    z-index: 10;
  }

  /* Link in Hauptebene */
  nav.mainmenu > ul > li > a, nav.mainmenu > ul > li > strong {
    position: relative;
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 1em 1em 0.5em 1em;
    color: #666;
    font-size: 1rem;
    line-height: 140%;
    transition: color 300ms;
    text-decoration: none;
  }
  /* Hover in Hauptebene */
  nav.mainmenu > ul > li > a:hover, nav.mainmenu > ul > li > a:focus, nav.mainmenu > ul > li.active > a {
    text-decoration: none;
    color: var(--primaryColor);
  }
  /* Markierter in Hauptebene */
  nav.mainmenu > ul > li.marked > a, nav.mainmenu > ul > li > strong {
    text-decoration: none;
    color: var(--primaryColor);
  }
  nav.mainmenu > ul > li > a::after, nav.mainmenu > ul > li > strong::after {
    display: block;
    width: 7px;
    height: 7px;
    margin: 5px auto 0;
    background: transparent;
    content: '';
  }
  nav.mainmenu > ul > li.marked > a::after, nav.mainmenu > ul > li > strong::after  {
    background: var(--primaryColor);
  }
  
  /* Unterebenen standardmäßig ausblenden */
  nav.mainmenu > ul > li ul {
    display: none;
    padding: 10px 0;
    background: rgba(255,255,255,0.5);
  }
  
  nav.mainmenu > ul > li ul li ul {
    border-left: 20px solid transparent;
  }

  /* Link in Unterebenen */
  nav.mainmenu > ul > li ul li a, nav.mainmenu > ul > li ul li strong {
    position: relative;
    display: block;
    font-weight: normal !important;
    padding: 0.5em 1.5em;
    margin: 0;
    font-size: 1rem;
    color: #FFFFFF;
    transition: 300ms;
    text-decoration: none;
  }
  nav.mainmenu > ul > li > ul > li:hover, nav.mainmenu > ul > li > ul > li:focus {
    color: #FFFFFF;
  }
  nav.mainmenu > ul > li > ul > li:hover > a, nav.mainmenu > ul > li > ul > li > a:focus {
    background: #FFFFFF22;
  }
  nav.mainmenu > ul > li > ul > li.hasSub.active > a, nav.mainmenu > ul > li > ul > li.marked > a, nav.mainmenu > ul > li > ul > li > strong {
    background: #FFFFFF22;
  }
  nav.mainmenu > ul > li > ul > li ul li a:hover, nav.mainmenu > ul > li > ul > li ul li a:focus, nav.mainmenu > ul > li > ul > li ul li.hasSub.active > a, nav.mainmenu > ul > li > ul > li ul li.marked > a, nav.mainmenu > ul > li > ul > li ul li > strong {
    background: #FFFFFF22;
  }
  
  nav.mainmenu > ul > li ul li.hasSub:hover, nav.mainmenu > ul > li ul li.hasSub:focus {
    cursor: pointer;
  }
  nav.mainmenu > ul > li ul li.hasSub::after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.2rem;
    height: 2.2rem;
    background-image: var(--mainmenuArrowBottomInactive);
    background-repeat: no-repeat;
    background-size:  1.125rem 1.125rem;
    background-position: center center;
    content: '';
  }
  nav.mainmenu > ul > li ul li.hasSub:hover::after, nav.mainmenu > ul > li ul li.hasSub:focus::after {
    background-image: var(--mainmenuArrowBottomActive);
  }
  nav.mainmenu > ul > li ul li.hasSub.active::after, nav.mainmenu > ul > li ul li.hasSub.marked::after {
    background-image: var(--mainmenuArrowTopActive) !important;
  }
  nav.mainmenu > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    padding: 0.7rem 0;
    margin: 0;
    color: #FFFFFF;
    background: var(--primaryColor);
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
}

@media all and (max-width: 1600px) {
  nav.mainmenu ul {
    column-gap: 20px;
  }
}

@media all and (max-width: 1300px) {
  nav.mainmenu {
    display: none;
    position: fixed;
    top: var(--headerHeight);
    left: 0;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #CCCCCC;
    text-align: left;
    height: calc( 100% - 133px );
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #FFFFFF;
    overflow: scroll;
    box-sizing: border-box;
    height: calc( calc( var(--vh) * 100 ) - var(--headerHeight));
  }
  body.scrolled nav.mainmenu {
    top: var(--headerHeight);
  }
  nav.mainmenu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav.mainmenu ul li {
    position: relative;
    padding: 0;
    margin: 0;
  }
  nav.mainmenu ul > li + li {
    border-top: 1px solid #CCC;
  }
  nav.mainmenu ul li ul {
    display: none;
    padding-left: 20px;
    font-size: 1rem !important;
    border-top: 1px solid #CCC;
  }
  nav.mainmenu > ul li.hasSub::after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 53px;
    background-image: var(--mainmenuArrowBottomInactive);
    background-repeat: no-repeat;
    background-size:  18px 18px;
    background-position: center center;
    content: '';
  }
  nav.mainmenu > ul li.hasSub:has(a:hover)::after, nav.mainmenu > ul li.hasSub:has(a:focus)::after {
    background-image: var(--mainmenuArrowBottomInactive);
  }
  nav.mainmenu > ul li.hasSub.active::after, nav.mainmenu > ul li.hasSub.marked::after {
    background-image: var(--mainmenuArrowTopActive) !important;
  }
  
  /* Link in Hauptebene */
  nav.mainmenu > ul li a, nav.mainmenu > ul li strong {
    position: relative;
    display: block;
    font-weight: normal !important;
    margin: 0;
    padding: 13px 35px 13px 20px;
    color: #383838;
    font-size: 1rem;
    transition: color 300ms;
    text-decoration: none;
   }
   
  /* Hover in Hauptebene */
  nav.mainmenu > ul > li > a:hover, nav.mainmenu > ul > li > a:focus, nav.mainmenu > ul > li > a:focus, nav.mainmenu > ul > li.active > a {
    color: var(--primaryColor) !important;
  }
  
  /* Markierter in Hauptebene */
  nav.mainmenu > ul li.marked > a, nav.mainmenu > ul li > strong {
    color: var(--primaryColor);
    font-weight: bold !important;
  }
 
  nav.mainmenu ul li ul li > a:hover, nav.mainmenu ul li ul li > a:focus, nav.mainmenu ul li ul li.active > a {
    color: var(--primaryColor) !important;
  }
}

/* END ------------------------------------------------ MAINMENU */





/* BEGIN ---------------------------------------- FOOTER  */

footer.footer {
  position: relative;
  font-size: 1rem;
  padding: 40px 40px;
}
div.footer-inner {
  display: grid;
  grid-template-columns: repeat( 12, auto );
  column-gap: 30px;
  row-gap: 30px;
  border-top: 1px solid var(--primaryColor);
  align-items: end;
  margin: 0 auto 0;
  padding: 30px 0;
  max-width: 1600px;
  line-height: 140%;
  box-sizing: border-box;
}
div.footer-inner > div {
  grid-column: span 3;
}

div.footer-logo {
  position: absolute;
  top: 1px;
  right: 0;
  transform: translate(0,-100%);
  background: #FFFFFF;
}

@media all and (max-width: 1000px) {
  div.footer-inner {
    grid-template-columns: repeat( 6, auto );
  }
}

@media all and (max-width: 600px) {
  footer.footer {
    position: relative;
    font-size: 1rem;
    padding: 40px 20px;
  }
  div.footer-inner {
    grid-template-columns: repeat( 3, auto );
    text-align: center !important;
  }
  div.footer-inner p {
    text-align: center !important;
  }
}

/* END -------------------------------------------- FOOTER */



/* BEGIN -------------------------------------------- HERO */

.hero {
  position: relative;
  margin: 0 auto 0;
  overflow: hidden;
  min-height: var(--headerHeight );
}

.hero::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 100;
  pointer-events: none;
  background: linear-gradient(#00000055,#00000000);
}


.hero:has(img), .hero:has(video) {
  content: '';
}

div.hero-item {
  display: none;
}
div.hero-item:first-child {
  display: block;
}
div.hero-item-container {
  grid-template-columns: 1fr;
  display: grid;
  margin: 0 auto 0;
  min-height: 100px;
  align-items: end;
  overflow: hidden;
  background: linear-gradient(#00000055,#00000000);
}
div.hero-item-container > img, div.hero-item-container > video, div.hero-item-container > div.cyaccess-hideimages-label {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: 0 auto 0 !important;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: calc( var(--vh) * 100 );
    object-fit: cover;
    object-position: center center;
}
body.hero-fullscreen div.hero-item-container > img, body.hero-fullscreen div.hero-item-container > video, body.hero-fullscreen div.hero-item-container > div.cyaccess-hideimages-label {
  height: calc( var(--vh) * 100 );
}
div.hero-item-container-text {
  position: relative;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: 50px 0;
  margin-top: calc(100px + var(--headerHeight));
  margin-bottom: 100px;
  overflow: hidden;
  opacity: calc( var(--scrollTop) / calc( var(--vh) * 100 ) );
  z-index: 2;
  background: linear-gradient(235deg, #00000000  10%,   #00000066 80%);
}

div.hero-item-container-text .grid-row {
  margin: 0;
  padding: 0 var(--sidePadding);
  box-sizing: border-box;
}

div.hero-item-container-text .grid-col {
  row-gap: 20px;
}

section.hero .slick-dots {
  display: flex;
  position: absolute;
  left: var(--sidePadding);
  bottom: 30px;
  width: fit-content;
  padding: 0;
  margin: 0;
  column-gap: 8px;
  list-style: none;
  justify-content: right;
  box-sizing: border-box;
  transform: none;
}
section.hero .slick-dots li {
  padding: 0;
  margin: 0;
}
section.hero .slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  color: transparent;
  background: transparent;
  cursor: pointer;
  outline: 1px solid #AAA;
  transform: scale(0.8);
  transition: 300ms;
}
section.hero .slick-dots li.slick-active button {
  background: #FFFFFF;
  transform: scale(1);
}


/* END -------------------------------------------- HERO */




/* BEGIN -------------------------------------------- CONTENTBEREICH */

div.breadcrumb {
  position: relative;
  display: block;
  padding: 33px 0px 10px 0;
  border-bottom: 2px solid #EEE;
  font-size: 1rem;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto 0;
}
div.breadcrumb a, div.breadcrumb a:hover, div.breadcrumb a:focus {
  color: var(--primaryColor);
  text-decoration: none;
}
div.breadcrumb a:hover, div.breadcrumb a:focus {
  text-decoration: underline;
}

@media all and (max-width: 1920px) {
  div.breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1680px) {
  div.breadcrumb {
    margin: 0 40px;
    padding-left: 0;
    padding-right: 0;
    width: calc( 100% - 80px );
  }
}

@media all and (max-width: 600px) {
  div.breadcrumb {
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9rem;
    width: calc( 100% - 40px );
  }
}


main img, main svg {
  margin: 5px 20px;
}

.skiplinks {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #000;
  list-style: none;
}
.skiplinks:has(a:focus) {
  width: fit-content;
  height: fit-content;
  padding: 15px;
  opacity: 1;
  z-index: 10000;
}
.skiplinks li {
  margin: 0;
}

div.maincontent {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #FFFFFF;
  margin: 0 auto 0;
}
div.maincontent::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  transform: translate(0,100%);
  background: #FFFFFF;
  content: '';
}
div.breadcrumb + div.maincontent {
  box-shadow: 0 0 0;
}

/* END -------------------------------------------- CONTENTBEREICH */



/* BEGIN -------------------------------------------- HAMBURGER MENÜ */


#menu-switch {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 -10px 0 0;
  border: 10px solid transparent;
  box-sizing: content-box;
}
#menu-switch span:nth-child(1),#menu-switch span:nth-child(2){-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center}#menu-switch{width:35px;height:35px;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;vertical-align:bottom}#menu-switch span{display:block;position:absolute;height:3px;width:100%;background:#FFF;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#menu-switch span:nth-child(1){top:7px;transform-origin:left center}#menu-switch span:nth-child(2){top:16px;transform-origin:left center}#menu-switch span:nth-child(3){top:25px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}body.menu-shown #menu-switch span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:4px;left:6px}body.menu-shown #menu-switch span:nth-child(2){width:0;opacity:0}body.menu-shown #menu-switch span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:29px;left:6px}
#menu-switch span {
  background: var(--primaryColor);
}

@media all and (max-width: 1300px) {
  #menu-switch {
    display: inline-block;
  }
}
@media all and (max-width: 600px) {
  #menu-switch {
    transform-origin: right center;
    transform: scale(0.9);
  }
}


/* END -------------------------------------------- HAMBURGER MENÜ */



/* BEGIN -------------------------------------------- STYLE-BEFEHLE */

/* END -------------------------------------------- STYLE-BEFEHLE */




/* BEGIN -------------------------------------------- BILDVERGRÃƒâ€“ÃƒÅ¸ERUNG */
.mfp-bg, .mfp-wrap {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 10000;
    opacity: 0;
    animation: mfp-fadein 600ms forwards;
}
@keyframes mfp-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mfp-container, .mfp-content, .mfp-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mfp-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mfp-figure figure {
  position: absolute;
    top: 50%;
    left: 10px;
    width: calc( 100% - 20px );
    height: calc( 100% - 20px );
    padding: 0;
    margin: 0;
    transform: translate(0,-50%);
    z-index: 10001;
}
.mfp-figure figcaption {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px 20px;
  margin: 0;
  width: fit-content;
  background: #FFFFFF;
  text-align: center;
  padding-top: 10px;
  transform: translate(-50%,0);
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.mfp-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 40px;
  height: 40px;
  z-index: 10003;
  border: 0;
  background: #000000EE;
  cursor: pointer;
  transition: 300ms;
  opacity: 0.5;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow::after {
  position: absolute;
  top: calc(50% - 8px);
  left: 3px;
  width: 15px;
  height: 15px;
  box-shadow: -2px 2px 0 0 #FFF;
  content: '';
}
.mfp-arrow-left {
  left: 5px;
}
.mfp-arrow-left::after {
  left: 17px;
  transform: rotate(45deg);
}
.mfp-arrow-right {
  right: 27px;
}
.mfp-arrow-right::after {
  transform: rotate(-135deg);
  left: 7px;
}
.mfp-close {
  position: fixed;
  top: 10px;
  right: 10px;
  border: 0;
  font-size: 40px;
  width: 40px;
  text-align: center;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  z-index: 10004;
  background: transparent;
  transition: 300ms;
  opacity: 0.7;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: calc( 100% - 10px );
  transform: translate(-50%,-50%);
}

/* END -------------------------------------------- BILDVERGRÖßERUNG */



/* BEGIN -------------------------------------------- SLIDER */

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.slick-slide img {
  margin: 0;
}

.slick-dots {
  display: flex;
  position: absolute;
  left: var(--sidePadding);
  bottom: 30px;
  width: fit-content;
  padding: 0;
  margin: 0;
  column-gap: 8px;
  list-style: none;
  justify-content: right;
  box-sizing: border-box;
  transform: none;
}
.slick-dots li {
  padding: 0;
  margin: 0;
}
.slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  color: transparent;
  background: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #FFFFFF;
}
.slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0.8rem;
  width: 2.5rem;
  height: 2.5rem;
  left: 0.8rem;
  background: var(--primaryColor);
  border: 0;
  outline: 0;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  transition: 300ms;
  z-index: 100;
}
.slick-arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 60%;
  height: 50%;
  transform: translate(-50%,-50%) rotate(135deg);
  width: 0.75rem;
  height: 0.75rem;
  box-shadow: 1px 1px 0px 0 #FFFFFF;
  content: '';
}
.slick-next {
  left: auto;
  right: 10px;
}
.slick-next::after {
  left: 41%;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.slick-arrow:hover {
  background: rgb(6, 83, 35);
}
/* END -------------------------------------------- SLIDER */




/* BEGIN -------------------------------------------- NEWS */

.grid-row.row-news {
  margin-top: 30px;
  row-gap: 60px;
}

.news {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-height: 100%;
  margin: 0;
  transition: 300ms;
  align-items: start;
  box-sizing: border-box;
}
.news a, .news a:hover, .news a:focus {
  color: inherit;
  text-decoration: none;
}
.news-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-image img {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
  transition: 800ms;
}
a:hover .news-image img, a:focus .news-image img {
  transform: scale(1.05);
}
.news-content {
  margin: 0;
  padding: 20px 0 0 0;
}
.news-date {
  position: relative;
  margin: 0 0 10px 0;
  padding: 5px 0 0 0;
  font-size: 1rem;
  line-height: calc( 100% * var(--cybap-line-height-factor) );
  font-weight: 400;
  color: #7f7f7f;
  pointer-events: none;
}
.news-headline {
  font-size: var(--headline3FontSize);
  font-weight: var(--headline3FontWeight);
  color: var(--headline3Color);
  line-height: calc( 120% * var(--cybap-line-height-factor) );
  margin-bottom: 0.2em;
  text-decoration: none;
}

.news-teaser {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 1em;
}

.news-link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: var(--primaryColor);
  color: #FFFFFF;
  padding: 0.6em 1em 0.5em 1em;
  border: 1px solid #2c53a1;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  vertical-align: middle;
  transition: 300ms;
}
a:hover .news-link, a:focus .news-link {
  background: #FFFFFF;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
}

.newsdetail-date {
  color: #666;
}

.newsdetail-teaser {
  margin: 20px 0;
  font-style: normal;
  font-weight: 500;
}


/* END -------------------------------------------- NEWS */

.grid-row.row-productlist {
  column-gap: 40px;
  row-gap: 40px;
}
.col-productlist-filter {
  display: none;
  padding: 15px;
  background: #f1f4fa;
}
#products-filterform {
  display: flex;
  column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
}

#products-filterform select { 
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  max-width: calc( 100% - 60px );
}
#products-filterform select.filter-active {
  font-weight: 600;
  color: #1347ad;
}
#products-filterform select.filter-active option {
  color: black;
}

.product {
  overflow: hidden;
  border: 10px solid #f1f4fa;
  background: #f1f4fa;
  transition: 300ms;
}
.product a {
  display: block;
  text-decoration: none !important;
}
.product-image {
  display: flex;
  align-items: center;
  background: #FFFFFF;
}
.product-image img {
  min-height: 200px;
  max-height: 200px;
  margin: 0 auto 0;
  height: auto;
  
}
.product-content {
  padding: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
    background: #f1f4fa;
    transition: 300ms;
}

.product:hover {
  border-color: #1347ad;
  background: #1347ad;
}
.product:hover .product-content {
  color: #FFFFFF;
  background: #1347ad;
}

.productdetail-image:empty {
  display: none;
}

.productdetail-artikelnr {
  color: #6b87bd;
  margin-bottom: 10px;
}

.productdetail-kurztext {
  margin-bottom: 10px;
}

.productdetail-headline {
  color: var(--primaryColor);
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Overpass', sans-serif;
  font-size: clamp( 25px, 3vw ,40px );
  line-height: 100%;
}

.productdetail-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}


/* BEGIN -------------------------------------------- MODUL-NAVIGATION */

div.data-navigation {
  display: flex;
  font-size: 1rem;
  color: var(--primaryColor);
  font-weight: 400;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
div.data-navigation-group {
  display: flex;
  column-gap: 15px;
  align-items: center;
  order: 2;
}
A.data-navigation-overview:link, a.data-navigation-overview:focus, a.data-navigation-overview:hover, a.data-navigation-overview:active {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  color: var(--primaryColor);
  text-decoration: none;
  order: 1;
}
a.data-navigation-overview:hover {
  color: #333333;
}
.data-navigation-overview::before {
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: '';
}
.data-navigation-overview::after {
  display: block;
  position: absolute;
  top: calc( 45% - 4px );
  left: 2px;
  width: 9px;
  height: 9px;
  box-shadow: -1px -1px 0 0 currentColor;
  transform: rotate(-45deg);
  content: '';
}
.data-navigation-prev, .data-navigation-prev-inactive,
.data-navigation-next, .data-navigation-next-inactive {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--primaryColor);
  background: var(--primaryColor);
  font-weight: 600;
  text-align: center;
  overflow: hidden;
}
.data-navigation-prev::before, .data-navigation-prev-inactive::before,
.data-navigation-next::before, .data-navigation-next-inactive::before {
  display: block;
  position: absolute;
  top: calc( 45% - 2px );
  left: calc( 50%);
  width: 9px;
  height: 9px;
  box-shadow: -2px -2px 0 0 #FFF;
  transform: rotate(-45deg);
  content: '';
  transition: 300ms;
}
.data-navigation-prev-inactive::before,
.data-navigation-next-inactive::before {
  box-shadow: -2px -2px 0 0 #FFF;
}
.data-navigation-next::before, .data-navigation-next-inactive::before {
  left: calc( 50% - 9px);
  transform: rotate(135deg);
}
a.data-navigation-prev:hover, a.data-navigation-next:hover {
  background: #FFFFFF;
  border-color: var(--primaryColor);
}
a.data-navigation-prev:hover::before, 
a.data-navigation-next:hover::before {
  box-shadow: -2px -2px 0 0 var(--primaryColor);
}

.data-navigation-prev-inactive,
.data-navigation-next-inactive {
  opacity: 0.2;
  cursor: default;
}


div.data-pages {
  display: flex;
  font-size: 1rem;
  color: #999;
  font-weight: 400;
  margin-top: 20px;
  padding-top: 10px;
  align-items: center;
  justify-content: space-between;
}

div.data-pages-group {
  display: flex;
  column-gap: 10px;
  order: 10;
}

a.data-pages-page, .data-pages-page-marked, .data-pages-page-inactive {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  color: #6E6C6D;
  transition: none;
}
.data-pages-page-marked {
  background: var(--primaryColor);
  color: #FFFFFF;
  border-color: var(--primaryColor);
}
a.data-pages-page:hover, a.data-pages-page:focus, .data-pages-page-marked:hover, .data-pages-page-marked:focus {
  background: var(--primaryColor);
  color: #FFFFFF;
  border-color: var(--primaryColor);
  text-decoration: none;
}
.data-pages-prev, .data-pages-prev-inactive,
.data-pages-next, .data-pages-next-inactive {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
}
.data-pages-prev::before, .data-pages-prev-inactive::before,
.data-pages-next::before, .data-pages-next-inactive::before {
  display: block;
  position: absolute;
  top: calc( 45% - 2px );
  left: calc( 50%);
  width: 9px;
  height: 9px;
  box-shadow: -2px -2px 0 0 #999;
  transform: rotate(-45deg);
  content: '';
}
.data-pages-prev-inactive::before,
.data-pages-next-inactive::before {
  box-shadow: -2px -2px 0 0 #999;
}
.data-pages-next::before, .data-pages-next-inactive::before {
  left: calc( 50% - 9px);
  transform: rotate(135deg);
}
a.data-pages-prev:hover, a.data-pages-next:hover {
  background: #6E6C6D;
}
a.data-pages-prev:hover::before, 
a.data-pages-next:hover::before {
  box-shadow: -2px -2px 0 0 #FFFFFF;
}

.data-pages-prev-inactive,
.data-pages-next-inactive {
  opacity: 0.4;
  cursor: default;
}

@media all and (max-width: 1000px) {
  a.data-pages-page, a.data-pages-page-marked, span.data-pages-spacer {
    display: none;
  }
}
@media all and (max-width: 600px) {
  div.data-navigation-position {
    display: none;
  }
}
/* END -------------------------------------------- MODUL-NAVIGATION */

/* BEGIN -------------------------------------------- DEFAULT-STYLES */
div.image   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
}
div.image-left   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  0;
  margin-right:  14px;
  float: left;
}
div.image-right   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  9px;
  margin-right:  0;
  float: right;
}
div.image-center   {
  width:  fit-content;
  text-align: center;
  margin: 10px auto 7px auto;
}
div.image img, div.image-left img, div.image-right img, div.image-center img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
div.image a:hover img, div.image-left a:hover img, div.image-right a:hover img, div.image-center a:hover img {
}
div.image-comment {
  position: relative;
  font-size: 0.95rem;
  padding: 4px 0;
  font-weight: 600;
}
div.image-comment::before {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  margin: 3px 0 0 0;
  background: var(--primaryColor);
  content: '';
}
div.image-comment a {
  color: #FFFFFF;
}
ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 0;
}
div.grid-block ul {
  list-style: none;
}
div.grid-block ul li {
  padding-left: 1.5em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyIDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBzdHlsZT0iZmlsbDpyZ2IoMTksNzEsMTczKTsiLz4KPC9zdmc+Cg==);  
  background-repeat: no-repeat;
  background-size: 0.6em 0.6em;
  background-position: 0 0.45em;
}

ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 0;
}
li {
  margin: 20px 0 2px 15px;
  padding: 0;
}

div.iframe img, div.iframe svg {
  margin: 0;  
}

div.iframe, div.iframe > div, iframe {
  max-width: 100%;
  border: 0;
  box-sizing: border-box;
}
div.iframe > div {
  height: 100%;
  background-size: cover !important;
}
div.iframe > div > svg {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #FFF;
  opacity: 0.7;
  filter: grayscale(0.4);
}

div[id^="iframeyt"] {
  height: auto !important;
  min-height: 240px;
  aspect-ratio: 16 / 9;
  background-color: transparent !important;
}
.txt-center div[id^="iframeyt"] {
  margin: 0 auto 0;
}
.txt-right div[id^="iframeyt"] {
  margin: 0 0 0 auto;
}

div[id^="iframeyt"] > div::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;
  background: linear-gradient(0deg, rgba(0,0,0,0.48363095238095233) 19%, rgba(0,0,0,0.2) 100%);
}
div[id^="iframeyt"] > div > div:first-child > a svg {
  display: none !important;
}
div[id^="iframeyt"] > div > div:first-child > a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 48px;
  margin-bottom: 10px;
  background: rgb(1,71,134);
  background: linear-gradient(90deg, var(--primaryColor) 0%, #CC0000 100%);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
div[id^="iframeyt"] > div > div:first-child > a:hover {
  box-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
div[id^="iframeyt"] > div > div:first-child > a::after {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 20px solid #FFF;
  content: '';
}
div[id^="iframeyt"] > div > div:first-child > span {
  font-size: 12px !important;
  background-color: rgba(255,255,255,0.5) !important;
}
div[id^="iframeyt"] > div > div:last-child {
  width: fit-content !important;
  padding: 5px 8px !important;
  font-size: 12px !important;
  background-color: rgba(255,255,255,0.5) !important;
}

/* END -------------------------------------------- DEFAULT-STYLES */


.unsichtbar,dfn{position:absolute;left:-1000px;top:-1000px;width:0;height:0;overflow:hidden;display:inline}

body div.editor-kopf {
  z-index: 2000 !important;
}
