@charset "UTF-8";
/* Version 1907291738 */
/* ====================================================================== */
/* =                                                                    = */
/* = 0. ERIC MEYERS CSS RESET                                           = */
/* =    (v2.0 | 20110126 http://meyerweb.com/eric/tools/css/reset/      = */
/* =                                                                    = */
/* ====================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ====================================================================== */
/* =                                                                    = */
/* = 1. USEFUL INFORMATION                                              = */
/* =                                                                    = */
/* ====================================================================== */
/* ====================================================================== */
/* = 1.1 Break point’s Que Pasa                                         = */
/* ====================================================================== */
/*
1. Tablets: ≥ 576 px
2. Smartphones ≤ 575 px
*/
/*
NO. |	RANGE			 |	APPEARANCE
----+--------------+------------------------------------------------------------------------
1.  |	0 – 479		 |	single-column: pics+text one below the other
	a. phone breakpoint
2.  |	480 – 767	 |	single-column: text flows around pics 1:1
	b. tablet breakpoint
3.	 |	768 – 1023	 |	two columns: 7 (main) : 5 (aside); main: text flows around pics l/r 3:2 
	c. laptop breakpoint
4.	 |	1024 – 1199	 |	two columns: 8 (main) : 4 (aside); main: text flows around pics l/r 3:2
	d. desktop breakpoint
5.	 |	1200 – …		 |	two columns: 9 (main) : 3 (aside); main: text flows around pics l/r 3:2
----+--------------+------------------------------------------------------------------------
*/
/* ====================================================================== */
/* = 1.2 Z-Indexes                                                      = */
/* ====================================================================== */
/*
header, header.species 3000

$nav-commons 5000
-> #nav-top
-> #nav-species
-> #nav-seg
-> #nav-bottom

[class^="overlay"] 6000 (incl. dialogs)
*/
/* Navigation + Footer */
/* ====================================================================== */
/* =                                                                    = */
/* = 2. FONTS                                                           = */
/* =                                                                    = */
/* ====================================================================== */
/* ====================================================================== */
/* = 2.1 Family: Nunito <- from Google Fonts                            = */
/* = 	   (latin, latin-extended)                                        = */
/* ====================================================================== */
/* nunito-regular - latin_latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v11-latin_latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v11-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v11-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/nunito-v11-latin_latin-ext-regular.woff") format("woff"), url("../fonts/nunito-v11-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/nunito-v11-latin_latin-ext-regular.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-italic - latin_latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/nunito-v11-latin_latin-ext-italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v11-latin_latin-ext-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v11-latin_latin-ext-italic.woff2") format("woff2"), url("../fonts/nunito-v11-latin_latin-ext-italic.woff") format("woff"), url("../fonts/nunito-v11-latin_latin-ext-italic.ttf") format("truetype"), url("../fonts/nunito-v11-latin_latin-ext-italic.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-800italic - latin_latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/nunito-v11-latin_latin-ext-800italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v11-latin_latin-ext-800italic.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v11-latin_latin-ext-800italic.woff2") format("woff2"), url("../fonts/nunito-v11-latin_latin-ext-800italic.woff") format("woff"), url("../fonts/nunito-v11-latin_latin-ext-800italic.ttf") format("truetype"), url("../fonts/nunito-v11-latin_latin-ext-800italic.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-800 - latin_latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-v11-latin_latin-ext-800.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/nunito-v11-latin_latin-ext-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v11-latin_latin-ext-800.woff2") format("woff2"), url("../fonts/nunito-v11-latin_latin-ext-800.woff") format("woff"), url("../fonts/nunito-v11-latin_latin-ext-800.ttf") format("truetype"), url("../fonts/nunito-v11-latin_latin-ext-800.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* ---------------------------------------------------------------------- */
/* - 2.1.1 pre-defined font styles: Nunito                              - */
/* ---------------------------------------------------------------------- */
/* for use as '@extend %nunitoregular;' */
  body, p, article.row-2 div.col-2 p, article.row-3 div.col-3 p, .modal p, .modal ul, article.row-2 div.col-2 figure figcaption, article.row-3 div.col-3 p.p-mini, .modal button {
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400; }
  h2, h3, h4, .carousell div.slick-list div.carousell-img p, .carousell ul.slick-dots li button::before {
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800; }

/* ====================================================================== */
/* = 2.2 Family: Icofont                                                = */
/* = 	   (https://icofont.com)                                            */
/* ====================================================================== */
/* icofont */
@font-face {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: "Regular";
  src: url("../fonts/icofont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/icofont.eot?#iefix") format("embedded-opentype"), url("../fonts/icofont.woff2") format("woff2"), url("../fonts/icofont.woff") format("woff"), url("../fonts/icofont.ttf") format("truetype"), url("../fonts/icofont.svg") format("svg");
  /* Legacy iOS */ }

/* ---------------------------------------------------------------------- */
/* - 2.1.1 pre-defined font styles: Icofont                             - */
/* ---------------------------------------------------------------------- */
/* Declarations for use as <span class="glyphicon glyphicon-xxxxx"></span> */
[class^="icofont-"],
[class*=" icofont-"] {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

.icofont-simple-down:before {
  content: "\eab2"; }

.icofont-envelope:before {
  content: "\ef14"; }

.icofont-navigation-menu:before {
  content: "\efa2"; }

.icofont-simple-left { }
  .icofont-simple-left:before {
    content: "\eab5"; }
  .icofont-simple-left.align-right { }
    @media (max-width: 767px) {
      .icofont-simple-left.align-right {
        margin-right: -0.3em; } }

.icofont-simple-right { }
  .icofont-simple-right:before {
    content: "\eab8"; }
  .icofont-simple-right.align-left { }
    @media (max-width: 767px) {
      .icofont-simple-right.align-left {
        margin-left: -0.3em; } }

/* ====================================================================== */
/* =                                                                    = */
/* = 3. COMMON DECLARATIONS                                             = */
/* =                                                                    = */
/* ====================================================================== */
/* ====================================================================== */
/* = 3.1 Colors                                                         = */
/* ====================================================================== */
/* gray #dcdcdc 95% transparent */
/* overlay background for modal dialogs */
/* ====================================================================== */
/* = 3.2 Predefined sizes                                               = */
/* = 	   probably based on viewport’s width (vw)                        = */
/* ====================================================================== */
/* ---------------------------------------------------------------------- */
/* - 3.2.0 Base font size                                               - */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* - 3.2.1 Dynamic font sizes                                           - */
/* ---------------------------------------------------------------------- */
/* Standard font size */
/* Standard line height */
/* min-font-size --> decreasing-font-size --> max-font-size */
/*	                min-font-size    max-font-size   min-font-size            min-screen-size    max-screen-size   min-screen-size	*/
/* font-size: calc(17.5px        + (22.75         - 17.5)         * (100vw - 480px)          / (1199            - 480)); 				*/
/* ---------------------------------------------------------------------- */
/* - 3.2.2 Static font sizes                                            - */
/* ---------------------------------------------------------------------- */
/*1.125 mal größer = 18px */
/* ---------------------------------------------------------------------- */
/* - 3.2.3 Static elements                                              - */
/* ---------------------------------------------------------------------- */
/* ====================================================================== */
/* = 3.3 Predefines file positions                                      = */
/* = 	   										                                 = */
/* ====================================================================== */
/* ====================================================================== */
/* =                                                                    = */
/* = 4. SITE DECLARATION                                                = */
/* =                                                                    = */
/* ====================================================================== */
/* ====================================================================== */
/* = 4.1 General definitions                                            = */
/* ====================================================================== */
nav, footer {
  display: grid;
  grid-template-columns: [navmargin-left] 25px [start] auto [divide] auto [end] 25px [navmargin-right];
  grid-template-rows: [start] 100% [end];
  grid-gap: 0 0;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  width: 100%;
  background-color: rgba(190, 220, 255, 0.90);
  position: fixed;
  border: none;
  left: 0;
  z-index: 2000 !important; }
  @media (max-width: 767px) {
    nav, footer {
      height: 60px;
      grid-template-columns: [navmargin-left] 15px [start] auto [divide] auto [end] 15px [navmargin-right]; } }

/* ====================================================================== */
/* = 4.2 Basic HTML-Tags                                                = */
/* ====================================================================== */
/* scrollbar resetter */
::-webkit-scrollbar {
  display: none; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

html {
  height: 100%;
  font-size: 1px;
  font-size: 6.25%;
  -webkit-tap-highlight-color: transparent; }

body {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.42857;
  color: #000000; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #000000;
  outline: 0; }
  a:hover, a:focus {
    color: #ffd500; }

p, h1, h2, h3, h4, h5, h6 { }

p {
  line-height: 1.42857;
  font-size: calc(17.5px + (22.75 - 17.5) * (100vw - 480px) / (1199 - 480)); }

article.row-2 div.col-2 p, article.row-3 div.col-3 p, .modal p, .modal ul {
  line-height: 1.42857;
  font-size: calc(15px + (17.5 - 15) * (100vw - 480px) / (1199 - 480));
  margin-bottom: calc(10px + (12 - 10) * (100vw - 480px) / (1199 - 480)); }

article.row-2 div.col-2 figure figcaption, article.row-3 div.col-3 p.p-mini {
  line-height: 1.42857;
  font-size: calc(11px + (14 - 11) * (100vw - 480px) / (1199 - 480));
  margin-top: -1em; }

h2 {
  width: 100%;
  text-transform: uppercase;
  line-height: 1.42857;
  font-size: calc(28px + (36 - 28) * (100vw - 480px) / (1199 - 480));
  margin-bottom: calc(8px + (10 - 8) * (100vw - 480px) / (1199 - 480)); }

h3 {
  width: 100%;
  line-height: 1.42857;
  font-size: calc(24px + (32 - 24) * (100vw - 480px) / (1199 - 480)); }

h4 {
  width: 100%;
  font-size: calc(16.5px + (19 - 16.5) * (100vw - 480px) / (1199 - 480)); }

sup {
  vertical-align: super;
  font-size: small; }

/* ====================================================================== */
/* =                                                                    = */
/* = 5. SITE STRUCTURE                                                  = */
/* =                                                                    = */
/* ====================================================================== */
/* ====================================================================== */
/* = 5.1 PACE LOADING BAR                                               = */
/* ====================================================================== */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #ffd500;
  position: fixed;
  z-index: 4000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px; }

/* ====================================================================== */
/* = 5.2 NAVIGATION + FOOTER                                            = */
/* ====================================================================== */
nav {
  top: 0;
  /*margin-bottom: 20px;*/ }

footer {
  bottom: 0; }

#navbar-logo {
  grid-column: start / divide;
  grid-row: start / end; }

#navbar-logo > img {
  width: 250px;
  height: auto;
  background-color: transparent; }
  @media (max-width: 767px) {
    #navbar-logo > img {
      max-width: 190px; } }

#copyright {
  grid-column: start / divide;
  grid-row: start / end;
  font-size: 16px;
  line-height: 1.42857;
  width: 100%;
  height: auto;
  background-color: transparent; }
  @media (max-width: 355px) {
    #copyright {
      font-size: 4.5vw; } }

.mobile-nav { }
  @media (min-width: 768px) {
    .mobile-nav {
      display: none; } }

.non-mobile-nav { }
  @media (max-width: 767px) {
    .non-mobile-nav {
      display: none; } }

#nav-hamburger {
  grid-column: divide / end;
  grid-row: start / end;
  background-color: transparent;
  justify-self: end; }
  @media (min-width: 768px) {
    #nav-hamburger {
      display: none; } }

button.button-hamburger {
  margin: 0;
  margin-top: -3px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 40px;
  background-color: transparent;
  color: #000000; }
  button.button-hamburger:hover, button.button-hamburger:focus {
    color: #ffd500; }

nav ul,
footer ul {
  grid-column: divide / end;
  grid-row: start / end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 2500 !important; }
  @media (max-width: 767px) {
    nav ul,
    footer ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: block;
      position: absolute;
      top: 60px;
      right: -15px;
      background-color: rgba(220, 220, 220, 0.95); } }

nav ul.dropdown-invisible { }
  @media (max-width: 767px) {
    nav ul.dropdown-invisible {
      display: none !important; } }

nav ul li,
footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center !important;
  background-color: transparent; }
  @media (max-width: 767px) {
    nav ul li:hover, nav ul li:focus,
    footer ul li:hover,
    footer ul li:focus {
      background-color: transparent; } }

nav ul li a,
footer ul li a {
  font-size: 16px;
  line-height: 1.42857;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 0px;
  cursor: pointer;
  height: 100%;
  width: 100%; }
  nav ul li a:hover, nav ul li a:focus,
  footer ul li a:hover,
  footer ul li a:focus {
    color: #d20a10; }
  @media (max-width: 767px) {
    nav ul li a,
    footer ul li a {
      text-align: right;
      border-top: 1px solid #303030;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 18px; }
      nav ul li a:hover, nav ul li a:focus,
      footer ul li a:hover,
      footer ul li a:focus {
        background-color: #e9e9e9; } }

.nav-lr::after { }
  @media (max-width: 1023px) {
    .nav-lr::after {
      content: '\A';
      white-space: pre;
      text-align: center; } }
  @media (max-width: 767px) {
    .nav-lr::after {
      content: '\A';
      white-space: nowrap; } }
	  
/* Stile für das Hauptmenü */
.menu-item {
  position: relative; /* Wichtig für die korrekte Positionierung der Untermenüs */
}

/* Stile für das Untermenü */
.nav-submenu {
  display: none; /* Standardmäßig versteckt */
  position: absolute; /* Position relativ zum Eltern-Element */
  top: 100%; /* Direkt unter dem Hauptmenüpunkt */
  left: 0; /* Ausrichtung: linksbündig mit dem Eltern-Element */
  font-size: 70%;
  background-color: rgba(190, 220, 255, 0.90); /* Hintergrundfarbe */
  list-style: none; /* Entfernt die Aufzählungszeichen */
  padding: 0; /* Kein Padding */
  margin: 0; /* Kein Margin */
  z-index: 3000; /* Sicherstellen, dass es über anderen Inhalten liegt */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Schatten für besseren Kontrast */
  border-radius: 4px; /* Optional: Abgerundete Ecken */
  width: 100%; /* Submenü soll genauso breit sein wie das Eltern-Element */
}

/* Stile für das Subsubmenü */
.nav-subsubmenu {
  display: none; /* Standardmäßig versteckt */
  position: absolute; /* Position relativ zum Eltern-Element */
  /* top: 100%; /* Direkt unter dem Submenüpunkt */
  left: 100%; /* Rechts vom Submenü */
  font-size: 70%;
  background-color: rgba(190, 220, 255, 0.90); /* Hintergrundfarbe */
  list-style: none; /* Entfernt die Aufzählungszeichen */
  padding: 0; /* Kein Padding */
  margin: 0; /* Kein Margin */
  z-index: 3000; /* Sicherstellen, dass es über anderen Inhalten liegt */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Schatten für besseren Kontrast */
  border-radius: 4px; /* Optional: Abgerundete Ecken */
  width: 100px; /* Breite des Subsubmenüs */
}

/* Sichtbarmachen des Untermenüs bei Hover über den Elternpunkt */
.menu-item:hover > .nav-submenu {
  display: block; /* Zeigt das Untermenü an */
}

/* Sichtbarmachen des Subsubmenüs bei Hover über das Submenüelement */
.nav-submenu li:hover > .nav-subsubmenu {
  display: block; /* Zeigt das Subsubmenü an */
}

/* Stile für die Links im Untermenü */
.nav-submenu li, .nav-subsubmenu li {
  padding: 10px 20px; /* Padding für die Submenü-Elemente */
  background-color: rgba(190, 220, 255, 0.90); /* Hintergrundfarbe für jedes Element */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Trennlinie zwischen den Submenü-Elementen */
}

/* Hover-Hintergrundfarbe für die einzelnen Submenü-Elemente */
.nav-submenu li:hover, .nav-subsubmenu li:hover {
  background-color: rgba(190, 220, 255, 1); /* Hintergrundfarbe bei Hover */
}

/* Stile für die Links im Untermenü */
.nav-submenu li a, .nav-subsubmenu li a {
  text-decoration: none; /* Entfernt die Unterstreichung */
  color: rgba(51, 51, 51, 1); /* Textfarbe */
  font-size: 95%;
}

/* Optional: Stile für Hover-Effekte im Untermenü */
.nav-submenu li a:hover, .nav-subsubmenu li a:hover {
  background-color: rgb(190, 220, 255); /* Hintergrundfarbe beim Hover */
}

/* Sichtbarmachen des Untermenüs bei Hover über den Elternpunkt */
.menu-item:hover > .nav-submenu {
  display: block; /* Zeigt das Untermenü an */
}

/* Sichtbarmachen des Subsubmenüs bei Hover über das Submenüelement */
.nav-submenu li:hover > .nav-subsubmenu {
  display: block; /* Zeigt das Subsubmenü an */
}

/* Stile für die Links im Untermenü */
.nav-submenu li, .nav-subsubmenu li {
  font-size: 95%;
  padding: 10px;
}

.nav-submenu li a, .nav-subsubmenu li a {
  text-decoration: none; /* Entfernt die Unterstreichung */
  color: rgba(51, 51, 51, 1); /* Textfarbe */
  font-size: 95%;
}

/* Optional: Stile für Hover-Effekte im Untermenü */
.nav-submenu li a:hover, .nav-subsubmenu li a:hover {
  background-color: rgb(190, 220, 255); /* Hintergrundfarbe beim Hover */
}

/* Hover-Hintergrundfarbe für die einzelnen Submenü-Elemente */
.nav-submenu li:hover, .nav-subsubmenu li:hover {
  background-color: rgba(190, 220, 255, 1); /* Hintergrundfarbe bei Hover */
}

/* Stile für das Untermenü */
/* .nav-submenu {
/*   display: none; /* Standardmäßig versteckt */
/*   position: absolute; /* Position relativ zum Eltern-Element */
/*   top: 100%; /* Direkt unter dem Hauptmenüpunkt */
/*   left: 0; /* Ausrichtung: linksbündig mit dem Eltern-Element */
/*   font-size: 70%;
/*   background-color: rgba(190, 220, 255, 0.90); /* Hintergrundfarbe */
/*   list-style: none; /* Entfernt die Aufzählungszeichen */
/*   padding: 0; /* Kein Padding */
/*   margin: 0; /* Kein Margin */
/*   z-index: 3000; /* Sicherstellen, dass es über anderen Inhalten liegt */
/*   box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Schatten für besseren Kontrast */
/*   border-radius: 4px; /* Optional: Abgerundete Ecken */
/*   width: 100%; /* Submenü soll genauso breit sein wie das Eltern-Element */
/* }

/* .nav-subsubmenu {
/*   display: none; /* Standardmäßig versteckt */
/*   position: absolute; /* Position relativ zum Eltern-Element */
/*   top: 0; /* Direkt unter dem Hauptmenüpunkt */
/*   left: 100%; /* Ausrichtung: linksbündig mit dem Eltern-Element */
/*   font-size: 70%;
/*   background-color: rgba(190, 220, 255, 0.90); /* Hintergrundfarbe */
/*   list-style: none; /* Entfernt die Aufzählungszeichen */
/*   padding: 0; /* Kein Padding */
/*   margin: 0; /* Kein Margin */
/*   z-index: 3000; /* Sicherstellen, dass es über anderen Inhalten liegt */
/*   box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Schatten für besseren Kontrast */
/*   border-radius: 4px; /* Optional: Abgerundete Ecken */
/*   width: 100px; /* Submenü soll genauso breit sein wie das Eltern-Element */
/* }

/* /* Optional: Stil für die einzelnen Submenü-Elemente */
/* .nav-submenu li, .nav-subsubmenu li {
/*   padding: 10px 20px; /* Padding für die Submenü-Elemente */
/*   background-color: rgba(190, 220, 255, 0.90); /* Hintergrundfarbe für jedes Element */
/*   border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Trennlinie zwischen den Submenü-Elementen */
/* }

/* .nav-submenu li:hover, .nav-subsubmenu li:hover {
/*   background-color: rgba(190, 220, 255, 1); /* Hintergrundfarbe bei Hover */
/* }

/* /* Sichtbarmachen des Untermenüs bei Hover über den Elternpunkt */
/* .menu-item:hover .nav-submenu {
/*   display: block; /* Zeigt das Untermenü an */
/* }
/* .nav-submenu li:hover > .nav-subsubmenu {
/*   display: block; /* Zeigt das Unter-Untermenü an */
/* }

/* Stile für die Hauptmenü-Elemente */
/* .menu-item {
/*   position: relative; /* Position des Hauptmenüpunktes relativ, um das Untermenü korrekt zu positionieren */
/* }

/* Stile für die Links im Untermenü */
/* .nav-submenu li, .nav-subsubmenu li {
/*   font-size: 95%;
/*   padding: 10px;
/* }

/* .nav-submenu li a, .nav-subsubmenu li a {
/*   text-decoration: none; /* Entfernt die Unterstreichung */
/*   color: rgba(51, 51, 51, 1); /* Textfarbe */
/*   font-size: 95%;
/* }

/* /* Optional: Stile für Hover-Effekte im Untermenü */
/* .nav-submenu li a:hover, .nav-subsubmenu li a:hover {
/*   background-color: rgb(190, 220, 255); /* Hintergrundfarbe beim Hover */
/* }


/* ====================================================================== */
/* = 5.3 MAIN SECTION                                                   = */
/* ====================================================================== */
main {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    main {
      margin-top: 60px;
      margin-bottom: 60px; } }

article {
  text-align: center;
  margin: 0;
  padding: 50px 25% 40px 25%; }
  article.white {
    background-color: #ffffff; }
  article.lightgray {
    background-color: #d4d4d4; }
  @media (max-width: 1023px) {
    article {
      padding: 50px 12.5% 40px 12.5%; } }
  @media (max-width: 767px) {
    article {
      padding: 50px 7% 40px 7%; } }
  @media (max-width: 479px) {
    article {
      padding: 50px 15px 40px 15px; } }
  article.row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding: 0 6% 50px 6%; }
    @media (max-width: 1023px) {
      article.row-2 {
        padding: 0 6% 50px 6%; } }
    @media (max-width: 767px) {
      article.row-2 {
        padding: 0 7% 50px 7%; } }
    @media (max-width: 479px) {
      article.row-2 {
        padding: 0 15px 50px 15px; } }
    article.row-2 div.col-2 {
      width: 48%;
      align: left;
      text-align: left;
      padding: 1.5%;
      background-color: white;
      background-color: trasparent; }
      article.row-2 div.col-2 h3 {
        align: center;
        text-align: center; }
      @media (max-width: 767px) {
        article.row-2 div.col-2 {
          width: 100%;
          padding: 4%;
          /*padding-left: 0!important;
				padding-right: 0!important;*/ }
          article.row-2 div.col-2:first-of-type {
            margin-bottom: 4%; } }
      article.row-2 div.col-2 p { }
      article.row-2 div.col-2 ul {
        margin-top: calc((10px + (12 - 10) * (100vw - 480px) / (1199 - 480))*-1.0);
        list-style: none outside;
        margin-left: 1em; }
        article.row-2 div.col-2 ul li:before {
          content: "-";
          position: absolute;
          margin-left: -1em; }
      article.row-2 div.col-2 figure {
        margin-top: calc(10px + (12 - 10) * (100vw - 480px) / (1199 - 480));
        margin-bottom: 0; }
        article.row-2 div.col-2 figure img {
          display: block;
          margin-left: auto;
          margin-right: auto;
          height: auto;
          align: center !important;
          text-align: center !important; }
          article.row-2 div.col-2 figure img.landscape {
            width: 66%; }
          article.row-2 div.col-2 figure img.portrait {
            width: 50%; }
          @media (max-width: 479px) {
            article.row-2 div.col-2 figure img.portrait, article.row-2 div.col-2 figure img.landscape {
              width: 100%; } }
        article.row-2 div.col-2 figure figcaption {
          margin-top: calc(10px + (12 - 10) * (100vw - 480px) / (1199 - 480));
          margin-bottom: calc(8px + (10 - 8) * (100vw - 480px) / (1199 - 480));
          align: center;
          text-align: center; }
  article.row-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding: 50px 12.5% 50px 12.5%; }
    @media (max-width: 1023px) {
      article.row-3 {
        padding: 50px 6% 50px 6%; } }
    @media (max-width: 767px) {
      article.row-3 {
        padding: 50px 7% 50px 7%; } }
    @media (max-width: 479px) {
      article.row-3 {
        padding: 50px 15px 50px 15px; } }
    article.row-3 div.col-3 {
      width: 33.33%;
      padding-left: 1em;
      padding-right: 1em;
      align: left;
      text-align: left;
      background-color: #ffffff; }
      @media (max-width: 767px) {
        article.row-3 div.col-3 {
          width: 100%;
          margin-bottom: 1em; } }
      article.row-3 div.col-3 p { }
      article.row-3 div.col-3 p.p-mini { }
      article.row-3 div.col-3 div#locationmap {
        width: 100%;
        height: 300px; }
  article p.chevron-down {
    font-size: calc(42px + (50 - 42) * (100vw - 480px) / (1199 - 480));
    margin-top: calc(24px + (30 - 24) * (100vw - 480px) / (1199 - 480)); }
    article p.chevron-down a {
      outline: 0;
      color: #000000;
      text-decoration: none; }
      article p.chevron-down a:hover, article p.chevron-down a:focus {
        color: #ffd500; }

/* ====================================================================== */
/* = 5.4 MODAL-DIALOGS                                                  = */
/* = Bezogen auf das jQuery.modal.js                                  	= */
/* ====================================================================== */
.blocker {
  z-index: 3000; }

.modal {
  padding: calc(12px + (18 - 12) * (100vw - 480px) / (1199 - 480)); 
  white-space: normal; /* Standard-Zeilenumbruch bei langen Texten */
  word-wrap: break-word; /* Bricht lange Wörter, um Überlaufen zu verhindern */
  overflow-wrap: break-word; } /* Ergänzt word-wrap für Textfluss */	

.modal-menu .modal-content {
  position: fixed; /* Fixiert das Modal auf dem Bildschirm */
  top: 60px; /* Setzt das Modal 80px von oben, unterhalb der Hauptmenüleiste */
  font-size: 70%;
  background-color: rgba(190, 220, 255, 0.90); /* Hintergrundfarbe */
  left: 0;
  width: 100%;
  height: calc(100% - 60px); /* Passt die Höhe an, um den 80px-Abstand zu berücksichtigen */
  background: rgba(0, 0, 0, 0.5); /* Durchsichtiger Hintergrund */
  background-color: rgba(190, 220, 255, 0.90); /* Hintergrundfarbe */
  display: flex; /* Zentriert das Modal */
  justify-content: center;
  align-items: flex-start; /* Startet die Positionierung des Modals von oben */
  z-index: 5000; /* Hoch genug, um über anderen Inhalten zu liegen */
  overflow: auto; /* Ermöglicht das Scrollen, wenn der Inhalt zu groß ist */
}
  .modal p {
    margin: 0px;
    padding: 0px;
    margin-bottom: calc(10px + (12 - 10) * (100vw - 480px) / (1199 - 480));
	white-space: normal; /* Standard-Zeilenumbruch bei langen Texten */
	word-wrap: break-word; /* Bricht lange Wörter, um Überlaufen zu verhindern */
    overflow-wrap: break-word; } /* Ergänzt word-wrap für Textfluss */	
  .modal h3 {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: calc(10px + (12 - 10) * (100vw - 480px) / (1199 - 480));
    padding-bottom: calc(10px + (12 - 10) * (100vw - 480px) / (1199 - 480)); 
	white-space: normal; /* Standard-Zeilenumbruch bei langen Texten */
	word-wrap: break-word; /* Bricht lange Wörter, um Überlaufen zu verhindern */
    overflow-wrap: break-word; } /* Ergänzt word-wrap für Textfluss */
  .modal-content {
	background: #6ff; !important
	padding: 20px;
	border-radius: 5px;
	position: relative; /* Für die Position des Schließen-Buttons */
	max-width: 80%;
	max-height: 80%;
	overflow: auto; /* Ermöglicht das Scrollen im Modal, wenn der Inhalt zu groß ist */
	white-space: normal; !important /* Standard-Zeilenumbruch bei langen Texten */
	word-wrap: break-word; /* Bricht lange Wörter, um Überlaufen zu verhindern */
    overflow-wrap: break-word; /* Ergänzt word-wrap für Textfluss */
  }

  /* Stil für den Schließen-Button */
  .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
	color: #000; /* Farbe für den Schließen-Button */
  }

  .modal button {
    outline: none;
    font-size: 16px;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background-color: #303030;
    border: 0px;
    padding: 0.375em 0.75em;
    border-radius: 0.25em; }
    .modal button:hover, .modal button:focus {
      background-color: #ffd500; }
  .modal ul {
    margin-bottom: calc(10px + (12 - 10) * (100vw - 480px) / (1199 - 480));
    list-style: disc outside;
    padding-left: calc(12px + (18 - 12) * (100vw - 480px) / (1199 - 480)); }

/* ====================================================================== */
/* = 5.5 CAROUSELL                                                      = */
/* = Bezogen auf das slick.min.js                                     	= */
/* ====================================================================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.carousell {
  width: 100%;
  height: 35.7vw;
  display: grid;
  padding: 0;
  grid-template-columns: [xstart] 8% [x1] 84% [x2] 8% [xend];
  grid-template-rows: [ystart] 90% [y1] 10% [yend];
  grid-gap: 0 0; }
  @media (max-width: 767px) {
    .carousell {
      grid-template-columns: [xstart] 10% [x1] 80% [x2] 10% [xend];
      width: auto;
      height: 300px; } }
  .carousell button.slick-prev {
    grid-column: xstart / x1;
    grid-row: ystart / yend;
    z-index: 510;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: right;
    align: right;
    font-size: calc(42px + (50 - 42) * (100vw - 480px) / (1199 - 480));
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); }
    .carousell button.slick-prev:hover, .carousell button.slick-prev:active {
      color: #ffd500; }
    .carousell button.slick-prev:focus {
      color: rgba(255, 255, 255, 0.85); }
  .carousell div.slick-list {
    grid-column: xstart / xend;
    grid-row: ystart / yend;
    z-index: 500; }
    .carousell div.slick-list div.carousell-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      width: 100%;
      height: 35.7vw;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: transparent;
      background-pg-id: 119;
      text-align: center;
      align: center; }
      @media (max-width: 767px) {
        .carousell div.slick-list div.carousell-img {
          width: auto;
          height: 300px; } }
      .carousell div.slick-list div.carousell-img p {
        font-size: calc(14px + (18 - 14) * (100vw - 480px) / (1199 - 480));
        background-color: rgba(0, 0, 0, 0.675);
        padding: 0.5em 1em;
        margin-top: 1em;
        color: #ffffff;
        width: auto; }
  .carousell button.slick-next {
    grid-column: x2 / xend;
    grid-row: ystart / yend;
    z-index: 510;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: left;
    align: left;
    font-size: calc(42px + (50 - 42) * (100vw - 480px) / (1199 - 480));
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); }
    .carousell button.slick-next:hover, .carousell button.slick-next:active {
      color: #ffd500; }
    .carousell button.slick-next:focus {
      color: rgba(255, 255, 255, 0.85); }
  .carousell ul.slick-dots {
    grid-column: x1 / x2;
    grid-row: y1 / yend;
    z-index: 510;
    background-color: transparent; }
    .carousell ul.slick-dots li {
      display: inline;
      margin: 0;
      margin-left: -0.25em;
      margin-right: -0.25em;
      padding: 0; }
      .carousell ul.slick-dots li button {
        outline: 0;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-size: 0;
        line-height: 0; }
      .carousell ul.slick-dots li button::before {
        outline: 0;
        content: '—';
        font-size: calc(42px + (50 - 42) * (100vw - 480px) / (1199 - 480));
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
        color: rgba(255, 255, 255, 0.85); }
    .carousell ul.slick-dots li.slick-active button::before {
      color: rgba(0, 0, 0, 0.5); }