:root {
  --white: white;
  --logo-red: #d1001b;
  --dark: #1a181d;
  --pink: #f9ba9f;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  width: 10vw;
}

.logo {
  background-color: var(--white);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer, .ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #1a181d;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #000;
  background-color: #f7f7f7;
}

.highlights {
  color: #fff;
  background-color: #d3031d70;
}

.adresse {
  margin-bottom: 5px;
}

.adresse.flie-text {
  font-size: 16px;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Acme, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Acme, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: Acme, sans-serif;
  font-weight: 700;
}

.flie-text {
  overflow-wrap: anywhere;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: #d3031d;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.nav-menu-1 {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hauptfarbe-2 {
  color: #fff;
  background-color: #000;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 8px 3px #d7000014;
}

.nav-link-1 {
  padding: 20px;
  font-size: 16px;
}

.nav-link-1.flie-text {
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s;
}

.nav-link-1.flie-text:hover {
  color: var(--logo-red);
}

.nav-link-1.flie-text.w--current {
  color: var(--logo-red);
  font-weight: 700;
}

.overlay-div {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(#00000047, #00000047), url('../images/pexels-catscoming-1359307.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  padding: 15px 25px;
  font-size: 16px;
}

.button.flie-text.highlights {
  text-align: center;
  background-color: #d1001b;
  margin-top: 10px;
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: var(--dark);
  color: #fff;
}

.button.flie-text.highlights.position {
  position: relative;
  top: 69px;
}

.button.flie-text.highlights.padding-large {
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-video {
  height: 100%;
}

.titelheading {
  font-size: 50px;
  line-height: 60px;
}

.titelheading.heading-1 {
  overflow-wrap: anywhere;
}

.section-2 {
  padding: 130px 140px 120px;
  display: block;
  position: relative;
}

.section-2.zweitfarbe.center {
  padding-bottom: 130px;
}

.section-2.zweitfarbe.hide {
  display: none;
}

.section-2.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2.min-h {
  min-height: 75vh;
}

.heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
}

.heading.heading-1.top {
  margin-top: 60px;
}

.heading.links {
  text-align: left;
}

.paragraph-mittig {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-mittig.flie-text {
  overflow-wrap: anywhere;
}

.small-heading {
  font-size: 25px;
  line-height: 30px;
}

.small-heading.heading-2 {
  overflow-wrap: anywhere;
  margin-top: 0;
}

.small-heading.heading-2.topp {
  margin-top: 10px;
}

.paragraph-links {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links.flie-text {
  font-size: 16px;
}

.paragraph-links.flie-text.l {
  overflow-wrap: break-word;
}

._2er-grid-button {
  grid-template-rows: auto;
  margin-top: 20px;
}

._3er-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

._3er-grid.mit-abstand {
  grid-column-gap: 50px;
}

.small-2er-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.small-2er-grid:hover {
  background-color: var(--dark);
  color: #fff;
}

.inhalt {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 8px 3px #82000014;
}

.inhalt.links {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: center;
  align-items: flex-start;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
  margin-bottom: 40px;
}

.image-3.contain {
  object-fit: contain;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-3.red-colour {
  color: #d4021b;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-weight: 700;
}

.inhalt-footer {
  flex-flow: column;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  background-color: var(--dark);
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

._2er-grid-2 {
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
}

.link-formular {
  text-decoration: none;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.impdat.min-h {
  min-height: 75vh;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  background-color: var(--logo-red);
  width: auto;
  height: auto;
  padding: 100px;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 100%;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

.form1 {
  margin-bottom: 0;
}

.checkbox-2 {
  border-radius: 5px;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

.form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.contact-form {
  font-family: Montserrat, sans-serif;
}

.link {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: var(--pink);
}

.link.black {
  color: var(--black);
  transition: all .2s;
}

.link.black:hover {
  color: var(--logo-red);
}

.link.black.no-hover:hover {
  color: var(--black);
}

.link.farbe-der-headings {
  color: var(--logo-red);
}

.embed-maps {
  width: 100%;
  height: 100%;
}

.html-embed-6 {
  height: 100%;
}

.impdat-3 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-3.flie-text {
  overflow-wrap: anywhere;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  overflow-wrap: break-word;
  text-decoration: none;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
  font-size: 17px;
}

.social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  width: 25px;
  height: 25px;
  transition: all .4s;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.banner-section {
  height: 65vh;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
}

.image-100 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.image-100.contain {
  object-fit: contain;
}

.image-100.contain.hauptfarbe {
  object-position: 50% 50%;
}

.image-100.top {
  object-position: 50% 20%;
}

.image-100.btm {
  object-position: 50% 25%;
}

.image-100.left {
  object-position: 0% 0%;
}

.image-100.right {
  object-position: 100% 50%;
}

.image-100.btm1 {
  object-position: 50% 50%;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.heading-mittig-klein.heading-3 {
  overflow-wrap: anywhere;
}

.image-wrapper-60vh {
  height: 50vh;
  position: relative;
}

.image-wrapper-60vh.width {
  width: 100%;
}

.content-wrap {
  padding: 20px;
}

.heading-links {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
}

.heading-links.heading-1._10 {
  margin-top: 20px;
}

._2er-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  margin-top: 25px;
}

._2er-grid.set {
  grid-template-rows: auto auto auto auto auto;
}

.card-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 8px 3px #87000033;
}

.card-wrap._100 {
  width: 100%;
}

.card-wrap.top {
  justify-content: flex-start;
}

.card-icon {
  height: 8vh;
}

.card-icon.invert {
  filter: invert();
  object-fit: contain;
}

.link-card-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-card-wrap.highlights {
  background-color: #d3031d;
  transition: all .2s;
}

.link-card-wrap.highlights:hover {
  transform: scale(1.05);
}

.image-wrap-grid {
  width: 100%;
  height: 34vh;
  position: relative;
}

.small-heading-mittig {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.small-heading-mittig.heading-2 {
  overflow-wrap: anywhere;
  margin-top: 0;
}

.dropdown-toggle-16 {
  padding: 0;
  display: flex;
}

.icon-rotate {
  margin-left: 0;
  margin-right: 10px;
  position: relative;
}

.navigation-menu.w--open {
  background-color: #fff;
}

.content-wrap-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.content-wrap-mittig.center {
  justify-content: center;
  align-items: center;
}

._2er-grid1 {
  align-items: center;
  margin-top: 0;
}

.image-wrap-35vh {
  height: 35vh;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-item-2, .list-item-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

._2er-grid-stretch {
  grid-template-rows: auto;
  place-items: stretch stretch;
  width: 100%;
}

.image-wrapper-60vh-sticky {
  height: 70vh;
  position: sticky;
  top: 18vh;
}

.sponsors {
  width: 100%;
  height: 50vh;
  position: relative;
}

.icon-100-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.overlay-div2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.sponsors-2 {
  width: 100%;
  height: 25vh;
  position: relative;
}

._2er-grid-gap {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  margin-top: 20px;
}

._2er-grid-gap._1 {
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}

.image-100-contain-abs {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-wrapper {
  color: #333;
  text-decoration: none;
}

.text-span {
  color: var(--logo-red);
}

.contact-wrap {
  background-color: #d1001b1a;
  margin-top: 40px;
  padding: 40px;
}

.inhalt-link {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 8px 3px #82000014;
}

.inhalt-link:hover {
  color: var(--logo-red);
}

.image-100-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-100-contain.width {
  width: 100%;
}

.link-heading {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.link-heading:hover {
  color: #d4031c;
  text-decoration: none;
  -webkit-text-decoration-color: var(--logo-red);
  text-decoration-color: var(--logo-red);
  text-underline-position: under;
}

.grid-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 30px 1fr;
}

.image-list-contain {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.image-wrap-30vh {
  width: 100%;
  height: 30vh;
}

._2er-grid-1 {
  grid-template-rows: auto;
  place-items: stretch stretch;
  width: 100%;
}

.image-wrapper-80vh {
  height: 80vh;
  position: relative;
}

.video-wrapper {
  height: 80vh;
}

.background-video-2 {
  z-index: 10;
  height: 100%;
}

._3er-grid-mit-abstand {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

._3er-grid-mit-abstand._3er {
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-bild {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.donation-logo {
  color: #333;
  width: 100%;
  height: 10vh;
  text-decoration: none;
}

.back-btn {
  background-color: #d3031d;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 10px;
  position: absolute;
  inset: 10% auto auto 10%;
}

.back-icopn {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-link-dd {
  padding: 20px 10px 20px 20px;
  font-size: 16px;
}

.nav-link-dd.flie-text {
  font-weight: 500;
  transition: all .2s;
}

.nav-link-dd.flie-text:hover {
  color: var(--logo-red);
}

.nav-link-dd.flie-text.w--current {
  color: var(--logo-red);
  font-weight: 700;
}

.image-wrapper {
  height: 80vh;
}

.link-12 {
  color: #fff;
  text-decoration: none;
}

.link-12.paragraph-links.flie-text {
  overflow-wrap: break-word;
  font-size: 16px;
}

.link-13 {
  color: #333;
  text-decoration: none;
}

.link-13:hover {
  color: var(--logo-red);
}

.link-13.w--current {
  color: var(--logo-red);
  font-weight: 700;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #d3031d;
  padding: 15px 30px;
}

.button-2:hover {
  color: #000;
  background-color: #ececec;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

._2er-grid-23 {
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
}

._2er-grid-23.adj._1 {
  grid-template-columns: .85fr 1fr;
}

._22er-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

._22er-grid.mit-abstand {
  grid-column-gap: 50px;
}

._22er-grid.mit-abstand.padding {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  background-color: #fff0;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 8px 3px #0003;
}

.pop-up-2 {
  z-index: 999999;
  background-image: linear-gradient(#0003, #0003);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-2._1 {
  display: none;
}

.pop-up-2._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pop-up-2._3, .pop-up-2._4 {
  display: none;
}

.pop-up-2._5 {
  display: flex;
}

.pop-up-2._7, .pop-up-2._6 {
  display: none;
}

.pop-up-2._8 {
  display: flex;
}

.pop-up-2._1-copy, .pop-up-2._3-1, .pop-up-2._9 {
  display: none;
}

.wrapper-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-height: 150vh;
  padding: 10px 20px 40px;
  display: flex;
  overflow: auto;
}

.wrapper-2.width {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-height: none;
  padding-top: 100px;
  position: relative;
}

._2er-grid-24 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.code-embed {
  margin-top: 40px;
}

.utility-page-wrap-3 {
  background-color: #2f7358;
  background-image: linear-gradient(51deg, var(--logo-red), var(--dark));
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.image-109 {
  filter: invert() brightness(200%);
  object-fit: contain;
  width: 20rem;
}

.heading-92 {
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
}

.paragraph-links-left {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links-left.flie-text {
  font-size: 16px;
}

.link-block {
  text-decoration: none;
}

.code-embed-2 {
  width: 100%;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.social-link-2 {
  width: 40px;
  height: 40px;
  transition: all .4s;
}

.social-link-2:hover {
  transform: scale(1.1);
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide2 {
  background-image: url('../images/vestrahorn-mountains-stokksnes-iceland.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/cascade-boat-clean-china-natural-rural.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-arrows {
  display: none;
}

.slide-navs {
  background-color: #0000004d;
}

.slide-navs.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.slide-navs.flex-row.bottom {
  margin-top: auto;
  margin-bottom: 0;
  bottom: 0;
}

.code-embed-3 {
  width: 100%;
  margin-top: 20px;
}

.code-embed-3.hide {
  display: none;
}

.link-14 {
  color: var(--logo-red);
  text-decoration: none;
}

._2er-grid-copy {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  width: 50%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

._2er-grid-copy.set {
  grid-template-rows: auto auto auto auto auto;
}

.button-3 {
  padding: 15px 25px;
  font-size: 16px;
}

.button-3.flie-text.highlights {
  text-align: center;
  background-color: #d1001b;
  margin-top: 10px;
  transition: all .2s;
}

.button-3.flie-text.highlights:hover {
  color: #fff;
  background-color: #1a181d;
}

.image-wrapper-65vh {
  height: 50vh;
  position: relative;
}

.image-wrapper-65vh.width, .mask {
  width: 100%;
}

.slider-4 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
}

.slider-5 {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  width: 100%;
  height: 50vh;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

._2er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._3er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._4er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-span-2 {
  color: var(--logo-red);
}

.text-span-3 {
  color: var(--logo-red);
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 120px;
  }

  .logo {
    padding: 0;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .adresse.flie-text {
    font-size: 14px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: #f7f7f7;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hauptfarbe-2 {
    background-color: var(--logo-red);
    margin-left: auto;
  }

  .hauptfarbe-2.w--open {
    background-color: #313131;
  }

  .icon {
    color: #fff;
  }

  .navbar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .overlay-div {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.flie-text.highlights {
    font-size: 16px;
  }

  .button.flie-text.highlights.padding-large {
    z-index: 2;
    margin-left: 10px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .titelheading.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .section-2, .section-2.zweitfarbe, .section-2.zweitfarbe.center {
    padding: 60px;
  }

  .section-2.zweitfarbe.c {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2.min-h {
    min-height: auto;
  }

  .heading.links.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .small-heading.heading-2 {
    color: #333;
    text-align: center;
  }

  .small-heading.heading-2:hover {
    color: #333;
  }

  .small-heading.heading-2.top {
    margin-top: 20px;
  }

  .paragraph-links.flie-text {
    color: #333;
    text-align: center;
    line-height: 22px;
  }

  .paragraph-links.flie-text:hover {
    color: #333;
  }

  .paragraph-links.flie-text.l {
    color: #fff;
    text-align: left;
    font-size: 14px;
  }

  .paragraph-links.flie-text.white {
    color: #fff;
  }

  ._2er-grid-button {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  ._3er-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  ._3er-grid.mit-abstand {
    grid-column-gap: 15px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .small-2er-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .small-2er-grid:hover {
    background-color: var(--white);
  }

  .inhalt {
    justify-content: center;
    align-items: center;
  }

  .inhalt.links {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-3 {
    height: 40vh;
    margin-bottom: 20px;
  }

  .image-3.cont {
    object-fit: contain;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .heading-footer.heading-3.red-colour {
    font-size: 14px;
  }

  .inhalt-footer {
    margin-left: 6px;
    margin-right: 6px;
  }

  .footer-1.hauptfarbe {
    padding: 20px;
    overflow: hidden;
  }

  .div-block-footer1 {
    grid-column-gap: 6px;
    padding: 0;
  }

  ._2er-grid-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .impdat {
    padding: 60px;
  }

  .impdat.min-h {
    min-height: auto;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    padding: 40px;
  }

  .heading-success.heading-2 {
    font-size: 25px;
    line-height: 36px;
  }

  .error-message {
    width: auto;
  }

  .checkbox-field-2 {
    margin-top: 10px;
  }

  .link.foot, .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .list-3.flie-text {
    font-size: 16px;
  }

  .social-wrap.fixed {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    background-color: var(--white);
    border-radius: 20px;
    flex-flow: row;
    margin-right: 10px;
    padding: 10px 5px;
    position: fixed;
    inset: auto 0% 10% auto;
    box-shadow: 0 1px 8px 1px #d1001b7d;
  }

  .social-link {
    width: 30px;
    height: auto;
  }

  .banner-section {
    height: 35rem;
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-100.cont {
    object-fit: contain;
  }

  .image-wrapper-60vh {
    height: 45vh;
  }

  .image-wrapper-60vh.width.auto {
    height: auto;
  }

  .image-wrapper-60vh.width.bigger {
    width: 70%;
  }

  .image-wrapper-60vh.top {
    margin-top: 20px;
  }

  .content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .heading-links.heading-1 {
    text-align: center;
  }

  ._2er-grid {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  ._2er-grid.invert {
    flex-flow: column-reverse wrap;
    margin-top: 10px;
  }

  ._2er-grid.adj {
    width: 70%;
  }

  ._2er-grid.top {
    margin-top: 20px;
  }

  .image-wrap-grid {
    height: 45vh;
  }

  .image-wrap-grid.bigger {
    height: 70vh;
  }

  .navigation-menu.w--open {
    background-color: #d5081e4f;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .content-wrap-mittig {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .content-wrap-mittig.last {
    order: 9999;
  }

  .content-wrap-mittig.adj {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  ._2er-grid1 {
    width: 100%;
  }

  ._2er-grid-stretch {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-wrapper-60vh-sticky {
    height: 45vh;
    position: static;
  }

  .image-wrapper-60vh-sticky.top {
    margin-top: 20px;
  }

  .image-wrapper-60vh-sticky.auto {
    height: auto;
  }

  .image-wrapper-60vh-sticky.auto.bottom {
    margin-bottom: 20px;
  }

  .image-100-contain-abs {
    position: relative;
  }

  .image-100-contain-abs.hide {
    position: absolute;
  }

  .link-heading:hover {
    color: #cd020f;
    text-decoration: none;
  }

  .grid-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-wrap-30vh {
    height: 45vh;
  }

  ._2er-grid-1 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-wrapper-80vh {
    height: 45vh;
  }

  .video-wrapper {
    height: 50vh;
  }

  ._3er-grid-mit-abstand {
    margin-top: 0;
  }

  ._3er-grid-mit-abstand._3er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .donation-logo.large {
    width: 28vh;
  }

  .dropdown {
    display: block;
  }

  .nav-link-dd.flie-text {
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper {
    width: 100%;
    height: 45vh;
  }

  .image-wrapper.last {
    order: 9999;
    margin-top: 10px;
  }

  .image-wrapper.gross {
    height: 80vh;
  }

  .link-12.paragraph-links.flie-text {
    color: #fff;
    text-align: left;
    font-size: 14px;
  }

  ._2er-grid-23 {
    width: 100%;
  }

  ._2er-grid-23.adj {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._22er-grid.mit-abstand {
    grid-column-gap: 15px;
  }

  ._22er-grid.mit-abstand.padding {
    width: 100%;
    margin-top: 20px;
  }

  .pop-up-2, .pop-up-2._8 {
    display: none;
  }

  .wrapper-2.width {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  ._2er-grid-24 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-109 {
    width: 15rem;
  }

  .paragraph-links-left.flie-text {
    text-align: left;
    line-height: 22px;
  }

  .social-link-2 {
    width: 30px;
    height: auto;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._2er-grid-copy {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  ._2er-grid-copy.invert {
    flex-flow: column-reverse wrap;
    margin-top: 10px;
  }

  ._2er-grid-copy.adj {
    width: 70%;
  }

  ._2er-grid-copy.top {
    margin-top: 20px;
  }

  .button-3.flie-text.highlights {
    font-size: 16px;
  }

  .image-wrapper-65vh {
    height: 45vh;
  }

  .image-wrapper-65vh.width.auto {
    height: auto;
  }

  .image-wrapper-65vh.width.bigger {
    width: 70%;
  }

  .image-wrapper-65vh.top {
    margin-top: 20px;
  }

  .grid, ._2er, ._3er, ._4er {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 110px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .hauptfarbe-2 {
    padding: 10px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .overlay-div {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .button.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button.flie-text.highlights.margin._100 {
    width: 100%;
  }

  .background-video {
    min-height: 550px;
  }

  .titelheading.heading-1 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .section-2, .section-2.zweitfarbe, .section-2.zweitfarbe.center {
    padding: 40px;
  }

  .heading.heading-1 {
    font-size: 35px;
  }

  .small-heading.heading-2.top {
    margin-top: 20px;
  }

  .paragraph-links.flie-text.l {
    text-align: center;
  }

  .paragraph-links.flie-text.white {
    color: #fff;
  }

  ._2er-grid-button {
    grid-template-columns: 1fr;
  }

  ._3er-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  ._3er-grid.mit-abstand {
    grid-template-columns: 1fr;
  }

  .image-3 {
    height: 25rem;
  }

  .image-3.cont {
    object-fit: contain;
  }

  .heading-footer.heading-3.red-colour {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }

  .div-block-footer1 {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._2er-grid-2 {
    grid-template-columns: 1fr;
  }

  .impdat {
    padding: 40px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .text-field-4 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .banner-section {
    height: 30rem;
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-wrapper-60vh {
    width: 100%;
    height: 20rem;
  }

  .image-wrapper-60vh.width.auto, .image-wrapper-60vh.width.bigger {
    height: auto;
  }

  .heading-links.heading-1 {
    font-size: 35px;
  }

  ._2er-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .image-wrap-grid {
    height: 25rem;
  }

  .image-wrap-grid.au {
    height: auto;
  }

  ._2er-grid1 {
    flex-flow: column;
    display: flex;
  }

  .image-wrap-35vh {
    height: 20rem;
  }

  ._2er-grid-stretch {
    grid-template-columns: 1fr;
  }

  .image-wrapper-60vh-sticky {
    height: 25rem;
  }

  .sponsors {
    height: 20rem;
  }

  .icon-100-contain.bg {
    background-color: var(--dark);
  }

  .sponsors-2 {
    height: 13rem;
  }

  ._2er-grid-gap {
    flex-flow: column;
    display: flex;
  }

  .contact-wrap {
    padding: 20px;
  }

  .image-wrap-30vh {
    height: 25rem;
  }

  ._2er-grid-1 {
    grid-template-columns: 1fr;
  }

  .image-wrapper-80vh {
    height: 25rem;
  }

  .video-wrapper {
    height: 20rem;
  }

  ._3er-grid-mit-abstand {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  ._3er-grid-mit-abstand._3er.mittig {
    justify-content: flex-start;
    align-items: center;
  }

  .donation-logo.large {
    width: 30vw;
  }

  .image-wrapper {
    height: 25rem;
  }

  .link-12.paragraph-links.flie-text {
    text-align: center;
  }

  ._2er-grid-23 {
    grid-template-columns: 1fr;
  }

  ._22er-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._22er-grid.mit-abstand {
    grid-template-columns: 1fr;
  }

  ._22er-grid.mit-abstand.padding {
    flex-flow: column;
    display: flex;
  }

  .pop-up-2, .pop-up-2._3, .pop-up-2._8 {
    display: none;
  }

  ._2er-grid-24 {
    grid-template-columns: 1fr;
  }

  .heading-92 {
    font-size: 30px;
    line-height: 34px;
  }

  .div-block {
    flex-flow: column;
    display: flex;
  }

  ._2er-grid-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .button-3.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .image-wrapper-65vh {
    width: 100%;
    height: 20rem;
  }

  .image-wrapper-65vh.width.auto {
    height: auto;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2er, ._3er {
    flex-flow: column;
    display: flex;
  }

  ._4er {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-1.flie-text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .overlay-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .button.flie-text.highlights.adj {
    margin-bottom: 10px;
  }

  .background-video {
    min-height: 300px;
  }

  .titelheading.heading-1 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-2, .section-2.zweitfarbe, .section-2.zweitfarbe.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.top {
    padding-top: 10px;
  }

  .heading.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading.links.heading-1 {
    font-size: 25px;
  }

  .paragraph-mittig.flie-text, .paragraph-links, .paragraph-links.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-links.flie-text.adj {
    margin-bottom: 0;
  }

  ._3er-grid {
    grid-template-columns: 1fr;
  }

  .small-2er-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 30px 1fr;
  }

  .inhalt.links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-3 {
    height: 20rem;
  }

  .heading-footer.heading-3.red-colour {
    font-size: 16px;
  }

  .div-block-footer1 {
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .heading-success {
    font-size: 20px;
    line-height: 30px;
  }

  .maps-gro {
    height: 300px;
  }

  .text-field-4 {
    align-self: auto;
  }

  .form-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link.black {
    font-size: 14px;
  }

  .impdat-3 {
    padding: 40px 10px;
  }

  .impdat-3.flie-text {
    min-height: auto;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .list-3.flie-text {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
  }

  .social-wrap.fixed {
    border-radius: 20px;
    flex-flow: row;
    padding: 10px 4px;
    bottom: 10%;
    box-shadow: 0 1px 8px 1px #d1001b7d;
  }

  .social-link {
    border-radius: 0;
    width: 25px;
  }

  .banner-section {
    height: 35rem;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-mittig-klein.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-wrapper-60vh.width.auto {
    height: auto;
  }

  .image-wrapper-60vh.width.bigger {
    width: 100%;
    height: auto;
  }

  .image-wrapper-60vh.top {
    margin-top: 10px;
  }

  .heading-links.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  ._2er-grid.adj, ._2er-grid.top {
    width: 100%;
  }

  .image-wrap-grid {
    height: 20rem;
  }

  .image-wrap-grid.au {
    height: auto;
  }

  .dropdown-toggle-16 {
    width: 100%;
    padding-right: 20px;
  }

  .image-wrap-35vh {
    width: 100%;
  }

  .list-item {
    font-size: 14px;
  }

  .image-wrapper-60vh-sticky {
    height: 20rem;
  }

  .sponsors-2 {
    height: 10rem;
  }

  ._2er-grid-gap {
    grid-row-gap: 20px;
  }

  .image-100-contain-abs {
    position: relative;
  }

  .image-wrap-30vh {
    height: 20rem;
  }

  .image-wrapper-80vh {
    width: 100%;
    height: 20rem;
  }

  ._3er-grid-mit-abstand {
    margin-top: 0;
  }

  .donation-logo.large {
    width: 55vw;
  }

  .nav-link-dd.flie-text {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    display: flex;
    position: relative;
  }

  .image-wrapper.gross {
    height: 45vh;
  }

  .text-block-3 {
    font-size: 16px;
  }

  ._22er-grid {
    grid-template-columns: 1fr;
  }

  ._22er-grid.mit-abstand.padding {
    margin-top: 0;
  }

  .wrapper {
    padding: 10px;
  }

  .pop-up-2, .pop-up-2._2, .pop-up-2._3, .pop-up-2._4, .pop-up-2._5, .pop-up-2._6, .pop-up-2._7, .pop-up-2._8 {
    display: none;
  }

  .wrapper-2 {
    max-height: 90vh;
  }

  .wrapper-2.width {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-wrap-3 {
    padding: 20px;
  }

  .image-109 {
    width: 13.5rem;
  }

  .paragraph-links-left {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-links-left.flie-text {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-links-left.flie-text.list {
    padding-left: 20px;
  }

  .social-link-2 {
    width: 25px;
  }

  .div-block {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  ._2er-grid-copy.adj, ._2er-grid-copy.top {
    width: 100%;
  }

  .button-3.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .image-wrapper-65vh.width.auto {
    height: auto;
  }

  .image-wrapper-65vh.width.bigger {
    width: 100%;
  }

  .image-wrapper-65vh.top {
    margin-top: 10px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_4d906157-f81d-2257-407a-fb638fdd9ac8-a737bc97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_578608f9-b482-f76b-0040-ca815ca5b1d5-a737bcca {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_578608f9-b482-f76b-0040-ca815ca5b1d7-a737bcca {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_578608f9-b482-f76b-0040-ca815ca5b1d9-a737bcca {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e01a37a4-edaa-6bda-e731-900cc94d565c-a737bcca, #w-node-e01a37a4-edaa-6bda-e731-900cc94d565e-a737bcca, #w-node-ad0f8e93-9806-68d3-37fa-a296acfb9715-a737bcca, #w-node-_68ee2201-51fe-4b37-87db-3f22465d0e09-a737bcca, #w-node-_49cdfdff-240b-26dd-ac28-41d3910957ab-a737bcca, #w-node-_49cdfdff-240b-26dd-ac28-41d3910957ad-a737bcca, #w-node-bad12a27-6e8a-a4d5-b963-d387508dbbfa-a737bcca, #w-node-a5a5eb23-9057-a178-1bca-37dde8310236-a737bcca, #w-node-a5a5eb23-9057-a178-1bca-37dde8310238-a737bcca, #w-node-a5a5eb23-9057-a178-1bca-37dde831023a-a737bcca, #w-node-a5a5eb23-9057-a178-1bca-37dde831023c-a737bcca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c58cf57f-18d6-c603-145c-a7fdb5e5b8b4-fa1418da, #w-node-_1c22fb47-bb12-9da8-74ad-11c4feca533d-cce5dc42, #w-node-_0907d165-9478-fa18-c73a-bfc2358bebc1-acb7368c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1c830f3-985e-5f59-5872-db6862f5b26b-2f7e2ead {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6a5f2777-ab0a-7325-f538-7c6cee7d07ea-861577b1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c423a642-d99e-330a-817f-dda3f67deea3-861577b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c423a642-d99e-330a-817f-dda3f67deea5-861577b1, #w-node-_53bee180-79c9-e3b9-0cd3-76efa4ffe572-861577b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_578608f9-b482-f76b-0040-ca815ca5b1d5-a737bcca, #w-node-_578608f9-b482-f76b-0040-ca815ca5b1d7-a737bcca, #w-node-_578608f9-b482-f76b-0040-ca815ca5b1d9-a737bcca, #w-node-e01a37a4-edaa-6bda-e731-900cc94d565c-a737bcca, #w-node-e01a37a4-edaa-6bda-e731-900cc94d565e-a737bcca, #w-node-ad0f8e93-9806-68d3-37fa-a296acfb9715-a737bcca, #w-node-_68ee2201-51fe-4b37-87db-3f22465d0e09-a737bcca, #w-node-_49cdfdff-240b-26dd-ac28-41d3910957ab-a737bcca, #w-node-_49cdfdff-240b-26dd-ac28-41d3910957ad-a737bcca, #w-node-bad12a27-6e8a-a4d5-b963-d387508dbbfa-a737bcca, #w-node-a5a5eb23-9057-a178-1bca-37dde8310236-a737bcca, #w-node-a5a5eb23-9057-a178-1bca-37dde8310238-a737bcca, #w-node-a5a5eb23-9057-a178-1bca-37dde831023a-a737bcca, #w-node-a5a5eb23-9057-a178-1bca-37dde831023c-a737bcca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4e4b54c-6732-f756-d4c5-58a04be4f403-2f7e2ead {
    grid-area: 4 / 2 / 5 / 2;
  }

  #w-node-a9304564-010c-192c-2828-689a6fcaf1a0-8eaafb93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


