/* Allgemeine Stile */
body {
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
  background: url("../../../images/bg_body.jpg");
  background-attachment: fixed;
  background-size: cover;
  min-height: 1000px;
  overflow-x: hidden;
}
body a,
body a:visited {
  color: #fff;
}
/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #333;
  color: white;
  padding: 15px;
  text-align: center;
  z-index: 1000;
}
.NavBg {
  background: url("../../../images/bg_top.png") no-repeat;
  width: 100%;
  display: block;
  position: fixed;
  height: 90px;
  top: 0;
  z-index: 10;
}
.NavBg .Vname {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #ebebeb;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.NavBg .navbar-brand {
  display: block;
  margin: 15px 0px 0px 20px;
}
.NavBg .navbar-brand IMG {
  width: 60px;
}
/* Navigation */
.navbar {
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  margin: 10px 0 0 100px;
}
.navbar a {
  text-decoration: none;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  padding: 2px 5px;
}
.navbar a:visited {
  color: #fff;
}
.navbar a:hover {
  color: #bd1a1a;
}
.mod-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-menu li {
  position: relative;
  margin: 0 10px;
}
.mod-menu a {
  padding: 10px 15px;
  display: block;
}
/* Untermenü */
.deeper {
  position: relative;
}
.mod-menu__sub {
  display: none;
  position: absolute;
  Background: #718096;
  min-width: 160px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
  z-index: 1;
  top: 100%;
  left: 0;
}
.mod-menu__sub a {
  padding: 12px 16px;
  display: block;
}
.deeper:hover .mod-menu__sub {
  display: block;
}
/* Hamburger-Menü */
.hamburger {
  display: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
}
/* Responsive Design */
@media screen and (max-width: 768px) {
  .navbar {
    margin: 10px 0 0 10px;
  }
  .hamburger {
    display: block;
  }
  .mod-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    top: 60px;
    left: 0;
    background-color: #333;
  }
  .mod-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-menu li {
    margin: 10px 0;
    text-align: center;
  }
  .mod-menu__sub {
    position: static;
    background-color: #555;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* Hero Section */
.hero-section {
  margin-top: 100px;
  background-size: cover;
  background-position: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.container .item-page,
.container .mod-custom,
.container #userForm {
  background: rgba(113, 128, 150, 0.9);
  margin: 20px 0px;
  padding: 25px;
  color: #efefef;
}
.container .item-page:after,
.container .mod-custom:after,
.container #userForm:after {
  float: none;
  clear: both;
}
.footer {
  padding: 0 !important;
  background: url("../../../images/bg_bot.png") no-repeat;
  width: 100%;
  position: relative;
}
.footer .container,
.footer .mod-custom {
  padding: 10px;
  width: 100%;
  max-width: none;
  margin: 0;
  background: none;
}
/* Visform */
.visform {
  background-color: #fff;
}
.visform .visforms {
  color: #1a1a1a;
}
/* Visform */
/* Responsive Design */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  .navbar-brand {
    font-size: 1.2rem;
  }
  .navbar-brand IMG {
    display: none;
  }
}
/* Rückblick-Galerie */
#rueckblick img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
/* Footer */
footer {
  background: #1a1a1a;
}
/* Countdown  */
#mod-custom117 {
  background: url("../../../images/counter-img.jpg") no-repeat;
  background-size: cover;
}
.countdown-container {
  /* backdrop-filter: blur(10px); */
}
.countdown-container h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.countdown-container .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.countdown-container .time-block {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 10px;
  min-width: 80px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  text-align: center;
}
.countdown-container .time-block:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.countdown-container .time-block span {
  font-size: 2.5em;
  font-weight: bold;
  display: block;
}
.countdown-container .time-block p {
  margin: 5px 0 0;
  font-size: 1em;
  text-transform: uppercase;
  opacity: 0.8;
}
/* Responsive Design */
@media (max-width: 600px) {
  .countdown-container h1 {
    font-size: 1.8em;
  }
  .countdown-container .countdown {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .countdown-container .time-block {
    min-width: 60px;
    padding: 15px;
  }
  .countdown-container .time-block span {
    font-size: 2em;
  }
}
