/*
Theme Name: Wohn mal anders – Reisemagazin
Theme URI: https://wohnmalanders.de/
Author: Wohn mal anders
Description: Schlankes, responsives Reisemagazin-Theme für besondere Ferienhäuser, Reiseideen und persönliche Empfehlungen.
Version: 1.14.10
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: wma-reisemagazin
*/

:root {
  --wma-forest: #18332f;
  --wma-cream: #f5f0e8;
  --wma-white: #fffdfa;
  --wma-terra: #d8784f;
  --wma-sage: #9bac9a;
  --wma-logo: #4b8f29;
  --wma-ink: #303536;
  --wma-muted: #66736f;
  --wma-line: rgba(24, 51, 47, 0.14);
  --wma-shadow: 0 18px 55px rgba(24, 51, 47, 0.12);
  --wma-radius: 22px;
  --wma-canvas: 1920px;
  --wma-layout: 1480px;
  --wma-heading: 1180px;
  --wma-reading: 920px;
  --wma-feature: 1180px;
  --wma-container: var(--wma-layout);
  --wma-font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wma-font-serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--wma-ink);
  background: var(--wma-white);
  font-family: var(--wp--preset--font-family--wma-sans, var(--wma-font-sans));
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.wma-menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

a {
  color: var(--wma-forest);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--wma-terra);
}

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

button {
  cursor: pointer;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--wma-terra);
  outline-offset: 3px;
}

#wma-main:focus {
  outline: 0;
}

.wma-container,
.wma-layout-wide {
  width: min(calc(100% - 48px), var(--wma-layout));
  margin-inline: auto;
}

.wma-heading-width {
  width: min(100%, var(--wma-heading));
}

.wma-reading-width {
  width: min(calc(100% - 48px), var(--wma-reading));
  margin-inline: auto;
}

.wma-feature-width {
  width: min(calc(100% - 48px), var(--wma-feature));
  margin-inline: auto;
}

.wma-section {
  padding: 86px 0;
}

.wma-section--cream,
.wma-home-section--cream {
  background: var(--wma-cream);
}

.wma-section--forest {
  color: var(--wma-white);
  background: var(--wma-forest);
}

.wma-eyebrow {
  margin: 0 0 12px;
  color: var(--wma-terra);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wma-eyebrow--light {
  color: #f4c8b6;
}

.wma-section-title {
  margin: 0;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
}

.wma-section-intro {
  max-width: 920px;
  margin: 16px 0 0;
  color: var(--wma-muted);
  font-size: 1.06rem;
}

.wma-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.wma-text-link,
.wma-gb-card-link a,
.wma-gb-region-link a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  text-decoration: none;
}

.wma-button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--wma-terra);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wma-button:hover,
.wp-block-button__link:hover {
  color: #fff;
  background: #bf6542;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(216, 120, 79, 0.25);
}

.wma-button--light {
  color: var(--wma-forest);
  background: var(--wma-white);
}

.wma-button--light:hover {
  color: var(--wma-forest);
  background: var(--wma-cream);
}

.wp-block-button.is-style-wma-outline .wp-block-button__link,
.is-style-wma-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  color: var(--wma-forest);
  background: transparent;
  box-shadow: none;
}

.wp-block-cover .wp-block-button.is-style-wma-outline .wp-block-button__link,
.wma-gb-personal .wp-block-button.is-style-wma-outline .wp-block-button__link {
  color: #fff;
}

.wp-block-button.is-style-wma-outline .wp-block-button__link:hover,
.is-style-wma-outline > .wp-block-button__link:hover {
  color: #fff;
  border-color: var(--wma-terra);
  background: var(--wma-terra);
}

/* Header and navigation */
.wma-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--wma-line);
  background: rgba(255, 253, 250, 0.96);
  backdrop-filter: blur(14px);
}

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

.wma-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wma-brand,
.wma-brand-link,
.wma-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.wma-brand-link,
.wma-brand .custom-logo-link {
  text-decoration: none;
}

.wma-brand img,
.wma-brand .custom-logo {
  display: block;
  width: auto;
  max-width: 250px;
  max-height: 58px;
}

.wma-header-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.wma-main-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wma-main-nav li {
  position: relative;
}

.wma-main-nav a {
  display: block;
  padding: 12px 0;
  color: var(--wma-forest);
  font-size: 0.93rem;
  font-weight: 750;
  text-decoration: none;
}

.wma-main-nav a:hover,
.wma-main-nav .current-menu-item > a,
.wma-main-nav .current-menu-ancestor > a {
  color: var(--wma-terra);
}

.wma-main-nav .sub-menu {
  position: absolute;
  z-index: 10;
  top: calc(100% - 2px);
  left: -18px;
  min-width: 235px;
  display: block;
  padding: 12px;
  border: 1px solid var(--wma-line);
  border-radius: 16px;
  background: var(--wma-white);
  box-shadow: var(--wma-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.wma-main-nav .sub-menu a {
  padding: 9px 10px;
  border-radius: 9px;
}

.wma-main-nav li:hover > .sub-menu,
.wma-main-nav li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wma-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--wma-forest);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.wma-header-cta:hover {
  color: #fff;
  background: var(--wma-terra);
}

.wma-nav-toggle {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--wma-forest);
  background: var(--wma-cream);
}

.wma-nav-toggle__line {
  width: 22px;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wma-nav-toggle[aria-expanded="true"] .wma-nav-toggle__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.wma-nav-toggle[aria-expanded="true"] .wma-nav-toggle__line:nth-child(2) {
  opacity: 0;
}

.wma-nav-toggle[aria-expanded="true"] .wma-nav-toggle__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Gutenberg homepage */
.wma-front-page-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.wma-front-page-content > .alignfull {
  width: min(100%, var(--wma-canvas));
  max-width: var(--wma-canvas);
  margin-right: auto;
  margin-left: auto;
}

.wma-front-page-content .alignwide {
  width: min(calc(100% - 48px), var(--wma-layout));
  max-width: var(--wma-layout);
  margin-right: auto;
  margin-left: auto;
}

.wma-home-hero {
  min-height: 720px;
}

.wma-home-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(20, 49, 44, 0.86) 0%, rgba(20, 49, 44, 0.64) 48%, rgba(20, 49, 44, 0.16) 100%) !important;
  opacity: 1 !important;
}

.wma-home-hero .wp-block-cover__image-background {
  object-position: center;
}

.wma-home-hero__content {
  padding-top: 92px;
  padding-bottom: 68px;
}

.wma-home-hero__content > * {
  max-width: var(--wma-heading);
}

.wma-home-hero__title {
  margin: 0;
  color: #fff;
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(3rem, 6.4vw, 6.15rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.wma-home-hero__lead {
  max-width: 710px;
  margin: 28px 0 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

@media (min-width: 783px) {
  .wma-home-hero__lead {
    margin-left: max(0px, calc((100% - var(--wma-heading)) / 2)) !important;
    margin-right: auto !important;
    text-align: left;
  }
}

.wma-home-buttons {
  gap: 12px;
}

.wma-gb-search-panel {
  max-width: none !important;
  margin-top: 54px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 22px;
  color: var(--wma-ink);
  background: rgba(255, 253, 250, 0.97);
  box-shadow: 0 28px 70px rgba(10, 30, 27, 0.3);
  backdrop-filter: blur(10px);
}

.wma-gb-search-columns {
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0;
}

.wma-gb-search-columns > .wp-block-column {
  display: flex;
  align-items: stretch;
}

.wma-gb-search-field {
  width: 100%;
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 16px;
  border-right: 1px solid var(--wma-line);
}

.wma-gb-search-label,
.wma-gb-search-value,
.wma-gb-search-note {
  margin: 0;
}

.wma-gb-search-label {
  color: var(--wma-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wma-gb-search-value {
  color: var(--wma-forest);
  font-weight: 750;
}

.wma-gb-search-button {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.wma-gb-search-button .wp-block-button {
  width: 100%;
}

.wma-gb-search-note {
  padding: 8px 10px 0;
  color: var(--wma-muted);
  font-size: 0.76rem;
}

.wma-home-trust {
  border-bottom: 1px solid var(--wma-line);
  background: var(--wma-white);
}

.wma-home-trust__grid {
  gap: 0 !important;
  margin-block: 0;
}

.wma-home-trust__grid > .wp-block-column {
  padding: 24px 22px;
  border-right: 1px solid var(--wma-line);
  text-align: center;
}

.wma-home-trust__grid > .wp-block-column:last-child {
  border-right: 0;
}

.wma-home-trust h3,
.wma-home-trust p {
  margin: 0;
}

.wma-home-trust h3 {
  color: var(--wma-forest);
  font-size: 1.28rem;
}

.wma-home-trust p {
  color: var(--wma-muted);
  font-size: 0.84rem;
}

.wma-home-section {
  padding: 88px 0;
  background: var(--wma-white);
}

.wma-home-section__inner > .wma-section-intro {
  margin-bottom: 34px;
}

.wma-gb-card-grid,
.wma-gb-region-grid {
  gap: 22px !important;
  margin-block-start: 24px;
  margin-block-end: 0;
}

.wma-gb-card-grid + .wma-gb-card-grid {
  margin-block-start: 22px;
}

.wma-gb-card-grid > .wp-block-column,
.wma-gb-region-grid > .wp-block-column {
  display: flex;
}

.wma-gb-card,
.wp-block-group.is-style-wma-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--wma-line);
  border-radius: var(--wma-radius);
  background: var(--wma-white);
  box-shadow: 0 8px 30px rgba(24, 51, 47, 0.06);
}

.wma-gb-idea-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wma-gb-idea-card:hover {
  border-color: rgba(75, 143, 41, 0.35);
  box-shadow: var(--wma-shadow);
  transform: translateY(-5px);
}

.wma-gb-icon {
  width: 64px;
  margin: 0 0 22px !important;
}

.wma-gb-icon img {
  display: block;
  width: 64px;
  height: 64px;
}

.wma-gb-card h3 {
  margin: 0 0 8px;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: 1.46rem;
}

.wma-gb-card p {
  color: var(--wma-muted);
}

.wma-gb-idea-card > p:not(.wma-gb-card-link) {
  margin: 0;
}

.wma-gb-card-link {
  margin: auto 0 0 !important;
  padding-top: 22px;
}

.wma-gb-card-link a {
  color: var(--wma-forest);
}

.wma-section-action {
  margin-top: 32px;
}

.wma-gb-property-card {
  position: relative;
  padding: 0 24px 25px;
}

.wma-gb-property-image {
  width: calc(100% + 48px);
  margin: 0 -24px 22px !important;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.wma-gb-property-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wma-gb-tag {
  display: inline-flex;
  width: auto;
  margin: 0 0 12px !important;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--wma-forest) !important;
  background: var(--wma-cream);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wma-gb-location,
.wma-gb-meta {
  color: var(--wma-muted) !important;
  font-size: 0.82rem;
}

.wma-gb-meta {
  padding-top: 12px;
  border-top: 1px solid var(--wma-line);
}

.wma-gb-region-card {
  width: 100%;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 12px 38px rgba(24, 51, 47, 0.12);
}

.wma-gb-region-card .wp-block-cover__background {
  background: linear-gradient(0deg, rgba(10, 31, 28, 0.88), rgba(10, 31, 28, 0.08) 70%) !important;
  opacity: 1 !important;
}

.wma-gb-region-card .wp-block-cover__inner-container {
  padding: 28px;
}

.wma-gb-region-card h3,
.wma-gb-region-card p {
  margin: 0;
  color: #fff;
}

.wma-gb-region-card h3 {
  font-size: 2.2rem;
}

.wma-gb-region-card p:not(.wma-gb-region-kicker):not(.wma-gb-region-link) {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.93rem;
}

.wma-gb-region-kicker {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.8;
}

.wma-gb-region-link {
  margin-top: 18px !important;
}

.wma-gb-region-link a {
  color: #fff;
}

.wma-gb-personal {
  position: relative;
  overflow: hidden;
  padding: 62px;
  border-radius: 34px;
  color: #fff;
  background: var(--wma-forest);
}

.wma-gb-personal::after {
  position: absolute;
  z-index: 0;
  top: -130px;
  right: -90px;
  width: 390px;
  height: 390px;
  border: 78px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.wma-gb-personal > * {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.wma-gb-personal__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.05;
}

.wma-gb-personal__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.wma-home-posts .wp-block-post-template {
  gap: 24px;
}

.wma-home-post-card {
  padding: 0 24px 24px;
}

.wma-home-post-image {
  width: calc(100% + 48px);
  margin: 0 -24px 22px !important;
  overflow: hidden;
}

.wma-home-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wma-home-post-card .wp-block-post-title {
  margin: 8px 0 10px;
  font-size: 1.45rem;
}

.wma-home-post-card .wp-block-post-title a {
  color: var(--wma-forest);
  text-decoration: none;
}

.wma-post-category,
.wma-post-date {
  color: var(--wma-muted);
  font-size: 0.78rem;
}

.wma-post-category a {
  color: var(--wma-terra);
  font-weight: 800;
  text-decoration: none;
}

.wma-gb-empty-state {
  padding: 34px;
  border: 1px dashed var(--wma-sage);
  border-radius: var(--wma-radius);
  background: rgba(255, 253, 250, 0.7);
}

/* Gutenberg full-width page template */

.wma-wide-page__header {
  padding-top: 72px;
  padding-bottom: 36px;
}

.wma-wide-page__header h1 {
  max-width: 900px;
  margin: 0;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: 1.08;
}

.wma-page-blocks > *:not(.alignwide):not(.alignfull) {
  width: min(calc(100% - 40px), var(--wma-reading));
  margin-right: auto;
  margin-left: auto;
}

.wma-page-blocks > .alignwide {
  width: min(calc(100% - 40px), var(--wma-container));
  max-width: var(--wma-container);
  margin-right: auto;
  margin-left: auto;
}

.wma-page-blocks > .alignfull {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.wma-page-blocks > *:first-child {
  margin-top: 0;
}

.wma-page-blocks > *:last-child {
  margin-bottom: 72px;
}

/* Classic templates */
.wma-content-wrap {
  padding: 70px 0;
}

.wma-content {
  max-width: var(--wma-reading);
}

.wma-content h1,
.wma-content h2,
.wma-content h3 {
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  line-height: 1.2;
}

.wma-content h1 {
  font-size: clamp(2.4rem, 5vw, 4.3rem);
}

.wma-content > * + * {
  margin-top: 1.4em;
}

.wma-content .alignwide {
  width: min(calc(100vw - 40px), var(--wma-container));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.wma-content .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

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

.wma-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wma-property-card,
.wma-post-card {
  overflow: hidden;
  border: 1px solid var(--wma-line);
  border-radius: var(--wma-radius);
  background: var(--wma-white);
  box-shadow: 0 8px 30px rgba(24, 51, 47, 0.06);
}

.wma-card-image {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #bdc9b9, #e8dfd1);
}

.wma-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wma-card-placeholder {
  color: rgba(24, 51, 47, 0.55);
  font-family: var(--wma-font-serif);
}

.wma-card-body {
  padding: 23px;
}

.wma-card-body h2,
.wma-card-body h3 {
  margin: 0 0 8px;
  color: var(--wma-forest);
  font-family: var(--wma-font-serif);
  font-size: 1.42rem;
  line-height: 1.25;
}

.wma-card-body h2 a,
.wma-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.wma-card-body p {
  margin: 0;
  color: var(--wma-muted);
  font-size: 0.92rem;
}

.wma-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  color: var(--wma-muted);
  font-size: 0.78rem;
}

.wma-pagination {
  margin-top: 40px;
}

.wma-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wma-pagination a,
.wma-pagination span {
  padding: 9px 14px;
  border-radius: 10px;
  background: var(--wma-cream);
  text-decoration: none;
}

/* Footer */
.wma-site-footer {
  padding: 64px 0 28px;
  color: rgba(255, 255, 255, 0.76);
  background: #102723;
}

.wma-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 50px;
}

.wma-footer-logo .custom-logo-link,
.wma-footer-logo > a {
  display: inline-flex;
}

.wma-footer-logo img,
.wma-footer-logo .custom-logo {
  width: auto;
  max-height: 55px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.wma-footer-title {
  margin: 0 0 15px;
  color: #fff;
  font-family: var(--wma-font-serif);
  font-size: 1.15rem;
}

.wma-footer-nav,
.wma-footer-nav ul,
.wma-legal-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wma-footer-nav .sub-menu {
  display: none;
}

.wma-footer-nav li {
  margin: 7px 0;
}

.wma-footer-nav a,
.wma-legal-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.wma-footer-nav a:hover,
.wma-legal-nav a:hover {
  color: #fff;
}

.wma-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 45px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
}

.wma-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Accessibility helpers */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.wma-skip-link:focus {
  z-index: 9999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  color: var(--wma-forest);
  background: #fff;
  box-shadow: var(--wma-shadow);
}

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

  .wma-header-navigation {
    position: absolute;
    right: 20px;
    left: 20px;
    top: calc(100% + 1px);
    max-height: calc(100vh - 110px);
    display: block;
    overflow-y: auto;
    padding: 16px;
    border: 1px solid var(--wma-line);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    background: var(--wma-white);
    box-shadow: var(--wma-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .wma-header-navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .wma-main-nav ul {
    display: block;
  }

  .wma-main-nav li + li {
    border-top: 1px solid var(--wma-line);
  }

  .wma-main-nav a {
    padding: 12px 8px;
  }

  .wma-main-nav .sub-menu {
    position: static;
    min-width: 0;
    display: block;
    padding: 0 0 8px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .wma-main-nav .sub-menu li {
    border-top: 0;
  }

  .wma-header-cta {
    width: 100%;
    margin-top: 14px;
  }

  .wma-gb-search-columns {
    flex-wrap: wrap !important;
  }

  .wma-gb-search-columns > .wp-block-column {
    flex-basis: 50% !important;
  }

  .wma-gb-search-columns > .wp-block-column:last-child {
    flex-basis: 100% !important;
    margin-top: 10px;
  }

  .wma-gb-search-field {
    border-right: 0;
    border-bottom: 1px solid var(--wma-line);
  }

  .wma-home-trust__grid {
    flex-wrap: wrap !important;
  }

  .wma-home-trust__grid > .wp-block-column {
    flex-basis: 50% !important;
  }

  .wma-home-trust__grid > .wp-block-column:nth-child(2) {
    border-right: 0;
  }

  .wma-home-trust__grid > .wp-block-column:nth-child(-n + 2) {
    border-bottom: 1px solid var(--wma-line);
  }

  .wma-gb-card-grid,
  .wma-gb-region-grid {
    flex-wrap: wrap !important;
  }

  .wma-gb-card-grid > .wp-block-column,
  .wma-gb-region-grid > .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
  }

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

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

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

@media (max-width: 680px) {
  html {
    scroll-behavior: auto;
  }

  body {
    font-size: 16px;
  }

  .wma-container,
  .wma-front-page-content .alignwide {
    width: min(calc(100% - 28px), var(--wma-container));
  }

  .wma-header-inner {
    min-height: 76px;
  }

  .wma-brand img,
  .wma-brand .custom-logo {
    max-width: 215px;
    max-height: 46px;
  }

  .wma-home-hero {
    min-height: 0 !important;
  }

  .wma-home-hero .wp-block-cover__background {
    background: rgba(20, 49, 44, 0.72) !important;
  }

  .wma-home-hero__content {
    padding-top: 66px;
    padding-bottom: 50px;
  }

  .wma-home-hero__title {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .wma-home-buttons,
  .wma-home-buttons .wp-block-button,
  .wma-home-buttons .wp-block-button__link {
    width: 100%;
  }

  .wma-gb-search-panel {
    margin-top: 38px;
    border-radius: 18px;
  }

  .wma-gb-search-columns > .wp-block-column,
  .wma-home-trust__grid > .wp-block-column,
  .wma-gb-card-grid > .wp-block-column,
  .wma-gb-region-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .wma-home-trust__grid > .wp-block-column {
    border-right: 0;
    border-bottom: 1px solid var(--wma-line);
  }

  .wma-home-trust__grid > .wp-block-column:last-child {
    border-bottom: 0;
  }

  .wma-home-section,
  .wma-section {
    padding: 64px 0;
  }

  .wma-gb-idea-card {
    min-height: 250px;
  }

  .wma-gb-region-card {
    min-height: 350px !important;
  }

  .wma-gb-personal {
    padding: 40px 27px;
    border-radius: 25px;
  }

  .wma-home-posts .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }

  .wma-card-grid,
  .wma-footer-grid {
    grid-template-columns: 1fr;
  }

  .wma-footer-bottom {
    display: block;
  }

  .wma-legal-nav {
    margin-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Version 1.2 editorial layout system */
[hidden] {
  display: none !important;
}

.wma-page-top {
  padding-top: 42px;
}

.wma-page-header {
  padding: 34px 0 44px;
}

.wma-page-header h1 {
  max-width: var(--wma-heading);
  margin: 0;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(2.65rem, 5vw, 5.15rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.wma-entry-byline {
  margin: 20px 0 0;
  color: var(--wma-forest);
  font-weight: 750;
}

.wma-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 14px 0 0;
  color: var(--wma-muted);
  font-size: 0.84rem;
}

.wma-page-featured-image {
  overflow: hidden;
  margin-bottom: 64px;
  border-radius: 30px;
  background: var(--wma-cream);
}

.wma-page-featured-image img {
  width: 100%;
  max-height: 760px;
  display: block;
  object-fit: cover;
}

.wma-page-blocks {
  padding-bottom: 18px;
}

.wma-page-blocks > *:not(.alignwide):not(.alignfull) {
  width: min(calc(100% - 48px), var(--wma-reading));
  margin-right: auto;
  margin-left: auto;
}

.wma-page-blocks > h2,
.wma-page-blocks > h3,
.wma-page-blocks > .wma-section-title,
.wma-page-blocks > .wma-section-intro {
  width: min(calc(100% - 48px), var(--wma-heading));
}

.wma-page-blocks > .wma-summary-box,
.wma-page-blocks > .wma-editorial-note,
.wma-page-blocks > .wma-partner-note,
.wma-page-blocks > .wma-criteria-box,
.wma-page-blocks > .wma-faq {
  width: min(calc(100% - 48px), var(--wma-feature));
}

.wma-page-blocks > .alignwide {
  width: min(calc(100% - 48px), var(--wma-layout));
  max-width: var(--wma-layout);
  margin-right: auto;
  margin-left: auto;
}

.wma-page-blocks > .alignfull {
  width: min(100%, var(--wma-canvas));
  max-width: var(--wma-canvas);
  margin-right: auto;
  margin-left: auto;
}

.wma-page-blocks > * + * {
  margin-top: 1.45em;
}

.wma-page-blocks > h2 {
  margin-top: 2.25em;
  margin-bottom: 0.55em;
  color: var(--wma-forest);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.1;
}

.wma-page-blocks > h3 {
  margin-top: 1.8em;
  margin-bottom: 0.45em;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.wma-editorial-footer {
  padding: 30px 0 88px;
}

.wma-summary-box,
.wp-block-group.is-style-wma-summary {
  margin-top: 0;
  padding: clamp(26px, 4vw, 44px);
  border-left: 5px solid var(--wma-terra);
  border-radius: 0 var(--wma-radius) var(--wma-radius) 0;
  background: var(--wma-cream);
}

.wma-summary-box__label,
.wma-editorial-note__label,
.wma-partner-note__label,
.wma-author-box__label {
  margin: 0 0 9px;
  color: var(--wma-terra);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wma-summary-box__text {
  margin: 0;
  color: var(--wma-forest);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.55;
}

.wma-criteria-box {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--wma-line);
  border-radius: var(--wma-radius);
  background: var(--wma-white);
  box-shadow: 0 10px 35px rgba(24, 51, 47, 0.05);
}

.wma-criteria-box h3,
.wma-editorial-note h3,
.wma-author-box h2 {
  margin-top: 0;
}

.wma-check-list {
  padding: 0;
  list-style: none;
}

.wma-check-list li {
  position: relative;
  padding-left: 34px;
}

.wma-check-list li + li {
  margin-top: 12px;
}

.wma-check-list li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wma-logo);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.wma-editorial-note,
.wp-block-group.is-style-wma-editorial-note {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.84);
  background: var(--wma-forest);
}

.wma-editorial-note::after,
.wp-block-group.is-style-wma-editorial-note::after {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 220px;
  height: 220px;
  border: 44px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.wma-editorial-note > *,
.wp-block-group.is-style-wma-editorial-note > * {
  position: relative;
  z-index: 1;
}

.wma-editorial-note h3,
.wma-editorial-note p,
.wp-block-group.is-style-wma-editorial-note h3,
.wp-block-group.is-style-wma-editorial-note p {
  color: inherit;
}

.wma-editorial-note__label {
  color: #f4c8b6 !important;
}

.wma-editorial-cards,
.wma-link-cards {
  gap: 22px !important;
}

.wma-editorial-cards > .wp-block-column,
.wma-link-cards > .wp-block-column {
  display: flex;
}

.wma-editorial-cards .wma-gb-card,
.wma-link-cards .wma-gb-card {
  padding: 28px;
}

.wma-faq {
  margin-top: 64px !important;
}

.wma-faq .wp-block-details {
  margin: 0;
  padding: 20px 22px;
  border-top: 1px solid var(--wma-line);
  background: transparent;
}

.wma-faq .wp-block-details:last-child {
  border-bottom: 1px solid var(--wma-line);
}

.wma-faq summary {
  color: var(--wma-forest);
  font-weight: 800;
  cursor: pointer;
}

.wma-faq .wp-block-details > *:not(summary) {
  margin-top: 14px;
  margin-bottom: 0;
}

.wma-partner-note {
  padding: 22px 26px;
  border: 1px solid var(--wma-line);
  border-radius: 16px;
  color: var(--wma-muted);
  background: rgba(245, 240, 232, 0.55);
  font-size: 0.9rem;
}

.wma-partner-note p:last-child {
  margin-bottom: 0;
}

.wma-api-fallback {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.wma-api-output {
  width: min(calc(100% - 48px), var(--wma-layout));
  margin: 42px auto;
}

.wma-author-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 28px;
  border-top: 1px solid var(--wma-line);
  border-bottom: 1px solid var(--wma-line);
}

.wma-author-box__initial {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wma-forest);
  font-family: var(--wma-font-serif);
  font-size: 1.45rem;
}

.wma-author-box__name {
  margin: 0 0 8px;
  color: var(--wma-forest);
  font-size: 1.35rem;
}

.wma-author-box__content > p {
  margin-top: 0;
}

.wma-author-box__reviewed {
  margin-bottom: 0;
  color: var(--wma-muted);
  font-size: 0.82rem;
}

.wma-breadcrumbs {
  color: var(--wma-muted);
  font-size: 0.78rem;
}

.wma-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wma-breadcrumbs li {
  display: inline-flex;
  align-items: center;
}

.wma-breadcrumbs li + li::before {
  margin: 0 9px;
  color: var(--wma-sage);
  content: "/";
}

.wma-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.wma-breadcrumbs a:hover {
  color: var(--wma-terra);
}

.wma-archive-page .wma-section-head {
  margin-top: 34px;
}

.wma-card-body h2 {
  margin: 0 0 8px;
  color: var(--wma-forest);
  font-family: var(--wma-font-serif);
  font-size: 1.42rem;
  line-height: 1.25;
}

.wma-card-body .wma-card-meta {
  margin: 0 0 12px;
}

.wma-card-body .wma-text-link {
  margin-top: 18px;
  font-size: 0.88rem;
}

.wma-footer-partner-note {
  max-width: 780px;
  margin: 40px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.wma-submenu-toggle {
  display: none;
}

@media (min-width: 1601px) {
  .wma-home-hero__title {
    font-size: clamp(4.8rem, 5vw, 6.7rem);
  }

  .wma-section-title {
    font-size: clamp(2.8rem, 3.4vw, 4rem);
  }
}

@media (max-width: 1040px) {
  .wma-main-nav .menu-item-has-children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .wma-main-nav .menu-item-has-children > a {
    grid-column: 1;
  }

  .wma-submenu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    grid-column: 2;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--wma-forest);
    background: var(--wma-cream);
  }

  .wma-submenu-toggle span {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.18s ease;
  }

  .wma-submenu-toggle[aria-expanded="true"] span {
    transform: translateY(2px) rotate(225deg);
  }

  .wma-main-nav .sub-menu {
    grid-column: 1 / -1;
  }

  .wma-editorial-cards,
  .wma-link-cards {
    flex-wrap: wrap !important;
  }

  .wma-editorial-cards > .wp-block-column,
  .wma-link-cards > .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
  }
}

@media (max-width: 680px) {
  .wma-container,
  .wma-layout-wide,
  .wma-reading-width,
  .wma-feature-width,
  .wma-front-page-content .alignwide,
  .wma-page-blocks > *:not(.alignwide):not(.alignfull),
  .wma-page-blocks > .alignwide,
  .wma-page-blocks > h2,
  .wma-page-blocks > h3,
  .wma-page-blocks > .wma-summary-box,
  .wma-page-blocks > .wma-editorial-note,
  .wma-page-blocks > .wma-partner-note,
  .wma-page-blocks > .wma-criteria-box,
  .wma-page-blocks > .wma-faq,
  .wma-api-output {
    width: min(calc(100% - 28px), var(--wma-layout));
  }

  .wma-page-top {
    padding-top: 24px;
  }

  .wma-page-header {
    padding: 25px 0 34px;
  }

  .wma-page-header h1 {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .wma-page-featured-image {
    margin-bottom: 42px;
    border-radius: 18px;
  }

  .wma-editorial-cards > .wp-block-column,
  .wma-link-cards > .wp-block-column {
    flex-basis: 100% !important;
  }

  .wma-author-box {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Version 1.3 – ruhiges, gemeinsames Layout-Raster */
:root {
  --wma-canvas: 1920px;
  --wma-layout: 1480px;
  --wma-heading: 1180px;
  --wma-reading: 920px;
  --wma-feature: 1180px;
  --wma-gutter: 64px;
}

.wma-container,
.wma-layout-wide {
  width: min(calc(100% - var(--wma-gutter)), var(--wma-layout));
}

/*
 * Startseite: Jede Magazinsektion folgt derselben linken Achse.
 * Überschriften bleiben gut lesbar, Raster und Abfragen nutzen die
 * vollständige Inhaltsbreite.
 */
.wma-home-section__inner {
  width: min(calc(100% - var(--wma-gutter)), var(--wma-layout)) !important;
  max-width: var(--wma-layout) !important;
}

.wma-home-section__inner > * {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wma-home-section__inner > .wma-eyebrow,
.wma-home-section__inner > .wma-section-title,
.wma-home-section__inner > .wma-section-intro {
  width: min(100%, var(--wma-heading));
  max-width: var(--wma-heading) !important;
}

.wma-home-section__inner > .wp-block-columns,
.wma-home-section__inner > .wp-block-query,
.wma-home-section__inner > .wma-gb-card-grid,
.wma-home-section__inner > .wma-gb-region-grid,
.wma-home-section__inner > .wma-api-slot,
.wma-home-section__inner > .wma-section-action {
  width: 100%;
  max-width: none !important;
}

.wma-home-section__inner > .wma-section-action {
  margin-top: 34px !important;
}

.wma-home-section {
  padding: 78px 0;
}

.wma-home-section__inner > .wma-section-intro {
  margin-top: 14px !important;
  margin-bottom: 30px !important;
}

.wma-gb-card-grid,
.wma-gb-region-grid {
  gap: 26px !important;
}

.wma-gb-idea-card {
  min-height: 275px;
}

.wma-home-posts .wp-block-post-template {
  width: 100%;
  max-width: none !important;
}

/*
 * Redaktionelle Seiten: Ein 1480-Pixel-Rahmen bildet die gemeinsame Achse.
 * Leseinhalte bleiben schmaler, schweben aber nicht mehr losgelöst in der Mitte.
 */
.wma-page-top {
  width: min(calc(100% - var(--wma-gutter)), var(--wma-layout));
  padding-top: 30px;
}

.wma-page-top--compact {
  padding-bottom: 16px;
}

.wma-page-blocks {
  width: 100%;
  padding-bottom: 0;
}

.wma-page-blocks > .wma-editorial-layout,
.wma-page-blocks > .alignwide.wma-editorial-layout {
  width: min(calc(100% - var(--wma-gutter)), var(--wma-layout));
  max-width: var(--wma-layout);
  margin-right: auto !important;
  margin-left: auto !important;
}

.wma-editorial-layout > * {
  width: min(100%, var(--wma-reading));
  max-width: var(--wma-reading);
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wma-editorial-layout > .wma-editorial-hero,
.wma-editorial-layout > h1,
.wma-editorial-layout > h2,
.wma-editorial-layout > h3,
.wma-editorial-layout > .wma-summary-box,
.wma-editorial-layout > .wma-editorial-note,
.wma-editorial-layout > .wma-partner-note,
.wma-editorial-layout > .wma-faq,
.wma-editorial-layout > .wma-gb-personal {
  width: min(100%, var(--wma-feature));
  max-width: var(--wma-feature);
}

.wma-editorial-layout > .wp-block-columns,
.wma-editorial-layout > .wma-criteria-box,
.wma-editorial-layout > .wma-api-slot,
.wma-editorial-layout > .wma-link-grid,
.wma-editorial-layout > .wma-region-overview,
.wma-editorial-layout > .wma-topic-overview,
.wma-editorial-layout > .alignwide {
  width: 100%;
  max-width: none;
}

.wma-editorial-layout > .alignfull {
  width: min(100vw, var(--wma-canvas));
  max-width: var(--wma-canvas);
  margin-left: 50% !important;
  transform: translateX(-50%);
}

.wma-editorial-hero {
  padding: 24px 0 18px;
}

.wma-editorial-hero .wma-eyebrow {
  margin-bottom: 12px;
}

.wma-editorial-hero h1 {
  max-width: var(--wma-heading);
  margin: 0;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -0.028em;
}

.wma-editorial-hero__lead {
  max-width: 940px;
  margin: 22px 0 0;
  color: var(--wma-muted);
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.58;
}

.wma-editorial-layout > * + * {
  margin-top: 1.35rem;
}

.wma-editorial-layout > h2 {
  margin-top: 72px !important;
  margin-bottom: 16px !important;
  color: var(--wma-forest);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.08;
}

.wma-editorial-layout > h3 {
  margin-top: 48px !important;
  margin-bottom: 12px !important;
}

.wma-editorial-layout > .wma-summary-box {
  margin-top: 26px !important;
}

.wma-editorial-layout > .wma-criteria-box,
.wma-editorial-layout > .wp-block-columns,
.wma-editorial-layout > .wma-api-slot,
.wma-editorial-layout > .wma-editorial-note,
.wma-editorial-layout > .wma-faq,
.wma-editorial-layout > .wma-gb-personal {
  margin-top: 30px !important;
}

.wma-editorial-layout > .wma-faq {
  margin-top: 68px !important;
}

.wma-editorial-layout > .wma-gb-personal {
  margin-top: 54px !important;
}

.wma-editorial-cards,
.wma-link-cards,
.wma-topic-overview,
.wma-region-overview {
  gap: 26px !important;
}

.wma-editorial-cards .wma-gb-card,
.wma-link-cards .wma-gb-card,
.wma-topic-overview .wma-gb-card,
.wma-region-overview .wma-gb-card {
  min-height: 100%;
  padding: 30px;
}

.wma-editorial-footer-shell {
  width: min(calc(100% - var(--wma-gutter)), var(--wma-layout));
  margin: 0 auto;
  padding: 36px 0 84px;
}

.wma-editorial-footer-shell .wma-author-box {
  width: min(100%, var(--wma-reading));
  max-width: var(--wma-reading);
  margin: 0;
}

.wma-standard-page .wma-page-header {
  padding-top: 26px;
  padding-bottom: 34px;
}

.wma-standard-page .wma-page-header h1 {
  font-size: clamp(2.55rem, 4.8vw, 4.8rem);
}

.wma-standard-page .wma-page-blocks {
  width: min(calc(100% - var(--wma-gutter)), var(--wma-layout));
  margin: 0 auto;
}

.wma-standard-page .wma-page-blocks > *:not(.alignwide):not(.alignfull) {
  width: min(100%, var(--wma-reading));
  margin-right: 0;
  margin-left: 0;
}

.wma-standard-page .wma-page-blocks > .alignwide {
  width: 100%;
  max-width: none;
}

@media (max-width: 1040px) {
  :root {
    --wma-gutter: 44px;
  }

  .wma-home-section {
    padding: 70px 0;
  }
}

@media (max-width: 680px) {
  :root {
    --wma-gutter: 28px;
  }

  .wma-home-section {
    padding: 58px 0;
  }

  .wma-editorial-hero {
    padding-top: 12px;
  }

  .wma-editorial-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .wma-editorial-layout > h2 {
    margin-top: 54px !important;
  }

  .wma-editorial-layout > .wp-block-columns,
  .wma-editorial-layout > .wma-criteria-box,
  .wma-editorial-layout > .wma-api-slot,
  .wma-editorial-layout > .wma-editorial-note {
    margin-top: 24px !important;
  }

  .wma-editorial-footer-shell {
    padding-bottom: 62px;
  }
}

/* Bestehende 1.2-Seiten erhalten das ruhige Raster auch ohne neuen Wrapper. */
.wma-editorial-page .wma-page-blocks {
  width: min(calc(100% - var(--wma-gutter)), var(--wma-layout));
  margin-right: auto;
  margin-left: auto;
}

.wma-editorial-page .wma-page-blocks > .wma-editorial-layout,
.wma-editorial-page .wma-page-blocks > .alignwide.wma-editorial-layout {
  width: 100%;
  max-width: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wma-editorial-page .wma-page-blocks > *:not(.alignwide):not(.alignfull):not(.wma-editorial-layout) {
  width: min(100%, var(--wma-reading));
  max-width: var(--wma-reading);
  margin-right: 0;
  margin-left: 0;
}

.wma-editorial-page .wma-page-blocks > h2,
.wma-editorial-page .wma-page-blocks > h3,
.wma-editorial-page .wma-page-blocks > .wma-summary-box,
.wma-editorial-page .wma-page-blocks > .wma-editorial-note,
.wma-editorial-page .wma-page-blocks > .wma-partner-note,
.wma-editorial-page .wma-page-blocks > .wma-faq {
  width: min(100%, var(--wma-feature));
  max-width: var(--wma-feature);
}

.wma-editorial-page .wma-page-blocks > .alignwide {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}


/* Version 1.4 – ruhigere Typografie, Bildflächen und konsistente Achsen */
:root {
  --wma-heading: 1120px;
  --wma-reading: 940px;
  --wma-feature: 1220px;
}

.wma-editorial-hero h1 {
  max-width: 1080px;
  font-size: clamp(2.6rem, 4.35vw, 4.75rem);
  line-height: 1.03;
}

.wma-page-header h1,
.wma-standard-page .wma-page-header h1 {
  font-size: clamp(2.5rem, 4.1vw, 4.5rem);
}

.wma-editorial-image--hero {
  width: min(100%, var(--wma-layout)) !important;
  max-width: none !important;
  overflow: hidden;
  margin-top: 30px !important;
  margin-bottom: 34px !important;
  border-radius: 28px;
  background: var(--wma-cream);
  aspect-ratio: 16 / 6.8;
}
.wma-editorial-image--hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wma-editorial-layout > .wma-summary-box,
.wma-editorial-layout > .wma-editorial-note,
.wma-editorial-layout > .wma-faq {
  margin-left: 0 !important;
}

.wma-editorial-layout > .wma-criteria-box,
.wma-editorial-layout > .wma-api-slot,
.wma-editorial-layout > .wp-block-columns {
  margin-left: 0 !important;
}

.wma-gb-personal--image {
  isolation: isolate;
  background-image: linear-gradient(90deg, rgba(24,51,47,.96) 0%, rgba(24,51,47,.91) 52%, rgba(24,51,47,.68) 100%), url("assets/images/editorial/persoenliche-suche.svg");
  background-position: center;
  background-size: cover;
}
.wma-gb-personal--image::after { opacity: .42; }

.wma-api-fallback .wma-gb-empty-state {
  border-style: solid;
  border-color: var(--wma-line);
  background: rgba(245,240,232,.42);
}

@media (max-width: 680px) {
  .wma-editorial-hero h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .wma-editorial-image--hero { aspect-ratio: 4 / 3; border-radius: 18px; }
  .wma-gb-personal--image { background-image: linear-gradient(rgba(24,51,47,.9), rgba(24,51,47,.9)), url("assets/images/editorial/persoenliche-suche.svg"); }
}


/* Version 1.4.1 – kompaktere Typografie und konsequente redaktionelle Achse */
:root {
  --wma-heading: 1040px;
  --wma-reading: 960px;
  --wma-feature: 1220px;
  --wma-section-space: clamp(58px, 6vw, 86px);
}

/* Gutenberg-Gruppen dürfen ihre Inhalte nicht erneut mittig einrücken. */
.wma-editorial-layout > .wma-editorial-hero > *,
.wma-editorial-layout > .wma-summary-box > *,
.wma-editorial-layout > .wma-criteria-box > *,
.wma-editorial-layout > .wma-editorial-note > *,
.wma-editorial-layout > .wma-api-slot > *,
.wma-editorial-layout > .wma-faq > *,
.wma-editorial-layout > .wma-gb-personal > * {
  width: 100%;
  max-width: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wma-editorial-hero {
  width: min(100%, var(--wma-heading)) !important;
  max-width: var(--wma-heading) !important;
  padding: 18px 0 10px;
}

.wma-editorial-hero h1 {
  width: 100%;
  max-width: 980px;
  font-size: clamp(2.45rem, 3.55vw, 3.9rem) !important;
  line-height: 1.04;
  letter-spacing: -0.024em;
}

.wma-editorial-hero__lead {
  max-width: 920px !important;
  margin-top: 18px !important;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

.wma-page-header h1,
.wma-standard-page .wma-page-header h1 {
  max-width: 980px;
  font-size: clamp(2.35rem, 3.4vw, 3.75rem) !important;
  line-height: 1.05;
}

.wma-editorial-image--hero {
  width: 100% !important;
  max-width: var(--wma-layout) !important;
  max-height: 440px;
  margin-top: 24px !important;
  margin-bottom: 30px !important;
  border-radius: 24px;
  aspect-ratio: 16 / 4.8;
}

.wma-editorial-layout > h2 {
  width: min(100%, var(--wma-heading));
  max-width: var(--wma-heading);
  margin-top: var(--wma-section-space) !important;
  margin-bottom: 14px !important;
  font-size: clamp(1.9rem, 2.65vw, 2.75rem) !important;
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.wma-editorial-layout > h3 {
  margin-top: 42px !important;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem) !important;
  line-height: 1.18;
}

.wma-editorial-layout > p,
.wma-editorial-layout > ul,
.wma-editorial-layout > ol {
  width: min(100%, var(--wma-reading));
  max-width: var(--wma-reading);
}

.wma-editorial-layout > * + * {
  margin-top: 1.15rem;
}

.wma-editorial-layout > .wma-summary-box {
  width: min(100%, var(--wma-feature));
  margin-top: 24px !important;
}

.wma-editorial-layout > .wma-criteria-box,
.wma-editorial-layout > .wp-block-columns,
.wma-editorial-layout > .wma-api-slot,
.wma-editorial-layout > .wma-editorial-note,
.wma-editorial-layout > .wma-gb-personal {
  margin-top: 28px !important;
}

.wma-editorial-layout > .wma-faq {
  margin-top: var(--wma-section-space) !important;
}

.wma-summary-box,
.wma-criteria-box,
.wma-editorial-note,
.wma-api-slot,
.wma-faq,
.wma-gb-personal {
  text-align: left;
}

.wma-editorial-cards,
.wma-link-cards,
.wma-topic-overview,
.wma-region-overview {
  gap: 22px !important;
}

.wma-editorial-cards .wma-gb-card,
.wma-link-cards .wma-gb-card,
.wma-topic-overview .wma-gb-card,
.wma-region-overview .wma-gb-card {
  padding: 26px 28px;
}

@media (max-width: 1040px) {
  .wma-editorial-hero h1 {
    font-size: clamp(2.4rem, 6vw, 3.65rem) !important;
  }

  .wma-editorial-image--hero {
    max-height: 390px;
    aspect-ratio: 16 / 5.5;
  }
}

@media (max-width: 680px) {
  .wma-editorial-hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.15rem) !important;
  }

  .wma-editorial-layout > h2 {
    margin-top: 50px !important;
    font-size: clamp(1.75rem, 8vw, 2.35rem) !important;
  }

  .wma-editorial-image--hero {
    max-height: none;
    margin-top: 20px !important;
    margin-bottom: 26px !important;
    border-radius: 18px;
    aspect-ratio: 4 / 3;
  }
}

/* Version 1.5.0 – dynamische WMA-Objektmodule und Regionsseiten */
.wma-property-section,
.wma-property-slot,
.wma-special-category-grid,
.wma-region-orientation {
  width: 100%;
  max-width: none;
}

.wma-property-section {
  margin-top: var(--wma-section-space);
}

.wma-property-section__header {
  max-width: 980px;
  margin-bottom: 30px;
}

.wma-property-section__header h2 {
  margin: 0;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(2rem, 2.7vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.wma-property-section__header > p:last-child {
  max-width: 840px;
  margin: 14px 0 0;
  color: var(--wma-muted);
}

.wma-property-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.wma-property-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--wma-line);
  border-radius: 22px;
  background: var(--wma-white);
  box-shadow: 0 10px 34px rgba(24, 51, 47, 0.07);
}

.wma-property-card--lead {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.wma-property-card__media {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: linear-gradient(145deg, #d9e1d6, #efe6d8);
}

.wma-property-card--lead .wma-property-card__media {
  min-height: 430px;
}

.wma-property-card__media img,
.wma-property-card__image-fallback {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wma-property-card__image-fallback {
  min-height: inherit;
  background:
    linear-gradient(150deg, transparent 0 51%, rgba(24, 51, 47, 0.13) 52% 66%, transparent 67%),
    linear-gradient(35deg, #dbe4d8 0 42%, #a9b9a6 43% 64%, #738b7f 65% 100%);
}

.wma-property-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--wma-forest);
  background: rgba(255, 253, 250, 0.94);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 5px 20px rgba(24, 51, 47, 0.12);
}

.wma-property-card__body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px 28px 28px;
}

.wma-property-card--lead .wma-property-card__body {
  justify-content: center;
  padding: clamp(32px, 4vw, 58px);
}

.wma-property-card__location,
.wma-property-card__meta,
.wma-property-card__feature-line {
  margin: 0;
  color: var(--wma-muted);
  font-size: 0.82rem;
}

.wma-property-card__location {
  color: var(--wma-terra);
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wma-property-card__title {
  margin: 8px 0 10px;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.1;
}

.wma-property-card--standard .wma-property-card__title {
  font-size: clamp(1.25rem, 1.5vw, 1.65rem);
}

.wma-property-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.wma-property-card__features li {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--wma-forest);
  background: var(--wma-cream);
  font-size: 0.78rem;
  font-weight: 700;
}

.wma-property-card__feature-line {
  margin-top: 12px;
}

.wma-property-card__teaser {
  margin: 18px 0 0;
  color: var(--wma-ink);
  font-size: 0.96rem;
}

.wma-property-card__action {
  margin: auto 0 0;
  padding-top: 24px;
}

.wma-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wma-property-card--standard {
  display: flex;
  flex-direction: column;
}

.wma-property-card--standard .wma-property-card__media {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.wma-property-card--standard .wma-property-card__body {
  flex: 1;
}

.wma-property-section__footer {
  margin-top: 32px;
}

.wma-property-fallback {
  width: 100%;
}

.wma-property-fallback > .wma-gb-empty-state {
  max-width: 980px;
}

.wma-region-orientation {
  gap: 22px;
}

.wma-card-kicker {
  margin: 0 0 8px;
  color: var(--wma-terra);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wma-special-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wma-special-category {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--wma-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(245, 240, 232, 0.78), rgba(255, 253, 250, 0.98));
}

.wma-special-category h3 {
  margin: 0 0 10px;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: 1.35rem;
  line-height: 1.15;
}

.wma-special-category p {
  margin: 0;
  color: var(--wma-muted);
  font-size: 0.91rem;
}

.wma-editorial-layout > .wma-property-slot,
.wma-editorial-layout > .wma-property-section,
.wma-editorial-layout > .wma-special-category-grid,
.wma-editorial-layout > .wma-region-orientation {
  margin-top: var(--wma-section-space) !important;
}

.wma-editorial-layout > .wma-property-section + h2,
.wma-editorial-layout > .wma-property-slot + h2 {
  margin-top: var(--wma-section-space) !important;
}

.wma-button--outline {
  color: var(--wma-forest);
  border: 1px solid var(--wma-forest);
  background: transparent;
}

.wma-button--outline:hover {
  color: var(--wma-white);
  background: var(--wma-forest);
}

@media (max-width: 1180px) {
  .wma-property-card--lead {
    grid-template-columns: 1fr 1fr;
  }

  .wma-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wma-special-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .wma-property-featured-grid,
  .wma-property-card--lead {
    grid-template-columns: 1fr;
  }

  .wma-property-card--lead .wma-property-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .wma-special-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .wma-property-grid,
  .wma-special-category-grid {
    grid-template-columns: 1fr;
  }

  .wma-property-card__body,
  .wma-property-card--lead .wma-property-card__body {
    padding: 24px;
  }

  .wma-special-category {
    min-height: 0;
  }
}

.wma-editorial-layout > .wma-property-slot > * {
  width: 100%;
  max-width: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (min-width: 1450px) {
  .wma-property-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Version 1.6.0 – Editorial Top 5, WMA-Merkmale und Vorschaukarten */
:root {
  --wma-moss: #6f835f;
  --wma-sage-soft: #e8eee4;
}

.wma-property-section--featured {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(24, 51, 47, 0.1);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(245, 240, 232, 0.5), rgba(255, 253, 250, 0.98));
}

.wma-property-section__header {
  max-width: 1040px;
}

.wma-property-preview-note {
  max-width: 920px !important;
  padding: 12px 15px;
  border-left: 3px solid var(--wma-sage);
  border-radius: 0 10px 10px 0;
  color: var(--wma-muted) !important;
  background: rgba(232, 238, 228, 0.72);
  font-size: 0.82rem;
}

.wma-property-featured-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.wma-property-card--lead {
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.75fr);
}

.wma-property-card--featured:not(.wma-property-card--lead) {
  display: grid;
  grid-template-columns: minmax(170px, 0.85fr) minmax(0, 1.15fr);
  min-height: 255px;
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__media {
  min-height: 100%;
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__body {
  padding: 22px;
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__title {
  margin-top: 6px;
  font-size: clamp(1.22rem, 1.45vw, 1.62rem);
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__teaser {
  margin-top: 10px;
  font-size: 0.87rem;
  line-height: 1.5;
}

.wma-property-card__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.wma-property-highlight {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border: 1px solid rgba(111, 131, 95, 0.28);
  border-radius: 999px;
  color: var(--wma-forest);
  background: rgba(245, 240, 232, 0.68);
  font-size: 0.74rem;
  font-weight: 720;
  line-height: 1.2;
}

.wma-property-highlight--primary {
  border-color: rgba(75, 143, 41, 0.28);
  background: var(--wma-sage-soft);
  font-weight: 820;
}

.wma-property-highlight--primary > span {
  color: var(--wma-terra);
  font-size: 0.88em;
}

.wma-property-card__meta {
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid var(--wma-line);
  color: var(--wma-forest);
  font-weight: 650;
}

.wma-property-card__teaser + .wma-property-card__meta,
.wma-property-card__highlights + .wma-property-card__meta {
  margin-top: 17px;
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__highlights {
  margin-top: 12px;
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-highlight {
  padding: 5px 8px;
  font-size: 0.68rem;
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__meta {
  margin-top: 13px;
  padding-top: 11px;
  font-size: 0.76rem;
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__action {
  padding-top: 14px;
}

.wma-property-card--preview .wma-property-card__badge {
  color: #fff;
  background: rgba(111, 131, 95, 0.94);
}

.wma-property-card--preview .wma-property-card__media::after {
  position: absolute;
  right: 12px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(24, 51, 47, 0.72);
  content: "Beispielmotiv";
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

@media (max-width: 1120px) {
  .wma-property-card--featured:not(.wma-property-card--lead) {
    grid-template-columns: 1fr;
  }

  .wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 820px) {
  .wma-property-section--featured {
    padding: 24px;
    border-radius: 22px;
  }

  .wma-property-featured-grid {
    grid-template-columns: 1fr;
  }

  .wma-property-card--featured:not(.wma-property-card--lead) {
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
  }

  .wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__media {
    min-height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 620px) {
  .wma-property-card--featured:not(.wma-property-card--lead) {
    grid-template-columns: 1fr;
  }

  .wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .wma-property-section--featured {
    padding: 18px;
  }
}

.wma-property-section--embedded {
  margin-top: 32px !important;
}

/* Version 1.6.1 – präzisere Plugin-Anbindung und kompaktere Objektmodule */
.wma-property-card--lead {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.wma-property-card--lead .wma-property-card__media {
  width: 100%;
  height: clamp(340px, 31vw, 500px);
  min-height: 0;
  max-height: 500px;
}

.wma-property-card--lead .wma-property-card__body {
  justify-content: flex-start;
  padding: clamp(30px, 3.5vw, 48px);
}

.wma-property-card--lead .wma-property-card__teaser {
  max-width: 44rem;
}

.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__media {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.wma-property-card--standard .wma-property-card__media {
  aspect-ratio: 16 / 10;
}

.wma-property-card__media img {
  object-position: center center;
}

.wma-property-card--standard .wma-property-card__body {
  min-height: 0;
  padding: 22px 23px 24px;
}

.wma-property-card--standard .wma-property-card__teaser {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.89rem;
  line-height: 1.52;
}

.wma-property-card--standard .wma-property-card__action {
  margin-top: 20px;
  padding-top: 0;
}

.wma-property-card--standard .wma-property-card__highlights {
  margin-top: 14px;
}

.wma-property-card--standard .wma-property-highlight {
  padding: 5px 8px;
  font-size: 0.68rem;
}

.wma-property-card--standard .wma-property-card__meta {
  margin-top: 14px;
  padding-top: 12px;
  font-size: 0.76rem;
}

.wma-property-section--embedded .wma-property-card--lead .wma-property-card__media {
  height: clamp(320px, 28vw, 450px);
  max-height: 450px;
}

.wma-property-section--embedded .wma-property-card--lead .wma-property-card__body {
  padding: clamp(28px, 3vw, 44px);
}

@media (max-width: 1180px) {
  .wma-property-card--lead {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  }
}

@media (max-width: 820px) {
  .wma-property-card--lead {
    grid-template-columns: 1fr;
  }

  .wma-property-card--lead .wma-property-card__media,
  .wma-property-section--embedded .wma-property-card--lead .wma-property-card__media {
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 10;
  }
}

/* Reisemagazin 1.6.1 */
.wma-magazine-page {
  padding-top: clamp(28px, 4vw, 56px);
}

.wma-magazine-hero {
  margin-top: clamp(28px, 4vw, 56px);
  margin-bottom: clamp(52px, 7vw, 96px);
}

.wma-magazine-hero h1 {
  margin: 8px 0 20px;
}

.wma-magazine-hero__intro {
  max-width: 880px;
  margin: 0;
  color: var(--wma-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.wma-magazine-section-head {
  max-width: 1040px;
  margin-bottom: 30px;
}

.wma-magazine-section-head h2 {
  margin: 4px 0 0;
}

.wma-magazine-featured__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 24px;
}

.wma-magazine-lead,
.wma-magazine-side-card {
  overflow: hidden;
  border: 1px solid var(--wma-line);
  border-radius: 24px;
  background: var(--wma-white);
  box-shadow: 0 16px 45px rgba(24, 51, 47, 0.08);
}

.wma-magazine-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.wma-magazine-lead__image,
.wma-magazine-side-card__image {
  display: block;
  overflow: hidden;
  background: linear-gradient(145deg, #d9e1d6, #efe6d8);
}

.wma-magazine-lead__image {
  min-height: 450px;
}

.wma-magazine-lead__image img,
.wma-magazine-side-card__image img,
.wma-magazine-lead__image .wma-card-placeholder,
.wma-magazine-side-card__image .wma-card-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wma-magazine-lead__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
}

.wma-magazine-lead__body h3,
.wma-magazine-side-card__body h3 {
  margin: 6px 0 14px;
  font-family: var(--wma-font-serif);
  line-height: 1.08;
}

.wma-magazine-lead__body h3 {
  font-size: clamp(1.8rem, 2.8vw, 3rem);
}

.wma-magazine-lead__body h3 a,
.wma-magazine-side-card__body h3 a {
  color: var(--wma-forest);
  text-decoration: none;
}

.wma-magazine-lead__body > p:not(.wma-card-kicker) {
  color: var(--wma-muted);
}

.wma-magazine-lead__meta {
  margin: 16px 0 20px;
  color: var(--wma-muted);
  font-size: 0.8rem;
}

.wma-magazine-featured__side {
  display: grid;
  gap: 24px;
}

.wma-magazine-side-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) minmax(0, 1.1fr);
  min-height: 220px;
}

.wma-magazine-side-card__image {
  min-height: 220px;
}

.wma-magazine-side-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.wma-magazine-side-card__body h3 {
  font-size: clamp(1.25rem, 1.6vw, 1.7rem);
}

.wma-magazine-side-card__body > p:not(.wma-card-kicker) {
  margin: 0 0 16px;
  color: var(--wma-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.wma-magazine-topics {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: clamp(48px, 6vw, 82px) 0;
  padding: 20px 24px;
  border: 1px solid var(--wma-line);
  border-radius: 18px;
  background: rgba(245, 240, 232, 0.72);
}

.wma-magazine-topics__label {
  margin: 0;
  color: var(--wma-forest);
  font-weight: 750;
  white-space: nowrap;
}

.wma-magazine-topics ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wma-magazine-topics a {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid rgba(111, 131, 95, 0.26);
  border-radius: 999px;
  color: var(--wma-forest);
  background: var(--wma-white);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.wma-magazine-topics a:hover {
  border-color: var(--wma-forest);
  background: var(--wma-sage-soft);
}

.wma-magazine-latest {
  margin-top: clamp(54px, 7vw, 96px);
}

.wma-magazine-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wma-magazine-all-featured {
  color: var(--wma-muted);
}

@media (max-width: 1120px) {
  .wma-magazine-featured__grid {
    grid-template-columns: 1fr;
  }

  .wma-magazine-featured__side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wma-magazine-side-card {
    grid-template-columns: 1fr;
  }

  .wma-magazine-side-card__image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 820px) {
  .wma-magazine-lead {
    grid-template-columns: 1fr;
  }

  .wma-magazine-lead__image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .wma-magazine-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wma-magazine-topics {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .wma-magazine-featured__side,
  .wma-magazine-card-grid {
    grid-template-columns: 1fr;
  }

  .wma-magazine-lead__body,
  .wma-magazine-side-card__body {
    padding: 24px;
  }
}

/* Version 1.8.0 – ruhigere Typografie, reichhaltigere Karten und Rubriken */
:root {
  --wma-card-title-weight: 500;
}

.wma-editorial-hero h1,
.wma-magazine-hero h1,
.wma-page-header h1,
.wma-standard-page .wma-page-header h1 {
  max-width: 1080px;
  font-size: clamp(2.35rem, 3.25vw, 3.45rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.024em;
}

.wma-home-section__inner > .wma-section-title,
.wma-editorial-layout > h2,
.wma-property-section__header h2,
.wma-magazine-section-head h2 {
  max-width: 1120px;
  font-size: clamp(1.85rem, 2.35vw, 2.45rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.wma-editorial-layout > h3,
.wma-gb-card h3,
.wma-special-category h3 {
  font-weight: 500;
}

.wma-property-card__title,
.wma-property-card--standard .wma-property-card__title,
.wma-property-card--featured:not(.wma-property-card--lead) .wma-property-card__title {
  font-size: clamp(1.2rem, 1.35vw, 1.5rem);
  font-weight: var(--wma-card-title-weight);
  line-height: 1.14;
  letter-spacing: -0.012em;
}

.wma-property-card--lead .wma-property-card__title {
  max-width: 32rem;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: var(--wma-card-title-weight);
}

.wma-property-card__location {
  font-weight: 680;
}

.wma-property-card__teaser {
  line-height: 1.56;
}

.wma-property-card__meta {
  font-weight: 560;
  line-height: 1.45;
}

.wma-text-link,
.wma-property-card__action .wma-text-link,
.wma-property-card__action .wma-button {
  font-weight: 650;
}

.wma-property-card--lead {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
}

.wma-property-card--lead .wma-property-card__media,
.wma-property-section--embedded .wma-property-card--lead .wma-property-card__media {
  height: clamp(300px, 26vw, 420px);
  max-height: 420px;
}

.wma-property-card--lead .wma-property-card__body,
.wma-property-section--embedded .wma-property-card--lead .wma-property-card__body {
  padding: clamp(28px, 3vw, 42px);
}

.wma-property-highlight {
  font-weight: 600;
}

.wma-property-highlight--primary {
  font-weight: 700;
}

.wma-special-category {
  min-height: 0;
  padding: 0;
}

.wma-special-category__link {
  display: flex;
  min-height: 185px;
  height: 100%;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

.wma-special-category__link:hover,
.wma-special-category__link:focus-visible {
  color: inherit;
  background: rgba(232, 238, 228, 0.5);
}

.wma-special-category__action {
  margin: auto 0 0;
  padding-top: 18px;
  color: var(--wma-forest);
  font-size: 0.83rem;
  font-weight: 650;
}

.wma-fishing-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: none;
}

.wma-fishing-category {
  border: 1px solid var(--wma-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(245, 240, 232, 0.76), rgba(255, 253, 250, 0.98));
}

.wma-fishing-category a {
  display: flex;
  min-height: 175px;
  height: 100%;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

.wma-fishing-category a:hover,
.wma-fishing-category a:focus-visible {
  background: rgba(232, 238, 228, 0.5);
}

.wma-fishing-category h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 500;
}

.wma-fishing-category p {
  margin: 0;
  color: var(--wma-muted);
  font-size: 0.92rem;
}

.wma-fishing-category__action {
  margin-top: auto !important;
  padding-top: 18px;
  color: var(--wma-forest) !important;
  font-size: 0.83rem !important;
  font-weight: 650;
}

@media (max-width: 980px) {
  .wma-fishing-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .wma-editorial-hero h1,
  .wma-magazine-hero h1,
  .wma-page-header h1,
  .wma-standard-page .wma-page-header h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .wma-fishing-category-grid {
    grid-template-columns: 1fr;
  }

  .wma-property-card--lead .wma-property-card__media,
  .wma-property-section--embedded .wma-property-card--lead .wma-property-card__media {
    height: auto;
    max-height: none;
  }
}

.wma-gb-card h3,
.wma-gb-idea-card h3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.18;
}

.wma-gb-card-link a,
.wma-gb-region-link a {
  font-weight: 650;
}

.wma-gb-region-card h3 {
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 500;
}

/* Version 1.8.0 – öffentliche Suche und produktive Nutzerführung */
.wma-header-cta {
  white-space: nowrap;
}

.wma-api-output--search {
  width: 100%;
}

.wma-home-search {
  width: 100%;
  color: var(--wma-ink);
}

.wma-home-search__fields {
  display: grid;
  grid-template-columns: minmax(210px, 1.25fr) repeat(2, minmax(170px, 0.9fr)) minmax(135px, 0.72fr) minmax(170px, 0.8fr);
  align-items: stretch;
}

.wma-home-search__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 11px 28px;
  border-right: 1px solid var(--wma-line);
}

.wma-home-search__field > span,
.wma-home-search__field > .wma-date-field__label {
  color: #78827f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wma-home-search__field select,
.wma-home-search__field input {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--wma-forest);
  background: transparent;
  font-size: 0.98rem;
  font-weight: 680;
}

.wma-home-search__field input[type="date"] {
  color-scheme: light;
}

/* =========================================================
   Theme 1.14.10: ruhige WMA-Datumsfelder
   ========================================================= */

.wma-date-control {
  position: relative;
  width: 100%;
  min-width: 0;
}

.wma-date-trigger {
  display: none;
  width: 100%;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wma-forest);
  font: inherit;
  font-size: 0.98rem;
  font-weight: 680;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.wma-date-display {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wma-date-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: #657a75;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wma-date-field.is-enhanced .wma-date-control > input[type="date"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.wma-date-field.is-enhanced .wma-date-trigger {
  display: flex;
}

.wma-date-field.is-empty .wma-date-display {
  color: #73807c;
  font-weight: 620;
}

.wma-date-field.is-enhanced .wma-date-trigger:hover .wma-date-icon,
.wma-date-field.is-enhanced .wma-date-trigger:focus-visible .wma-date-icon {
  stroke: #e5784f;
}

.wma-date-field.is-enhanced .wma-date-trigger:focus-visible {
  outline: 2px solid rgba(229, 120, 79, 0.42);
  outline-offset: 4px;
  border-radius: 5px;
}

.wma-date-field.has-error .wma-date-trigger {
  outline: 2px solid rgba(169, 71, 56, 0.55);
  outline-offset: 4px;
  border-radius: 5px;
}

.wma-search-form__primary .wma-date-trigger {
  font-size: 0.95rem;
}

.wma-home-search__submit {
  align-self: center;
  min-width: 0;
  margin: 12px 20px;
}

.wma-home-search__note {
  margin: 10px 28px 0;
  color: #6d7774;
  font-size: 0.76rem;
  line-height: 1.45;
}

.wma-search-page {
  min-height: 70vh;
  background: var(--wma-white);
}

.wma-search-page__hero {
  padding: 66px 0 54px;
  border-bottom: 1px solid var(--wma-line);
  background:
    radial-gradient(circle at 88% 22%, rgba(155, 172, 154, 0.26), transparent 24%),
    linear-gradient(145deg, #f6f1e9, #fffdfa 68%);
}

.wma-search-page__hero .wma-breadcrumbs {
  margin-bottom: 32px;
}

.wma-search-page__hero h1 {
  max-width: 950px;
  margin: 0;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(2.45rem, 4.4vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.01;
}

.wma-search-page__lead {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--wma-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.wma-search-page__body {
  padding-block: 48px 88px;
}

.wma-search-form {
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid var(--wma-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(24, 51, 47, 0.09);
}

.wma-search-form__primary {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(2, minmax(170px, 0.9fr)) minmax(130px, 0.65fr) minmax(190px, 0.8fr);
  align-items: stretch;
  padding: 12px;
}

.wma-search-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  padding: 8px 18px;
}

.wma-search-form__primary .wma-search-field {
  justify-content: center;
  border-right: 1px solid var(--wma-line);
}

.wma-search-field__label {
  color: #717d79;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wma-search-field input,
.wma-search-field select {
  width: 100%;
  min-width: 0;
  min-height: 43px;
  padding: 8px 10px;
  border: 1px solid rgba(24, 51, 47, 0.18);
  border-radius: 10px;
  color: var(--wma-forest);
  background: #fff;
  font-size: 0.95rem;
}

.wma-search-form__primary .wma-search-field input,
.wma-search-form__primary .wma-search-field select {
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-weight: 680;
}

.wma-search-form__submit {
  align-self: center;
  min-height: 50px;
  margin: 8px 12px;
}

.wma-search-form__advanced {
  border-top: 1px solid var(--wma-line);
  background: rgba(245, 240, 232, 0.46);
}

.wma-search-form__advanced > summary {
  padding: 17px 28px;
  color: var(--wma-forest);
  font-size: 0.9rem;
  font-weight: 750;
  cursor: pointer;
  list-style-position: inside;
}

.wma-search-form__advanced[open] > summary {
  border-bottom: 1px solid var(--wma-line);
}

.wma-search-form__advanced-inner {
  padding: 26px 22px 28px;
}

.wma-search-form__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.wma-search-form__grid .wma-search-field,
.wma-search-form__distances .wma-search-field {
  padding: 0;
}

.wma-search-checks {
  margin: 26px 0 0;
  padding: 0;
  border: 0;
}

.wma-search-checks legend {
  margin-bottom: 12px;
  color: var(--wma-forest);
  font-size: 0.82rem;
  font-weight: 800;
}

.wma-search-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wma-search-checks legend {
  flex-basis: 100%;
}

.wma-search-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(24, 51, 47, 0.16);
  border-radius: 999px;
  background: #fff;
  font-size: 0.86rem;
  cursor: pointer;
}

.wma-search-check:has(input:checked) {
  border-color: var(--wma-forest);
  color: #fff;
  background: var(--wma-forest);
}

.wma-search-check input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--wma-terra);
}

.wma-search-form__distances {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 24px;
}

.wma-search-form__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
}

.wma-active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px;
}

.wma-active-filters__label {
  color: var(--wma-muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.wma-active-filters__chips {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
}

.wma-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(24, 51, 47, 0.18);
  border-radius: 999px;
  color: var(--wma-forest);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.wma-filter-chip:hover {
  border-color: var(--wma-terra);
  color: var(--wma-forest);
  background: #fff8f4;
}

.wma-active-filters__reset {
  font-size: 0.82rem;
  font-weight: 700;
}

.wma-search-notice {
  margin: 0 0 28px;
  padding: 15px 18px;
  border: 1px solid rgba(24, 51, 47, 0.14);
  border-radius: 14px;
  font-size: 0.88rem;
}

.wma-search-notice--info {
  background: rgba(155, 172, 154, 0.17);
}

.wma-search-state {
  max-width: 880px;
  margin: 38px auto 0;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid var(--wma-line);
  border-radius: 24px;
  text-align: center;
  background: var(--wma-cream);
}

.wma-search-state h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
}

.wma-search-state p:not(.wma-eyebrow) {
  max-width: 680px;
  margin: 0 auto 24px;
  color: var(--wma-muted);
}

.wma-search-state ul {
  max-width: 680px;
  margin: 0 auto 26px;
  text-align: left;
}

.wma-search-state--error {
  border-color: rgba(180, 74, 55, 0.25);
  background: #fff5f1;
}

.wma-search-results__toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin: 42px 0 28px;
}

.wma-search-results__toolbar h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.4vw, 2.3rem);
  font-weight: 500;
}

.wma-search-sort {
  display: flex;
  align-items: end;
  gap: 10px;
}

.wma-search-sort label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wma-search-sort label > span {
  color: var(--wma-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wma-search-sort select {
  min-height: 44px;
  padding: 7px 38px 7px 12px;
  border: 1px solid var(--wma-line);
  border-radius: 10px;
  color: var(--wma-forest);
  background: #fff;
}

.wma-button--small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 0.84rem;
}

.wma-search-results__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wma-search-results__grid .wma-property-card__media {
  aspect-ratio: 4 / 3;
  height: auto;
}

.wma-search-results__grid .wma-property-card__teaser {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wma-search-results__availability {
  max-width: 900px;
  margin: 28px auto 0;
  color: var(--wma-muted);
  font-size: 0.82rem;
  text-align: center;
}

.wma-search-pagination {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) auto minmax(100px, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 46px;
}

.wma-search-pagination__prev {
  justify-self: start;
}

.wma-search-pagination__next {
  justify-self: end;
}

.wma-search-pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.wma-search-pagination a,
.wma-search-pagination__current {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--wma-line);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
}

.wma-search-pagination__current {
  border-color: var(--wma-forest);
  color: #fff;
  background: var(--wma-forest);
}

.wma-search-pagination__ellipsis {
  padding: 0 4px;
  color: var(--wma-muted);
}

@media (max-width: 1180px) {
  .wma-home-search__fields,
  .wma-search-form__primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wma-home-search__field,
  .wma-search-form__primary .wma-search-field {
    border-right: 0;
    border-bottom: 1px solid var(--wma-line);
  }

  .wma-home-search__submit,
  .wma-search-form__submit {
    grid-column: span 2;
    margin-inline: 20px;
  }

  .wma-search-form__grid,
  .wma-search-form__distances {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wma-search-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wma-search-results__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .wma-search-page__hero {
    padding: 44px 0 38px;
  }

  .wma-search-page__hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .wma-search-page__body {
    padding-block: 28px 64px;
  }

  .wma-home-search__fields,
  .wma-search-form__primary,
  .wma-search-form__grid,
  .wma-search-form__distances,
  .wma-search-results__grid {
    grid-template-columns: 1fr;
  }

  .wma-home-search__submit,
  .wma-search-form__submit {
    grid-column: auto;
  }

  .wma-home-search__field {
    padding-inline: 18px;
  }

  .wma-search-form__primary {
    padding: 8px;
  }

  .wma-search-form__primary .wma-search-field {
    padding: 12px 10px;
  }

  .wma-search-form__advanced > summary {
    padding-inline: 18px;
  }

  .wma-search-form__advanced-inner {
    padding: 20px 16px 24px;
  }

  .wma-search-form__actions,
  .wma-active-filters {
    align-items: stretch;
    flex-direction: column;
  }

  .wma-search-form__actions .wma-button {
    width: 100%;
  }

  .wma-search-sort {
    width: 100%;
    align-items: stretch;
  }

  .wma-search-sort label {
    flex: 1;
  }

  .wma-search-sort select {
    width: 100%;
  }

  .wma-search-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .wma-search-pagination__pages {
    grid-column: 1 / -1;
    grid-row: 1;
    flex-wrap: wrap;
  }

  .wma-search-pagination__prev,
  .wma-search-pagination__next {
    grid-row: 2;
  }
}

.wma-home-hero__content > .wma-api-output--search {
  width: 100%;
  max-width: none !important;
  margin-top: 54px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 22px;
  color: var(--wma-ink);
  background: rgba(255, 253, 250, 0.97);
  box-shadow: 0 28px 70px rgba(10, 30, 27, 0.3);
  backdrop-filter: blur(10px);
}

.wma-button--outline {
  border: 1px solid currentColor;
  color: var(--wma-forest);
  background: transparent;
  box-shadow: none;
}

.wma-button--outline:hover {
  border-color: var(--wma-terra);
  color: #fff;
  background: var(--wma-terra);
}

.wma-search-notice--warning {
	border-color: color-mix(in srgb, var(--wma-terra) 38%, transparent);
	background: color-mix(in srgb, var(--wma-terra) 10%, var(--wma-cream));
}

.wma-search-notice--warning ul {
	margin: 0;
	padding-left: 1.25rem;
}


/* Version 1.8.2 – kanonische Such-URLs, freie Reisezielsuche und ehrlicher Leerzustand */
.wma-property-section--empty {
  max-width: var(--wma-feature);
  margin-inline: auto;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--wma-line);
  border-radius: var(--wma-radius);
  background: color-mix(in srgb, var(--wma-cream) 66%, var(--wma-white));
}

.wma-property-section--empty h2 {
  margin: 0.2rem 0 0.75rem;
}

.wma-property-section--empty p:not(.wma-eyebrow) {
  max-width: 760px;
}

.wma-home-search__field input[type="search"],
.wma-search-form__primary input[type="search"] {
  min-width: 0;
}

/* Version 1.9.1 – Plugin 0.10.1, Handverlesen und redaktionelle Übersichten */
.wma-search-form__advanced > summary,
.wma-home-search__advanced > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.wma-search-filter-count {
  display: none;
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--wma-forest);
  background: rgba(155, 172, 154, 0.2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.wma-search-filter-count.is-active {
  display: inline-flex;
}

.wma-search-filter-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
  margin-top: 26px;
}

.wma-search-filter-groups .wma-search-checks {
  align-content: flex-start;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(24, 51, 47, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.wma-search-check > span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
}

.wma-search-check small {
  color: #7a8582;
  font-size: 0.7rem;
  font-weight: 650;
}

.wma-search-check:has(input:checked) small {
  color: rgba(255, 255, 255, 0.72);
}

.wma-destination-autocomplete {
  position: relative;
}

.wma-destination-autocomplete > label {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
}

.wma-destination-suggestions {
  position: absolute;
  z-index: 35;
  top: calc(100% - 2px);
  right: 10px;
  left: 10px;
  overflow: hidden;
  max-height: 320px;
  border: 1px solid rgba(24, 51, 47, 0.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(24, 51, 47, 0.18);
}

.wma-destination-suggestion {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid rgba(24, 51, 47, 0.09);
  color: var(--wma-forest);
  text-align: left;
  background: #fff;
  cursor: pointer;
}

.wma-destination-suggestion:last-child {
  border-bottom: 0;
}

.wma-destination-suggestion:hover,
.wma-destination-suggestion[aria-selected="true"] {
  background: var(--wma-cream);
}

.wma-destination-suggestion__label {
  font-weight: 720;
}

.wma-destination-suggestion__meta {
  color: var(--wma-muted);
  font-size: 0.75rem;
  white-space: nowrap;
}

.wma-home-search__advanced {
  margin: 12px 20px 0;
  border-top: 1px solid rgba(24, 51, 47, 0.12);
}

.wma-home-search__advanced > summary {
  padding: 16px 8px 10px;
  color: var(--wma-forest);
  font-size: 0.86rem;
  font-weight: 780;
  cursor: pointer;
}

.wma-home-search__advanced-inner {
  padding: 10px 8px 20px;
}

.wma-home-search__advanced .wma-search-form__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wma-home-search__advanced .wma-search-filter-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wma-home-search__advanced .wma-search-form__actions {
  margin-top: 20px;
}

.wma-text-button {
  padding: 0;
  border: 0;
  color: var(--wma-forest);
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  cursor: pointer;
}

.wma-text-button:hover {
  color: var(--wma-terra);
}

.wma-special-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
  width: min(100%, var(--wma-wide));
  margin-inline: auto;
}

.wma-special-overview--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wma-special-overview-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(24, 51, 47, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 51, 47, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wma-special-overview-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(24, 51, 47, 0.13);
}

.wma-special-overview-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.wma-special-overview-card__media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(155, 172, 154, 0.34), rgba(234, 220, 203, 0.72));
}

.wma-special-overview-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.wma-special-overview-card:hover .wma-special-overview-card__media img {
  transform: scale(1.025);
}

.wma-special-overview-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 65% 30%, rgba(255, 255, 255, 0.55), transparent 20%),
    linear-gradient(145deg, rgba(24, 51, 47, 0.15), rgba(190, 121, 80, 0.12));
}

.wma-special-overview-card__body {
  padding: 20px 22px 22px;
}

.wma-special-overview-card__body h3 {
  margin: 0;
  color: var(--wma-forest);
  font-size: clamp(1.25rem, 1.8vw, 1.58rem);
  font-weight: 530;
}

.wma-special-overview-card__body p {
  margin: 8px 0 16px;
  color: var(--wma-muted);
  font-size: 0.84rem;
}

.wma-special-overview-card__action {
  color: var(--wma-terra);
  font-size: 0.83rem;
  font-weight: 780;
}

.wma-discovery-empty {
  width: min(100%, var(--wma-feature));
  margin-inline: auto;
  padding: 24px;
  border: 1px solid var(--wma-line);
  border-radius: 18px;
  background: var(--wma-cream);
}

.wma-home-section--special {
  padding-block: clamp(56px, 8vw, 92px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(190, 121, 80, 0.22), transparent 28%),
    var(--wma-forest);
}

.wma-home-section--special h2,
.wma-home-section--special h3,
.wma-home-section--special .wma-eyebrow {
  color: #fff;
}

.wma-home-section--special .wma-section-intro {
  color: rgba(255, 255, 255, 0.75);
}

.wma-home-section--special .wma-special-overview-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.98);
}

.wma-home-section--special .wp-block-button.is-style-wma-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.wma-context-image {
  position: relative;
  overflow: hidden;
  width: min(100%, var(--wma-wide));
  margin: clamp(28px, 4vw, 48px) auto;
  border-radius: clamp(18px, 3vw, 30px);
  background: var(--wma-cream);
  box-shadow: 0 22px 55px rgba(24, 51, 47, 0.13);
}

.wma-context-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}

.wma-context-image figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(24, 51, 47, 0.7);
  font-size: 0.7rem;
  backdrop-filter: blur(8px);
}

@media (max-width: 1000px) {
  .wma-search-filter-groups,
  .wma-home-search__advanced .wma-search-filter-groups {
    grid-template-columns: 1fr;
  }

  .wma-home-search__advanced .wma-search-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wma-special-overview,
  .wma-special-overview--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .wma-search-form__advanced > summary,
  .wma-home-search__advanced > summary {
    align-items: flex-start;
  }

  .wma-search-filter-count {
    margin-top: -2px;
  }

  .wma-search-filter-groups .wma-search-checks {
    padding: 15px;
  }

  .wma-home-search__advanced {
    margin-inline: 14px;
  }

  .wma-home-search__advanced .wma-search-form__grid,
  .wma-special-overview,
  .wma-special-overview--compact {
    grid-template-columns: 1fr;
  }

  .wma-destination-suggestions {
    right: 0;
    left: 0;
  }

  .wma-destination-suggestion {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

/* Theme 1.9.1: editorial discovery and Handverlesen refinements. */
.wma-special-overview {
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
}

.wma-special-overview--compact {
  max-width: 1120px;
}

.wma-special-overview-card {
  display: flex;
  min-width: 0;
  height: 100%;
}

.wma-special-overview-card__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.wma-special-overview-card__media {
  position: relative;
  isolation: isolate;
}

.wma-special-overview-card__media::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 48%;
  background: linear-gradient(to top, rgba(15, 37, 34, 0.56), transparent);
  content: "";
  pointer-events: none;
}

.wma-special-overview-card__badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  max-width: calc(100% - 32px);
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: #fff;
  background: rgba(24, 51, 47, 0.78);
  box-shadow: 0 8px 22px rgba(10, 30, 27, 0.18);
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: 0.015em;
  backdrop-filter: blur(9px);
}

.wma-special-overview-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.wma-special-overview-card__body p {
  flex: 1 1 auto;
}

.wma-special-overview-card__action {
  margin-top: auto;
}

.wma-search-form__results-first-note {
  margin: 0 0 18px;
  padding: 12px 15px;
  border-left: 3px solid var(--wma-terra);
  border-radius: 0 10px 10px 0;
  color: var(--wma-muted);
  background: rgba(190, 121, 80, 0.08);
  font-size: 0.83rem;
}

.wma-home-search__lazy-target {
  min-height: 64px;
}

.wma-home-search__lazy-status {
  margin: 0;
  padding: 20px;
  color: var(--wma-muted);
  text-align: center;
  font-size: 0.84rem;
}

.wma-home-search__advanced.is-loading .wma-home-search__lazy-status::before,
.wma-search-form__advanced.is-loading .wma-home-search__lazy-status::before {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 8px;
  border: 2px solid rgba(24, 51, 47, 0.22);
  border-top-color: var(--wma-terra);
  border-radius: 50%;
  vertical-align: -0.12rem;
  content: "";
  animation: wma-filter-spin 0.8s linear infinite;
}

@keyframes wma-filter-spin {
  to { transform: rotate(360deg); }
}

.wma-handpicked-overview {
  display: grid;
  gap: clamp(54px, 8vw, 92px);
}

.wma-handpicked-page .wma-editorial-hero--handpicked {
  background:
    radial-gradient(circle at 88% 20%, rgba(190, 121, 80, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(155, 172, 154, 0.18), rgba(245, 240, 232, 0.82));
}

.wma-handpicked-state {
  width: min(100%, var(--wma-feature));
  margin: 24px auto 56px;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid var(--wma-line);
  border-radius: 22px;
  background: var(--wma-cream);
  text-align: center;
}

.wma-handpicked-state h2 {
  margin: 6px 0 12px;
}

.wma-handpicked-state .wma-button {
  margin-top: 10px;
}

.wma-handpicked-state--error {
  border-color: rgba(190, 121, 80, 0.35);
}

.wma-handpicked-section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.wma-handpicked-section-heading h2 {
  margin: 6px 0 12px;
}

.wma-handpicked-regions {
  width: min(100%, var(--wma-wide));
  margin-inline: auto;
}

.wma-handpicked-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.7vw, 30px);
}

.wma-handpicked-region-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(24, 51, 47, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 51, 47, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wma-handpicked-region-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(24, 51, 47, 0.13);
}

.wma-handpicked-region-card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wma-handpicked-region-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, rgba(155, 172, 154, 0.38), rgba(234, 220, 203, 0.72));
}

.wma-handpicked-region-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  background: linear-gradient(to top, rgba(16, 38, 35, 0.68), transparent);
  content: "";
}

.wma-handpicked-region-card__media img,
.wma-handpicked-region-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.wma-handpicked-region-card:hover .wma-handpicked-region-card__media img {
  transform: scale(1.025);
}

.wma-handpicked-region-card__label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  font-weight: 560;
}

.wma-handpicked-region-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px 20px;
  color: var(--wma-muted);
  font-size: 0.8rem;
}

.wma-handpicked-region-card__body strong {
  color: var(--wma-terra);
  font-size: 0.78rem;
  white-space: nowrap;
}

.wma-handpicked-paths {
  margin-top: clamp(46px, 7vw, 78px);
}

@media (max-width: 1000px) {
  .wma-special-overview,
  .wma-special-overview--compact,
  .wma-handpicked-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .wma-special-overview,
  .wma-special-overview--compact,
  .wma-handpicked-region-grid {
    grid-template-columns: 1fr;
  }

  .wma-special-overview-card__badge {
    bottom: 13px;
    left: 13px;
  }

  .wma-handpicked-region-card__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}


/* Theme 1.9.2: konsistente Handverlesen-Seite, volle Entdeckungsraster und Top-5-Headerbilder. */
.wma-editorial-layout > .wma-handpicked-overview,
.wma-editorial-layout > .wma-handpicked-overview-slot,
.wma-handpicked-overview > .wma-property-section,
.wma-handpicked-overview > .wma-handpicked-regions {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wma-handpicked-overview .wma-property-section--featured {
  width: 100%;
}

.wma-handpicked-page .wma-editorial-hero {
  background: transparent;
}

.wma-editorial-layout > .wma-context-image,
.wma-editorial-layout > .wma-context-image-slot {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wma-context-image {
  width: 100%;
  max-width: none;
  margin: 24px 0 30px;
  border-radius: 24px;
  aspect-ratio: 16 / 4.8;
}

.wma-context-image img {
  height: 100%;
  aspect-ratio: auto;
}

.wma-home-section__inner > .wma-special-overview,
.wma-home-section__inner > .wma-special-overview--compact {
  width: 100% !important;
  max-width: none !important;
}

.wma-home-section--special .wma-special-overview-card__body h3 {
  color: var(--wma-forest);
}

@media (max-width: 680px) {
  .wma-context-image {
    border-radius: 18px;
    aspect-ratio: 4 / 3;
  }
}


/* Theme 1.10.0: editorial Urlaubsideen, robust region controls and contract 1.3.0. */
.wma-ideas-overview .wma-editorial-hero,
.wma-ideas-overview .wma-editorial-hero h1,
.wma-ideas-overview .wma-editorial-hero__lead { margin-left: 0 !important; text-align: left !important; }
.wma-editorial-layout > .wma-ideas-grid { display:grid; width:100%; max-width:none; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(18px,2.2vw,28px); margin-top:clamp(32px,5vw,52px)!important; }
.wma-ideas-grid .wma-gb-idea-card { position:relative; isolation:isolate; display:grid; min-height:245px; grid-template-columns:72px minmax(0,1fr); grid-template-rows:auto auto 1fr auto; column-gap:20px; row-gap:5px; align-content:start; padding:clamp(24px,2.5vw,32px); overflow:hidden; border-color:rgba(24,51,47,.13); background:radial-gradient(circle at 93% 8%,rgba(190,121,80,.11),transparent 28%),linear-gradient(145deg,#fffdfa 0%,#fff 72%); box-shadow:0 12px 34px rgba(24,51,47,.065); }
.wma-ideas-grid .wma-gb-idea-card::before { position:absolute; inset:0 auto 0 0; width:4px; background:linear-gradient(to bottom,var(--wma-terra),rgba(155,172,154,.72)); content:""; opacity:0; transition:opacity 180ms ease; }
.wma-ideas-grid .wma-gb-idea-card:hover::before,.wma-ideas-grid .wma-gb-idea-card:focus-within::before { opacity:1; }
.wma-ideas-grid .wma-gb-idea-card--focus { background:radial-gradient(circle at 92% 9%,rgba(190,121,80,.16),transparent 30%),linear-gradient(145deg,rgba(245,240,232,.66),#fff 72%); }
.wma-ideas-grid .wma-gb-icon { grid-column:1; grid-row:1/span 3; width:68px; margin:0!important; padding:8px; border-radius:18px; background:rgba(245,240,232,.9); }
.wma-ideas-grid .wma-gb-icon img { width:52px; height:52px; }
.wma-ideas-grid .wma-idea-card__kicker { grid-column:2; grid-row:1; margin:0!important; color:var(--wma-terra)!important; font-size:.7rem; font-weight:800; line-height:1.25; letter-spacing:.12em; text-transform:uppercase; }
.wma-ideas-grid .wma-gb-idea-card h3 { grid-column:2; grid-row:2; width:100%; margin:2px 0 7px; color:var(--wma-forest); font-size:clamp(1.35rem,1.8vw,1.68rem); line-height:1.12; text-align:left!important; }
.wma-ideas-grid .wma-idea-card__text { grid-column:2; grid-row:3; margin:0!important; color:var(--wma-muted); line-height:1.55; text-align:left; }
.wma-ideas-grid .wma-gb-card-link { grid-column:1/-1; grid-row:4; margin:0!important; padding-top:22px; text-align:left; }
.wma-ideas-grid .wma-gb-card-link a { position:static; color:var(--wma-forest); font-size:.84rem; font-weight:760; text-decoration:none; }
.wma-ideas-grid .wma-gb-card-link a::after { position:absolute; z-index:2; inset:0; border-radius:inherit; content:""; }
.wma-ideas-grid .wma-gb-idea-card:focus-within { outline:3px solid rgba(190,121,80,.28); outline-offset:3px; }
.wma-search-region-field { min-width:0; }
.wma-search-region-field > .wma-search-field { width:100%; }
.wma-search-region-field select[aria-busy="true"] { cursor:progress; opacity:.7; }
.wma-handpicked-page .wma-editorial-hero,.wma-handpicked-page .wma-summary-box,.wma-handpicked-page .wma-context-image-slot,.wma-handpicked-page .wma-handpicked-overview-slot { margin-left:0!important; }
.wma-handpicked-overview .wma-property-featured-grid,.wma-handpicked-overview .wma-property-grid { width:100%; max-width:none; }
.wma-top-rated-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:clamp(16px,2vw,24px); }
@media(max-width:1180px){.wma-editorial-layout>.wma-ideas-grid,.wma-top-rated-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:900px){.wma-editorial-layout>.wma-ideas-grid,.wma-top-rated-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){.wma-editorial-layout>.wma-ideas-grid,.wma-top-rated-grid{grid-template-columns:1fr}.wma-ideas-grid .wma-gb-idea-card{min-height:0;grid-template-columns:60px minmax(0,1fr);column-gap:16px;padding:22px}.wma-ideas-grid .wma-gb-icon{width:58px;padding:7px;border-radius:15px}.wma-ideas-grid .wma-gb-icon img{width:44px;height:44px}}


/* Theme 1.11.0: Angelurlaub im Norden, Startseiten-Ideen und semantische Bild-Störer. */
.wma-home-ideas-grid {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  margin-top: clamp(28px, 4vw, 44px) !important;
}
.wma-home-ideas-grid .wma-gb-idea-card {
  min-height: 238px;
}
.wma-home-ideas-grid + .wma-section-action {
  margin-top: clamp(26px, 4vw, 42px);
}
.wma-menu-item--angelurlaub > a {
  position: relative;
}
.wma-menu-item--angelurlaub > a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--wma-terra);
  content: "";
  opacity: .45;
  transform: scaleX(.45);
  transition: opacity 180ms ease, transform 180ms ease;
}
.wma-menu-item--angelurlaub > a:hover::after,
.wma-menu-item--angelurlaub.current-menu-item > a::after {
  opacity: 1;
  transform: scaleX(1);
}
.wma-special-overview-card__badge {
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(20, 50, 45, .82);
  backdrop-filter: blur(7px);
}
.wma-fishing-destinations {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin: clamp(28px, 4vw, 44px) 0 clamp(48px, 7vw, 76px);
}
.wma-fishing-destination {
  overflow: hidden;
  border: 1px solid rgba(24, 51, 47, .13);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 51, 47, .075);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.wma-fishing-destination:not(.is-not-ready):hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(24, 51, 47, .13);
}
.wma-fishing-destination > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.wma-fishing-destination__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, rgba(155,172,154,.45), rgba(234,220,203,.72));
}
.wma-fishing-destination__media img,
.wma-fishing-destination__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wma-fishing-destination__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(to top, rgba(14, 40, 36, .76), transparent);
  content: "";
}
.wma-fishing-destination__country {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: #fff;
  font-family: var(--wma-font-heading);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}
.wma-fishing-destination__body {
  padding: 20px 21px 23px;
}
.wma-fishing-destination__body h3 {
  margin: 0 0 9px;
  color: var(--wma-forest);
  font-size: clamp(1.18rem, 1.7vw, 1.48rem);
  line-height: 1.18;
}
.wma-fishing-destination__body p {
  min-height: 2.7em;
  margin: 0 0 17px;
  color: var(--wma-muted);
  font-size: .86rem;
}
.wma-fishing-destination__body > span {
  color: var(--wma-terra);
  font-size: .82rem;
  font-weight: 780;
}
.wma-fishing-destination.is-not-ready {
  background: rgba(245, 240, 232, .7);
  box-shadow: none;
}
.wma-fishing-destination.is-not-ready .wma-fishing-destination__media {
  filter: saturate(.45);
}
@media (max-width: 1180px) {
  .wma-home-ideas-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wma-fishing-destinations { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .wma-home-ideas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .wma-home-ideas-grid,
  .wma-fishing-destinations { grid-template-columns: 1fr; }
  .wma-menu-item--angelurlaub > a::after { display: none; }
}

/* Theme 1.12.0: Top bewertet and plugin-backed Reisemagazin collections. */
.wma-top-rated-page .wma-top-rated-slot,
.wma-top-rated-page .wma-top-rated-results,
.wma-top-rated-page .wma-top-rated-state {
  width: 100%;
  max-width: none;
}

.wma-top-rated-results {
  margin: clamp(48px, 7vw, 82px) 0;
}

.wma-top-rated-results__header,
.wma-magazine-collection__header {
  width: min(100%, var(--wma-heading));
  margin-bottom: clamp(26px, 4vw, 42px);
}

.wma-top-rated-results__header h2,
.wma-magazine-collection__header h2 {
  margin: 0 0 14px;
}

.wma-top-rated-results__header > p:not(.wma-eyebrow),
.wma-magazine-collection__header > p:not(.wma-eyebrow) {
  max-width: 850px;
  color: var(--wma-muted);
}

.wma-top-rated-results__criteria {
  display: inline-flex;
  margin-top: 12px !important;
  padding: 9px 14px;
  border: 1px solid rgba(24, 51, 47, .12);
  border-radius: 999px;
  background: rgba(245, 240, 232, .72);
  color: var(--wma-forest) !important;
  font-size: .82rem;
  font-weight: 720;
}

.wma-top-rated-grid {
  align-items: stretch;
}

.wma-top-rated-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 51, 47, .13);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 51, 47, .075);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wma-top-rated-card:hover,
.wma-top-rated-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(24, 51, 47, .13);
}

.wma-top-rated-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, rgba(155, 172, 154, .44), rgba(234, 220, 203, .66));
}

.wma-top-rated-card__media img,
.wma-top-rated-card__media .wma-property-card__image-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wma-top-rated-card__rank {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 51, 47, .88);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.wma-top-rated-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 21px 22px 24px;
}

.wma-top-rated-card__title {
  margin: 4px 0 12px;
  color: var(--wma-forest);
  font-size: clamp(1.18rem, 1.55vw, 1.42rem);
  line-height: 1.16;
}

.wma-top-rated-card__rating {
  margin: 0 0 13px;
  color: var(--wma-forest);
  font-size: .88rem;
  font-weight: 760;
}

.wma-top-rated-card__rating > span {
  color: var(--wma-terra);
}

.wma-top-rated-card__highlight {
  margin: 0 0 15px;
  color: var(--wma-muted);
  font-size: .84rem;
  line-height: 1.5;
}

.wma-top-rated-card .wma-property-card__meta {
  margin-top: auto;
  padding-top: 15px;
}

.wma-top-rated-card .wma-property-card__action {
  margin-top: 16px;
}

.wma-top-rated-results__updated {
  margin: 22px 0 0;
  color: var(--wma-muted);
  font-size: .78rem;
}

.wma-context-image--top-rated {
  aspect-ratio: 16 / 5.4;
}

.wma-magazine-collection {
  width: min(calc(100% - 48px), var(--wma-layout));
  max-width: var(--wma-layout);
  margin: clamp(56px, 8vw, 96px) auto;
  padding-top: clamp(36px, 5vw, 58px);
  border-top: 1px solid var(--wma-line);
}

.wma-magazine-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.wma-magazine-property-grid .wma-property-card {
  height: 100%;
}

.wma-magazine-collection-state {
  margin-top: clamp(48px, 7vw, 76px);
  margin-bottom: clamp(48px, 7vw, 76px);
}

.wma-single-post .wma-page-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .wma-magazine-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .wma-magazine-collection {
    width: min(calc(100% - 32px), var(--wma-layout));
  }
  .wma-magazine-property-grid {
    grid-template-columns: 1fr;
  }
  .wma-top-rated-results__criteria {
    display: block;
    border-radius: 16px;
  }
}

/* Theme 1.14.0: Bildgestützte Magazin-Hausabschnitte mit breiter Artikelführung. */
.wma-single-post .wma-page-blocks {
  width: 100%;
  max-width: none;
}

.wma-single-post .wma-page-blocks > .wma-magazin-objekt--enhanced {
  width: min(calc(100% - 48px), var(--wma-layout)) !important;
  max-width: var(--wma-layout) !important;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(34px, 5vw, 86px);
  row-gap: 18px;
  align-items: center;
  margin: clamp(52px, 7vw, 92px) auto !important;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(24, 51, 47, .12);
  border-radius: 30px;
  background: rgba(245, 240, 232, .54);
  box-shadow: 0 18px 52px rgba(24, 51, 47, .07);
}

.wma-single-post .wma-page-blocks > .wma-magazin-objekt--media-left {
  background: rgba(255, 253, 250, .96);
}

.wma-magazin-objekt--enhanced > .wma-magazin-objekt__heading,
.wma-magazin-objekt--enhanced > .wma-magazin-objekt__content,
.wma-magazin-objekt--enhanced > .wma-magazin-objekt__media {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__heading {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__content {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__media {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  overflow: hidden;
  min-height: 390px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(155, 172, 154, .46), rgba(234, 220, 203, .72));
  box-shadow: 0 18px 46px rgba(24, 51, 47, .13);
}

.wma-magazin-objekt--media-left .wma-magazin-objekt__heading,
.wma-magazin-objekt--media-left .wma-magazin-objekt__content {
  grid-column: 2;
}

.wma-magazin-objekt--media-left .wma-magazin-objekt__media {
  grid-column: 1;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__heading h2,
.wma-magazin-objekt--enhanced .wma-magazin-objekt__heading h3,
.wma-magazin-objekt--enhanced .wma-magazin-objekt__heading h4 {
  max-width: none;
  margin: 0;
  color: var(--wma-forest);
  font-family: var(--wp--preset--font-family--wma-editorial, var(--wma-font-serif));
  font-size: clamp(1.72rem, 2.45vw, 2.58rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.018em;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__content > * {
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__content > * + * {
  margin-top: 1.05em;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__content p {
  color: var(--wma-ink);
  line-height: 1.68;
}

.wma-magazin-objekt--enhanced .wma-magazin-objektdaten {
  padding: 14px 16px;
  border: 1px solid rgba(24, 51, 47, .11);
  border-radius: 14px;
  background: rgba(255, 253, 250, .78);
  color: var(--wma-forest) !important;
  font-size: .9rem;
  line-height: 1.5 !important;
}

.wma-magazin-objekt--enhanced .wp-block-buttons {
  margin-top: 22px !important;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__media img,
.wma-magazin-objekt--enhanced .wma-magazin-objekt__media .wma-property-card__image-fallback {
  width: 100%;
  height: 100%;
  min-height: 390px;
  display: block;
  object-fit: cover;
}

.wma-magazin-objekt--enhanced .wma-magazin-objekt__media .wma-property-card__image-fallback {
  background:
    linear-gradient(145deg, rgba(24, 51, 47, .06), rgba(216, 120, 79, .08)),
    linear-gradient(145deg, rgba(155, 172, 154, .5), rgba(234, 220, 203, .78));
}

.wma-single-post .wma-page-blocks > .wma-magazin-objekt--enhanced + .wp-block-separator {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .wma-single-post .wma-page-blocks > .wma-magazin-objekt--enhanced {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    column-gap: clamp(26px, 4vw, 48px);
    padding: clamp(24px, 3.5vw, 38px);
  }

  .wma-magazin-objekt--enhanced .wma-magazin-objekt__media,
  .wma-magazin-objekt--enhanced .wma-magazin-objekt__media img,
  .wma-magazin-objekt--enhanced .wma-magazin-objekt__media .wma-property-card__image-fallback {
    min-height: 340px;
  }
}

@media (max-width: 820px) {
  .wma-single-post .wma-page-blocks > .wma-magazin-objekt--enhanced {
    width: min(calc(100% - 32px), var(--wma-layout)) !important;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    row-gap: 22px;
    margin: 42px auto !important;
    padding: 24px;
    border-radius: 24px;
  }

  .wma-magazin-objekt--enhanced .wma-magazin-objekt__heading,
  .wma-magazin-objekt--media-left .wma-magazin-objekt__heading {
    grid-column: 1;
    grid-row: 1;
  }

  .wma-magazin-objekt--enhanced .wma-magazin-objekt__media,
  .wma-magazin-objekt--media-left .wma-magazin-objekt__media {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .wma-magazin-objekt--enhanced .wma-magazin-objekt__content,
  .wma-magazin-objekt--media-left .wma-magazin-objekt__content {
    grid-column: 1;
    grid-row: 3;
  }

  .wma-magazin-objekt--enhanced .wma-magazin-objekt__media img,
  .wma-magazin-objekt--enhanced .wma-magazin-objekt__media .wma-property-card__image-fallback {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 520px) {
  .wma-single-post .wma-page-blocks > .wma-magazin-objekt--enhanced {
    width: min(calc(100% - 24px), var(--wma-layout)) !important;
    margin: 34px auto !important;
    padding: 18px;
    border-radius: 20px;
  }

  .wma-magazin-objekt--enhanced .wma-magazin-objekt__heading h2,
  .wma-magazin-objekt--enhanced .wma-magazin-objekt__heading h3,
  .wma-magazin-objekt--enhanced .wma-magazin-objekt__heading h4 {
    font-size: clamp(1.52rem, 8vw, 2rem);
  }

  .wma-magazin-objekt--enhanced .wma-magazin-objektdaten {
    padding: 12px 13px;
    font-size: .84rem;
  }

  .wma-magazin-objekt--enhanced .wp-block-buttons,
  .wma-magazin-objekt--enhanced .wp-block-button,
  .wma-magazin-objekt--enhanced .wp-block-button__link {
    width: 100%;
  }

  .wma-magazin-objekt--enhanced .wp-block-button__link {
    justify-content: center;
    text-align: center;
  }
}

/* Theme 1.14.1: Ruhige, zentrierte Lesespalte zwischen den breiten Hausabschnitten. */
.wma-single-post .wma-page-blocks > *:not(.alignwide):not(.alignfull):not(.wma-editorial-layout):not(.wma-magazin-objekt--enhanced) {
  width: min(calc(100% - var(--wma-gutter)), var(--wma-reading));
  max-width: var(--wma-reading);
  margin-right: auto;
  margin-left: auto;
}

.wma-single-post .wma-page-blocks > .wp-block-separator {
  margin-right: auto;
  margin-left: auto;
}



/* Theme 1.14.2: Kompaktere und schneller erfassbare Magazinübersicht. */
.wma-magazine-featured .wma-magazine-section-head {
  margin-bottom: 22px;
}

.wma-magazine-featured .wma-magazine-section-head h2 {
  font-size: clamp(1.7rem, 2vw, 2.15rem);
}

.wma-magazine-featured__grid {
  gap: 20px;
}

.wma-magazine-featured__grid--single {
  grid-template-columns: minmax(0, 1120px);
}

.wma-magazine-lead {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.wma-magazine-featured__grid--single .wma-magazine-lead {
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
}

.wma-magazine-lead__image,
.wma-magazine-featured__grid--single .wma-magazine-lead__image {
  min-height: 0;
  height: clamp(360px, 31vw, 440px);
}

.wma-magazine-lead__body {
  padding: clamp(26px, 3vw, 42px);
}

.wma-magazine-lead__body h3 {
  font-size: clamp(1.65rem, 2.25vw, 2.4rem);
  line-height: 1.06;
}

.wma-magazine-lead__body > p:not(.wma-card-kicker) {
  font-size: 0.94rem;
  line-height: 1.58;
}

.wma-magazine-lead__meta {
  margin: 12px 0 16px;
}

@media (max-width: 1120px) {
  .wma-magazine-featured__grid--single {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .wma-magazine-lead__image,
  .wma-magazine-featured__grid--single .wma-magazine-lead__image {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 620px) {
  .wma-magazine-featured .wma-magazine-section-head h2 {
    font-size: clamp(1.6rem, 8vw, 1.95rem);
  }

  .wma-magazine-lead__body h3 {
    font-size: clamp(1.55rem, 8.5vw, 2rem);
  }
}


/* Theme 1.14.3: Ruhigeres Raster der Reisemagazin-Uebersicht bei mehreren Beitraegen. */
.wma-magazine-lead__body .wma-text-link,
.wma-magazine-side-card__body .wma-text-link {
  align-self: flex-start;
}

.wma-magazine-side-card__meta {
  margin: 0 0 14px;
  color: var(--wma-muted);
  font-size: 0.78rem;
}

@media (min-width: 1121px) {
  .wma-magazine-featured__grid:not(.wma-magazine-featured__grid--single) {
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.8fr);
    align-items: stretch;
  }

  .wma-magazine-featured__grid:not(.wma-magazine-featured__grid--single) .wma-magazine-lead,
  .wma-magazine-featured__grid:not(.wma-magazine-featured__grid--single) .wma-magazine-featured__side {
    height: 100%;
  }

  .wma-magazine-featured__grid:not(.wma-magazine-featured__grid--single) .wma-magazine-lead__image {
    height: 100%;
    min-height: 440px;
  }

  .wma-magazine-featured__grid:not(.wma-magazine-featured__grid--single) .wma-magazine-lead__body {
    justify-content: flex-start;
  }

  .wma-magazine-featured__grid:not(.wma-magazine-featured__grid--single) .wma-magazine-lead__body .wma-text-link {
    margin-top: auto;
  }

  /* Bei genau einem Folgebeitrag nutzt die schmale Karte ihre volle Breite. */
  .wma-magazine-featured__side--single {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr);
  }

  .wma-magazine-featured__side--single .wma-magazine-side-card {
    height: 100%;
    min-height: 440px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(210px, 0.95fr) minmax(0, 1.05fr);
  }

  .wma-magazine-featured__side--single .wma-magazine-side-card__image {
    min-height: 0;
    aspect-ratio: auto;
  }

  .wma-magazine-featured__side--single .wma-magazine-side-card__body {
    justify-content: flex-start;
    padding: 26px 30px 28px;
  }

  .wma-magazine-featured__side--single .wma-magazine-side-card__body h3 {
    font-size: clamp(1.45rem, 1.75vw, 1.95rem);
    line-height: 1.08;
  }

  .wma-magazine-featured__side--single .wma-magazine-side-card__body > p:not(.wma-card-kicker) {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .wma-magazine-featured__side--single .wma-magazine-side-card__body .wma-text-link {
    margin-top: auto;
  }

  /* Zwei Folgebeitraege bleiben als kompakte, gut lesbare Karten gestapelt. */
  .wma-magazine-featured__side--double {
    grid-auto-rows: minmax(0, 1fr);
  }

  .wma-magazine-featured__side--double .wma-magazine-side-card {
    height: 100%;
  }
}

@media (min-width: 821px) and (max-width: 1120px) {
  .wma-magazine-featured__side--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .wma-magazine-featured__side--single .wma-magazine-side-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  }

  .wma-magazine-featured__side--single .wma-magazine-side-card__image {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 820px) {
  .wma-magazine-side-card__body .wma-text-link {
    margin-top: 6px;
  }
}

.wma-magazine-topics {
  margin-top: clamp(36px, 4.5vw, 58px);
}


/* Theme 1.14.4: Dynamische Häuser des Monats auf der Startseite. */
.wma-home-section__inner > .wma-api-output--featured,
.wma-api-output--featured,
.wma-home-monthly-properties {
  width: 100%;
  max-width: none;
}

.wma-home-monthly-properties {
  margin-top: 24px;
}

.wma-property-grid--home-monthly {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.wma-property-grid--home-monthly .wma-property-card {
  height: 100%;
}

.wma-property-grid--home-monthly .wma-property-card__media {
  aspect-ratio: 4 / 3;
}

.wma-property-grid--home-monthly .wma-property-card__title {
  font-size: clamp(1.25rem, 1.45vw, 1.65rem);
}

@media (max-width: 980px) {
  .wma-property-grid--home-monthly {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .wma-property-grid--home-monthly {
    grid-template-columns: 1fr;
  }
}


/* Theme 1.14.5: Redaktionelle Regionsauswahl und vertiefte Übersichtsseiten. */
.wma-region-directory-intro {
  max-width: var(--wma-reading);
  margin-top: 18px;
  color: var(--wma-muted);
}

.wma-region-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  width: 100%;
  margin: clamp(28px, 4vw, 46px) 0;
}

.wma-region-directory-card {
  position: relative;
  min-height: clamp(330px, 28vw, 410px);
  border: 1px solid var(--wma-line);
  border-radius: var(--wma-radius);
  overflow: hidden;
  box-shadow: var(--wma-shadow);
  isolation: isolate;
}

.wma-region-directory-card .wp-block-cover__image-background {
  transition: transform 420ms ease;
}

.wma-region-directory-card:hover .wp-block-cover__image-background,
.wma-region-directory-card:focus-within .wp-block-cover__image-background {
  transform: scale(1.035);
}

.wma-region-directory-card .wp-block-cover__background {
  background: linear-gradient(
    180deg,
    rgba(24, 51, 47, 0.05) 5%,
    rgba(24, 51, 47, 0.22) 46%,
    rgba(12, 34, 31, 0.92) 100%
  ) !important;
  opacity: 1 !important;
}

.wma-region-directory-card .wp-block-cover__inner-container {
  width: 100%;
  padding: clamp(22px, 2.5vw, 32px);
}

.wma-region-directory-card__country {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--wma-font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wma-region-directory-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.7rem, 2vw, 2.25rem);
  line-height: 1.03;
}

.wma-region-directory-card h3 a,
.wma-region-directory-card__link {
  color: #fff;
}

.wma-region-directory-card h3 a {
  text-decoration: none;
}

.wma-region-directory-card__text {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.55;
}

.wma-region-directory-card__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-family: var(--wma-font-sans);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.wma-region-directory-card__link:hover,
.wma-region-directory-card__link:focus-visible,
.wma-region-directory-card h3 a:hover,
.wma-region-directory-card h3 a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.wma-destination-types,
.wma-editorial-steps,
.wma-about-values {
  align-items: stretch;
}

.wma-destination-types > .wp-block-column,
.wma-editorial-steps > .wp-block-column,
.wma-about-values > .wp-block-column {
  display: flex;
}

.wma-destination-types .wma-gb-card,
.wma-editorial-steps .wma-gb-card,
.wma-about-values .wma-gb-card {
  width: 100%;
  height: 100%;
}

.wma-editorial-steps .wma-step-number {
  width: 38px;
  height: 38px;
  margin: 0 0 16px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--wma-terra);
  font-family: var(--wma-font-sans);
  font-size: 0.82rem;
  font-weight: 800;
}

.wma-about-principles {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--wma-line);
  border-radius: var(--wma-radius);
  background: var(--wma-cream);
}

.wma-about-transparency {
  padding: clamp(28px, 4vw, 48px);
  border-left: 4px solid var(--wma-terra);
  border-radius: 0 var(--wma-radius) var(--wma-radius) 0;
  background: rgba(245, 240, 232, 0.74);
}

@media (max-width: 1160px) {
  .wma-region-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .wma-region-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wma-region-directory-card {
    min-height: 360px;
  }
}

@media (max-width: 580px) {
  .wma-region-directory-grid {
    grid-template-columns: 1fr;
  }

  .wma-region-directory-card {
    min-height: 380px;
  }
}

/* Theme 1.14.6: Dauerhafte Kartenkorrekturen und Norwegen-Seite. */
.wma-ideas-grid > *,
.wma-home-ideas-grid > *,
.wma-region-directory-grid > *,
.wma-gb-card-grid > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  align-self: stretch;
}

.wma-destination-types {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px !important;
  margin-block: 26px 0;
}

.wma-destination-types > .wp-block-column {
  display: flex;
  min-width: 0;
  margin: 0 !important;
}

.wma-destination-types .wma-gb-card {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 24px 26px;
  border: 1px solid rgba(24, 51, 47, 0.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 51, 47, 0.06);
  text-align: left;
}

.wma-destination-types .wma-gb-card::before {
  display: none;
}

.wma-destination-types .wma-gb-card h3 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  line-height: 1.25;
  text-align: left;
}

.wma-destination-types .wma-gb-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  text-align: left;
}

.wma-region-facts-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px !important;
  margin-block: 26px 0;
}

.wma-region-facts-grid > .wp-block-column {
  display: flex;
  min-width: 0;
  margin: 0 !important;
}

.wma-region-facts-grid .wma-gb-card {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 24px 26px;
  overflow: visible !important;
  border: 1px solid rgba(24, 51, 47, 0.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 51, 47, 0.06);
}

.wma-region-facts-grid .wma-card-kicker,
.wma-region-facts-grid .has-small-font-size:first-child {
  margin: 0 0 9px !important;
  padding: 0 !important;
  line-height: 1.25;
}

.wma-region-facts-grid .wma-gb-card h3 {
  margin: 0 0 16px;
  font-size: 1.22rem;
  line-height: 1.3;
}

.wma-region-facts-grid .wma-gb-card p {
  margin-block: 0;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .wma-destination-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wma-region-facts-grid {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }
}

@media (max-width: 600px) {
  .wma-destination-types {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }

  .wma-destination-types .wma-gb-card,
  .wma-region-facts-grid .wma-gb-card {
    padding: 22px;
  }
}

/* Theme 1.14.7: Über-uns-Seite mit ruhigen, vollständig sichtbaren Karten. */
.wma-about-story-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px !important;
  margin-block: 28px 48px;
}

.wma-about-story-grid > .wp-block-column {
  display: flex;
  min-width: 0;
  margin: 0 !important;
}

.wma-about-story-grid .wma-gb-card {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: clamp(28px, 3vw, 38px);
  overflow: visible !important;
  border: 1px solid rgba(24, 51, 47, 0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(24, 51, 47, 0.06);
}

.wma-about-story-grid .wma-card-kicker {
  margin: 0 0 10px !important;
  color: var(--wma-terra);
  font-family: var(--wma-font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wma-about-story-grid h2 {
  margin: 0 0 20px;
  font-size: clamp(1.65rem, 2.35vw, 2.35rem);
  line-height: 1.12;
}

.wma-about-story-grid p {
  margin: 0 0 18px;
  line-height: 1.72;
}

.wma-about-story-grid p:last-child {
  margin-bottom: 0;
}

.wma-about-purpose {
  width: min(100%, var(--wma-reading));
  margin-block: 0 54px;
}

.wma-about-purpose h2 {
  margin-bottom: 18px;
}

.wma-about-purpose p {
  line-height: 1.75;
}

.wma-about-process-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px !important;
  margin-block: 28px 54px;
}

.wma-about-process-grid > .wp-block-column {
  display: flex;
  min-width: 0;
  margin: 0 !important;
}

.wma-about-process-card {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 28px 24px 26px;
  overflow: visible !important;
  border: 1px solid rgba(24, 51, 47, 0.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 51, 47, 0.05);
}

.wma-about-process-number {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 0 18px !important;
  place-items: center;
  border-radius: 50%;
  background: var(--wma-terra);
  color: #fff;
  font-family: var(--wma-font-sans);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.wma-about-process-card h3 {
  margin: 0 0 16px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.wma-about-process-card p:not(.wma-about-process-number) {
  margin: 0;
  line-height: 1.65;
}

.wma-about-finance-note {
  width: min(100%, 760px);
  margin-block: 24px 48px;
  padding: 14px 18px;
  border-left: 3px solid rgba(217, 120, 76, 0.72);
  background: rgba(245, 240, 232, 0.48);
}

.wma-about-finance-note p {
  margin: 0;
  color: var(--wma-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.wma-about-finance-note strong {
  color: var(--wma-ink);
}

@media (max-width: 1050px) {
  .wma-about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .wma-about-story-grid,
  .wma-about-process-grid {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }

  .wma-about-story-grid .wma-gb-card,
  .wma-about-process-card {
    padding: 24px;
  }

  .wma-about-finance-note {
    margin-block: 20px 40px;
  }
}

/* Kontextbezogene Suchkarten behalten Land/Region und Urlaubsidee bei. */
.wma-context-search-cards > .wp-block-column {
  display: flex;
  min-width: 0;
}

.wma-context-search-cards .wma-gb-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto !important;
  min-height: 100%;
}

.wma-context-search-cards .wma-card-action {
  margin-top: auto;
  padding-top: 18px;
  font-family: var(--wma-font-sans);
  font-size: 0.88rem;
  font-weight: 800;
}

.wma-context-search-cards .wma-card-action a {
  text-decoration: none;
}

.wma-context-search-cards .wma-card-action a:hover,
.wma-context-search-cards .wma-card-action a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}


/* Theme 1.14.8: Handverlesen mit vier Karten und lesbaren dunklen CTA-Boxen. */
@media (min-width: 1181px) {
  .wma-handpicked-overview .wma-property-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.5vw, 22px);
  }
}

/* Dunkle redaktionelle CTA-Boxen: Überschriften müssen den hellen Textkontrast übernehmen. */
.wma-gb-personal h2,
.wma-gb-personal h3,
.wma-gb-personal .wp-block-heading {
  color: #fff !important;
}

.wma-gb-personal > p:not(.wma-eyebrow),
.wma-gb-personal li {
  color: rgba(255, 255, 255, 0.92);
}

/* =========================================================
   Theme 1.14.9: WMA Kontaktformular
   ========================================================= */

.wma-contact-form {
  max-width: 760px;
  margin-top: 32px;
}

.wma-contact-form .wpcf7-form > p {
  margin: 0 0 22px;
}

.wma-contact-form label {
  display: block;
  color: #18332f;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.5;
}

.wma-contact-form input[type="text"],
.wma-contact-form input[type="email"],
.wma-contact-form input[type="tel"],
.wma-contact-form input[type="url"],
.wma-contact-form textarea,
.wma-contact-form select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 13px 15px;
  border: 1px solid rgba(24, 51, 47, 0.22);
  border-radius: 10px;
  background: #fff;
  color: #18332f;
  font: inherit;
  line-height: 1.45;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.wma-contact-form textarea {
  min-height: 190px;
  resize: vertical;
}

.wma-contact-form input[type="text"]:focus,
.wma-contact-form input[type="email"]:focus,
.wma-contact-form input[type="tel"]:focus,
.wma-contact-form input[type="url"]:focus,
.wma-contact-form textarea:focus,
.wma-contact-form select:focus {
  outline: none;
  border-color: #18332f;
  box-shadow: 0 0 0 3px rgba(24, 51, 47, 0.09);
}

.wma-contact-form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}

.wma-contact-form .wpcf7-acceptance input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: #18332f;
}

.wma-contact-form a {
  color: #18332f;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wma-contact-form input[type="submit"],
.wma-contact-form button[type="submit"],
.wma-contact-form .wpcf7-form-control.wpcf7-submit,
.wma-contact-form .wpcf7-submit {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  width: auto !important;
  min-width: 190px;
  min-height: 50px;
  margin: 4px 0 0 !important;
  padding: 14px 30px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #e5784f !important;
  background-color: #e5784f !important;
  background-image: none !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
}

.wma-contact-form input[type="submit"]:hover,
.wma-contact-form button[type="submit"]:hover,
.wma-contact-form .wpcf7-submit:hover {
  background: #cf6842 !important;
  background-color: #cf6842 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(24, 51, 47, 0.14) !important;
}

.wma-contact-form input[type="submit"]:focus-visible,
.wma-contact-form button[type="submit"]:focus-visible,
.wma-contact-form .wpcf7-submit:focus-visible {
  outline: 3px solid rgba(229, 120, 79, 0.3) !important;
  outline-offset: 3px;
}

.wma-contact-form input[type="submit"]:disabled,
.wma-contact-form button[type="submit"]:disabled,
.wma-contact-form .wpcf7-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

.wma-contact-form .wpcf7-spinner {
  margin: 0 0 0 12px;
  vertical-align: middle;
}

.wma-contact-form .wpcf7-not-valid {
  border-color: #a94738 !important;
}

.wma-contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #a94738;
  font-size: 0.88rem;
  font-weight: 400;
}

.wma-contact-form .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(24, 51, 47, 0.18) !important;
  border-radius: 10px;
  background: rgba(24, 51, 47, 0.05);
}

/* =========================================================
   Theme 1.14.9: Suchstatus / Loader
   ========================================================= */

.wma-search-loading[hidden] {
  display: none !important;
}

.wma-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 28px 20px;
  color: var(--wma-forest);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.4;
}

.wma-search-spinner {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 3px solid rgba(24, 51, 47, 0.14);
  border-top-color: #e5784f;
  border-radius: 50%;
  animation: wma-search-spin 0.75s linear infinite;
}

.wma-home-search .wma-search-loading {
  justify-content: flex-start;
  padding: 18px 8px 6px;
}

.wma-search-loading--results {
  margin: 12px 0 22px;
  padding: 30px 20px;
  border: 1px solid rgba(24, 51, 47, 0.10);
  border-radius: 18px;
  background: rgba(245, 240, 232, 0.52);
}

body.wma-search-is-loading .wma-search-page__body > .wma-active-filters,
body.wma-search-is-loading .wma-search-page__body > .wma-search-notice,
body.wma-search-is-loading .wma-search-page__body > .wma-search-results__toolbar,
body.wma-search-is-loading .wma-search-page__body > .wma-search-results__grid,
body.wma-search-is-loading .wma-search-page__body > .wma-search-pagination,
body.wma-search-is-loading .wma-search-page__body > .wma-search-results__availability {
  opacity: 0.38;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

body.wma-search-is-loading .wma-search-page__body > .wma-search-state {
  display: none;
}

.wma-search-form.is-loading,
.wma-home-search.is-loading {
  cursor: progress;
}

.wma-search-form.is-loading button[type="submit"],
.wma-home-search.is-loading button[type="submit"] {
  opacity: 0.72;
  cursor: progress;
}

@keyframes wma-search-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wma-search-spinner {
    animation-duration: 1.8s;
  }
}

@media (max-width: 782px) {
  .wma-contact-form {
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }

  .wma-contact-form input[type="text"],
  .wma-contact-form input[type="email"],
  .wma-contact-form input[type="tel"],
  .wma-contact-form input[type="url"],
  .wma-contact-form textarea,
  .wma-contact-form select {
    font-size: 16px;
  }

  .wma-contact-form input[type="submit"],
  .wma-contact-form button[type="submit"],
  .wma-contact-form .wpcf7-submit {
    width: auto !important;
    min-width: 190px;
  }

  .wma-search-loading {
    justify-content: flex-start;
    padding-right: 4px;
    padding-left: 4px;
  }

  .wma-search-loading--results {
    justify-content: center;
    padding: 24px 16px;
  }
}
