body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #232323;
  color: #f5f5f5;
  padding-top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  overflow-x: hidden;
}

header, .logo-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(35,35,35,0.7);
  backdrop-filter: blur(6px);
  margin: 0;
  border: none;
  box-shadow: none;
}
.logo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1rem;
  height: 48px;
  min-height: 48px;
  gap: 0;
  position: relative;
}
.logo-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.logo {
  height: 36px;
  max-width: 60px;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
nav a {
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.2s;
}
nav a:hover {
  color: #a78bfa;
}
.hero {
  text-align: center;
  padding: 5rem 1rem 3rem 1rem;
  background: linear-gradient(120deg, #232323 60%, #3a3a3a 100%);
  border-bottom: none !important;
  box-shadow: none !important;
}
.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #a78bfa;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}
.hero-sub {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
  color: #f5f5f5;
}
.hero-desc {
  font-size: 1.13rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
  color: #e5e5e5;
}
.hero-intro {
  font-size: 1.08rem;
  font-weight: 400;
  color: #d1d1d1;
  margin-bottom: 0.5rem;
}
.hero-usps ul {
  padding-left: 1.5em;
  margin: 0.6em 0 0.6em 0;
}
.hero-usps li {
  font-size: 1.18rem;
  font-weight: 500;
  margin-bottom: 0.38em;
  color: #f5f5f5;
  letter-spacing: 0.01em;
  line-height: 1.45;
  display: flex;
  align-items: center;
}
.hero-usps li span {
  font-size: 1.25em;
  margin-right: 0.32em;
  line-height: 1;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.social-links img {
  width: 36px;
  height: 36px;
  filter: invert(70%) sepia(20%) saturate(500%) hue-rotate(230deg);
  transition: filter 0.2s, transform 0.2s;
}
.social-links a:hover img {
  filter: invert(50%) sepia(80%) saturate(2000%) hue-rotate(270deg);
  transform: scale(1.1);
}
footer {
  text-align: center;
  padding: 1.5rem 0 1rem 0;
  background: #181818;
  color: #aaa;
  font-size: 1rem;
  margin-top: 3rem;
}
@media (max-width: 700px) {
  .logo-nav {
    height: 44px;
    min-height: 44px;
    padding: 0 0.2rem;
  }
  .logo {
    height: 28px;
    max-width: 44px;
  }
  .burger {
    width: 32px;
    height: 32px;
    right: 0.5rem;
  }
  nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.2em 0 1.2em 0;
    gap: 0.7em;
    font-size: 1.15em;
    width: 100vw;
    max-width: 100vw;
  }
  nav ul li {
    width: 100vw;
    text-align: center;
  }
  nav a {
    display: block;
    width: 100vw;
    padding: 0.7em 0;
    font-size: 1.08em;
  }
  .galerie-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
    max-width: 100vw;
    padding: 0 0.2rem;
    margin-top: 0;
  }
  .galerie-card {
    aspect-ratio: 1/1;
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 #7c3aed22, 0 0 0 1.5px #a78bfa22;
  }
  .galerie-card img {
    border-radius: 12px;
  }
  .review-card {
    padding: 0.3em 0.1em;
    font-size: 0.9rem;
    border-radius: 7px;
    max-width: 98vw;
    min-width: 0;
    margin-bottom: 0.4em;
    min-height: unset;
  }
  .review-header {
    gap: 0.15em;
    margin-bottom: 0.08em;
  }
  .review-avatar {
    width: 18px;
    height: 18px;
  }
  .review-author {
    font-size: 0.97em;
  }
  .review-date {
    font-size: 0.82em;
  }
  .review-stars {
    font-size: 1em;
    margin: 0.02em 0 0.08em 0;
    color: #FFD700 !important;
    opacity: 1 !important;
    filter: none !important;
  }
  .review-stars .star, .review-stars .star-red {
    color: #FFD700 !important;
    opacity: 1 !important;
    filter: none !important;
  }
  .review-text {
    font-size: 0.97em;
    margin-bottom: 0.08em;
  }
  .review-more {
    font-size: 0.95em;
  }
  .review-cards-row {
    gap: 0.3em;
  }
  .hero-footer > div {
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 1.2em;
    font-size: 1.08rem !important;
    margin-bottom: 1.2em !important;
    margin-top: 0.3em !important;
  }
  .hero-footer > div a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.12em;
    padding: 0.2em 0.5em;
    text-align: center;
    color: #bdbdbd !important;
    text-decoration: underline;
    transition: color 0.2s;
  }
  .hero-footer > div a:hover {
    color: #a78bfa !important;
  }
  .hero-footer > div span {
    display: inline-block;
    color: #bdbdbd;
    margin: 0 0.3em;
  }
  .footer, footer {
    font-size: 1.05rem;
    padding: 0.7rem 0 1.2em 0;
    text-align: center;
  }
  .angebot-header {
    margin-top: 0.5em;
    gap: 0.7em;
  }
  .angebot-header-img {
    height: 180px !important;
    max-width: 98vw;
    border-radius: 18px;
  }
  .angebot-header-text {
    padding: 1em 0.5em;
    font-size: 1.05em;
  }
}
/* Leistungen Grid */
.leistungen {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.leistung {
  background: #181818;
  border-radius: 12px;
  padding: 2rem 1.2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.leistung h2 {
  color: #a78bfa;
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
}
.leistung p {
  margin: 0;
  color: #e5e5e5;
  font-size: 1.05rem;
}
/* About Section */
.about {
  max-width: 700px;
  margin: 3rem auto 0 auto;
  background: #181818;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  text-align: left;
}
.about h1 {
  color: #a78bfa;
  margin-top: 0;
}
.about p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #f5f5f5;
}
@media (max-width: 700px) {
  .leistungen {
    padding: 1rem 0.3rem;
  }
  .about {
    padding: 1.2rem 0.5rem;
  }
}
@keyframes neon-glow {
  0% { box-shadow: 0 8px 40px 0 #a78bfa99, 0 0 0 4px #a78bfa77; }
  50% { box-shadow: 0 12px 60px 0 #a78bfaee, 0 0 0 8px #7c3aed77; }
  100% { box-shadow: 0 8px 40px 0 #a78bfa99, 0 0 0 4px #a78bfa77; }
}
/* Entferne Animation für Cards */
.angebot-card:hover, .equipment-card:hover {
  /* animation: neon-glow 1.2s infinite alternate; */
}

.two-column {
  display: flex;
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto;
  align-items: center;
  justify-content: center;
}
.column-left, .column-right {
  flex: 1 1 0;
  min-width: 260px;
}
.column-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-right {
  text-align: left;
}
@media (max-width: 900px) {
  .two-column {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  .column-right {
    text-align: center;
  }
}

.review-cards-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: none !important;
  box-shadow: none !important;
}
.review-card {
  flex: 1 1 340px;
  max-width: 420px;
  min-width: 280px;
  background: #fff;
  color: #232323;
  border-radius: 2.2rem;
  box-shadow: 0 4px 32px 0 #0002;
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .review-cards-row {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }
  .review-card {
    width: 100%;
    min-width: 0;
    max-width: 98vw;
  }
}
.review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.7rem;
}
.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eee;
}
.review-author {
  font-weight: bold;
  font-size: 1.15rem;
}
.review-date {
  color: #888;
  font-size: 0.98rem;
}
.review-stars {
  margin: 0.3rem 0 0.7rem 0;
  font-size: 1.05rem;
}
.star {
  color: #FFD700;
  font-size: 1.05rem;
  margin-right: 0.08rem;
}
.star-red {
  color: #FFD700;
}
.review-text {
  font-size: 1.13rem;
  margin-bottom: 0.7rem;
}
.review-more {
  color: #888;
  font-size: 1.01rem;
  cursor: pointer;
  text-decoration: underline;
}
.kontakt-headline {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-top: 2.2rem;
  margin-bottom: 1.7rem;
  letter-spacing: -1px;
}
@media (max-width: 700px) {
  .kontakt-headline {
    font-size: 1.5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.1rem;
  }
}
.kontakt-formular input, .kontakt-formular textarea {
  font-family: inherit;
  font-size: 1rem;
}

.equipment-toggle {
  background: #a78bfa;
  color: #232323;
  border: none;
  border-radius: 8px;
  padding: 0.6em 1.3em;
  font-size: 1.08rem;
  font-weight: 600;
  margin-top: 0.7em;
  cursor: pointer;
  box-shadow: 0 2px 8px #a78bfa33;
  transition: background 0.18s, color 0.18s, transform 0.15s;
  letter-spacing: 0.01em;
}
.equipment-toggle:hover {
  background: #7c3aed;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.angebot-infofeld {
  background: #181824;
  color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px 0 #0002, 0 0 0 1.5px #23232a;
  padding: 2rem 2.5rem 1.7rem 2.5rem;
  margin: 2.2em auto 2.2em auto;
  max-width: 700px;
  text-align: center;
  font-size: 1.22rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.angebot-infofeld h1 {
  color: #a78bfa;
  font-size: 2.3rem;
  font-weight: 800;
  margin: 0 0 1.1rem 0;
  letter-spacing: -1px;
}
.angebot-infofeld p {
  color: #fff;
  font-size: 1.22rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 900px) {
  .angebot-infofeld {
    font-size: 1.05rem;
    padding: 1.1rem 0.7rem 1.1rem 0.7rem;
    border-radius: 0.9rem;
    max-width: 98vw;
  }
  .angebot-infofeld h1 {
    font-size: 1.3rem;
  }
  .angebot-infofeld p {
    font-size: 1.05rem;
  }
}
/* Sterne Fade-In Animation bei Hover auf Bewertungskarte */
.review-stars .star {
  opacity: 0.35;
  transform: translateY(12px) scale(0.85);
  transition: opacity 0.38s cubic-bezier(.5,1.5,.5,1), transform 0.38s cubic-bezier(.5,1.5,.5,1);
}
.review-card:hover .review-stars .star {
  opacity: 1;
  transform: translateY(0) scale(1.08);
}
.review-card:hover .review-stars .star:nth-child(1) { transition-delay: 0.05s; }
.review-card:hover .review-stars .star:nth-child(2) { transition-delay: 0.15s; }
.review-card:hover .review-stars .star:nth-child(3) { transition-delay: 0.25s; }
.review-card:hover .review-stars .star:nth-child(4) { transition-delay: 0.35s; }
.review-card:hover .review-stars .star:nth-child(5) { transition-delay: 0.45s; }
/* Entferne Schlagschatten bei Sternen in Bewertungen */
.review-card:hover .review-stars .star,
.review-card:hover .review-stars .star-red {
  filter: none;
}
/* Optional: goldene Farbe für .star-red */
.review-card:hover .review-stars .star-red {
  color: #ffd700;
}
/* Angebot Grid (Leistungen) */
.angebot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.2rem;
  margin-top: 2.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.angebot-card {
  background: rgba(40,40,60,0.55);
  border-radius: 22px;
  box-shadow: 0 4px 32px 0 #7c3aed33, 0 0 0 2px #a78bfa33;
  overflow: hidden;
  position: relative;
  transition: transform 0.18s, box-shadow 0.18s;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
.angebot-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px 22px 0 0;
  background: #232323;
  box-shadow: 0 2px 12px #a78bfa22;
}
.angebot-content {
  padding: 2rem 1.2rem 1.2rem 1.2rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.angebot-content h2 {
  color: #a78bfa;
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.angebot-content p {
  margin: 0;
  color: #e5e5e5;
  font-size: 1.05rem;
}
@media (max-width: 700px) {
  .angebot-grid { gap: 1rem; }
  .angebot-card { min-height: 320px; }
  .angebot-img { height: 110px; }
  .angebot-content { padding: 1rem 0.5rem 0.7rem 0.5rem; }
} 
/* Hamburger Menü und Header mobile only */
@media (max-width: 700px) {
  .logo-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    height: 56px;
    min-height: 56px;
    max-width: 100vw;
  }
  .logo {
    height: 38px;
  }
  .logo-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
  }
  .logo-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.08rem;
    color: #f5f5f5;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }
  .burger {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1100;
  }
  .burger span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 3px 0;
    background: #f5f5f5;
    border-radius: 2px;
    transition: 0.3s;
  }
  nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.2em 0 1.2em 0;
    gap: 0.7em;
    font-size: 1.15em;
    width: 100vw;
    max-width: 100vw;
  }
  nav ul li {
    width: 100vw;
    text-align: center;
  }
  nav a {
    display: block;
    width: 100vw;
    padding: 0.7em 0;
    font-size: 1.08em;
  }
  #main-nav.open ul {
    display: flex;
  }
  #main-nav ul {
    display: none;
  }
  #main-nav.open ul {
    display: flex;
  }
  #main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    background: none;
    box-shadow: none;
  }
} 
@media (max-width: 700px) {
  .review-card {
    padding: 0.4em 0.2em;
    font-size: 0.93rem;
    border-radius: 7px;
    max-width: 98vw;
    min-width: 0;
    margin-bottom: 0.5em;
    min-height: unset;
  }
  .review-header {
    gap: 0.2em;
    margin-bottom: 0.1em;
  }
  .review-avatar {
    width: 20px;
    height: 20px;
  }
  .review-author {
    font-size: 0.98em;
  }
  .review-date {
    font-size: 0.85em;
  }
  .review-stars {
    font-size: 0.95em;
    margin: 0.03em 0 0.1em 0;
  }
  .review-text {
    font-size: 0.98em;
    margin-bottom: 0.1em;
  }
  .review-more {
    font-size: 0.95em;
  }
  .review-cards-row {
    gap: 0.5em;
  }
  .angebot-card, .equipment-card, .gallery-card {
    padding: 0.6rem 0.2rem 0.5rem 0.2rem;
    border-radius: 8px;
    margin-bottom: 0.7rem;
    max-width: 98vw;
  }
  .angebot-img, .equipment-img, .gallery-img {
    height: 48px;
    max-width: 100%;
  }
  .angebot-content, .equipment-content, .gallery-content {
    padding: 0.4rem 0.2rem 0.3rem 0.2rem;
  }
  .angebot-content h2, .equipment-title, .gallery-title {
    font-size: 0.98rem;
  }
  .angebot-content p, .equipment-desc, .gallery-desc {
    font-size: 0.93rem;
  }
  .team-card {
    padding: 0.5rem 0.2rem 0.4rem 0.2rem;
    border-radius: 7px;
  }
  .team-img {
    width: 40px;
    height: 40px;
    margin-bottom: 0.3rem;
  }
  .leistungen-grid, .angebot-grid, .equipment-grid, .gallery-grid {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .footer, footer {
    font-size: 1.05rem;
    padding: 0.7rem 0 1.2em 0;
    text-align: center;
  }
  .hero-footer > div {
    flex-direction: column !important;
    align-items: center;
    gap: 0.7em;
    font-size: 1.08rem !important;
    margin-bottom: 1.2em !important;
    margin-top: 0.3em !important;
  }
  .hero-footer > div a {
    display: block;
    margin-bottom: 0.2em;
    font-size: 1.12em;
    padding: 0.2em 0.5em;
    text-align: center;
  }
  .hero-footer > div span {
    display: none;
  }
} 
.burger {
  display: none;
}
@media (max-width: 700px) {
  .burger {
    display: flex;
  }
} 
.galerie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
  margin: 2rem auto 2.5rem auto;
  max-width: 1200px;
  padding: 0 0.5rem;
}
.galerie-card {
  aspect-ratio: 1/1;
  background: rgba(40,40,60,0.55);
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 #7c3aed33, 0 0 0 2px #a78bfa33;
  overflow: hidden;
  position: relative;
  transition: transform 0.18s, box-shadow 0.18s, background 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galerie-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  transition: filter 0.2s, transform 0.2s;
  filter: brightness(0.98) saturate(1.1) drop-shadow(0 0 12px #a78bfa33);
}
@media (max-width: 700px) {
  .galerie-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
    max-width: 100vw;
    padding: 0 0.2rem;
  }
  .galerie-card {
    aspect-ratio: 1/1;
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 #7c3aed22, 0 0 0 1.5px #a78bfa22;
  }
  .galerie-card img {
    border-radius: 12px;
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .galerie-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 900px;
  }
}
@media (min-width: 1101px) {
  .galerie-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    max-width: 1200px;
  }
} 