@font-face {
  font-family: "DaxlinePro Medium";
  src: url("../fonts/DaxlinePro-Medium.ttf");
}

@font-face {
  font-family: "DaxlinePro";
  src: url("../fonts/DaxlinePro-Regular.ttf");
}

@font-face {
  font-family: "DaxlinePro bold";
  src: url("../fonts/DaxlinePro-Bold.ttf");
}

@font-face {
  font-family: "DaxlinePro extraBold";
  src: url("../fonts/DaxlinePro-ExtraBold.ttf");
}

@font-face {
  font-family: "kameron";
  src: url("../fonts/Kameron-Regular.ttf");
}

@font-face {
  font-family: "kameron Medium";
  src: url("../fonts/Kameron-Medium.ttf");
}
@font-face {
  font-family: "kameron Bold";
  src: url("../fonts/Kameron-Bold.ttf");
}
* {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  font-family: "DaxlinePro";
}
body {
  overflow-x: hidden !important;
}
.site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}
.banner-section {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 100px !important;
  position: relative;
  overflow: hidden;
  position: relative;
}
.text-overlay {
  cursor: pointer;
  color: white;
  position: absolute;
  bottom: 7%;
font-size:18px;
  display: flex;
  gap: 20px;
  align-items: center;
  transform: rotate(270deg); /* keep rotated */
  animation: updown 2s infinite alternate ease-in-out;
}

@keyframes updown {
  0% {
    transform: rotate(270deg) translateX(-20px);
  }
  100% {
    transform: rotate(270deg) translateX(10px);
  }
}

.banner-section .video iframe,
.banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.line {
  height: 1px;
  width: 150px;
  background-color: white;
  position: relative;
}
.line::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: white;
  right: 0%;
  top: -2px;
}
.banner-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.banner-heading p {
  color: #004e86;
  font-size: 66px;
  font-family: "kameron";
  text-transform: uppercase;
  font-weight: 500;
}
.banner-date p {
  font-family: "DaxlinePro Medium";
  font-size: 40px;
  font-weight: 500;
  color: #44c0e8;
}
.menu {
  background-color: #fff;
  display: inline;
  z-index: 999999999999;
  /* position: relative; */
}

.menu-item {
  display: flex;
}
.menu-logo img {
  width: 80px;
}

.menu-item {
  display: flex;
  background-color: #ffffffad;
  width: 334px;
  padding: 20px 20px 20px 30px !important;
  align-items: center;
  border-radius: 10px;
}

.menu-heading p {
  font-family: "DaxlinePro";
font-size:20px;
  color: #004e86;
}
.menu-logo {
  padding: 0px 18px 0px 24px !important;
  display: flex;
  align-items: center;
}
.logo {
  margin-bottom: 30px !important;
}

.site-navigation {
  display: flex;
  flex-direction: column;
  background-color: #ffffffb0;
  position: fixed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 25px;
  padding: 22px 10px !important;
  gap: 0%;
  overflow: visible;
  z-index: 9999999999999999999999999999;
  border-left: 1px solid #ccdce7;
  border-right: 1px solid #ccdce7;
  border-bottom: 1px solid #ccdce7;
  pointer-events: auto;
  justify-content: space-between;
  height: 90vh;
  max-height: 730px;
}

.site-navigation a {
  font-family: "DaxlinePro";
font-size:20px;
  color: #004e86;
  text-decoration: none;
  padding: 4px 10px !important;
  /* border: 1px solid black; */
  margin: 5px 0px !important;
  text-align: center;
}
.number-link:hover {
  background-color: #004e86;
  border-radius: 50%;
  color: white;
}
.number-link:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.editorial-section {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  align-items: center;
  background-color: white;
}
.editorial-content-section {
  max-width: 1360px;
  width: 85%;
}

.editorial-heading-section {
  display: flex;
  justify-content: space-between;
}
.editorial-heading p:nth-of-type(1) {
  color: #009adc;
  font-size: 66px;
  font-family: "kameron";
  text-transform: uppercase;
  font-weight: 500;
}
.editorial-heading p:nth-of-type(2) {
  color: #004e86;
  font-size: 32px;
  font-family: "DaxlinePro Medium";
  /* text-transform: uppercase; */
  font-weight: 500;
  margin-top: -9px !important;
  margin-bottom: 30px !important;
}
.editorial-writer p {
  color: #004e86;
  font-size: 26px;
  font-family: "DaxlinePro";
  /* text-transform: uppercase; */
  font-weight: 400;
  padding-top: 10px !important;
  text-align: right;
}
.editorial-two-section {
  display: flex;
  justify-content: space-between;
  gap: 7%;
}

.editorial-two-section {
  color: #000000;
  font-size: 14px;
  font-family: "DaxlinePro";
  /* text-transform: uppercase; */
  font-weight: 400;
}
.editorial-left-section {
  width: 94%;
}
.editorial-right-section {
  width: 100%;
  padding-top: 45px !important;
}
.editorial-left-section h3 {
  font-family: "DaxlinePro";
font-size:20px;
  font-weight: 400;
  margin-bottom: 13px !important;
}
.editorial-left-section p:nth-of-type(2) {
font-size:20px;
  font-family: "kameron";
  color: #006db1;
  line-height: 25px;
  margin-top: 30px !important;
  margin-left: 20px !important;
  margin-bottom: 10px !important;
  position: relative;
  background-color: #e2edf4;
  /*  display: inline;
  padding: 0 2px;  */
}

.editorial-left-section p:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background-color: #006db1;
  height: 78px;
  width: 1px;
  left: -3%;
}
.editorial-left-section p:nth-of-type(3) {
  font-size: 14px;
  color: #006db1;
  /* line-height: 20px; */
  margin-left: 20px !important;
}
.editorial-ima-text {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "DaxlinePro";
font-size:20px;
  font-weight: 400;
  /* color: #   ; */
  padding-top: 20px !important;
}

.wir-since-section {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wir-since-section {
  display: flex;
  justify-content: center;
}
.wirsince-contain-section {
  max-width: 1360px;
  width: 85%;
  padding-top: 115px !important;
}

.container {
  max-width: 1360px;
  width: 87%;
  position: relative;
}

.wir-black-heading {
  font-family: "kameron";
  font-size: 66px;
  text-transform: uppercase;
  line-height: 40px;
}
.wir-blue-heading {
  font-family: "kameron";
  font-size: 66px;
  color: #009adc;
  text-transform: uppercase;
}
.font20 p {
  font-size: 20px !important;
}

.wir-sub-text {
  font-family: "DaxlinePro Medium";
  font-size: 28px;
  color: #004e86;
  margin-top: 20px !important;
  line-height: 38px;
}
.bus-section {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.width60 {
  width: 60%;
}

.antworten-section {
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 110px 0px !important; */
  position: relative;
}
.antworten-swiper {
  height: 100%;
  width: 100%;
}

.slider-image-section {
  display: flex;
  gap: 4.5%;
  padding-top: 30px !important;
}
.slider-img {
  transition: all 3s;
  cursor: pointer;
}
.slider-img img {
  cursor: pointer;
  transition: all 3s;
  max-width: 200px;
}

.slider-img svg {
  width: 100%; /* takes full container width */
  height: auto; /* keeps aspect ratio */
  max-width: 200px; /* optional limit */
}

.slider-img img.fade-out {
  opacity: 0;
}

.slider-navigation {
  display: flex;
  gap: 20px;
}

.navigation-dot {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #009adc40;
}
.active {
  background-color: #004e86 !important;
}
.slider-button-navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 230px;
}

.slider-navigation-button {
  position: absolute;
  bottom: -10%;
  /* left: 31%; */
  width: 100%;
}
.slide-btn {
  background-color: #fff9;
  padding: 12px 46px 8px 23px !important;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 132px;
  position: relative;
  z-index: 9999999999999999999999;
  cursor: pointer;
  border-right: 1px solid #bad1cf;
  border-bottom: 1px solid #bad1cf;
  border-left: 1px solid #bad1cf;
  transition: all 2s;
}

div#aktionsplan p {
  margin-bottom: 0px !important;
}

.slide-btn:hover {
  background-color: #f5e8e8;
}

.slide-btn p {
  font-family: "DaxlinePro";
font-size:18px;
  color: #004e86;
}

.slide-btn img {
  height: 20px;
}

.meilensteine-section {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
}
.meilensteine-slider-section {
  height: 100%;
  width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding-top: 12vh !important;
}

.first-slide-text {
  font-family: "DaxlinePro bold";
  font-size: 40px;
  font-weight: 600;
  color: #004e86;
  width: 50%;
  margin-bottom: 25px !important;
  line-height: 50px;
}

.year {
  transition: all 1s;
}
.year:hover {
  background-color: #ffffffbd;
}
/* .year p {
  font-size: 14px;
  padding: 2px 18px !important;
  background-color: #ffffff80;
  border-radius: 15px;
  color: #004E86;
  display: inline;
} */

.navigation-year {
  display: flex;
  gap: 2%;
  z-index: 999;
  position: relative;
  padding-left: 60px !important;
}
.meilensteine-navigation {
  margin-top: -60px !important;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999999999999999999999999999;
}
.navigation-line {
  width: 100%;
  height: 2px;
  background-color: #ffffff80;
  margin-bottom: -14px !important;
}
.navigation-line::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0%;
  top: -4px;
}
.navigation-line::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0%;
  top: -4px;
}

.bus-driver-section {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.interviewo-section {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  align-items: center;
}

.set-height-and-bg {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.two-section {
  display: flex;
  gap: 20px;
}

.blue-heading {
  color: #009adc;
  font-size: 66px;
  font-family: "kameron" !important;
  text-transform: uppercase;
  /* font-weight: 500; */
  line-height: 90px;
}
.blue-heading p {
  font-family: "kameron" !important;
}
.black-sub-heading {
  font-size: 32px;
  color: #000;
  font-family: "DaxlinePro extraBold" !important;
  font-weight: 700;
  padding-bottom: 42px !important;
}
.text-section {
  background-color: white;
  padding: 26px 43px !important;
  border-radius: 8px;
  text-align: left;
  border-right: 2px solid #dce1e4;
  border-bottom: 2px solid #dce1e4;
  border-left: 2px solid #dce1e4;
}
.shwdow-box {
  box-shadow: 20px 20px 40px #0000001a;
}
.section-two {
  gap: 35px;
}
.right-section {
  width: 67%;
}
.left-section {
  width: 91%;
}
.text-section h3 {
  font-size: 25px;
  color: #004e86;
  font-weight: 400;
}
.text-section p {
font-size:20px;
  color: #004e86;
}

.text-section li {
  font-size: 18px;
  margin-bottom: 7px !important;
  line-height: 25px;
}
.text-section ul {
  padding-left: 30px !important;
  margin-top: 15px !important;
}
.for-test {
  background-color: #d0eff9;
  padding: 3px 14px !important;
  width: 160px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px !important;
  transition: all 0.3s;
  cursor: pointer;
}
.for-test:hover {
  background-color: #95d9f0 !important;
}

.button-section {
  background-color: #d0eff9;
  padding: 3px 14px !important;
  width: 160px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px !important;
  transition: all 0.3s;
  cursor: pointer;
}
.button-section img {
  height: 12px;
}

.button-section a {
  text-decoration: none;
  color: #004e86;
font-size:18px;
}

.button-section:hover {
  background-color: #95d9f0 !important;
}
.pdf-link img {
  transition: all 0.3s;
  border-radius: 5px;
}
.pdf-link img:hover {
  filter: brightness(0.9);
}

.damals-section {
  position: relative;
  padding-top: 12vh !important;
}
.arrow-img {
  cursor: pointer;
  position: absolute;
  bottom: 20%;
  left: 1%;
  animation: updown2 2s infinite alternate ease-in-out;
}
.arrow-img2 {
  cursor: pointer;
  display: inline-block;
  padding: 20px 0px 0px 12px !important;
  animation: updown2 2s infinite alternate ease-in-out;
}
@keyframes updown2 {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

.damsal-section-slider-btn {
  bottom: 4% !important;

  /* left: 40% !important; */
}
.description {
  width: 56%;
}
.description p:nth-of-type(1) {
  padding-bottom: 20px !important;
}
.logos {
  display: flex;
  gap: 4%;
  align-items: center;
  padding-top: 52px !important;
}
.uppercase {
  text-transform: uppercase;
}
.zukunft-section {
  padding-top: 110px !important;
}

.blue {
  color: #004e86 !important;
}
.fixed-width {
  width: 38%;
  line-height: 71px !important;
}

.actionplan-section {
  position: relative;
}
.first-heading,
.secend-heading,
.third-heading {
  font-family: "kameron";
  text-transform: uppercase;
  font-size: 66px;
  line-height: 75px;
  transition: all 2s ease-in;
}
.first-heading {
  color: #004e86;
}
.secend-heading {
  color: #44c0e8;
  transform: translate(-134%, 95%);
}
.third-heading {
  color: #bccf00;
  transform: translate(-165%, 193%);
}
.actionsplan-heading-section {
  margin-bottom: 30px !important;
  transition: all 1s ease-in;
  display: flex;
  /* flex-direction: column; */
}
.actionplan-section {
  padding-top: 110px !important;
}

.text {
  width: 48%;
font-size:18px;
  color: #004e86;
  padding-top: 41px !important;
}
.slide {
  /* padding-top: 110px !important; */
}

.avv-swipe-section {
  position: relative;
  z-index: 999999;
  overflow: hidden;
}

.kurz-section {
  position: relative;
  /* padding-top: 110px !important; */
}

.flex {
  display: flex;
  justify-content: space-between;
}

.big-text p {
  font-family: "kameron";
  text-transform: uppercase;
  font-size: 66px;
  line-height: 75px;
  color: #009adc;
}
.li-text {
  margin-top: 26px !important;
  padding-left: 25px !important;
}

.li-text li {
font-size:20px;
  color: #004e86;
  margin-bottom: 27px !important;
}

.li-text li strong {
  font-size: 32px;
}
.right-section {
  text-align: right;
}
.black p {
  color: #000000 !important;
}

.first-box {
  background-color: #c5e8f5;
  color: #004e86 !important;
}
.secend-box {
  background-color: #009ad9;
  color: #fff;
}

.third-box {
  background-color: #bccc00;
  color: #fff;
}

.fourth-box {
  background-color: #88b918;
  color: #fff;
}
.box {
  font-size: 18px;
  font-family: "DaxlinePro bold";
  font-weight: 600;
  text-transform: uppercase;
  padding: 40px !important;
}

.box-number {
  font-family: "kameron";
  font-size: 73px;
  line-height: 60px;
  padding-bottom: 50px !important;
}
.four-box {
  display: flex;
  gap: 2%;
  margin-top: 121px !important;
}
.daten-section {
  /* padding-top: 110px !important; */
}
.footer {
  width: 100%;
  padding: 40px 0px 30px 0px !important;
}
.footer-container {
  align-items: center;
}

.links {
  display: flex;
  gap: 10px;
}
.link {
  color: white !important;
  text-decoration: none;
}

.links a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.overlay {
  height: 100vh;
  width: 100%;
  /* background-color: #00000060; */
  position: fixed;
  top: 0%;
  display: flex;
  align-items: center;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  pointer-events: none; /* lets clicks pass through */
}

#menuToggle {
  z-index: 999;
  cursor: pointer;
}

.number-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #004070;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.number-link:hover {
  background-color: #004070;
  color: #fff;
}

.number-link.active {
  background-color: #004070;
  color: #fff;
}

.number-link::after {
  content: attr(data-title);
  position: absolute;
  left: 70px; /* show to right */
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  opacity: 0;
  background: #ffffff;
  color: #004070;
  text-transform: capitalize;
  padding: 6px 25px;
  border-radius: 25px;
font-size:20px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  pointer-events: none;
  border-right: 1px solid #bad1cf;
  border-bottom: 1px solid #bad1cf;
  border-left: 1px solid #bad1cf;
}

.number-link:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Dropdown container - hidden by default */
.custom-dropdown-menu {
  max-height: 0;
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: max-height 0.5s ease;
  padding-top: 15px !important;
  position: absolute;
  transition-duration: 1s;
}

/* Menu buttons */
.custom-dropdown-menu a {
  display: block;
  padding: 12px 25px !important;
  border-radius: 85px;
  text-decoration: none;
  font-weight: 500;
  opacity: 0;
  /* transform: translateY(-40px); */
  transition: all 0.4s ease;
  background-color: #ffffffab;
  color: #004e86;
  transition-duration: 1s;
font-size:20px;
}

.custom-dropdown-menu a:hover {
  background-color: #e4d7d7ab;
}

.custom-dropdown-menu a:nth-child(1) {
  transform: translateY(-40px);
  width: 186px;
}
.custom-dropdown-menu a:nth-child(2) {
  transform: translateY(-120px);
  width: 200px;
}
.custom-dropdown-menu a:nth-child(3) {
  transform: translateY(-180px);
}

/* Open dropdown */
.custom-dropdown-menu.open {
  max-height: 500px; /* enough to show links */
}

/* Animate links one by one */
.custom-dropdown-menu.open a {
  opacity: 1;
  transform: translateY(0);
  /* transition-delay: 0.5s; */
  transition-duration: 1s;
}

.custom-dropdown-menu.open a:nth-child(1) {
  transition-delay: 0.1s;
}
.custom-dropdown-menu.open a:nth-child(2) {
  transition-delay: 0.3s;
}
.custom-dropdown-menu.open a:nth-child(3) {
  transition-delay: 0.5s;
}

/* .class-absolute {
   transform: translateX(300px) scale(3);
} */

.slider-img {
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.active {
  /* scaled + moved will be set via JS */
  z-index: 2;
}

.hide {
  transform: translateY(50px);
  opacity: 0;
  z-index: -999;
  transition: all 2s;
}

.antworten-text-section {
  transition: all 2s;
}

.statement-section {
  position: relative;
}

.statement-container {
  position: absolute;
  top: 0%;
  background-color: #fff;
}

.swiper,
.kurz-swiper,
.damsel-swiper,
.meil-swiper,
.actionsplan-swiper,
.avv-swiper,
.quiz-swiper,
.avv-swiper2 {
  width: 100%;
  height: 100%;
}

/* .navigation-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #009ADC40;
}
.active {
    background-color: #004E86 !important;
} */

.swiper-pagination-bullet {
  height: 13px !important;
  width: 13px !important;
  border-radius: 50% !important;
  background-color: #bfe6f6 !important;
  margin: 0px 8px !important;
  transition: all 1s;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #004e86 !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 92.7% !important;
}

.kurz-first-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.avv-swipe-first-slide {
  position: relative;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: auto !important;
}
.kurz-swiper-pagination,
.daten-swiper-pagination,
.actionsplan-pagination,
.antworten-swiper-pagination,
.antworten-swiper-pagination-mobile,
.swiper-pagination,
.quiz-pagination,
.swiper-pagination2 {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 92% !important;
  z-index: 9999999999999999999999;
}
.padding-top {
  padding-top: 12vh !important;
}
.damsel-main-section,
.actionsplan-swipe-section {
  position: relative;
  overflow: hidden;
}
.logo-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.logo-text img {
   width: 120px !important;
}
.logo-text-2 img {
  width: 120px;
}
.logo-text p {
  font-family: "DaxlinePro bold";
  text-transform: uppercase;
  color: #004e86;
  font-size: 25px;
}

.sub-text {
  font-family: "DaxlinePro Medium";
  font-size: 40px;
  color: #004e86;
  margin-top: 20px !important;
  line-height: 50px;
}

.details {
  background-color: white;
  padding: 30px !important;
  border-radius: 9px;
  font-size: 18px;
  font-family: "DaxlinePro Medium";
  margin-top: 35px !important;
  border-right: 2px solid #c2dfdc;
  border-bottom: 2px solid #c2dfdc;
  border-left: 2px solid #c2dfdc;
}

.secend-slide-left-section {
  width: 67% !important;
}
.images img {
  border-radius: 10px;
  transition: all 2s;
}
.images img:nth-of-type(1) {
  transform: translate(106%, 0%);
}
.images img:nth-of-type(3) {
  transform: translate(106%, -111%);
}
.images img:nth-of-type(4) {
  transform: translate(-1%, -112%);
}
.normal-condition {
  transform: translate(0, 0) !important;
}
.images-normal-condition {
  transform: translate(0%, -16%) !important;
}
.images {
  transform: translate(0%, -50%);
  transition: all 2s;
}

.images2 img:nth-of-type(1) {
  transform: translate(-14%, 68%) scale(0.5);
}

.images2 img:nth-of-type(2) {
  transform: translate(35%, -40%) scale(0.5);
}

.images2 img {
  transition: all 2s;
  border-radius: 10px;
}

.images3 img:nth-of-type(1) {
  transform: translate(-14%, 68%) scale(0.5);
}

.images3 img:nth-of-type(2) {
  transform: translate(35%, -40%) scale(0.5);
}

.images3 img {
  transition: all 2s;
  border-radius: 10px;
}

.images4 img:nth-of-type(1) {
  transform: translate(-14%, 68%) scale(0.5);
}

.images4 img:nth-of-type(2) {
  transform: translate(35%, -40%) scale(0.5);
}

.images4 img {
  transition: all 2s;
  border-radius: 10px;
}

.for-center {
  display: flex;
  align-items: center;
}

.images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 17px;
  justify-content: end;
}
.images2,
.images3,
.images4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 17px;
  justify-content: end;
}

.third-slide-right-section {
  display: flex;
  align-items: end;
}
.damsel-section {
  position: relative;
}
.damsel-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 999999;
}

.meil-pagination {
  position: absolute;
  display: flex;
  justify-content: start;
  z-index: 99999999999999999;
  padding-left: 45px !important;
  margin-top: -15px !important;
  opacity: 1;
  flex-wrap: wrap;
  row-gap: 10px;
}

.meil-pagination .swiper-pagination-bullet {
  /* height: 100% !important; */
  width: auto !important;
  border-radius: 23px !important;
  background-color: #fff !important;
  margin: 0px 8px;
  font-size: 14px;
  padding: 4px 15px 24px 15px !important;
  border-radius: 15px;
  color: #004e86;
  opacity: 1;
  box-shadow: 1px 1px 1px #a59494;
}

.meil-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: #eae3e3 !important;
}

.meil-pagination .swiper-pagination-bullet-active {
  background-color: #86bc25 !important;
  color: white !important;
}

.text-holder p:nth-of-type(1) {
  font-size: 25px;
  padding-bottom: 15px !important;
  color: #004e86;
}

.text-holder p:nth-of-type(2) {
  font-size: 18px;
  color: #000;
}
.text-holder {
  background-color: #ffffff82;
  padding: 40px !important;
  border-radius: 10px;
  border-right: 2px solid #c2dfdc;
  border-bottom: 2px solid #c2dfdc;
  border-left: 2px solid #c2dfdc;
}
.left85 {
  width: 66%;
}
/* .antwotenslider-mobile {
    display: none;
} */
.slide-img img {
  border-radius: 10px;
}

.slide-img2 img {
  width: 50%;
  height: 100%;
}
.slide-img {
  display: flex;
  justify-content: end;
  gap: 5%;
}
.slide-img2 {
  justify-content: start;
}
/* .hide-home {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transition: all 1s ease;
  margin-left: -40px !important;
} */
/* .small-image img {
    width: 0px !important;
    transition: all 1s ease;
} */
/* .home-bullet {
      transition: all 1s ease;
} */
.home-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px !important;
  height: 23px !important;
  width: 44px !important;
  border-radius: 15px !important;
  position: relative;
}
.home-bullet img {
  position: absolute;
  top: 24%;
}
.home-bullet2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px !important;
  height: 23px !important;
  width: 44px !important;
  border-radius: 15px !important;
  background-color: #ffffffde;
}
.home-bullet2.swiper-pagination-bullet-active {
  background-color: #86bc25 !important;
}
.for-margin {
  margin-top: -5px !important;
  background-color: #fffffff2 !important;
}
.home-bullet2.swiper-pagination-bullet-active img {
  filter: invert(100%) brightness(200%) contrast(100%);
}
.home-bullet.swiper-pagination-bullet-active img {
  filter: invert(100%) brightness(200%) contrast(100%);
}

.thin25 {
  font-size: 25px;
  color: #004e86;
  padding-top: 30px !important;
}

.bold30 {
  font-size: 30px;
  color: #004e86;
  font-weight: 600 !important;
  padding-bottom: 15px !important;
}
.bold32 {
    font-size: 32px;
  color: #004e86;
  font-weight: 600 !important;
  padding-bottom: 15px !important;
}
.daten-section {
  position: relative;
}
.daten-swiper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.acf-gallery-wrap {
  display: flex;
  /* justify-content: space-between; */
  gap: 10%;
}

.heading p:nth-of-type(1) {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  color: #004e86;
}

.heading p:nth-of-type(2) {
  font-size: 25px;
  font-weight: 600;
  line-height: 46px;
  color: #004e86;
  font-family: "DaxlinePro Medium";
  text-transform: uppercase;
}
.heading {
  display: flex;
  justify-content: space-between;
}
.daten-right-section {
  width: 66%;
}
.daten-text p:nth-of-type(1) {
  font-size: 20px;
}

.daten-text p:nth-of-type(2) {
  font-size: 16px;
  padding-top: 27px !important;
  padding-bottom: 5px !important;
}
.daten-two-section {
  padding-top: 70px !important;
}

.last-slide {
  opacity: 1 !important;
  z-index: 99999 !important;
}

.actionplan-subtext {
  padding-top: 260px !important;
}

.small-flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.small-flex p {
  font-size: 40px !important;
  font-weight: 500;
  font-family: "DaxlinePro Medium" !important;
  transform: translate(0%, 0%) !important;
}

.secend-slide-sub-heading {
  padding-top: 67px !important;
  padding-bottom: 70px !important;
}

.actionsplan-details {
  width: 48%;
}
.actionsplan-details-2 {
  width: 72% !important;
  max-width: 1000px !important;
}
.actionsplan-details h2 {
  font-size: 32px;
  color: #004e86;
  padding-bottom: 10px !important;
  font-weight: 600;
  color: #006db1;
}
.left-slide-text h2 {
  transition: all 1.5s;
}

.third-slide-h2 h2 {
  font-size: 40px;
  font-weight: 500;
  transition: all 2s;
  color: #006db1;
}

.changeh2 {
  font-size: 32px !important;
  font-weight: 600 !important;
}

.actionsplan-details p {
font-size:18px;
  color: #004e86;
}

.actionsplan-details-holder li {
font-size:18px;
  color: #004e86;
}

.actionsplan-details-holder {
  display: flex;
  align-items: end;
  gap: 50px;
}

@keyframes slideInLeft {
  from {
    transform: translateX(200%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slideInLeft 2s ease forwards;
}

.zukunft-heading {
  width: 100%;
  line-height: 60px;
  padding-bottom: 10px !important;
  max-width: 560px;
}
.zukunft-heading p {
  color: #009adc !important;
}
.bus-image {
  position: absolute;
  bottom: 17%;
  left: 0; /* starting point */
  opacity: 0;
  transition: all 1s ease;
}

.bus-image.visible {
  opacity: 1;
}

.bus-image.slide-in-right {
  transition: transform 4s ease; /* smooth travel */
}

.font-size-32 p {
  font-size: 32px !important;
}

.last-slide {
  position: relative;
}
.between {
  justify-content: space-between;
}

.pt {
  padding-top: 35px !important;
}

.daten-sub-heading {
  font-size: 35px;
  font-weight: 600;
  color: #004e86;
  padding-top: 13px !important;
}

.actionsplan-swiper .swiper-pagination-bullet:last-child {
  display: none !important;
}
.width33 {
  width: 33%;
}
.gap5 {
  gap: 5%;
}
.padding0 {
  padding-bottom: 15px !important;
  color: #006db1;
}
.width48 {
  width: 48% !important;
}
.width48 .avv-left-section p:nth-of-type(1) {
  padding-bottom: 10px !important;
}
.width50 {
  width: 50%;
}
.avv-left-section ol li {
font-size:18px;
  color: #004e86;
  padding-bottom: 9px !important;
}
.avv-left-section ol {
  padding-left: 26px !important;
  padding-top: 7px !important;
}

.avv-left-section h2 {
  font-size: 32px;
  font-weight: 600;
  color: #006db1;
  padding-bottom: 15px !important;
}
.avv-left-section p {
font-size:18px;
  color: #004e86;
}
.avv-left-section-holder {
  width: 40%;
}
.avv-right-section {
  width: 48%;
}
.avv-right-section-content {
  background-color: #44c0e840;
  padding: 30px !important;
  border-radius: 20px;
}
.avv-right-section p:nth-of-type(1) {
font-size:18px;
  padding-bottom: 15px !important;
  color: #004e86;
}
.avv-right-section p:nth-of-type(2) {
  font-size: 14px;
  color: #004e86;
}
.swiper-slide {
  background-size: cover;
  background-position: center center;
}
.name-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px !important;
}
.short-details {
  width: 252px;
  padding: 14px !important;
  background-color: #44c0e840;
  border-radius: 23px;
  font-size: 14px;
  color: #004e86;
}
.name p {
  font-size: 30px;
  font-family: "DaxlinePro Medium";
  color: #000;
}

.designation p {
  font-size: 45px;
  font-family: "DaxlinePro Medium";
  color: #009ad9;
}
.statement {
  background-color: white;
  padding: 30px !important;
  border-radius: 10px;
  font-size: 18px;
  color: #000;
  border-right: 2px solid #c2dfdc;
  border-bottom: 2px solid #c2dfdc;
  border-left: 2px solid #c2dfdc;
}
.content-section {
  width: 64%;
}
.kurz-details {
  font-size: 18px;
  color: #000;
  line-height: 25px;
}
.kurz-details p:nth-of-type(1) {
  padding-bottom: 10px !important;
}
.width68 {
  width: 78%;
}
.kurz-sub-text {
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}
.kurz-img-details {
  font-size: 12px;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 13px !important;
}
.kurz-right-section-content {
  width: 75%;
}
.kurz-img-section img {
  border-radius: 11px;
}
.kurz-right-section {
  display: flex;
  justify-content: end;
}
.kurz-introduce-section {
  display: flex;
  gap: 5%;
}
.kurz-slide3-img-details h3 {
font-size:20px;
  font-weight: 400;
  color: #000;
  padding-bottom: 5px !important;
}

.kurz-slide3-img-details p {
  font-size: 14px;
  color: #000;
}
.kurz-third-slide img {
  width: 134px;
  max-width: 134px !important;
}
.width39 {
  width: 39%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: start;
}

.kurz-details-fourth-slide {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  
}
.kurz-right {
   display: flex;
  justify-content: end;
}
.kurz-right img {
  width: 90% !important;
}
.kurz-details-fourth-slide p:nth-of-type(2) {
  color: #004e86;
font-size:20px;
  padding: 10px 0px !important;
}

.meil-slide-right {
  z-index: 99999;
  position: relative;
}

.left-logo {
  filter: blur(0px);
  animation: blurPulse 8s infinite alternate ease-in-out;
}

.right-logo {
  filter: blur(0px);
  animation: blurPulse 8s infinite alternate ease-in-out;
  animation-delay: 7s; /* half the duration = opposite phase */
}

@keyframes blurPulse {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(10px);
  }
}

.bg,
.bg-secend,
.bg-third,
.bg-fourth,
.bg-fifth,
.bg-sixth,
.bg-seven,
.bg-eight,
.bg-nine,
.bg-1995,
.bg-2001,
.bg-2006,
.bg-2007,
.bg-2012,
.bg-2014,
.bg-2018,
.bg-2019,
.bg-2020,
.bg-2022,
.bg-2023,
.bg-2024,
.bg-2025 {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 6s ease-in;
}
.bg-third.visible {
  opacity: 1 !important;
}
.bg-secend.visible {
  opacity: 1 !important;
}
.bg.visible {
  opacity: 1 !important;
}
.bg-fourth.visible {
  opacity: 1 !important;
}
.bg-fifth.visible {
  opacity: 1 !important;
}
.bg-sixth.visible {
  opacity: 1 !important;
}
.bg-seven.visible {
  opacity: 1 !important;
}
.bg-eight.visible {
  opacity: 1 !important;
}
.bg-nine.visible {
  opacity: 1 !important;
}
.bg-1995.visible {
  opacity: 1 !important;
}
.bg-2001.visible {
  opacity: 1 !important;
}
.bg-2006.visible {
  opacity: 1 !important;
}
.bg-2007.visible {
  opacity: 1 !important;
}
.bg-2012.visible {
  opacity: 1 !important;
}
.bg-2014.visible.visible {
  opacity: 1 !important;
}
.bg-2018.visible.visible {
  opacity: 1 !important;
}
.bg-2019.visible.visible {
  opacity: 1 !important;
}
.bg-2020.visible.visible {
  opacity: 1 !important;
}
.bg-2021.visible.visible {
  opacity: 1 !important;
}
.bg-2022.visible.visible {
  opacity: 1 !important;
}
.bg-2023.visible.visible {
  opacity: 1 !important;
}
.bg-2024.visible.visible {
  opacity: 1 !important;
}
.bg-2025.visible.visible {
  opacity: 1 !important;
}

#wir-since {
  position: relative;
  height: 100vh;
  width: 100%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover; /* cover without distortion */
  z-index: -1; /* behind content */
  filter: blur(10px);
  transform: scale(4);
}

.audio-container {
  display: flex;
  justify-content: end;
  margin-top: 10% !important;
  position: absolute;
  right: 0%;
  bottom: 13%;
  cursor: pointer;
}
.slide-left-button img {
  transform: rotate(180deg);
}

.btn-fade-out {
  opacity: 0 !important;
  z-index: -2 !important;
}
.overlay-holder {
  display: flex;
  justify-content: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

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

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

.antwotenslider-mobile {
  display: none;
}

.antwotenslider-mobile .swiper-wrapper .swiper-slide {
  min-height: 900px;
}
.avv-button-mobile {
  display: none;
}
.kurz-button {
  display: none;
}
.desktop-hide {
  display: none;
}

.two-section a {
  text-decoration: none;
}
.for-mobile {
  display: none;
  opacity: 0;
  position: absolute;
}
.desktop-hide-button {
  display: none;
}

.modal {
  padding: 0px 40px 0px 20px !important;
  background-size: cover;
  z-index: 99999999999999999999999999999999999999;
}
.modal-body {
  padding: 20px !important;
}
.modal-footer {
  justify-content: center;
  border: none !important;
}
.btn-close {
  padding: 20px !important;
  background-color: #d0eff9;
}
.modal-dialog {
  background-color: transparent !important;
}
.modal-content {
  background-color: transparent !important;
  border: none !important;
}
.modal-body {
  background-color: white;
  margin-bottom: 10px !important;
  border-radius: 10px;
  margin-top: 50px !important;
  height: 77vh;
  overflow: scroll;
}
.kurz-showmore {
  display: none;
}
.kurz-third-slide div {
  display: none;
}

.button-section {
  display: none;
}
.inter-view-btn {
  display: flex;
font-size:18px;
  color: #004e86;
}
/* .slide-left-button {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}


.swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active ~ .slide-left-button {
    opacity: 1 !important;
    z-index: 999999999999999999999999999999999999999999 !important;
} */

.site-navigation.aktionsplan-active {
  background-color: #fff;
}

.kurz-slide-right-section {
  position: relative;
}

.kurz-slide-right-section img {
  position: absolute;
  top: 0%;
  right: 0%;
  transition: opacity 2s ease-in-out;
  opacity: 0;
}

.kurz-slide-right-section img.imageShowActive {
  opacity: 1;
}

/* .kurz-slide-right-section img:nth-of-type(1) {
    animation: imageanimaiton1 6s ease-in-out infinite;
    transition: all 3s;
}

.kurz-slide-right-section img:nth-of-type(2) {
    animation: imageanimaiton2 6s ease-in-out infinite;
    transition: all 3s;
}

.kurz-slide-right-section img:nth-of-type(3) {
    animation: imageanimaiton3 6s ease-in-out infinite;
    transition: all 3s;
}


@keyframes imageanimaiton1 {
  0%, 33% {
    opacity: 1;
  }
  34%, 100% {
    opacity: 0;
  }
}

@keyframes imageanimaiton2 {
  0%, 33% {
    opacity: 0;
  }
  34%, 66% {
    opacity: 1;
  }
  67%, 100% {
    opacity: 0;
  }
}

@keyframes imageanimaiton3 {
  0%, 66% {
    opacity: 0;
  }
  67%, 100% {
    opacity: 1;
  }
} */

/* .qmn_pagination {
    display: none !important;
} */

.left-quiz-section {
  width: 65%;
}

.question-two-section {
  gap: 95px !important;
}

.question-box {
  background-color: #ffffff78;
  border-radius: 15px !important;
  padding: 30px !important;
}
.answer-section {
font-size:20px;
}
.answer-section input {
  transform: scale(1.4);
  margin-right: 15px !important;
}

.question p {
  font-size: 25px;
  color: black;
}
.question-section {
  display: flex;
  gap: 30px;
  align-items: start;
  margin-bottom: 25px !important;
  justify-content: space-between;
}

.numbering {
  background-color: #006db11a;
font-size:20px;
  color: #004e86;
  border-radius: 10px;
  padding: 6px 17px !important;
  color: #000;
}
.answer-section label {
  margin-bottom: 15px !important;
  color: #000;
}
.answer-text {
font-size:18px;
  color: #000;
}

.result-Heading {
  font-size: 25px;
  color: #000;
  margin-bottom: 22px !important;
}
.result-item {
  display: flex;
  gap: 20px;
  margin-bottom: 15px !important;
}

.hide-slide {
  display: none !important;
}

.quiz-navigaiton-container {
  gap: 275px !important;
}

#mic-button {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
}

#mic-icon {
  width: 100%;
  height: 100%;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 3px solid #ccc;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.hidden {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

input[type="radio"] {
  accent-color: green; /* Change the checked dot and border color */
}

:root {
  --font-50: 50px;
  --font-32: 32px;
  --font-28: 28px;
  --font-24: 24px;
  --font-20: 20px;
}
@media (max-width: 1100px) {
  :root {
    --font-50: 38px;
    --font-32: 28px;
    --font-28: 24px;
    --font-24: 20px;
    --font-20: 16px;
  }
}
.nrm-page header {
  position: relative;
  z-index: 99;
}
.nrm-page .site-main {
  z-index: 0;
}
.nrm-page {
  /* background-color: aliceblue; */
  background-image: url("https://verbundbericht.avv-augsburg.de/wp-content/uploads/2025/09/nrm-page-back.png");
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  padding: 50px 100px !important;
}
.nrm-page .page {
  width: 100%;
}
.nrm-page h1 {
  color: #004e86;
  font-size: var(--font-50);
  font-weight: 500;
  line-height: 1.4;
  margin-top: 50px !important;
  margin-bottom: 48px !important;
}
.nrm-page h2 {
  font-size: var(--font-32);
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  margin-top: 48px !important;
  margin-bottom: 16px !important;
}
.nrm-page h3 {
  font-size: var(--font-28);
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  margin-top: 30px !important;
  margin-bottom: 16px !important;
}
.nrm-page h4 {
  font-size: var(--font-24);
  line-height: 1.3;
  font-weight: 700;
  color: #004e86;
  margin-top: 40px !important;
  margin-bottom: 16px !important;
}
.nrm-page .site-main p {
  color: #000000;
  font-size: var(--font-20);
  margin-bottom: 20px !important;
}
.wp-block-separator {
  border-color: #004e86;
  opacity: 1;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.nrm-page .site-main ul {
  padding-left: 20px !important;
  font-size: var(--font-20);
  color: #000;
  margin-bottom: 30px !important;
}
.nrm-page .site-main ul li::marker {
  color: #004e86;
}

.nrm-page .site-main .icon-list {
  margin-bottom: 10px !important;
}
.icon-list a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.icon-list a:hover {
  color: #004e86;
}

.icon-list::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900; /* solid icons */
  margin-right: 15px;
  color: #004e86;
}
.icon-list.phone::before {
  content: "\f095"; /* phone icon */
}

.icon-list.email::before {
  content: "\f0e0"; /* envelope icon */
}

/* .full-scroll-box {
  height: 100vh; 
  overflow-y: scroll; 
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch; 
}

.full-section {
  scroll-snap-align: start;
  min-height: 100vh; 
} */
@media (min-width: 1101px) {
.page-template-home-template {
  overflow: hidden;
}
.full-section {
  scroll-snap-align: start;
}  
}


/* Container for phone/video */
.video-container {
  position: relative;
  /* max-width: 350px; adjust as needed for phone mockup */
  margin: auto;
}

/* Video fills container */
.phone-mockup {
  position: relative;
  width: fit-content;
  /* margin-right: auto !important; */
  margin-left: auto !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-mockup video {
  max-width: 100%;
  display: block;
  border-radius: 30px; /* optional for phone corners */
}

@media (min-width: 1101px) {
  .phone-mockup video {
    height: 100%;
    max-height: 70vh;
    width: auto;
  }
}

/* Play button overlay */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.play-button::after {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
  margin-left: 5px;
}

/* Optional hover effect */
.play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.avv2-details h3{
  font-size: 20px !important;
  color: #000;
  font-size: 20px !important;
  margin-top: 25px !important;
  margin-bottom: 9px !important;
	line-height:1.3;
}

.avv2-details p {
  font-size: 14px !important;
  color: #000;
}

.image-container {
  display: flex;
  justify-content: end;
}
.avv2-details h4 {
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.avv2-details ul {
  margin-left: 25px !important;
}
.avv2-details ul li {
    text-indent: -0.35em;
}

.avv2-details ul li::marker {
  color: #1cbbff;
  font-size: 28px;
}
.full-width {
  width: 100% !important;
}

.actionsplan-section-slider-btn .slider-button-navigation-container {
  gap: 675px !important;
}
.damals-heute .slider-button-navigation-container {
  gap: 345px !important;
}

.antworten-swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y)) !important;
  margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}
.col-cust-6 {
  width: 100%;
}

.antworten-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal, .daten-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal, .kurz-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal, .quiz-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal, .damsel-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 0px !important;
}
@media (min-width: 1101px) {
  .col-cust-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}


/** Meine Änderungen */


.text.full-width.pt-0{
	padding-top:0 !important;
}

.number{
    font-size: 32px;
    padding-bottom: 10px !important;
    font-weight: 600;
    color: #006db1;
    line-height: 1;
    margin-right: 1rem !important;
    display: flex
;
}

#daten .row>* {
	padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}


#avvswipe2 .big-text p{
	text-transform:unset !important;
}

.quelle{
	font-size:12px
}


div#aktionsplan p {
    margin-bottom: 10px !important;
}
.damals-section .logo-text img{
	height:100px;
	width:auto;
	object-fit:contain
}
.number-link::after{
	text-transform:unset;
}

#meilensteine .slide-img.slide-img2 img{
	max-height:450px !important;
	object-fit:contain !important;
}

.site-navigation a:after{
	line-height: 1;
  padding-top: 8px;
}

.antworten-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.daten-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.kurz-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.quiz-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.damsel-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 10px !important;
}

#primary .slide-btn p,
#primary #aktionsplan .slide-btn p{
    margin-bottom: 0 !important;
}

.quiz-swiper { 
	position: relative; 
	overflow: hidden; 
}
#quiz-fireworks {
  position: absolute;
	width: 100%; 
	height: 100%;
  pointer-events:
		none; z-index: 2;
}
#quiz .slider-navigation-button, .quiz-pagination { 
	position: relative; 
	z-index: 3; 
  margin-top:-5rem !important;
}

#avvswipe2 h4{
	margin-top: 0px !important;
}

#avvswipe2 p{
	display:contents;
	margin-bottom:20px !important;
}

.actionsplan-swiper ul li{
	font-size:16px
}

@media (max-height:900px) {
	p{
	font-size:16px !important;
	}


  /* HEADINGS */
  .first-slide-text p {
    font-size: 30px !important;
    line-height: 1.3;
}
  .secend-slide-sub-heading p {
    font-size: 28px !important;
    line-height: 1.3;
}
  .third-slide-h2 p {
    font-size: 28px !important;
    line-height: 1.3;
}
  .zukunft-heading p {
    font-size: 28px !important;
    line-height: 1.3;
}

}


/* TEXT RESET*/

.daten-text p:nth-of-type(2){
	padding-bottom:0;
	padding-top:16px !important;
}
.daten-text p{
	font-size:16px;
	margin-bottom:10px !important;
}

strong{
	font-family:"DaxlinePro Medium"
}
.pdf-link a{
	display:inline-flex;
	background:#026db1;
	align-items:center;
	justify-content:center;
	padding:8px 16px 6px!important;
	border-radius:8px;
	font-size:18px;
		font-family:"DaxlinePro Medium";
	color:white;
}
.pdf-link a img{
	width:24px;
	margin-top:-4px !important;
	margin-right:5px !important;
	display:block;
	filter:invert(1);
}

.pdf-link.pt{
	padding-top:0.8rem !important;
}

.pdf-link a:hover{
	opacity:0.7;
}

.content2{
	font-size:20px;
	padding-top:1rem !important;
	padding-bottom:2rem !important;
}
.actionsplan-heading-section.mobile-view{
  display: none;
}

@media (max-height:900px){
.actionsplan-heading-section{
  display: none;
}

.actionsplan-heading-section.mobile-view
 {
  display: block;
    flex-direction: row;
    gap: 10px;
    display: flex;
    p{
          transform: translate(0%, 0%) !important;
              font-size: 38px !important;
    line-height: normal;
    }

  }  
.actionplan-subtext {
    padding-top: 120px !important;
}
}

.row .col-12{
      padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.swiper-button-disabled {
    opacity: 0 !important;
    cursor: default !important;
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}


/* alle Slides unter #statements standardmäßig unsichtbar */
#statements .swiper-slide {
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none; /* nicht klickbar */
}

/* der aktive (und der Loop-Duplikat-aktive) Slide sichtbar */
#statements .swiper-slide.swiper-slide-active,
#statements .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
  pointer-events: auto;
}

.daten-two-section .img-section img {
    max-width: 600px;
}




@media (max-height:899px){
  .wir-blue-heading,
.blue-heading p, 
.zukunft-heading p,
.big-text p, 
.u1 *,
.editorial-heading p:nth-of-type(1) {
    font-size: 46px !important;
    line-height: normal !important;
}

.editorial-heading p:nth-of-type(2),
.black-sub-heading p,
.black-sub-heading.blue p,
.kurz-sub-text p,
p.bold32,
.editorial-writer p,
.name p {
    font-size: 26px !important;
}
.designation p,
.sub-text,
.heading p:nth-of-type(1){
  font-size: 36px !important;
}
.secend-slide-sub-heading{
  padding-bottom: 50px !important;
}
.question p,
.text-holder p:nth-of-type(1){
  font-size: 20px !important;
}

img{
  max-height:450px 
}
}
#meilensteine img,
.damals-section img{
  max-height:450px 
}
#meilensteine img {
    max-height: 450px;
    margin: auto;
}

.slide-img.slide-img3 {
    display: flex;
    flex-wrap: wrap;
}
.slide-img.slide-img3 img {
        max-width: 47%;
        margin-bottom:1.5rem !important;
}



/* Nutzung: einem Element die Klasse .tilt-oscillate geben */
.tilt-oscillate {
  --angle: 10deg;        /* Zielwinkel nach rechts */
  --duration: 1.2s;      /* Animationsdauer für eine Halbschwingung */
  --easing: ease-in-out; /* Timing-Funktion */

  display: inline-block;          /* wichtig, damit transform wirkt */
  transform-origin: center center;/* Drehpunkt in der Mitte */
  animation: tilt var(--duration) var(--easing) infinite alternate;
}

@keyframes tilt {
  from { transform: rotate(calc(-1 * var(--angle))); }
  to   { transform: rotate(var(--angle)); }
}

/* Respektiert Nutzereinstellung für reduzierte Bewegung */
@media (prefers-reduced-motion: reduce) {
  .tilt-oscillate { animation: none; }
}
