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

    body{
      font-family:Inter,Arial,sans-serif;
      background:#f8fafc;
      color:#0f172a;
      line-height:1.7;
    }

    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}

    .container{
      width:min(1180px,calc(100% - 40px));
      margin:auto;
    }

    header{
      position:sticky;
      top:0;
      z-index:9999;
      background:transparent;
      border:none;
      box-shadow:none;
      transition:.3s ease;
    }

    header.scrolled{
      background:transparent;
      border:none;
      box-shadow:none;
      backdrop-filter:none;
      -webkit-backdrop-filter:none;
    }

    .nav{
      height:110px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }

    .logo{
      display:flex;
      align-items:center;
      flex-shrink:0;
      height:110px;
      overflow:visible;
    }

    .logo-image{
      width:170px !important;
      height:170px !important;
      max-width:none !important;
      object-fit:contain;
      display:block;
      transform:translateY(8px);
      filter:drop-shadow(0 0 25px rgba(37,99,235,.22));
      transition:.3s ease;
    }

    .desktop-menu{
      display:flex;
      align-items:center;
      gap:14px;
    }

    .desktop-menu a{
      color:#0f172a;
      font-weight:900;
      font-size:.95rem;
      padding:12px 18px;
      border-radius:16px;
      transition:.25s ease;
    }

    .desktop-menu a:hover{
      color:#2563eb;
      background:rgba(255,255,255,.65);
      backdrop-filter:blur(12px);
    }

    .desktop-menu a[href="/suche"]{
      background:linear-gradient(135deg,#2563eb,#1d4ed8);
      color:#ffffff !important;
      box-shadow:0 10px 25px rgba(37,99,235,.18);
    }

    .desktop-menu a[href="/suche"]:hover{
      color:#ffffff !important;
      transform:translateY(-2px);
      background:linear-gradient(135deg,#1d4ed8,#1e40af);
    }

    .nav-button{
      background:linear-gradient(135deg,#2563eb,#1d4ed8);
      color:#ffffff;
      padding:14px 24px;
      border-radius:16px;
      font-weight:900;
      box-shadow:0 18px 40px rgba(37,99,235,.18);
      transition:.25s ease;
    }

    .nav-button:hover{
      transform:translateY(-2px);
      background:linear-gradient(135deg,#1d4ed8,#1e40af);
    }

    #menu-toggle{display:none}

    .mobile-toggle{
      display:none;
      width:56px;
      height:56px;
      border-radius:16px;
      background:#2563eb;
      color:#ffffff;
      cursor:pointer;
      font-size:1.5rem;
      align-items:center;
      justify-content:center;
      box-shadow:0 12px 30px rgba(37,99,235,.22);
    }

    .mobile-menu{
      display:none;
      background:#ffffff;
      border-top:1px solid #e5e7eb;
      box-shadow:0 20px 40px rgba(15,23,42,.08);
    }

    #menu-toggle:checked ~ .mobile-menu{
      display:block;
    }

    .mobile-menu .container{
      display:grid;
      gap:12px;
      padding:18px 0 24px;
    }

    .mobile-menu a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      min-height:56px;
      padding:0 18px;
      border-radius:16px;
      background:#f8fafc;
      color:#0f172a;
      font-weight:900;
      border:1px solid #e5e7eb;
    }

    .mobile-menu a::after{
      content:"›";
      color:#2563eb;
      font-size:1.4rem;
    }

    .mobile-menu a:last-child{
      background:linear-gradient(135deg,#2563eb,#1d4ed8);
      color:#ffffff;
      border:none;
    }

    .mobile-menu a:last-child::after{
      color:#ffffff;
    }

    .hero{
      position:relative;
      overflow:hidden;
      padding:85px 0 90px;
      background:
        radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 35%),
        linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    }

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

    .hero-badge{
      display:inline-flex;
      background:#dbeafe;
      color:#1d4ed8;
      border:1px solid #bfdbfe;
      padding:10px 16px;
      border-radius:999px;
      font-size:.84rem;
      font-weight:900;
      margin-bottom:24px;
    }

    .hero h1{
      font-size:clamp(2.8rem,6vw,5rem);
      line-height:.95;
      letter-spacing:-.07em;
      margin-bottom:24px;
      max-width:760px;
    }

    .hero p{
      color:#64748b;
      font-size:1.08rem;
      max-width:720px;
      margin-bottom:34px;
    }

    .hero-points{
      display:grid;
      gap:16px;
    }

    .hero-point{
      background:#fff;
      border:1px solid #e2e8f0;
      border-radius:22px;
      padding:18px 20px;
      font-weight:800;
      box-shadow:0 16px 34px rgba(15,23,42,.04);
    }

    .hero-image-wrap{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .hero-image-wrap::before{
      content:"";
      position:absolute;
      width:480px;
      height:480px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(37,99,235,.12),transparent 72%);
      filter:blur(18px);
    }

    .hero-image{
      position:relative;
      width:100%;
      max-width:430px;
      height:auto;
      object-fit:contain;
      filter:drop-shadow(0 40px 80px rgba(15,23,42,.18));
      animation:floatingSeal 5s ease-in-out infinite;
    }

    @keyframes floatingSeal{
      0%{transform:translateY(0)}
      50%{transform:translateY(-10px)}
      100%{transform:translateY(0)}
    }

    .content{
      padding:40px 0 120px;
    }

    .contact-box{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:28px;
      align-items:start;
    }

    .contact-card{
      background:#fff;
      border:1px solid rgba(37,99,235,.08);
      border-radius:42px;
      padding:50px;
      box-shadow:0 30px 90px rgba(15,23,42,.06);
    }

    .contact-card h2{
      font-size:clamp(2rem,4vw,3rem);
      line-height:1.05;
      letter-spacing:-.05em;
      margin-bottom:18px;
    }

    .contact-card p{
      color:#64748b;
      font-size:1.05rem;
      margin-bottom:28px;
    }

    .field{
      margin-bottom:18px;
    }

    .field label{
      display:block;
      font-weight:900;
      margin-bottom:8px;
      color:#0f172a;
    }

    .field input,
    .field select,
    .field textarea{
      width:100%;
      border:1px solid #dbe1ea;
      background:#ffffff;
      border-radius:16px;
      padding:15px 16px;
      font-size:1rem;
      color:#111827;
      outline:0;
      font-family:inherit;
    }

    .field textarea{
      min-height:180px;
      resize:vertical;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus{
      border-color:#2563eb;
      box-shadow:0 0 0 4px rgba(37,99,235,.10);
    }

    .grid-2{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }

    .check-row{
      display:flex;
      gap:12px;
      align-items:flex-start;
      margin:22px 0;
      color:#475569;
      font-size:.95rem;
    }

    .check-row input{
      margin-top:6px;
    }

    .required{
      color:#dc2626;
    }

    .btn-primary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:58px;
      padding:0 30px;
      border-radius:18px;
      border:0;
      cursor:pointer;
      background:linear-gradient(135deg,#2563eb,#1d4ed8);
      color:#fff;
      font-weight:900;
      font-size:1rem;
      box-shadow:0 22px 50px rgba(37,99,235,.18);
      transition:.25s ease;
    }

    .btn-primary:hover{
      transform:translateY(-2px);
      background:linear-gradient(135deg,#1d4ed8,#1e40af);
    }

    .side-card{
      background:linear-gradient(135deg,#0f172a,#1e293b);
      color:#fff;
      border-radius:36px;
      padding:38px;
      box-shadow:0 30px 80px rgba(15,23,42,.18);
      position:sticky;
      top:120px;
    }

    .side-card h3{
      font-size:2rem;
      margin-bottom:14px;
    }

    .side-card p{
      color:#cbd5e1;
      margin-bottom:26px;
    }

    .contact-info-grid{
      display:grid;
      gap:16px;
    }

    .contact-info-card{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      border-radius:18px;
      padding:18px;
      color:#e2e8f0;
    }

    .contact-info-card strong{
      display:block;
      color:#fff;
      margin-bottom:8px;
    }

    .site-footer{
      background:#0f172a;
      color:#e2e8f0;
      padding:70px 0 30px;
    }

    .footer-top{
      display:grid;
      grid-template-columns:1.25fr 1.75fr;
      gap:56px;
      margin-bottom:42px;
    }

    .footer-brand{
      color:#ffffff;
      font-size:1.45rem;
      font-weight:900;
      margin-bottom:14px;
      letter-spacing:-0.04em;
    }

    .footer-brand-block p{
      color:#cbd5e1;
      line-height:1.7;
    }

    .footer-links{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:34px;
    }

    .footer-title{
      color:#ffffff;
      font-size:1rem;
      font-weight:800;
      margin-bottom:18px;
    }

    .footer-links a{
      display:block;
      margin-bottom:12px;
      color:#cbd5e1;
      transition:.2s ease;
    }

    .footer-links a:hover{
      color:#ffffff;
      transform:translateX(2px);
    }

    .footer-award{
      margin-top:26px;
    }

    .footer-award-title{
      display:block;
      color:#ffffff;
      font-size:.92rem;
      font-weight:800;
      margin-bottom:10px;
    }

    .footer-award-text{
      font-size:.9rem;
      color:#94a3b8 !important;
      margin-bottom:16px;
    }

    .footer-award img{
      width:140px;
      height:auto;
      object-fit:contain;
    }

    .footer-payment{
      border-top:1px solid rgba(255,255,255,.12);
      padding-top:28px;
      margin-bottom:28px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:28px;
    }

    .footer-payment-title{
      display:block;
      color:#ffffff;
      font-size:.92rem;
      font-weight:800;
      margin-bottom:8px;
    }

    .footer-payment-info{
      color:#94a3b8;
      font-size:.9rem;
      line-height:1.6;
    }

    .footer-payment-logos{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:flex-end;
      gap:14px;
    }

    .footer-payment-logos img{
      height:34px;
      width:auto;
      object-fit:contain;
      background:#ffffff;
      border-radius:12px;
      padding:7px 12px;
      box-shadow:0 8px 24px rgba(0,0,0,.16);
      transition:.2s ease;
    }

    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.18);
      padding-top:24px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }

    .footer-seo{
      color:#94a3b8;
      font-size:.88rem;
    }

    .copyright{
      color:#cbd5e1;
      font-size:.92rem;
      white-space:nowrap;
    }

    @media(max-width:980px){
      .hero-grid,
      .contact-box{
        grid-template-columns:1fr;
      }

      .side-card{
        position:relative;
        top:0;
      }

      .desktop-menu,
      .nav-button{
        display:none;
      }

      .mobile-toggle{
        display:flex;
      }
    }

    @media(max-width:900px){
      .nav{
        height:130px;
      }

      .logo{
        height:130px;
      }

      .logo-image{
        width:220px !important;
        height:auto !important;
        transform:translateY(10px);
      }

      .footer-top{
        grid-template-columns:1fr;
      }

      .footer-links{
        grid-template-columns:1fr 1fr;
      }

      .footer-payment{
        align-items:flex-start;
        flex-direction:column;
      }

      .footer-payment-logos{
        justify-content:flex-start;
      }

      .footer-bottom{
        align-items:flex-start;
        flex-direction:column;
      }

      .copyright{
        white-space:normal;
      }
    }

    @media(max-width:640px){
      .container{
        width:min(100% - 28px,1180px);
      }

      .hero{
        padding:70px 0;
      }

      .hero h1{
        font-size:2.6rem;
      }

      .hero-image{
        max-width:260px;
      }

      .content{
        padding:30px 0 80px;
      }

      .contact-card,
      .side-card{
        padding:26px;
        border-radius:28px;
      }

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

      .btn-primary{
        width:100%;
      }

      .footer-links{
        grid-template-columns:1fr;
      }

      .footer-payment-logos img{
        height:30px;
        padding:6px 10px;
      }

      .footer-award img{
        width:120px;
      }
    }
  