* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  background: #f5f5f5;
  font-family: "Segoe UI", sans-serif;
  color: #121212;
}
.site-header {
  background-color: #121212;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 1030;
}

.site-logo {
  color: #7cc8d7;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.custom-navbar .nav-link {
  color: #ffffff;
  font-weight: 500;
  margin-left: 18px;
  position: relative;
  transition: color 0.3s ease;
}

.custom-navbar .nav-link:hover {
  color: #7cc8d7;
}

.custom-navbar .nav-link::after {
  content: "";
  display: block;
  height: 2px;
  background: #7cc8d7;
  width: 0;
  transition: width 0.3s ease;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.custom-navbar .nav-link:hover::after {
  width: 100%;
}

.navbar-toggler {
  border: none;
  background-color: #7cc8d7;
}

.custom-toggler-icon {
  /* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
}

.hero {
  background: linear-gradient(135deg, #121212, #7cc8d7);
  color: white;
  padding: 100px 20px;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}
.hero p {
  font-size: 1.25rem;
  margin-top: 15px;
}
.cta-btn {
  background-color: #c1e1c5;
  color: #121212;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 30px;
  text-decoration: none;
}
.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #121212;
}
.vorteile i {
  font-size: 2rem;
  color: #7cc8d7;
}
.zahlen {
  background: #121212;
  color: white;
  padding: 60px 0;
}
.zahlen h3 {
  color: #c1e1c5;
}
.zahlen .number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #7cc8d7;
}
.hero-about {
  background: linear-gradient(135deg, #121212, #7cc8d7);
  color: white;
  text-align: center;
  padding: 80px 20px;
}
.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #121212;
}
.team-box img {
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.team-box h6 {
  font-weight: 600;
  margin-top: 10px;
}
.pricing-hero {
  background: linear-gradient(135deg, #121212, #7cc8d7);
  color: white;
  text-align: center;
  padding: 80px 20px;
}
.pricing-box {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  transition: 0.3s;
}
.pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.preis {
  font-size: 22px;
  color: #7cc8d7;
  font-weight: bold;
}
.badge-popular {
  background-color: #c1e1c5;
  color: #121212;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
}
.vergleich-tabelle th {
  background: #f5f5f5;
}
.contact-hero {
  background: linear-gradient(135deg, #121212, #7cc8d7);
  color: white;
  text-align: center;
  padding: 80px 20px;
}
.contact-section h4 {
  color: #121212;
}
.contact-section input,
.contact-section textarea {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1rem;
}
.contact-section img {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.privacy-hero {
  background: linear-gradient(135deg, #121212, #7cc8d7);
  color: white;
  text-align: center;
  padding: 80px 20px;
}
.privacy-content h3 {
  margin-top: 40px;
  color: #121212;
  font-weight: 600;
}
.privacy-content ul {
  line-height: 1.6;
}
.terms-hero {
  background: linear-gradient(135deg, #121212, #7cc8d7);
  color: white;
  text-align: center;
  padding: 80px 20px;
}
.terms-content h3 {
  margin-top: 40px;
  color: #121212;
  font-weight: 600;
}
.footer {
  background: #121212;
  color: #ccc;
  padding: 20px 0;
}
