
/* Schriftart */

@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");


/* Bild */

.startseite {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: url("Bilder/Bild1.jpg");
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 2rem;
}

.konzerte {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("Bilder/Bild4.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}

.kompositionen {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("Bilder/Bild5.jpg");
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
}

.startseite .name {
  font-family: 'Times New Roman', Times, serif;
  font-size: 4rem;
  text-transform: uppercase;
  color:  #8c6239 ; /* Fallback */
  background: linear-gradient(#c28840 0%, #b08d57 50%, #8c6239 100%); 
  -webkit-background-clip: text;
  background-clip: text; /* Standard (für z. B. Firefox) */
  -webkit-text-fill-color: transparent;
  color: transparent; /* für Firefox als Fallback */
  z-index: 1000; /* bleibt über allem sichtbar */
}

@media (max-width: 1024px) {
  .startseite {
    text-align: center;
    justify-content: center;
  }
}

.konzerte .name {
  position: absolute;
  bottom: 2rem; /* Abstand vom unteren Rand */
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 4rem;
  text-transform: uppercase;
  background: linear-gradient(#c28840 0%, #b08d57 50%, #8c6239 100%); 
  -webkit-background-clip: text;
  background-clip: text; /* Standard (für z. B. Firefox) */
  -webkit-text-fill-color: transparent;
  color: transparent; /* für Firefox als Fallback */
  z-index: 1000; /* bleibt über allem sichtbar */
}

.kompositionen .name {
  position: absolute;
  bottom: 2rem; /* Abstand vom unteren Rand */
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 4rem;
  text-transform: uppercase;
  background: linear-gradient(#c28840 0%, #b08d57 50%, #8c6239 100%); 
  -webkit-background-clip: text;
  background-clip: text; /* Standard (für z. B. Firefox) */
  -webkit-text-fill-color: transparent;
  color: transparent; /* für Firefox als Fallback */
  z-index: 2; /* bleibt über allem sichtbar */
}

@media (max-width: 768px) {
  .kompositionen .name {
    font-size: 2rem;
    top: 4rem;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInSlide 3s ease forwards;
}

@keyframes fadeInSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Schriftarten */

html, body { 
  	height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
		font-size: 16pt;
		font-weight: 300;
    box-sizing: border-box;
    max-width: 100vw;
}

h2 {
  font-weight: 300;
}

@media (max-width: 768px) {
  section {
    margin-bottom: 3rem;
  }
}

/* Menü-button */

.menu-button {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1001;
  background-color: transparent;
  border: none;
  color: #ffffff !important;
  letter-spacing: 0.125em;
  font-size: 20px;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 4px 10px;
  background-color: #a7a39f;
  border-radius: 4px;
  border: 0;

  height: auto;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;

 font-family: 'Playfair Display', serif;
}

.menu-button:hover {
  background-color: transparent;    
}

.hamburger-menu {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 32px;
  padding: 10px;
  background-color: #a7a39f;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  -webkit-tap-highlight-color: transparent; /* Safari/Chrome auf Mobilgeräten */
}

.hamburger-menu .bar {
  height: 2px;
  width: 30px;
  background-color: #ffffff;
  border-radius: 2px;
  display: block;
  padding: 0;
}

.hamburger-menu:hover {
  background-color: transparent;
}

/* Hamburger-Menü nur auf kleinen Bildschirmen anzeigen */
@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
  }

  .hamburger-side-menu {
    display: block;
  }

  .menu-button {
    display: none;
  }
}

/* Auf großen Bildschirmen ausblenden */
@media (min-width: 769px) {
  .hamburger-menu {
    display: none;
  }
}

/* Das seitliche Menü */

  .side-menu {
  position: fixed;
  top: 0;
  right: -500px; /* außerhalb des Bildschirms  #605e5b*/
  width: 300px;
  height: 100%;
  background-color: #a7a39f; 
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  padding: 60px 20px 20px;
  z-index: 1000;
  letter-spacing: 0.225em;
}


    .side-menu.open {
      right: 0;
    }

    .side-menu a {
      text-align: left;
      color: #ffffff;
      text-transform: uppercase; 
      text-decoration: none;
    }
    

    .side-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .side-menu li {
      padding: 20px 0;
      border-bottom: 1px solid #ffffff;
      font-size: 18px;
      color: #ffffff;
    }

    .side-menu li:last-child {
      border-bottom: none;
    }

    .side-menu a:hover {
      color: #000000; 
      transition: color 0.3s ease;
    }



    /* erster Abschnitt */ 

    .zweispalten-container {
      display: flex;
      justify-content: space-between;
      align-items: stretch; /* beide Spalten gleich hoch */
      gap: 2rem; /* Abstand zwischen Bild und Text */
      padding: 7%; /* vertikal & horizontal Padding */
      min-height: 30vh; /* Container soll mindestens 80% der Höhe einnehmen */
      box-sizing: border-box;
}

     .textbereich {
       flex: 1;
       display: flex;              /* ← fehlt in deinem Code */
       flex-direction: column;
       justify-content: center;
       align-items: center;        /* zentriert den Block horizontal */
       text-align: center;         /* zentriert den Text im Block */
}

.textbereich h2::after {  /* Linie */
  content: "";
  display: block;
  width: 40%;           /* relative Breite → passt sich an Bildschirm an */
  max-width: 200px;     /* maximale Länge für große Bildschirme */
  height: 2px;
  background-color: #ccc;
  margin: 2rem auto 0;
}

.bildbereich {
    flex: 1;
    display: flex;
    align-items: center; /* zentriert das Bild vertikal */
    justify-content: center;
}

.bildbereich img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain; /* behält Proportionen & lässt Platz */
}

@media (max-width: 768px) {
  .zweispalten-container {
    flex-direction: column;
  }

  .bildbereich,
  .textbereich {
    flex: unset;
    width: 100%;
  }
}

/* zweiter Abschnitt */ 

.bild-mit-overlay {
  height: auto;
  min-height: 100vh;
  background-image: url('Bilder/overlay1.png'), url('Bilder/Bild3.jpg');
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 5rem
}

.text-container {
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
}

.text-container h2 {
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
  color: #ffffff
}

.text-container h2::after {  /* Linie */
  content: "";
  display: block;
  width: 100%;           /* relative Breite → passt sich an Bildschirm an */
  height: 2px;
  background-color: #ccc;
  margin: 2rem 0 0;
}

.text-container p {
  font-size: 0.9rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  .bild-mit-overlay {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem 2rem;
    background-attachment: scroll;
  }

  .text-container {
    max-width: 100%;
  }

  .text-container h2 {
    font-size: 1.75rem;
  }

  .text-container p {
    font-size: 0.95rem;
  }
}

/* dritter Abschnitt */

.events {
  max-width: 600px;
  margin: 2rem auto;
  margin-top: 10vh;
}

.events h2 {
text-align: center; 
} 

.events h2::after {  /* Linie */
  content: "";
  display: block;
  width: 40%;           /* relative Breite → passt sich an Bildschirm an */
  max-width: 200px;     /* maximale Länge für große Bildschirme */
  height: 2px;
  background-color: #ccc;
  margin: 2rem auto 0;
}

.termine-liste {
  list-style: none;
  padding: 0;
  margin: 0;
}

.termine-liste li {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.termine-liste li:last-child {
  border-bottom: none; /* Letzte Linie entfernen */
}

/* vierter Abschnitt */

.musikwünsche {
  height: 100vh;
  background-image: url('Bilder/overlay1.png'), url('Bilder/Bild3.jpg');
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, scroll;
  color: rgb(255, 255, 255);
  justify-content: center;
  display: flex;
  flex-direction: column;        /* WICHTIG: vertikal anordnen */
  align-items: center;           /* zentriert horizontal */
  text-align: center;
}

.textblock {
  max-width: 600px;
}

.textblock h2 {
  font-size: 2.25rem;
  padding: 2rem 0;
}

.textblock h2::after {  /* Linie */
  content: "";
  display: block;
  width: 40%;           /* relative Breite → passt sich an Bildschirm an */
  max-width: 200px;     /* maximale Länge für große Bildschirme */
  height: 2px;
  background-color: #ccc;
  margin: 2rem auto 0;
}

.textblock p {
  font-size: 0.9rem;
  margin-top: -4vh;
}

.nachricht-button {
  display: inline-block;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff;      /* Button-Farbe */
  color: rgb(0, 0, 0);
  text-decoration: none;
  letter-spacing: 0.125em;
  border: 2px solid #ffffff; 
  font-size: 0.9em;
	font-weight: 400;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.nachricht-button:hover {
  background-color: transparent;    
  color: rgb(255, 255, 255);
}

/* Social Media */

.social-icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.social-icons a {
  color: white;
  font-size: 1.7rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ccc;
}

/* Impressum & Datenschutz */

.footer-info {
  display: flex;
  justify-content: center;
  gap: 1.5rem;         /* Abstand zwischen Name und Links */
  font-size: 0.7rem;   /* sehr klein */
  opacity: 0.5;        /* unauffällig */
  margin-top: 2rem;
  flex-wrap: wrap;     /* falls auf kleinen Bildschirmen kein Platz */
}

.footer-info a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-info a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer-info span {
  color: white;
}

.footer { /* gemeinsame Klasse für Icons + Info weil sie über den Klassen steht */
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;                   
  z-index: 10;                   /* über dem Bild */
  margin: 0;                    /* margin-bottom entfernen, da es absolut positioniert ist */
}

.footer .footer-info {
  margin-top: 1rem;
}

.musikwünsche .footer {
  position: static; /* oder Regel entfernen */
  margin-top: 2rem; /* kleiner Abstand zum Text */
}

/* kontaktseite */

.kontaktseite .menu-button:hover {
  background-color: #8f8b87;
}

.kontakt-seite {
  display: flex;
  height: 100vh;
}

/* Linker Bereich – 1/3 */
.kontakt-links {
  position: relative;
  width: 45%;
  overflow: hidden;
}

.kontakt-links {  
  position: relative;
  width: 45%;
  overflow: hidden;
  background-image: url('Bilder/Bildh1.jpg');
  background-size: cover;
  background-position: center;
}

.kontakt-links .footer {
  position: absolute;
}

/* Rechter Bereich – 2/3 */
.kontakt-rechts {
  width: 55%;
  padding: 4rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kontakt-rechts h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

input, textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.kontakt-button {
  padding: 0.75rem 1.5rem;
  background-color: #a7a39f;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.125em;
  font-size: 0.9em;
	font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}

button:hover {
  background-color: #8f8b87;
}

/* Responsive für Mobilgeräte */
@media (max-width: 768px) {
  .kontakt-seite {
    display: flex;
    flex-direction: column;
    height: auto; /* sonst wird Inhalt unten abgeschnitten */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .kontakt-links,
  .kontakt-rechts {
    width: auto;
    padding: 2em;
  }

  .kontakt-links {
    height: 250px;
    background-size: cover;
    background-position: center 50%;
  }

  .kontakt-button {
    width: 100%;
  }

  .desktop-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
    margin-top: 2rem;
    padding: 2rem 0;
    text-align: center;
  }

  .kontakt-rechts .mobile-footer .social-icons a {
     color:  #a7a39f;
  }

  .kontakt-rechts .mobile-footer .social-icons a:hover {
    color: #8f8b87;
  }

  .kontakt-rechts .mobile-footer .footer-info a {
    color:  #a7a39f;
  }

  .kontakt-rechts .mobile-footer .footer-info a:hover {
    color:  #a7a39f;
  }

  .kontakt-rechts .mobile-footer .footer-info span {
    color:  #a7a39f;
  }
}

/* Hochzeiten */

.hochzeiten-seite {
  display: flex;
  align-items: stretch;
  min-height:  100vh; /* oder einfach: height: auto */
}

/* Linker Bereich – 1/3 */
.hochzeiten-links {  
  position: relative;
  width: 45%;
  overflow: hidden;
  background-image: url('Bilder/Bildh2.jpg');
  background-size: cover;
  background-position: center;
}

.hochzeiten-links .footer {
   position: absolute;
}

.desktop-footer {
  display: block;
}

.mobile-footer {
  display: none;
}

/* Rechter Bereich – 2/3 */
.hochzeiten-rechts {
  width: 55%;
  padding: 4rem;
  background-color: #847a66;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hochzeiten-rechts h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.hochzeiten-rechts p {
  line-height: 1.8;
}

.hochzeiten-button {
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
  margin-top: 2rem;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 2px solid #ffffff;
  letter-spacing: 0.125em;
  font-size: 0.9em;
	font-weight: 400;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
}

.hochzeiten-button:hover {
  background-color: transparent;    
  color: rgb(255, 255, 255);
}

  /* Responsive für Mobilgeräte */
@media (max-width: 768px) {
  .hochzeiten-seite {
    display: flex;
    flex-direction: column;
    height: auto; /* sonst wird Inhalt unten abgeschnitten */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .hochzeiten-links,
  .hochzeiten-rechts {
    width: auto;
    padding: 2em;
  }

  .hochzeiten-links {
    height: 250px;
    background-size: cover;
    background-position: center 70%;
  }

  .hochzeiten-button {
    width: 100%;
  }

  .desktop-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
    margin-top: 2rem;
    padding: 2rem 0;
    text-align: center;
  }
}

/* Kompositionen */

#kompositionen {
  padding: 4rem 2rem;
  text-align: center;
}

.kompositionen-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.komposition {
  width: 200px;
}

.komposition img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: transform 0.3s;
}

.komposition img:hover {
  transform: scale(1.05);
}

.komposition h3 {
  margin-top: 1rem;
  font-size: 1rem;
}

/* Impressum */ 

.impressum {
  padding: 1rem 5rem; /* entspricht 80px bei 16px root font size */
}

.impressum p {
  line-height: 1.4;        /* besser lesbar als 1 */
  margin-bottom: 0.625rem; /* 10px */
}

.impressum h1 {
  font-size: 2rem;         /* 32px */
  line-height: 1.2;
  margin-bottom: 1.875rem; /* 30px */
  margin-top: 5rem;     /* 20px */
}

.impressum h2 {
  margin-top: 2.5rem;      /* 40px */
  margin-bottom: 0.625rem; /* 10px */
}

.impressum h4 {
  font-size: 2rem;
}

.datenschutz {
  padding: 1rem 5rem;
  text-align: justify;
}

.datenschutz h1 {
  font-size: 2rem; 
}

@media (max-width: 768px) {
  .impressum-datenschutz {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .impressum,
  .datenschutz {
    padding: 1rem 1.5rem; /* deutlich schmaler */
    text-align: left;
  }

  .impressum h1,
  .datenschutz h1 {
    font-size: 1.5rem;
  }

  .impressum h4 {
    font-size: 1.25rem;
  }
}
