#countdown {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 2em;
  color: #c63232;

  img {
    margin-bottom: 0px;
  }
}

/* Schneeflocken */
.snowflake {
  position: absolute;
  top: -50px; /* Startposition über dem Bildschirm */
  color: blue;
  font-size: 12px; /* Größe der Schneeflocken */
  opacity: 0.8;
  pointer-events: none;
}
/* ---------------------------------------------- */


/* Cookie Banner */
#cookie-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c1ddfa;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 9999;
}

#cookie-banner button {
  margin: 0 10px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#cookie-banner button:hover {
  background-color: #0056b3;
}

/* Media Query für Handys */
@media screen and (max-width: 600px) {
  #cookie-banner {
    width: 90%; /* Banner passt sich an kleinere Bildschirme an */
  }

  #cookie-banner button {
    display: block; /* Buttons untereinander anordnen */
    width: 100%; /* Buttons nehmen die volle Breite ein */
    margin: 10px 0; /* Vertikaler Abstand zwischen den Buttons */
  }
}

/* Media Query für Tablets (bis 1024px) */
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #cookie-banner {
    width: 80%; /* Etwas schmaleres Banner für Tablets */
  }

  #cookie-banner button {
    display: block; /* Buttons untereinander anordnen */
    width: 100%; /* Buttons nehmen die volle Breite ein */
    margin: 10px 0; /* Vertikaler Abstand zwischen den Buttons */
  }
}

#cookie-settings-button {
  position: fixed;    /* Fixiert den Button auf der Seite */
  left: 5px;         /* Abstand vom linken Rand der Seite */
  bottom: 5px;       /* Abstand vom unteren Rand der Seite */
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9999;      /* Stellt sicher, dass der Button über anderen Elementen liegt */
  border-radius: 50%; /* Macht den Button rund */
  color: white;       /* Textfarbe (für den Fall, dass du Text hinzufügst) */
  border: none;       /* Entfernt den Rand des Buttons */
}
/* ---------------------------------------------- */


.home {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
  font-weight: bold;
}

.home1 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
}

.made_with_love {
  text-align: center;
}

/* Deaktivierung Link Unsterstreichen und Farbe blau */
p a {
  color: black;
  text-decoration: none;
}

/* 125 Jahre */
#jahre {
  padding-top: 60px;
  margin-left: 1px;
  margin-right: 1px;
}


/* -- Modal START POPUP Herzlich Willkommen -- */
/* Modal (gif) */
.gif-right {
  max-width: 250px; /* Reduziere die Breite des GIFs (optional anpassbar) */
  height: auto; /* Automatische Höhe, um Proportionen zu bewahren */
  margin-left: 30px; /* Abstand zwischen Text und GIF */
  object-fit: contain; /* Passt das GIF in den Rahmen */
}


/* -- Modal NEWS Nachrichten -- */
/* -- NEWS -- */
#myImg {
  padding-top: 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption Deaktivierung Link Unsterstreichen und Farbe blau */
#caption a {
  color: inherit;
  /* Farbe des Links vererben */
  text-decoration: none;
  /* Unterstreichung entfernen */
  font-weight: bold;
  transition: color 0.3s;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}


/* Home Mannschaftsfoto */
#FEUERWEHR {
  margin-top: 75px;
  padding: 10px;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.pixabay a {
  color: #fff;
  text-decoration: none;
}

/* Mitglieder */
.mitglied-div {
  margin: 9px;

}

.avatar {
  vertical-align: middle;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}

/* FF Haus */
.FFcontainer {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: black
}

/* Handy-div */
.handy-div {
  margin: 9px;
}

.handy-news-div {
  margin: 16px;
}


/* Werbung */
#slideshow-container {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;

  padding-top: 80px;
  padding-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

#slideshow-container-home {
  padding-top: 80px;
  margin-left: 10px;
  margin-right: 10px;
}


/* FAHRZEUGE */
.rahmen-div_fahrzeuge {
  margin: 9px;
}

.containerFahrzeuge {
  position: relative;
  width: 100%;
}

.imageFahrzeuge {
  display: block;
  width: 100%;
  height: auto;
}

.overlayFahrzeuge {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #c63232;
  border-radius: 8px;
}

.containerFahrzeuge:hover .overlayFahrzeuge {
  opacity: 1;
}

.textFahrzeuge {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


/* REGION BEGIN SLIDER FF-Haus */
* {
  box-sizing: border-box;
}

.img-comp-container {
  position: relative;
  height: 250px;
  /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  /*display:block;*/
  vertical-align: middle;
}

/* Styles für den Schieberegler */
.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #c63232;
  opacity: 0.7;
  border-radius: 50%;
}

/* REGION END SLIDER FF-Haus */


/* ---- REGION BEGIN ------------------------------------------------------------------------------*/

/* ---- REGION END ------------------------------------------------------------------------------*/