@import url(./styles.css);
@import url(./size.css);

body {
  position: relative;
  overflow-x: hidden;
}

.button {
  display: flex;
  justify-content: center;
  text-decoration: none;
  border: 2px solid var(--gold-color);
  border-radius: 2px;
  width: 244px;
  height: 44px;
  padding: auto;
  text-align: center;
  align-items: center;
  background: var(--primary-color);
  color: var(--gold-color);
  font-size: 20px;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden; /* Verhindert Überlaufen des Gradienten */
}

.button::before {
  content: attr(data-text); /* Nutzt den Inhalt des Elements für den Hover-Text */
  position: absolute;
  color: transparent;
  background-image: linear-gradient(263.65deg, #baa066 28.75%, #e2d1aa 52.66%, #baa066 76.58%);
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none; /* Verhindert Interaktionen mit dem Hover-Text */
}

.button:hover::before {
  opacity: 1;
}

.button:hover {
  color: transparent; /* Entfernt den ursprünglichen Text, sodass nur der Hover-Text angezeigt wird */
}

/* From Uiverse.io by vinodjangid07 */
.Btn {
  width: 240px;
  height: 44px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(45deg, var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-shine), var(--gold-color));
  background-size: 250%;
  background-position: left;
  color: var(--gold-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.Btn__pdf {
  width: 184px;
}

.Btn__pdfMail {
  width: 235px;
}

.Btn::after {
  position: absolute;
  content: "";
  color: var(--gold-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px); /* Exakt 1px Abstand links/rechts */
  height: calc(100% - 2px);
  border-radius: 2px;
  border: none;
  transition-duration: 1s;
  background-color: rgba(11, 27, 45, 1);
  background-size: 200%;
  font-size: 20px;
  z-index: 0;
}

.Btn::before {
  position: absolute;
  content: "Schließfach mieten";
  color: transparent; /* Text wird transparent, um den Gradient zu zeigen */
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px); /* Exakt 1px Abstand links/rechts */
  height: calc(100% - 2px);
  border-radius: 2px;
  background: linear-gradient(45deg, var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-shine), var(--gold-color));
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 2; /* Text über Hintergrund */
  font-size: 20px;
  transition: background-position 1s;
}

.Btn__pdf::before {
  content: "PDF-Download";
}

.Btn__pdfMail::before {
  content: "Als E-Mail zusenden";
}

.Btn:hover {
  background-position: right;
  transition-duration: 1s;
}

.Btn:hover::after {
  background-position: right; /* Verschiebt den Hintergrund */
}

.Btn:hover::before {
  background-position: right; /* Verschiebt den Gradient im Text */
}

.Btn:active {
  transform: scale(0.95);
}

/* Button Light */

.Btn-light {
  width: 240px;
  height: 44px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(45deg, var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-shine), var(--gold-color));
  background-size: 250%;
  background-position: left;
  color: var(--gold-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.Btn-light::after {
  position: absolute;
  content: "";
  color: var(--gold-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px); /* Exakt 1px Abstand links/rechts */
  height: calc(100% - 2px);
  border-radius: 2px;
  border: none;
  transition-duration: 1s;
  background-color: #22354a;
  background-size: 200%;
  font-size: 20px;
  z-index: 0;
}

.Btn-light::before {
  position: absolute;
  content: "Schließfach mieten";
  color: transparent; /* Text wird transparent, um den Gradient zu zeigen */
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px); /* Exakt 1px Abstand links/rechts */
  height: calc(100% - 2px);
  border-radius: 2px;
  background: linear-gradient(45deg, var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-shine), var(--gold-color));
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 2; /* Text über Hintergrund */
  font-size: 20px;
  transition: background-position 1s;
}

.Btn-light:hover {
  background-position: right;
  transition-duration: 1s;
}

.Btn-light:hover::after {
  background-position: right; /* Verschiebt den Hintergrund */
}

.Btn-light:hover::before {
  background-position: right; /* Verschiebt den Gradient im Text */
}

.Btn-light:active {
  transform: scale(0.95);
}

.Btn-abo:before {
  content: "Abonnieren";
}

/* Botton Header */

.Btn-header {
  width: 220px;
  height: 38px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(45deg, var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-shine), var(--gold-color));
  background-size: 250%;
  background-position: left;
  color: var(--gold-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.Btn-header::after {
  position: absolute;
  content: "";
  color: var(--gold-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2.5px); /* Exakt 1px Abstand links/rechts */
  height: calc(100% - 2.5px); /* 2px kleiner als die Höhe */
  border-radius: 2px;
  border: none;
  transition-duration: 1s;
  background-color: rgba(11, 27, 45, 1);
  background-size: 200%;
  font-size: 20px;
  z-index: 0;
}

.Btn-header::before {
  position: absolute;
  content: "Schließfach mieten";
  color: transparent; /* Text wird transparent, um den Gradient zu zeigen */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px; /* Exakt 1px Abstand links/rechts */
  height: 36px;
  border-radius: 2px;
  background: linear-gradient(45deg, var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-color), var(--gold-shine), var(--gold-color));
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 2; /* Text über Hintergrund */
  font-size: 18px;
  transition: background-position 1s;
}

.Btn-header:hover {
  background-position: right;
  transition-duration: 1s;
}

.Btn-header:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.Btn-header:active {
  transform: scale(0.95);
}

header {
  width: 100%;
  height: 154px;
  background: rgba(11, 27, 45, 1);
}

header .submenu {
  background: var(--primary-color);
}

.sticky__header {
  height: 80px;
}

.sticky__header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 999;
  top: -100px;
  opacity: 0;
  background: none;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
}

.sticky__header .submenu {
  background: rgba(11, 27, 45, 0.884);
  backdrop-filter: blur(10px); /* Blur-Effekt */
}

.sticky__header.sticky {
  background: rgba(11, 27, 45, 0.884);
  backdrop-filter: blur(10px); /* Blur-Effekt */
  opacity: 1;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu {
  gap: 51px;
}

.menu-item,
.menu-item a {
  position: relative;
  padding: 0;
  color: var(--nav-color);
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  transition: color 0.3s ease;
  font-family: "Inter";
  text-decoration: none;
}

.menu-item svg {
  display: none;
}

.menu-item:hover {
  color: white;
}

.menu-item:hover svg path {
  transition: stroke 0.3s ease;
  stroke: #fff;
}

.menu-item.active {
  color: var(--gold-color);
}

.menu-item.active svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.menu-item.active svg path {
  stroke: var(--gold-color);
}

.submenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: var(--primary-color-op);
  position: absolute;
  left: 0;
  display: none;
  width: 200px;
  top: calc(100%);
}

.menu-item.active .submenu {
  display: none;
}

.submenu li {
  padding: 0.5rem 1rem;
  color: #fff;
}

.menu-item.active .submenu li:hover {
  background-color: rgba(186, 160, 102, 0.5);
}

.header__login {
  gap: 51px;
}

.header__login button {
  color: #fff;
}

.header__login button:hover {
  color: var(--gold-color);
}

.header__login button svg path {
  transition: all 0.2s ease;
}

.header__login button:hover svg path {
  stroke: var(--gold-color);
}

/* Hero Section */

.section__hero {
  background-image: url(../img/bg/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(var(--vh) * 100 - 145px);
}

.hero__icon {
  width: 110px;
}

.open-badge {
  padding-bottom: 6%;
}

/* Trust Section */

/* Slider */

.trust__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  user-select: none;
}

.trislider__accordion {
  list-style-type: none;
  display: flex;
  padding: 0;
  overflow: hidden;
  flex-grow: 1;
  width: 100%;
  position: relative;
  height: 700px;
}

.trislider__item {
  height: 100%;
  transition: transform 0.75s linear, opacity 0.75s ease-in-out, flex 0.75s;
  position: relative;
  filter: brightness(0.95);
  cursor: pointer;
}

.img-badge {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 50px;
}

.img-badge img {
  filter: brightness(1) !important;
}

.img-badge-text {
  width: 500px;
  padding-left: 2rem;
  margin-top: -2rem;
  font-family: "Inter";
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.badge-title {
  font-weight: 600;
  color: #fff;
}

.badge-text {
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  color: #fff;
  background-color: rgba(34, 53, 74, 0.85);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  max-height: 0;
  overflow: hidden;
  width: 300px; /* Match width of parent */
  word-wrap: break-word; /* Ensure long words don't overflow */
}

.trislider__item[data-pos="0"] .badge-text {
  opacity: 1;
  max-height: 500px; /* Increased from 200px to accommodate more text */
  overflow: hidden; /* Changed from visible to hidden to prevent text overflow */
}

/* .trislider__item[data-pos="-1"] {
  flex: 0 0 25%;
  opacity: 1;
  order: 1; 
}

.trislider__item[data-pos="0"] {
  flex: 0 0 50%;
  opacity: 1;
  order: 2; 
}

.trislider__item[data-pos="1"] {
  flex: 0 0 25%;
  opacity: 1;
  order: 3; 
}

.trislider__item[data-pos="2"] {
  flex: 0 0 0;
  opacity: 0;
  order: 4; 
}
.trislider__item[data-pos="-2"] {
  flex: 0 0 0;
  opacity: 0;
  order: 0; 
} */

/* Standard: Alle Items bleiben sichtbar */
.trislider__item {
  flex: 0 0 20%;
  opacity: 1;
  transition: flex 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

/* Aktives zentrales Element */
.trislider__item[data-pos="0"] {
  flex: 0 0 40%;
}

/* Element gegenüber des aktiven wird ausgeblendet */
.trislider__item[data-hide="true"] {
  flex: 0 0 0;
  opacity: 0;
}

.trislider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  filter: brightness(0.6);
  transition: filter 0.3s ease;
}

.trislider__item:hover img {
  filter: brightness(1) !important;
}

.trislider__item[data-pos="0"] img {
  filter: grayscale(0);
}

#sliderToggleLeft,
#sliderToggleRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

#sliderToggleLeft {
  left: -4rem;
}

#sliderToggleRight {
  right: -4rem;
  transform: rotate(180deg) translateY(50%);
}

/* Sichtbar-Zustände */
#sliderToggleLeft.active {
  left: 2rem;
  opacity: 1;
  pointer-events: all;
}

#sliderToggleRight.active {
  right: 2rem;
  opacity: 1;
  pointer-events: all;
}

/* Tech Section */

.custom-card {
  background-color: rgba(34, 53, 74, 1); /* Hintergrundfarbe */
  border: none; /* Keine Border */
  border-radius: 6px; /* Abgerundete Ecken */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); /* Drop-Shadow */
  padding: 1.8rem;
}

.custom-header {
  border: none;
  background: transparent;
}

.card-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 28px;
  line-height: 39.2px;
  color: var(--gold-color);
}

.card-subtitle {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--beige-color);
  margin-top: 0.5rem;
}

.arrow-path {
  transition: d 0.3s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.rotate-back {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.card-text-section {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1rem 0;
}

.info-head {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--beige-color);
}

.slider {
  display: flex;
  justify-content: start;
  transition: justify-content 1s ease;
  overflow: scroll;
  overflow-y: visible;
  -ms-overflow-style: none; /* IE und Edge */
  scrollbar-width: none; /* Firefox */
}

.slider::-webkit-scrollbar {
  display: none;
}

.slide-sm {
  flex: 0 0 20%; /* 5% der Breite für slide-sm */
  margin-left: -1rem;
}

.slide-xl {
  flex: 0 0 28%; /* 20% der Breite für slide-xl */
  cursor: pointer;
  overflow: visible;
}

#toggleButton {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#toggleButton:hover {
  opacity: 1;
}

.slide-xl:hover .slide-upper,
.slide-xl:hover .slider-title,
.slide-xl:hover .slider-text,
.slide-xl:hover .slide-downer svg {
  opacity: 1;
}

.slide-xl:hover .slide-downer svg {
  transform: translateY(3%);
}

.slide-xl .slide-downer svg {
  transition: transform 0.3s ease;
}

.slide-upper {
  height: 100px;
  opacity: 1;
  padding-right: 1rem;
}

.slide__line img {
  position: absolute;
  top: -40px;
  width: 25px;
}

.slide-downer {
  padding-right: 1rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.slide-downer svg {
  opacity: 0.5;
}

.info-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--beige-color);
}

.slider-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  opacity: 0.5;
  margin-bottom: 10px;
}

.slider-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  min-height: 80px;
  opacity: 0.5;
}

.img-subtitle {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-top: 10px;
}

/* Section Swiper */

.section__swiper,
.carousel-item {
  height: calc(var(--vh) * 100 - 70px);
}
.carousel-item {
  background-size: cover;
  background-position: center;
  height: calc(var(--vh) * 100 - 70px);
  overflow-y: visible;
  filter: brightness(1);
  cursor: pointer;
}

.carousel-indicators button {
  width: 40px !important; /* Breite */
  height: 3px; /* Höhe */
  background-color: rgb(212, 212, 212) !important; /* Farbe für inaktive Indikatoren */
  border: none; /* Kein Rand */
  border-radius: 1px;
  margin: 0 7px !important;
}

.carousel-indicators .active {
  background-color: rgb(226, 226, 226) !important; /* Farbe für aktiven Indikator */
}

/* Size Section */

.size-card {
  padding: 2rem 2.5rem;
}

.carousel-body .shine-placeholder {
  margin-top: 2rem;
}

/* Section Safe */

.safe-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 0 20%;
  margin-bottom: 1rem;
}

.safe-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding: 0 20%;
  /* color: #000000; */
  color: #2f2f2f;
}

.safe-text2 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding: 0 10% 0 20%;
  /* color: #000000;   */
  color: #2f2f2f;
}

.safe-title3 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 0 18%;
  margin-top: 1rem;
  color: #2f2f2f;
}

.safe-text3 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding: 0 18%;
  /* color: rgb(21, 21, 21); */
  color: #2f2f2f;
}

/* Produkt Section */

.produkt-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1rem;
}

.produkt-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding: 0 18%;
  color: rgba(244, 245, 239, 1);
}

/* aurum Section */

.aurum-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1rem;
}

.aurum-text {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 2rem;
  color: #000000;
}

.img-badge-aurum {
  position: absolute;
}

/* PDF */

.section__pdf {
  background: var(--primary-color);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section__pdf h3 {
  font-family: "Saol";
  font-size: 40px;
  line-height: 110%;
  font-weight: 700;
  color: var(--beige-color);
}

.section__pdf p {
  font-family: "Inter";
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  color: #c1c1c1;
}

.input-pdf label {
  font-family: "Inter";
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  paragraph-spacing: 15px;
  color: #6d6d6d;
}

.input-pdf input {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #c1c1c1 !important;
  color: #c1c1c1;
  font-size: 20px;
  font-family: "Inter";
}

/* PDF */

.mobile__pdf h3 {
  font-family: "Saol";
  font-size: 28px;
  line-height: 110%;
  font-weight: 700;
  color: var(--beige-color);
}

.mobile__pdf p {
  font-family: "Inter";
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: #c1c1c1;
}

.mobile__pdf input {
  border-bottom: 1px solid #6d6d6d;
}

.mobile__pdf label {
  font-family: "Inter";
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  paragraph-spacing: 15px;
  color: #6d6d6d;
}

/* Newsletter */

.news-text {
  font-family: "Saol";
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}

.news-title {
  color: #000;
  font-family: "Inter";
  font-weight: 500;
  font-size: 34px;
}

input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #6d6d6d;
}

label {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #6d6d6d;
  paragraph-spacing: 15px;
}

.news-form {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

/* Footer */

.footer__logo img {
  width: 200px;
  padding: 0 20px;
}

#footerLogo {
  width: 250px;
  padding-left: 0;
}

#footerAurum {
  width: 150px;
}

.p-footer {
  font-family: "Inter";
  font-size: 10px;
  margin-bottom: 10px;
}

.section__footer a,
.section__footer span {
  color: #c1c1c1;
  text-decoration: none;
}

.section__footer a:hover,
.section__footer span {
  color: var(--gold-color);
}

.social {
  height: 32px;
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s ease;
  margin-left: 15px;
}

.footer__social a:hover .social {
  color: var(--gold-color);
}

/* White social icons with hover effects */
.footer__social .social svg {
  fill: #fff !important;
  transition: fill 0.3s ease;
}

.footer__social a:hover .social svg {
  fill: var(--gold-color) !important;
}

/* Ensure footer social icons and mobile social icons are white by default */
.footer__social .social svg path,
.mobile__footer .social-icons svg path,
.mobile__section .social-icons svg path {
  fill: #fff !important;
  transition: fill 0.3s ease;
}

.footer__social a:hover .social svg path,
.mobile__footer .social-icons a:hover svg path,
.mobile__section .social-icons a:hover svg path {
  fill: var(--gold-color) !important;
}

/* Toggle Nav bar */

.mobile__nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(11, 27, 45, 0.97);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.6s ease-in-out;
  overflow: hidden;

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.mobile__nav.expanded {
  height: 100vh;
  height: 100dvh; /* Dynamic viewport height for mobile */
}

.mobile__nav__items {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease;
  overflow-y: auto;
  padding: 80px 0 120px 0; /* Increased bottom padding */
  justify-content: space-between;
}

.mobile__nav__items.expanded {
  display: flex;
  opacity: 1;
}

.mobile__menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
  min-height: 50vh; /* Ensure proper height allocation */
}

.mobile__menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; /* Consistent spacing between items */
}

.mobile__menu li {
  margin-bottom: 0; /* Reset margin, using gap instead */
}

.mobile__menu li a {
  color: var(--gold-color);
  text-decoration: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 28px; /* Slightly smaller for better fit */
  line-height: 1.2; /* Better line height ratio */
  display: block;
  padding: 8px 0; /* Add padding for better touch targets */
  transition: color 0.3s ease;
}

.mobile__menu li a:hover,
.mobile__menu li a:active {
  color: #e2d1aa; /* Lighter gold on interaction */
}

.mobile__footer {
  position: relative;
  padding: 20px 2rem 40px 2rem; /* Increased padding for better spacing */
  display: flex;
  flex-direction: column;
  gap: 25px; /* Slightly more gap */
  border-top: 1px solid rgba(255, 255, 255, 0.1); /* Subtle separator */
}

.mobile__footer__links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.mobile__footer__links a {
  color: rgba(152, 153, 149, 1);
  text-decoration: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.mobile__language__switcher {
  display: flex;
  gap: 10px;
}

.lang-btn {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(186, 160, 102, 0.3);
  border-radius: 4px;
  color: rgba(152, 153, 149, 1);
  text-decoration: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
}

.lang-btn.active {
  background: var(--gold-color);
  color: rgba(11, 27, 45, 1);
  border-color: var(--gold-color);
}

.lang-btn:hover {
  background: rgba(186, 160, 102, 0.2);
  border-color: var(--gold-color);
  color: var(--gold-color);
}

/* Remove old mobile__info styles that are no longer needed */
.mobile__info {
  display: none;
}

/* mobile Hero */

.mobile__hero__wrapper {
  gap: 6rem;
}

.mobile__hero {
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 60px);
  background-image: url(../img/bg/hero-bg.png);
  background-position: 68% 100%;
  background-size: cover;
  padding: 4rem 2rem 6rem 2rem;
}

.mobile__hero__header {
  flex-direction: column;
  max-width: 100%;
  z-index: 10;
}

.mobile__hero__header img {
  width: 120px;
  align-self: flex-end;
}

.hero-gradiant {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  background: linear-gradient(to top, var(--primary-color), transparent);
  opacity: 0.8;
}

/* Mobile trust */

.mobile__trust h2 {
  margin-bottom: 20px;
}

/* mobile Key Fakts */

.carousel-item-slide {
  height: fit-content !important;
}

#keySVG g {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

/* mobile Size */

.mobile__size__wrapper {
  padding: 2rem;
  border-radius: 6px;
  overflow: hidden;
}

.btn-size-mobile {
  border: 2px solid var(--gold-color);
  border-radius: 2px;
  color: var(--gold-color);
  padding: 4px 16px;
  font-size: 16px;
  margin-top: 2rem;
}

/* mobile testimonial */

.mobile__testimonial__wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* mobile news */

.mobile__news__wrapper {
  width: 100%;
}

.mobile__news__upper {
  padding: 2rem;
}

.mobile__news__downer {
  padding: 3rem;
}

.glanz-border {
  fill: none;
  stroke: #baa066;
  stroke-width: 2;
  transition: stroke 0.3s ease;
}

.glanz-text {
  fill: #baa066;
  transition: fill 0.3s ease;
}

.glanz-svg {
  cursor: pointer;
}

.glanz-svg:hover .glanz-border {
  stroke: url(#animatedStrokeGradient);
}

.glanz-svg:hover .glanz-text {
  fill: url(#animatedFillGradient);
}

/* Location styles */
.location-title {
  color: #000000;
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.location-content {
  display: flex;
  align-items: flex-start;
  margin-left: 5px;
  line-height: 1.5;
}

.location-icon {
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 3px;
}

.parking-info {
  margin-top: 5px;
  padding: 8px;
  background-color: rgba(186, 160, 102, 0.1);
  border-left: 3px solid #baa066;
  border-radius: 4px;
}

.navigation-section {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.nav-map-link,
.nav-qr-section {
  flex: 1;
}

.btn-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #baa066;
  color: white !important;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  margin-top: 10px;
  width: auto;
}

.btn-nav img {
  border-radius: 2px;
  transition: all 0.3s ease;
}

.qr-icon {
  margin-right: 8px;
}

.btn-nav:hover {
  background-color: #8c784d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-nav:hover img {
  transform: scale(1.1);
}

.qr-code-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border: 2px solid #baa066;
  border-radius: 6px;
  padding: 8px;
  margin-top: 10px;
  max-width: 150px;
}

.qr-caption {
  font-size: 0.8em;
  margin-top: 5px;
  color: #666;
}

.qr-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: 10px;
  width: 180px;
  box-shadow: none;
}

.qr-button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.qr-code {
  width: 75px; /* Increased from 50px by 50% */
  height: 75px; /* Increased from 50px by 50% */
  transition: transform 0.3s ease;
  margin: 5px auto;
}

.qr-button:hover .qr-code {
  transform: scale(1.05);
}

.qr-code-container {
  padding: 15px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #eaeaea;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.maps-link {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #baa066;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 180px;
  justify-content: center;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  margin-top: 0;
  height: 45px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
}

.maps-link:hover {
  background-color: #9a8555;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.maps-link span {
  white-space: nowrap; /* Verhindert Zeilenumbrüche im Text */
}

.maps-link svg {
  margin-right: 8px;
  transition: transform 0.3s ease;
  stroke: #ffffff;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

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

.nav-map-link {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.max-w-xl {
  max-width: 576px;
}

/* CSS Variables for consistency */
:root {
  --gold-color: #baa066;
  --gold-shine: #e2d1aa;
  --primary-color: #0b1b2d;
  --primary-color-op: rgba(11, 27, 45, 0.9);
}

#mobileToggle {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #fff;
  z-index: 1001;
  gap: 10px;
}

#mobileToggleSVG path {
  transition: fill 0.3s ease;
}

.mobile__toggle__label {
  font-family: "Inter";
  font-size: 8px;
  font-weight: 500;
  color: var(--gold-color);
}

.mobile__nav__items__toggle {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.mobile__nav__items__toggle.expanded {
  opacity: 0;
}

/* Mobile anchor positioning - no special positioning needed since they're in the mobile sections */

/* Reduce excessive margin on mobile for better spacing */
.mb-mobile-reduced {
  margin-bottom: 40px !important;
}

@media (max-width: 1024px) {
  .mb-mobile-reduced {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .mb-mobile-reduced {
    margin-bottom: 10px !important;
  }
}

/* Special header styling for simple pages (impressum, kontakt, datenschutz) */
.simple-page .sticky__header {
  position: relative !important;
  top: 0 !important;
  opacity: 1 !important;
  background: rgba(11, 27, 45, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  margin-bottom: 0;
  height: 80px; /* Allow height to scale with zoom */
}

/* Remove any top padding/margin from content sections on simple pages */
.simple-page .section__trust {
  padding-top: 0rem !important; /* Reduced from 4rem for less space above title */
  margin-top: 0 !important;
}

/* Sticky Footer Implementation for Simple Pages */
body.simple-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.simple-page .simple-sticky-footer {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  flex: 1 0 auto; /* Allow the container to grow */
  /* Min-height will be set by JavaScript to account for zoom */
}

body.simple-page .simple-sticky-footer-mobile {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

/* Ensure content sections fill the space with proper background */
body.simple-page .simple-sticky-footer .section__trust {
  flex: 1 0 auto;
  background-color: #edeae1;
  display: flex;
  flex-direction: column;
  /* Override any JavaScript-set min-height */
  min-height: auto !important;
}

/* Content container should also be flexible */
body.simple-page .simple-sticky-footer .section__trust > div {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

/* Add padding to the content wrapper to push content down and create space */
body.simple-page .simple-sticky-footer .section__trust .row {
  flex: 0 0 auto; /* Don't grow, just take natural height */
  padding-bottom: 4rem; /* Add bottom padding for spacing */
  margin-bottom: auto; /* Push any extra space to bottom */
}

body.simple-page .simple-sticky-footer-mobile .mobile__trust {
  flex-grow: 1;
  background-color: #edeae1;
}

/* Ensure footer stays at bottom */
body.simple-page .simple-sticky-footer > footer,
body.simple-page .simple-sticky-footer > .section__footer {
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: auto; /* Push footer to bottom */
}

/* Ensure footer maintains its design on simple pages */
body.simple-page .section__footer {
  /* Reset any inherited styles that might affect the footer */
  padding-top: 4rem !important;
  padding-bottom: 7.5rem !important;
}

/* Override any JavaScript-set styles on simple pages */
body.simple-page .main__section {
  min-height: auto !important;
  height: auto !important;
}

/* Media query for medium screens to ensure proper spacing */
@media screen and (min-width: 1081px) and (max-width: 1755px) {
  body.simple-page .simple-sticky-footer .section__trust {
    min-height: auto !important; /* Override JavaScript */
  }
  
  body.simple-page .simple-sticky-footer .section__trust .row {
    padding-bottom: 6rem; /* Extra padding on medium screens */
  }
}

.simple-title {
  font-size: 32px !important;
  font-weight: bold;
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 2rem !important;
}
