@charset "UTF-8";
/* Scrollbar */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background-color: var(--oh-white);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--oh-black);
  border-radius: 20px;
  border: 1px solid var(--oh-black);
}

*::-webkit-scrollbar-corner {
  background-color: var(--oh-white);
}

/* STANDARD */
* {
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--oh-black) var(--oh-white);
}

::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  scroll-behavior: smooth;
  box-sizing: border-box;
  background-color: var(--oh-white);
  color: var(--oh-black);
}

img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.img-75 {
  width: 75%;
  min-height: 75%;
  height: 75%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .img-75 {
    width: 50%;
    min-height: 50%;
    height: 50%;
  }
}

.img-50 {
  width: 50% !important;
  min-height: 50%;
  height: 50% !important;
  object-fit: contain;
}

.img-40 {
  width: 40%;
  min-height: 40%;
  height: 40%;
  object-fit: contain;
}

.img-25 {
  width: 25%;
  min-height: 25%;
  height: 25%;
  object-fit: contain;
}

.img-inline {
  width: 9%;
  min-height: 9%;
  height: 9%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.img-hover {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

.img-hover:hover {
  transform: scale(1.5);
  transition: transform 0.2s ease-in-out;
}

.aspect-ratio-unset {
  aspect-ratio: unset;
}

@media (max-width: 768px) {
  .mobile_70vh {
    height: 70vh;
  }
}

h1 {
  font-weight: 800;
  font-size: 5rem;
  text-transform: uppercase;
  padding-bottom: 2rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 576px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

h2 {
  font-weight: 600;
  font-size: 4rem;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}

h3 {
  font-weight: 600;
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 1600px) {
  h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}

p {
  hyphens: auto;
  -webkit-hyphens: auto;
  margin-bottom: 2rem;
}

a:any-link {
  text-decoration: none;
}

ul {
  list-style: none;
}

.flex-column-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
}
.flex-column-social a.socialinlineflex {
  display: inline-flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-minimal {
  flex: 0 1 1%;
}

.flex-50 {
  flex: 0 1 50% !important;
}

.flex-15 {
  flex: 0 1 15% !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .flex-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .flex-row.footersubmenu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .flex-row {
    grid-template-columns: 1fr;
  }
  .flex-row.footersubmenu {
    grid-template-columns: 1fr;
  }
}

.flex-justifycenter {
  justify-content: center;
}

.flex-justifyright {
  justify-content: flex-end;
}

.flex-aligncenter {
  align-items: center;
}

.flex-alignbottom {
  align-items: flex-end;
}

.pos-rel {
  position: relative;
}

.z-index-100 {
  z-index: 100;
}

.text-1_5 {
  font-size: 1.5rem;
}

.text-2 {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .text-2 {
    font-size: 1.6rem;
  }
}

.text-3 {
  font-size: 3rem;
}
@media (max-width: 1600px) {
  .text-3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .text-3 {
    font-size: 2rem;
  }
}

.text-4 {
  font-size: 4rem;
}
@media (max-width: 1600px) {
  .text-4 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .text-4 {
    font-size: 2rem;
  }
}

.text-5 {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .text-5 {
    font-size: 3.5rem;
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .text-5 {
    font-size: 3rem;
    padding: 2rem;
  }
}

@media (max-width: 1600px) {
  .site_home .text-special {
    font-size: 4.5rem !important;
  }
}

.text-special {
  width: 50% !important;
}
@media (max-width: 1600px) {
  .text-special {
    font-size: 3rem !important;
  }
}
@media (max-width: 768px) {
  .text-special {
    font-size: 2rem !important;
  }
}

.text-6 {
  font-size: 6rem;
}

.text-7 {
  font-size: 7rem;
}
@media (min-width: 2000px) {
  .text-7 {
    font-size: 14rem;
  }
}
@media (max-width: 992px) {
  .text-7 {
    font-size: 6.5rem;
  }
}
@media (max-width: 576px) {
  .text-7 {
    font-size: 3rem;
  }
}

.text-8 {
  font-size: 8rem;
}
@media (min-width: 2000px) {
  .text-8 {
    font-size: 14rem;
  }
}
@media (max-width: 992px) {
  .text-8 {
    font-size: 6.5rem;
  }
}
@media (max-width: 576px) {
  .text-8 {
    font-size: 4.5rem;
  }
}

.text-30 {
  font-size: 30rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.text-100 {
  font-weight: 100;
}

.text-300 {
  font-weight: 300;
}

.text-600 {
  font-weight: 600;
}

.text-800 {
  font-weight: 800;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.text-right_float {
  text-align: right;
  float: right;
}

.text-letterspacing {
  letter-spacing: 2rem;
}

.bg-gradient_white {
  background-image: linear-gradient(var(--oh-white), var(--oh-white));
}

.bg-gradient_black {
  background-image: linear-gradient(var(--oh-black), var(--oh-black));
}

.bg-gradient_rain {
  background-image: linear-gradient(var(--oh-rainbow-sponsor), var(--oh-rainbow-sponsor));
}

.bg-color_edu {
  background-color: var(--oh-education-lighthouse);
}

.bg-color_rainbow {
  background-color: var(--oh-rainbow-sponsor);
}

.bg-color_family {
  background-color: var(--oh-family);
}

.bg-color_newsletter {
  background-color: var(--oh-rainbow-sponsor) !important;
}

.bg-color_newsletter-home, .hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-text .button, .hero.news .newsletter-signup-sidebar .signup-block form .button {
  background-color: var(--oh-newsletter-buttons-home) !important;
}

.bg-color_lighthouse {
  background-color: var(--oh-lighthouse) !important;
}

.bg-color_white {
  background-color: var(--oh-white);
}

.bg-color_white_90 {
  background-color: var(--oh-white-90);
}

.bg-color_black {
  background-color: var(--oh-black);
}

.bg-color_grey {
  background-color: var(--oh-grey) !important;
}

.bg-color_grey_80 {
  background-color: var(--oh-grey-80) !important;
}

.bg-color_gold {
  background-color: var(--oh-gold) !important;
}

.filter-gold {
  filter: brightness(0) saturate(100%) invert(65%) sepia(98%) saturate(369%) hue-rotate(3deg) brightness(96%) contrast(94%);
}

.color_edu {
  color: var(--oh-education-lighthouse) !important;
}

.color_rainbow {
  color: var(--oh-rainbow-sponsor) !important;
}

.color_family {
  color: var(--oh-family) !important;
}

.color_newsletter {
  color: var(--oh-rainbow-sponsor) !important;
}

.color_newsletter-home {
  color: var(--oh-newsletter-buttons-home) !important;
}

.color_lighthouse {
  color: var(--oh-lighthouse) !important;
}

.color_white {
  color: var(--oh-white);
}

.color_black {
  color: var(--oh-black) !important;
}

.color_gold {
  color: var(--oh-gold) !important;
}

.padding-l2 {
  padding-left: 2rem;
}

.padding-l5 {
  padding-left: 5rem;
}

.padding-r5 {
  padding-right: 5rem;
}

.padding-r10 {
  padding-right: 10rem;
}

.padding-b2 {
  padding-bottom: 2rem;
}

.padding-t5 {
  padding-top: 5rem;
}

.padding-t3 {
  padding-top: 3rem;
}

.padding-t0 {
  padding-top: 0;
}

.padding-b1 {
  padding-bottom: 1rem;
}

.padding-b0 {
  padding-bottom: 0rem;
}

.margin-r5 {
  margin-right: 5rem;
}

.width-100 {
  width: 100%;
}

.height-20 {
  min-height: 20vh;
  padding-bottom: 0;
}

.top-1 {
  top: -1rem;
}

.border-left {
  border-left: 0.2rem solid var(--oh-white);
}

.aspect-ratio_4-3 {
  aspect-ratio: 4/3 !important;
}

.aspect-ratio_1-1 {
  aspect-ratio: 1/1 !important;
}

a.button {
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  display: inline-block;
  border: 1rem solid transparent;
  transition: all 0.5s ease-in-out;
  color: var(--oh-white);
}
@media (max-width: 1600px) {
  a.button {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
  }
}
@media (max-width: 576px) {
  a.button {
    padding: 1rem 1.5rem;
    border: 0rem solid transparent;
  }
}
a.button:hover {
  background-color: var(--oh-white);
  color: var(--oh-black);
  border: 1rem solid var(--oh-black);
  transition: all 0.5s ease-in-out;
}
a.button.color_rainbow:hover {
  border: 1rem solid transparent;
  mix-blend-mode: multiply;
  background-color: var(--oh-rainbow-sponsor);
  color: var(--oh-white) !important;
}
a.button.color_family:hover {
  border: 1rem solid transparent;
  mix-blend-mode: multiply;
  background-color: var(--oh-family);
  color: var(--oh-white) !important;
}
a.button.color_edu:hover {
  border: 1rem solid transparent;
  mix-blend-mode: multiply;
  background-color: var(--oh-education-lighthouse);
  color: var(--oh-white) !important;
}
a.button.color_newsletter:hover {
  border: 1rem solid transparent;
  mix-blend-mode: multiply;
  background-color: var(--oh-rainbow-sponsor);
  color: var(--oh-white) !important;
}

.triangle-swiper {
  position: absolute;
  top: 5rem;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  transform: rotate(45deg);
  background-color: var(--oh-white);
}
@media (max-width: 1280px) {
  .triangle-swiper {
    top: 15rem;
  }
}

/* NAVIGATION */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 30px 5%;
  position: relative;
}
@media (max-width: 576px) {
  nav {
    flex-direction: column-reverse;
    padding: 20px 5%;
  }
}
nav .nav_elemente {
  display: flex;
  list-style: none;
}
@media (max-width: 576px) {
  nav .nav_elemente {
    font-size: 1.1rem;
    font-weight: 600;
  }
}
nav .nav_elemente a {
  display: inline;
  padding: 10px 0;
  margin-right: 20px;
  color: var(--oh-black);
  text-transform: uppercase;
  background-image: linear-gradient(inherit, inherit);
  background-size: 0% 0.1rem;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.2s ease-in;
}
nav .nav_elemente a:hover {
  background-size: 100% 0.1rem;
}
nav .nav_logo {
  display: inline-block;
}
@media (max-width: 576px) {
  nav .nav_logo {
    padding-bottom: 2rem;
  }
}
nav .nav_logo img {
  width: auto;
  height: 30px;
  aspect-ratio: unset;
}

/* SECTION */
section {
  width: 90%;
  padding: 5%;
}
section.hero {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
}
@media (max-width: 576px) {
  section.hero {
    height: auto;
    min-height: 60vh;
    align-items: flex-end;
  }
}
section.hero .hero_text {
  width: 60%;
}
@media (max-width: 1600px) {
  section.hero .hero_text {
    width: 100%;
  }
}
section.hero.start {
  background-image: url(../../images/OH-182.jpg);
}
@supports (background-image: url(../../images/OH-182.webp)) {
  section.hero.start {
    background-image: url(../../images/OH-182.webp);
  }
}
section.hero.start {
  background-attachment: fixed;
  background-position-y: -100px;
}
@media (max-width: 992px) {
  section.hero.start {
    background-position-x: right;
  }
  @supports (background-image: url(../../images/OH-182-800.webp)) {
    section.hero.start {
      background-image: url(../../images/OH-182-800.webp);
    }
  }
}
@media (max-width: 576px) {
  section.hero.start {
    background-position-y: 0;
    background-image: url(../../images/OH-182-800.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
    background-blend-mode: multiply;
  }
  @supports (background-image: url(../../images/OH-182-800.webp)) {
    section.hero.start {
      background-image: url(../../images/OH-182-800.webp), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
    }
  }
}
section.hero.wwd {
  background-attachment: fixed;
  background-position-y: -100px;
  display: block;
  align-items: unset;
}
@media (max-width: 992px) {
  section.hero.wwd {
    background-position-x: center;
  }
}
@media (max-width: 576px) {
  section.hero.wwd {
    background-position-y: 0;
  }
}
section.hero.news {
  background-image: url(../../images/newsletter-hero-image.jpg);
}
@supports (background-image: url(../../images/newsletter-hero-image.jpg)) {
  section.hero.news {
    background-image: url(../../images/newsletter-hero-image.jpg);
  }
}
section.hero.news {
  background-attachment: fixed;
  background-position-y: -100px;
}
@media (max-width: 992px) {
  section.hero.news {
    background-position-x: right;
  }
  @supports (background-image: url(../../images/newsletter-hero-image-800.webp)) {
    section.hero.news {
      background-image: url(../../images/newsletter-hero-image-800.webp);
    }
  }
}
@media (max-width: 576px) {
  section.hero.news {
    background-position-y: 0;
    background-image: url(../../images/newsletter-hero-image-800.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
    background-blend-mode: multiply;
  }
  @supports (background-image: url(../../images/newsletter-hero-image-800.webp)) {
    section.hero.news {
      background-image: url(../../images/newsletter-hero-image-800.webp), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
    }
  }
}
section.hero.our-team {
  background-image: url(../../images/DSC_0075.jpg);
  background-attachment: fixed;
}
@media (max-width: 992px) {
  section.hero.our-team {
    background-position-x: center;
  }
}
section.hero.location {
  background-image: url(../../images/WHERE-WE-WORK-BANNER.jpg);
  background-attachment: fixed;
}
@media (max-width: 992px) {
  section.hero.location {
    background-position-x: center;
  }
}
@media (max-width: 576px) {
  section.hero.location {
    background-image: url(../../images/WHERE-WE-WORK-BANNER.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 10%, rgba(255, 255, 255, 0) 90%);
    background-blend-mode: multiply;
  }
}
section.hero.education {
  background-image: url(../../images/OH-434.jpg);
  background-attachment: fixed;
}
@media (max-width: 992px) {
  section.hero.education {
    background-position-x: center;
  }
}
section.hero.family {
  background-image: url(../../images/OH-434.jpg);
  background-attachment: fixed;
}
@media (max-width: 992px) {
  section.hero.family {
    background-position-x: center;
  }
}
section.hero.noimage {
  background-color: var(--oh-grey);
  height: 50vh;
  padding-top: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section.hero.sponsor {
  background-image: url(../../images/OH-837.jpg), linear-gradient(90deg, var(--oh-rainbow-sponsor) 50%, rgba(255, 255, 255, 0) 50%);
  background-blend-mode: multiply;
  background-attachment: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.hero.sponsor {
    background-image: url(../../images/OH-837.jpg), linear-gradient(var(--oh-rainbow-sponsor), var(--oh-rainbow-sponsor));
  }
}
@media (max-width: 576px) {
  section.hero.sponsor {
    background-position: top;
  }
}
section.hero.support {
  background-image: url(../../images/Zitat_sponsor.jpg), linear-gradient(90deg, var(--oh-rainbow-sponsor) 50%, rgba(255, 255, 255, 0) 50%);
  background-blend-mode: multiply;
  background-attachment: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.hero.support {
    background-image: url(../../images/Zitat_sponsor.jpg), linear-gradient(var(--oh-rainbow-sponsor), var(--oh-rainbow-sponsor));
  }
}
@media (max-width: 576px) {
  section.hero.support {
    background-position: top;
  }
}
section.hero.rainbow {
  background-image: url(../../images/OH-1541_mod.jpg);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1600px) {
  section.hero.rainbow {
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  section.hero.rainbow {
    align-items: flex-start;
    background-position: center;
  }
}
section.hero.landing-page {
  background-image: url(../../images/OH-1673.jpg);
}
@supports (background-image: url(../../images/OH-1673.webp)) {
  section.hero.landing-page {
    background-image: url(../../images/OH-1673.webp);
  }
}
section.hero.landing-page {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 576px) {
  section.hero.landing-page {
    align-items: flex-start;
    background-position: center;
  }
}
section.hero.zitate-education {
  background-image: url(../../images/OH-519.jpg);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-position: center 17%;
  height: 70vh;
}
@media (max-width: 1600px) {
  section.hero.zitate-education {
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  section.hero.zitate-education {
    align-items: flex-start;
    background-position: center;
  }
}
section.hero.zitate-lighthouse {
  background-image: url(../../images/Zitat_Iulia_lh.jpg);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position-y: 30%;
}
@media (max-width: 576px) {
  section.hero.zitate-lighthouse {
    align-items: flex-end;
    background-position: 25% center;
  }
}
section.hero.zitate-support {
  background-image: url(../../images/Zitat_sponsor.jpg);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-position: center;
}
@media (max-width: 576px) {
  section.hero.zitate-support {
    align-items: flex-start;
    background-position: center;
  }
}
section.hero.team {
  background-image: url(../../images/OH-207.jpg);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 576px) {
  section.hero.team {
    align-items: flex-start;
    background-position: center;
  }
}
section.hero.sponsor_site {
  background-image: url(../../images/OH-845.jpg);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 576px) {
  section.hero.sponsor_site {
    background-position: center;
    align-items: flex-end;
  }
}
section.zitate {
  position: relative;
  height: 80vh;
  padding: 0;
  margin-bottom: 10rem;
  width: 100%;
}
@media (max-width: 768px) {
  section.zitate {
    margin-top: 5rem;
  }
}
section.zitate img {
  height: 80vh;
  object-position: 0 -15rem;
}
@media (max-width: 576px) {
  section.zitate img {
    object-position: left;
  }
}
section.zitate .zitate-text {
  padding: 2.5rem;
  background-color: var(--oh-white);
  position: absolute;
  width: 40%;
  height: auto;
  bottom: -10rem;
  right: 0px;
}
@media (max-width: 576px) {
  section.zitate .zitate-text {
    width: 60%;
  }
}
section.zitate .zitate-text .triangle {
  position: absolute;
  top: 5rem;
  left: -2.5rem;
  width: 5rem;
  height: 5rem;
  transform: rotate(45deg);
}
section .slider_support-slide {
  display: flex;
}
@media (max-width: 992px) {
  section .slider_support-slide {
    flex-direction: column;
  }
}
section .slider_support-slide .column-item {
  flex: 0 1 50%;
  padding: 0 0 0 6%;
}
section .slider_support-slide .column-item:last-child {
  padding: 0 6%;
}
@media (max-width: 992px) {
  section .slider_support-slide .column-item:last-child {
    flex-direction: column;
    padding-left: 6%;
  }
}
section .slider_support-slide .column-item.column100 {
  flex: 0 1 100%;
}
section .slider_support-slide .column-item.flex-minimal {
  flex: 0 1 1%;
}
@media (max-width: 576px) {
  section .slider_support-slide .column-item img {
    aspect-ratio: 1/1;
  }
}
section .swiper-wrapper.skew-vertical .slider_support-slide {
  display: flex;
}
@media (max-width: 992px) {
  section .swiper-wrapper.skew-vertical .slider_support-slide {
    flex-direction: column;
  }
}
section .swiper-wrapper.skew-vertical .slider_support-slide .column-item {
  flex: 0 1 50%;
  padding: 0 6%;
}
section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:nth-child(even) {
  flex-basis: 150px;
  transform: skewX(-10deg);
  transform-origin: bottom right;
  background-color: var(--oh-white);
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: -1px;
}
@media (max-width: 1600px) {
  section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:nth-child(even) {
    margin-left: -10rem;
  }
}
@media (max-width: 992px) {
  section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:nth-child(even) {
    flex-basis: 20px;
  }
}
@media (max-width: 576px) {
  section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:nth-child(even) {
    background-color: transparent;
  }
  section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:nth-child(even) .vertical-line {
    display: none;
  }
}
section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:nth-child(even) .vertical-line {
  width: 90%;
  height: 90%;
  border-right: 0.1rem solid var(--oh-black);
}
@media (max-width: 576px) {
  section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:nth-child(even) .vertical-line {
    display: none;
  }
}
section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:last-child {
  padding-left: 0;
}
@media (max-width: 992px) {
  section .swiper-wrapper.skew-vertical .slider_support-slide .column-item:last-child {
    flex-direction: column;
    padding-left: 6%;
  }
}
section.columns_2 {
  display: flex;
}
@media (max-width: 576px) {
  section.columns_2 {
    flex-direction: column;
  }
}
section.columns_2.subhead {
  padding-bottom: 0;
}
section.columns_2.subhead .column-item:first-child {
  border-right: none;
}
section.columns_2.noborder .column-item:first-child {
  border-right: none;
}
section.columns_2 .column-item {
  flex: 0 1 50%;
  padding: 0 5%;
}
section.columns_2 .column-item.onethird {
  flex: 0 1 30%;
}
section.columns_2 .column-item.twothird {
  flex: 0 1 70%;
}
section.columns_2 .column-item.presentation {
  display: flex;
  flex-direction: column;
  max-height: fit-content;
  margin: auto 0;
}
section.columns_2 .column-item.presentation-img img {
  aspect-ratio: 9/10;
}
section.columns_2 .column-item:first-child {
  border-right: 1px var(--oh-black) solid;
}
@media (max-width: 576px) {
  section.columns_2 .column-item:first-child {
    border-right: none;
  }
}
section.columns_2 .column-item li {
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
@media (max-width: 576px) {
  section.columns_2 .column-item li {
    font-size: 2.5rem;
  }
}
section.columns_2 .column-item li img {
  height: 8rem;
  width: auto;
  padding-right: 1rem;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 576px) {
  section.columns_2 .column-item li img {
    height: 7rem;
  }
}
section.columns_2 .column-item li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
section.columns_2 .column-item li a:hover img {
  transform: scale(1.5);
}
section.columns_3 {
  display: flex;
}
@media (max-width: 576px) {
  section.columns_3 {
    flex-direction: column;
  }
}
section.columns_3.wrap {
  flex-wrap: wrap;
}
section.columns_3 .column-item {
  flex: 0 1 33%;
  padding: 0 5%;
}
section.columns_3 .column-item.row_2 {
  flex: 0 1 23%;
  text-align: center;
}
@media (max-width: 576px) {
  section.columns_3 .column-item.row_2 {
    margin-bottom: 2rem;
  }
}
section.columns_3 .column-item.row_2 img {
  width: 50%;
}

.yt {
  position: relative;
  display: block;
  width: 90%; /* width of iframe wrapper */
  height: 0;
  margin: auto;
  padding: 0% 0% 56.25%; /* 16:9 ratio */
  overflow: hidden;
}
.yt iframe {
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

footer {
  width: 90%;
  padding: 5% 5% 0 5%;
  background-color: var(--oh-grey);
  min-height: 100px;
}
footer .nav-footer {
  margin-bottom: 5rem;
}
footer .nav-footer:last-child {
  margin-bottom: 0;
  padding-bottom: 5rem;
}
footer .nav-footer img {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
footer .nav-footer a:hover img {
  transform: scale(1.5);
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 576px) {
  footer .nav-footer ul {
    margin-bottom: 2rem;
  }
  footer .nav-footer div {
    margin-bottom: 4rem;
  }
}
footer .nav-footer li {
  padding-bottom: 1rem;
}
footer .nav-footer li a:any-link {
  color: var(--oh-black);
}
footer .nav-footer li a {
  background-image: linear-gradient(var(--oh-black), var(--oh-black));
  background-size: 0% 0.1rem;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.2s ease-in;
}
footer .nav-footer li a:hover {
  background-size: 100% 0.1rem;
}

.hero.news {
  background-position: center;
}
@media (max-width: 576px) {
  .hero.news {
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 2rem;
  }
}
.hero.news .hero_text {
  padding-left: 5%;
  color: var(--oh-white);
  /* z-index: 10; // Sicherstellen, dass der Text über dem Hintergrund und der Sidebar liegt */
}
.hero.news .hero_text h1 {
  font-size: 5rem;
}
@media (max-width: 1600px) {
  .hero.news .hero_text h1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .hero.news .hero_text h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .hero.news .hero_text h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
}
.hero.news .hero_text h1 span.color_newsletter-home {
  color: var(--oh-newsletter-buttons-home);
}
.hero.news .hero_text p {
  font-size: 2.2rem;
}
@media (max-width: 1600px) {
  .hero.news .hero_text p {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .hero.news .hero_text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .hero.news .hero_text p {
    font-size: 1.6rem;
  }
}
.hero.news .hero_text p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .hero.news .hero_text {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
}
.hero.news .newsletter-signup-sidebar {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 30%;
  z-index: 10;
  background-color: transparent;
}
@media (max-width: 1600px) {
  .hero.news .newsletter-signup-sidebar {
    width: 35%;
    right: 3%;
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .hero.news .newsletter-signup-sidebar {
    width: 45%;
    right: 2%;
  }
}
@media (max-width: 768px) {
  .hero.news .newsletter-signup-sidebar {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 90%;
    margin: 3rem auto;
    gap: 2rem;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar {
    width: 90%;
    margin: 2rem auto;
    gap: 1.5rem;
  }
}
.hero.news .newsletter-signup-sidebar .signup-block {
  background-color: var(--oh-white);
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: var(--oh-black);
  text-align: left;
}
@media (max-width: 768px) {
  .hero.news .newsletter-signup-sidebar .signup-block {
    padding: 2.5rem;
  }
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .signup-block {
    padding: 2rem;
  }
}
.hero.news .newsletter-signup-sidebar .signup-block h3 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .signup-block h3 {
    font-size: 1.8rem;
  }
}
.hero.news .newsletter-signup-sidebar .signup-block p {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .signup-block p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.hero.news .newsletter-signup-sidebar .signup-block form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
.hero.news .newsletter-signup-sidebar .signup-block form input[type=text],
.hero.news .newsletter-signup-sidebar .signup-block form input[type=email] {
  border: none;
  border-bottom: 1px solid var(--oh-black);
  padding: 0.8rem 0;
  font-size: 1.6rem;
  background: transparent;
}
.hero.news .newsletter-signup-sidebar .signup-block form input[type=text]:focus,
.hero.news .newsletter-signup-sidebar .signup-block form input[type=email]:focus {
  outline: none;
  border-color: var(--oh-newsletter-buttons-home);
}
.hero.news .newsletter-signup-sidebar .signup-block form input[type=text]::placeholder,
.hero.news .newsletter-signup-sidebar .signup-block form input[type=email]::placeholder {
  color: var(--oh-grey-80);
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .signup-block form input[type=text],
  .hero.news .newsletter-signup-sidebar .signup-block form input[type=email] {
    font-size: 1.4rem;
  }
}
.hero.news .newsletter-signup-sidebar .signup-block form .privacy-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 1rem;
}
.hero.news .newsletter-signup-sidebar .signup-block form .privacy-checkbox label {
  font-weight: 400;
  text-transform: none;
  height: auto;
  color: var(--oh-black);
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .signup-block form .privacy-checkbox label {
    font-size: 1.1rem;
  }
}
.hero.news .newsletter-signup-sidebar .signup-block form .privacy-checkbox input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
  margin-top: 0.2rem;
  accent-color: var(--oh-newsletter-buttons-home);
}
.hero.news .newsletter-signup-sidebar .signup-block form .button {
  color: var(--oh-white);
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  margin-top: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero.news .newsletter-signup-sidebar .signup-block form .button:hover {
  background-color: rgb(53.0172413793, 53.724137931, 69.9827586207);
}
.hero.news .newsletter-signup-sidebar .newsletter-promo {
  background-color: var(--oh-white);
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--oh-black);
}
@media (max-width: 768px) {
  .hero.news .newsletter-signup-sidebar .newsletter-promo {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .newsletter-promo {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-text {
  flex: 1;
}
.hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-text h3 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-text h3 {
    font-size: 1.5rem;
  }
}
.hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-text p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-text p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-text .button {
  color: var(--oh-white);
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-text .button:hover {
  background-color: rgb(53.0172413793, 53.724137931, 69.9827586207);
}
.hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-image {
  flex-shrink: 0;
  width: 140px;
  height: 100px;
  background-color: var(--oh-grey);
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-image {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-image {
    height: 90px;
  }
}
.hero.news .newsletter-signup-sidebar .newsletter-promo .newsletter-promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: unset;
}

.newsletter-signup-sidebar {
  /* position: absolute; */
  /* right: 5%; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 90%;
  margin: 2rem;
  /* z-index: 10; */
  /* background-color: transparent; // Kein Hintergrund für den Container selbst */
}
@media (max-width: 1600px) {
  .newsletter-signup-sidebar {
    width: 95%;
    right: 3%;
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .newsletter-signup-sidebar {
    width: 95%;
    right: 2%;
  }
}
@media (max-width: 768px) {
  .newsletter-signup-sidebar {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 90%;
    margin: 3rem auto;
    gap: 2rem;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .newsletter-signup-sidebar {
    width: 90%;
    margin: 2rem auto;
    gap: 1.5rem;
  }
}

.news-articles {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 768px) {
  .news-articles {
    gap: 6rem;
  }
}
@media (max-width: 576px) {
  .news-articles {
    gap: 4rem;
    padding: 8% 0;
  }
}
.news-articles .article-item {
  /* display: flex; */
  align-items: center;
  width: 70%;
  flex-direction: column;
}
@media (max-width: 768px) {
  .news-articles .article-item {
    width: 100%;
    text-align: center;
  }
}
.news-articles .article-item.flex-row-reverse {
  margin-left: auto;
}
@media (max-width: 576px) {
  .news-articles .article-item.flex-row-reverse {
    flex-direction: column;
  }
}
.news-articles .article-item img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  /* object-fit: cover; */
  /* object-position: top; */
}
.news-articles .article-item time {
  /* padding: 1rem; */
  font-size: 2rem;
  color: var(--oh-rainbow-sponsor);
  font-weight: 500;
}
@media (max-width: 576px) {
  .news-articles .article-item time {
    font-size: 0.9rem;
  }
}

.archive {
  width: 90%;
  margin: 5rem auto;
  padding: 0 5%;
}
@media (max-width: 576px) {
  .archive {
    padding: 0 2%;
    margin: 3rem auto;
  }
}
.archive h2 {
  /* font-weight: 800; */
  /* margin-bottom: 3.5rem; */
  color: var(--oh-black);
}
@media (max-width: 768px) {
  .archive h2 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 576px) {
  .archive h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.archive .archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}
@media (max-width: 1280px) {
  .archive .archive-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 768px) {
  .archive .archive-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .archive .archive-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.archive .card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.archive .card {
  background: var(--oh-white);
  /* border-radius: 8px; */
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 1px solid var(--oh-grey);
  /* height: 100%; // Für gleiche Kartenhöhe in einer Reihe */
  display: flex;
  flex-direction: column;
}
.archive .card:hover {
  transform: scale(1.03) translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.archive .card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.archive .card:hover img {
  transform: scale(1.05);
}
.archive .card-content {
  padding: 1.5rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive .card h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0.8rem 0;
  color: var(--oh-black);
}
@media (max-width: 576px) {
  .archive .card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
}
.archive .card time {
  display: block;
  font-size: 1.1rem;
  color: var(--oh-rainbow-sponsor);
  font-weight: 500;
}
@media (max-width: 576px) {
  .archive .card time {
    font-size: 0.9rem;
  }
}

.archive-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 1.5rem;
}
.archive-tile-grid .card-tile {
  background-color: #f8f8f8;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.archive-tile-grid {
  /* Custom placement for desktop layout */
}
.archive-tile-grid .card1 {
  grid-column: 1/2;
  grid-row: 1/3; /* tall */
}
.archive-tile-grid .card2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.archive-tile-grid .card3 {
  grid-column: 3/4;
  grid-row: 1/4; /* tallest */
}
.archive-tile-grid .card4 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.archive-tile-grid .card5 {
  grid-column: 1/3;
  grid-row: 3/4; /* wide bottom card */
}
.archive-tile-grid {
  /* Tablet: simplify the grid to 2 columns */
}
@media (max-width: 1024px) {
  .archive-tile-grid .archive-tile-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .archive-tile-grid .card1, .archive-tile-grid .card2, .archive-tile-grid .card3, .archive-tile-grid .card4, .archive-tile-grid .card5 {
    grid-column: auto;
    grid-row: auto;
  }
  .archive-tile-grid {
    /* Optional: make card5 span both columns */
  }
  .archive-tile-grid .card5 {
    grid-column: 1/3;
  }
}

/* MODALS */
.modal {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 100;
  overflow: scroll;
  background-repeat: repeat;
  background-blend-mode: multiply;
  background-color: var(--oh-white-90);
}
.modal a.close-btn {
  width: 90px;
  height: 90px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}
.modal .modal_close {
  position: fixed;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  transition: 0.3s;
}
.modal .modal_close:hover {
  opacity: 1;
}
.modal .modal_close:hover:before, .modal .modal_close:hover:after {
  width: 5px;
  transition: 0.3s;
}
.modal .modal_close:before, .modal .modal_close:after {
  position: absolute;
  left: 20px;
  content: "";
  height: 33px;
  width: 2px;
  background-color: var(--oh-black);
}
.modal .modal_close:before {
  transform: rotate(45deg);
}
.modal .modal_close:after {
  transform: rotate(-45deg);
}
.modal .modal_content {
  position: relative;
  margin: 7% 10% 10% 10%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 576px) {
  .modal .modal_content {
    flex-direction: column;
  }
}
.modal .modal_content a:any-link {
  color: var(--oh-black);
}
.modal .modal_content a {
  background-image: linear-gradient(var(--oh-black), var(--oh-black));
  background-size: 0% 0.1rem;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.2s ease-in;
}
.modal .modal_content a.donate {
  background-image: linear-gradient(var(--oh-rainbow-sponsor), var(--oh-rainbow-sponsor));
}
.modal .modal_content a:hover {
  background-size: 100% 1rem;
}
.modal .modal_content .modal_menu {
  width: 40%;
  display: flex;
  justify-content: center;
  height: 70%;
  font-size: 4rem;
  font-weight: 100;
  align-items: center;
  border-right: 1px solid var(--oh-rainbow-sponsor);
}
@media (max-width: 576px) {
  .modal .modal_content .modal_menu {
    border-right: none;
    border-bottom: 1px solid var(--oh-rainbow-sponsor);
    width: 80%;
    height: 30%;
  }
}
.modal .modal_content .modal_submenu {
  width: 60%;
  display: flex;
  justify-content: center;
  height: 70%;
  align-items: center;
}
@media (max-width: 1600px) {
  .modal .modal_content .modal_submenu {
    padding-left: 4rem;
  }
}
@media (max-width: 576px) {
  .modal .modal_content .modal_submenu {
    width: 80%;
  }
}
.modal:target {
  display: flex;
  visibility: visible;
  flex-direction: column;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* SONSTIGES */
.skew {
  background-image: url(../../images/skew.svg);
  background-size: cover;
  margin-top: -100px;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
}
.skew.flip {
  transform: scaleY(-1);
  margin-top: 0;
  margin-bottom: -9.9rem;
}
.skew.mirror {
  transform: scaleX(-1);
  margin-bottom: -100px;
}
.skew.mirrorflip {
  transform: scale(-1, -1);
  margin-top: 0;
  margin-bottom: -100px;
}

#work {
  background-image: url(../../images/karte_rumaenien.svg);
  background-size: 54%;
  background-repeat: no-repeat;
  margin-top: -5rem;
  background-position: 3% center;
}
#work .column-item {
  margin-top: 5rem;
}
#work .column-item:first-child {
  border-right: none;
}

.swiper {
  width: 90%;
  padding: 5%;
  height: 40rem;
}
.swiper.heightauto {
  height: auto;
}
@media (min-width: 2000px) {
  .swiper {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .swiper {
    height: 45rem;
  }
}
@media (max-width: 1280px) {
  .swiper.onlylighthouse {
    height: 70rem;
  }
}
@media (max-width: 992px) {
  .swiper.onlylighthouse {
    height: auto;
  }
}
@media (max-width: 992px) {
  .swiper {
    height: auto;
  }
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: var(--oh-black);
}

.ornament-tl {
  top: 0;
  left: 5%;
  border-top: 1px solid var(--oh-black);
  border-left: 1px solid var(--oh-black);
  width: 25px;
  height: 25px;
  position: absolute;
}
.ornament-tl.left0 {
  left: 0;
}

.site_familiy_support .ornament-tl, .site_education .ornament-tl, .site_sponsor .ornament-tl {
  top: 0;
  left: 5%;
  border-top: 1px solid var(--oh-black);
  border-left: 1px solid var(--oh-black);
  width: 25px;
  height: 25px;
  position: absolute;
}
@media (max-width: 576px) {
  .site_familiy_support .ornament-tl, .site_education .ornament-tl, .site_sponsor .ornament-tl {
    left: 0;
    top: -2.5rem;
  }
}

.ornament-br {
  bottom: 2rem;
  right: 5%;
  border-bottom: 1px solid var(--oh-black);
  border-right: 1px solid var(--oh-black);
  width: 25px;
  height: 25px;
  position: absolute;
}

.site_rainbow .ornament-br, .site_familiy_support .ornament-br, .site_education .ornament-br, .site_sponsor .ornament-br, .site_lighthouse .ornament-br {
  bottom: 2rem;
  right: 5%;
  border-bottom: 1px solid var(--oh-black);
  border-right: 1px solid var(--oh-black);
  width: 25px;
  height: 25px;
  position: absolute;
}
@media (max-width: 576px) {
  .site_rainbow .ornament-br, .site_familiy_support .ornament-br, .site_education .ornament-br, .site_sponsor .ornament-br, .site_lighthouse .ornament-br {
    right: -1rem;
    display: none;
  }
}

.ornament-bl {
  bottom: 2rem;
  left: 5%;
  border-bottom: 1px solid var(--oh-black);
  border-left: 1px solid var(--oh-black);
  width: 25px;
  height: 25px;
  position: absolute;
}

.divider {
  width: 100%;
  height: 10vh;
}

.oh-line {
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.oh-line span {
  width: 0.2rem;
  background-color: var(--oh-black);
  height: 90%;
}

.oh-vertical-line {
  height: 90%;
  border-right: 0.1rem solid var(--oh-black);
}

#pulse {
  fill: rgba(255, 79, 129, 0.5);
  animation: pulse2 1.5s ease-in-out infinite;
}

.svg-img {
  aspect-ratio: unset;
}

@keyframes pulse2 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(6, 6);
    opacity: 0;
  }
}
.show-on-scroll {
  opacity: 0;
}
.show-on-scroll.oh_active {
  opacity: 1;
}

.show-on-scroll.oh_active.translate-top {
  animation: translatetop 1s ease-in;
}
.show-on-scroll.oh_active.translate-bottom {
  animation: translatebottom 1s ease-in;
}
@media (max-width: 576px) {
  .show-on-scroll.oh_active.translate-bottom {
    animation: none;
  }
}
.show-on-scroll.oh_active.translate-right {
  animation: translaterigth 1s ease-in;
}
.show-on-scroll.oh_active.translate-left {
  animation: translateleft 1s ease-in;
}

@keyframes translatetop {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes translatebottom {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes translaterigth {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes translateleft {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#hideshow, #hideshow2 {
  cursor: pointer;
}

@media (max-width: 768px) {
  #start_began :nth-child(1) {
    order: 3;
    margin-top: 2rem;
  }
  #start_began :nth-child(2) {
    order: 1;
  }
  #start_began :nth-child(3) {
    order: 2;
  }
}

.header_wwd {
  width: 40%;
  height: 15rem;
  margin-top: -15rem;
  margin-left: 5%;
  padding: 5rem 5rem 0 4%;
  background-color: var(--oh-white);
  position: relative;
  z-index: 99;
}
@media (max-width: 1600px) {
  .header_wwd {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .header_wwd {
    width: 70%;
    height: 10rem;
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

.education_bg {
  background-image: url(../../images/OH-434.jpg);
}

.family_bg {
  background-image: url(../../images/OH-1194.jpg);
}

.lighthouse_bg {
  background-image: url(../../images/light_Banner.jpg);
}

.rainbow_bg {
  background-image: url(../../images/OH-1573.jpg);
}

.sponsor_bg {
  background-image: url(../../images/OH-837.jpg) !important;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: overlay;
}
@media (max-width: 576px) {
  .sponsor_bg {
    background-position-y: 0;
    background-image: url(../../images/OH-837.jpg) !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    background-blend-mode: overlay !important;
  }
}

.wwd-bottom {
  bottom: -2rem !important;
}

.wwd-triangle {
  position: absolute;
  bottom: -4rem;
  left: 2.5rem;
  width: 5rem;
  height: 5rem;
  transform: rotate(45deg);
  background-color: var(--oh-white);
  z-index: 10;
}
.wwd-triangle.pos-right {
  left: unset;
  right: 2.5rem;
}

.wwd-triangle_slider {
  position: absolute;
  top: 5rem;
  left: -18%;
  width: 5rem;
  height: 5rem;
  transform: rotate(45deg);
  background-color: var(--oh-white);
  z-index: 10;
}

.wwd-zitate-text {
  height: auto;
}
.wwd-zitate-text.fill-height {
  height: 100%;
}
@media (max-width: 576px) {
  .wwd-zitate-text.padding-l5 {
    padding-left: 1rem !important;
    padding-right: 4rem !important;
  }
}

.time {
  position: absolute;
  bottom: 0rem;
  width: 5rem;
  height: auto;
  z-index: 10;
  color: var(--oh-rainbow-sponsor);
}
@media (max-width: 576px) {
  .time {
    bottom: -1.5rem;
    position: relative;
    padding: 0;
  }
}

.swiper-pagination-horizontal {
  bottom: 0;
  top: unset !important;
  left: 10% !important;
  width: 80% !important;
  text-align: center;
}

.site_education .swiper-pagination-progressbar-fill {
  background-color: var(--oh-education-lighthouse) !important;
}

.site_rainbow .swiper-pagination-progressbar-fill {
  background-color: var(--oh-rainbow-sponsor) !important;
}

@media (max-width: 1600px) {
  .site_rainbow .head_special {
    flex: 0 1 130% !important;
  }
}
.rainbow-zitate {
  padding: 5%;
  width: 25%;
}
@media (max-width: 1600px) {
  .rainbow-zitate {
    width: 40%;
    padding: 2%;
  }
}
@media (max-width: 576px) {
  .rainbow-zitate {
    width: 60%;
  }
}
.rainbow-zitate .triangle {
  position: absolute;
  top: 5rem;
  /*      right: -2.5rem;
          width: 5rem;
          height: 5rem;
          transform: rotate(45deg); */
  width: 0;
  height: 0;
  left: -3.5rem;
  border-top: 3.5rem solid transparent;
  border-bottom: 3.5rem solid transparent;
  border-right: 3.5rem solid var(--oh-grey-80);
}
@media (max-width: 576px) {
  .rainbow-zitate .triangle {
    top: unset;
    bottom: -3.5rem;
    left: 3.5rem;
    display: none;
  }
}
.rainbow-zitate .triangle.tr-left {
  right: -3.5rem;
  left: unset;
  border-left: 3.5rem solid var(--oh-grey-80);
  border-right: unset;
}

.sponsor-zitate {
  padding: 5%;
  width: 30%;
}
@media (max-width: 576px) {
  .sponsor-zitate {
    width: 100%;
    padding: 2% 2% 0 2%;
  }
}
.sponsor-zitate .triangle {
  position: absolute;
  top: 5rem;
  /*      right: -2.5rem;
          width: 5rem;
          height: 5rem;
          transform: rotate(45deg); */
  width: 0;
  height: 0;
  right: -3.5rem;
  border-top: 3.5rem solid transparent;
  border-bottom: 3.5rem solid transparent;
  border-left: 3.5rem solid var(--oh-grey-80);
}
@media (max-width: 576px) {
  .sponsor-zitate .triangle {
    top: -3.5rem;
    right: unset;
    left: 3.5rem;
    display: none;
  }
}

.rainbow-border {
  border-color: var(--oh-rainbow-sponsor) !important;
}

.news-border {
  border-color: var(--oh-education-lighthouse) !important;
}

.lighthouse-border {
  border-color: var(--oh-rainbow-sponsor) !important;
}

form label {
  font-weight: 800;
  text-transform: uppercase;
  height: 5rem;
}
form .inputfield {
  height: 5rem;
  padding: 2.5rem 0;
}
form input, form textarea {
  border: none;
  margin: 0;
  border-bottom: 0.2rem solid var(--oh-black);
  background: none;
  width: 100%;
  padding: 1rem 0;
  font-size: 2rem;
}

.site_our-locations {
  background-image: url(/images/karte_rumaenien_hell.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

.skew_margin-left {
  margin-left: -7%;
}

.li-inline {
  display: flex;
  flex-direction: row;
  /* height: 7rem; */
}
.li-inline img {
  aspect-ratio: 1/1;
  padding: 0.2rem;
  width: 5rem;
  height: 5rem;
}
@media (max-width: 576px) {
  .li-inline {
    height: 5rem;
  }
}

.li-inline-footer {
  display: flex;
  flex-direction: row;
  height: 2rem;
}
.li-inline-footer img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 2rem;
}

.button-17_4 {
  width: 17.4rem;
}

.portrait {
  height: 70rem;
}
@media (max-width: 576px) {
  .portrait {
    height: auto;
  }
}

.only-contain {
  object-fit: contain !important;
}

.img-contain {
  object-fit: contain !important;
  min-height: unset;
}

.minheightunset {
  min-height: unset;
}

.gap_min {
  padding: 0 2% !important;
}

.inline-flex {
  display: inline-flex;
}
.inline-flex img {
  width: 13rem;
  object-fit: contain;
  margin-left: 1rem;
}

@media (max-width: 576px) {
  .flex-row-xs {
    flex-direction: row !important;
  }
}
dialog {
  border: none !important; /* !important is needed here to override polyfill CSS, if loaded */
  border-radius: 5px;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 3rem;
  width: 30%;
  margin: 0 auto;
  top: 10%;
}
@media (max-width: 1600px) {
  dialog {
    width: 60%;
  }
}
@media (max-width: 576px) {
  dialog {
    width: 80%;
  }
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
dialog:not([open]) {
  display: none;
}
dialog img {
  width: auto;
}
dialog button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  display: inline-block;
  border: 1rem solid transparent;
  transition: all 0.5s ease-in-out;
  color: var(--oh-white);
}
@media (max-width: 576px) {
  dialog button {
    margin-bottom: 2rem;
  }
}
dialog button:hover {
  background-color: var(--oh-white);
  color: var(--oh-black);
  border: 1rem solid var(--oh-black);
  transition: all 0.5s ease-in-out;
}

.oh_scale {
  transform: scale(1.3);
}

#show-modal-subscribe, #show-modal-subscribe-footer {
  cursor: pointer;
}

.li_small {
  font-size: 2rem !important;
  list-style-type: square;
  list-style-position: inside;
  padding-left: 1rem;
}

.oh-width_45 {
  width: 45% !important;
}
@media (max-width: 576px) {
  .oh-width_45 {
    width: 90% !important;
  }
}

.mobilbreak {
  display: none;
}
@media (max-width: 576px) {
  .mobilbreak {
    display: contents;
  }
}

.minheight100 {
  min-height: 100%;
}

.text-small {
  font-size: 1.6rem !important;
}

.wwd-image-headline {
  margin-left: -3rem;
  flex-shrink: 0;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.mbnegativ {
  margin-bottom: -4rem;
}
@media (max-width: 1280px) {
  .mbnegativ {
    margin-bottom: 0;
  }
}

@media (max-width: 1600px) {
  .oh-hyphens {
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}
@media (max-width: 576px) {
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .slider_static_img {
    padding: 0 !important;
  }
  .mobile_flex-left {
    align-items: flex-start;
  }
  .mobile_img_mb2 {
    margin-bottom: 2rem;
  }
  .mobile_img_mb4 {
    margin-bottom: 4rem;
  }
  .mobil_nodisplay {
    display: none;
  }
  .mobil-values {
    font-size: 3rem;
  }
  .text-small {
    font-size: 1.2rem !important;
  }
  .mobile_divider_small {
    height: 5vh;
  }
  .jahreszahl {
    padding: 0;
  }
  .wwd-section-padding-t5 {
    padding-top: 5rem;
  }
  .mobile-icons {
    width: 85% !important;
    min-height: 85%;
    height: 85% !important;
  }
  .site_familiy_support .ornament-special {
    display: block !important;
    bottom: -1rem;
  }
  .rainbow-zitate .text-3 {
    font-size: 1.4rem !important;
    margin-bottom: 1rem !important;
  }
  .rainbow-zitate .text-2 {
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
  }
  .rainbow-zitate .padding-l2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .rainbow-zitate .text-800 {
    font-size: 1.2rem !important;
  }
  .sponsor-zitate .text-3 {
    font-size: 1.5rem !important;
  }
  .sponsor-zitate .padding-l2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile_row {
    flex-direction: row !important;
  }
  #mc_embed_signup {
    width: 300px !important;
  }
}
.rotate-90r {
  transform: rotate(90deg);
}

.overflowx_auto {
  overflow: auto;
}

/* Archive */
.archive .archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card {
  background: #f9f9f9;
  /* border-radius: 8px; */
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.card-content {
  padding: 15px;
  text-align: center;
}

.card h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.card span {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  color: #666;
}
