/* General Styles */
html, body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1, h2, h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: transform 0.3s;
  text-shadow: 2px 4px 2px rgb(54, 3, 3);
  color: #ece9e9;
  margin-top: 20px;
}

.logo {
  width: auto;
  height: 80px;
  margin: 10px;
}

.introduction {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.0rem;
  text-align: center;
  margin: 100px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 4px 2px rgb(54, 3, 3);
  color: #ece9e9;
  font-weight: 400;
  line-height: 1.2;
  padding: 50px;
  flex-direction: column;

}
.nav-item {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #ece9e9;
  text-shadow: 2px 4px 2px rgb(35, 23, 78);
  margin-bottom: 15px;
}

@media (max-width: 300px) {
  h1, h2, h3 {
    font-size: 0.7rem;
    white-space: normal;
    text-align: center;
  }
  p {
    font-size: 0.5rem;
    text-align: center;
  }
}

@media (max-width: 600px) {
  h1, h2, h3 {
    font-size: 1rem;
    white-space: normal;
    text-align: center;
    margin-top: 50px;
  }
  p {
    font-size: 0.9rem;
    text-align: center;
  }

  
}

.impressum {
     color: rgba(196, 188, 208, 0.628);
 
  text-align: center;
  background-color: #1b1a1a;
  font-family: 'Bebas Neue', sans-serif;
  height: 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: ;
  z-index: 10; /* Höher als .video-container */
  /* ...deine weiteren Styles... */
}

h1:hover, h2:hover, h3:hover {
  transform: translateY(-2px);
  filter: brightness(1.2);
  text-shadow: 4px 4px 10px rgba(38, 13, 40, 0.5);
}

/* Navigation */
.rauchen {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 2em;
}

.navbar {
  display: flex;
  width: 100%;
  transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
  box-shadow: 4px 1px 2px rgb(195 191 231);
  backdrop-filter: blur(10px);
  z-index: 1050;
  background-color: transparent !important;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}

.navbar-brand {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-shadow: 3px 4px 2px rgba(103, 24, 156, 0.262);
  font-family: 'Anton', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  color: #ecf3f5f2 !important;
  transition: color 0.3s ease;
  padding: 0.5rem 1rem;
}

.navbar-brand:hover {
  color: #d89a9a !important;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}

.nav-link {
  color: rgb(218, 226, 230) !important;
  transition: color 0.3s, transform 0.2s;
  font-weight: bold;
  padding: 4px 18px;
  text-shadow: 7px 2px 12px rgba(1, 12, 46, 0.993);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.45rem;
  margin: 0 5px;
}

.nav-link:hover {
  color: #9f9cc4c8 !important;
  transform: scale(1.05);
}

.nav-link.active {
  color: #ee0b0b !important;
  border-bottom: 2px solid #ee0b0b;
}

/* Hero Video */
.showcase {
 
  height: 100vh;
  overflow: hidden;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, filter 0.5s ease-out;
}

.video-container video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.video-container.scrolled {
  transform: scale(1.1);
  opacity: 0.5;
  filter: blur(8px);
}

/* Buttons */
.btn-custom {
  background-color: #ff4500;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0px 5px 15px rgba(255, 69, 0, 0.5);
}

.btn-custom:hover {
  background-color: #fbfbfb;
  box-shadow: 0px 5px 20px rgb(89, 67, 215);
}

/* Hidden Elements */
.hidden {
  display: none;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.hidden.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* List Items */
li {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
}

/* Prices Section */
.prices {
  /* background: linear-gradient(135deg, #880c98, hsl(182, 83%, 71%));
  color: rgba(119, 61, 206, 0.628); */
  text-shadow: 2px 4px 2px rgb(11, 9, 41);
  padding: 100px 0;
  text-align: center;
}

/* Cards */
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title {
  font-size: 2em;
  margin-bottom: 30px;
}

/* Footer */
footer {
 
  color: rgba(196, 188, 208, 0.628);
 
  text-align: center;
  background-color: #1b1a1a;
  font-family: 'Bebas Neue', sans-serif;
  height: 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10; /* Höher als .video-container */
  /* ...deine weiteren Styles... */
}
  


footer a, li {
  color: rgba(196, 188, 208, 0.628);
  text-decoration: none;
  list-style: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.9em;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #f0d0d0;
}

/* Navbar Toggler */
.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Responsive Anpassungen */
@media (max-width: 992px) {
  .navbar-brand {
    font-size: 1.2em;
    padding: 0.3rem 0.8rem;
  }

  .nav-link {
    font-size: 0.9rem;
  }

  .navbar-nav {
    text-align: center;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    font-size: 1em;
    padding: 0.2rem 0.5rem;
  }

  .nav-link {
    font-size: 0.8rem;
  }
}

.rauchen {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}