/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
}

/* 🔝 Topbar */
.topbar {
  background-color: #3a3a3a;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.topbar-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-left a {
  margin-right: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.topbar-right .btn-kundenbereich {
  background-color: #bc2d2d;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  transition: background 0.3s;
}

.topbar-right .btn-kundenbereich:hover {
  background-color: #a82020;
}

/* 🧭 Header */
.header {
  background-color: #1d1d22;
  padding: 20px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  position: sticky;
  top: 44px;
  z-index: 999;
}

.header-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-logo img {
  height: 40px;
}

.header-nav a.nav-link {
  margin: 0 15px;
  text-decoration: none;
  color: #e5e5e5;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.3s;
}

.header-nav a.nav-link:hover {
  color: #bc2d2d;
}

/* 🧭 Burger Button */
.header-burger {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #ffffff;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .header-nav {
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .header-nav.nav-open {
    display: flex;
  }

  .header-burger {
    display: block;
  }
}


.hero {
  background: 
    radial-gradient(ellipse at center, rgba(40, 100, 200, 0.2) 0%, rgba(0, 180, 200, 0.15) 100%),
    url('../img/hero.png') no-repeat center center;
  background-size: cover;
  min-height: 750px;
  padding: 160px 20px;
  color: #ffffff;
  text-align: center;
  position: relative;
}


.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* dunkelt das Bild ab für bessere Lesbarkeit */
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-badge {
  display: inline-block;
  padding: 6px 16px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: rgba(255, 255, 255, 0.05);
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #dddddd;
  margin-bottom: 40px;
  line-height: 1.5;
}

.hero-btn {
  background-color: #bc2d2d;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background-color: #a82020;
}

@media (max-width: 768px) {
  .hero {
    min-height: 500px;
    padding: 120px 20px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }
}

.section-title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #1a1a1a;
  text-align: center;
}

.section-subtitle {
  font-size: 22px;
  color: #888;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}

section-intro {
    text-align: center;
    margin-bottom: 50px;
}

/* 🔍 Domaincheck */
.domaincheck {
  background-color: transparent;
  padding: 0 20px 0px;
  margin-top: -120px;
  position: relative;
  z-index: 10;
}

.domaincheck-box {
  background: #ffffff;
  padding: 40px 30px;
  max-width: 860px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  z-index: 20;
}

.domaincheck-form {
  display: flex;
  justify-content: center;
}

.domaincheck-field {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.domaincheck-field input {
  width: 100%;
  padding: 18px 130px 18px 20px;
  font-size: 1.1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fafafa;
}

.domaincheck-field input:focus {
  outline: none;
  border-color: #bc2d2d;
}

.domaincheck-field .search-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(100% - 8px);
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  background-color: #28a745;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background-color: #218838;
}

.domaincheck-tlds {
  margin-top: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.domaincheck-link {
  margin-top: 15px;
}

.domaincheck-link a {
  color: #bc2d2d;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.domaincheck-link a:hover {
  text-decoration: underline;
}


/* 🛠️ Produktübersicht (neu – 2 Zeilen mit 4 Boxen) */
/* 🎯 Allgemeine Sektion */
.produkte {
  background-color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

/* 📦 Grid für Produkte */
.row-produkte {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* 3-Spalten-Layout */
.col-produkt {
  flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .col-produkt {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .col-produkt {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* 🧱 Produktbox */
.produktbox {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.produktbox:hover {
  transform: translateY(-5px);
}

/* 🔝 Header der Box */
.produktbox-header {
  padding: 30px 20px 20px;
  text-align: center;
}

.produktbox-header i {
  font-size: 3rem;
  color: #bc2d2d;
  margin-bottom: 10px;
}

.produktbox-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.produktbox-header p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

/* 💰 Preisbereich */
.produktbox-footer {
  background-color: #bc2d2d;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.produktbox-footer .preis {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.produktbox-footer .euro {
  font-size: 1.2rem;
  vertical-align: super;
}

.produktbox-footer .monat {
  font-size: 0.9rem;
  margin-left: 4px;
}

/* 🔘 Button */
.produktbox-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}

.produktbox-btn:hover {
  background-color: #ffffff;
  color: #bc2d2d;
}


/* ⭐ Vorteile */
.vorteile {
  background-color: #f0f6fa;
  padding: 80px 20px;
  text-align: center;
}

.vorteile-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.vorteile-card {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 260px;
  flex: 1 1 220px;
  transition: transform 0.3s;
}

.vorteile-card:hover {
  transform: translateY(-5px);
}

.vorteile-card i {
  font-size: 2.5rem;
  color: #bc2d2d;
  margin-bottom: 15px;
}

.vorteile-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.vorteile-card p {
  font-size: 0.95rem;
  color: #444;
}

/* 💬 Bewertungen (mit Trustpilot-Stil) */
.bewertungen {
  background-color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.bewertungen-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.bewertung-card {
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: left;
  transition: transform 0.3s;
}

.bewertung-card:hover {
  transform: translateY(-5px);
}

.bewertung-kopf {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.bewertung-sterne {
  color: #ffc107;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.bewertung-text {
  font-size: 1rem;
  color: #444;
  font-style: italic;
}

/* Trustpilot-Link */
.trustpilot-link {
  margin-top: 40px;
  text-align: center;
}

.trustpilot-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #00b67a;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.trustpilot-btn:hover {
  background-color: #01935f;
}

.trustpilot-logo {
  height: 24px;
  vertical-align: middle;
}

/* 🤝 Partner */
.partner {
  background-color: #f0f6fa;
  padding: 60px 20px;
  text-align: center;
}

.partner-container {
  max-width: 1200px;
  margin: 0 auto;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.partner-logos img {
  max-height: 60px;      /* Maximale Höhe für Logos */
  max-width: 160px;      /* Maximale Breite für Logos */
  width: auto;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
  filter: grayscale(100%);
}

.partner-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
  filter: grayscale(0%);
}

.partner-logos img.invert-logo {
  filter: invert(1) grayscale(1) brightness(1.2);
}

/* 🦶 Dunkler Footer */
.footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 60px 20px 30px;
  font-size: 0.95rem;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-col {
  flex: 1 1 220px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

.footer-socials a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: #bc2d2d;
}

.footer-trustpilot {
  margin-top: 20px;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #aaaaaa;
}

.footer-bottom .footer-links {
  margin-top: 10px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom .footer-links li a {
  color: #aaaaaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom .footer-links li a:hover {
  color: #ffffff;
}

/* ---------- Seitenkopf mit Breadcrumb ---------- */
.page-header {
  background-color: #bc2d2d;
  padding: 60px 20px 40px;
  
}

.page-header .container {
  max-width: 1300px;
  margin: 0 auto;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.breadcrumb {
  font-size: 0.95rem;
  color: #c6c6c6;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 5px;
}

/* ---------- About us ---------- */
.about-overview {
  background-color: #ffffff;
  padding-top: 80px;
}

.about-overview .container {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.about-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.about-column {
  flex: 1 1 300px;
  max-width: 360px;
  text-align: center;
}

.about-icon {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.about-column h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.about-column p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

.about-quote {
  margin: 220px auto 30px;
  max-width: 800px;
}

.about-quote blockquote {
  font-size: 1.2rem;
  font-style: italic;
  color: #444;
}

.about-cta {
  margin-bottom: 60px;
}

.about-cta .btn-primary {
  background-color: #bc2d2d;
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.about-cta .btn-primary:hover {
  background-color: #a82323;
}

.about-values {
  margin-top: 80px;
  text-align: center;
}

.about-values .section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.about-list li {
  margin-bottom: 15px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;
}

.about-list li strong {
  color: #bc2d2d;
}

.plantmytree {
  background-color: #f0f6fa;
  padding: 80px 20px;
  margin-top: 140px;
  border-top: 1px solid #ddd;
}


.plantmytree-box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: center;
  text-align: left;
}

.plantmytree-box img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.plantmytree-text h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.plantmytree-text p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.6;
}

/* ---------- Errorpage ---------- */

.error-page {
  padding: 100px 20px;
  text-align: center;
  background-color: #ffffff;
}

.error-box {
  max-width: 600px;
  margin: 0 auto;
}

.error-box h1 {
  font-size: 8rem;
  font-weight: 900;
  color: #bc2d2d;
  margin-bottom: 10px;
}

.error-message {
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.error-hint {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.btn-primary {
  background-color: #bc2d2d;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #a62323;
}

.btn-secondary {
  background-color: #f0f0f0;
  color: #333;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover {
  background-color: #e0e0e0;
}

/* ---------- Jobpages ---------- */

.jobs-page {
  padding: 80px 20px;
}

.intro-text {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.job-benefits {
  list-style: none;
  padding: 0;
  margin: 0 auto 50px auto;
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  font-size: 1rem;
}

.job-benefits li {
  background-color: #f8f8f8;
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.04);
}

.job-status {
  text-align: center;
  font-size: 1.1rem;
  color: #444;
  max-width: 600px;
  margin: 0 auto;
  background-color: #f0f6fa;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #d6e0e6;
}

/* ---------- Contact ---------- */

.contact-page {
  padding: 80px 20px 100px;
}


.contact-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
}

.contact-left,
.contact-right {
  flex: 1 1 400px;
  max-width: 600px;
}

/* Formularbox */
.contact-form-box {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 1rem;
}

/* DSGVO + Checkbox */
.contact-dsgvo {
  margin: 20px 0;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}

.contact-dsgvo a {
  color: #bc2d2d;
  text-decoration: underline;
}

.checkbox-inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-inline input[type="checkbox"] {
  margin-top: 3px;
}

/* Cloudflare Captcha */
.contact-form .cf-turnstile {
  margin: 20px 0;
}

/* Button-Stil */
.btn-primary {
  background-color: #bc2d2d;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-primary:hover {
  background-color: #a52121;
}

/* Infoboxen */
.contact-info-box {
  background: #f0f6fa;
  padding: 25px;
  border-left: 4px solid #bc2d2d;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}

.contact-info-box h2 {
  margin-top: 0;
  font-size: 1.3rem;
}

.contact-info-box a {
  color: #bc2d2d;
  font-weight: 600;
  text-decoration: none;
}

.contact-info-box a:hover {
  text-decoration: underline;
}

/* Responsive Layout */
@media (max-width: 900px) {
  .contact-columns {
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    max-width: 100%;
  }
}

/* ---------- Datacenter ---------- */

.dc-section {
  padding: 40px 0;
  background-color: #ffffff;
}

.dc-disc {
    font-size: 18px;
}

.dc-highlights {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.dc-sustainability {
  padding: 60px 0;
  background-color: #f0f6fa;
}

.dc-gallery {
  padding: 60px 0;
  background-color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.dc-subtitle {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.dc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.dc-feature {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.dc-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.dc-list {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.dc-list li {
  margin-bottom: 12px;
  font-size: 16px;
}

.dc-list i {
  color: #28a745;
  margin-right: 10px;
}

.dc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.dc-gallery-grid img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.im-wrapper {
  padding: 40px 0;
}

.im-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 30px;
}

.im-column {
  flex: 1 1 45%;
  min-width: 280px;
}

.im-title {
  color: #bc2d2d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.im-legal h3 {
  font-weight: 600;
  margin-top: 25px;
}

.im-legal p {
  line-height: 1.6;
  margin: 10px 0;
}

.im-legal a {
  color: #bc2d2d;
  text-decoration: underline;
}

.partner-main {
  background-color: #ffffff;
  padding-bottom: 60px;
}

.partner-wrapper {
  padding: 40px 0;
}

.partner-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  text-align: center;
  color: #444;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.partner-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partner-card:hover {
  transform: translateY(-5px);
}

.partner-card img {
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}

.partner-card:hover img {
  filter: grayscale(0);
}

.partner-card h3 {
  font-size: 1.1rem;
  color: #111;
  margin-bottom: 10px;
}

.partner-card p {
  font-size: 0.95rem;
  color: #555;
}

.partner-cta {
  margin-top: 60px;
  padding: 50px 30px;
  background-color: #f0f6fa;
  text-align: center;
  border-radius: 12px;
}

.partner-cta h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.partner-cta p {
  font-size: 1.05rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto 25px;
  line-height: 1.6;
}

.partner-cta .btn-primary {
  background-color: #bc2d2d;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.partner-cta .btn-primary:hover {
  background-color: #a71f1f;
}

.payment-wrapper {
  padding: 40px 0;
}

.payment-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  text-align: center;
  color: #444;
}

.payment-method {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  margin-bottom: 30px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.payment-method i {
  font-size: 2.4rem;
  color: #bc2d2d;
  flex-shrink: 0;
  margin-top: 5px;
}

.payment-method h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

.payment-method p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

.payment-cta {
  margin-top: 60px;
  padding: 50px 30px;
  background-color: #f0f6fa;
  text-align: center;
  border-radius: 12px;
}

.payment-cta h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.payment-cta p {
  font-size: 1.05rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto 25px;
  line-height: 1.6;
}

.payment-cta .btn-primary {
  background-color: #bc2d2d;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.payment-cta .btn-primary:hover {
  background-color: #a71f1f;
}

.widerruf-main {
  background-color: #fff;
  padding-bottom: 60px;
}

.widerruf-wrapper {
  padding: 40px 0;
  max-width: 1300px;
  margin: auto;
}

.widerruf-wrapper h2 {
  margin-top: 40px;
  font-size: 1.5rem;
  color: #bc2d2d;
}

.widerruf-wrapper p {
  margin: 15px 0;
  color: #333;
  line-height: 1.6;
}

.widerruf-wrapper ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
}

.widerruf-wrapper li {
  margin-bottom: 10px;
}
/* Hosting Bereich */
.hosting-overview {
  padding: 60px 0;
}

.hosting-intro {
  text-align: center;
  margin-bottom: 50px;
}

.hosting-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.hosting-plan {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.hosting-plan:hover {
  transform: translateY(-5px);
}

.hosting-plan-header {
  background-color: #f0f2f5;
  padding: 20px 15px;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  color: #333;
}

.hosting-plan-header small {
  display: block;
  margin-top: 6px;
  font-weight: 400;
  font-size: 0.8rem;
  color: #666;
}

.hosting-price {
  background-color: #bc2d2d;
  color: #ffffff;
  text-align: center;
  padding: 20px 10px;
  font-size: 2.5rem;
  font-weight: 800;
}

.hosting-price small {
  font-size: 0.8rem;
  display: block;
  margin-top: 5px;
}

.hosting-features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.hosting-features li {
  padding: 15px 10px;
  border-top: 1px solid #eee;
  text-align: center;
  transition: background-color 0.3s ease;
}

.hosting-features li:hover {
  background-color: #f8f9fa;
}

.hosting-features li strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}

.hosting-features li span {
  font-size: 0.95rem;
  color: #555;
}

.hosting-features li i {
  margin-right: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.hosting-order-btn {
  background-color: #bc2d2d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 14px;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.hosting-order-btn:hover {
  background-color: #a52828;
  transform: scale(1.02);
}

/* Abstand zwischen Sektionen */
.section-spacing {
  height: 60px;
}

/* Features Übersicht */
.hosting-features-highlight {
  background-color: #f0f6fa;
  padding: 60px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.feature-box {
  background: #ffffff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box i {
  font-size: 2.5rem;
  color: #bc2d2d;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #222;
  font-weight: bold;
}

.feature-box p {
  font-size: 0.95rem;
  color: #666;
}

/* Call-to-Action Bereich */
.cta-hosting {
  margin-top: 50px;
  text-align: center;
}

.cta-hosting h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #111;
}

.cta-button {
  background-color: #bc2d2d;
  color: #fff;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #a52828;
}

.hosting-faq {
  background: #ffffff;
  padding: 60px 0;
}

.hosting-faq .section-title {
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.faq-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #bc2d2d;
}

.faq-item p {
  font-size: 1rem;
  color: #555;
}

.domain-overview {
  padding: 60px 0;
}

/* Wunschdomain Prüfen */
.domain-search {
  background-color: #ffffff;
  padding: 60px 0;
}

.domain-check-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.domain-input {
  padding: 14px;
  width: 300px;
  border-radius: 30px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.domain-check-btn {
  background-color: #bc2d2d;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.domain-check-btn:hover {
  background-color: #a52828;
}

/* Abstand */
.section-spacing {
  height: 60px;
}

/* Domain Tabelle */
.product-table-section {
  background-color: #f0f6fa; /* Hellblauer Hintergrund für den Bereich */
  padding: 60px 0;
}

.product-table-wrapper {
  background-color: #ffffff; /* Tabelle selbst bleibt weiß */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Schöner sanfter Schatten */
  border-radius: 12px; /* Runde Ecken */
  overflow-x: auto; /* Falls viele Spalten kommen */
  padding: 20px; /* Innenabstand um die Tabelle */
}

.product-table {
  width: 100%;
  border-collapse: collapse;
}

.product-table th, .product-table td {
  padding: 14px 10px;
  border: 1px solid #eee;
  text-align: center;
}

.product-table th {
  background-color: #f0f2f5;
  color: #111;
  font-weight: bold;
}

.product-table td {
  background-color: #ffffff;
  font-size: 1rem;
}

.domain-offers {
  background-color: #ffffff;
  text-align: center;
}

.offers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.offer-box {
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  width: 150px;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.offer-box:hover {
  transform: translateY(-5px);
}

.offer-domain {
  font-size: 1.5rem;
  font-weight: 700;
  color: #bc2d2d;
  margin-bottom: 10px;
}

.offer-price {
  font-size: 1rem;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
  margin-right: 5px;
}

.new-price {
  color: #bc2d2d;
  font-weight: 700;
  font-size: 1.2rem;
}


.domain-search-field {
  display: block;
  margin: 0 auto 30px;
  padding: 12px;
  width: 300px;
  border-radius: 30px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.domain-table-wrapper {
  overflow-x: auto;
}

.domain-table {
  width: 100%;
  border-collapse: collapse;
}

.domain-table th, .domain-table td {
  padding: 14px 10px;
  border: 1px solid #eee;
  text-align: center;
}

.domain-table th {
  background-color: #f0f2f5;
  color: #111;
  font-weight: bold;
}

.domain-table td {
  background-color: #fff;
  font-size: 1rem;
}

/* Features bei Domains */
.domain-features {
  padding: 60px 0;
}

.domain-features .section-title {
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.feature-box {
  background: #ffffff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box i {
  font-size: 2.5rem;
  color: #bc2d2d;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #222;
  font-weight: bold;
}

.feature-box p {
  font-size: 0.95rem;
  color: #666;
}

.table-order-btn {
  display: inline-block;
  background-color: #bc2d2d;
  color: #fff;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.table-order-btn:hover {
  background-color: #a52828;
}

.vps-overview {
  background-color: #ffffff;
  padding: 60px 0;
}


.vps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.vps-box {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  width: 280px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.vps-box:hover {
  transform: translateY(-5px);
}

.vps-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #bc2d2d;
  margin-bottom: 20px;
}

.vps-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.vps-features li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #555;
}

.vps-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.vps-price span {
  font-size: 0.9rem;
  color: #777;
}

.vps-order-btn {
  display: inline-block;
  background-color: #bc2d2d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.vps-order-btn:hover {
  background-color: #a82020;
}

.vps-features {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.vps-features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.feature-box {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  width: 250px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.feature-box i {
  font-size: 2.5rem;
  color: #bc2d2d;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 0.95rem;
  color: #666;
}

.vps-morepower {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.morepower-box {
  max-width: 800px;
  margin: 0 auto;
}

.morepower-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.morepower-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.morepower-btn {
  display: inline-block;
  background-color: #bc2d2d;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.morepower-btn:hover {
  background-color: #a82020;
}
.vps-faq {
  background-color: #fff;
  padding: 60px 0;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.faq-question {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq-answer {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}


.dedicated-overview {
  background-color: #ffffff;
  padding: 60px 0;
}

.dedicated-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.dedicated-item {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dedicated-info h3 {
  font-size: 1.4rem;
  color: #bc2d2d;
  margin-bottom: 10px;
}

.dedicated-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dedicated-info ul li {
  margin-bottom: 5px;
  font-size: 1rem;
  color: #555;
}

.dedicated-order {
  text-align: right;
  min-width: 200px;
}

.dedicated-price {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.dedicated-price span {
  font-size: 0.9rem;
  color: #777;
}

.dedicated-order-btn {
  background-color: #bc2d2d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.dedicated-order-btn:hover {
  background-color: #a82020;
}
.dedicated-features {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.dedicated-features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.feature-box {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  width: 250px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.feature-box i {
  font-size: 2.5rem;
  color: #bc2d2d;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 0.95rem;
  color: #666;
}

.dedicated-more {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.more-box {
  max-width: 700px;
  margin: 0 auto;
}

.more-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.more-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.more-btn {
  display: inline-block;
  background-color: #bc2d2d;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.more-btn:hover {
  background-color: #a82020;
}

.services-overview {
  background-color: #ffffff;
}

.services-intro {
  background-color: #fff;
  padding: 80px 0 0;
  text-align: center;
}

.services-list {
  padding: 60px 0;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.service-box {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  width: 250px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  cursor: pointer; /* Wichtig */
  position: relative;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  background-color: #f0f0f0;
}

.service-link-arrow {
  display: block;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #bc2d2d;
  font-weight: bold;
}

.service-box i {
  font-size: 2.5rem;
  color: #bc2d2d;
  margin-bottom: 15px;
}

.service-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 0.95rem;
  color: #666;
}


.services-cta {
  background-color: #f0f6fa;
  padding: 100px 0; /* Mehr Luft oben und unten */
  text-align: center;
}

.cta-box {
  max-width: 800px; /* Etwas breiter, bisher 700px */
  margin: 0 auto;
  padding: 0 20px; /* Leichter Innenabstand für kleine Bildschirme */
}

.cta-box h2 {
  font-size: 2.2rem; /* Etwas größer für die Headline */
  margin-bottom: 25px;
}

.cta-box p {
  font-size: 1.2rem;
  margin-bottom: 35px;
  color: #333; /* Etwas dunkler für bessere Lesbarkeit */
  line-height: 1.6; /* Mehr Zeilenhöhe für Lockerheit */
}

.cta-btn {
  display: inline-block;
  background-color: #bc2d2d;
  color: #fff;
  padding: 15px 35px; /* Größerer Button */
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1rem; /* Button-Text größer */
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #a82020;
}

.sponsoring-intro.light {
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 80px 0 40px;
  text-align: center;
}

.sponsoring-intro .page-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.sponsoring-intro .page-intro-text {
  color: #555;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.sponsoring-benefits {
  padding: 60px 0;
}

.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.benefit-box {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  width: 250px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.benefit-box i {
  font-size: 2.5rem;
  color: #bc2d2d;
  margin-bottom: 15px;
}

.benefit-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.benefit-box p {
  font-size: 0.95rem;
  color: #666;
}

.sponsoring-types {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.sponsoring-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 1.1rem;
  color: #333;
}

.sponsoring-list li {
  margin-bottom: 10px;
}

.sponsoring-note {
  font-size: 1rem;
  color: #555;
  margin-top: 20px;
}

.sponsoring-references {
  background-color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.references-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.reference-box {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  width: 250px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: center;
}

.reference-box h3 {
  font-size: 1.2rem;
  color: #bc2d2d;
  margin-bottom: 10px;
}

.reference-box p {
  font-size: 0.95rem;
  color: #555;
}

.sponsoring-cta {
  background-color: #f0f6fa;
  padding: 80px 0;
  text-align: center;
}

.cta-box {
  max-width: 700px;
  margin: 0 auto;
}

.cta-btn {
  display: inline-block;
  background-color: #bc2d2d;
  color: #fff;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #a82020;
}
/* Einleitung */
.webdesign-intro {
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 80px 0 40px;
  text-align: center;
}

.webdesign-intro .page-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.webdesign-intro .page-intro-text {
  font-size: 1.2rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Webdesign-Leistungen */
.webdesign-services {
  padding: 60px 0;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.service-box {
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  width: 250px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.service-box i {
  font-size: 2.5rem;
  color: #bc2d2d;
  margin-bottom: 15px;
}

.service-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 0.95rem;
  color: #666;
}

/* Ablauf Projekt */
.webdesign-process {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.process-steps {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 40px auto 0;
  font-size: 1.1rem;
  color: #555;
  text-align: left;
}

.process-steps li {
  margin-bottom: 15px;
}

/* Call-to-Action */
.webdesign-cta {
  background-color: #f0f6fa;
  padding: 80px 0;
  text-align: center;
}

.cta-box {
  max-width: 700px;
  margin: 0 auto;
}

.cta-btn {
  display: inline-block;
  background-color: #bc2d2d;
  color: #fff;
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #a82020;
}
/* === Allgemeines Layout === */
.ssl-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* === Features Grid === */
.ssl-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.ssl-grid-3 > .ssl-feature-box {
  flex: 1 1 calc(33.333% - 30px);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.ssl-feature-box:hover {
  transform: translateY(-4px);
}

.ssl-feature-box i {
  font-size: 2rem;
  color: #C8102E;
  margin-bottom: 12px;
}

/* === Sektionen (Info, Typen) === */
.ssl-info h2,
.ssl-types h2,
.ssl-table h2,
.ssl-cta h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}

.ssl-info p,
.ssl-types p,
.ssl-types ul li {
  color: #333;
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.6;
}

.ssl-types ul {
  list-style: disc;
  padding-left: 20px;
}

/* === CTA Bereich === */
.ssl-cta {
  background: #f1f7fb;
  padding: 60px 20px;
  text-align: center;
}

.ssl-cta p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #444;
}

.btn-hero {
  background: #C8102E;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.btn-hero:hover {
  background-color: #a80d26;
}

.ssl-btn-order:hover {
  background-color: #a80d26;
}

.ssl-overview {
}

