/* ====== Reset & Basis-Setup ====== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=The+Seasons&display=swap');


*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden !important;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #f5f4f2;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  font-weight: 300;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'The Seasons', serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 1rem 0;
}




/*----------------------------------------------------------*/

#bride {
    background-color: #b0a396;
    color: ##f0e9e3;
    text-align: center;
  }

  .bride-hero {
    min-height: 60vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .bride-hero-text {
    font-size:1.05rem !important;
    max-width: 500px;
    text-align: left;
  }
  

  .bride-hero-text h2 {
    font-family: 'The Seasons', serif;
    font-size: 3rem;
    line-height: 1.4;
    color: #f5f4f2;
  }

  .kontakt-button {
    background: rgba(255, 255, 255, 0.1);
    color: #f5f4f2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 1rem 4rem;
    border: none;
    border-radius: 2rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    margin: 2rem 0 0;
    display: inline-block;
  }

  .kontakt-button:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .kontakt-button:active {
    transform: scale(0.97);
    opacity: 0.85;
  }



/*----------------------------------------------------------*/

.bride-divider img,
.bride-divider-bottom img {
  display: block;
  margin: 0 auto;
  height: 80px;
  width: auto;
  opacity: 0.85;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  margin: 1.5rem 0 0.5rem;
  color: #f5f4f2;
}


  .bride-intro-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 4rem 2rem;
    background-color: #b0a396; /* optional, für Gleichheit */
  }
  
  .bride-intro {
    max-width: 800px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
    padding-bottom: 1.5rem;
    color: #f5f4f2;
  }

.bride-intro h2{
    font-family: 'The Seasons', serif;
    font-size: 3rem;
    font-weight: 400;
}

/*----------------------------------------------------------*/



#bride-gallery-prices {
    position: relative;
  }
  
  .bride-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    transform: translateY(120px); /* Bilder nach unten verschieben */
  }
  
  .bride-image {
    position: relative;
    width: 280px;
    height: 400px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  
  .bride-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(58, 54, 50, 0.4);
    z-index: 1;
  }
  
  #bride-prices {
    position: relative;
    background-image: url('bridepricebackround.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 6rem;
    z-index: 1;
    overflow: hidden;
  }
  
  #bride-prices::before {
    content: "";
    position: absolute;
    inset: 0;

    z-index: 1;
    pointer-events: none;
  }
  
  .bride-prices-inner {
    position: relative;
    z-index: 2;
  }
  
  #bride-prices h2 {
    color: #f5f4f2;
    font-family: 'The Seasons', serif;
    font-size: 3rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
  
  .price-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-items: flex-start;
  }
  
  .price-card {
    padding: 2rem;
    background: rgba(111, 99, 86, 0.35);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    color: #f5f4f2;
    transition: all 0.3s ease;
  }
  
  .price-card:hover {
    background: rgba(58, 54, 50, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  }
  
  .price-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f5f4f2;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.5rem;
  }
  
  .price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    margin-top: 1rem;
  }
  
  .price-table th,
  .price-table td {
    text-align: left;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: top;
  }
  
  .price-table th {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #f5f4f2;
  }
  
  .price-table td small {
    font-size: 1rem;
    color: #f5f4f2;
    display: block;
    margin-top: 0.2rem;
  }
  
  .price-info-text {
    max-width: 400px;
    color: #f5f4f2;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 1.5rem;
  }
  
  
  @media (max-width: 768px) {
    .price-columns {
      flex-direction: column;
      align-items: center;
    }
  }


/*----------------------------------------------------------*/


.bride-flow-modern {
  background-color: #e8e0d9;
  padding: 8rem 2rem;
  font-family: 'Montserrat', sans-serif;
  color: #7a6e66;
}

.bride-flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.bride-flow-head h2 {
  font-family: 'The Seasons', serif;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.bride-flow-head p {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
}

.bride-flow-step {
  background: rgba(255, 243, 232, 0.255); /* leicht transparente weiße Kachel */
  backdrop-filter: blur(6px);           /* sanfter Frosted-Glass-Effekt */
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.bride-flow-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.step-number {
  position: absolute;
  top: -1rem;
  left: -1rem;
  font-size: 10rem;
  font-weight: 800;
  color: rgba(58, 54, 50, 0.1);
  z-index: 0;
}

.bride-flow-step h3 {
  color: #7a6e66;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  font-family: 'The Seasons', serif;
}

.bride-flow-step p {
  font-size: 1.05rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.bride-flow-foot {
  margin-top: 3rem;
  font-size: 1.25rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .step-number {
    font-size: 6rem;
    top: 0;
    left: 0;
  }
  .bride-flow-head h2 {
    font-size: 2.2rem;
  }
  .bride-flow-step {
    padding: 2rem 1.5rem;
  }
}


/*----------------------------------------------------------*/

.kontakt-section {
  background-color: #b0a396;
    padding: 6rem 2rem;
    color: #f5f4f2;
    font-family: 'Montserrat', sans-serif;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .kontakt-wrapper {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  
  .kontakt-wrapper h2 {
    font-size: 3rem;
    font-family: 'The Seasons', serif;
    color: #f5f4f2;
  }
  
  .kontakt-wrapper p {
    font-size: 1.25rem;
    color: #f5f4f2;
    line-height: 1.6;
    max-width: 600px;
  }
  
  .kontakt-wrapper i {
    font-size: 1.35rem;
    color: #f5f4f2;
    line-height: 1.6;
    max-width: 600px;
  }
/*----------------------------------------------------------*/





.site-footer {
    position: relative;
    background-color: #b0a396;
    padding: 4rem 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    color: #3a3632;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  
  .site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(111, 99, 86, 0.35); /* wie .navbar */
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
  
  .footer-columns {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  
  .footer-col {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* vertikal zentriert */
    align-items: center;       /* horizontal zentriert */
    text-align: center;
    height: 100%;   
    gap: 0.5rem;
  }
  
  .footer-col p {
    margin: 0;
    line-height: 1.5;
  }
  
  .footer-col a {
    color: #3a3632;
    text-decoration: none;
  }
  
  .footer-col a:hover {
    text-decoration: underline;
  }
  
  .footer-logo {
    max-width: 200px;
    margin-bottom: 1rem;
  }
  
  .footer-social {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  
  
  .footer-social a:hover img {
    filter: brightness(120%);
  }
  
  .footer-rights {
    font-size: 1rem;
    color: #3a3632;
    margin-top: 1rem;
  }
  
  @media (max-width: 960px) {
    .footer-columns {
      flex-direction: column;
      align-items: center;
      text-align: center;
      align-items: flex-start;
      gap: 1.5rem; /* kleineres Spaltengap */
    }
  
    .footer-col {
      position: relative;
      width: 100%;
      max-width: 320px;
      max-height: fit-content;
      height: auto; 
      padding: 0;
      margin: 0 auto;
      align-items: center;
    }
  
    /* Trennlinien schmal & eng anliegend */
    .footer-col:not(:last-child)::after {
      content: "";
      position: absolute;
      bottom: -0.75rem;
      left: 15%;
      width: 70%;
      height: 1px;
      background-color: rgba(58, 54, 50, 0.3);
    }
  
    .footer-logo {
      display: block;
      margin: 0 auto 0.7rem auto;
      max-width: 200px;
    }
  
    .footer-social {
      justify-content: center;
      margin-top: 0.5rem;
    }
  
    .footer-social img {
      width: 24px;
      height: 24px;
    }
  
    /* Paragraph-Abstände reduzieren */
    .footer-col p {
      margin: 0.25rem 0;
    }
  }
  
  @media (max-width: 768px) {
    .bride-hero {
      flex-direction: column;
      padding: 4rem 2rem;
      gap: 2rem;
    }
  
    .bride-hero-text {
      text-align: center;
      padding: 0;
      font-size: 1rem !important;
    }
  
    .bride-hero-text h2,
    .bride-intro h2,
    #bride-prices h2,
    .kontakt-wrapper h2,
    .bride-flow-head h2 {
      font-size: 2rem;
    }
  
    .bride-intro {
      font-size: 1.05rem;
      padding: 2rem 1rem;
    }
  
    .bride-flow-head p,
    .bride-flow-foot,
    .kontakt-wrapper p {
      font-size: 1.05rem;
    }
  
    .bride-flow-step p {
      font-size: 1rem;
    }
  
    .price-info-text {
      font-size: 1.05rem;
    }
  
    .price-table th,
    .price-table td,
    .price-table td small {
      font-size: 1rem;
    }
  
    .kontakt-button {
      font-size: 1rem;
      padding: 0.75rem 2rem;
    }
  }
  
  /* Apple-Geräte (Portrait und Landscape) */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2) {

.bride-hero {
  flex-direction: column;
  padding: 4rem 2rem;
  gap: 2rem;
}

.bride-hero-text {
  text-align: center;
  padding: 0;
  font-size: 1rem !important;
}

.bride-hero-text h2,
.bride-intro h2,
#bride-prices h2,
.kontakt-wrapper h2,
.bride-flow-head h2 {
  font-size: 2rem;
}

.bride-intro {
  font-size: 1.05rem;
  padding: 2rem 1rem;
}

.bride-flow-head p,
.bride-flow-foot,
.kontakt-wrapper p {
  font-size: 1.05rem;
}

.bride-flow-step p {
  font-size: 1rem;
}

.price-info-text {
  font-size: 1.05rem;
}

.price-table th,
.price-table td,
.price-table td small {
  font-size: 1rem;
}

.kontakt-button {
  font-size: 1rem;
  padding: 0.75rem 2rem;
}
}
