/* Fonts ------------------------------------------------------------------- */
/* barlow-condensed-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: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/_templates/shared/fonts/barlow-condensed-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-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: 'Barlow Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('/_templates/shared/fonts/barlow-condensed-v12-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-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: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/_templates/shared/fonts/barlow-condensed-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-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: 'Barlow Condensed';
  font-style: italic;
  font-weight: 500;
  src: url('/_templates/shared/fonts/barlow-condensed-v12-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-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: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/_templates/shared/fonts/barlow-condensed-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-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: 'Barlow Condensed';
  font-style: italic;
  font-weight: 600;
  src: url('/_templates/shared/fonts/barlow-condensed-v12-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-condensed-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: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/_templates/shared/fonts/encode-sans-condensed-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-condensed-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: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/_templates/shared/fonts/encode-sans-condensed-v10-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-condensed-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: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('/_templates/shared/fonts/encode-sans-condensed-v10-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Basics ------------------------------------------------------------------------- */

:root {

  --fontDefault: 'Encode Sans Condensed', sans-serif;

  --defaultFontSize: 1.125rem;
  --defaultTextColor: #505050;
  --defaultLinkColor: #354395;
  --defaultLinkDecoration: none;
  --defaultLinkHoverColor: #333333;
  --defaultLinkHoverDecoration: underline;

  --boldFontWeight: 500;

  --headline1Color: #354395;
  --headline1FontWeight: 700;
  --headline1FontFamily: 'Barlow Condensed', sans-serif;
  --headline1FontSize: clamp( 28px, 4vw, 48px );

  --headline2Color: #354395;
  --headline2FontWeight: 400;
  --headline2FontFamily: 'Barlow Condensed', sans-serif;
  --headline2FontSize: clamp( 22px, 2vw, 30px );

  --headline3Color: #333333;
  --headline3FontWeight: 400;
  --headline3FontFamily: 'Barlow Condensed', sans-serif;
  --headline3FontSize: 24px;

  --headline4Color: #0C64AE;
  --headline4FontWeight: 400;
  --headline4FontFamily: 'Barlow Condensed', sans-serif;
  --headline4FontSize: 24px;

  --headline5Color: #586667;
  --headline5FontWeight: 400;
  --headline5FontFamily: 'Barlow Condensed', sans-serif;
  --headline5FontSize: 22px;

  --headline6Color: #586667;
  --headline6FontWeight: 400;
  --headline6FontFamily: 'Barlow Condensed', sans-serif;
  --headline6FontSize: 20px;

  --button1BorderRadius: 10px;
  --button1BorderWidth: 1px;
  --button1BorderColor: #0C64AE;
  --button1HoverBorderColor: #232d67;
  --button1FontSize: 0.9em;
  --button1FontWeight: 300;
  --button1Color: #FFFFFF;
  --button1HoverColor: #FFFFFF;
  --button1TextDecoration: none;
  --button1HoverTextDecoration: none;
  --button1TextTransform: none;
  --button1Background: #354395;
  --button1HoverBackground: #232d67;

  --button2BorderRadius: 10px;
  --button2BorderWidth: 1px;
  --button2BorderColor: #ABC564;
  --button2HoverBorderColor: #83974d;
  --button2FontSize: 0.9em;
  --button2FontWeight: 300;
  --button2Color: #FFFFFF;
  --button2HoverColor: #FFFFFF;
  --button2TextDecoration: none;
  --button2HoverTextDecoration: none;
  --button2TextTransform: none;
  --button2Background: #ABC564;
  --button2HoverBackground: #83974d;

  --button3BorderRadius: 10px;
  --button3BorderWidth: 1px;
  --button3BorderColor: #FFFFFF;
  --button3HoverBorderColor: #EEEEEE;
  --button3FontSize: 0.9em;
  --button3FontWeight: 300;
  --button3Color: #606060;
  --button3HoverColor: #333333;
  --button3TextDecoration: none;
  --button3HoverTextDecoration: none;
  --button3TextTransform: none;
  --button3Background: #FFFFFF;
  --button3HoverBackground: #EEEEEE;

  --scrollTop: 0;

}

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: 400;
  color: var(--defaultTextColor);
  line-height: 160%;
  background: #FFFFFF;
}

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"] {
  line-height: 120%;
}

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

div {
  position: relative;
}

hr {
  display: block;
  width: 100%;
  height: 3px;
  border: 0;
  padding: 0;
  margin: 1em 0;
  background: #CCC;
}
/*
a[rel*="imagezoom"] {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 5px 20px 5px 0;
}
a[rel*="imagezoom"] > img {
  transition: 500ms;
  margin: 0;
}
a[rel*="imagezoom"]:hover > img {
  transform: scale(1.03);
}
*/
/* Default Hyperlinks ------------------------------------------------------------------------- */

a {
  text-decoration: var(--defaultLinkDecoration);
  text-underline-offset: 3px;
  color: var(--defaultLinkColor);
  transition: 300ms;
}
a:hover {
  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: 120%;
  text-overflow: ellipsis;
  margin-bottom: 0.4em;
  text-transform: uppercase;
}
.headline1::after {
  display: block;
  width: 10%;
  height: 4px;
  margin: 5px auto 20px 0;
  background: #ABC564;
  content: '';
}
.txt-right .headline1::after {
  margin: 5px 0 5px auto;
}
.txt-center .headline1::after {
  margin: 5px auto 5px;
}

.headline2 {
  font-size: var(--headline2FontSize);
  font-family: var(--headline2FontFamily);
  font-weight: var(--headline2FontWeight);
  color: var(--headline2Color);
  line-height: 120%;
  text-overflow: ellipsis;
  margin-bottom: 0.4em;
}

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

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

.headline5 {
  font-size: var(--headline5FontSize);
  font-family: var(--headline5FontFamily);
  font-weight: var(--headline5FontWeight);
  color: var(--headline5Color);
  line-height: 120%;
  margin-bottom: 0.2em;
}

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

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




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

header.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 40px;
  align-items: center;
  row-gap: 20px;
  padding: 0 calc( ( 100% - 1420px ) / 2 );
  color: #606060;
  background: #FFFFFF;
  box-sizing: border-box;
  z-index: 900;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
body.scrolled header.header {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

div.logo {
  padding: 35px 0 35px 0;
  transition: 300ms;
}
body.scrolled div.logo {
  padding: 10px 0;
}
div.logo img, div.logo svg {
  width: auto;
  height: 105px;
  transition: 300ms;
}
body.scrolled div.logo img, body.scrolled div.logo svg {
  height: 60px !important;
}

/* END -------------------------------------------- TOPBAR & HEADER */




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

footer.footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 20px;
  padding: 50px calc( ( 100% - 1420px ) / 2 );
  color: #606060;
  background: #E0E0E0;
  align-items: end;
  overflow: hidden;
}
footer.footer .headline1, footer.footer .headline2, footer.footer .headline3, footer.footer .headline4, footer.footer .headline5, footer.footer .headline6 {
  color: #606060;
}
footer.footer a, footer.footer a:hover {
  text-decoration: none;
  color: #606060;
}
footer.footer a:hover {
  text-decoration: underline;
}

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




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

div.bottombar {
  position: relative;
  display: block;
  padding: 10px calc( ( 100% - 1420px ) / 2 );
  color: #FFFFFF;
  background: #364196;
  overflow: hidden;
}
div.bottombar .headline1, div.bottombar .headline2, div.bottombar .headline3, div.bottombar .headline4, div.bottombar .headline5, div.bottombar .headline6 {
  color: #FFFFFF;
}
div.bottombar a, div.bottombar a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
div.bottombar a:hover {
  text-decoration: underline;
}

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




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

div.mainmenu {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  pointer-events: all;
  align-self: end;
  font-family: 'Barlow Condensed', sans-serif;
}
div.mainmenu ul, div.mainmenu li {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  position: relative;
}

div.mainmenu > ul {
  display: flex;
  column-gap: 60px;
  align-items: start;
}

div.mainmenu > ul > li {
  padding: 25px 0;
}

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

/* Link in Hauptebene */
div.mainmenu > ul > li > a, div.mainmenu > ul > li > strong {
  position: relative;
  display: block;
  font-weight: 400;
  margin: 0;
  color: #606060;
  font-size: 1.35rem;
  transition: color 300ms;
  text-decoration: none;
 }
 div.mainmenu ul li ul li + li {
   border-top: 1px solid #CCC;
 }

/* Hover in Hauptebene */
div.mainmenu > ul > li.marked > a, div.mainmenu > ul > li a:hover, div.mainmenu ul > li > strong {
  color: #AAC564;
}
 
/* Pfeil in Hauptebene */
div.mainmenu > ul li.hasSub > a {
  padding-right: 35px;
  cursor: pointer;
}
div.mainmenu > ul li.hasSub::after {
  display: block;
  position: absolute;
  top: 1.5em;
  right: 0;
  width: 34px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: url(/_templates/shared/images/menu-arrow.svg) no-repeat;
  background-position: center right;
  background-size: 16px auto;
  filter: saturate(0);
  opacity: 0.9;
  content: '';
  transition: 300ms;
  cursor: pointer;
}
div.mainmenu > ul li.active.hasSub::after {
  transform: scale(1,-1);
  filter: saturate(1);
  opacity: 1;
}
div.mainmenu > ul li.hasSub::after {
}

/* Unterebenen standardmäßig ausblenden */
div.mainmenu > ul > li ul {
  display: none;
}

/* Link in Unterebenen */
div.mainmenu > ul > li ul li a, div.mainmenu > ul > li ul li strong {
  position: relative;
  display: block;
  font-weight: 400;
  padding: 13px 25px;
  margin: 0;
  font-size: 1.25rem;
  color: #606060;
  transition: color 300ms;
  text-decoration: none;
 }
div.mainmenu > ul > li ul li.marked > a, div.mainmenu > ul > li ul li a:hover, div.mainmenu ul > li ul li > strong {
  color: #AAC564;
}
 
/* Pfeil in Unterebenen */
div.mainmenu > ul li ul li.hasSub > a {
  margin-right: 30px;
}
div.mainmenu > ul li ul li.hasSub::after {
  top: 17px;
  right: 10px;
}


@media all and ( min-width: 1201px ) {
  div.mainmenu > ul li.hasSub::after, div.mainmenu > ul li.hasSub::after {
    border-color: transparent;
  }
div.mainmenu > ul > li ul li ul {
  margin-right: 10px;
}
  div.mainmenu > ul > li > ul li.hasSub::after {
    top: 0.9em;
    right: 10px;
  }
  div.mainmenu > ul > li ul li ul {
    margin-right: 0;
  }
  
  /* Gelbe Linie bei aktiven Punkten */
  div.mainmenu > ul > li.active::before, div.mainmenu > ul > li.marked::before, div.mainmenu > ul > li.strong::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc( 50% - 10px );
    width: 20px;
    height: 8px;
    background: #AAC564;
    content: '';
  }

  div.mainmenu > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 300px;
    padding: 0;
    transform: translate(-50%,0);
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
  }
  
  
  div.mainmenu > ul > li > ul > li ul {
    padding: 0 10px;
    background: #f0f7d7;
    border-top: 2px solid #B2C56B;
  }
  div.mainmenu > ul > li > ul > li ul ul {
    background: rgba(255,255,255,0.4);
  }

}



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



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

div.homehero-container {
  z-index: 5;
}
div.homehero {
  width: 100%;
  min-height: 160px;
}
div.homehero-item-container {
  background: #1E1E1E;
  overflow: hidden;
}
div.homehero-item-container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(190deg, rgba(0, 0, 0, 0) 40%, rgba(30, 30, 30, 0.7) 100%);
  z-index: 10;
}
div.homehero-item-container > img {
  width: 100%;
  max-height: 90vh;
  aspect-ratio: 1920 / 1080;
  object-fit: cover;
  object-position: center center;
}
div.homehero-item-container-text {
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  line-height: 120%;
  color: #FFFFFF;
  z-index: 11;
}
div.homehero-item-container-text .headline1, div.homehero-item-container-text .headline2, div.homehero-item-container-text .headline3, div.homehero-item-container-text .headline4, div.homehero-item-container-text .headline5, div.homehero-item-container-text .headline6 {
  color: #FFFFFF;
}
div.homehero-item-container-text a, div.homehero-item-container-text a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: #FFFFFF;
  color: #FFFFFF;
}
div.homehero-item-container-text a:hover {
  text-decoration-color: #E1871A;
}
div.homehero-item-container-text div.style1 a {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
div.homehero-item-container-text div.style1 a:hover {
  border-color: #E1871A;
  text-decoration: none;
}
div.homehero-item-container-text .grid-row {
  height: calc( 100% - 430px );
  margin-top: 150px;
  margin-bottom: 0;
}

div.homehero-navigation {
  display: grid;
  position: absolute;
  left: 50%;
  max-width: 1500px;
  width: calc( 100% - 100px );
  padding: 0 50px;
  margin: 0 auto 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 35px;
  transform: translate(-50%,-100%);
}

div.homehero-navigation-item {
  border: 1px solid #C6c6c6;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 20px;
  text-align: center;
  background: #FFFFFF;
  transform: translate(0, 30px);
  transition: 300ms;
  cursor: pointer;
  overflow: hidden;
  line-height: 120%;
  color: #354395;
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
}
div.homehero-navigation-item img, div.homehero-navigation-item svg {
  margin: 0 0 15px 0;
  transition: 300ms;
}
div.homehero-navigation-item.active {
  transform: translate(0,15px);
}
div.homehero-navigation-item:not(.active):hover {
  transform: translate(0,10px);
}
div.homehero-navigation-item.active::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 5px;
  background: #abc564;
  content: '';
  animation: 6.5s hero-navigation-active linear forwards;
}
@keyframes hero-navigation-active {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@media all and (max-width: 1300px ) {
  div.homehero-navigation-item img, div.homehero-navigation-item svg {
    max-height: 60px;
  }
  div.homehero-navigation {
    column-gap: 10px;
  }
} 

@media all and (max-width: 1000px ) {
  div.homehero-navigation-item img, div.homehero-navigation-item svg, div.homehero-navigation-item br {
    /*display: none !important;*/
  }
} 

@media all and (max-width: 800px ) {
  div.homehero-navigation {
    position: relative;
    left: auto;
    transform: none;
    width: calc( 100% - 40px );
    padding: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
    background: #f2f2f2;
  } 
  div.homehero-navigation-item.active::after {
    content: none;
  }
  div.homehero-navigation-item {
    
    transform: none !important;
    align-content: center;
      font-size: 20px;
  }
}
@media all and (max-width: 600px ) {
  div.homehero-navigation {
    grid-template-columns: 1fr 1fr;
  } 
}

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



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

div.hero {
  position: sticky;
  top: 0;
  min-height: 130px;
  margin: 0 auto 0;
  max-width: 2560px;
  overflow: hidden;
  background: #F2F2F2;
}
div.hero-item {
  display: none;
}
div.hero-item:first-child {
  display: block;
}
div.hero-item-container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto 0;
  min-height: 100px;
  overflow: hidden;
}
div.hero-item-container > img {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: 0 auto 0 !important;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    object-position: top center;
    transform-origin: center center;
    transform: translate(0, calc( var(--scrollTop) * -1px / 10 ) );
    box-shadow: 0 0 300px rgba(0,0,0,0.2);
}
div.hero-item-container-text {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: 130px 0 0 0;
  overflow: auto;
  z-index: 10;
  color: #FFFFFF;
  /*transform: translate(0,calc(var(--scrollTop)* -0.25px));
  filter: blur(calc(calc(var(--scrollTop) / 50)* 0.5px));*/
  opacity: calc( var(--scrollTop) / 100vh );
}

div.hero-item-container-text .grid-row {
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
}

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




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

div.breadcrumb {
  position: relative;
  display: block;
  padding: 13px calc( ( 100% - 1420px ) / 2 );
  font-size: 1rem;
  background: #F1F1F1;
}
div.breadcrumb a, div.breadcrumb a:hover {
  color: #354395;
  text-decoration: none;
}
div.breadcrumb a:hover {
  text-decoration: underline;
}


main {
}

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

div.maincontent {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
div.breadcrumb + div.maincontent {
  box-shadow: 0 0 0;
}

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



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


#menu-switch {
  display: none;
  background: none;
  border: 0;
  margin: 0;
  border: 10px solid transparent;
  outline: none;
}
#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:2px}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:28px;left:2px}
#menu-switch span {
  background: #373737;
}


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



/* BEGIN ------------------------------ FUNNEL */

#funnel-container.funnel-result-ok {
  width: fit-content;
  font-size: 3rem;
  font-weight: 500;
  line-height: 130%;
}

#funnel-container.funnel-result-fail {
  width: fit-content;
  font-size: 3rem;
  font-weight: 500;
  line-height: 130%;
  padding: 20px;
  border: 2px solid #CC0000;
  border-radius: 15px;
}

.funnel-loading {
  pointer-events: none;
}
.funnel-loading > * {
  opacity: 0.5;
}
.funnel-loading::after {
  display: block;
  position: absolute;
  top: calc( 50% - 30px );
  left: calc( 50% - 30px );
  width: 50px;
  height: 50px;
  border: 5px solid #354395;
  border-top-color: transparent;
  border-radius: 30px;
  content: '';
  z-index: 101;
  animation: loading 2s infinite;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#funnel {
  width: 100%;
  overflow: hidden;
}

#funnel ul, #funnel li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#funnel-steps {
  display: flex;
  transition: margin-left 600ms;
  align-items: center;
}

.funnel-step {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 500ms;
  font-size: clamp( 24px, 2vw, 36px );
  font-weight: 600;
  line-height: 100%;
}
.funnel-step-active {
  opacity: 1;
}

div.funnel-3cols, div.funnel-4cols, div.funnel-5cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
div.funnel-4cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
div.funnel-5cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media all and (max-width: 800px) {
  div.funnel-3cols {
    grid-template-columns: 1fr 1fr;
  }
  div.funnel-4cols {
    grid-template-columns: 1fr 1fr;
  }
  div.funnel-5cols {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

div.funnel-fields {
  max-width: 500px;
  margin: 0 auto 0;
}
div.funnel-fields ul {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 20px;
}
div.funnel-fields ul li {
  display: flex;
  column-gap: 20px;
}

.funnel-step[data-disabled="1"] {
  opacity: 0;
}

.funnel-step textarea, .funnel-step input[type="text"], .funnel-step input[type="email"], .funnel-step select {
  display: inline-block;
  width: 100%;
  border: 2px solid #CCC;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 12px 30px;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  outline: none;
  box-sizing: border-box;
  transition: border-color 400ms;
}
.funnel-step textarea:placeholder, .funnel-step input[type="text"]:placeholder, .funnel-step input[type="email"]:placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}
.funnel-step textarea.invalid-value, .funnel-step input[type="text"].invalid-value, .funnel-step input[type="email"].invalid-value {
  border-color: #ABC564;
}
.funnel-step textarea[required], .funnel-step input[type="text"][required], .funnel-step input[type="email"][required] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDE0IDE0IiB3aWR0aD0iMTRwdCIgaGVpZ2h0PSIxNHB0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9Il9jbGlwUGF0aF9GMjc2RVlrYUIwNUNSMk90VGI0clR0cGdlNFR6TnBSSSI+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF9GMjc2RVlrYUIwNUNSMk90VGI0clR0cGdlNFR6TnBSSSkiPjxjbGlwUGF0aCBpZD0iX2NsaXBQYXRoX3JOcTZwRTdJdzVGSDMwN0lpUDFFYk1aUE1UV3NKNHFjIj48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsMCwwKSIgZmlsbD0icmdiKDI1NSwyNTUsMjU1KSIvPjwvY2xpcFBhdGg+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF9yTnE2cEU3SXc1RkgzMDdJaVAxRWJNWlBNVFdzSjRxYykiPjxnPjxwYXRoIGQ9IiBNIDMuNjc1IDYuNTUyIEwgNS4xMzQgNi41NTIgTCA0LjgxMSA5LjUyMiBMIDcuODA0IDguNjg4IEwgOCAxMC4wNTYgTCA1LjEzNCAxMC4yOSBMIDcgMTIuNzQxIEwgNS43MDYgMTMuNDQ4IEwgNC4zODIgMTAuNzI2IEwgMy4xNzkgMTMuNDQ4IEwgMS44NTUgMTIuNzQxIEwgMy42NzUgMTAuMjkgTCAwLjg0IDEwLjA1NiBMIDEuMDU4IDguNjg4IEwgMy45OTkgOS41MjIgTCAzLjY3NSA2LjU1MiBMIDMuNjc1IDYuNTUyIFogIiBmaWxsPSJyZ2IoMTcxLDE5NywxMDApIi8+PC9nPjwvZz48L2c+PC9zdmc+');
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.funnel-step input[type="radio"] + label {
  display: block;
  padding: 10px;
  border: 3px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #404040;
  transition: 300ms;
  cursor: pointer;
  transform: scale(0.95);
  box-shadow: 0 0  10px rgba(0,0,0,0.2)
}
.funnel-step input[type="radio"] + label:hover, .funnel-step input[type="radio"]:checked + label {
  border: 3px solid #ABC564;
  transform: scale(1);
}

.funnel-step input[type="radio"] + label svg, .funnel-step input[type="radio"] + label img {
  margin: 0;
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
}

div.funnel-buttons {
  width: 100%;
  margin-top: 40px;
}

div.funnel-buttons input[type="submit"] {
  background: #ABC564;
  border: 0;
  border: 2px solid #ABC564;
  border-radius: 100px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  padding: 15px 25px;
  transition: 300ms;
  cursor: pointer;
}
div.funnel-buttons input[type="submit"]:hover {
  border: 2px solid #FFFFFF;
}

#funnel-navigation {
  width: 70%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 46px auto 46px;
  column-gap: 30px;
  align-items: center;
}

#funnel-button-back, #funnel-button-next {
  position: relative;
  border: 2px solid #999;
  background: transparent;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  outline: none;
  cursor: pointer;
  opacity: 0.7;
  transition: 300ms;
}
#funnel-button-back:hover, #funnel-button-next:not([disabled]) {
  background: #ABC564;
  border-color: #ABC564;
  opacity: 1;
}
#funnel-button-back[disabled], #funnel-button-next[disabled] {
  opacity: 0.2;
  pointer-events: none;
}
#funnel-button-back::before, #funnel-button-next::before {
  display: block;
  position: absolute;
  top: 20px;
  left: 12px;
  width: 20px;
  height: 1px;
  background: #999999;
  content: '';
}
#funnel-button-back:hover::before, #funnel-button-next:hover::before {
  background: #FFFFFF;
}
#funnel-button-next::before {
  left: 11px;
  background: #FFFFFF;
}
#funnel-button-back::after {
  display: block;
  position: absolute;
  top: 14px;
  left: 16px;
  width: 13px;
  height: 13px;
  box-shadow: -1px -1px 0 0 #999999;
  transform: rotate(-45deg);
  content: '';
}
#funnel-button-back:hover::after {
  box-shadow: -1px -1px 0 0 #FFFFFF;
}
#funnel-button-next::after {
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
  width: 13px;
  height: 13px;
  box-shadow: -1px -1px 0 0 #FFFFFF;
  transform: rotate(135deg);
  content: '';
}
#funnel-state {
  width: 100%;
  height: 2px;
  background: #999;
}
#funnel-state-progress {
  position: absolute;
  top: -3px;
  left: 0;
  height: 8px;
  width: 0;
  border-radius: 10px;
  background: #ABC564;
  content: '';
  transition: 600ms;
}

input.funnel-input-invisible {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* END ------------------------------ FUNNEL */

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

div.style1 {
  display: inline-block;
}
div.style1 > a {
  display: inline-block;
  padding: 0.6em 1.7em;
  margin: 0.6em 0 0 0;
  border: var(--button1BorderWidth) solid transparent;
  border-radius: var(--button1BorderRadius);
  border-color: var(--button1BorderColor);
  font-size: var(--button1FontSize);
  font-weight: var(--button1FontWeight);
  color: var(--button1Color);
  text-decoration: var(--button1TextDecoration);
  text-transform: var(--button1TextTransform);
  background: var(--button1Background);
}
div.style1 > a:hover {
  text-decoration: var(--button1HoverTextDecoration);
  border-color: var(--button1HoverBorderColor);
  color: var(--button1HoverColor);
  background: var(--button1HoverBackground);
}

div.style2 {
  display: inline-block;
}
div.style2 > a {
  display: inline-block;
  padding: 0.6em 1.7em;
  margin: 0.6em 0 0 0;
  border: var(--button2BorderWidth) solid transparent;
  border-radius: var(--button2BorderRadius);
  border-color: var(--button2BorderColor);
  font-size: var(--button2FontSize);
  font-weight: var(--button2FontWeight);
  color: var(--button2Color);
  text-decoration: var(--button2TextDecoration);
  text-transform: var(--button2TextTransform);
  background: var(--button2Background);
}
div.style2 > a:hover {
  text-decoration: var(--button2HoverTextDecoration);
  border-color: var(--button2HoverBorderColor);
  color: var(--button2HoverColor);
  background: var(--button2HoverBackground);
}

div.style3 {
  display: inline-block;
}
div.style3 > a {
  display: inline-block;
  padding: 0.6em 1.7em;
  margin: 0.6em 0 0 0;
  border: var(--button3BorderWidth) solid transparent;
  border-radius: var(--button3BorderRadius);
  border-color: var(--button3BorderColor);
  font-size: var(--button3FontSize);
  font-weight: var(--button3FontWeight);
  color: var(--button3Color);
  text-decoration: var(--button3TextDecoration);
  text-transform: var(--button3TextTransform);
  background: var(--button3Background);
}
div.style3 > a:hover {
  text-decoration: var(--button3HoverTextDecoration);
  border-color: var(--button3HoverBorderColor);
  color: var(--button3HoverColor);
  background: var(--button3HoverBackground);
}

/* 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);
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.mfp-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 30px;
  height: 30px;
  z-index: 10003;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.mfp-arrow::after {
  position: absolute;
  top: calc( 50% - 30px );
  width: 20px;
  height: 20px;
  border: 3px solid #FFFFFF;
  border-top: transparent;
  border-right: transparent;
  border-radius: 3px;
  box-shadow: -2px 2px 0 0 rgba(0,0,0,0.7);
  content: '';
}
.mfp-arrow-left {
  left: 5px;
}
.mfp-arrow-left::after {
  transform: rotate(45deg);
}
.mfp-arrow-right {
  right: 27px;
}
.mfp-arrow-right::after {
  transform: rotate(-135deg);
}
.mfp-close {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #FFFFFF;
  border: 0;
  border-radius: 4px;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  z-index: 10004;
}
.mfp-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: calc( 100% - 10px );
  box-shadow: 2px 0 2px rgba(0,0,0,0.6);
  transform: translate(-50%,-50%);
}

.mfp-content {
  z-index: 10;
}
.mfp-content video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc( 100% - 90px );
  height: calc( 100% - 90px );
  transform: translate(-50%,-50%);
  background: #000000;
}
.mfp-content .referenzen-detail-youtube {
  width: calc( 100% - 90px );
  height: calc( 100% - 90px );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mfp-content .referenzen-detail-youtube iframe {
  width: 100%; 
  height: 100%;
}

/* 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: 0;
  bottom: 20px;
  width: calc( 100% - 10px );
  padding: 0 calc(calc(100% - 1420px) / 2);
  column-gap: 5px;
  list-style: none;
  justify-content: right;
  box-sizing: border-box;
}
.slick-dots li {
  padding: 0;
  margin: 0;
}
.slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  overflow: hidden;
  color: transparent;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.slick-dots li.slick-active button {
  background: #FFFFFF;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 90px;
  left: 16px;
  transform: translate(0,-50%);
  border-radius: 10px;
  background: rgba(255,255,255,0.4);
  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: 70%;
  height: 50%;
  transform: translate(-50%,-50%) rotate(135deg);
  width: 12px;
  height: 12px;
  box-shadow: 3px 3px 0px 2px rgba(0,0,0,0.5);
  content: '';
}
.slick-next {
  left: auto;
  right: 16px;
  transform: translate(0,-50%);
}
.slick-next::after {
  left: 30%;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.slick-arrow:hover {
  background: #FFFFFF;
}
/* END -------------------------------------------- SLIDER */




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

div.news {
  display: block;
  column-gap: 20px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  transition: 300ms;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
div.news[data-url] {
  cursor: pointer;
}
div.news-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
div.news-image img {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 2.3 / 1;
  object-fit: cover;
  object-position: center center;
  transition: 800ms;
}
div.news div.news-image a:hover img {
  transform: scale(1.05);
}
div.news-content {
  margin: 0;
  padding: 20px 0 30px 0;
}
div.news-date {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 1em;
  font-weight: 500;
  color: #354395;
  text-transform: uppercase;
}
.news-headline {
  font-size:clamp( 26px, 2.3vw, 36px );
  font-family: var(--headline2FontFamily);
  font-weight: var(--headline2FontWeight);
  color: #354395;
  line-height: 120%;
  margin-bottom: 0.5em;
  text-decoration: none;
}
div.news-content > a {
  text-decoration: none;
}
.news-headline a, .news-headline a:hover {
  position: relative;
  color: inherit;
  padding-right: 5px;
  padding-bottom: 7px;
  margin-bottom: 4px;
  text-decoration: none;
}

div.news-teaser {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1rem;
}
div.newsdetail-teaser {
  margin: 20px 0;
  font-style: normal;
  font-weight: 500;
}

a.news-link {
  display: inline-block;
  padding: 0.1em 1.2em;
  margin: 0.6em 0 0 0;
  border: var(--button1BorderWidth) solid transparent;
  border-radius: var(--button1BorderRadius);
  border-color: var(--button1BorderColor);
  font-size: var(--button1FontSize);
  font-weight: var(--button1FontWeight);
  color: var(--button1Color);
  text-decoration: var(--button1TextDecoration);
  text-transform: var(--button1TextTransform);
  background: var(--button1Background);
}
a.news-link:hover {
  border-color: var(--button1HoverBorderColor);
  color: var(--button1HoverColor);
  text-decoration: var(--button1HoverTextDecoration);
  background: var(--button1HoverBackground);
}

div.newsdetail-image {
  background: #F2F2F2;
  min-height: 100px;
}


div.newsdetail-image img {
  width: 100%;
}

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



/* BEGIN -------------------------------------------- REFERENZEN */

div.referenz {
  display: block;
  column-gap: 20px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  border-radius: 16px;
  transition: 300ms;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
div.referenz-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
div.referenz-image img {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center center;
}
div.referenz-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px 20px;
  border-radius: 16px 16px 0 0;
  background: #ABC564EE;
  box-sizing: border-box;
  color: #FFFFFF;
  pointer-events: none;
}
.referenz-headline {
  font-size: clamp( 20px, 1.5vw, 24px );
  font-family: var(--headline2FontFamily);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 120%;
  text-decoration: none;
}
div.referenz-content > a {
  text-decoration: none;
}
.referenz-headline a, .referenz-headline a:hover {
  color: inherit;
  text-decoration: none;
}

div.referenzen-filter-container  {
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #435B66;
}
a.referenzen-filter, a.referenzen-filter-marked {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 200px;
  border: 1px solid #435B66;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  color: #435B66;
  transition: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 300ms;
}
a.referenzen-filter-marked {
  background: #435B66;
  color: #FFFFFF;
}
a.referenzen-filter:hover, a.referenzen-filter-marked:hover {
  background: #435B66;
  color: #FFFFFF;
  text-decoration: none;
}

div.referenz-teaser {
  font-size: 1rem;
  max-height: 0;
  opacity: 0;
  transition: 1000ms;
  line-height: 150%;
  font-weight: 400;
  border-top: 1px solid transparent;
  padding-top: 10px;
  margin-top: 10px;
}
div.referenz-teaser > span {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

div.referenz:hover div.referenz-teaser {
  border-top: 1px solid #FFFFFF;
  max-height: 300px;
  opacity: 1;
}

 a.referenz-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: underline;
  background-size: 48px 15px;
  background-position: right center;
  border-bottom: 1px solid transparent;
  color: #FFFFFF;
  overflow: hidden;
  transition: 300ms;
  pointer-events: all;
}
a.referenz-link:hover {
  text-decoration: none;
}


div.referenzen-detail-content-container {
  width: 100%;
  display: grid;
  column-gap: 80px;
  margin-top: 60px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
div.referenzen-detail-content-left {
}
div.referezen-detail-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 6px;
  row-gap: 6px;
}
div.referenzen-detail-gallery button {
  position: relative;
  border: 0;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  transition: border 400ms;
}
div.referenzen-detail-gallery button[data-type="video"]::before, div.referenzen-detail-gallery button[data-type="youtube"]::before {
  display: block;
  position: absolute;
  top: calc( 50% - 21px );
  left: calc( 50% - 30px );
  width: 60px; 
  height: 40px;
  border-radius: 5px;
  background: #ABC564;
  box-shadow: inset 0 0 25px rgba(0,0,0,0.2);
  content: '';
  z-index: 10;
}
div.referenzen-detail-gallery button[data-type="video"]::after, div.referenzen-detail-gallery button[data-type="youtube"]::after {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 14px solid #FFFFFF;
  content: '';
  z-index: 11;
} 
div.referenzen-detail-gallery button img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: 400ms;
}
div.referenzen-detail-gallery button:hover img, div.referenzen-detail-gallery button.referenzen-detail-gallery-button-active img {
  transform: scale(1.05);
}
div.referenzen-detail-gallery button:first-child {
  grid-column: span 3;
}

div.referenzen-detail-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}
div.referenzen-detail-content-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 30px;
}
span.referenzen-detail-label {
  display: block;
  margin-bottom: 2px;
  color: #ABC564;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.referenzen-detail-bigtext {
  font-size: 2.5rem;
  line-height: 90%;
}
div.referenzen-detail-beschreibung {
  grid-column: span 2;
}
a.youtube-start-button {
  display: block;
  width: 100%;
  height: 100%;
}

a.youtube-start-button::before {
  display: block;
  position: absolute;
  top: calc( 50% - 26px );
  left: calc( 50% - 40px );
  width: 80px;
  height: 52px;
  border-radius: 7px;
  background: #ABC564;
  box-shadow: inset 0 0 25px rgba(0,0,0,0.2);
  content: '';
  z-index: 10;
}
a.youtube-start-button::after {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 14px solid #FFFFFF;
  content: '';
  z-index: 11;
}


@media all and (max-width: 1000px) {
  div.referenzen-detail-content-container {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}

@media all and (max-width: 600px) {
  div.referenz-teaser {
    display: none;
  }
  
}

/* END -------------------------------------------- REFERENZEN */


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

div.modul-navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  row-gap: 10px;
}
div.modul-navigation {
  margin-top: 40px;
  padding-top: 15px;
  border-top: 2px solid #CCC;
}
div.modul-navigation.detailpage {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}
div.modul-navigation .modul-prevpage {
  order: 1;
}
div.modul-navigation .modul-nextpage {
  order: 3;
}
div.modul-navigation-position {
  order: 2;
}


div.modul-navigation a, div.modul-navigation span.inactive {
  display: inline-block;
  padding: 0.4em 1em;
  margin: 0;
  border: var(--button1BorderWidth) solid var(--button1BorderColor);
  border-radius: var(--button1BorderRadius);
  font-size: var(--button1FontSize);
  font-weight: var(--button1FontWeight);
  color: var(--button1Color);
  text-decoration: var(--button1TextDecoration);
  text-transform: var(--button1TextTransform);
  background: var(--button1Background);
  vertical-align: middle;
}
div.modul-navigation span.inactive {
  border-color: #CCCCCC;
  color: #CCCCCC;
  background: transparent;
  cursor: default;
}
div.modul-navigation a:hover, div.modul-navigation a.marked {
  border-color: var(--button1HoverBorderColor);
  color: var(--button1HoverColor);
  text-decoration: var(--button1HoverTextDecoration);
  background: var(--button1HoverBackground);
}
div.modul-navigation-right div.modul-navigation.detailpage {
  text-align: right;
  justify-content: end;
}
div.modul-navigation-left a, div.modul-navigation-left span,
div.modul-navigation-right a, div.modul-navigation-right span {
  display: none !important;
}
div.modul-navigation-left .modul-navigation-prev {
  display: inline-block !important;
}
div.modul-navigation-right .modul-navigation-next {
  display: inline-block !important;
}
div.modul-navigation-left a.modul-navigation-overview {
  display: block !important;
}

.modul-navigation-overview {
  order: 2 !important;
}
.modul-navigation-next {
  order: 3 !important;
}

/* END -------------------------------------------- MODUL-NAVIGATION */

/* BEGIN -------------------------------------------- DEFAULT-STYLES */
div.image   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
  overflow: hidden;
}
div.image-left   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  0;
  margin-right:  14px;
  float: left;
  overflow: hidden;
}
div.image-right   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  9px;
  margin-right:  0;
  float: right;
  overflow: hidden;
}
div.image-center   {
  width:  fit-content;
  text-align: center;
  margin: 10px auto 7px auto;
  overflow: hidden;
}
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: #AAC564;
  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: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDE0IDE0IiB3aWR0aD0iMTRwdCIgaGVpZ2h0PSIxNHB0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9Il9jbGlwUGF0aF9McVRMakJubEpncE5hdHlUWjhXdTFWOUgyTzdCaTFNNiI+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF9McVRMakJubEpncE5hdHlUWjhXdTFWOUgyTzdCaTFNNikiPjxjaXJjbGUgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIiBjeD0iNy4wMDAwMDAwMDAwMDAwMDEiIGN5PSI3IiByPSI2IiBmaWxsPSJyZ2IoNTMsNjcsMTQ5KSIvPjwvZz48L3N2Zz4=');
}
ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 0;
}
li {
  margin: 20px 0 2px 15px;
  padding: 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;
}

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;
}
div[id^="iframeyt"] > div > div:first-child > a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: rgb(1,71,134);
  background: linear-gradient(90deg, rgba(0,85,159,1) 0%, rgba(1,71,134,1) 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 6px #002e58;
}
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 {
  border-radius: 3px;
  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}


@media all and (max-width: 1600px) {
  header.header, footer.footer, div.breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
  div.mainmenu ul {
   column-gap: 20px;
  }
  div.mainmenu > ul > li:last-child > ul {
    left: auto;
    right: 0;
    transform: none;
  }
  .slick-dots {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media all and (max-width: 1200px) {
  div.hero:empty {
    min-height: 0;
    height: 0;
  }
  body.menu-shown {
    overflow: hidden;
  }
  div.header-inner {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
  }
  div.mainmenu {
    display: none;
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    border-top: 1px solid #CCCCCC;
    text-align: left;
    height: calc( 100% - 40px );
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #FFFFFF;
    overflow: scroll;
  }
  div.mainmenu ul {
    display: block;
  }
  div.mainmenu > ul > li {
    border-bottom: 1px solid #CCC;
  }
  div.mainmenu > ul > li > a, div.mainmenu > ul > li > strong {
    text-transform: none;
  }
  div.mainmenu > ul > li ul {
    padding: 0 10px;
    background: #E0E8C3;
    border-top: 2px solid #B2C56B;
    margin-top: 20px;
  }
  div.mainmenu > ul > li ul ul {
    background: rgba(255,255,255,0.4);
  }

  div.mainmenu > ul li.hasSub > a::after {
    right: 3px;
  }
  div.mainmenu > ul li ul li.hasSub > a::after {
    top: 1.5em;
    right: 10px;
  }
  div.mainmenu > ul li ul li.active.hasSub > a::after {
    top: 1.7em;
  }
  div.mainmenu ul li ul li ul {
    margin-top: 5px;
  }
  #menu-switch {
    display: inline-block;
  }
  div.logo {
    padding: 10px 0;
  }
  div.logo img, div.logo svg {
    max-height: 59px;
  }
  div.hero {
    margin: 79px auto 0;
  }
  div.hero-item-container > img {
    height: 100%;
    min-height: 250px;
  }
}
@media all and (max-width: 1100px) {
  div.modul-navigation-left a, div.modul-navigation-left span,
  div.modul-navigation-right a, div.modul-navigation-right span {
    display: inline-block !important;
  }
  div.modul-navigation-left div.modul-navigation.detailpage,
  div.modul-navigation-right div.modul-navigation.detailpage {
    justify-content: space-between;
  }
  .modul-navigation-next {
    order: 4!important;
  }
}
@media all and (max-width: 1000px) {
  footer.footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 800px) {
  div.logo {
    max-width: 170px;
  }
  #menu-switch {
    border-width: 3px;
  }
  #menu-switch > span {
    background: #333;
  }
}

@media all and (max-width: 600px) {
  div.logo, body.scrolled div.logo {
    padding: 10px 0;
  }
  div.logo img, div.logo svg, 
  body.scrolled div.logo img, body.scrolled div.logo svg {
    height: 50px !important;
  }
  div.hero {
    top: auto;
    margin-top: 0;
    position: relative;
  }
  div.hero-item-container-text {
    position: relative;
    grid-row: 2 / 3;
    height: auto;
    padding: 30px;
    background: #354395;
  }
  div.hero-item-container-text .grid-row {
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  div.mainmenu {
    top: 70px;
    height: calc( 100% - 70px );
    width: 100%;
    padding: 20px;
  }
  main {
    margin-top: 70px;
  }
  #menu-switch {
    transform-origin: right center;
    transform: scale(0.8);
  }
  .slick-arrow {
    left: 5px;
    transform: translate(0,-50%) scale(0.7);
  }
  .slick-next {
    left: auto;
    right: 5px;
    transform: translate(0,-50%) scale(0.7);
  }
  footer.footer {
    grid-template-columns: 1fr;
  }
  div.breadcrumb, header.header, footer.footer, div.bottombar {
    padding-left: 20px;
    padding-right: 20px;
  }
  div.modul-navigation-right .modul-navigation-overview,
  div.modul-navigation-left .modul-navigation-overview {
    display: none !important;
  }
}
