*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 100vh;
    padding-top: 3.5rem;
    background-color: #f7f1e1 !important;
   
}

/*-------Margin beachten, anders klappte es nicht---------*/

/*Innere Box*/
.header-div {
    margin-top: -1.56rem;
    min-height: 20vh;


}

/*-------------------Navigationsleiste--------------------*/

.navbar {
  background-color: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  margin-bottom: 1rem;

}

.navbar-nav {
  gap: 1.5rem;
  margin: 0 auto;
  font-size: 1.3rem;
}

.nav-link {
  font-weight: 400;
  color: #444;
  font-size: 1.05rem;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}

.nav-link:hover {
  transform: translateY(-3px); 
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.nav-link.active:hover {
  background-color: transparent;
  border-radius: 0;
}

.nav-link.active {
  font-weight: 500;
  font-size: 1.05rem;
  transform: translateY(-2px);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* ☁️ weicher Schatten unter dem Text */
  background-color: transparent; /* keine Box! */
  font-size: 1.3rem;
}


@media (max-width: 991.98px) {
  .navbar-collapse {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 2rem; /* Abstand zum Toggler (Button) */
    padding-top: 1rem; /* Abstand innerhalb der Dropdown-Links */

  }

  .navbar-nav {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
  }

  .navbar-toggler {
    margin-bottom: 1rem; /* Abstand zwischen Button und Menü */
  }

  .singer-img {
    width: 350px !important; 
    height: 300px !important; 
    object-fit: cover; 
    object-position: 50% 40% ; 
  }
}



/*-----------------------Logo---------------------------*/

.logo-img {
  height: 150px;
  object-fit: contain;
  border-radius: 0.75rem; /* optional: leicht abgerundet für Weichheit */
  margin-top: -30px;
  margin-bottom: -30px;
  background-color: transparent; /* wichtig – kein weißer Kasten */
  padding: 0; /* kein Innenabstand */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.logo-img:hover {
  transform: translateY(-3px); /* hebt es leicht an */
  cursor: default;
}




@media(max-width: 767px){
  .logo-img {
    height: 100px !important;
    object-fit: contain;
  }

  .navbar-collapse {
    margin-bottom: 4rem;
  }
}


/*-----------------------Hero---------------------------*/

/* Basis für Hero-Bild als Hintergrund */
.hero-image {
  background-image: url('../media/bilder/heroimg.png');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* kleinere Screens */
@media (min-width: 768px) and (max-width: 1370px) {
  .hero-image {
    height: 400px;
    background-position: 60% center !important;
    
  }
}

/* ganz kleine Screens – auch quer */
@media (max-width: 767px) {
  .hero-image {
    height: 240px;
    background-position: 80% center !important;
  }
}


/*-----------------------Inhalt---------------------------*/



/* Überschrift stilvoll */
h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #4c3a69;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Lead-Text */
.lead {
  font-size: 1.2rem;
  color: #5a5a5a;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2.5rem auto;
  font-style: italic;
}

/* Textabsätze */
section p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}


.col-md-6 {
  flex: 1 1 45%;
  min-width: 300px;
}

.singer-img {
  width: auto;
  max-height: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.text-blocksatz{
  text-align: justify;
}


/*----------------------------------Mein Angebot----------------------------------*/


/*----------------äußere Kreise------------------*/

.icon-style {
  background: linear-gradient(145deg, #f7ecd0, #d6b97b);
  border-radius: 50%;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8b6f29; 
  box-shadow: 0 4px 6px rgba(139, 111, 41, 0.2); 
  width: 80px;
  height: 80px;
  font-size: 30px; 
  margin-bottom: 10px;
  transition: background 0.4s, color 0.4s;
}



/*------------Herz--------------*/



.icon-style:hover {
  transform: scale(1.3);
}

.heart-icon {
  color: #7c7c7c;
  font-size: 32px;
  transition: color 1.5s ease, transform 0.5s ease;
  position: absolute;
}

.icon-style:hover .heart-icon {
  animation: heartbeat 1.2s infinite 0.5s;
  color: #e63946;
}

@keyframes heartbeat {
  0%   { transform: scale(1); }
  14%  { transform: scale(1.3); }
  28%  { transform: scale(1); }
  42%  { transform: scale(1.3); }
  70%  { transform: scale(1); }
  100% { transform: scale(1); }
}



/*------------Taufe--------------*/



/* sanftes Vergrößern beim Hover */
.icon-style:hover {
  transform: scale(1.3);
}

/* Baby-Symbol */
.baby-icon {
  color: #7c7c7c;
  font-size: 32px;
  transition: color 0.3s ease;
  position: absolute;
}

/* Hover-Animation + Farbänderung */
.icon-style:hover .baby-icon {
  color: #8b6f29; 
  animation: baby-sway 2s ease-in-out infinite 0.5s;
}

/* Nur Schaukelbewegung */
@keyframes baby-sway {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(5deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


/*------------Trauerfeier--------------*/



.icon-style:hover {
  transform: scale(1.3); /* Nur der Kreis wächst */
}

.dove-icon {
  color: #7c7c7c;
  font-size: 32px;
  transition: transform 0.5s ease, color 0.5s ease;
  position: absolute;
}

/* Hover: Vogel ruhig fliegen lassen */
.icon-style:hover .dove-icon {
  animation: dove-fly-outside 6s ease forwards 0.5s; /* Startet nach 0,5s */
}

/* Animation: ruhiger Aufstieg */
@keyframes dove-fly-outside {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-200px);
    opacity: 0;
  }
}



/*------------Firmenfeiern--------------*/
.business-wrapper {
  background: linear-gradient(145deg, #f7ecd0, #d6b97b);

  border-radius: 50%;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  position: relative;
  transition: transform 0.5s ease;
  overflow: visible;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .business-wrapper {
    margin-bottom: 10px;
  }
}

.business-wrapper:hover {
  transform: scale(1.3);
}

/* Koffer (anfangs sichtbar, verschwindet langsam nach unten) */
.icon-briefcase {
  color: #7c7c7c;
  position: absolute;
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s ease, opacity 1s ease;
  z-index: 2;
}

.business-wrapper:hover .icon-briefcase {
  transform: translateY(60px) scale(0.8) rotate(10deg);
  opacity: 0;
}

/* Tänzer:innen (anfangs unsichtbar, erscheinen verzögert) */
.icon-dancer {
  position: absolute;
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  transition: transform 1s ease, opacity 0.5s ease;
  z-index: 10;
}

.business-wrapper:hover .icon-dancer {
  transform: translateY(0) scale(1);
  opacity: 1;
}


/* Konfetti (nur bei Hover sichtbar) */
.confetti {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  animation: none;
}

.business-wrapper:hover .confetti1 {
  background: #f28b82; left: 10%; top: 50%;
  animation: fly-spring-left 1.6s infinite ease-in; animation-delay: 0s;
}
.business-wrapper:hover .confetti2 {
  background: #fbbc04; left: 20%; top: 55%;
  animation: fly-spring-right 1.7s infinite ease-in; animation-delay: 0.1s;
}
.business-wrapper:hover .confetti3 {
  background: #34a853; left: -5%; top: 48%;
  animation: fly-spring-left 1.5s infinite ease-in; animation-delay: 0.2s;
}
.business-wrapper:hover .confetti4 {
  background: #4285f4; left: 80%; top: 52%;
  animation: fly-spring-right 1.8s infinite ease-in; animation-delay: 0.3s;
}
.business-wrapper:hover .confetti5 {
  background: #d6b97b; left: 30%; top: 60%;
  animation: fly-spring-left 1.6s infinite ease-in; animation-delay: 0.4s;
}
.business-wrapper:hover .confetti6 {
  background: #ff6d01; left: 70%; top: 47%;
  animation: fly-spring-right 1.9s infinite ease-in; animation-delay: 0.5s;
}
.business-wrapper:hover .confetti7 {
  background: #ab47bc; left: -10%; top: 53%;
  animation: fly-spring-left 1.6s infinite ease-in; animation-delay: 0.6s;
}
.business-wrapper:hover .confetti8 {
  background: #00acc1; left: 90%; top: 58%;
  animation: fly-spring-right 1.7s infinite ease-in; animation-delay: 0.7s;
}

/* Konfetti-Animationen */
@keyframes fly-spring-left {
  0%   { opacity: 0; transform: translate(0, 0) scale(1); }
  10%  { opacity: 1; transform: translate(-5px, -10px) scale(1.1); }
  30%  { transform: translate(-15px, -40px) scale(1.2) rotate(-20deg); }
  60%  { transform: translate(-25px, -80px) scale(0.9); }
  100% { transform: translate(-30px, -100px) scale(0.5); opacity: 0; }
}

@keyframes fly-spring-right {
  0%   { opacity: 0; transform: translate(0, 0) scale(1); }
  10%  { opacity: 1; transform: translate(5px, -10px) scale(1.1); }
  30%  { transform: translate(15px, -40px) scale(1.2) rotate(20deg); }
  60%  { transform: translate(25px, -80px) scale(0.9); }
  100% { transform: translate(30px, -100px) scale(0.5); opacity: 0; }
}





/*------------Geburtstage--------------*/

.birthday-wrapper {
  border-radius: 50%;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
  transition: transform 0.5s ease;
  /* overflow: hidden; bleibt deaktiviert */
}


@media (max-width: 768px) {
  .birthday-wrapper {
    margin-bottom: 9px;
  }
}

.birthday-wrapper:hover {
  transform: scale(1.3);
}

.cake-icon {
  font-size: 36px;
  color: #7c7c7c;
  z-index: 2;
  position: absolute;

}


.icon-sequence {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Icons zentriert & grau */
.icon-sequence i {
  color: #7c7c7c;
  font-size: 32px;
  opacity: 0;
  transform: translateX(0);
  position: relative;
}



/* Standardzustand: Icons unsichtbar */
.icon-sequence i {
  opacity: 0;
  position: absolute;
  transform: translateX(0);
}

/* Cake fliegt raus wie bisher */
.birthday-wrapper:hover .cake-icon {
  animation: cake-fly-right-fade 1.0s linear forwards;
}

@keyframes cake-fly-right-fade {
  0%   { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(0px); opacity: 0; }
}

/* Neue, schnellere Animation: 1.2s */
@keyframes icon-fly-through {
  0%   { transform: translateX(0x); opacity: 0; }
  40%  { transform: translateX(0);      opacity: 1; }   
  60%  { transform: translateX(0);      opacity: 1; }  
  100% { transform: translateX(0);  opacity: 0; }
}


@keyframes icon-fly-in-and-hold {
  0%   { transform: translateX(0x); opacity: 0; }
  40%  { transform: translateX(0);      opacity: 1; }
  100% { transform: translateX(0);      opacity: 1; }
}




.birthday-wrapper:hover .icon-sequence i:nth-child(1) {
  animation: icon-fly-through 1.5s linear forwards;
  animation-delay: 1.0s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(2) {
  animation: icon-fly-through 1.5s linear forwards;
  animation-delay: 2.5s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(3) {
  animation: icon-fly-through 1.5s linear forwards;
  animation-delay: 4s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(4) {
  animation: icon-fly-through 1.5s linear forwards;
  animation-delay: 5.5s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(5) {
  animation: icon-fly-through 1.5s linear forwards;
  animation-delay: 7s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(6) {
  animation: icon-fly-through 3s linear forwards;
  animation-delay: 8.5s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(7) {
  animation: icon-fly-through 1.5s linear forwards;
  animation-delay: 11.5s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(8) {
  animation: icon-fly-through 1.5s linear forwards;
  animation-delay: 13s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(9) {
  animation: icon-fly-through 1.5s linear forwards;
  animation-delay: 14.5s;
}
.birthday-wrapper:hover .icon-sequence i:nth-child(10) {
  animation: 
    icon-fly-in-and-hold 1.5s linear forwards 16s,
    heartbeat 1.2s ease-in-out infinite 17s;
  color: #e63946;
}




/*------------Weitere Events--------------*/


.icon-visibile {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Icons zentriert & grau */
.icon-visibile i {
  font-size: 32px;
  opacity: 0;
  transform: translateX(0);
  position: relative;
}


/* Grundfarben */
.calendar-icon {
  color: #7c7c7c; /* grau */
  opacity: 1;
  z-index: 2;
  transition: opacity 1s ease;
}

@keyframes fadeInDelayed {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

  .calendar-check-icon,
.cheers-icon {
  opacity: 0;
}


/* Hover-Aktionen */
.event-wrapper:hover .calendar-icon {
  opacity: 0;
}

.event-wrapper:hover .calendar-check-icon{
  color: #34a853; /* Google-Grün – oder nimm z. B. green */
  animation: fadeInDelayed 3s ease forwards;
  animation-delay: 0.5s; /* beginnt nach 1 Sekunde */
}



.event-wrapper:hover .cheers-icon {
  animation: fadeInDelayed 3s ease forwards;
  animation-delay: 0.5s; /* beginnt nach 1 Sekunde */
}



/*----------------Bild------------------*/


.gold-link {
  color: #c9a227; /* Goldton – passe ihn ggf. an dein Farbschema an */
  text-decoration: none;
  font-weight: 500;
}

.gold-link:hover {
  text-decoration: underline;
  color: #e0b848; /* etwas helleres Gold beim Hover */
}



/*------Goldene Boxen ----*/

.angebot-box {
  background: linear-gradient(145deg, #f7ecd0, #d6b97b);
  border-radius: 25px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(139, 111, 41, 0.2);
  color: #4a3c13;
  height: 100%;
  font-weight: 500;
}

.angebot-box p {
  margin-bottom: 0.8rem;
}

.angebot-box a {
  color: #8b6f29;
  font-weight: 600;
  text-decoration: none;
}

.angebot-box a:hover {
  color: #a3812b;
  text-decoration: underline;
}


.klickbox {
  position: relative;
  cursor: pointer;
}

.arrow-icon {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 1.4rem;
  color: #8b6f29;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.klickbox:hover .arrow-icon {
  transform: translateX(5px);
  opacity: 1;
}


/*-----------------------------Hörproben---------------------------------*/

.hoerprobe-card {
background: linear-gradient(145deg, #ffffff 0%, #d9d9d9 30%, #f5f5f5 50%, #b0b0b0 70%, #e0e0e0 100%) !important;




  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #E4DED4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hoerprobe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Bild */
.hoerprobe-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #DDD7D0;
  flex-shrink: 0;
}

/* Titel */
.hoerprobe-content h5 {
  margin-bottom: 0.5rem;
  color: #5B4B3F; /* warmes, elegantes Braun */
  font-weight: 600;
  font-size: 1.1rem;
}

/* Untertitel */
.hoerprobe-sub {
  font-size: 0.95rem;
  color: #6A5C84; /* weiches Violett, das du schon nutzt */
  margin-bottom: 1rem;
  font-style: italic;
}

/* Audio-Player */
audio {
  width: 100%;
  background-color: transparent;
  border: none;
}

/* Responsive Titel */
@media (max-width: 767.98px) {
  .hoerprobe-content h5 {
    text-align: center;
  }
}


audio::-webkit-media-controls-panel {
  background-color: #F9F7F4  !important;
  border-radius: 8px;
}



.audio-container audio {
  border-radius: 8px;
  overflow: hidden;
}


/*-----------Audio------------*/

.audio-cover {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.audio-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.audio-title + audio {
  margin-top: 2rem;
}



/*----------Video-------------*/


/* Runde Ecken für Videos */
.hoerprobe-card video {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.5rem;
}

/* Links und kleiner für Beschreibungen unter Videos */
.hoerprobe-card p.video-description {
  font-size: 0.9rem;
  color: #666;
  text-align: left;
  width: 100%;
  margin-top: 0.5rem;
}

.hoerprobe-card h6 {
  margin-top: -0.2rem !important;
  margin-left: 0.2rem !important;
}




.hoerprobe-video {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  cursor: pointer;
}

.hoerprobe-video:hover,
.hoerprobe-video.color {
  filter: grayscale(0%);
}




/*-------------------------------------------Kontaktformular-----------------------------------------*/


/*===================== EDLER KONTAKTFORMULAR-STIL =====================*/

.bg-light {
  background: linear-gradient(145deg, #f7ecd0, #d6b97b) !important;
  border-color: #DDD7D0;
}

/*-----Anrede & Titel-----*/
#anrede, #titel {
  color: #4C3A69;
  border-color: #4C3A69;
}

#anrede option, #titel option {
  color: #4C3A69;
}

#anrede option:disabled {
  color: #A7A1A1;
}

/*-----Name, Email und Telefon-----*/
#vorname, #nachname, #email, #telefon, #location_name {
  color: #4C3A69;
}

/* Fokus-Stil */
#vorname:focus, #nachname:focus, #email:focus, #telefon:focus, #location_name:focus {
  border-color: #4C3A69;
  box-shadow: 0 0 0 0.3rem rgba(76, 58, 105, 0.1);
  outline: none;
}

/* Placeholder */
#vorname::placeholder, 
#nachname::placeholder, 
#email::placeholder, 
#telefon::placeholder,
#location_name::placeholder {
  color: #A7A1A1;
}

/*-----Floating Label Basis-----*/
.floating-label {
  position: relative;
  margin-bottom: 1rem;
}


.floating-label label {
  position: absolute;
  top: 0;
  left: 12px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #6A5C84;
  
  background: linear-gradient(to bottom, #F9F7F4 10%, white 40%);
  padding: 0 6px;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}


/* Label-Bewegung */
.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label select:focus + label,
.floating-label select:not(:placeholder-shown) + label {
  top: 5px;
  left: 10px;
  font-size: 12px;
}

/*-----Input-Felder-----*/
.floating-label input {
  width: 100%;
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #4C3A69;
  color: #4C3A69;
  background-color: white;
  border-radius: 5px;
  font-size: 1.1rem;
}

/*-----Dropdown-----*/
.floating-label select {
  width: 100%;
  padding: 10px;
  padding-top: 20px;
  padding-right: 36px;
  border: 1px solid #4C3A69;
  color: #4C3A69 !important;
  background-color: white;
  border-radius: 5px;
  font-size: 1.1rem;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%234C3A69' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  cursor: pointer;
}

/*-----Nachricht-----*/
#message {
  border-color: #4C3A69;
  font-size: 1.1rem;
  color: #4C3A69;
}

/* Placeholder Nachricht */
#message::placeholder {
  color: #A7A1A1;
  opacity: 1;
  font-size: 1.1rem;
}

.floating-label select:focus,
#message:focus {
  background-color: white;
  border-color: #4C3A69;
  box-shadow: 0 0 0 0.3rem rgba(76, 58, 105, 0.1);
  outline: none;
}



/* Zeichenzähler */
#charCount {
  color: #6A5C84;
  transition: color 0.3s ease-in-out; 
  font-size: 0.9rem;
  text-align: right;
}

/*-----Button-----*/
.btn-primary {
  background-color: rgba(0, 0, 0, 0.6) !important;  
  border: none !important; 
  border: none;
  color: white;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 6px;
  backdrop-filter: blur(2px);  /* edler Softglass-Effekt */
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}





/*---*/

/* Select-Styling mit Bootstrap's .form-control */
select.form-control {
  background-color: #fffdf6 !important;  
  border-color: #8b6f29 !important;       
  color: #4c3a69 !important;            
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

/* Wenn das Select-Element fokussiert (z. B. geöffnet) ist */
select.form-control:focus {
  border-color: #d6b97b !important;
  box-shadow: 0 0 0 0.2rem rgba(214, 185, 123, 0.25) !important;
  background-color: #fffdf6 !important;
  color: #4c3a69 !important;
  outline: none !important;
}

/* Styling der Optionen (funktioniert nur in Firefox) */
select.form-control option {
  background-color: #fffdf6 !important;
  color: #4c3a69 !important;
}

/* Option beim Hover – funktioniert nicht in Chrome */
select.form-control option:hover {
  background-color: #f0e6d2 !important;
  color: #4c3a69 !important;
}



/*-------------------------------------------Bilderreihe-----------------------------------------*/
.media-scroll-gallery {
  width: 100%;
  padding: 2rem 1rem;
  background-color: #f9f9f9;
}

.media-scroll-gallery h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #333;
}

/* Scroll-Wrapper mit Pfeilen */
.scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Bildreihe – immer einzeilig, horizontal scrollbar */
.bilderreihe-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  padding: 1rem 2rem;
  scroll-behavior: auto;
  scrollbar-width: none;
}

.bilderreihe-scroll::-webkit-scrollbar {
  display: none;
}

/* Responsive Bildgröße */
.bilderreihe-scroll img {
  flex: 0 0 auto;
  width: auto;
  height: clamp(150px, 20vw, 350px); /* passt sich früher an */
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.bilderreihe-scroll img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Pfeile – dynamisch in Bildhöhe */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: clamp(150px, 20vw, 350px);
  width: 60px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  color: white;
  padding: 0;
  backdrop-filter: blur(4px);
}

.arrow.left {
  left: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.arrow.right {
  right: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  .arrow {
    font-size: 1.5rem;
    width: 40px;
  }
}




/*--------------------Bild öffnet sich in groß, wenn geklickt----------------*/

/* Lightbox Hintergrund */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

/* Großes Bild */
.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  animation: zoomIn 0.3s ease;
}

/* Animation */
@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}



.lightbox-trigger{
  filter:grayscale(50%);
}




/*-------------------Pfeil zum nach oben spring---------------*/




.scroll-top-button {
  position: fixed;
  bottom: 30px;
  right: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: rgba(200, 200, 200, 0.4);
  color: #444;
  padding: 8px 10px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  z-index: 1000;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}

.scroll-top-button:hover {
  opacity: 0.9;
}



/*-------------------------------Footer-------------------------------*/

/*-------------------Container---------------*/

footer .card-custom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  column-gap: 0;
  row-gap: 0;
  justify-items: center;
  padding: 1.5rem;
  background-color: #f7f1e1 !important;
}


/*-------------------Vertikale Linie (Desktop & Tablet ≥600 px)---------------*/

.vr-footer {
  width: 1px;
  background: #000;
  opacity: 0.25;
  height: 100%;
}

/*-------------------Horizontale Linie (Mobil <600 px)---------------*/

.hr-footer {
  display: none;
  width: 100%;
  height: 1px;
  background-color: black;
  opacity: 0.25;
  margin: 1.25rem 0;
}

/*-------------------Inhalt---------------*/

.nav-title-kontakt,
.nav-title-service {
  margin-bottom: 1.5rem;
}

.contact,
.service {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact li,
.service li {
  padding: 10px 0;
}

.service li {
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left center;
  padding-left: 40px;
}

.contact a,
.service a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #444;
  transition: color 0.3s;
}

.contact a:hover,
.service a:hover {
  text-decoration: underline;
}

.contact i,
.service i {
  font-size: 1.2rem;
}

.contact-container i {
  margin-right: 12px;
}

.contact-container a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}




.border-top-custom {
  border-top: 1px solid #444 !important;
}

.border-bottom-custom {
  border-bottom: 1px solid #444 !important;
}

/*-------------------Responsive Umschaltung <600 px---------------*/

@media (max-width: 599px) {
  footer .card-custom {
    grid-template-columns: 1fr !important;
    row-gap: 0;
    justify-items: center;
    text-align: center;
    background-color: #444;
    
  }
  .hr-footer {
    display: block !important;
  }
.service{
  padding-left: 0;
  margin: 0;
}

.service li{
  margin-right: 45px;
}

.service-container{
  justify-items: left;
  text-align: left;
}


}

/*-------------------Hr nur mobil, vr nur Desktop---------------*/

@media (min-width: 600px) {
  .hr-footer {
    display: none !important;
  }
}

/*-------------------Footer Navigation---------------*/

.footer-rechtliches .text-center {
  padding-bottom: 10px;
}

.nav .nav-link {
  color: #444 !important;
}

.nav .nav-link:hover {
  transform: translateY(-3px);
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  color: #444 !important;
}

.text-center {
  color: #444;
}

.nav-item {
  font-size: 1.1rem;
}

/*-------------------AGB Seite Style---------------*/

.agb-section {
  margin-top: 100px;
  background: linear-gradient(145deg, #d6b97b, #e8d1a3);
  color: #4C3A69;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.link-gold {
  color: #8b6f29;
  text-decoration: none;
  font-weight: 500;
}

.link-gold:hover {
  color: #a9893f;
  text-decoration: underline;
}
