
        */* =========================
   Base & Variables
========================= */
:root{
  --brand: #1E5A8A;          /* Hauptfarbe: dein Logo-Blau */
  --brand-light: #4A90E2;    /* helleres Blau für Akzente */
  --gray: #E5E7EB;           /* helles Grau für Hintergründe */
  --text: #111827;           
  --muted: #6B7280;
  --bg: #FFFFFF;
  --bg-alt: #F9FAFB;
  --border: #D1D5DB;
  --cta: var(--brand);       /* Buttons etc. in deinem Blau */
  --cta-text: #FFFFFF;
  --radius: 14px;
  --shadow: 0 10px 25px rgba(0,0,0,.06);
  --container: 1100px;
   --font: 'Switzer', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
}


*{ box-sizing: border-box; }
html,body{ margin:0; padding:0; }
body {
  font-family: 'Switzer', sans-serif;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text);
}

h1, h2, h3 {
  font-weight: 700; /* Bold für Überschriften */
}

p, a, li, input, button, textarea {
  font-weight: 400; /* Regular für Fließtext */
}


/* Utilities */
.container{
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
img{ max-width:100%; display:block; border-radius: 10px; }
a{ color: inherit; text-decoration: none; }
h1,h2,h3{ margin: 0 0 .6em; line-height: 1.2; }
p{ margin: .6em 0 1em; color: #1f2937; }

/* =========================
   Header / Navigation
========================= */
.header{
  position: sticky;
  top: 0;
  z-index: 50;
    backdrop-filter: blur(10px);           /* der "Glass"-Effekt */
  -webkit-backdrop-filter: blur(10px);   /* für Safari */
  border-bottom: 1px solid rgba(255,255,255,0.2);

}
.header .header-content{
  display:flex; align-items:center; justify-content:space-between;
  gap: 16px; padding: 12px 0;
}
.header .logo{ display:flex; align-items:center; gap:12px; }
.header .logo img {
  width: 120px;
  height: auto;
  margin-left: 20px;
}

@media (max-width: 600px) {
  .header .logo img {
    width: 70px;  /* etwas kleiner auf Smartphones */
  }
}


.nav{
  display:none; gap: 20px; align-items:center;
}
.nav a{
    font-size: 20px;
  padding: 10x 16px;
  border-radius: 999px;
  font-weight: 600;
  color:#a5a6a8;
}
.nav a:hover{ background: var(--bg-alt); color:#111827; }

.mobile-menu{
  display: inline-flex;
  align-items:center; justify-content:center;
  width: 44px; height: 44px;
  font-size: 20px; border: 1px solid var(--border);
  background: #fff; border-radius: 12px; cursor: pointer;
}

/* Desktop nav */
@media (min-width: 900px){
  .nav{ display:flex; }
  .mobile-menu{ display:none; }
}

/* Mobile menu dropdown */
@media (max-width: 899px){
  .nav{
    position: absolute;
    top: 68px; right: 20px; left: 20px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 10px;
    flex-direction: column;
  }
  .nav a{ width:100%; }
  .nav.is-hidden{ display:none !important; }
}

/* =========================
   Hero
========================= */
.hero {
  position: relative;
  background: url("bilder/Bielefeld_Places_Sunset2.jpg") center/cover no-repeat; /* Bild anpassen */
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--border);
  color: #e6e4e4; /* Standard-Textfarbe im Hero */
}

/* Dunkler Overlay für bessere Lesbarkeit */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(244, 242, 242, 0.064); /* Abdunkeln */
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 1; /* sorgt dafür, dass Text über dem Overlay liegt */
}
.hero-content{
  display:grid; gap: 28px; align-items:center;
  grid-template-columns: 1fr;
}

        

        .logo h1 {
            font-size: 24px;
            font-weight: bold;
            color: #333;
        }

        .logo p {
            font-size: 14px;
            color: #555;
            font-weight: 500;
        }

        .nav {
            display: flex;
            gap: 30px;
        }

        .nav a {
            text-decoration: none;
            color: #8f8e8e;
            font-weight: 500;
            transition: color 0.3s;
        }

        .nav a:hover {
  color:  #53B3D9;
            
        }

        .mobile-menu {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }

        /* Hero Section */
        .hero{ background-image: url("bilder/Bielefeld_Places_Sunset2.jpg"); }
        
        .hero{
        position: relative;
        min-height: 70vh;                 /* genug Fläche, um das Bild zu sehen */
   
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
        border-bottom: 1px solid var(--border);
        padding: 80px 0 60px;
}

.hero::before{
  content:"";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 0;
}

.hero .container{ position: relative; z-index: 1; }

       

        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

.hero-text h1 {
  font-size: clamp(36px, 7vw, 64px);
  font-weight: 800;
  color:  #53B3D9;
  margin-bottom: 6px;

  margin-top: 120px;  /* Wert anpassen: 60–120px je nach Bild */
}



.hero-text h2 {
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 400;
  color: #E5E7EB;
  margin-bottom: 12px;
}

.hero-subline {
  font-size: 18px;
  font-weight: 400;
  color: #d1d5db;
  margin-bottom: 22px;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

/* Basis-Button */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;                      /* sorgt für gleiche Breite */
  padding: 10px 20px;
  border-radius: 18px;           /* schöne Rundung */
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background-color: #7f8d9a;     /* dein Blau */
  border: 2px solid #b2b4b6;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
  text-align: center;
}

/* Hover-Effekt */
.cta-button:hover {
  background-color: #959a9d;
  border-color: #a3a6a7;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Anruf-Button */
.cta-button.call {
  background-color: #c8c8c8ba;
  border-color: #b3b6b80a;
}

/* WhatsApp-Button → helleres Blau */
.cta-button.chat {
 background-color: #c8c8c8ba;
  border-color: #b3b6b80a;
  color: #fff;
}

/* Icons größer */
.cta-button i {
  font-size: 20px;
}

/* ✅ Mobil: Buttons 100% Breite untereinander */
@media (max-width: 700px) {
  .cta-group {
    flex-direction: column;
  }
  .cta-button {
    width: 100%;
  }
.hero-text h1 {
  font-size: clamp(36px, 7vw, 64px);
  font-weight: 800;
  color:  #53B3D9;
  margin-bottom: 6px;

  margin-top: 100px;  /* Wert anpassen: 60–120px je nach Bild */
}

.hero-text h2 {
  font-size: 20px;
  font-weight: 500;
  color: #E5E7EB;
  margin-bottom: 12px;
}

.hero-subline {
  font-size: 18px;
  font-weight: 400;
  color: #E5E7EB;
  margin-bottom: 22px;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

}




        @keyframes bounce {
            0%, 100% { transform: scale(2) translateY(0); }
            50% { transform: scale(2) translateY(-10px); }
        }

        /* Services Section */        /* Services Section */      /* Services Section */
        .services {
            padding: 80px 0;
            background: white;
        }

        .services-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .services-text h2 {
            font-size: 44px;
            margin-bottom: 20px;
            color: #575757;
        }

        .services-text .brand {
            color:  #53B3D9;
            font-weight: bold;
        
        }

        .services-list {
            list-style: none;
        
        }

        .services-list li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
            font-size: 24px;
            color: #555;
        }

        .check-icon {
            width: 28px;
            height: 28px;
            background: #53B3D9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            flex-shrink: 0;
            margin-top: 4px;
        }

    .video-box img {
  width: 70%;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}
@media (max-width: 700px) {


    .services-text h2 {
            font-size: 30px;
            margin-bottom: 20px;
            color: #575757;
        }

        .services-text .brand {
            color:  #53B3D9;
            font-weight: bold;
        
        }

   .check-icon {
            width: 25px;
            height: 25px;
            background: #53B3D9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            flex-shrink: 0;
            margin-top: 4px;
        }

           .services-list li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
              font-weight: 400;
            margin-bottom: 20px;
            font-size: 20px;
            color: #555;
        }

           .video-box img {
              display: flex;
  justify-content: center; /* horizontal zentrieren */
  width: 90%;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
  display: block;        /* wichtig, sonst wirkt margin: auto nicht */
  margin: 0 auto;        /* zentriert horizontal */
  
}
}

     /* Services Section */.      /* Services Section */       /* Services Section */




        /* About Section */ 
        .about {
            padding: 80px 0;
            background: #F9FAFB;
        }
.about-content h2,
.about-content h3,
.about-content p {
  text-align: left;
}
        .about-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }

        .about h2 {
            font-size: 36px;
            color: #575757;
            margin-bottom: 15px;
        }

        .about h3 {
            font-size: 28px;
            color: #53B3D9;
            margin-bottom: 30px;
        }

        .about p {
            font-size: 18px;
            color: #555;
            margin-bottom: 25px;
            line-height: 1.7;
        }


        @media (max-width: 700px) {
           .about h2 {
            font-size: 30px;
            color: #575757;
            margin-bottom: 15px;
        }

        .about h3 {
            font-size: 18px;
            color: #53B3D9;
            margin-bottom: 30px;
        }

        }


  



        /* Contact Section */    /* Contact Section */    /* Contact Section */    /* Contact Section */
        .contact {
            padding: 80px 0;
            background: #53b3d948;
        }

        .contact-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
        }

        .contact-text h2 {
            font-size: 36px;
            color: #575757;
            margin-bottom: 25px;
        }

        .contact-text .brand {
            color: #53B3D9;
        }

        .contact-text p {
             font-size: 18px;
            color: #555;
            margin-bottom: 20px;
            line-height: 1.7;
        }
            .cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px; /* Abstand nach oben, Wert anpassen */
}
        .contact-form {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .contact-form h3 {
            font-size: 24px;
            color: #575757;
            margin-bottom: 30px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 25px;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            font-weight: 500;
            color: #333;
            margin-bottom: 8px;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            border: 1px solid #D1D5DB;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #dfdfdf;
            box-shadow: 0 0 0 3px rgba(245, 204, 0, 0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .submit-button {
            width: 100%;
            background: #53B3D9;
            color: white;
            padding: 15px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }

        .submit-button:hover {
            background: #E6B800;
        }


        @media (max-width: 700px){
           .contact-text h2 {
            font-size: 30px;
            color: #575757;
            margin-bottom: 25px;
        }

        .contact-text .brand {
            color: #53B3D9;
        }
        .contact-text p {
             font-size: 18px;
            color: #555;
            margin-bottom: 20px;
            line-height: 1.7;
        }

        }
        
        /* Contact Section */    /* Contact Section */    /* Contact Section */    /* Contact Section */


        /* Gallery Section */ /* Gallery Section */ /* Gallery Section */ /* Gallery Section */ /* Gallery Section */
        .gallery {
            padding: 80px 0;
            background: white;
        }

        .gallery-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .gallery-text h2 {
            font-size: 36px;
            color: #575757;
            margin-bottom: 25px;
            line-height: 1.3;
        }
         .gallery-text p {
             font-size: 18px;
            color: #555;
            margin-bottom: 20px;
            line-height: 1.7;
        }
        .gallery-text .highlight {
            color: #53B3D9;
        }

        .gallery-images {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .gallery-image {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            aspect-ratio: 4/3;
        }

     .gallery-images {
  display: flex;
  justify-content: center;
}

.gallery-row {
  display: flex;
  gap: 20px;
}

.gallery-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
  aspect-ratio: 4/3;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media (max-width: 700px){
  .gallery-text h2 {
            font-size: 30px;
            color: #575757;
            margin-bottom: 25px;
            line-height: 1.3;
        }
         .gallery-text p {
             font-size: 18px;
            color: #555;
            margin-bottom: 20px;
            line-height: 1.7;
        }
        .gallery-text .highlight {
            color: #53B3D9;
        }

}


        /* Gallery Section */ /* Gallery Section */ /* Gallery Section */ /* Gallery Section */ /* Gallery Section */ /* Gallery Section */


        /* Service Cards Section */  /* Service Cards Section */ /* Service Cards Section */ /* Service Cards Section */ /* Service Cards Section */
        .service-cards {
            padding: 80px 0;
            background: #53b3d948;
            
        }

        .service-cards-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            margin-bottom: 60px;
        }

        .service-cards h2 {
            font-size: 36px;
            margin-bottom: 30px;
            color: #575757;
        }

        .service-cards .brand {
            color: #53B3D9;
        }

        .numbered-list {
            list-style: none;
        }

        .numbered-list li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
            font-weight: 500;
            color: #555;
        }

        .number-icon {
            width: 32px;
            height: 32px;
            background:  #53B3D9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 14px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .service-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

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

        .service-card-image {
            aspect-ratio: 16/9;
            overflow: hidden;
        }

        .service-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-card-content {
            padding: 25px;
        }

        .service-card h3 {
            font-size: 20px;
            color: #575757;
            margin-bottom: 10px;
        }

        .service-card p {
            color: #666;
            line-height: 1.6;
        }
@media (max-width: 700px){

 .service-cards h2 {
            font-size: 30px;
            margin-bottom: 30px;
            color: #575757;
        }

        .service-cards .brand {
            color: #53B3D9;
        }


}




        /* Footer */
 /* Footer-Container */
#footer {
  background: var(--brand);
  color: var(--fg);
  padding: 50px 0 25px;
  font-size: 15px;
}

#footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 30px;
  
}

@media (min-width: 900px) {
  #footer-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

/* Spalten */
.footer-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-section p {
  color: var(--muted);
  margin-bottom: 14px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: -1px;
}

/* Buttons im Footer */
.footer-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-cta {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 12px;
  background: #fff;
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.footer-cta.alt {
  background: var(--brand-light);
  color: #fff;
}

/* Rechtliche Links */
.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;

}

/* Linie & Copyright */
#footer hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.25);
  margin: 25px 0 15px;
}

#footer-copy {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
}


        /* Responsive Design */
        @media (max-width: 768px) {
            .nav {
                display: none;
            }

            .mobile-menu {
                display: block;
            }

            .hero-content,
            .services-content,
            .contact-content,
            .gallery-content,
            .service-cards-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .hero-text h1 {
                font-size: 32px;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .cards-grid {
                grid-template-columns: 1fr;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .bee-icon {
                transform: scale(1.5);
            }

            @keyframes bounce {
                0%, 100% { transform: scale(1.5) translateY(0); }
                50% { transform: scale(1.5) translateY(-10px); }
            }
        }

        /* Honeypot verstecken */
.hp-field { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

