/* ------------------------ Settings ------------------------ */
/* ---------------------------------------------------------- */
/* ------------------------ Imports ------------------------ */
/* --------------------------------------------------------- */
/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-v15-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff"), url("../fonts/poppins-v15-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext_latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-300italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/poppins-v15-latin-ext_latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext_latin-300italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-300italic.woff") format("woff"), url("../fonts/poppins-v15-latin-ext_latin-300italic.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext_latin-300italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-v15-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-700.woff") format("woff"), url("../fonts/poppins-v15-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext_latin-700.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-900 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/poppins-v15-latin-ext_latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext_latin-900.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-900.woff") format("woff"), url("../fonts/poppins-v15-latin-ext_latin-900.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext_latin-900.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-v15-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-500.woff") format("woff"), url("../fonts/poppins-v15-latin-500.ttf") format("truetype"), url("../fonts/poppins-v15-latin-500.svg#Poppins") format("svg"); /* Legacy iOS */
}
@media only screen and (min-width: 1024px) {
  .header.header-condensed {
    height: 420px;
  }
}
@media only screen and (min-width: 1440px) {
  .header.header-condensed {
    height: 400px;
    min-height: 0px;
  }
}
.header.header-condensed .video-container {
  width: auto;
  height: auto;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
  margin-top: -10px;
  margin-left: -10px;
}
.header.header-condensed .video-container img {
  width: auto;
  height: 457px;
}
.header.header-condensed .video-container img.video-mobile, .header.header-condensed .video-container img.slider-condensed {
  display: block;
}
.header.header-condensed .video-container img.video-desktop, .header.header-condensed .video-container img.slider-regular {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header.header-condensed .video-container img {
    width: 620px;
    height: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .header.header-condensed .video-container img {
    width: 870px;
    height: auto;
  }
}

/* ------------------------- header ------------------------ */
/* --------------------------------------------------------- */
.header {
  min-height: 570px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header {
    min-height: 570px;
  }
}
@media only screen and (min-width: 1024px) {
  .header {
    min-height: 280px;
  }
}
@media only screen and (min-width: 1440px) {
  .header {
    min-height: 320px;
  }
}

.header-teaser {
  position: absolute;
  right: 0px;
  width: auto;
  height: 70vh;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-teaser {
    display: block;
    max-width: 650px;
    top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-teaser {
    max-width: 100%;
    top: 120px;
  }
}

.header.header-condensed .header-teaser {
  display: none;
}

.copyright {
  position: absolute;
  left: 73px;
  top: 400px;
  z-index: 200;
  font-size: 70%;
  -webkit-transform: rotate(296.7deg);
  transform: rotate(324.1deg);
  background: #fff;
  padding: 5px 15px;
  line-height: 100%;
  border-radius: 5px;
}
@media only screen and (min-width: 1024px) {
  .copyright {
    left: 165px;
    top: 685px;
    z-index: 200;
    font-size: 70%;
    -webkit-transform: rotate(296.7deg);
    transform: rotate(296.64deg);
  }
}
@media only screen and (min-width: 1440px) {
  .copyright {
    top: 646px;
  }
}
@media only screen and (min-width: 1920px) {
  .copyright {
    top: 820px;
    left: 229px;
  }
}

/* ------------------------- Navigation ------------------------ */
/* ------------------------------------------------------------- */
.navigation {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 900;
  overflow: hidden;
}
.navigation .mobile-navigation-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 375px) {
  .navigation {
    height: 65px;
  }
}
@media only screen and (min-width: 425px) {
  .navigation {
    height: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation {
    position: relative;
    height: auto;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .navigation {
    padding-top: 50px;
  }
}
.navigation .mobile-toggle {
  width: 50px;
  height: 50px;
  padding: 20px;
  display: block;
  background: url(../img/icon-burger.svg) no-repeat center center;
  background-size: 70%;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .navigation .mobile-toggle {
    display: none;
  }
}
.navigation.open {
  height: 530px;
}
.navigation > div.container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navigation nav {
  width: 100%;
  text-align: center;
  mix-blend-mode: normal;
}
@media only screen and (min-width: 1024px) {
  .navigation nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.navigation nav ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0px;
}
.navigation nav ul li:before {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .navigation nav ul li {
    width: auto;
    margin-bottom: 0px;
    display: inline;
    list-style: none;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .navigation nav ul li {
    margin-left: 30px;
  }
}
.navigation nav ul li a {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 2rem;
  text-decoration: none;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .navigation nav ul li a {
    line-height: 1;
  }
}
.navigation nav ul li a:before {
  content: "";
  width: 20px;
  height: 16px;
  display: block;
  background: url(../img/icon-menu.svg);
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transition: bottom 0.2s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  transition: bottom 0.2s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.navigation nav ul li a:hover:before, .navigation nav ul li a.active:before {
  bottom: 0px;
}
@media only screen and (min-width: 1024px) {
  .navigation nav ul li a {
    font-size: 1.25rem;
  }
}

.navigation-background {
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -330px;
  mix-blend-mode: multiply;
  height: 130px;
  z-index: 600;
  -webkit-transition: top 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  transition: top 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  background: #88D4A6;
  height: 580px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 395px, 0% 460px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 395px, 0% 460px);
}
.navigation-background.open {
  top: -20px;
}
@media only screen and (min-width: 650px) {
  .navigation-background {
    clip-path: polygon(0% 0%, 100% 0%, 100% 395px, 0% 500px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 395px, 0% 500px);
  }
}
@media only screen and (min-width: 768px) {
  .navigation-background {
    -webkit-transition: no;
    transition: no;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation-background {
    height: 320px;
    position: absolute;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100px, 0% 320px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100px, 0% 320px);
  }
}
@media only screen and (min-width: 1440px) {
  .navigation-background {
    height: 420px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100px, 0% 420px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100px, 0% 420px);
  }
}
.navigation-background.open {
  clip-path: polygon(0% 0%, 100% 0%, 100% 475px, 0% 520px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 475px, 0% 520px);
}

/* ------------------------- Utilities ------------------------- */
/* ------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.hidden {
  opacity: 0;
}

.store-links {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px;
}
.store-links li {
  padding: 0px;
  margin: 0px;
  padding: 0px 10px;
}
.store-links li a img {
  max-width: 180px;
}
.store-links li:before {
  display: none;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (min-width: 768px) {
  .center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

hr {
  width: 80px;
  height: 25px;
  margin: 40px auto;
  background: url(../img/divider.svg) no-repeat center center;
  background-size: contain;
  border: 0px;
}
@media only screen and (min-width: 1024px) {
  hr {
    width: 120px;
    height: 105px;
  }
}

.no-mobile {
  display: none;
}

::-moz-selection {
  background: #88D4A6;
  color: #FFFFFF;
}

::selection {
  background: #88D4A6;
  color: #FFFFFF;
}

::-moz-selection {
  background: #88D4A6;
  color: #FFFFFF;
}

.selection-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #d1d1d1;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 15px;
  padding-right: 20px;
}
@media only screen and (min-width: 1024px) {
  .scroll {
    display: none;
  }
}
.scroll::before {
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  background: url(../img/icon-left--grey.svg) center center no-repeat;
  margin-right: 10px;
  background-size: contain;
  position: absolute;
  right: -8px;
  margin-top: -1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* ------------------------- Font ------------------------- */
/* -------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
  line-height: 120%;
}
h2.main-headline {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  h2.main-headline {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 3rem;
  }
  h2.tab-right {
    padding-right: 60px;
  }
}
h2.space-before {
  margin-top: 40px;
}
@media only screen and (min-width: 1365px) {
  h2.space-before {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  h2.space-before {
    margin-top: 90px;
  }
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #2C2C2C;
  line-height: 1.3;
}

aside section h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  aside section h3 {
    margin-top: 40px;
  }
}
aside section:first-child h3 {
  margin-top: 0px;
}

h4 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  h4 {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
    line-height: 1.4;
  }
}

h5, .h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  margin-top: 1rem;
}
@media only screen and (min-width: 1440px) {
  h5, .h5 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    line-height: 1.4;
  }
}

p {
  margin-bottom: 1.875rem;
}
p:last-child {
  margin-bottom: 0rem;
}

a {
  color: #88D4A6;
  text-decoration: none;
  font-weight: 500;
}

ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
ul li:before {
  width: 15px;
  height: 15px;
  background: url(../img/icon-li.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
}

.hero {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 6px solid #88D4A6;
}

/* --------------------------- Teaser -------------------------- */
/* ------------------------------------------------------------- */
.teaser-small {
  margin-bottom: 40px;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaser-small h3 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  .teaser-small h3 {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
    line-height: 1.4;
  }
}
.teaser-small .date {
  font-size: 80%;
  color: #d1d1d1;
  font-weight: 700;
  line-height: 1;
}
.teaser-small img {
  width: 110px;
  height: auto;
  opacity: 0.7;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .teaser-small img {
    width: 140px;
  }
}
@media only screen and (min-width: 1440px) {
  .teaser-small img {
    margin-right: 40px;
    width: 275px;
    height: 275px;
    opacity: 0.7;
  }
}

.teaser-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.teaser-large img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  opacity: 0.7;
}
.teaser-large header h2 {
  font-size: 1.5rem;
  color: #88D4A6;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
}
.teaser-large header h3 {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  .teaser-large header h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .teaser-large header h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .teaser-large {
    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;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .teaser-large header {
    margin-left: -280px;
    margin-top: -41px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .teaser-large header {
    margin-top: -47px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .teaser-large header {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) {
  .teaser-large img {
    width: 65.5%;
    margin-right: 40px;
    height: auto;
    opacity: 0.7;
  }
}

/* ------------------------- Video ------------------------ */
/* -------------------------------------------------------- */
.slideshow-container {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .slideshow-container {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
}
.slideshow-container .slider-regular {
  position: relative;
  width: auto;
  height: auto;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .slideshow-container .slider-regular {
    display: block;
  }
}
.slideshow-container .slider-regular img {
  width: auto;
  height: 100vh;
  min-height: 1270px;
  clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
}
@media only screen and (min-width: 1920px) {
  .slideshow-container .slider-regular img {
    height: 150vh;
    max-height: 1610px;
  }
}
.slideshow-container .slider-condensed {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .slideshow-container .slider-condensed {
    display: none;
  }
}
.slideshow-container .slider-condensed img {
  width: 760px;
  clip-path: polygon(760px 0%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(760px 0%, 0% 100%, 0% 0%);
}

.header-condensed .slider-condensed {
  display: block;
}
.header-condensed .slider-condensed img {
  width: 760px;
  clip-path: polygon(760px 0%, 0% 100%, 0% 0%);
  -webkit-clip-path: polygon(760px 0%, 0% 100%, 0% 0%);
}
.header-condensed .slider-regular {
  display: none;
}

/* ------------------------- Scroller ------------------------ */
/* ----------------------------------------------------------- */
.scroller {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 210;
  display: none;
  mix-blend-mode: multiply;
  background: #88D4A6;
  display: block;
  content: "";
}
@media only screen and (min-width: 1024px) {
  .scroller {
    display: block;
    max-width: 704px;
    height: 277px;
    clip-path: polygon(362px 141px, 401px 216px, 435px 168px, 100% 100%, 0% 100%, 0px 0px);
    -webkit-clip-path: polygon(362px 141px, 401px 216px, 435px 168px, 100% 100%, 0% 100%, 0px 0px);
  }
}
@media only screen and (min-width: 1440px) {
  .scroller {
    max-width: 960px;
    height: 377px;
    clip-path: polygon(502px 197px, 565px 306px, 605px 238px, 100% 100%, 0% 100%, 0px 0px);
    -webkit-clip-path: polygon(502px 197px, 565px 306px, 605px 238px, 100% 100%, 0% 100%, 0px 0px);
  }
}
@media only screen and (min-width: 1024px) {
  .scroller {
    display: block;
    max-width: 704px;
    height: 277px;
  }
  .scroller a {
    width: 70px;
    height: 60px;
    left: 298px;
    top: 92px;
  }
}
@media only screen and (min-width: 1440px) {
  .scroller {
    max-width: 960px;
    height: 377px;
  }
  .scroller a {
    width: 80px;
    height: 70px;
    left: 429px;
    top: 140px;
  }
}

a.scroller-link {
  display: none;
  background: #2C2C2C;
  position: fixed;
  line-height: 300px;
  overflow: hidden;
  height: 70px;
  width: 80px;
  z-index: 300;
  mix-blend-mode: multiply;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 1024px) {
  a.scroller-link {
    display: block;
    margin-left: 285px;
    bottom: 130px;
  }
}
@media only screen and (min-width: 1440px) {
  a.scroller-link {
    margin-left: 428px;
    bottom: 170px;
  }
}

/* ------------------------- Related ------------------------- */
/* ------------------------------------------------------------- */
.related-links-container {
  border-top: 2px solid #D1D1D1;
  border-bottom: 2px solid #D1D1D1;
  padding: 20px 0px;
  margin-bottom: 40px;
  display: none;
  margin-top: 90px;
}
@media only screen and (min-width: 1024px) {
  .related-links-container {
    padding: 60px 0px;
    margin-bottom: 0px;
    display: block;
  }
}
.related-links-container a {
  color: #2C2C2C;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 20px 0px;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.related-links-container a span {
  font-size: 1.125rem;
  color: #d1d1d1;
  line-height: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.related-links-container a span::before {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background: url(../img/icon-left--grey.svg) center center no-repeat;
  margin-right: 10px;
  background-size: contain;
}
.related-links-container a.related-link-next {
  text-align: right;
}
.related-links-container a.related-link-next span {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.related-links-container a.related-link-next span::before {
  display: none;
}
.related-links-container a.related-link-next span::after {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background: url(../img/icon-left--grey.svg) center center no-repeat;
  margin-left: 10px;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.related-links-container a:hover {
  color: #88D4A6;
}
@media only screen and (min-width: 768px) {
  .related-links-container a {
    padding: 20px 20px;
  }
}

/* --------------------------- Map -------------------------- */
/* ---------------------------------------------------------- */
.map-container {
  position: relative;
}

.map-legend {
  width: 100%;
  background: #F7F7F7;
  z-index: 100;
  padding: 30px;
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -20px;
}
.map-legend ul li {
  margin-bottom: 0px;
  padding-top: 4px;
}
.map-legend ul.type1 li:before {
  background: url(../img/icon-li_type2.svg) center center no-repeat;
  background-size: contain;
}
.map-legend ul.type2 li:before {
  background: url(../img/icon-li_type2.svg) center center no-repeat;
  background-size: contain;
}
.map-legend ul.type3 li:before {
  background: url(../img/icon-li_type3.svg) center center no-repeat;
  background-size: contain;
}
.map-legend hr {
  width: 50px;
  height: 35px;
  margin: 10px auto;
  background: url(../img/divider.svg) no-repeat center center;
  background-size: contain;
  border: 0px;
}

/* --------------------------- Logo -------------------------- */
/* ----------------------------------------------------------- */
.logo a {
  width: 89px;
  height: 54px;
  display: block;
  background: url(../img/logo-mintrop-kiez.svg) no-repeat top center;
  background-size: contain;
  overflow: hidden;
  line-height: 500px;
  margin-top: 20px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .logo a {
    width: 158px;
    height: 96px;
    margin-top: 0px;
    position: relative;
  }
}
@media only screen and (min-width: 1440px) {
  .logo a {
    width: 220px;
    height: 104px;
    margin-top: 0px;
    position: relative;
  }
}

/* --------------------------- Grid -------------------------- */
/* ----------------------------------------------------------- */
.row {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.row-sidebar {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.row.row-sidebar > .col:nth-child(2) {
  border-top: 2px solid #D1D1D1;
  padding-top: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .row.row-sidebar > .col:nth-child(1) {
    padding-right: 30px;
  }
  .row.row-sidebar > .col:nth-child(2) {
    padding-left: 30px;
    border-left: 2px solid #D1D1D1;
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .row.row-sidebar > .col:nth-child(1) {
    padding-right: 60px;
  }
  .row.row-sidebar > .col:nth-child(2) {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    margin: 0px -20px;
  }
}

.col {
  width: 100%;
  padding: 0 0;
}
@media only screen and (min-width: 768px) {
  .col {
    width: 50%;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .col.col-20 {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .col.col-30 {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .col.col-40 {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .col.col-60 {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .col.col-70 {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .col.col-80 {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .col.col-100 {
    width: 100%;
  }
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-main {
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .homepage-main {
    padding-left: 400px;
  }
}
@media only screen and (min-width: 1440px) {
  .homepage-main {
    padding-left: 420px;
  }
}

/* ------------------------- font ------------------------- */
/* -------------------------------------------------------- */
html {
  font-size: 70%;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 80%;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 100%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------------- form ------------------------- */
/* --------------------------------------------------------- */
.form-group {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group.recaptcha-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group.recaptcha-group .btn {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .form-group.recaptcha-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

label {
  width: 100%;
  display: block;
}

input, textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 2px solid #D1D1D1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) {
  input, textarea {
    height: 60px;
    padding: 5px 10px;
    border: 2px solid #D1D1D1;
  }
}
input:focus, textarea:focus {
  outline: none;
  border: 2px solid #88D4A6;
}
@media only screen and (min-width: 768px) {
  input:focus, textarea:focus {
    border: 2px solid #88D4A6;
  }
}

.fake-checkbox label {
  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;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.fake-checkbox label .control-me {
  border: 2px solid #D1D1D1;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  margin-top: 6px;
}
.fake-checkbox label input {
  display: none;
}
.fake-checkbox label input:checked ~ .control-me {
  border: 2px solid #D1D1D1;
  background: #88D4A6;
  width: 24px;
  height: 24px;
}

textarea {
  height: 400px;
}

/* ------------------------- Footer ------------------------ */
/* --------------------------------------------------------- */
.footer {
  width: 100%;
  max-width: 1920px;
  height: 145px;
  background: url(../img/bg-footer.svg) right 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .footer {
    height: 155px;
    background: url(../img/bg-footer.svg) right 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    height: 207px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer {
    width: 100%;
    max-width: 1920px;
    height: 399px;
    background: url(../img/bg-footer.svg) right 12px no-repeat;
    background-size: cover;
    margin-top: 100px;
  }
}
.footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footer nav.navigation-footer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer nav.navigation-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
}
.footer nav.navigation-footer ul li {
  margin-right: 20px;
  padding-left: 0px;
}
.footer nav.navigation-footer ul li:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer nav.navigation-footer ul li {
    margin-left: 20px;
    margin-right: 0px;
  }
}
.footer nav.navigation-footer ul li a {
  text-decoration: none;
  color: #2C2C2C;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .footer nav.navigation-social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer nav.navigation-social ul {
  list-style: none;
}
.footer nav.navigation-social ul li {
  padding-left: 0px;
}
.footer nav.navigation-social ul li:before {
  display: none;
}
.footer nav.navigation-social ul li a {
  background: #88D4A6 url(../img/icon-instagram.svg) center center no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  line-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}

/* ------------------------- frame ------------------------- */
/* --------------------------------------------------------- */
.frame {
  padding: 20px;
  border: 2px solid #D1D1D1;
}
@media only screen and (min-width: 768px) {
  .frame {
    padding: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .frame {
    padding: 80px;
  }
}

/* ------------------------- Images ------------------------- */
/* ---------------------------------------------------------- */
img {
  width: 100%;
  height: auto;
}

figure {
  position: relative;
  margin-top: 11px;
}
figure figcaption {
  background: #fff;
  position: absolute;
  bottom: 22px;
  left: 10px;
  line-height: 100%;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
  padding-top: 6px;
}
figure.image-right {
  float: right;
  width: 100%;
  max-width: 380px;
  margin-left: 60px;
}
figure.image-left {
  float: left;
  width: 100%;
  max-width: 380px;
  margin-right: 60px;
}

/* ------------------------- Container ------------------------- */
/* ------------------------------------------------------------- */
.container-inner {
  width: 100%;
  max-width: 920px;
  margin: 0px auto;
  position: relative;
  z-index: 100;
  padding: 0px 15px;
}
@media only screen and (min-width: 1024px) {
  .container-inner {
    padding: 0px;
  }
}
@media only screen and (min-width: 1365px) {
  .container-inner {
    max-width: 920px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-inner {
    max-width: 1220px;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.main-section {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .main-section {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-section {
    margin-bottom: 200px;
  }
}

/* ------------------------- button ------------------------ */
/* --------------------------------------------------------- */
.btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.125rem;
}
.btn.btn-more {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #88D4A6;
  padding-bottom: 0px;
  color: #2C2C2C;
  text-decoration: none;
}
.btn.btn-primary {
  background: #88D4A6;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 100%;
  padding: 16px 15px;
  border-radius: 120px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  border: 3px solid #88D4A6;
}
.btn.btn-primary:hover {
  background: transparent;
  color: #88D4A6;
}
@media only screen and (min-width: 1024px) {
  .btn.btn-primary {
    border: 5px solid #88D4A6;
  }
}
@media only screen and (min-width: 1440px) {
  .btn.btn-primary {
    padding: 25px 50px;
  }
}
.btn.btn-back {
  color: #d1d1d1;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.btn.btn-back::before {
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  background: url(../img/icon-left--grey.svg) center center no-repeat;
  margin-right: 10px;
  background-size: contain;
}
.btn.btn-small {
  padding: 0px;
  font-size: 90%;
  padding: 11px 15px;
  border: 2px solid #88D4A6;
  border-radius: 0;
}

.btn-scroll {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 50%;
  line-height: 150px;
  overflow: hidden;
  z-index: 1000000;
  background: url(../img/icon-down.svg) #88D4A6 no-repeat center center;
  background-size: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: bounce2 2s ease infinite;
          animation: bounce2 2s ease infinite;
}
@media only screen and (min-width: 1024px) {
  .btn-scroll {
    bottom: 80px;
  }
}

@-webkit-keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-30px);
            transform: translateX(-50%) translateY(-30px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-15px);
            transform: translateX(-50%) translateY(-15px);
  }
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-30px);
            transform: translateX(-50%) translateY(-30px);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-15px);
            transform: translateX(-50%) translateY(-15px);
  }
}
.header.header-condensed .btn-scroll {
  display: none;
}

#content {
  top: -40px;
  position: absolute;
}

/* ------------------------- Accordion ------------------------- */
/* ------------------------------------------------------------- */
.accordion-header {
  cursor: pointer;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  .accordion-header {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 2024px) {
  .accordion-header {
    padding: 30px 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .accordion-header {
    padding: 40px 0px;
  }
}
.accordion-header:after {
  width: 15px;
  height: 15px;
  background: url(../img/icon-plus.svg) center center no-repeat;
  content: "";
  display: block;
  background-size: contain;
}
@media only screen and (min-width: 1440px) {
  .accordion-header:after {
    width: 25px;
    height: 25px;
  }
}

.accordion-expanded .accordion-header:after {
  width: 15px;
  height: 15px;
  background: url(../img/icon-minus.svg) center center no-repeat;
  content: "";
  display: block;
  background-size: contain;
}
@media only screen and (min-width: 1440px) {
  .accordion-expanded .accordion-header:after {
    width: 25px;
    height: 25px;
  }
}

.accordion-panel {
  border-bottom: 2px solid #D1D1D1;
}
.accordion-panel:last-child {
  border-bottom: 0px;
}
.accordion-panel:last-child .accordion-header {
  padding-bottom: 0px;
}
.accordion-panel:first-child .accordion-header {
  padding-top: 0px;
}

.accordion-panel > .accordion-body {
  height: 0px;
  overflow: hidden;
}

.accordion-panel.accordion-expanded > .accordion-header {
  padding-bottom: 40px;
}

.accordion-panel.accordion-expanded > .accordion-body {
  display: block;
  height: auto;
  padding-bottom: 40px;
}

.instagram-container {
  margin-left: -2.5px;
  margin-right: -2.5px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.instagram-container div {
  border: solid transparent 2.5px;
  width: 33%;
  position: relative;
  overflow: hidden;
}
.instagram-container a {
  display: block;
  overflow: hidden;
  line-height: 0.7;
  padding: 0px;
  margin: 0px;
}
.instagram-container a:hover::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #88D4A6 url(../img/icon-link.svg) center center no-repeat;
  background-size: 50%;
  mix-blend-mode: multiply;
  content: "";
}

.sub-menu li {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.sub-menu li + li {
  border-top: 2px solid #D1D1D1;
}
.sub-menu li::before {
  display: none;
}
.sub-menu li a {
  color: #2C2C2C;
  padding: 15px 0px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.sub-menu li a:hover, .sub-menu li a.active {
  color: #88D4A6;
}
.sub-menu li a:after {
  width: 12px;
  height: 17px;
  content: "";
  display: block;
  background: url(../img/icon-right.svg) center right no-repeat;
  background-size: contain;
  padding-left: 20px;
}
.sub-menu li:first-child a {
  padding-top: 0px;
}

#sidebar-newsletter .form-group {
  position: relative;
}
#sidebar-newsletter .form-group input {
  height: 44px;
}
#sidebar-newsletter .form-group input[type=submit] {
  width: 44px;
  height: 44px;
  border: 0px;
  line-height: 150px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  padding: 0px;
  bottom: 0px;
  background: url(../img/icon-right__white.svg) #88D4A6 no-repeat center center;
  background-size: 20%;
}

.badge a img {
  width: auto;
}

.cr_form-component--group {
  font-size: 95%;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .cr_form-component--group {
    margin-top: 60px;
  }
}

.related-teaser {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .related-teaser {
    display: block;
  }
}
.related-teaser .col .teaser::after {
  width: 15px;
  height: 24px;
  content: "";
  display: block;
  background: url(../img/icon-right.svg) center right no-repeat;
  background-size: contain;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) {
  .related-teaser .col .teaser::after {
    padding-left: 40px;
  }
}
.related-teaser .col .teaser:hover h3 {
  color: #88D4A6;
}
.related-teaser .col + .col .teaser {
  border-top: 2px solid #D1D1D1;
  padding-top: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 1440px) {
  .related-teaser .col + .col .teaser {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.related-teaser .teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .related-teaser .teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.related-teaser .teaser img {
  width: 100%;
  margin-right: 0px;
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .related-teaser .teaser img {
    margin-right: 30px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 1440px) {
  .related-teaser .teaser img {
    max-width: 220px;
  }
}
.related-teaser .teaser h4 {
  margin-bottom: 0px;
  color: #2C2C2C;
}

.article-meta {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #88D4A6;
  text-transform: uppercase;
  font-weight: 500;
}

.article-thumbnail {
  margin-bottom: 20px;
}

.article-list li {
  padding: 0px;
}
.article-list li::before {
  display: none;
}
.article-list li img {
  width: 200px;
  height: auto;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.125rem;
  background-color: #88D4A6 !important;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 100%;
  padding: 16px 15px;
  border-radius: 120px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700 !important;
  display: inline-block;
  border: 3px solid #88D4A6 !important;
  line-height: 1 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background: transparent;
  color: #88D4A6 !important;
}
@media only screen and (min-width: 1024px) {
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    border: 5px solid #88D4A6 !important;
  }
}
@media only screen and (min-width: 1440px) {
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    padding: 25px 50px;
  }
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
  border-bottom: 3px solid #88D4A6 !important;
  color: #88D4A6 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #88D4A6 !important;
}

#CybotCookiebotDialog img, #CybotCookiebotDialogBodyUnderlay img {
  width: auto;
  height: auto;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #88D4A6 !important;
  text-decoration: none;
  font-weight: 500 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#CybotCookiebotDialogPoweredbyImage {
  display: none;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background: transparent !important;
  color: #88D4A6 !important;
  opacity: 1 !important;
}

#CybotCookiebotDialog {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 1rem !important;
  line-height: 2;
  font-weight: 400 !important;
  font-family: "Poppins" !important;
}

#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 1rem !important;
  line-height: 2;
  font-weight: 400 !important;
  font-family: "Poppins" !important;
}

#CybotCookiebotDialog h2 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  font-weight: 500 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #88D4A6 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled), #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(.disabled), #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox], #CybotCookiebotDialog button, #CybotCookiebotDialog input, #CybotCookiebotDialog label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) {
  font-weight: 500 !important;
}

#sidebar-newsletterarchiv {
  font-size: 90%;
}
#sidebar-newsletterarchiv ul {
  line-height: 160%;
}
#sidebar-newsletterarchiv li {
  padding-left: 22px;
}
#sidebar-newsletterarchiv li:before {
  width: 14px;
  height: 14px;
  top: 5px;
}
#sidebar-newsletterarchiv a {
  color: #2C2C2C;
}
#sidebar-newsletterarchiv a .date {
  display: block;
  font-weight: bold;
  color: #88D4A6;
}
#sidebar-newsletterarchiv a:hover {
  color: #88D4A6;
}
#sidebar-newsletterarchiv a:hover .date {
  color: #88D4A6;
}

#sidebar-contact p {
  font-size: 90%;
  margin-bottom: 10px;
}

aside section + section {
  border-top: 2px solid #D1D1D1;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  aside section + section {
    margin-top: 40px;
  }
}
aside h4 {
  margin-bottom: 10px;
}

.newsleter-section .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0;
}
.newsleter-section input {
  border-radius: 50px;
  height: 60px;
  padding: 0px 15px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .newsleter-section input {
    height: 80px;
    padding: 0px 30px;
  }
}
.newsleter-section .submit {
  width: auto;
  height: 47px;
  border-radius: 50px;
  background: #88D4A6 url(../img/icon-right__white.svg) center center no-repeat;
  background-size: 8px;
  color: #FFFFFF;
  font-weight: 600;
  border: 0;
  position: absolute;
  right: 10px;
  right: 6px;
  padding: 0px 30px;
  border: 3px solid #88D4A6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.newsleter-section .submit span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .newsleter-section .submit span {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .newsleter-section .submit {
    height: 70px;
    background: #88D4A6;
  }
}
.newsleter-section .submit:hover {
  background: transparent url(../img/icon-right.svg) center center no-repeat;
  background-size: 8px;
  color: #88D4A6;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .newsleter-section .submit:hover {
    background: transparent;
  }
}
.newsleter-section p {
  text-align: center;
}/*# sourceMappingURL=theme.css.map */