:root {
  --color-green: #8cc63f;
  --color-green-dark: #6ea52c;
  --color-dark: #2b2b2a;
  --color-red: #e2231a;
  --color-bg: #fafaf8;
  --color-white: #ffffff;
  --header-row-height: 44px;
  --sticky-bar-height: 56px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: var(--color-dark);
  background: var(--color-bg);
}

body.page-white-bg {
  background: var(--color-white);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */

.site-header {
  background: var(--color-white);
  border-bottom: 6px solid var(--color-green-dark);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.logo {
  align-self: center;
}

.logo img {
  height: 56px;
}

.nav-rows {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.nav-row {
  display: flex;
  align-items: center;
  height: var(--header-row-height);
}

.nav-row-label {
  font-weight: 700;
  color: var(--color-green-dark);
  width: 90px;
  flex-shrink: 0;
}

.nav-row ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-row ul li a {
  font-size: 1.02rem;
  font-weight: 600;
  padding: 6px 4px;
}

.nav-row ul li a:hover {
  color: var(--color-green-dark);
}

.nav-row ul li a.active {
  color: var(--color-green-dark);
  font-weight: 700;
  border-bottom: 2px solid var(--color-green-dark);
}

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}

.fotocode-link {
  font-size: 0.8rem;
  color: #888;
  display: none;
}

.fotocode-link:hover {
  color: var(--color-dark);
}

.btn-contact {
  background: var(--color-green);
  color: var(--color-white);
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}

.btn-contact:hover {
  background: var(--color-green-dark);
}

.header-actions .btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 0.92rem;
  text-align: center;
}

.btn-icon {
  flex-shrink: 0;
}

.btn-whatsapp {
  background: #1fb356;
}

.btn-whatsapp:hover {
  background: #17974a;
}

/* Outline-Button: weißer Hintergrund, dunkelgrauer Rahmen/Text */
.btn-outline-dark {
  background: var(--color-white);
  color: var(--color-dark);
  border: 2px solid var(--color-dark);
}

.btn-outline-dark:hover {
  background: #f2f2f2;
}

/* Outline-Button in Hero-Optik: weißer Hintergrund, dicker dunkelgrüner Rahmen */
.btn-contact--outline {
  background: var(--color-white);
  color: var(--color-green-dark);
  border: 5px solid #538714;
  border-radius: 20px;
  padding: 18px 36px;
  font-size: 1.3rem;
}

.btn-contact--outline:hover {
  background: #f2f2f2;
}

.intro-cta-box {
  text-align: center;
  background: #eaf7d9;
  border-radius: 12px;
  padding: 40px 24px;
  margin: 0 0 48px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--color-dark);
  font-size: 1rem;
  font-weight: 700;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle .icon {
  font-size: 1.4rem;
  line-height: 1;
}

/* ---------- Hero ---------- */

.hero {
  background: linear-gradient(135deg, var(--color-green) 0%, var(--color-green-dark) 100%);
  color: var(--color-white);
  text-align: center;
  padding: 29px 20px;
}

.hero h1 {
  font-size: 2.4rem;
  margin: 0 0 12px;
}

.hero h2 {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 20px;
}

.hero p {
  font-size: 1.35rem;
  line-height: 1.7;
  margin: 0 0 24px;
  opacity: 0.95;
}

.hero .btn-contact {
  display: inline-block;
  margin-top: 8px;
  padding: 18px 36px;
  font-size: 1.3rem;
  background: var(--color-white);
  color: var(--color-green-dark);
  border: 5px solid #538714;
  border-radius: 20px;
}

.hero .btn-contact:hover {
  background: #f2f2f2;
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-banner-inset {
  width: 90%;
  margin: 20px auto;
}

.hero-banner-inset picture {
  display: block;
  width: 100%;
}

.hero-banner-inset img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border: 5px solid #538714;
  border-radius: 20px;
}

/* ---------- Themenboxen ---------- */

.themen-section {
  padding: 56px 0;
}

.themen-section-hero-adjacent {
  padding-top: 6px;
}

.themen-section h1,
.themen-section h2 {
  text-align: center;
  margin-bottom: 32px;
}

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

.themen-card {
  display: block;
  background: var(--color-white);
  border: 2px solid var(--color-dark);
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.15s ease;
}

.themen-card:hover {
  transform: translateY(-4px);
}

.themen-card .placeholder-img {
  aspect-ratio: 3 / 2;
  background: repeating-linear-gradient(45deg, #e8e8e3, #e8e8e3 10px, #f2f2ee 10px, #f2f2ee 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.85rem;
}

.themen-card .themen-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.themen-card h3 {
  margin: 12px 0 16px;
  font-size: 1.1rem;
}

/* ---------- Einleitungstext ---------- */

.intro-text {
  margin: 0 0 48px;
}

.intro-text p {
  margin: 0 0 16px;
  font-size: 1.15rem;
  line-height: 1.7;
}

.intro-text strong {
  font-weight: 700;
}

.intro-link {
  font-weight: 700;
  color: var(--color-green-dark);
}

.intro-link:hover {
  text-decoration: underline;
}

/* ---------- Feature-Grid (Lieferung, Einsatzzeit, ...) ---------- */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

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

.feature-item {
  text-align: center;
}

.feature-icon {
  width: 48px;
  height: 48px;
  color: var(--color-green-dark);
  margin-bottom: 12px;
}

.feature-item h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
  color: var(--color-green-dark);
}

.feature-item p {
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Kategorie-Einleitung vor den ersten 3 Boxen ---------- */

.category-intro {
  text-align: center;
  font-weight: 600;
  font-size: 1.35rem;
  margin: 0 0 24px;
}

/* ---------- Einzelne Kategorie-Spotlights ---------- */

.category-feature {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 48px 0;
}

.category-feature--image-left {
  flex-direction: row-reverse;
  padding-left: 24px;
}

.category-feature:not(.category-feature--image-left) {
  background: #eaf7d9;
  border-radius: 12px;
  padding: 24px;
}

.category-feature-text {
  flex: 1;
}

.category-feature-text h2 {
  margin: 0 0 12px;
  color: var(--color-green-dark);
}

.category-feature-text p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
}

.category-feature .themen-card {
  flex: 0 0 320px;
  border: none;
}

.category-feature .themen-card h3 {
  display: none;
}

.category-feature-text h2 a {
  color: inherit;
}

.category-feature-text h2 a:hover {
  text-decoration: underline;
}

/* ---------- Detailseiten (Kategorie-Unterseiten) ---------- */

.detail-content {
  padding-top: 15px;
}

.detail-content h2 {
  margin: 48px 0 16px;
  color: var(--color-green-dark);
}

.detail-content > *:first-child {
  margin-top: 0;
}

.text-center {
  text-align: center;
}

/* ---------- Fotobox-Detailseite (fotobox.php) ---------- */

.whatsapp-cta-link {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.whatsapp-cta-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.detail-content h2.text-center {
  margin-bottom: 8px;
}

.detail-content h2.text-center + .detail-text-image {
  margin-top: 8px;
}

.detail-content > p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 0 16px;
}

.detail-content > p.detail-note {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

.detail-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
}

.detail-highlights--single-col ul {
  grid-template-columns: 1fr;
}

.detail-highlights li {
  padding-left: 28px;
  position: relative;
  font-size: 1.05rem;
  line-height: 1.5;
}

.detail-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-green-dark);
  font-weight: 700;
}

.detail-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin: 32px 0;
}

.detail-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 32px 0;
}

.detail-image-grid img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
}

.detail-event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin: 32px 0;
}

.detail-event-grid h3 {
  color: var(--color-green-dark);
  text-align: center;
  margin: 0 0 12px;
}

.detail-event-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.detail-image-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.detail-image-grid--natural img {
  aspect-ratio: auto;
  object-fit: contain;
  height: auto;
}

.detail-image-caption {
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  margin: 8px 0 0;
}

.detail-image-solo {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 32px auto;
  border-radius: 12px;
}

.detail-photo-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 32px 0;
}

.detail-photo-row img {
  height: 344px;
  width: auto;
  max-width: 100%;
  border-radius: 12px;
}

.detail-photo-row--fill img {
  height: 322px;
}

.detail-photo-row--compact img {
  height: 303px;
}

.detail-photo-row--folierung img {
  height: 233px;
}

.detail-photo-row--ball-1 img {
  height: 298px;
}

.detail-photo-row--ball-2 img {
  height: 246px;
}

.detail-strip-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 32px 0;
}

.detail-strip-row img {
  width: 140px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.detail-text-image {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 48px 0;
}

.detail-text-image-text {
  flex: 1;
}

.detail-text-image-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 340px;
}

.detail-text-image-text h2 {
  margin-top: 0;
  text-align: left;
}

.detail-text-image-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 0 24px;
}

.detail-text-image-text p:last-child {
  margin-bottom: 0;
}

.detail-text-image-text ul {
  margin: 0;
  padding-left: 20px;
}

.detail-text-image-text li {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.detail-text-image img {
  flex: 0 0 340px;
  width: 340px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
}

.detail-text-image-images img {
  flex: none;
}

.detail-text-image--messe-intro img {
  flex: 0 0 340px;
  width: 340px;
  aspect-ratio: 8 / 5;
}

.detail-text-image--natural {
  align-items: flex-start;
}

.detail-text-image--natural img {
  flex: 0 0 320px;
  width: 320px;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.detail-text-image--fotobox img {
  flex: 0 0 480px;
  width: 480px;
}

.package-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}

.package-columns h3 {
  color: var(--color-green-dark);
  margin: 0 0 12px;
}

.package-columns ul {
  margin: 0;
  padding-left: 20px;
}

.package-columns li {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.testimonials-section {
  margin: 48px 0;
}

.testimonials-subtitle {
  text-align: center;
  color: #666;
  margin: 0 0 32px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--color-bg);
  border-radius: 8px;
  padding: 24px;
}

.testimonial-stars {
  color: #f5a623;
  font-size: 1.1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.testimonial-card p {
  line-height: 1.6;
  margin: 0 0 12px;
  font-size: 1rem;
}

.testimonial-author {
  font-weight: 700;
  color: var(--color-dark);
}

.faq-list {
  margin-bottom: 32px;
}

.faq-item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-item h3 {
  margin: 0 0 8px;
  color: var(--color-dark);
}

.faq-item p {
  margin: 0;
  line-height: 1.7;
}

.detail-cta {
  text-align: center;
  background: #eaf7d9;
  border-radius: 12px;
  padding: 40px 24px;
  margin: 48px 0;
}

.detail-cta h2 {
  margin: 0 0 12px;
}

.detail-cta p {
  margin: 0 0 16px;
  font-size: 1.1rem;
}

.detail-cta--final {
  margin-bottom: 0;
}

.detail-cta--final h2 {
  margin-bottom: 0;
}

.themen-section-cta-adjacent {
  padding-top: 16px;
}

/* ---------- Long-Tail-Sektion ---------- */

.longtail-section {
  background: var(--color-white);
  padding: 56px 0;
}

.longtail-section h2 {
  text-align: center;
  margin-bottom: 32px;
}

.longtail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.longtail-card {
  background: var(--color-bg);
  border-radius: 6px;
  padding: 24px;
  text-align: center;
}

.longtail-card h3 {
  margin: 0;
  color: var(--color-green-dark);
}

/* ---------- CTA Banner ---------- */

.cta-banner {
  padding: 44px 20px;
  text-align: center;
  background: #eaf7d9;
  color: var(--color-dark);
  border-top: 6px solid var(--color-green-dark);
  border-bottom: 6px solid var(--color-green-dark);
}

.cta-banner h2 {
  font-size: 1.85rem;
  margin: 0 0 10px;
}

.cta-banner p {
  font-size: 1.15rem;
}

.cta-banner .btn-contact {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 28px;
  font-size: 1.1rem;
}

/* ---------- Kontaktformular ---------- */

.contact-form {
  width: 100%;
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  padding: 8px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-full {
  grid-column: 1 / -1;
}

.form-submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.form-submit .btn-contact {
  padding: 14px 44px;
  font-size: 1.1rem;
}

/* Submit-Button Variante: Dunkleres Grün/Weiß (mehr Kontrast als Standardgrün) */
.btn-submit-v3 {
  background: var(--color-green-dark);
  color: var(--color-white);
}

.btn-submit-v3:hover {
  background: #5c8a24;
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--color-dark);
  color: #ccc;
  padding: 40px 0 24px;
  font-size: 0.9rem;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.footer-col-center {
  text-align: center;
}

.footer-col-right {
  text-align: right;
}

.footer-cols h4 {
  color: var(--color-white);
  margin: 0 0 12px;
}

.footer-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-cols li {
  margin-bottom: 6px;
}

.footer-cols a:hover {
  color: var(--color-green);
}

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 16px;
  text-align: center;
  font-size: 0.8rem;
  color: #888;
}

/* ---------- Cookie Consent ---------- */

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-white);
  border-top: 2px solid var(--color-green);
  padding: 16px 20px;
  z-index: 300;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
  display: none;
}

.cookie-banner.visible {
  display: block;
}

.cookie-banner-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-banner p {
  margin: 0;
  flex: 1;
  min-width: 240px;
  font-size: 0.9rem;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  padding: 10px 16px;
  border-radius: 4px;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

.cookie-accept {
  background: var(--color-green);
  color: var(--color-white);
}

.cookie-decline {
  background: #eee;
  color: var(--color-dark);
}

/* ---------- Mobile Sticky Buttons ---------- */

.sticky-mobile-bar {
  display: none;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  .hero .btn-contact {
    padding: 12px 22px;
    font-size: 1rem;
  }

  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  .menu-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .nav-rows {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .nav-rows.open {
    display: flex;
  }

  .nav-row {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }

  .nav-row ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 12px;
  }

  .nav-row ul li a {
    font-weight: 400;
  }

  .nav-item-fotocode {
    display: none;
  }

  .nav-item-nowrap a {
    white-space: nowrap;
  }

  .menu-toggle {
    display: flex;
  }

  .header-actions .btn-contact {
    display: none;
  }

  .fotocode-link {
    display: block;
  }

  body {
    padding-bottom: var(--sticky-bar-height);
  }

  .sticky-mobile-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--sticky-bar-height);
    z-index: 200;
  }

  .sticky-mobile-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 700;
    color: var(--color-white);
  }

  .sticky-mobile-bar a.sticky-contact {
    background: var(--color-white);
    color: var(--color-dark);
    border: 3px solid var(--color-dark);
  }

  .sticky-mobile-bar a.sticky-whatsapp {
    background: #1fb356;
  }

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

  .footer-cols > div {
    text-align: center;
  }

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

  .form-grid label:nth-child(1) {
    order: 1;
  }

  .form-grid label:nth-child(3) {
    order: 2;
  }

  .form-grid label:nth-child(5) {
    order: 3;
  }

  .form-grid label:nth-child(2) {
    order: 4;
  }

  .form-grid label:nth-child(4) {
    order: 5;
  }

  .form-grid label:nth-child(6) {
    order: 6;
  }

  .form-grid label:nth-child(7) {
    order: 7;
  }

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

  .category-feature,
  .category-feature--image-left {
    flex-direction: column;
  }

  .category-feature .themen-card {
    flex: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .intro-text p,
  .category-feature-text p {
    font-size: 1rem;
  }

  .feature-item p {
    font-size: 0.95rem;
  }

  .feature-item h3 {
    font-size: 1.1rem;
  }

  .detail-highlights ul,
  .package-columns,
  .testimonials-grid,
  .detail-image-grid,
  .detail-event-grid {
    grid-template-columns: 1fr;
  }

  .detail-text-image {
    flex-direction: column;
  }

  .detail-text-image img {
    flex: none;
    width: 100%;
  }

  .detail-text-image-images {
    flex: none;
    width: 100%;
  }

  .detail-strip-row img {
    width: 110px;
  }

  .detail-photo-row img {
    height: 247px;
  }

  .detail-photo-row--fill img {
    height: 232px;
  }

  .detail-photo-row--compact img {
    height: 220px;
  }

  .detail-photo-row--folierung img {
    height: 165px;
  }

  .detail-photo-row--ball-1 img {
    height: 214px;
  }

  .detail-photo-row--ball-2 img {
    height: 177px;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 1.8rem;
  }

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

  .detail-photo-row img {
    height: 160px;
  }

  .detail-photo-row--fill img {
    height: 150px;
  }

  .detail-photo-row--compact img {
    height: 144px;
  }

  .detail-photo-row--folierung img {
    height: 103px;
  }

  .detail-photo-row--ball-1 img {
    height: 138px;
  }

  .detail-photo-row--ball-2 img {
    height: 114px;
  }

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