@charset "UTF-8";
/* Prevent horizontal scrolling */
html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.libre {
  font-family: "Libre Baskeville" !important;
}

.monteserrat {
  font-family: "Montserrat" !important;
}

.cormorant {
  font-family: "Cormorant" !important;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* Rand des Buttons anpassen */
.navbar-toggler {
  border: 2px solid white; /* Dicker weißer Rand */
}

/* Hover-Effekt anpassen */
.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Leichter weißer Hintergrund beim Hover */
  border-color: white; /* Weißer Rand beim Hover */
}

/* Fokus-Effekt anpassen */
.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); /* Weißer Fokus-Ring */
}

.navbar-logo {
  max-width: 270px !important;
  width: 100%;
}

@media (max-width: 576px) {
  .navbar-logo {
    max-width: 200px !important; /* Logo-Größe für kleine Bildschirme */
  }
}
.carousel-caption {
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  padding: 0;
}

.divider-vertical {
  width: 3px;
  background-color: #000;
  height: 300px;
}

@media (max-width: 576px) {
  .padding-mobile {
    padding: 1rem !important; /* Padding für kleine Bildschirme */
  }
}
@media (min-width: 576px) {
  .padding-desktop {
    padding: 3rem !important; /* Padding für größere Bildschirme */
  }
}
.bg-hero {
  background-image: url(../images/bg-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* Geändert von fixed zu scroll für bessere mobile Performance */
  min-height: 360px; /* Vollständige Bildschirmhöhe als Fallback */
}

/* Responsive Anpassungen für verschiedene Bildschirmgrößen */
@media (max-width: 575.98px) {
  .bg-hero {
    background-size: cover;
    background-position: center center;
    min-height: 360px; /* Reduzierte Höhe auf sehr kleinen Bildschirmen */
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-hero {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-hero {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
  }
}
@media (min-width: 992px) {
  .bg-hero {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
    background-attachment: fixed; /* Parallax-Effekt nur auf größeren Bildschirmen */
  }
}
.bg-preise {
  background-image: url(../images/Background-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* Geändert von fixed zu scroll für bessere mobile Performance */
  min-height: 360px; /* Vollständige Bildschirmhöhe als Fallback */
}

/* Responsive Anpassungen für verschiedene Bildschirmgrößen */
@media (max-width: 575.98px) {
  .bg-preise {
    background-size: cover;
    background-position: center center;
    min-height: 360px; /* Reduzierte Höhe auf sehr kleinen Bildschirmen */
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-preise {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-preise {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
  }
}
@media (min-width: 992px) {
  .bg-preise {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
    background-attachment: fixed; /* Parallax-Effekt nur auf größeren Bildschirmen */
  }
}
.bg-preise-innerhalb {
  background-image: url(../images/Background-image2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* Geändert von fixed zu scroll für bessere mobile Performance */
  min-height: 360px; /* Vollständige Bildschirmhöhe als Fallback */
}

/* Responsive Anpassungen für verschiedene Bildschirmgrößen */
@media (max-width: 575.98px) {
  .bg-preise-innerhalb {
    background-size: cover;
    background-position: center center;
    min-height: 360px; /* Reduzierte Höhe auf sehr kleinen Bildschirmen */
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-preise-innerhalb {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-preise-innerhalb {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
  }
}
@media (min-width: 992px) {
  .bg-preise-innerhalb {
    background-size: cover;
    background-position: center center;
    min-height: 360px;
    background-attachment: fixed; /* Parallax-Effekt nur auf größeren Bildschirmen */
  }
}
/* Glasmorphism-Overlay bleibt unverändert */
.glass-overlay {
  background: rgba(7, 15, 18, 0.7);
  backdrop-filter: blur(20px);
  border-radius: 1rem;
}

/*preise*/
/* Mobile Anpassungen */
@media (max-width: 767.98px) {
  .display-3 {
    font-size: 2.5rem !important;
  }
  .fs-4 {
    font-size: 1.25rem !important;
  }
  .ls-3 {
    letter-spacing: 1px;
  }
  .service-item {
    font-size: 0.875rem;
    flex-wrap: wrap;
  }
  .service-name {
    flex: 1 1 100%;
    margin-bottom: 0.25rem;
  }
  .service-line {
    display: none !important;
  }
  .service-price {
    flex: 1 1 100%;
    text-align: left !important;
    font-weight: 600;
  }
  .section-spacing {
    margin-top: 2rem !important;
  }
  .container {
    padding: 0 1rem !important; /* Reduziertes Padding für mobile Ansicht */
  }
}
/* Tablet Anpassungen */
@media (min-width: 768px) and (max-width: 991.98px) {
  .display-3 {
    font-size: 3rem !important;
  }
  .service-item {
    font-size: 0.9rem;
  }
}
/* Desktop fine-tuning */
@media (min-width: 992px) {
  .service-item {
    font-size: 1rem;
  }
}
.service-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-item:last-child {
  border-bottom: none;
}

.section-title {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.bg-gallery {
  background-image: url(../images/gallerie-banner.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

/* Optional: Overlay für besseren Kontrast */
.bg-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* halbtransparentes Schwarz */
  z-index: 1;
}

.bg-gallery > .container {
  position: relative;
  z-index: 2;
}

/* Für kleine Bildschirme ggf. Scroll-Effekt deaktivieren */
@media (max-width: 768px) {
  .bg-gallery {
    background-attachment: scroll !important;
  }
}
.card-cover {
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

@media (min-width: 576px) {
  .card-cover {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  .card-cover {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .card-cover {
    min-height: 380px;
  }
}
@media (min-width: 1200px) {
  .card-cover {
    min-height: 400px;
  }
}
.video-background video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay-content {
  position: relative;
  color: white;
  padding: 2rem;
}

.main-title {
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.2;
  text-align: center;
}

.subtitle {
  font-family: "Montserrat", sans-serif;
  line-height: 2.25rem;
  text-align: center;
  font-size: clamp(0.9rem, 2vw, 1rem);
}

.location-card {
  background-color: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-body-custom {
  padding: 1.5rem;
}

/* Responsive iframe wrapper */
.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border-radius: 5px;
  overflow: hidden;
  margin-top: 1rem;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.info-section h5 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.info-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.location-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

.location-address {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .main-title {
    margin-bottom: 1rem;
  }
  /* Smaller aspect ratio for mobile */
  .map-container {
    padding-bottom: 75%; /* 4:3 aspect ratio for mobile */
  }
}
@media (max-width: 576px) {
  .card-body-custom {
    padding: 1rem;
  }
  /* Even smaller for very small screens */
  .map-container {
    padding-bottom: 60%;
  }
}
section[id] {
  scroll-margin-top: 110px;
}

@media (max-width: 991.98px) {
  section[id] {
    scroll-margin-top: 140px;
  }
}
