/*
Theme Name: LearnTabletBalance Minimal
Theme URI: https://learntabletbalance.com/
Author: LearnTabletBalance
Author URI: https://learntabletbalance.com/
Description: Responsive Launch-Minimalversion für LearnTabletBalance mit Impressum, Datenschutz und technischer SEO-Grundlage.
Version: 1.2.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: learntabletbalance
*/

:root {
  --navy-950: #062342;
  --navy-900: #08315f;
  --navy-800: #0b4a88;
  --blue-600: #188bd0;
  --blue-400: #59c5ee;
  --sky-100: #e9f8ff;
  --sky-50: #f6fcff;
  --orange-600: #f15a24;
  --orange-500: #ff7a1a;
  --yellow-500: #ffbd24;
  --green-600: #169b55;
  --green-500: #28b968;
  --green-100: #e8f8ed;
  --purple-600: #6551ad;
  --ink: #10243a;
  --muted: #52657a;
  --line: rgba(8, 49, 95, 0.14);
  --surface: #ffffff;
  --shadow-sm: 0 10px 30px rgba(4, 39, 73, 0.1);
  --shadow-lg: 0 24px 70px rgba(4, 39, 73, 0.17);
  --radius-sm: 0.8rem;
  --radius-md: 1.35rem;
  --radius-lg: 2rem;
  --container: 72rem;
  --header-height: 4.65rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  min-width: 18rem;
  color: var(--ink);
  background: var(--sky-50);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--navy-800);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--orange-600);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--yellow-500);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--navy-950);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2rem), 50rem);
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.8rem;
  color: var(--navy-800);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.85rem;
  height: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-500), var(--yellow-500));
  content: "";
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--navy-950);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.45rem, 9vw, 5.7rem);
}

h2 {
  font-size: clamp(2rem, 6vw, 3.75rem);
}

h3 {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
}

p {
  margin-top: 0;
}

.lead {
  max-width: 42rem;
  color: #314c68;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  line-height: 1.7;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--navy-800), var(--blue-600));
  box-shadow: 0 14px 30px rgba(11, 74, 136, 0.25);
}

.button-primary:hover {
  color: #fff;
  box-shadow: 0 18px 36px rgba(11, 74, 136, 0.34);
}

.button-secondary {
  border-color: rgba(8, 49, 95, 0.18);
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.86);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(8, 49, 95, 0.08);
  background: rgba(248, 253, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy-950);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.brand img {
  width: 3.35rem;
  aspect-ratio: 1;
  object-fit: contain;
}

.brand-text {
  display: none;
}

.menu-toggle {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy-950);
  background: #fff;
  cursor: pointer;
  place-items: center;
}

.menu-toggle svg {
  width: 1.45rem;
}

.site-nav {
  position: fixed;
  inset: var(--header-height) 0 0;
  display: none;
  padding: 1.5rem 1rem;
  background: rgba(246, 252, 255, 0.98);
}

.site-nav.open {
  display: block;
}

.site-nav ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.45rem;
  list-style: none;
}

.site-nav a {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 0.8rem;
  color: var(--navy-950);
  font-size: 1.12rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover {
  background: var(--sky-100);
}

.hero {
  position: relative;
  overflow: clip;
  padding: clamp(3rem, 8vw, 6.8rem) 0 clamp(4rem, 10vw, 8rem);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  filter: blur(2px);
  pointer-events: none;
}

.hero::before {
  top: -12rem;
  right: -16rem;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(89, 197, 238, 0.4), transparent 68%);
}

.hero::after {
  bottom: -14rem;
  left: -16rem;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(40, 185, 104, 0.25), transparent 68%);
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.hero h1 {
  max-width: 12ch;
  margin-bottom: 1.1rem;
}

.hero h1 .accent {
  color: var(--orange-600);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-media {
  position: relative;
}

.hero-poster {
  overflow: hidden;
  border: 0.45rem solid #fff;
  border-radius: clamp(1.2rem, 4vw, 2.3rem);
  background: #d9f4ff;
  box-shadow: var(--shadow-lg);
  transform: rotate(1.2deg);
}

.hero-poster img {
  width: 100%;
  aspect-ratio: 1024 / 500;
  object-fit: cover;
}

.hero-sticker {
  position: absolute;
  right: -0.4rem;
  bottom: -1.1rem;
  display: grid;
  width: 6.5rem;
  aspect-ratio: 1;
  border: 0.3rem solid #fff;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--yellow-500);
  box-shadow: var(--shadow-sm);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-7deg);
  place-items: center;
}

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -2.2rem;
}

.trust-list {
  display: grid;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  gap: 0.75rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy-900);
  font-size: 0.93rem;
  font-weight: 800;
}

.trust-icon {
  display: grid;
  width: 2rem;
  flex: 0 0 2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: var(--green-600);
  font-size: 0.9rem;
  place-items: center;
}

.section {
  padding: clamp(4rem, 9vw, 7.5rem) 0;
}

.section-white {
  background: #fff;
}

.section-sky {
  background: linear-gradient(180deg, var(--sky-100), #f7fcff);
}

.section-green {
  background: linear-gradient(180deg, var(--green-100), #f7fff9);
}

.section-heading {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.section-heading h2 {
  margin-bottom: 1rem;
}

.section-heading p {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.06rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 25px rgba(4, 39, 73, 0.06);
}

.card-icon {
  display: grid;
  width: 3.25rem;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  border-radius: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-800), var(--blue-600));
  font-size: 1.4rem;
  font-weight: 900;
  place-items: center;
}

.card:nth-child(2) .card-icon {
  background: linear-gradient(135deg, var(--orange-600), var(--yellow-500));
}

.card:nth-child(3) .card-icon {
  background: linear-gradient(135deg, var(--green-600), var(--green-500));
}

.card:nth-child(4) .card-icon {
  background: linear-gradient(135deg, var(--purple-600), #8c73df);
}

.card h3 {
  margin-bottom: 0.55rem;
}

.card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.steps {
  display: grid;
  gap: 1rem;
  counter-reset: steps;
}

.step {
  display: grid;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 10px 30px rgba(4, 39, 73, 0.07);
  gap: 1rem;
  counter-increment: steps;
}

.step::before {
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: var(--navy-800);
  content: counter(steps);
  font-size: 1.25rem;
  font-weight: 900;
  place-items: center;
}

.step:nth-child(2)::before {
  background: var(--green-600);
}

.step:nth-child(3)::before {
  background: var(--orange-600);
}

.step:nth-child(4)::before {
  background: var(--purple-600);
}

.step h3 {
  margin-bottom: 0.4rem;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
}

.split {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 7vw, 5rem);
}

.check-list {
  display: grid;
  margin: 1.5rem 0 0;
  padding: 0;
  gap: 0.75rem;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
}

.check-list li::before {
  position: absolute;
  top: 0.12rem;
  left: 0;
  display: grid;
  width: 1.35rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: var(--green-600);
  content: "✓";
  font-size: 0.82rem;
  font-weight: 900;
  place-items: center;
}

.device-frame {
  position: relative;
  width: min(100%, 25rem);
  margin-inline: auto;
  padding: 0.55rem;
  border: 0.35rem solid var(--navy-950);
  border-radius: 2rem;
  background: #0b263d;
  box-shadow: var(--shadow-lg);
}

.device-frame img {
  width: 100%;
  border-radius: 1.35rem;
}

.device-frame-landscape {
  width: min(100%, 45rem);
  border-radius: 1.6rem;
}

.device-frame-landscape img {
  border-radius: 1rem;
}

.screenshot-grid {
  display: grid;
  align-items: start;
  gap: 1.2rem;
}

.screenshot-card {
  margin: 0;
}

.screenshot-card figcaption {
  padding: 0.85rem 0.3rem 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.store-grid {
  display: grid;
  gap: 1rem;
}

.store-card {
  padding: clamp(1.5rem, 4vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.store-label {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: var(--navy-900);
  background: var(--sky-100);
  font-size: 0.82rem;
  font-weight: 850;
}

.store-card:nth-child(2) .store-label {
  color: #14502e;
  background: var(--green-100);
}

.store-card h3 {
  margin-bottom: 0.75rem;
}

.store-card .price-note {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(4, 39, 73, 0.05);
}

.faq-list summary {
  display: flex;
  min-height: 4.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: var(--navy-950);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  display: grid;
  width: 1.85rem;
  flex: 0 0 1.85rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--navy-900);
  background: var(--sky-100);
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
  place-items: center;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-answer {
  padding: 0 1.1rem 1.2rem;
  color: var(--muted);
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 7vw, 4.5rem);
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 189, 36, 0.55), transparent 30%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  box-shadow: var(--shadow-lg);
}

.cta-panel h2,
.cta-panel p {
  color: #fff;
}

.cta-panel p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.84);
}

.cta-panel .button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
}

.site-footer {
  padding: 2.2rem 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  gap: 1.25rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy-950);
  font-weight: 900;
}

.footer-brand img {
  width: 3rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
}

.footer-links a {
  color: var(--muted);
  font-weight: 700;
}

.footer-meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.legal-main {
  min-height: calc(100vh - var(--header-height));
  padding: clamp(2.5rem, 7vw, 5rem) 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(89, 197, 238, 0.22), transparent 28rem),
    var(--sky-50);
}

.legal-card {
  padding: clamp(1.4rem, 5vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.legal-card h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.8rem, 7vw, 4.2rem);
  overflow-wrap: anywhere;
}

.legal-card h2 {
  margin: 2.4rem 0 0.8rem;
  font-size: clamp(1.35rem, 4vw, 1.8rem);
  letter-spacing: -0.02em;
}

.legal-card h3 {
  margin: 1.7rem 0 0.6rem;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}

.legal-card p,
.legal-card li {
  color: #314c68;
}

.legal-card ul {
  padding-left: 1.25rem;
}

.legal-note {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-left: 0.3rem solid var(--blue-600);
  border-radius: 0.5rem;
  background: var(--sky-100);
  color: var(--navy-900);
}

.minimal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.9), transparent 17rem),
    radial-gradient(circle at 88% 4%, rgba(255, 189, 36, 0.23), transparent 16rem),
    linear-gradient(180deg, #dff6ff 0%, #f8fdff 58%, #e9f8ed 100%);
}

.minimal-main {
  position: relative;
  display: grid;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  padding: 2.5rem 0 4rem;
  place-items: center;
  isolation: isolate;
}

.minimal-main::before,
.minimal-main::after {
  position: absolute;
  z-index: -1;
  bottom: -12rem;
  width: 80rem;
  height: 23rem;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.minimal-main::before {
  left: -18rem;
  background: #a9e6ad;
  transform: rotate(4deg);
}

.minimal-main::after {
  right: -24rem;
  bottom: -15rem;
  background: #7fd48d;
  transform: rotate(-5deg);
}

.minimal-content {
  width: min(calc(100% - 2rem), 48rem);
  margin-inline: auto;
  text-align: center;
}

.minimal-logo {
  width: min(76vw, 25rem);
  margin: 0 auto 1.2rem;
  filter: drop-shadow(0 20px 28px rgba(4, 39, 73, 0.16));
}

.minimal-content h1 {
  margin-bottom: 0.8rem;
  font-size: clamp(2.35rem, 10vw, 5rem);
}

.minimal-content .lead {
  margin-inline: auto;
}

.minimal-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(8, 49, 95, 0.11);
  border-radius: 999px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  font-weight: 800;
}

.minimal-status::before {
  width: 0.65rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 0.3rem rgba(40, 185, 104, 0.16);
  content: "";
}

.not-found {
  display: grid;
  min-height: 75vh;
  padding: 3rem 1rem;
  text-align: center;
  place-items: center;
}

.not-found h1 {
  margin-bottom: 0.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 36rem) {
  .brand-text {
    display: inline;
  }

  .trust-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .step {
    grid-template-columns: auto 1fr;
  }

  .screenshot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 52rem) {
  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: block;
    padding: 0;
    background: transparent;
  }

  .site-nav ul {
    display: flex;
    align-items: center;
  }

  .site-nav a {
    padding: 0.6rem 0.7rem;
    font-size: 0.9rem;
  }

  .hero-grid,
  .split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .trust-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .steps {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .store-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .screenshot-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .footer-meta {
    grid-column: 1 / -1;
  }
}

@media (min-width: 70rem) {
  .site-nav a {
    padding-inline: 0.9rem;
  }
}

@media (max-width: 24rem) {
  .container,
  .narrow {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .button-row {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .brand-text {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .button-row {
    display: none;
  }

  body,
  .legal-main {
    background: #fff;
  }

  .legal-card {
    border: 0;
    box-shadow: none;
  }
}



/* Minimal-Theme: dekorative Blumenwiese ohne wiederholtes Hintergrundbild */
:root {
  color-scheme: only light;
}

html,
body {
  background-color: var(--sky-50);
}

.minimal-content {
  position: relative;
  z-index: 2;
}

.flower-sprigs {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.flower-sprig {
  position: absolute;
  bottom: clamp(1rem, 2vw, 2rem);
  width: clamp(3.3rem, 5.2vw, 5.8rem);
  height: auto;
  filter: drop-shadow(0 7px 8px rgba(15, 92, 54, 0.12));
  transform-origin: center bottom;
  animation: flower-sway 4.8s ease-in-out infinite alternate;
}

.flower-sprig:nth-child(2n) {
  animation-delay: -2.1s;
  animation-duration: 5.7s;
}

.flower-sprig--1 { left: 4%; bottom: 2.2rem; }
.flower-sprig--2 { left: 19%; bottom: 0.9rem; width: clamp(2.8rem, 4.2vw, 4.6rem); }
.flower-sprig--3 { right: 19%; bottom: 1.1rem; width: clamp(2.8rem, 4.4vw, 4.8rem); }
.flower-sprig--4 { right: 4%; bottom: 2.4rem; }

@keyframes flower-sway {
  from { transform: rotate(-1.7deg); }
  to { transform: rotate(1.7deg); }
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 36rem) {
  :root {
    --header-height: 4.15rem;
  }

  .header-inner {
    gap: 0.45rem;
  }

  .brand img {
    width: 2.75rem;
  }

  .site-header nav {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.86rem;
    letter-spacing: -0.01em;
  }

  .minimal-main {
    min-height: calc(100svh - var(--header-height));
    padding: 1.15rem 0 6.25rem;
  }

  .minimal-content {
    width: min(calc(100% - 1.4rem), 26rem);
  }

  .minimal-logo {
    width: min(62vw, 15.5rem);
    margin-bottom: 0.55rem;
  }

  .minimal-content h1 {
    margin-bottom: 0.65rem;
    font-size: clamp(2rem, 9vw, 2.4rem);
    line-height: 1.04;
  }

  .minimal-content .lead {
    max-width: 22rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .minimal-status {
    margin-top: 0.8rem;
    padding: 0.42rem 0.7rem;
    font-size: 0.82rem;
  }

  .minimal-content .button-row {
    margin-top: 0.85rem;
  }

  .minimal-content .button {
    min-height: 2.75rem;
    padding: 0.68rem 1rem;
    font-size: 0.9rem;
  }

  .flower-sprig {
    bottom: 0.65rem;
    width: 2.8rem;
  }

  .flower-sprig--1 { left: 4%; }
  .flower-sprig--2 { display: none; }
  .flower-sprig--3 { display: none; }
  .flower-sprig--4 { right: 4%; }

  .site-footer {
    padding: 1.35rem 0;
  }

  .footer-grid {
    gap: 0.8rem;
  }

  .footer-brand {
    gap: 0.55rem;
    font-size: 0.95rem;
  }

  .footer-brand img {
    width: 2.35rem;
  }

  .footer-links {
    gap: 0.55rem 0.9rem;
    font-size: 0.88rem;
  }

  .footer-meta {
    margin-bottom: 0;
    font-size: 0.78rem;
    line-height: 1.5;
  }
}

/*
 * Samsung Internet behandelt seinen Webseiten-Dunkelmodus unabhängig von
 * prefers-color-scheme. Wir melden Samsung deshalb eine bereits verwaltete
 * Farbdarstellung, geben aber weiterhin ausdrücklich die hellen Markenfarben
 * aus. Andere Browser bleiben immer in der hellen Ansicht.
 */
html.samsung-browser {
  color-scheme: dark;
  color: #10243a;
  background-color: #f6fcff;
}

html.samsung-browser body {
  color: #10243a;
  background-color: #f6fcff;
}

html.samsung-browser a {
  color: #0b4a88;
}

html.samsung-browser .button-primary,
html.samsung-browser .button-primary:hover {
  color: #ffffff;
}

html.samsung-browser .site-header {
  border-bottom-color: rgba(8, 49, 95, 0.14);
  background: rgba(248, 253, 255, 0.9);
}

html.samsung-browser .brand,
html.samsung-browser .footer-brand {
  color: #062342;
}

html.samsung-browser .minimal-page {
  color: #10243a;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.9), transparent 17rem),
    radial-gradient(circle at 88% 4%, rgba(255, 189, 36, 0.23), transparent 16rem),
    linear-gradient(180deg, #dff6ff 0%, #f8fdff 58%, #e9f8ed 100%);
}

html.samsung-browser .minimal-content h1 {
  color: #062342;
}

html.samsung-browser .minimal-content .lead {
  color: #52657a;
}

html.samsung-browser .minimal-status {
  border-color: rgba(8, 49, 95, 0.14);
  color: #062342;
  background: rgba(255, 255, 255, 0.82);
}

html.samsung-browser .minimal-main::before {
  background: #a9e6ab;
}

html.samsung-browser .minimal-main::after {
  background: #7ed08a;
}

html.samsung-browser .site-footer {
  border-top-color: rgba(8, 49, 95, 0.14);
  background: #ffffff;
}

html.samsung-browser .footer-links a,
html.samsung-browser .footer-meta {
  color: #52657a;
}

html.samsung-browser .legal-main {
  color: #10243a;
  background:
    radial-gradient(circle at 100% 0%, rgba(89, 197, 238, 0.16), transparent 28rem),
    #f6fcff;
}

html.samsung-browser .legal-card {
  border-color: rgba(8, 49, 95, 0.14);
  color: #10243a;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(4, 39, 73, 0.1);
}

html.samsung-browser .legal-card h1,
html.samsung-browser .legal-card h2,
html.samsung-browser .legal-card h3 {
  color: #062342;
}

html.samsung-browser .legal-card p,
html.samsung-browser .legal-card li {
  color: #10243a;
}

html.samsung-browser .legal-note {
  border-left-color: #188bd0;
  color: #10243a;
  background: #e9f8ff;
}
