/* --- RESPONSIVE NAVIGATION ERGÄNZUNG --- */
.mobile-navmail {
    display: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Burger Animation beim Öffnen */
.nav-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .desktop-navmail {
        display: none;
    }

    .mobile-navmail {
        display: inline-block;
        margin-top: 1rem;
    }

    /* Das Menü schiebt sich auf Mobilgeräten von oben/rechts ein */
    .nav nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #0b1d3a;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .nav nav.active {
        right: 0;
    }

    .nav nav a {
        font-size: 1.5rem;
    }
}/* --- RESPONSIVE NAVIGATION ERGÄNZUNG --- */
.mobile-navmail {
    display: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Burger Animation beim Öffnen */
.nav-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .desktop-navmail {
        display: none;
    }

    .mobile-navmail {
        display: inline-block;
        margin-top: 1rem;
    }

    /* Das Menü schiebt sich auf Mobilgeräten von oben/rechts ein */
    .nav nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #0b1d3a;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .nav nav.active {
        right: 0;
    }

    .nav nav a {
        font-size: 1.5rem;
    }
}/* --- RESPONSIVE NAVIGATION ERGÄNZUNG --- */
.mobile-navmail {
    display: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Burger Animation beim Öffnen */
.nav-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .desktop-navmail {
        display: none;
    }

    .mobile-navmail {
        display: inline-block;
        margin-top: 1rem;
    }

    /* Das Menü schiebt sich auf Mobilgeräten von oben/rechts ein */
    .nav nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #0b1d3a;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .nav nav.active {
        right: 0;
    }

    .nav nav a {
        font-size: 1.5rem;
    }
}/* --- RESPONSIVE NAVIGATION ERGÄNZUNG --- */
.mobile-navmail {
    display: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Burger Animation beim Öffnen */
.nav-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .desktop-navmail {
        display: none;
    }

    .mobile-navmail {
        display: inline-block;
        margin-top: 1rem;
    }

    /* Das Menü schiebt sich auf Mobilgeräten von oben/rechts ein */
    .nav nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #0b1d3a;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .nav nav.active {
        right: 0;
    }

    .nav nav a {
        font-size: 1.5rem;
    }
}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap");*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#090c0b;color:#f5f5f0;font-family:"DM Sans",Arial,sans-serif}a{color:inherit}.nav{position:fixed;z-index:20;top:0;left:0;width:100%;padding:22px 5vw;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(#090c0bdd,transparent);backdrop-filter:blur(10px)}.logo{text-decoration:none;display:flex;align-items:baseline;gap:11px}.logo strong{font-size:29px;letter-spacing:-2px;color:#d9f16b}.logo span{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;opacity:.65}.nav nav{display:flex;gap:28px}.nav nav a,.navmail{font-size:13px;text-decoration:none}.navmail{border:1px solid #ffffff35;border-radius:30px;padding:10px 16px}.hero{height:100vh;min-height:650px;position:relative;overflow:hidden;display:flex;align-items:center;padding:0 8vw}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#050807ee,#05080788,#05080733)}.heroText{position:relative;max-width:820px}.heroText small,.heading small,.wideText small,.contact small,.legal>small{color:#d9f16b;letter-spacing:3px;font-size:10px}.hero h1{font-size:clamp(65px,9vw,145px);line-height:.84;letter-spacing:-6px;margin:25px 0}.hero i,h2 i{font-family:"Playfair Display",serif}.heroText p{font-size:18px;line-height:1.7;max-width:610px;color:#d0d3ce}.button{display:inline-block;background:#d9f16b;color:#0a0d0c;text-decoration:none;padding:15px 22px;border-radius:50px;margin-top:18px;font-weight:700}.button b{margin-left:30px}.scroll{position:absolute;bottom:25px;font-size:10px;letter-spacing:2px;opacity:.55}.section{padding:125px 8vw}.heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:65px}.heading h2{font-size:clamp(45px,6vw,88px);line-height:.94;letter-spacing:-4px;margin:0}.services{display:grid;grid-template-columns:1fr 1fr;gap:16px}.service{min-height:410px;border:1px solid #ffffff14;position:relative;overflow:hidden;background:#101412}.service img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;opacity:.46;transition:.5s}.service:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 20%,#070a09ee 100%)}.service:hover img{transform:scale(1.06);opacity:.7}.service>div{position:absolute;z-index:2;inset:auto 28px 28px}.service em{font-style:normal;color:#d9f16b;font-size:11px}.service h3{font-size:27px;margin:10px 0}.service p{color:#bbb;line-height:1.55;max-width:620px;margin:0}.wide{height:75vh;position:relative;overflow:hidden}.wide img{width:100%;height:100%;object-fit:cover;filter:brightness(.48)}.wideText{position:absolute;left:8vw;bottom:12%}.wideText h2{font-size:clamp(50px,7vw,110px);line-height:.88;margin:20px 0}.about{display:grid;grid-template-columns:1fr 1fr;gap:10vw}.copy{font-size:19px;line-height:1.75;color:#b9bcb8;max-width:650px}.copy a{color:#d9f16b;text-decoration:none}.contact{padding:125px 8vw;background:#d9f16b;color:#0a0d0c;display:grid;grid-template-columns:1fr 1fr;gap:10vw}.contact h2{font-size:clamp(55px,7vw,105px);line-height:.88;letter-spacing:-4px;margin:20px 0}.bigmail{font-size:clamp(22px,3vw,40px);text-decoration:none;border-bottom:2px solid}.form{display:grid;gap:18px}.form label{font-size:12px;font-weight:700}.form input,.form select,.form textarea{width:100%;margin-top:7px;padding:14px;border:1px solid #0a0d0c55;background:#ffffff66;color:#0a0d0c;font:inherit;border-radius:2px}.form button{border:0;background:#0a0d0c;color:#fff;padding:16px;font-weight:700;font-size:15px;cursor:pointer}.formnote{font-size:11px;line-height:1.5;opacity:.7}footer{padding:32px 5vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff15;color:#999;font-size:12px}footer p a{color:#fff}.legal{padding:175px 8vw 110px;min-height:80vh}.legal h1{font-size:clamp(65px,9vw,130px);line-height:.85;margin:25px 0}.lead{font-size:20px;color:#bbb}.legalgrid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;margin-top:75px}.legal h2{font-size:25px}.legal p{line-height:1.8;color:#aaa}.legal a{color:#d9f16b}.reveal{opacity:0;transform:translateY(35px);transition:.8s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:800px){.nav nav{display:none}.nav{padding:18px 5vw}.navmail{padding:8px 12px}.hero{padding:0 6vw}.hero h1{letter-spacing:-3px}.section{padding:90px 6vw}.heading,.about,.contact,.legalgrid{display:block}.heading h2{margin-top:22px}.services{grid-template-columns:1fr}.service{min-height:360px}.wide{height:60vh}.contact{padding:90px 6vw}.form{margin-top:60px}footer{display:block}.legal{padding:140px 6vw 80px}}@media(max-width:480px){.logo span{display:none}.hero h1{font-size:62px}.heroText p{font-size:16px}.service{min-height:330px}.service h3{font-size:23px}}
.contact-details {
    margin-top: 55px;
    display: grid;
    gap: 30px;
}

.contact-item {
    border-top: 1px solid rgba(10,13,12,.35);
    padding-top: 18px;
}

.contact-item span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: .65;
}

.contact-item a {
    color: #0a0d0c;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}

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

.contact-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
}@media (max-width: 800px) {

    .contact-details {
        margin-top: 45px;
    }

    .contact-item a {
        font-size: 20px;
    }

    .contact-item p {
        font-size: 16px;
    }

}/* =========================================
   HBP MOUSE SPOTLIGHT
   ========================================= */

body::before {
    content: "";
    position: fixed;
    left: var(--mouse-x, 50%);
    top: var(--mouse-y, 50%);
    width: 420px;
    height: 420px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;

    background: radial-gradient(
        circle,
        rgba(217, 241, 107, 0.18) 0%,
        rgba(217, 241, 107, 0.10) 18%,
        rgba(217, 241, 107, 0.04) 38%,
        rgba(217, 241, 107, 0) 70%
    );

    filter: blur(8px);
    transition:
        left 0.08s ease-out,
        top 0.08s ease-out;
}

/* kleiner Lichtpunkt in der Mitte */

body::after {
    content: "";
    position: fixed;
    left: var(--mouse-x, 50%);
    top: var(--mouse-y, 50%);
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #d9f16b;
    box-shadow:
        0 0 10px rgba(217, 241, 107, 0.8),
        0 0 30px rgba(217, 241, 107, 0.35);
    pointer-events: none;
    z-index: 9999;
}

/* Auf Smartphones deaktivieren */

@media (max-width: 800px) {
    body::before,
    body::after {
        display: none;
    }
}
/* ==========================================================================
   FARBSCHEMA: Dunkelblau (#0b1d3a), Weiß (#ffffff) & Orange (#ff6600)
   ========================================================================== */

/* 1. Globaler Hintergrund & Schriftfarben */
body, 
.section, 
.contact, 
footer, 
.wide,
.services {
  background-color: #0b1d3a !important; /* Dunkelblau */
  color: #ffffff !important;            /* Alle Standardtexte in Weiß */
}

/* 2. Überschriften & Textabschnitte */
h1, h2, h3, h4, h5, h6, p, label, span, div, td, th {
  color: #ffffff !important;
}

/* Dezentere Nebentexte & Formular-Hinweise ebenfalls in Weiß halten */
small, .scroll, .formnote, .contact-item span {
  color: #ffffff !important;
  opacity: 0.9;
}

/* 3. Alle Akzente, Nummern & kursive Texte in ORANGE */
h1 i, 
h2 i, 
.service em, 
.heading small, 
.heroText small, 
.wideText small, 
.contactIntro small {
  color: #ff6600 !important; /* Sämtliche Akzente in Orange */
  font-style: italic;
}

/* 4. Links & Navigation */
a, .nav a, .logo {
  color: #ffffff !important;
  text-decoration: none;
}

a:hover, .nav a:hover {
  color: #ff6600 !important; /* Orange beim Hover */
}

/* 5. Buttons (Ersetzt auch bisherige hellgrüne Buttons) */
.button, 
button[type="submit"], 
.button:visited {
  background-color: #ff6600 !important; /* Orange statt Hellgrün */
  color: #ffffff !important;            /* Weiße Schrift */
  border: 2px solid #ff6600 !important;
  padding: 12px 24px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}

.button:hover, 
button[type="submit"]:hover {
  background-color: transparent !important;
  color: #ff6600 !important;            /* Orange Schrift beim Hover */
  border-color: #ff6600 !important;
}

/* 6. Formular-Felder */
.form input, 
.form select, 
.form textarea {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.form input:focus, 
.form select:focus, 
.form textarea:focus {
  border-color: #ff6600 !important; /* Orangener Fokus-Rahmen */
  outline: none;
}

/* Dropdown-Optionen für Lesbarkeit dunkel hinterlegen */
.form select option {
  background-color: #0b1d3a !important;
  color: #ffffff !important;
}
/* Hero Logo (zentriert über der Hauptüberschrift) */
.hero-logo {
  height: 200px;
  width: auto;
  margin-bottom: 15px;
  display: block;
	}
/* --- RESPONSIVE NAVIGATION ERGÄNZUNG --- */
.mobile-navmail {
    display: none;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Burger Animation beim Öffnen */
.nav-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .desktop-navmail {
        display: none;
    }

    .mobile-navmail {
        display: inline-block;
        margin-top: 1rem;
    }

    /* Das Menü schiebt sich auf Mobilgeräten von oben/rechts ein */
    .nav nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #0b1d3a;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .nav nav.active {
        right: 0;
    }

    .nav nav a {
        font-size: 1.5rem;
    }
}
