@font-face { font-family: "Zalando"; src: url("../fonts/ZalandoSans-VariableFont_wdth,wght.ttf"); font-style: normal; font-weight: 200 900; font-stretch: 75% 125%; }
@font-face { font-family: "Zalando"; src: url("../fonts/ZalandoSans-Italic-VariableFont_wdth,wght.ttf"); font-style: italic; font-weight: 200 900; font-stretch: 75% 125%; }
@font-face { font-family: "Zalando-se"; src: url("../fonts/ZalandoSansSemiExpanded-VariableFont_wght.ttf"); font-style: normal; font-weight: 200 900; }

    :root {
      --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --font-family: "Zalando", serif;
      --color-bg: #f5f5f7;
      --color-bg: #faf9f6;
      --color-bg-alt: #ffffff;
      --color-primary: #123251;
      --color-accent: #4caf50;
      --color-text: #222222;
      --color-muted: #666666;
      --color-bg-highlight: #eaf2ea;
      --color-bg-highlight: #4caf5010;
      --max-width: 1200px;
    }

  *, ::after, ::before { box-sizing: border-box; }
  html, body { height: 100%; margin: 0; }
	html { 
    font-family: var(--font-family);
	  font-size: 100%;
	  hyphens: auto;
	}
	
    body {
      margin: 0;
      color: var(--color-text);
      background: var(--color-bg);
      font-size: 1.125rem;
      font-size: 1rem;
      line-height: 1.6;
    }

	h1,h2,h3 { font-weight: 500; line-height: 1.4; hyphens: none; }
	b, strong { font-weight: 500; }
  a { color: var(--color-primary); text-decoration: none; }
  a:hover { text-decoration: underline; }
  img { display: block; max-width: 100%; }
  li::marker { color: var(--color-accent); }
  
  #mmswitch { font-size: 2em; display: none; }
  #mmswitch p { margin: 0 0 .3em; }
  #mmswitch a { color: var(--color-muted); text-decoration: none !important; }
  #mmswitch a:hover { color: var(--color-primary); }
  
  #wrapper { min-height: 100vh; display: flex; flex-direction: column; }
  #container { flex: 1; }
  
  /* Hlfsseiten */
  .required #container { font-size: .8125em; }

    header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: #ffffffcc;
      backdrop-filter: blur(6px);
      border-bottom: 1px solid #e0e0e0;
    }

    .nav-inner,
    header>.inside {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0.5em 1em;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .brand {
      font-weight: 400;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: var(--color-muted);
      font-size: 2em;
      font-variation-settings: "wdth" 115; 
    }
    .brand a { 
      color: inherit;
      text-decoration: none !important;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 1em;
      margin: 0;
      padding: 0;
      font-size: 1em;
    }

    nav a {
      color: var(--color-muted);
      font-weight: 500;
    }

    nav a:hover {
      color: var(--color-primary);
      text-decoration: none;
    }

    main {
      xscroll-behavior: smooth;
    }

    #main>.inside>div {
      padding: 4em 1em;
    }

    .section-inner {
      max-width: var(--max-width);
      margin: 0 auto;
    }

    .hero {
      position: relative;
      background: url("../bilder/titel/hero01.jpg") center/cover no-repeat;
      color: #ffffff;
      font-size: 1.125em;
      line-height: 1.7;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(5, 20, 40, 0.8), rgba(5, 20, 40, 0.4));
    }

    .hero-content {
      position: relative;
      max-width: 750px;
      padding-top: 3em;
      padding-bottom: 3em;
      hyphens: none;
    }

    .hero h1 {
      font-size: clamp(2em, 3vw, 2.6em);
      margin-bottom: 0.75em;
    }

    .hero ul {
      list-style: disc;
      padding: 0;
      margin: 1em 0 0 1em;
      line-height: 2;
    }
    .hero .kbtn { display: none; }

    .btn,
    button {
      display: inline-block;
      padding: 0.75em 1.5em;
      border-radius: 999px;
      border: none;
      background: var(--color-accent);
      color: #ffffff;
      font-weight: 500;
      font-size: 0.95em;
      cursor: pointer;
      text-decoration: none;
      transition: .5s;
    }

    .btn:hover,
    button:hover {
      filter: brightness(1.2);
      text-decoration: none;
      transition: .5s;
    }

    .section-title,
    .section-inner h2 {
      font-size: 1.7em;
      margin-bottom: 0.5em;
      color: var(--color-primary);
    }

    .section-intro {
      max-width: 750px;
      color: var(--color-muted);
      margin-bottom: 2em;
      hyphens: none;
    }

    .two-column {
      display: grid;
      grid-template-columns: minmax(0, 2fr) minmax(0, 1.6fr);
      gap: 2.5em;
      align-items: flex-start;
    }

    .picture-box {
      background: #e0e4ea;
      border-radius: 0.75em;
      padding: .6em;
    }

    .quote-box {
      margin-top: 1.5em;
      padding: 1em 1.25em;
      border-left: 4px solid var(--color-accent);
      background: #f0f7f1;
      background-color: var(--color-bg-highlight);
      font-style: italic;
      color: var(--color-muted);
      hyphens: none;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5em;
    }

    .cards>div {
      background: var(--color-bg-alt);
      border-radius: 0.75em;
      padding: 1.5em;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
    }

    .cards>div h3{
      margin-top: 0;
      margin-bottom: 0.5em;
      font-size: 1.1em;
      color: var(--color-primary);
    }

    h3 {
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      color: var(--color-primary);
    }

    .highlight-section {
      background: var(--color-bg-highlight);
    }

    .contact-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
      gap: 2em;
      align-items: flex-start;
    }

    form {
      display: grid;
      gap: 0.75em;
    }

    label {
      font-size: 0.85em;
      font-weight: 500;
      color: var(--color-muted);
    }

    input, textarea, select {
      width: 100%;
      padding: 0.6em 0.7em;
      border-radius: 0.5em;
      border: 1px solid #d0d0d0;
      font: inherit;
    }

    textarea {
      min-height: 120px;
      resize: vertical;
    }
    
    span.mandatory { color: red; }
    
    .form-confirmation { 
      background-color: var(--color-bg-highlight);
      padding: .5em 1em;
    }

    footer {
      padding: 1.5em 1em 3em;
      font-size: 0.8em;
      color: var(--color-muted);
    }

    footer>.inside {
      max-width: var(--max-width);
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0.75em;
    }

    @media (max-width: 768px) {
      #hmenu,
      #nmenu { display: none; }
      #mmswitch { display: block; }
      .brand { font-size: 1.6em; }
      .two-column,
      .contact-layout {
        grid-template-columns: 1fr;
      }
      .hero-content {
        padding-top: 4em;
        padding-bottom: 4em;
      }
	}