:root {
  color-scheme: light;
}

html,
body {
  background-color: white !important;
}

input,
textarea {
  background-color: white !important;
  color: black !important;
  border-color: #ccc !important;
}

.bgGradient {
  background: linear-gradient(45deg, #7030a0, #4472c4);
}

html.darkreader,
body.darkreader {
  background-color: white !important;
  color: black !important;
}

#phoneHeaderNew {
  display: block; /* Dies ist standardmäßig so für divs */
  margin-bottom: 0px;
  width: 100%;
  background-color: #f2f2f2;
  padding: 8px;
}

.gradientText {
  background: -webkit-linear-gradient(left, #7030a0, #4472c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body,
html {
  background-color: #ffffff !important;
}

.form-label {
  color: #888888 !important;
}

input::placeholder {
  color: #888888 !important; /* gewünschte Farbe */
  opacity: 1 !important; /* optional: vollständige Sichtbarkeit */
}

input::-webkit-input-placeholder {
  color: #888 !important;
}
input:-moz-placeholder {
  color: #888 !important;
  opacity: 1 !important;
}
input::-moz-placeholder {
  color: #888 !important;
  opacity: 1 !important;
}
input:-ms-input-placeholder {
  color: #888 !important;
}
input::placeholder {
  color: #888 !important;
}

#phoneHeaderMobile {
  display: none;
}

.s2PhoneOnMobile {
  display: none;
}

.form-wrap.has-error .form-input {
  border-color: #4472c4 !important;
}

.form-validation {
  color: #4472c4 !important;
}

.box-icon-modern-text {
  font-weight: 100;
}

.benefitItem {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 15px;
}

.benefitHeader img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.hide {
  display: none !important;
}

.loader {
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #4472c4; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

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

.i30daytest {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (min-width: 1200px) {
  .floating-button {
    display: none;
  }

  .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    padding-top: 0px;
    padding-bottom: 26px;
  }
}

.bgBackgroundGreyBox {
  background-color: #fff;
  max-width: 420px;
  height: 254px !important;
  margin: 2px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-radius: 5px;
}

.bgBackgroundGreyBox p {
  width: calc(100%) !important;
  color: #242424;
  font-weight: 100;
}

.isotope-filters-list {
  max-width: 90% !important;
}

.hidden {
  display: none;
}

.module-border-wrap {
  background: linear-gradient(to right bottom, #7030a0, #4472c4);
  border-radius: 5px;
}

.sectionDropdown {
  width: calc(100% - 30px);
  background-color: #f2f2f2;
  margin-left: 15px;
  padding: 18px;
  cursor: pointer;
  margin-bottom: 40px;
}

#howEmilyWorks {
  margin-bottom: 0px !important;
}

.box-image-emily {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.box-pricing-emily {
  background-color: #f2f2f2 !important;
}

.font-black {
  color: #000 !important;
}

.preOrderNow {
  background-color: #4472c4;
  text-transform: uppercase;
  color: #fff;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: small;
  font-weight: 100;
}

.summeryLabel {
  font-weight: 100;
  text-align: left;
}

.txtSummery {
  text-align: left;
}

.font-grey {
  color: #ccc !important;
}

.box-pricing-black {
  height: 580px !important;
}

.box-pricing-black .box-pricing-list > li.notincluded::before {
  color: #f2f2f2 !important;
}

.orderStepItem {
  width: calc((100% / 7) - 6px - 4px);
  background-color: #f2f2f2;
  font-weight: 100;
  font-size: 8pt;
  padding: 5px;
  margin-right: 6px;
  border-radius: 4px;
}

.orderStepItemActive {
  background-color: #cccccc !important;
}

.circle-number {
  display: inline-flex; /* Zentriert den Inhalt sowohl horizontal als auch vertikal */
  align-items: center; /* Vertikale Zentrierung */
  justify-content: center; /* Horizontale Zentrierung */
  width: 18px; /* Höhe und Breite gleich, um einen perfekten Kreis zu erstellen */
  height: 18px;
  font-size: 9pt; /* Schriftgröße */
  font-weight: normal; /* Optionale Hervorhebung der Zahl */
  color: #242424; /* Textfarbe */
  border: 1px solid #242424;
  border-radius: 50%; /* Runde Ecken -> Kreis */
  text-align: center; /* Sicherstellen, dass der Text zentriert ist */
  margin-right: 10px;
}

@media (max-width: 430px) {
  #benefits {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: max-height 0.8s ease-out, opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  #benefits.open {
    max-height: 1000px; /* Muss größer als der tatsächliche Inhalt sein */
    opacity: 1;
    transform: translateY(0);
  }

  #phoneHeaderNew {
    display: none;
  }

  .cmigText {
    text-align: justify;
    font-weight: 100;
  }

  .s2halfPhone {
    display: none;
  }

  .brand > img {
    max-width: 90% !important;
  }

  .benefitBedge {
    transform: rotate(-90deg);
    position: absolute;
    left: -32px;
    top: 33px;
    background-color: #4472c4;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .benefitBedge.visible {
    transform: rotate(-90deg) translateX(0);
    opacity: 1;
  }

  .benefitHeader {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .benefitItem {
    padding-top: 3px;
    padding-bottom: 3px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
  }

  .benefitHeader img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }

  .cmigText {
    padding-bottom: 40px;
    font-weight: 100;
  }

  #phoneHeaderMobile {
    display: block; /* Dies ist standardmäßig so für divs */
    margin-bottom: 0px;
    background-color: #f2f2f2;
    padding: 8px;
    z-index: 99999;
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 18px;
    border-width: 1px;
    border-color: #ccc;
  }

  .mobilePhoneIcon {
    width: 27px;
    margin-top: -5px;
    margin-right: 10px;
  }

  .emily-section-dropdown-image {
    display: block;
    height: 30px;
    left: calc(50% - 15px) !important;
    position: relative;
    margin-top: 10px;
  }

  .rd-navbar-nav {
    margin-top: -28px !important;
  }

  .rd-nav-item-order {
    background: rgb(119, 21, 180);
    background: linear-gradient(135deg, rgba(119, 21, 180, 1) 0%, rgba(119, 21, 180, 1) 26%, rgba(0, 212, 255, 1) 100%);
    border-radius: 0px;
    padding: 6px;
    padding-left: 0px;
    padding-right: 6px;
  }

  .rd-nav-item-order > a {
    color: #fff !important;
    font-weight: 100 !important;
  }

  .emily-box-icon {
    width: 60%;
  }

  .h4-bottom-100 {
    margin-left: 10px;
  }

  .orderStepLabel {
    display: none;
  }

  .circle-number {
    margin-left: 9px;
  }

  #grandmaImg {
    min-height: 500px;
    max-width: calc(100% - 40px);
    margin-top: -100px;
    margin-bottom: -100px;
  }

  #slide1_watch_left {
    height: auto;
    width: 300px;
    left: 20px;
    top: 180px;
  }

  #slide1_headline {
    text-shadow: 1px 2px 2px #ccc;
  }

  #slide2_headline {
    text-shadow: 1px 2px 2px #ccc;
  }

  #slide1_subline {
    text-shadow: 1px 2px 2px #ccc;
  }

  .phoneHeader {
    margin-top: 0px;
    font-size: 16px;
    background-color: #f2f2f2;
    border: 1px solid #cfcccc;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 99999999;
    left: calc(100% - 190px);
    width: 190px;
    height: 65px;
  }
  .phoneHeader span {
    font-size: 8pt;
  }
}

@media (min-width: 750px) and (max-width: 900px) and (orientation: portrait) {
  #slide2_headline {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5); /* halbtransparentes weiß */
    backdrop-filter: blur(0.5px); /* ganz leichter Blur */
    -webkit-backdrop-filter: blur(0.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.3s ease;
    font-size: 17pt;
    padding-left: 15px;
    padding-right: 15px;
    height: 20%;
    top: 80%;
    padding-bottom: 5%;
  }

  .s2PhoneOnMobile {
    display: block;
    position: absolute;
    left: 20px;
    top: 35%;
    height: 300px;
  }
}
.s2halfPhone {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .emily-box-icon {
    width: 80%;
  }

  .benefitBedge {
    transform: rotate(-90deg);
    position: absolute;
    left: -32px;
    top: 33px;
    background-color: #4472c4;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .benefitBedge.visible {
    transform: rotate(-90deg) translateX(0);
    opacity: 1;
  }

  .benefitHeader {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .benefitItem {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .benefitHeader img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }

  .s2halfPhone {
    display: none;
  }

  .h4-bottom-100 {
    margin-left: 10px;
  }

  #slide1_watch_left {
    height: 250px;
    margin-right: 100px;
    margin-top: 20px;
  }

  .phoneHeader {
    margin-top: 0px;
    font-size: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: calc(50% - 155px);
    width: 310px;
  }

  .phoneHeader span {
    font-size: 12pt;
  }
}

@media (min-width: 768px) and (max-width: 1279px) and (orientation: landscape) {
  .emily-box-icon {
    width: 80%;
  }

  .pagger {
    min-height: 500px;
  }

  .rd-navbar-main {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  .benefitBedge {
    transform: rotate(-90deg);
    position: absolute;
    left: -32px;
    top: 33px;
    background-color: #4472c4;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .benefitBedge.visible {
    transform: rotate(-90deg) translateX(0);
    opacity: 1;
  }

  .benefitHeader {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #f2f2f2;
  }

  .benefitItem {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .benefitHeader img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }

  #slide2_headline {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5); /* halbtransparentes weiß */
    backdrop-filter: blur(0.5px); /* ganz leichter Blur */
    -webkit-backdrop-filter: blur(0.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.3s ease;
    font-size: 17pt;
    text-wrap: balance;
    padding-left: 15px;
    padding-right: 15px;
    height: 20%;
    top: 80%;
    padding-bottom: 5%;
  }

  .s2PhoneOnMobile {
    display: block;
    position: absolute;
    left: 20px;
    top: 41%;
    height: 300px;
  }

  .s2halfPhone {
    display: none;
  }

  .rd-navbar-nav {
    margin-right: -50px !important;
  }

  .h4-bottom-100 {
    margin-left: 10px;
  }

  #slide1_watch_left {
    height: 250px;
    margin-right: 100px;
    margin-top: 20px;
  }

  .phoneHeader {
    margin-top: 0px;
    font-size: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: calc(50% - 155px);
    width: 310px;
  }

  .phoneHeader span {
    font-size: 12pt;
  }
}

@media (min-width: 1280px) and (orientation: landscape) {
  .hideOnDesktop {
    display: none;
  }

  .line-container {
    display: flex;
    align-items: center;
    width: 100%; /* oder eine feste Breite */
  }

  .text {
    white-space: nowrap; /* verhindert Zeilenumbruch */
    margin-right: 10px; /* Abstand zur Linie */
  }

  .gradientLine {
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(135deg, rgba(119, 21, 180, 1) 0%, rgba(119, 21, 180, 1) 26%, rgba(0, 212, 255, 1) 100%);
  }
  .gradientLineGrey {
    flex-grow: 1;
    height: 2px;
    background: linear-gradient(135deg, #f2f2f2, #cccccc 100%);
  }

  .emily-section-dropdown-image {
    height: 30px;
    left: calc(70%);
    margin-top: -5px;
    position: absolute;
  }

  .floating-button {
    display: none;
  }

  .pagger {
    min-height: 500px;
  }

  .rd-navbar-wrap {
    height: 90px;
  }

  .benefitBedge {
    display: none;
  }

  .benefitHeader {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90% !important;
    max-width: 80%;
    margin-left: 10%;
    margin-top: 0px;
  }

  .benefitRow {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .benefitItem {
    padding-top: 3px;
    padding-bottom: 3px;
    flex: 1 1 30%; /* Bis zu 3 nebeneinander */
    max-width: 33%;
  }

  .benefitHeader img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }

  .s2halfPhone {
    display: block;
    width: 500px;
    position: absolute;
    left: 20px;
    top: 130px;
  }

  .rd-navbar-nav {
    margin-right: -55px !important;
  }

  .rd-nav-item-order {
    background: rgb(119, 21, 180);
    background: linear-gradient(135deg, rgba(119, 21, 180, 1) 0%, rgba(119, 21, 180, 1) 26%, rgba(0, 212, 255, 1) 100%);
    border-radius: 10px;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .rd-nav-item-order > a {
    color: #fff !important;
    font-weight: 100 !important;
  }

  .rd-nav-link:hover {
    text-decoration: none !important;
  }

  .h4-bottom-100 {
    margin-left: 10px;
  }

  .emily-box-icon {
    width: 80%;
  }

  #slide1_watch_left {
    height: 55vh;
    position: absolute;
    left: 10vh;
    top: 20vh;
  }

  #slide1_headline {
    margin-top: 300px;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.6);
    width: 85vh;
    position: absolute;
    right: 5vh;
    top: 10vh;
    padding: 20px;
  }

  #slide0_headline {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5); /* halbtransparentes weiß */
    backdrop-filter: blur(5px); /* moderner Glas-Effekt */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.3s ease;
    font-size: 27pt;
    height: 120px;
    top: calc(100% - 120px);
    padding-left: 27%;
  }

  #slide2_headline {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5); /* halbtransparentes weiß */
    backdrop-filter: blur(5px); /* moderner Glas-Effekt */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.3s ease;
    font-size: 20pt;
    height: 120px;
    top: calc(100% - 120px);
    padding-left: 27%;
  }

  .phoneHeader {
    margin-top: 60px;
    font-size: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 99999999;
    left: calc(50% - 155px);
    width: 310px;
  }

  .phoneHeader span {
    font-size: 12pt;
  }

  #datenschutzhinweise {
    margin-top: -100px !important;
  }
}

.custom-radio {
}

.custom-radio > label {
}

.custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #4472c4;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  margin-right: 10px;
}

.custom-radio input[type="radio"]:checked {
  background-color: #4472c4;
  border-color: #4472c4;
}

.custom-radio input[type="radio"]:hover {
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.text-left {
  text-align: left !important;
}

.licenseSelection {
  cursor: pointer;
}

.divSelected {
  border-radius: 20px;
  background-color: #4472c4;
  font-size: 9pt;
  max-width: 120px;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

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

@media (min-width: 1024px) {
  .isotope-emily,
  .parallax-container {
    margin-left: calc(100% / 12) !important;
    margin-right: calc(100% / 12) !important;
  }
  .floating-button {
    display: none;
  }

  #inviteDownload {
    margin-top: 100px;
  }

  #ImgAppStore {
    height: 60px;
    margin-right: 20px;
  }

  #ImgPlayStore {
    height: 60px;
    margin-left: 20px;
  }
}

.emily-box-icon {
  width: 80%;
}

@media (max-width: 1024px) {
  .isotope-emily,
  .parallax-container {
    margin-left: calc(100% / 12) !important;
    margin-right: calc(100% / 12) !important;
  }
}

@media (min-width: 1200px) {
  #services > .container {
    max-width: calc(100% / 12 * 9) !important;
    width: calc(100% / 12 * 9) !important;
  }

  #howEmilyWorks > .container {
    __max-width: calc(100% / 12 * 9) !important;
  }
}

@media (max-width: 375px) and (orientation: portrait) {
  .marginLeft7 {
    margin-left: 0px;
  }

  #phoneMobileTxt {
    display: none;
  }
  .mobilePhoneIcon {
    margin-right: 0px !important;
  }
  .phoneHeaderMobile {
    text-align: center;
  }

  #grandmaImg {
    margin-top: 0 !important;
  }

  .cmigText {
    text-align: justify;
    font-weight: 100;
  }

  #inviteDownload {
    margin: 10px;
    margin-bottom: 20px;
  }

  #ImgAppStore {
    height: 40px;
    margin-right: 10px;
  }

  #ImgPlayStore {
    height: 40px;
    margin-left: 10px;
  }

  .box-pricing-emily {
    background-color: #f2f2f2 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .marginLeft7 {
    margin-left: 0px;
  }

  .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  #inviteDownload {
    margin: 10px;
    margin-bottom: 20px;
  }

  #ImgAppStore {
    height: 40px;
    margin-right: 10px;
  }

  #ImgPlayStore {
    height: 40px;
    margin-left: 10px;
  }

  .floating-button:hover {
    background-color: #0056b3;
  }

  .floating-button.visible {
    opacity: 1;
    pointer-events: auto;
  }

  .emily-box-icon {
    width: 60%;
  }

  .cmigText {
    text-align: justify;
    font-weight: 100;
  }

  #grandmaImg {
    margin-top: 0 !important;
  }

  .s2halfPhone {
    display: none;
  }

  .parallax-container {
    background-position: calc(50% + 100px);
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 200px !important;
    max-height: 70% !important;
    height: 480px !important;
  }
  .parallax-container h3 {
    color: #000 !important;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px;
  }

  .hideOnMobile {
    display: none;
  }

  #slide1_headline {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    line-height: 40px;
    font-size: 20px;
  }

  #slide0_headline {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5); /* halbtransparentes weiß */
    backdrop-filter: blur(0.5px); /* ganz leichter Blur */
    -webkit-backdrop-filter: blur(0.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.3s ease;
    font-size: 15pt;
    padding-left: 15px;
    padding-right: 15px;
    height: 32%;
    top: 68%;
    padding-bottom: 20%;
  }

  #slide2_headline {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5); /* halbtransparentes weiß */
    backdrop-filter: blur(0.5px); /* ganz leichter Blur */
    -webkit-backdrop-filter: blur(0.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.3s ease;
    font-size: 17pt;
    padding-left: 15px;
    padding-right: 15px;
    height: 32%;
    top: 68%;
    padding-bottom: 20%;
  }

  .s2PhoneOnMobile {
    display: block;
    left: -150px;
    height: 280px;
    position: absolute;
    top: 20%;
  }

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

  .i30daytest_slide2 {
    right: 10px !important;
    top: 10px !important;
  }

  #swiper-slide-1 {
    background-image: url(../images/AdobeStock_348906759_cutted.jpeg) !important;
    background-position: calc(50% - 200px) calc(50% - 120px);
    background-size: 1300px auto !important;
    height: 900px !important;
    margin-top: 0px;
    background-repeat: no-repeat;
    position: relative; /* Erforderlich für das Pseudo-Element */
    z-index: 1; /* Inhalte bleiben sichtbar */
  }

  #swiper-slide-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); /* Schwarzes Overlay mit 50% Transparenz */
    z-index: -1; /* Hinter den Inhalten platzieren */
    pointer-events: none; /* Overlay bleibt klick-durchlässig */
  }

  #swiper-slide-0 {
    background-position: 45% 20%;
    background-size: cover;
    height: 700px !important;
    margin-top: 0px;
    background-repeat: no-repeat;
    position: relative; /* Erforderlich für das Pseudo-Element */
    z-index: 1; /* Inhalte bleiben sichtbar */
  }

  #swiper-slide-2 {
    background-position: 25% 20%;
    background-size: cover;
    height: 700px !important;
    margin-top: 0px;
    background-repeat: no-repeat;
    position: relative; /* Erforderlich für das Pseudo-Element */
    z-index: 1; /* Inhalte bleiben sichtbar */
  }

  #swiper-slide-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); /* Schwarzes Overlay mit 50% Transparenz */
    z-index: -1; /* Hinter den Inhalten platzieren */
    pointer-events: none; /* Overlay bleibt klick-durchlässig */
  }

  .swiper-container {
    display: block;
    height: 650px !important;
  }
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #f9f9f9;
  color: #333;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  display: none;
  z-index: 1000;
  opacity: 0.95;
}

#cookie-banner button {
  margin-left: 10px;
  padding: 5px 10px;
  border: none;
  border-radius: 0px;
  background-color: #4472c4;
  color: white;
  cursor: pointer;
}

#cookie-banner button:hover {
  background-color: #4472c4;
}
