/* Fonts ------------------------------------------------------------------- */
@font-face {
  font-family: "Outfit";
  src: url("/_templates/shared/fonts/Outfit-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 900;
  font-style: normal;
}
/* Basics ------------------------------------------------------------------------- */

:root {

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

  --defaultFontSize: 1.125rem;
  --defaultTextColor: #333333;
  --defaultLinkColor: #038f44;
  --defaultLinkDecoration: none;
  --defaultLinkHoverColor: #333333;
  --defaultLinkHoverDecoration: underline;

  --boldFontWeight: 600;

  --sliderDotSize: 18px;
  --sliderDotBorderRadius: 9px;
  --sliderDotColor: #FFFFFF;
  --sliderDotOpacity: 0.7;
  --sliderDotActiveColor: #FFFFFF;
  --sliderDotActiveOpacity: 1;

  --headline1Color: #4D4D4D;
  --headline1FontWeight: 400;
  --headline1FontFamily: 'Outfit', sans-serif;
  --headline1FontSize: 2.25rem;

  --headline2Color: #038f44;
  --headline2FontWeight: 600;
  --headline2FontFamily: 'Outfit', sans-serif;
  --headline2FontSize: 1.6rem;

  --headline3Color: #4D4D4D;
  --headline3FontWeight: 600;
  --headline3FontFamily: 'Outfit', sans-serif;
  --headline3FontSize: 1.4rem;

  --headline4Color: #038f44;
  --headline4FontWeight: 600;
  --headline4FontFamily: 'Outfit', sans-serif;
  --headline4FontSize: 1.3rem;

  --headline5Color: #3E3E3E;
  --headline5FontWeight: 400;
  --headline5FontFamily: 'Outfit', sans-serif;
  --headline5FontSize: 1.2rem;

  --headline6Color: #000000;
  --headline6FontWeight: 400;
  --headline6FontFamily: 'Outfit', sans-serif;
  --headline6FontSize: 1.1rem;

  --topBarBackground: linear-gradient(45deg,#026e34,#038f44);
  --topBarTextColor: #FFFFFF;
  --topBarLinkDecoration: none;
  --topBarLinkColor: #FFFFFF;
  --topBarLinkHoverDecoration: underline;
  --topBarLinkHoverColor: #FFFFFF;

  --bottomBarBackground: linear-gradient(45deg,#026e34,#038f44);
  --bottomBarTextColor: #FFFFFF;
  --bottomBarLinkDecoration: none;
  --bottomBarLinkColor: #FFFFFF;
  --bottomBarLinkHoverDecoration: underline;
  --bottomBarLinkHoverColor: #FFFFFF;

  --headerBackground: #FFFFFF;
  --headerBoxShadow: 0 0 5px rgba(0,0,0,0.3);
  --headerTextColor: #000000;
  --headerLinkDecoration: none;
  --headerLinkColor: #B70A26;
  --headerLinkHoverDecoration: none;
  --headerLinkHoverColor: #B70A26;
  --headerScrolledBackground: var(--headerBackground);
  --headerScrolledBoxShadow: 0 0 5px rgba(0,0,0,0.3);
  --headerScrolledTextColor: var(--headerTextColor);
  --headerScrolledLinkDecoration: var(--headerLinkDecoration);
  --headerScrolledLinkColor: var(--headerLinkColor);
  --headerScrolledLinkHoverDecoration: var(--headerLinkHoverDecoration);
  --headerScrolledLinkHoverColor: var(--headerLinkHoverColor);

  --footerBackground: linear-gradient(#FFFFFF,#E1E1E1);
  --footerTextColor: #333333;
  --footerLinkDecoration: none;
  --footerLinkColor: var(--footerTextColor);
  --footerLinkHoverDecoration: underline;
  --footerLinkHoverColor: var(--footerTextColor);
  --footerHeadline1Color: var(--footerTextColor);
  --footerHeadline2Color: var(--footerTextColor);
  --footerHeadline3Color: var(--footerTextColor);
  --footerHeadline4Color: var(--footerTextColor);
  --footerHeadline5Color: var(--footerTextColor);
  --footerHeadline6Color: var(--footerTextColor);
  --footerButton1BorderColor: #FFFFFF;
  --footerButton1HoverBorderColor: #FFFFFF;
  --footerButton1Color: #FFFFFF;
  --footerButton1HoverColor: #FF6633;
  --footerButton1Background: transparent;
  --footerButton1HoverBackground: #FFFFFF;

  --mainmenuTextTransform: uppercase;
  --mainmenuFontWeight: 400;
  --mainmenuLinkColor: #000000;
  --mainmenuLinkActiveColor: #038f44;
  --mainmenuBorderWidth: 2px;
  --mainmenuBorderColor: transparent;
  --mainmenuBorderActiveColor: transparent;
  --mainmenuArrowColor: #000000;
  --mainmenuArrowActiveColor: #038f44;
  --mainmenuScrolledLinkColor: var(--mainmenuLinkColor);
  --mainmenuScrolledLinkActiveColor: var(--mainmenuLinkActiveColor);
  --mainmenuScrolledBorderColor: var(--mainmenuBorderColor);
  --mainmenuScrolledBorderActiveColor: var(--mainmenuBorderActiveColor);
  --mainmenuScrolledArrowColor: var(--mainmenuArrowColor);
  --mainmenuScrolledArrowActiveColor: var(--mainmenuArrowActiveColor);

  --burgerMenuTextTransform: none;
  --burgerMenuFontWeight: 400;
  --burgerMenuSwitchColor: #038f44;
  --burgerMenuScrolledSwitchColor: var(--burgerMenuSwitchColor);
  --burgerMenuBackButtonBackground: #038f44;
  --burgerMenuBackButtonColor: #FFFFFF;
  --burgerMenuBackButtonTextTransform: none;
  --burgerMenuLinkColor: #333333;
  --burgerMenuLinkActiveColor: #038f44;
  --burgerMenuBackground: #FFFFFF;
  --burgerMenuLineColor: #CCCCCC;

  --button1BorderRadius: 3px;
  --button1BorderColor: #038f44;
  --button1HoverBorderColor: #038f44;
  --button1FontWeight: 400;
  --button1Color: #FFFFFF;
  --button1HoverColor: #FFFFFF;
  --button1TextDecoration: none;
  --button1HoverTextDecoration: none;
  --button1TextTransform: none;
  --button1Background: linear-gradient(45deg,#026e34,#038f44);
  --button1HoverBackground: linear-gradient(45deg,#026e34,#026e34);

  --heroBackground: #F2F2F2;
  --heroImageHeight: auto;
  --mainMarginTop: 0;
  --heroImageFilterIfTextExist: none;
  --heroTextColor: #FFFFFF;
  --heroLinkDecoration: underline;
  --heroLinkColor: #FFFFFF;
  --heroLinkHoverDecoration: none;
  --heroLinkHoverColor: #FFFFFF;
  --heroHeadline1Color: var(--heroTextColor);
  --heroHeadline2Color: var(--heroTextColor);
  --heroHeadline3Color: var(--heroTextColor);
  --heroHeadline4Color: var(--heroTextColor);
  --heroHeadline5Color: var(--heroTextColor);
  --heroHeadline6Color: var(--heroTextColor);
  --heroButton1BorderColor: var(--button1BorderColor);
  --heroButton1HoverBorderColor: var(--button1HoverBorderColor);
  --heroButton1Color: var(--button1Color);
  --heroButton1HoverColor: var(--button1HoverColor);
  --heroButton1Background: var(--button1Background);
  --heroButton1HoverBackground: var(--button1HoverBackground);

  --rowColored1Background: linear-gradient(45deg,#026e34,#038f44);
  --rowColored1BoxShadow: none;
  --rowColored1TextColor: #FFFFFF;
  --rowColored1Headline1Color: var(--rowColored1TextColor);
  --rowColored1Headline2Color: var(--rowColored1TextColor);
  --rowColored1Headline3Color: var(--rowColored1TextColor);
  --rowColored1Headline4Color: var(--rowColored1TextColor);
  --rowColored1Headline5Color: var(--rowColored1TextColor);
  --rowColored1Headline6Color: var(--rowColored1TextColor);
  --rowColored1LinkDecoration: underline;
  --rowColored1LinkColor: #FFFFFF;
  --rowColored1LinkHoverDecoration: none;
  --rowColored1Button1HoverColor: #FFFFFF;
  --rowColored1Button1BorderColor: #FFFFFF;
  --rowColored1Button1HoverBorderColor: #FFFFFF;
  --rowColored1Button1Color: #857D80;
  --rowColored1Button1HoverColor: #333333;
  --rowColored1Button1Background: #FFFFFF;
  --rowColored1Button1HoverBackground: #FFFFFF;

  --rowColored2Background: #E3E3E3;
  --rowColored2BoxShadow: none;
  --rowColored2TextColor: var(--defaultTextColor);
  --rowColored2Headline1Color: var(--headline1Color);
  --rowColored2Headline2Color: var(--headline2Color);
  --rowColored2Headline3Color: var(--headline3Color);
  --rowColored2Headline4Color: var(--headline4Color);
  --rowColored2Headline5Color: var(--headline5Color);
  --rowColored2Headline6Color: var(--headline6Color);
  --rowColored2LinkDecoration: var(--defaultLinkDecoration);
  --rowColored2LinkColor: var(--defaultLinkColor);
  --rowColored2LinkHoverDecoration: var(--defaultLinkHoverDecoration);
  --rowColored2LinkHoverColor: var(--defaultLinkHoverColor);
  --rowColored2Button1BorderColor: var(--button1BorderColor);
  --rowColored2Button1HoverBorderColor: var(--button1HoverBorderColor);
  --rowColored2Button1Color: var(--button1Color);
  --rowColored2Button1HoverColor: var(--button1HoverColor);
  --rowColored2Button1Background: var(--button1Background);
  --rowColored2Button1HoverBackground: var(--button1HoverBackground);

  --colColored1BorderRadius: 0;
  --colColored1Border: 0;
  --colColored1Background: #038f44;
  --colColored1BoxShadow: none;
  --colColored1TextColor: #FFFFFF;
  --colColored1Headline1Color: var(--colColored1TextColor);
  --colColored1Headline2Color: var(--colColored1TextColor);
  --colColored1Headline3Color: var(--colColored1TextColor);
  --colColored1Headline4Color: var(--colColored1TextColor);
  --colColored1Headline5Color: var(--colColored1TextColor);
  --colColored1Headline6Color: var(--colColored1TextColor);
  --colColored1LinkDecoration: none;
  --colColored1LinkColor: var(--colColored1TextColor);
  --colColored1LinkHoverDecoration: underline;
  --colColored1LinkHoverColor: var(--colColored1TextColor);
  --colColored1Button1BorderColor: #FFFFFF;
  --colColored1Button1HoverBorderColor: #FFFFFF;
  --colColored1Button1Color: #FFFFFF;
  --colColored1Button1HoverColor: #038f44;
  --colColored1Button1Background: transparent;
  --colColored1Button1HoverBackground: #FFFFFF;

  --colColored2BorderRadius: 0;
  --colColored2Border: 0;
  --colColored2Background: #FFFFFF;
  --colColored2BoxShadow: 0 0 5px rgba(0,0,0,0.5);
  --colColored2TextColor: var(--defaultTextColor);
  --colColored2Headline1Color: var(--headline1Color);
  --colColored2Headline2Color: var(--headline2Color);
  --colColored2Headline3Color: var(--headline3Color);
  --colColored2Headline4Color: var(--headline4Color);
  --colColored2Headline5Color: var(--headline5Color);
  --colColored2Headline6Color: var(--headline6Color);
  --colColored2LinkDecoration: var(--defaultLinkDecoration);
  --colColored2LinkColor: var(--defaultLinkColor);
  --colColored2LinkHoverDecoration: var(--defaultLinkHoverDecoration);
  --colColored2LinkHoverColor: var(--defaultLinkHoverColor);
  --colColored2Button1BorderColor: var(--button1BorderColor);
  --colColored2Button1HoverBorderColor: var(--button1HoverBorderColor);
  --colColored2Button1Color: var(--button1Color);
  --colColored2Button1HoverColor: var(--button1HoverColor);
  --colColored2Button1Background: var(--button1Background);
  --colColored2Button1HoverBackground: var(--button1HoverBackground);

  --navigationButtonBorderRadius: 4px;
  --navigationButtonBorder: 1px solid #999;
  --navigationButtonHoverBorder: 1px solid #026e34;
  --navigationButtonMarkedBorder: 1px solid #026e34;
  --navigationButtonFontWeight: 600;
  --navigationButtonColor: #6E6C6D;
  --navigationButtonHoverColor: #FFFFFF;
  --navigationButtonMarkedColor: #FFFFFF;
  --navigationButtonTextDecoration: none;
  --navigationButtonHoverTextDecoration: none;
  --navigationButtonMarkedTextDecoration: none;
  --navigationButtonTextTransform: none;
  --navigationButtonBackground: transparent;
  --navigationButtonHoverBackground: linear-gradient(45deg,#026e34,#038f44);
  --navigationButtonMarkedBackground: linear-gradient(45deg,#026e34,#038f44);

  --headerHeight: 0;
  --menuPositionY: 0;
  --menuPositionX: 0;
  --vh: 1vh;
}

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

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: var(--fontDefault);
  font-size: var(--defaultFontSize);
  font-weight: 400;
  color: var(--defaultTextColor);
  line-height: 140%;
  background: #FFFFFF;
}
body.fullscreen-hero {
  --heroImageHeight: calc( 100 * var(--vh) );
  --mainMarginTop: 0;
}

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;
}

span[style*="font-size"] {
  line-height: 120%;
}

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

div {
  position: relative;
}


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

a {
  color: var(--defaultLinkColor);
  text-decoration: var(--defaultLinkDecoration);
  transition: 300ms;
  overflow: hidden;
}
a:hover {
  color: var(--defaultLinkHoverColor);
  text-decoration: var(--defaultLinkHoverDecoration);
}




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

.headline1 {
  font-size: var(--headline1FontSize);
  font-family: var(--headline1FontFamily);
  font-weight: var(--headline1FontWeight);
  color: var(--headline1Color);
  line-height: 120%;
  margin-bottom: 0.5em;
  text-overflow: ellipsis;
}

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

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

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

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

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

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




div.inner {
  margin: 0 auto 0;
  padding: 0 100px;
  width: calc( 100% - 200px );
  max-width: 1500px;
}

div.inner-flex {
  display: flex;
  margin: 0 auto 0;
  padding: 0 100px;
  width: calc( 100% - 200px );
  max-width: 1500px;
  flex-wrap: wrap;
  justify-content: space-between;
}




/* BEGIN -------------------------------------------- TOPBAR & HEADER */

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 900;
  color: var( --headerTextColor );
  background: var( --headerBackground );
  box-shadow: var(--headerBoxShadow);
}
body.scrolled header.header {
  color: var( --headerScrolledTextColor );
  background: var( --headerScrolledBackground );
  box-shadow: var(--headerScrolledBoxShadow);
}
header.header a, header.header a:hover {
  color: var( --headerLinkColor );
  text-decoration: var( --headerLinkDecoration );
}
body.scrolled header.header a, body.scrolled header.header a:hover {
  color: var( --headerScrolledLinkColor );
  text-decoration: var( --headerScrolledLinkDecoration );
}
header.header a:hover {
  color: var( --headerLinkHoverColor );
  text-decoration: var( --headerLinkHoverDecoration );
}
body.scrolled header.header a:hover {
  color: var( --headerScrolledLinkHoverColor );
  text-decoration: var( --headerScrolledLinkHoverDecoration );
}

div.logo {
  width: auto;
  margin-bottom: -100px;
}
body.scrolled div.logo {
  margin-bottom: 0;
}
div.logo img, div.logo svg {
  object-position: left;
  object-fit: contain;
}
body.scrolled div.logo img, body.scrolled div.logo svg {
  width: auto;
  max-height: 80px;
}

div.topbar {
  padding: 0.6em 0;
  font-size: 0.9em;
  line-height: 110%;
  max-height: 50px;
  color: var( --topBarTextColor );
  background: var( --topBarBackground );
  overflow: hidden;
}
div.topbar .inner {
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
div.topbar a, div.topbar a:hover {
  color: var( --topBarLinkColor );
  text-decoration: var( --topBarLinkDecoration );
}
div.topbar a:hover {
  color: var( --topBarLinkHoverColor );
  text-decoration: var( --topBarLinkHoverDecoration );
}
body.scrolled div.topbar {
  max-height: 0;
  padding: 0;
  color: transparent;
}
body.scrolled div.topbar a, body.scrolled div.topbar a:hover {
  color: transparent;
}

header.header > div.inner-flex {
  padding: 20px 0;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.scrolled header.header > div.inner-flex {
  padding: 10px 0;
}

div.header-group {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

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




/* BEGIN ---------------------------------------- FOOTER & BOTTOMBAR */

footer.footer {
  position: relative;
  padding: 50px 0;
  color: var(--footerTextColor);
  background: var(--footerBackground);
  line-height: 180%;
}
footer.footer .headline1 {
  color: var(--footerHeadline1Color);
}
footer.footer .headline2 {
  color: var(--footerHeadline2Color);
}
footer.footer .headline3 {
  color: var(--footerHeadline3Color);
}
footer.footer .headline4 {
  color: var(--footerHeadline4Color);
}
footer.footer .headline5 {
  color: var(--footerHeadline5Color);
}
footer.footer .headline6 {
  color: var(--footerHeadline6Color);
}
footer.footer a, footer.footer a:hover {
  text-decoration: var(--footerLinkDecoration);
  color: var(--footerLinkColor);
}
footer.footer a:hover {
  text-decoration: var(--footerLinkHoverDecoration);
  color: var(--footerLinkHoverColor);
}
footer.footer .inner-flex li {
  margin: 0;
}
footer.footer .inner-flex {
  column-gap: 40px;
  row-gap: 20px;
  align-items: end;
}

div.bottombar {
  padding: 0.7em 0;
  font-size: 0.9em;
  line-height: 110%;
  color: var( --bottomBarTextColor );
  background: var( --bottomBarBackground );
}
div.bottombar a, div.bottombar a:hover {
  color: var( --bottomBarLinkColor );
  text-decoration: var( --bottomBarLinkDecoration );
}
div.bottombar a:hover {
  color: var( --bottomBarLinkHoverColor );
  text-decoration: var( --bottomBarLinkHoverDecoration );
}

/* END -------------------------------------------- FOOTER & BOTTOMBAR */




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

div.mainmenu {
  position: relative;
}
div.mainmenu ul, div.mainmenu li {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
div.mainmenu ul {
  column-gap: 40px;
}

div.mainmenu ul li a, div.mainmenu ul li strong {
  font-weight: var(--mainmenuFontWeight) !important;
  padding: 0;
  margin: 0;
  color: var(--mainmenuLinkColor);
  border-top: var(--mainmenuBorderWidth) solid transparent;
  border-bottom: var(--mainmenuBorderWidth) solid var(--mainmenuBorderColor);
  line-height: 2.5rem;
  transition: color 300ms;
  text-transform: var(--mainmenuTextTransform);
  text-decoration: none;
 }
body.scrolled div.mainmenu ul li a, body.scrolled div.mainmenu ul li strong {
  color: var(--mainmenuScrolledLinkColor);
  border-bottom-color: var(--mainmenuScrolledBorderColor);
  text-transform: var(--mainmenuTextTransform);
}

div.mainmenu ul li.marked a, div.mainmenu ul li strong {
  color: var(--mainmenuLinkActiveColor);
  border-bottom-color: var(--mainmenuBorderActiveColor);
}
body.scrolled div.mainmenu ul li.marked a, body.scrolled div.mainmenu ul li strong {
  color: var(--mainmenuScrolledLinkActiveColor);
  border-bottom-color: var(--mainmenuScrolledBorderActiveColor);
}

div.mainmenu ul li.active a {
  color: var(--mainmenuLinkActiveColor);
}
body.scrolled div.mainmenu ul li.active a {
  color: var(--mainmenuScrolledLinkActiveColor);
}

div.mainmenu ul li.active a, div.mainmenu ul li a:hover {
  color: var(--mainmenuLinkActiveColor);
}
body.scrolled div.mainmenu ul li.active a, body.scrolled div.mainmenu ul li a:hover {
  color: var(--mainmenuScrolledLinkActiveColor);
}

div.mainmenu ul li.hasSub a::after {
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top: 8px solid var(--mainmenuArrowColor);
  line-height: 1rem;
  content: '';
  transition: 300ms;
  transform: translate(0,-2px);
}
body.scrolled div.mainmenu ul li.hasSub a::after {
  border-top: 8px solid var(--mainmenuScrolledArrowColor);
}

div.mainmenu ul li.hasSub.active a::after {
  border-top-color: var(--mainmenuArrowActiveColor);
  transform: translate(0,-2px) scaleY(-1);
}
body.scrolled div.mainmenu ul li.hasSub.active a::after {
  border-top-color: var(--mainmenuScrolledArrowActiveColor);
}

div.mainmenu ul li ul {
  display: none;
}

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



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

div.hero {
  margin: var(--headerHeight) auto 0;
  background: var(--heroBackground);
}
div.hero:empty {
}
div.hero-item {
  display: none;
}
div.hero-item:first-child {
  display: block;
}
div.hero-item-container {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  width: 100%;
  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;
  width: 100%;
  height: 100%;
  max-height: calc( 100 * var(--vh) );
  object-fit: cover;
}
div.hero-item-container > img:not(:last-child) {
  filter: var(--heroImageFilterIfTextExist);
}
div.hero-item-container-text {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  
  padding: 0;
  width: 100%;
  height: 100%;
  color: var(--heroTextColor);
  overflow: auto;

  --defaultLinkColor: var(--heroLinkColor);
  --defaultLinkDecoration: var(--heroLinkDecoration);
  --defaultLinkHoverColor: var(--heroLinkHoverColor);
  --defaultLinkHoverDecoration: var(--heroLinkHoverDecoration);
  --headline1Color: var(--heroHeadline1Color);
  --headline2Color: var(--heroHeadline2Color);
  --headline3Color: var(--heroHeadline3Color);
  --headline4Color: var(--heroHeadline4Color);
  --headline5Color: var(--heroHeadline5Color);
  --headline6Color: var(--heroHeadline6Color);
  --button1BorderColor: var(--heroButton1BorderColor);
  --button1HoverBorderColor: var(--heroButton1HoverBorderColor);
  --button1Color: var(--heroButton1Color);
  --button1HoverColor: var(--heroButton1HoverColor);
  --button1Background: var(--heroButton1Background);
  --button1HoverBackground: var(--heroButton1HoverBackground);
}

div.hero-item-container-text .grid-row {
  height: calc( 100% - 60px );
  padding-top: 30px;
  padding-bottom: 30px;
  row-gap: 0;
}
div.hero-item-container-text .grid-col {
  row-gap: 0;
}

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




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

main {
  margin-top: var(--mainMarginTop);
}

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

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




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

div.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 899;
  background: rgba(0,0,0,0.2);
}
div.menu-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 350px;
  top: calc( var(--menuPositionY) + 5px );
  left: var(--menuPositionX);
  max-width: 100%;
  height: calc( 100% - var(--menuPositionY) );
  max-height: calc( 100% - var(--menuPositionY) );
  margin: 0;
  z-index: 1002;
  transform: translate(-50%,0);
  transition: opacity 300ms;
  opacity: 0;
  pointer-events: none;
}
body.menu-shown div.menu-container {
  opacity: 1;
  pointer-events: all;
}
#menu-switch {
  display: none;
  background: none;
  border: 0;
  margin: 0;
  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: var(--burgerMenuSwitchColor);
}
body.scrolled #menu-switch span {
  background: var(--burgerMenuScrolledSwitchColor);
}

#menu {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  transition: 400ms;
}
#menu .col {
  display: inline-block;
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  transition: margin-left 400ms;
  vertical-align: top;
  border-radius: 3px;
  background: var(--burgerMenuBackground);
}
#menu ul, #menu li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
#menu ul {
  padding: 10px 0;
}
#menu ul li {
  white-space: normal;
  margin: 0 10px;
}
#menu ul li + li {
  border-top: 1px solid var(--burgerMenuLineColor);
}
#menu ul li a, #menu ul li strong {
  display: block;
  line-height: 110%;
  font-weight: var(--burgerMenuFontWeight) !important;
  padding: 14px 25px 14px 15px;
  margin: 0;
  color: var(--burgerMenuLinkColor);
  text-transform: var(--burgerMenuTextTransform);
}
#menu ul li a:hover, #menu ul li strong, #menu ul li.hasSub:hover, #menu ul li.active, #menu ul li.marked, #menu ul li.active a, #menu ul li.marked a, #menu ul li a.menu-list-marked {
  color: var(--burgerMenuLinkActiveColor);
}
#menu ul li ul {
  display: none;
}

#menu ul li.hasSub a:after {
  display: block;
  position: absolute;
  top: calc( 50% - 6px );
  right: 20px;
  width: 7px;
  height: 7px;
  cursor: pointer;
  font-weight: bold;
  transition: 150ms;
  border: 2px solid transparent;
  border-top-color: #999;
  border-right-color: #999;
  content: '';
  transform: rotate(45deg);
}
#menu ul li.hasSub.active a:after {
  border-top-color: var(--burgerMenuLinkActiveColor);
  border-right-color: var(--burgerMenuLinkActiveColor);
}

div.menu-container-back {
  position: relative;
  width: 100%;
  padding: 0 10px 0 30px;
  height: 40px;
  max-height: 40px;
  cursor: pointer;
  z-index: 110;
  background: var(--burgerMenuBackButtonBackground);
  line-height: 42px;
  box-sizing: border-box;
  border-radius: 3px;
  color: var(--burgerMenuBackButtonColor);
  font-weight: 600;
  z-index: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: var(--burgerMenuBackButtonTextTransform);
  transition: 300ms;
}
div.menu-container-back:empty {
  display: none;
}
div.menu-container-back:before {
  display: block;
  position: absolute;
  top: calc( 50% - 6px);
  left: 10px;
  width: 7px;
  height: 7px;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-right-color: currentColor;
  content: '';
  transform: rotate(-135deg);
}
div.menu-container-back:empty:before {
  content: none;
}

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




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

div.style1 {
  display: inline-block;
}
div.style1 a {
  display: inline-block;
  padding: 0.4em 1.7em;
  margin: 0.6em 0 0 0;
  border: 2px solid transparent;
  border-radius: var(--button1BorderRadius);
  font-size: 0.8em;
  border-color: var(--button1BorderColor);
  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);
  color: var(--button1HoverColor);
  filter: saturate(0) brightness(0.7);
}

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




/* BEGIN -------------------------------------------- BILDVERGRÖßERUNG */

.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1040;overflow:hidden;background:#FFFFFFF0;opacity:.9;filter:alpha(opacity=90)}.mfp-wrap{z-index:1042;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:943}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:944}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:946;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0;}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#FFF}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{margin-top: 5px;text-align:center;line-height:18px;color:#333333;word-wrap:break-word;}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.mfp-img img {
  background:#FFF
}
.mfp-counter {
  display: none;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #333333;
}
.mfp-bg {
  opacity: 0;
  transition: opacity 300ms;
}
.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap {
  transition: 300ms;
  opacity: 0;
  transform: scale(0.8);
}
.mfp-wrap.mfp-ready {
  transform: scale(1);
    opacity: 1;
}
.mfp-wrap.mfp-removing {
  transform: scale(0.8);
    opacity: 0;
}

/* 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-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%,0);
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 10px;
}
.slick-dots li {
  padding: 0;
  margin: 0;
}
.slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: var(--sliderDotSize);
  height: var(--sliderDotSize);
  border-radius: var(--sliderDotBorderRadius);
  background: var(--sliderDotColor);
  overflow: hidden;
  color: transparent;
  opacity: var(--sliderDotOpacity);
  transform: scale(0.8);
}
.slick-dots li.slick-active button {
  opacity: var(--sliderDotActiveOpacity);
  background: var(--sliderDotActiveColor);
  transform: scale(1);
}

/* END -------------------------------------------- SLIDER */




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

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

.grid-row.row-news .news {
  padding: 20px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  align-items: start;
}

.news {
  display: grid;
  grid-template-columns: 1fr;
  width: 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%;
  aspect-ratio: 960 / 539;
  overflow: hidden;
  background: #F2F2F2 url(/_templates/shared-2025/images/hg-news-noimage.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.news-image img {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 960 / 539;
  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(--headline2Color);
  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 {
  display: inline-block;
  padding: 0.4em 1.7em;
  margin: 0.6em 0 0 0;
  border: 2px solid transparent;
  border-radius: var(--button1BorderRadius);
  font-size: 0.8em;
  border-color: var(--button1BorderColor);
  font-weight: var(--button1FontWeight);
  color: var(--button1Color);
  text-decoration: var(--button1TextDecoration);
  text-transform: var(--button1TextTransform);
  background: var(--button1Background);
  transition: 300ms;
}
a:hover .news-link, a:focus .news-link {
  text-decoration: var(--button1HoverTextDecoration);
  color: var(--button1HoverColor);
  filter: saturate(0) brightness(0.7);
}


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





/* BEGIN -------------------------------------------- VERANSTALTUNG */

.veranstaltung {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0;
  transition: 300ms;
  align-items: start;
  box-sizing: border-box;
}
.veranstaltung a, .veranstaltung a:hover, .veranstaltung a:focus {
  color: inherit;
  text-decoration: none;
}

.veranstaltung + .veranstaltung {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  margin-top: 10px;
}

.veranstaltung-zeitpunkt {
  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: currentColor;
  pointer-events: none;
  opacity: 0.8;
}
.veranstaltung-headline {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--headline2Color);
  line-height: calc( 120% * var(--cybap-line-height-factor) );
  margin-bottom: 0.2em;
  text-decoration: none;
}



/* END -------------------------------------------- VERANSTALTUNG */




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

div.data-navigation {
  display: flex;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}
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: #000000;
  text-decoration: none;
  order: 1;
}
a.data-navigation-overview:hover {
  color: #E40C2A;
}
.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: var(--navigationButtonBorder);
  border-radius: var(--navigationButtonBorderRadius);
  text-align: center;
  font-weight: var(--navigationButtonFontWeight);
  color: var(--navigationButtonColor);
  text-decoration: var(-navigationButtonTextDecoration);
  text-transform: var(--navigationButtonTextTransform);
  background: var(--navigationButtonBackground);
  transition: none;
  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 currentColor;
  transform: rotate(-45deg);
  content: '';
  transition: 300ms;
}
.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: var(--navigationButtonHoverBackground);
  color: var(--navigationButtonHoverColor);
  border: var(--navigationButtonHoverBorder);
  text-decoration: var(--navigationButtonHoverTextDecoration);
}
a.data-navigation-prev:hover::before, 
a.data-navigation-next:hover::before {
  box-shadow: -2px -2px 0 0 currentColor;
}

.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;
  border-top: 1px solid #999;
}

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

a.data-pages-page, .data-pages-page-marked, .data-pages-page-inactive,.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: var(--navigationButtonBorder);
  border-radius: var(--navigationButtonBorderRadius);
  text-align: center;
  font-weight: var(--navigationButtonFontWeight);
  color: var(--navigationButtonColor);
  text-decoration: var(-navigationButtonTextDecoration);
  text-transform: var(--navigationButtonTextTransform);
  background: var(--navigationButtonBackground);
  transition: none;
  overflow: hidden;
}
.data-pages-page-marked {
  background: var(--navigationButtonMarkedBackground);
  color: var(--navigationButtonMarkedColor);
  border: var(--navigationButtonMarkedBorder);
  text-decoration: var(--navigationButtonMarkedTextDecoration);
}
a.data-pages-page:hover, a.data-pages-page:focus, .data-pages-page-marked:hover, .data-pages-page-marked:focus,
a.data-pages-prev:hover, a.data-pages-next:hover  {
  background: var(--navigationButtonHoverBackground);
  color: var(--navigationButtonHoverColor);
  border: var(--navigationButtonHoverBorder);
  text-decoration: var(--navigationButtonHoverTextDecoration);
}
.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 currentColor;
  transform: rotate(-45deg);
  content: '';
}
.data-pages-next::before, .data-pages-next-inactive::before {
  left: calc( 50% - 9px);
  transform: rotate(135deg);
}
a.data-pages-prev:hover::before, 
a.data-pages-next:hover::before {
  box-shadow: -2px -2px 0 0 currentColor;
}

.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;
  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:  100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
  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: absolute;
  bottom: 10px;
  right: -3px;
  padding: 4px 10px 4px 20px;
  color: #FFFFFF;
  background: var(--colorBlue);
  transform: skewX(-7deg);
}
div.image-comment::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: var(--colorBlue);
  content: '';
}
div.image-comment a {
  color: #FFFFFF;
}
ul {
  margin: 0;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 0;
}
div.grid-block ul {
  list-style: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzIDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4wMDgyMDgsMCwwLDEuMDA4MjA4LC0wLjEwNjcwMywtMC4xMDY0NjIpIj4KICAgICAgICA8Y2lyY2xlIGN4PSI2LjU2NyIgY3k9IjYuNTM4IiByPSI2LjQzMyIgc3R5bGU9ImZpbGw6cmdiKDMyLDEyNSwxMzEpOyIvPgogICAgPC9nPgo8L3N2Zz4K);
}
ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 0;
}
li {
  margin: 13px 0;
  margin-left: 15px;
  margin-bottom: 2px;
  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) {
  div.inner, div.inner-flex {
    padding: 0 40px;
    width: calc( 100% - 80px );
  }
}

@media all and (max-width: 1400px) {
  div.logo {
    margin-bottom: 0;
  }
  div.mainmenu {
    display: none;
  }
  #menu-switch {
    display: block;
  }
  div.menu-container {
    top: var(--headerHeight);
    left: auto;
    right: 0;
    height: calc( 100% - var(--headerHeight) );
    max-height: calc( 100% - var(--headerHeight) );
    transform: none;
    background: var(--burgerMenuBackground);
  }
  div.menu-container-back:empty:before, div.menu-container-back:empty:after {
    display: none;
  }
  #menu {
    height: 100%;
  }
  body.scrolled header.header > div.inner-flex {
    padding: 10px 0;
  }
  div.logo {
    max-width: 250px;
  }
  .headline1 {
    font-size: clamp( 1.2rem, calc( var(--headline1FontSize) * 0.7 ), 2rem );
  }
  .headline2, h2.news-headline {
    font-size: clamp( 1.2rem, calc( var(--headline2FontSize) * 0.7 ), 2rem );
  }
  .headline3 {
    font-size: clamp( 1.2rem, calc( var(--headline3FontSize) * 0.7 ), 2rem );
  }
  .headline4 {
    font-size: clamp( 1rem, calc( var(--headline4FontSize) * 0.8 ), 2rem );
  }
  .headline5 {
    font-size: clamp( 1rem, calc( var(--headline5FontSize) * 0.8 ), 2rem );
  }
  .headline6 {
    font-size: clamp( 1rem, calc( var(--headline6FontSize) * 0.8 ), 2rem );
  }
  body {
    font-size: clamp( 0.9rem, calc( var(--defaultFontSize) * 0.9 ), 1rem );
  }
  div.hero-item-container > img {
    min-height: 250px;
    min-width: 100%;
    object-fit: cover;
  }
  div.logo img, div.logo svg, body.scrolled div.logo img, body.scrolled div.logo svg {
    width: auto !important;
    max-height: 80px;
  }
  header.header > div.inner-flex {
    justify-content: space-between;
  }
}

@media all and (max-width: 600px) {
  div.inner, div.inner-flex {
    padding: 0 20px;
    width: calc( 100% - 40px );
  }
  header.header > div.inner-flex {
    padding: 10px 0;
  }
  div.social-media {
    display: none;
  }
  div.menu-container {
    width: 100%;
  }
  div.logo {
    max-width: 200px;
  }
  div.logo img, div.logo svg, body.scrolled div.logo img, body.scrolled div.logo svg {
    width: auto !important;
    max-height: 50px;
  }
  div.modul-pages {
    display: none;
  }
}
