@import url("https://fonts.cdnfonts.com/css/lemonmilk");
@import url("https://use.typekit.net/llp7ljz.css");
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  margin: 0;
}

.read-more__link {
  cursor: pointer;
}
.read-more__link img {
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
  margin-top: 1rem;
  width: 30px;
}

@media screen and (min-width: 992px) {
  body {
    overflow: auto !important;
  }
}
body {
  background-color: #005C65;
  font-family: "mae-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.44;
}

.heading {
  font-family: "Lemon/Milk", sans-serif;
  letter-spacing: 1px;
}

.navbar {
  background: rgb(0, 92, 101);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 92, 101)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 92, 101) 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
.navbar__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
.navbar__logo img {
  min-width: 180px;
}
.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar__item:not(:last-child) {
  margin-right: 2rem;
}
.navbar__item:last-child .navbar__link {
  background-color: #FFE095;
  border-radius: 6px;
  color: #005C65;
  padding: 0.5rem 0.75rem 0.35rem 0.75rem;
  text-transform: uppercase;
}
.navbar__item--current .navbar__link {
  color: #fff;
}
.navbar__link {
  color: #FFE095;
  font-variation-settings: "wght" 500;
  text-decoration: none;
}

@media screen and (max-width: 991.98px) {
  .navbar__menu {
    position: fixed;
    min-height: 100vh;
    right: -480px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #005C65;
    max-width: 480px;
    width: 100%;
    padding: 5rem 2.5rem 2.5rem;
    -webkit-transition: right ease 0.3s;
    transition: right ease 0.3s;
    z-index: 1030;
  }
  .navbar__menu--show {
    right: 0;
  }
  .navbar__item:not(:last-child) {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
  .navbar__item:last-child {
    margin-top: 0.5rem;
  }
  .navbar__link {
    font-size: 22px;
    font-variation-settings: "wght" 500;
  }
  .navbar__link:hover {
    color: #fff;
  }
  .navbar__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    widows: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: 1020;
    width: 100%;
  }
  .navbar__overlay--show {
    display: block;
  }
  .navbar__trigger {
    cursor: pointer;
  }
  .navbar__trigger svg {
    width: 27px;
    display: block;
  }
  .navbar__trigger.navbar--open svg {
    fill: #FFE095;
  }
  .navbar__trigger.navbar--close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }
  .navbar__trigger.navbar--close svg {
    fill: #FFE095;
  }
}
#wer-sind-wir .flexslider__navigation {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 1rem;
  top: auto;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#wer-sind-wir .flexslider__navigation .flexslider__bullets {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-bottom: 1rem;
}

.flexslider {
  border: 0;
  margin: 0;
}
.flexslider .navigation__prev, .flexslider .navigation__next {
  padding: 0.5rem;
}
.flexslider .navigation__prev {
  padding-left: 2rem;
}
.flexslider .navigation__next {
  padding-right: 2rem;
}
.flexslider__heading {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 1020;
}
.flexslider__heading h1 {
  line-height: 1.35;
}
.flexslider__heading span {
  background-color: #E08064;
  color: #fff;
  font-size: 76px;
  padding: 0.5rem 4rem;
}
.flexslider__slide {
  background-position: center;
  background-size: cover;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  width: 100vw;
}
.flexslider__navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  z-index: 1020;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexslider__navigation svg {
  width: 20px;
  fill: #E08064;
}
.flexslider__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1rem;
  position: absolute;
  bottom: 3rem;
  right: 21.25rem;
  z-index: 1020;
}
.flexslider__button {
  bottom: 2rem;
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1020;
}
.flexslider__link {
  text-decoration: none;
}
.flexslider__link:hover span {
  letter-spacing: 2px;
  background-color: #3BA890;
}
.flexslider__link span {
  background-color: #E08064;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  padding: 0.75rem 1rem;
  display: block;
}
.flexslider__link img {
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
  margin-top: 1rem;
  max-width: 30px;
}
.flexslider--alt .flexslider__arrows {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexslider--alt .flexslider__arrows a svg {
  width: 15px;
  fill: #E08064;
}
.flexslider--alt .flexslider__bullets {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flexslider--alt .content__container {
  bottom: auto;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10rem 1rem 0 1rem;
  position: relative;
  right: auto;
}
.flexslider--alt .slide__title {
  background-color: transparent;
  font-size: 40px;
  padding: 0;
  margin-bottom: 2rem;
}
.flexslider--alt .slide__title span {
  background-color: #E08064;
  line-height: 1.44;
  padding: 0.5rem 1.25rem;
}
.flexslider--alt .slide__text {
  font-size: 16px;
  max-width: 700px;
  padding: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 92, 101)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 92, 101) 0%, rgba(255, 255, 255, 0) 100%);
}
.flexslider--alt .slide__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.flexslider--alt .flexslider__navigation {
  bottom: 3rem;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flexslider--alt .bullet__item {
  text-indent: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: auto;
  width: auto;
}
.flexslider--alt .bullet__item:not(:last-child) {
  margin-right: 5rem;
}
.flexslider--alt .bullet__item:not(:last-child) .bullet__trigger::after {
  background-color: #fff;
  content: "";
  dipslay: block;
  height: 2px;
  position: absolute;
  right: calc(-10rem - 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10rem;
}
.flexslider--alt .bullet__item::after {
  display: none;
}
.flexslider--alt .bullet__item--active .bullet__trigger {
  background-color: #fff;
}
.flexslider--alt .bullet__link {
  color: #fff;
  text-decoration: none;
}
.flexslider--alt .bullet__trigger {
  background-color: #005C65;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  height: 20px;
  margin: 0 auto;
  position: relative;
  width: 20px;
}
.flexslider--alt .bullet__text {
  margin-top: 0.5rem;
  white-space: nowrap;
}

.slide__content {
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  width: 100%;
}
.slide__title {
  background-color: #3BA890;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 1rem;
}
.slide__text {
  color: #fff;
  font-size: 18px;
}
.slide__button {
  background-color: #E08064;
  color: #fff;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  margin-top: 1rem;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.slide__button:hover {
  background-color: #3BA890;
}

.content__container {
  bottom: 8rem;
  max-width: 400px;
  position: absolute;
  right: 2rem;
  z-index: 1020;
}

.bullet__item {
  background-color: #005C65;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  height: 20px;
  position: relative;
  text-indent: -9999px;
  width: 20px;
}
.bullet__item--active {
  background-color: #fff;
}
.bullet__item:not(:last-child) {
  margin-right: 0.5rem;
}
.bullet__item:not(:last-child)::after {
  background-color: #fff;
  content: "";
  dipslay: block;
  height: 2px;
  position: absolute;
  right: calc(-0.5rem - 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (max-width: 1199.98px) {
  .flexslider__heading span {
    font-size: 54px;
    padding: 0.5rem 2rem;
  }
  .flexslider__bullets {
    right: auto;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10rem;
  }
  .flexslider--alt .flexslider__navigation {
    bottom: 2rem;
  }
  .flexslider--alt .flexslider__bullets {
    bottom: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .flexslider .slide__text {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 5rem;
  }
  .flexslider__heading {
    left: 50%;
    right: auto;
    text-align: center;
    top: 18%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .flexslider__heading span {
    font-size: 48px;
    padding: 0.5rem 2rem;
  }
  .flexslider--alt .bullet__item:not(:last-child) {
    margin-right: 2rem;
  }
  .flexslider--alt .bullet__item:not(:last-child) .bullet__trigger::after {
    right: calc(-7rem - 2px);
    width: 7rem;
  }
  .flexslider--alt .content__container {
    bottom: auto;
    padding: 8rem 2rem 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
  }
  .flexslider--alt .slide__text {
    margin: 0 auto;
  }
  .flexslider--alt .slide__title {
    font-size: 32px;
  }
  .bullet__item {
    height: 18px;
    width: 18px;
    border-radius: 18px;
  }
  .content__container {
    bottom: auto;
    width: 100%;
    padding: 0 2rem;
    top: 50%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    text-align: center;
    right: auto;
    max-width: 100%;
  }
  .slide__title {
    font-size: 18px;
  }
  .slide__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .flexslider__heading span {
    font-size: 36px;
    padding: 0.5rem 2rem;
  }
  .flexslider__button {
    bottom: 1rem;
  }
  .flexslider__link span {
    font-size: 16px;
  }
  .flexslider__link img {
    max-width: 20px;
  }
  .flexslider--alt .content__container {
    padding-top: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .flexslider--alt .bullet__item:not(:last-child) {
    margin-right: 2rem;
  }
  .flexslider--alt .bullet__item:not(:last-child) .bullet__trigger::after {
    right: calc(-2rem - 2px);
    width: 2rem;
  }
  .flexslider--alt .bullet__item .bullet__text {
    display: none;
  }
  .flexslider--alt .slide__title {
    font-size: 24px;
  }
  .flexslider--alt .slide__text {
    padding: 1rem 1rem 8rem;
  }
  .flexslider__bullets {
    bottom: 8rem;
  }
  .flexslider .navigation__prev {
    padding-left: 1rem;
  }
  .flexslider .navigation__next {
    padding-right: 1rem;
  }
  .flexslider__arrows .navigation__next {
    padding-right: 0.5rem;
  }
  .flexslider__arrows .navigation__prev {
    padding-left: 0.5rem;
  }
}
#fakten-content {
  width: 80%;
}

.fakt__heading {
  color: #fff;
  font-size: 30px;
  margin-bottom: 3rem;
}
.fakt__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fakt__text {
  color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 0 4rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 18px;
}
.fakt__text p {
  margin-bottom: 1rem;
}
.fakt__text a {
  color: #fff;
}
.fakt__image {
  max-width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fakt__image img {
  width: 100%;
}

.refresh-button {
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.refresh-button .refresh__image {
  margin-bottom: 0.5rem;
}
.refresh-button .refresh__image img {
  max-width: 50px;
  width: 100%;
}
.refresh-button .refresh__text {
  white-space: nowrap;
}

#facts {
  background-color: #006B70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 5rem;
}

.facts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.facts__column {
  padding: 0 4%;
  width: 33.3333%;
}
.facts__title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 1rem;
}
.facts__text {
  color: #fff;
}
.facts__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.facts__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 3rem;
}
.facts__image img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
  #facts {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .facts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facts__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .facts__column:nth-child(2) .facts__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .facts__column:nth-child(2) .facts__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #fakten-content {
    width: 100% !important;
  }
  .fakt__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fakt__text {
    max-width: none !important;
    padding: 0;
    font-size: 16px;
  }
  .fakt__image {
    margin: 3rem 0;
  }
  .fakt__heading {
    margin-bottom: 2rem;
  }
  .refresh-button {
    margin: 3rem 0;
  }
  #fakten.section--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #fakten .section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #fakten .section__button {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: auto;
    left: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
  }
}
.column__image img {
  width: 100%;
  display: block;
  height: auto;
}

section {
  min-height: 100vh;
  position: relative;
}
section#kontakt .section__container {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
section#main-content {
  padding: 0;
}
section#spenden .section__overlay {
  background: rgb(0, 92, 101);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 92, 101)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(0, 92, 101) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50vh;
}
section#spenden .bullet-nav {
  margin-bottom: 4rem;
}
section#ueberweisung .section__title {
  text-align: center;
}
section#infomaterial, section#zeig-flagge, section#ueberweisung {
  background-image: url("assets/img/kommt-bald.jpg");
}
section#mitmachen-und-kontakt, section#kontakt {
  background-image: url("assets/img/mitmachen-und-kontakt.jpg");
}
section#mitmachen-und-kontakt, section#infomaterial, section#zeig-flagge, section#kontakt, section#videos-und-fakten, section#ueberweisung {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 0;
}
section#mitmachen-und-kontakt .section__overlay, section#infomaterial .section__overlay, section#zeig-flagge .section__overlay, section#kontakt .section__overlay, section#videos-und-fakten .section__overlay, section#ueberweisung .section__overlay {
  background: rgb(0, 92, 101);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 92, 101)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(0, 92, 101) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50vh;
}
section#mitmachen-und-kontakt .section__container, section#infomaterial .section__container, section#zeig-flagge .section__container, section#kontakt .section__container, section#videos-und-fakten .section__container, section#ueberweisung .section__container {
  padding: 8rem 1rem 2rem 1rem;
  min-height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#mitmachen-und-kontakt .bullet-nav, section#infomaterial .bullet-nav, section#zeig-flagge .bullet-nav, section#kontakt .bullet-nav, section#videos-und-fakten .bullet-nav, section#ueberweisung .bullet-nav {
  margin-bottom: 4rem;
}

.section--alt {
  padding-bottom: 2rem;
  padding-top: 8rem;
}
.section--alt#mitmachen-und-kontakt .section__lead, .section--alt#infomaterial .section__lead, .section--alt#zeig-flagge .section__lead {
  background: rgb(0, 92, 101);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 92, 101)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 92, 101) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 1rem;
  font-size: 20px;
}
.section--alt .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
.section--alt .section__title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 2rem;
}
.section--alt .section__title span {
  background-color: #E08064;
  padding: 0.25rem 1.25rem;
}
.section--alt .section__lead {
  color: #fff;
  max-width: 660px;
  margin-bottom: 4rem;
}

.section--main {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.section--main .section__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
.section--main .section__button {
  bottom: 2rem;
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1020;
}
.section--main .section__link {
  text-decoration: none;
}
.section--main .section__link:hover span {
  background-color: #3BA890;
  letter-spacing: 2px;
}
.section--main .section__link span {
  background-color: #E08064;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  padding: 0.75rem 1rem;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.section--main .section__link img {
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
  margin-top: 1rem;
  max-width: 30px;
}

section#wer-sind-wir {
  background-image: url(assets/img/wer-sind-wir.jpg);
}

@media screen and (max-width: 991.98px) {
  .section--alt .section__lead {
    margin-bottom: 2rem;
  }
  .section--alt .section__heading {
    text-align: center;
  }
  .section--alt .section__lead {
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3rem 2rem;
  }
  .section--main .section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section--main .section__button {
    bottom: auto;
    left: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .section--main .section__link {
    display: inline-block;
  }
}
@media screen and (max-width: 575.98px) {
  .section--alt {
    padding-top: 7rem;
  }
  .section--alt .section__title {
    line-height: 1.5;
    font-size: 30px;
  }
  section#mitmachen-und-kontakt .section__container,
  section#infomaterial .section__container,
  section#zeig-flagge .section__container,
  section#kontakt .section__container {
    padding-top: 7rem;
  }
  section#mitmachen-und-kontakt .bullet-nav, section#infomaterial .bullet-nav, section#zeig-flagge .bullet-nav, section#kontakt .bullet-nav, section#spenden .bullet-nav {
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
}
.about__heading {
  background-color: #E08064;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 2rem;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__text {
  background-color: #3BA890;
  -webkit-box-shadow: 30px 30px 0 #003133;
          box-shadow: 30px 30px 0 #003133;
  padding: 5rem 3rem 3rem;
  max-width: 800px;
  font-size: 20px;
  color: #fff;
}
.about__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.about__link a {
  text-decoration: none;
}

.link__container {
  text-align: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 46px 0 0 -24px;
}
.link__text {
  background-color: #E08064;
  color: #fff;
  letter-spacing: 1px;
  padding: 0.5rem 0.75rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.link__text:hover {
  background-color: #3BA890;
}
.link__icon img {
  width: 100%;
  max-width: 30px;
  margin-top: 0.75rem;
}

@media screen and (max-width: 767.98px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__text {
    font-size: 16px;
    padding: 4rem 2rem 2rem;
  }
  .link__container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 4rem 0 0;
  }
  .link__icon {
    display: none;
  }
}
.team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  width: 33.3333%;
}
.team__item:hover .team__overlay {
  opacity: 0;
}
.team__item:hover .team__content {
  opacity: 1;
}
.team__overlay {
  background-color: #005C65;
  opacity: 0.65;
  position: absolute;
  top: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  left: 0;
  width: 100%;
  height: 100%;
}
.team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 100%;
  padding: 0 12% 5rem;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  position: relative;
}
.team__title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #E08064;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 1rem;
  font-size: 28px;
  margin-bottom: 1rem;
}
.team__description {
  background-color: #fff;
  padding: 1.25rem 1.5rem 3rem;
}
.team__description p:not(:last-child) {
  margin-bottom: 1rem;
}
.team__description p strong {
  font-weight: 600;
}
.team__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-left: 1.25rem;
}

.social__link {
  background-color: #000;
  border-radius: 40px;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}
.social__link:not(:last-child) {
  margin-right: 0.5rem;
}
.social__link img {
  left: 50%;
  max-height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

@media screen and (max-width: 991.98px) {
  .team-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__item {
    width: 100%;
  }
  .team__content {
    min-height: 100vh;
    opacity: 1;
  }
  .team__overlay {
    opacity: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .team__content {
    padding: 100% 1rem 2rem;
  }
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.hero__column--6 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  position: relative;
  text-decoration: none;
}
.hero__column--6:hover .hero__overlay {
  background-color: red;
  opacity: 0.75;
}
.hero__column--6:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.hero__overlay {
  background-color: #005C65;
  opacity: 0.45;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
}
.hero__title {
  font-size: 2.1vw;
  padding: 1rem 1.5rem;
  color: #fff;
  position: relative;
}
.hero__title--left {
  background-color: #E08064;
  margin-top: -20%;
}
.hero__title--right {
  background-color: #005C65;
  margin-bottom: -20%;
}

@media screen and (max-width: 1199.98px) {
  .hero__title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767.98px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__column--6 {
    width: 100%;
    height: 50vh;
  }
  .hero__title {
    font-size: 4vw;
    margin: 0;
  }
}
.card {
  background-color: #3BA890;
  padding: 3rem;
  width: 60%;
  position: relative;
  -webkit-box-shadow: 30px 30px 0 #003133;
          box-shadow: 30px 30px 0 #003133;
}
.card-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card__fact {
  color: #FFE095;
}
.card__image {
  margin: 2rem 0;
}
.card__image img {
  max-width: 300px;
}
.card__navigation {
  width: 40%;
  margin-right: 2rem;
}
.card__text {
  color: #fff;
}
.card__text p {
  margin-bottom: 1rem;
}
.card__title {
  color: #fff;
  margin-bottom: 1rem;
}
.card__menu {
  line-height: 1.44;
}
.card__link {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
.card__item:not(:last-child) {
  margin-bottom: 2rem;
}
.card__item:not(:last-child) .card__bullet::after {
  content: "";
  width: 2px;
  background-color: #fff;
  height: calc(100% + 2rem - 18px);
  position: absolute;
  top: 18px;
  left: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card__item--current .card__bullet::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #fff;
  top: 7px;
  left: 7px;
}
.card__item--current .card__link {
  text-decoration: underline;
}
.card__bullet {
  margin-right: 0.75rem;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card__button {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
  margin-top: 2rem;
}
.card__button svg {
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
  fill: #005C65;
  width: 30px;
  margin: 0 auto;
  margin-top: 0.5rem;
}

@media screen and (max-width: 1199.98px) {
  .card__link {
    font-size: 18px;
  }
  .card__item:not(:last-child) .card__bullet::after {
    height: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .card {
    width: auto;
  }
  .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card__navigation {
    width: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .card__link {
    font-size: 16px;
  }
  .card__item:not(:last-child) .card__bullet::after {
    height: 38px;
  }
}
@media screen and (max-width: 575.98px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card__link {
    font-size: 16px;
  }
  .card__menu {
    line-height: 1.44;
  }
  .card__bullet {
    margin-top: 0;
  }
  .card__button {
    margin: 2rem 0 auto;
  }
  .card__image {
    margin: 1rem 0;
  }
  .card__image img {
    max-width: 200px;
  }
  .card__text {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .card__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .card__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .card__item:not(:last-child) .card__bullet::after {
    height: calc(100% + 2rem - 18px);
    left: 10px;
  }
  .card__item:not(:last-child) .card__bullet::before {
    top: 7px;
    left: 7px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.media-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 5rem 0;
  width: 100%;
}
.media__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media__column--8 {
  width: 40%;
}
.media__column--4 {
  width: 60%;
  padding-right: 5rem;
}
.media__title {
  color: #fff;
  font-size: 18px;
  -ms-flex-item-align: start;
      align-self: start;
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.media__text {
  color: #fff;
}
.media__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.media__button {
  -ms-flex-item-align: start;
      align-self: start;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
.media__button svg {
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
  fill: #E08064;
  width: 30px;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container--fullscreen {
  display: none;
  margin-top: 0 !important;
}

#video {
  display: none;
  padding: 0;
  min-height: 0;
}

@media screen and (max-width: 991.98px) {
  .media__column--4, .media__column--8 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .media__button--mobile {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .media-container {
    padding: 5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media__column--4, .media__column--8 {
    width: 100%;
  }
  .media__column--4 {
    margin-bottom: 2rem;
    padding: 0;
  }
  .media__button {
    display: none;
    margin: 2rem auto 0;
  }
  .media__button--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 575.98px) {
  .media__column--4 {
    padding-right: 0;
  }
}
#fazit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0;
}

.summary__title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 2rem;
}
.summary__text {
  color: #fff;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.summary__text p:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991.98px) {
  .summary__text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.bullet-nav {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.bullet-nav__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bullet-nav__item {
  text-align: center;
}
.bullet-nav__item:not(:last-child) .bullet-nav__circle::after {
  display: block;
  content: "";
  height: 2px;
  background-color: #fff;
  width: 353px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 18px;
}
.bullet-nav__item--current .bullet-nav__circle {
  background-color: #fff;
}
.bullet-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-decoration: none;
}
.bullet-nav__circle {
  background-color: #005C65;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  position: relative;
}
.bullet-nav__text {
  color: #FFE095;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.bullet-nav__icon {
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.bullet-nav__icon img {
  width: 50px;
}

@media screen and (max-width: 991.98px) {
  .bullet-nav {
    max-width: 600px;
  }
  .bullet-nav__item:not(:last-child) .bullet-nav__circle::after {
    width: 253px;
  }
}
@media screen and (max-width: 767.98px) {
  .bullet-nav {
    max-width: 500px;
  }
  .bullet-nav__item:not(:last-child) .bullet-nav__circle::after {
    width: 203px;
  }
}
@media screen and (max-width: 575.98px) {
  .bullet-nav {
    max-width: 500px;
    padding: 0 1rem;
    position: relative;
  }
  .bullet-nav__item:not(:last-child) .bullet-nav__circle::after {
    display: none;
  }
  .bullet-nav__text {
    font-size: 14px;
  }
  .bullet-nav__icon {
    height: 37px;
  }
  .bullet-nav__icon img {
    width: 30px;
  }
}
#kontakt .section__title,
#infomaterial .section__title,
#zeig-flagge .section__title {
  text-align: center;
}

.contact-form {
  max-width: 800px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 92, 101)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 92, 101) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 0.75rem;
  width: 100%;
  margin: 0 auto 2.5rem;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__column {
  padding: 0 0.5rem;
  width: 100%;
}
.form__column--6 {
  width: 50%;
}
.form__input {
  border: 1px solid #fff;
  font-family: "mae-variable", sans-serif;
  font-variation-settings: "wght" 400;
  width: 100%;
  padding: 0.75rem;
  font-size: 16px;
  margin-bottom: 1rem;
}
.form__input:focus {
  outline: none;
  border-color: #E08064;
}
.form__label {
  font-variation-settings: "wght" 600;
  color: #fff;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.form__loader {
  display: none;
  margin-left: 1rem;
  height: 30px;
  width: 30px;
}
.form__loader img {
  max-width: 30px;
  -webkit-animation: rotate linear infinite 1s forwards;
          animation: rotate linear infinite 1s forwards;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 30px;
}
.form__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__submit {
  color: #fff;
  background-color: #3BA890;
  border: 0;
  line-height: 1;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form__submit:hover {
  background-color: #E08064;
}

textarea {
  min-height: 150px;
}

.g-recaptcha {
  margin-bottom: 1rem;
}

#name-error,
#email-error,
#message-error {
  color: #E08064;
  margin-top: -12px;
  margin-bottom: 0.5rem;
}

.message__text {
  margin-bottom: 1rem;
  color: #E08064;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 575.98px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__column--6 {
    width: 100%;
  }
}
#spenden {
  background-image: url("assets/img/spenden.jpg");
  background-size: cover;
  background-position: center;
}
#spenden .section__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(100vh - 10rem);
}
#spenden .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.donation-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 92, 101)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 92, 101) 0%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
}
.donation__lead {
  font-size: 20px;
  margin-bottom: 1rem;
  font-variation-settings: "wght" 500;
}
.donation__text {
  margin-bottom: 2rem;
}
.donation__title {
  font-variation-settings: "wght" 600;
}
.donation__button {
  cursor: pointer;
  background-color: #3BA890;
  border: 0;
  color: #fff;
  padding: 0.75rem 1rem;
  line-height: 1;
}
.donation__button--fixed {
  -webkit-animation: grow ease 1s infinite;
          animation: grow ease 1s infinite;
  font-size: 12px;
  text-decoration: none;
  position: fixed;
  left: 0;
  z-index: 1040;
  bottom: 20%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #E08064;
  padding: 1rem 0.5rem;
  line-height: 1;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  letter-spacing: 2px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.donation__image {
  max-width: 200px;
  margin: 0 auto 1rem;
}
.donation__image img {
  width: 100%;
}

@-webkit-keyframes grow {
  0% {
    padding-right: 0.5rem;
  }
  25% {
    padding-right: 1rem;
  }
  50% {
    padding-right: 0.5rem;
  }
  100% {
    padding-right: 0.5rem;
  }
}

@keyframes grow {
  0% {
    padding-right: 0.5rem;
  }
  25% {
    padding-right: 1rem;
  }
  50% {
    padding-right: 0.5rem;
  }
  100% {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .section__container {
    min-height: calc(100vh - 9rem);
  }
}
#infoveranstaltungen {
  background-image: url("assets/img/infoveranstaltungen.jpg");
  background-size: cover;
  background-position: center;
}
#infoveranstaltungen .section__title {
  background-color: #E08064;
  padding: 0.25rem 1.25rem;
  font-weight: 600;
}
#infoveranstaltungen .section__title span {
  font-weight: 400;
  padding: 0;
}

.events-container {
  min-height: calc(100vh - 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.events__title {
  background-color: #E08064;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 0.75rem 1rem;
  text-align: center;
}
.events__text {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 92, 101)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 92, 101) 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 1.5rem 2rem;
}
.events__link {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  line-height: 1.6;
}

.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-container--flex {
  padding: 0;
}
.video__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  width: 33.3333%;
  color: #fff;
  text-decoration: none;
}
.video__item:hover .video__overlay {
  opacity: 0;
}
.video__item:hover .video__title {
  background-color: #E08064;
}
.video__overlay {
  background-color: #005C65;
  opacity: 0.65;
  position: absolute;
  top: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video__title {
  background-color: #005C65;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 1rem;
  font-size: 28px;
  margin-bottom: 1rem;
}
.video__sub-title {
  color: #fff;
  font-size: 22px;
}

.videos-overview__video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videos-overview__video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-overview__header {
  height: 600px;
  position: relative;
}
.videos-overview__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: end;
}
.videos-overview__heading .videos-overview__button {
  margin-top: 0.5rem;
}
.videos-overview__title {
  background-color: #E08064;
  color: #fff;
  font-size: 40px;
  padding: 0.5rem 1.25rem;
  text-align: center;
}
.videos-overview__button {
  background-color: #E08064;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  line-height: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.videos-overview__button:hover {
  background-color: #3BA890;
}
.videos-overview__button--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -22px;
  position: relative;
  z-index: 1010;
}
.videos-overview__link {
  text-decoration: none;
}
.videos-overview__link:hover span {
  letter-spacing: 2px;
  background-color: #3BA890;
}
.videos-overview__link span {
  background-color: #E08064;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  padding: 0.75rem 1rem;
  display: block;
}
.videos-overview__link img {
  -webkit-animation: bounce 1.5s infinite;
          animation: bounce 1.5s infinite;
  margin-top: 1rem;
  max-width: 30px;
}

.video-list {
  background-image: url(assets/img/video-list-100.jpg);
  background-size: cover;
  background-position: center;
  padding: 8rem 0;
  position: relative;
}
.video-list__overlay {
  background-color: #005C65;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.video-list-container {
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.video-list__item {
  width: 100%;
  background-color: #005C65;
  text-decoration: none;
}
.video-list__item:hover {
  outline: 3px solid #E08064;
}
.video-list__content {
  padding: 1.5rem;
}
.video-list__image img {
  width: 100%;
}
.video-list__title {
  color: #fff;
  margin-bottom: 1rem;
}
.video-list__description {
  color: #fff;
}

.single-video {
  position: relative;
  width: 100%;
  padding-bottom: 49.25%;
  overflow: hidden;
}
.single-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-video__content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.single-video__title {
  font-size: 28px;
  color: #FFE095;
  margin-bottom: 2rem;
}
.single-video__title span {
  background-color: #E08064;
  color: #fff;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.single-video__description {
  color: #fff;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.single-video__description p:not(:last-child) {
  margin-bottom: 1rem;
}
.single-video__description a {
  color: #FFE095;
}

@media screen and (max-width: 1199.98px) {
  .videos-overview__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991.98px) {
  .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video__item {
    width: 100%;
  }
  .video__content {
    min-height: 100vh;
    opacity: 1;
  }
  .video__overlay {
    opacity: 0;
  }
  .video-list-container {
    gap: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .video-list-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .single-video__description {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media screen and (max-width: 575.98px) {
  .videos-overview__title {
    font-size: 24px;
  }
  .videos-overview__header {
    height: 400px;
  }
  .video-list {
    padding: 5rem 0;
  }
}
.footer {
  padding: 2rem 0;
  color: #fff;
}
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.footer__title {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 18px;
}
.footer__link {
  color: #fff;
}
.footer__legal {
  margin-bottom: 1rem;
}

#impressum .section__heading {
  text-align: left;
}

.impressum-container {
  max-width: 800px;
  color: #fff;
}
.impressum-container p:not(:last-child) {
  margin-bottom: 1rem;
}
.impressum-container p strong {
  font-variation-settings: "wght" 500;
  color: #FFE095;
}/*# sourceMappingURL=style.css.map */