/*
Theme Name: RK Deutsches Eck
Theme URI: https://rk-deutsches-eck.com/
Author: RK Deutsches Eck
Description: Eigenständiges, responsives WordPress-Theme für die Reservistenkameradschaft Deutsches Eck. Bundeswehr-inspirierte Farbwelt mit Flecktarn-Sand-Palette, dezente Tarn-Akzente, datenschutzfreundlich ohne externe Schriftarten.
Version: 2.21.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rk-deutsches-eck
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, threaded-comments, translation-ready, blog
*/

/* ------------------------------
   Grundvariablen
------------------------------ */
 :root {
  --rk-olive-900: #2c3328;
  --rk-olive-800: #4e5a40;
  --rk-olive-700: #657355;
  --rk-olive-500: #8c9672;
  --rk-sand-100: #efe7d7;
  --rk-sand-200: #ddd1bb;
  --rk-bronze: #9e7d52;
  --rk-camo-tan: #c6b08c;
  --rk-camo-brown: #7a6546;
  --rk-camo-deep: #4c563b;
  --rk-anthracite: #252922;
  --rk-white: #ffffff;
  --rk-text: #26251f;
  --rk-muted: #625f57;
  --rk-border: #d3c6b0;
  --rk-shadow: 0 12px 35px rgba(34, 31, 25, .14);
  --rk-radius: 10px;
  --rk-content: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--rk-text);
  background: #f7f3ea;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--rk-camo-brown);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

a:hover,
a:focus {
  color: var(--rk-bronze);
}

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

.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 {
  clip: auto !important;
  width: auto;
  height: auto;
  padding: .8rem 1rem;
  margin: 1rem;
  color: var(--rk-white);
  background: var(--rk-anthracite);
  z-index: 99999;
}

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

.rk-section {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
}

.rk-section--sand {
  background: linear-gradient(180deg, #f1eadb 0%, #e8ddc8 100%);
}

.rk-section--dark {
  color: var(--rk-white);
  background: var(--rk-anthracite);
}

.rk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .8rem;
  color: var(--rk-bronze);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rk-eyebrow::before {
  width: 34px;
  height: 3px;
  content: "";
  background: currentColor;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--rk-anthracite);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.02em;
}

h1 { font-size: clamp(2.35rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.65rem); }

.rk-section--dark h2,
.rk-section--dark h3 {
  color: var(--rk-white);
}

p {
  margin-top: 0;
}

.rk-lead {
  max-width: 800px;
  color: var(--rk-muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.rk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .85rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 4px;
  color: var(--rk-white);
  background: var(--rk-olive-800);
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.rk-button:hover,
.rk-button:focus {
  color: var(--rk-white);
  background: var(--rk-olive-700);
  transform: translateY(-2px);
}

.rk-button--outline {
  border-color: rgba(255,255,255,.78);
  color: var(--rk-white);
  background: transparent;
}

.rk-button--outline:hover,
.rk-button--outline:focus {
  color: var(--rk-anthracite);
  background: var(--rk-white);
}

.rk-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

/* ------------------------------
   Header und Navigation
------------------------------ */
.rk-site-header {
  position: relative;
  z-index: 50;
  color: var(--rk-white);
  background:
    radial-gradient(circle at 14% 28%, rgba(198,176,140,.24) 0, rgba(198,176,140,.24) 8%, transparent 8.5%),
    radial-gradient(circle at 36% 72%, rgba(122,101,70,.28) 0, rgba(122,101,70,.28) 7%, transparent 7.5%),
    radial-gradient(circle at 72% 36%, rgba(101,115,85,.26) 0, rgba(101,115,85,.26) 9%, transparent 9.5%),
    linear-gradient(135deg, #2b3028 0%, #4c563b 46%, #7a6546 100%);
  border-bottom: 4px solid var(--rk-camo-tan);
}

.rk-header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.rk-branding {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .85rem;
}

.custom-logo-link {
  flex: 0 0 auto;
  line-height: 0;
}

.custom-logo {
  width: auto;
  max-height: 58px;
}

.rk-branding-text {
  min-width: 0;
}

.rk-site-title {
  margin: 0;
  color: var(--rk-white);
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-weight: 850;
  line-height: 1.12;
}

.rk-site-title a {
  color: inherit;
  text-decoration: none;
}

.rk-site-description {
  margin: .25rem 0 0;
  color: rgba(255,255,255,.7);
  font-size: .82rem;
}

.rk-menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 5px;
  color: var(--rk-white);
  background: transparent;
  cursor: pointer;
}

.rk-menu-toggle span,
.rk-menu-toggle::before,
.rk-menu-toggle::after {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  content: "";
  background: currentColor;
}

.rk-primary-menu,
.rk-primary-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: .15rem;
  list-style: none;
}

.rk-primary-menu li {
  position: relative;
}

.rk-primary-menu a {
  display: block;
  white-space: nowrap;
  padding: .75rem .72rem;
  color: rgba(255,255,255,.88);
  font-size: .93rem;
  font-weight: 700;
  text-decoration: none;
}

.rk-primary-menu a:hover,
.rk-primary-menu a:focus,
.rk-primary-menu .current-menu-item > a {
  color: var(--rk-white);
  background: rgba(255,255,255,.08);
}

.rk-primary-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 230px;
  padding: .45rem;
  align-items: stretch;
  flex-direction: column;
  background: var(--rk-anthracite);
  box-shadow: var(--rk-shadow);
}

.rk-primary-menu li:hover > ul,
.rk-primary-menu li:focus-within > ul {
  display: flex;
}

/* ------------------------------
   Hero
------------------------------ */
.rk-hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 78vh, 820px);
  align-items: end;
  overflow: hidden;
  color: var(--rk-white);
  background-color: #4a4e49;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.rk-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(18,22,18,.9) 0%, rgba(18,22,18,.65) 48%, rgba(18,22,18,.18) 100%),
    linear-gradient(0deg, rgba(18,22,18,.7) 0%, transparent 55%);
  z-index: -2;
}

.rk-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 11px;
  content: "";
  background:
    radial-gradient(ellipse at 18% 50%, #33402e 0 18%, transparent 19%),
    radial-gradient(ellipse at 47% 60%, #66705a 0 15%, transparent 16%),
    radial-gradient(ellipse at 72% 40%, #202820 0 17%, transparent 18%),
    var(--rk-olive-500);
  background-size: 130px 55px;
  opacity: .85;
}

.rk-hero-content {
  max-width: 900px;
  padding: clamp(5rem, 12vw, 9rem) 0 clamp(5rem, 9vw, 7.5rem);
}

.rk-hero h1 {
  max-width: 900px;
  margin-bottom: 1.2rem;
  color: var(--rk-white);
  text-wrap: balance;
}

.rk-hero-text {
  max-width: 760px;
  margin-bottom: 1.75rem;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.08rem, 2.3vw, 1.38rem);
  text-wrap: pretty;
}

.rk-hero .rk-eyebrow {
  color: #d4c19e;
  font-size: clamp(.95rem, 1.55vw, 1.18rem);
  letter-spacing: .16em;
  font-weight: 850;
}

.rk-hero-emblem {
  display: inline-flex;
  width: clamp(118px, 15vw, 180px);
  height: clamp(118px, 15vw, 180px);
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}

.rk-hero-emblem .custom-logo-link {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.rk-hero-emblem img,
.rk-hero-emblem .custom-logo {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: scale(1.12);
}


/* ------------------------------
   Startseiten-Blöcke
------------------------------ */
.rk-intro-grid,
.rk-reserve-grid {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: 1.2fr .8fr;
}

.rk-statement {
  position: relative;
  padding: 2rem;
  border-left: 5px solid var(--rk-bronze);
  border-radius: var(--rk-radius);
  background: var(--rk-sand-100);
}

.rk-statement strong {
  display: block;
  margin-bottom: .55rem;
  color: var(--rk-olive-800);
  font-size: 1.35rem;
}

.rk-reserve-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--rk-radius);
  color: var(--rk-white);
  background: var(--rk-olive-900);
  box-shadow: var(--rk-shadow);
}

.rk-reserve-panel::before {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  content: "";
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}

.rk-reserve-panel h2 {
  color: var(--rk-white);
}

.rk-reserve-panel p {
  color: rgba(255,255,255,.84);
}

.rk-values {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}

.rk-value-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-white);
  box-shadow: 0 10px 30px rgba(27,31,27,.10);
}

.rk-value-card-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--rk-olive-900);
}

.rk-value-card-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(18,22,18,.72) 0%, rgba(18,22,18,.10) 62%, transparent 100%);
}

.rk-value-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.rk-value-card:hover .rk-value-card-image img {
  transform: scale(1.035);
}

.rk-value-card-title {
  position: absolute;
  right: 1.25rem;
  bottom: 1.05rem;
  left: 1.25rem;
  z-index: 2;
  margin: 0;
  color: var(--rk-white);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 850;
  line-height: 1.12;
  text-shadow: 0 3px 14px rgba(0,0,0,.78);
}

.rk-value-card-body {
  padding: 1.55rem 1.6rem 1.8rem;
  border-top: 5px solid var(--rk-bronze);
}

.rk-value-card p {
  margin: 0;
  color: var(--rk-text);
  font-size: 1rem;
  line-height: 1.6;
}

.rk-camo-strip {
  height: 13px;
  background:
    radial-gradient(ellipse at 18% 50%, #33402e 0 20%, transparent 21%),
    radial-gradient(ellipse at 47% 60%, #7b846e 0 17%, transparent 18%),
    radial-gradient(ellipse at 72% 40%, #222a22 0 19%, transparent 20%),
    #59634f;
  background-size: 145px 62px;
}

/* ------------------------------
   Beiträge
------------------------------ */
.rk-post-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.rk-post-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-white);
  box-shadow: 0 8px 25px rgba(27,31,27,.06);
}

.rk-post-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--rk-sand-200);
}

.rk-post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}


.rk-post-card-image--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, var(--rk-sand-200), var(--rk-sand-100));
}

.rk-post-card-image--empty::after {
  width: 52px;
  height: 5px;
  content: "";
  background: var(--rk-bronze);
}

.rk-post-card:hover .rk-post-card-image img {
  transform: scale(1.035);
}

.rk-post-card-body {
  display: flex;
  padding: 1.5rem;
  flex: 1;
  flex-direction: column;
}

.rk-post-meta {
  margin-bottom: .7rem;
  color: var(--rk-muted);
  font-size: .82rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.rk-post-card h3 {
  margin-bottom: .7rem;
  font-size: 1.35rem;
}

.rk-post-card h3 a {
  color: inherit;
  text-decoration: none;
}

.rk-post-card .rk-read-more {
  margin-top: auto;
  font-weight: 750;
}

/* ------------------------------
   CTA
------------------------------ */
.rk-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5.5rem);
  border-radius: var(--rk-radius);
  color: var(--rk-white);
  background: linear-gradient(135deg, var(--rk-anthracite), var(--rk-olive-900));
  box-shadow: var(--rk-shadow);
}

.rk-cta h2 {
  max-width: 850px;
  color: var(--rk-white);
}

.rk-cta p {
  max-width: 750px;
  color: rgba(255,255,255,.82);
}

/* ------------------------------
   Standardseiten
------------------------------ */
.rk-page-header {
  padding: clamp(3rem, 7vw, 5rem) 0;
  color: var(--rk-white);
  background: var(--rk-olive-900);
  border-bottom: 9px solid var(--rk-olive-500);
}

.rk-page-header h1 {
  margin: 0;
  color: var(--rk-white);
  font-size: clamp(2.2rem, 5vw, 4.1rem);
}


.rk-page-header--image {
  position: relative;
  display: grid;
  min-height: clamp(340px, 52vw, 610px);
  align-items: end;
  overflow: hidden;
  color: var(--rk-white);
  background-color: var(--rk-olive-900);
  background-position: center;
  background-size: cover;
  border-bottom: 9px solid var(--rk-olive-500);
  isolation: isolate;
}

.rk-page-header--image::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(17,21,18,.9) 0%, rgba(17,21,18,.48) 55%, rgba(17,21,18,.18) 100%);
  z-index: -1;
}

.rk-page-header--image .rk-page-header-content {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.rk-page-header--image h1 {
  max-width: 980px;
  margin: 0;
  color: var(--rk-white);
  font-size: clamp(2.25rem, 5.2vw, 4.6rem);
  text-shadow: 0 3px 18px rgba(0,0,0,.72);
}

.rk-page-header--image .rk-eyebrow {
  color: #e2cfaa;
  text-shadow: 0 2px 10px rgba(0,0,0,.65);
}

.rk-page-header--image .rk-header-meta {
  margin-top: 1rem;
  color: rgba(255,255,255,.82);
  font-size: .95rem;
  font-weight: 650;
}

.rk-page-header--plain .rk-page-header-content {
  padding: 0;
}

.rk-content-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.rk-entry-content {
  min-width: 0;
}

.rk-entry-content > * {
  max-width: 820px;
}

.rk-entry-content > .alignwide {
  max-width: 1080px;
}

.rk-entry-content > .alignfull {
  max-width: none;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.rk-entry-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 5px solid var(--rk-bronze);
  background: var(--rk-sand-100);
  font-size: 1.12rem;
}

.rk-entry-content table {
  width: 100%;
  border-collapse: collapse;
}

.rk-entry-content th,
.rk-entry-content td {
  padding: .75rem;
  border: 1px solid var(--rk-border);
  text-align: left;
}

.rk-entry-content th {
  background: var(--rk-sand-100);
}

.rk-sidebar .widget {
  margin-bottom: 1.3rem;
  padding: 1.35rem;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-sand-100);
}

.rk-sidebar .widget-title {
  font-size: 1.1rem;
}

.rk-pagination {
  margin-top: 2.5rem;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  padding: .45rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rk-border);
  border-radius: 4px;
  text-decoration: none;
}

.page-numbers.current {
  color: var(--rk-white);
  background: var(--rk-olive-800);
  border-color: var(--rk-olive-800);
}

/* ------------------------------
   Kommentare
------------------------------ */
.comments-area {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--rk-border);
}

.comment-list {
  padding: 0;
  list-style: none;
}

.comment-body {
  margin-bottom: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
  width: 100%;
  padding: .75rem;
  border: 1px solid var(--rk-border);
  border-radius: 4px;
}

.form-submit .submit {
  padding: .8rem 1.15rem;
  border: 0;
  border-radius: 4px;
  color: var(--rk-white);
  background: var(--rk-olive-800);
  cursor: pointer;
}

/* ------------------------------
   Footer
------------------------------ */
.rk-site-footer {
  color: rgba(255,255,255,.75);
  background: var(--rk-anthracite);
}

.rk-footer-main {
  display: grid;
  padding: 3.5rem 0;
  gap: 2rem;
  grid-template-columns: 1.2fr repeat(2, .8fr);
}

.rk-footer-title {
  margin-bottom: .7rem;
  color: var(--rk-white);
  font-size: 1.25rem;
}

.rk-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-footer-menu li {
  margin-bottom: .45rem;
}

.rk-footer-menu a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
}

.rk-footer-menu a:hover,
.rk-footer-menu a:focus {
  color: var(--rk-white);
}

.rk-footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,.13);
  font-size: .85rem;
}

.rk-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.rk-footer-bottom a {
  color: inherit;
}

/* ------------------------------
   Responsive
------------------------------ */
@media (max-width: 980px) {
  .rk-menu-toggle {
    display: block;
  }

  .rk-primary-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    background: var(--rk-anthracite);
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .rk-primary-navigation.is-open {
    display: block;
  }

  .rk-primary-menu,
  .rk-primary-menu ul {
    display: block;
  }

  .rk-primary-menu {
    padding: .65rem 1rem 1rem;
  }

  .rk-primary-menu a {
    padding: .85rem .75rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .rk-primary-menu ul {
    position: static;
    display: block;
    padding-left: 1rem;
    box-shadow: none;
  }

  .rk-intro-grid,
  .rk-reserve-grid,
  .rk-content-layout {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .rk-page-header--image {
    min-height: 430px;
    background-position: center;
  }

  .rk-page-header--image .rk-page-header-content {
    padding: 3rem 0;
  }

  .rk-header-inner {
    min-height: 72px;
  }

  .rk-site-description {
    display: none;
  }

  .custom-logo {
    max-height: 46px;
  }

  .rk-hero {
    min-height: 650px;
    background-position: 46% center;
  }

  .rk-hero-emblem {
    width: 118px;
    height: 118px;
  }

  .rk-hero .rk-eyebrow {
    font-size: .92rem;
    letter-spacing: .12em;
  }

  .rk-hero::before {
    background: linear-gradient(0deg, rgba(18,22,18,.94) 0%, rgba(18,22,18,.67) 68%, rgba(18,22,18,.25) 100%);
  }

  .rk-hero-content {
    padding-bottom: 5rem;
  }

  .rk-values,
  .rk-post-grid,
  .rk-footer-main {
    grid-template-columns: 1fr;
  }

  .rk-button {
    width: 100%;
  }

  .rk-footer-bottom-inner {
    flex-direction: column;
  }
}



/* ------------------------------
   Vorstand
------------------------------ */
.rk-board-addon {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--rk-border);
}

.rk-board-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.rk-board-card {
  overflow: hidden;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-white);
  box-shadow: 0 10px 30px rgba(27,31,27,.08);
}

.rk-board-card-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--rk-sand-100);
}

.rk-board-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rk-board-card-body {
  padding: 1.2rem 1.2rem 1.35rem;
}

.rk-board-card-body h3 {
  margin: 0 0 .45rem;
}

.rk-board-role {
  margin: 0 0 .35rem;
  color: var(--rk-bronze);
  font-weight: 800;
}

.rk-board-rank,
.rk-board-note {
  margin: 0;
  color: var(--rk-muted);
}



/* ------------------------------
   Zusätzliche mobile Optimierung
------------------------------ */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.rk-entry-content,
.rk-post-card,
.rk-value-card,
.rk-board-card {
  min-width: 0;
  overflow-wrap: anywhere;
}

.rk-entry-content iframe,
.rk-entry-content video,
.rk-entry-content embed,
.rk-entry-content object {
  max-width: 100%;
}

.rk-entry-content pre {
  max-width: 100%;
  overflow-x: auto;
}

.rk-entry-content .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
}

.rk-hero {
  --rk-hero-x: 50%;
  background-position: var(--rk-hero-x) center;
}

@media (max-width: 680px) {
  .rk-container {
    width: min(calc(100% - 1.25rem), var(--rk-content));
  }

  .rk-hero {
    min-height: 620px;
    background-position: var(--rk-hero-x) center;
    touch-action: pan-y;
  }

  .rk-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.65rem);
  }

  .rk-hero-text {
    font-size: 1.05rem;
  }

  .rk-section {
    padding: 3.25rem 0;
  }

  .rk-value-card-image,
  .rk-post-card-image {
    aspect-ratio: 16 / 10;
  }

  .rk-post-card-body,
  .rk-value-card-body {
    padding: 1.25rem;
  }

  .rk-page-header h1,
  .rk-page-header--image h1 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .rk-primary-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
}



/* ------------------------------
   Finale mobile Titelansicht
------------------------------ */
@media (max-width: 680px) {
  .rk-hero {
    min-height: 670px;
    align-items: end;
  }

  .rk-hero-content {
    width: calc(100% - 1rem);
    max-width: none;
    margin: 0 auto 1rem;
    padding: 1.15rem 1rem 1.25rem;
    border-left: 4px solid var(--rk-bronze);
    border-radius: 7px;
    background: rgba(18, 22, 18, .80);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
    backdrop-filter: blur(2px);
  }

  .rk-hero .rk-eyebrow {
    display: block;
    width: 100%;
    margin-bottom: .65rem;
    font-size: .74rem;
    line-height: 1.4;
    letter-spacing: .09em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .rk-hero .rk-eyebrow::before {
    display: none;
  }

  .rk-hero h1 {
    width: 100%;
    max-width: none;
    margin-bottom: .8rem;
    font-size: clamp(2rem, 9.5vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: -.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    text-wrap: balance;
  }

  .rk-hero-text {
    width: 100%;
    max-width: none;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .rk-hero .rk-buttons {
    gap: .6rem;
  }
}

/* ------------------------------
   Einheitliche Vorstandsübersicht
------------------------------ */
.rk-entry-content > .rk-board-section {
  max-width: none;
}

.rk-board-section {
  width: 100%;
}

.rk-board-intro {
  max-width: 820px;
  margin-bottom: 2rem;
}

.rk-board-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rk-board-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-white);
  box-shadow: 0 10px 28px rgba(27, 31, 27, .09);
}

.rk-board-card-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--rk-sand-100);
}

.rk-board-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rk-board-card-body {
  display: flex;
  min-height: 190px;
  padding: 1.05rem;
  flex: 1;
  flex-direction: column;
  border-top: 5px solid var(--rk-bronze);
}

.rk-board-card-body h3 {
  margin: 0 0 .45rem;
  color: var(--rk-anthracite);
  font-size: 1.15rem;
  line-height: 1.18;
}

.rk-board-rank {
  margin: 0 0 .25rem;
  color: var(--rk-muted);
  font-size: .92rem;
  font-weight: 700;
}

.rk-board-role {
  margin: 0 0 .65rem;
  color: var(--rk-bronze);
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.3;
}

.rk-board-email,
.rk-board-note {
  margin: auto 0 0;
  color: var(--rk-muted);
  font-size: .82rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.rk-board-email a {
  color: var(--rk-olive-800);
  text-decoration: none;
}

.rk-board-email a:hover,
.rk-board-email a:focus {
  color: var(--rk-bronze);
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .rk-board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .rk-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .rk-board-grid {
    grid-template-columns: 1fr;
  }

  .rk-board-card-body {
    min-height: 0;
  }
}



/* ------------------------------
   Version 2.3 – Navigation und Seitenbereinigung
------------------------------ */
.rk-section-action {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}

.rk-imprint-address {
  margin-bottom: 2rem;
  padding: 1.35rem 1.5rem;
  border-left: 5px solid var(--rk-bronze);
  border-radius: var(--rk-radius);
  background: var(--rk-sand-100);
}

.rk-imprint-address p {
  margin: 0;
}

/* Teilen-, Like- und Kommentar-Erweiterungen gehören nicht auf statische Seiten. */
.page .sharedaddy,
.page .sd-sharing-enabled,
.page .sd-like,
.page #jp-relatedposts,
.page .jp-relatedposts,
.page .jetpack-likes-widget-wrapper,
.page .printfriendly,
.page .heateor_sss_sharing_container,
.page .heateorSssClear,
.page .addtoany_share_save_container,
.page .wp-block-jetpack-sharing-buttons,
.page .sharedaddy + .sharedaddy {
  display: none !important;
}

/* Complianz optisch an die RK-Farbwelt anpassen. */
.cmplz-cookiebanner {
  border: 1px solid var(--rk-border) !important;
  border-radius: var(--rk-radius) !important;
  box-shadow: var(--rk-shadow) !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-accept {
  color: var(--rk-white) !important;
  background: var(--rk-olive-800) !important;
  border-color: var(--rk-olive-800) !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences {
  color: var(--rk-anthracite) !important;
  background: var(--rk-sand-100) !important;
  border-color: var(--rk-border) !important;
}

@media (max-width: 680px) {
  .rk-section-action {
    display: block;
  }

  .rk-section-action .rk-button {
    width: 100%;
  }
}



/* ------------------------------
   Version 2.5 – Termine und Wegweiser
------------------------------ */
.rk-dates-page {
  width: 100%;
}

.rk-dates-intro {
  max-width: 850px;
  margin-bottom: 2.25rem;
}

.rk-dates-intro h2,
.rk-dates-own-heading h2 {
  margin-bottom: .85rem;
}

.rk-dates-links {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rk-dates-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-columns: 76px minmax(0, 1fr);
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-white);
  box-shadow: 0 12px 30px rgba(27, 31, 27, .09);
}

.rk-dates-card-icon {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--rk-white);
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), transparent),
    var(--rk-olive-800);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.rk-dates-card-body {
  display: flex;
  min-height: 290px;
  padding: 1.5rem;
  flex-direction: column;
}

.rk-dates-kicker {
  margin: 0 0 .55rem;
  color: var(--rk-bronze);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.rk-dates-card h3 {
  margin: 0 0 .8rem;
  color: var(--rk-anthracite);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.2;
}

.rk-dates-card p {
  margin-bottom: 1.35rem;
  color: var(--rk-muted);
}

.rk-dates-card .rk-button {
  width: fit-content;
  margin-top: auto;
}

.rk-dates-own {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--rk-border);
}

.rk-dates-own-heading {
  margin-bottom: 1.25rem;
}

.rk-dates-empty {
  padding: 1.6rem 1.75rem;
  border-left: 5px solid var(--rk-bronze);
  border-radius: var(--rk-radius);
  background: var(--rk-sand-100);
}

.rk-dates-empty h3 {
  margin: 0 0 .55rem;
  color: var(--rk-anthracite);
  font-size: 1.2rem;
}

.rk-dates-empty p {
  margin: 0;
}

.rk-dates-note {
  margin: 1.25rem 0 0;
  color: var(--rk-muted);
  font-size: .82rem;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .rk-dates-links {
    grid-template-columns: 1fr;
  }

  .rk-dates-card-body {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .rk-dates-card {
    grid-template-columns: 1fr;
  }

  .rk-dates-card-icon {
    min-height: 50px;
  }

  .rk-dates-card-body {
    padding: 1.25rem;
  }

  .rk-dates-card .rk-button {
    width: 100%;
    text-align: center;
  }

  .rk-dates-empty {
    padding: 1.25rem;
  }
}



/* ------------------------------
   Version 2.7 – Wegweiser und Termine
------------------------------ */
.rk-agenda-page {
  width: 100%;
}

.rk-agenda-feature {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  border-radius: calc(var(--rk-radius) + 4px);
  color: var(--rk-white);
  background:
    radial-gradient(circle at 12% 16%, rgba(177, 153, 103, .17), transparent 31%),
    linear-gradient(135deg, #202720 0%, var(--rk-olive-800) 63%, #313d2e 100%);
  box-shadow: 0 22px 55px rgba(20, 25, 20, .20);
}

.rk-agenda-feature::after {
  position: absolute;
  right: -85px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border: 2px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.rk-agenda-copy {
  position: relative;
  z-index: 2;
  display: flex;
  padding: clamp(2rem, 5vw, 4.2rem);
  justify-content: center;
  flex-direction: column;
}

.rk-agenda-kicker {
  margin: 0 0 1.15rem;
  color: #d7c59a;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rk-agenda-copy h2 {
  max-width: 680px;
  margin: 0 0 .35rem;
  color: var(--rk-white);
  font-size: clamp(2.45rem, 5.2vw, 4.9rem);
  line-height: 1.02;
}

.rk-agenda-edition {
  margin: 0 0 1.45rem;
  color: #d7c59a;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 850;
}

.rk-agenda-lead {
  max-width: 700px;
  margin: 0 0 1.55rem;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  line-height: 1.7;
}

.rk-agenda-meta {
  display: flex;
  margin: 0 0 1.8rem;
  padding: 0;
  flex-wrap: wrap;
  gap: .55rem;
  list-style: none;
}

.rk-agenda-meta li {
  padding: .48rem .72rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .06);
  font-size: .78rem;
  font-weight: 750;
}

.rk-agenda-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.rk-button--paper {
  color: var(--rk-anthracite);
  background: #d7c59a;
}

.rk-button--paper:hover,
.rk-button--paper:focus {
  color: var(--rk-anthracite);
  background: var(--rk-white);
}

.rk-agenda-cover {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  padding: clamp(1.5rem, 3.5vw, 3.25rem);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--rk-anthracite);
  background: rgba(255, 255, 255, .045);
  text-decoration: none;
}

.rk-agenda-cover img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  border: 10px solid var(--rk-white);
  border-radius: 3px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, .36);
  transition: transform .22s ease, box-shadow .22s ease;
}

.rk-agenda-cover:hover img,
.rk-agenda-cover:focus img {
  transform: translateY(-5px) rotate(.4deg);
  box-shadow: 0 31px 66px rgba(0, 0, 0, .42);
}

.rk-agenda-cover-label {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  padding: .48rem .68rem;
  border-radius: 3px;
  color: var(--rk-anthracite);
  background: #d7c59a;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rk-agenda-cover-action {
  display: inline-flex;
  margin-top: 1rem;
  align-items: center;
  gap: .35rem;
  color: var(--rk-white);
  font-size: .9rem;
  font-weight: 800;
}

.rk-agenda-lower {
  display: grid;
  margin-top: 1.5rem;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rk-agenda-info {
  display: grid;
  min-width: 0;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1rem;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-white);
  box-shadow: 0 10px 28px rgba(27, 31, 27, .07);
}

.rk-agenda-info-number {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--rk-white);
  background: var(--rk-olive-800);
  font-size: .82rem;
  font-weight: 900;
}

.rk-agenda-info-kicker {
  margin: 0 0 .35rem;
  color: var(--rk-bronze);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rk-agenda-info h3 {
  margin: 0 0 .65rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.rk-agenda-info p {
  margin: 0 0 1rem;
  color: var(--rk-muted);
}

.rk-agenda-text-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--rk-olive-800);
  font-weight: 850;
  text-decoration: none;
}

.rk-agenda-text-link:hover,
.rk-agenda-text-link:focus {
  color: var(--rk-bronze);
  text-decoration: underline;
}

.rk-agenda-source {
  max-width: 900px;
  margin: 1.1rem 0 0;
  color: var(--rk-muted);
  font-size: .79rem;
  line-height: 1.5;
}

@media (max-width: 940px) {
  .rk-agenda-feature {
    grid-template-columns: 1fr;
  }

  .rk-agenda-cover {
    padding-top: 1rem;
    background: rgba(255, 255, 255, .025);
  }

  .rk-agenda-cover img {
    width: min(78vw, 390px);
  }
}

@media (max-width: 720px) {
  .rk-agenda-feature {
    min-height: 0;
  }

  .rk-agenda-copy {
    padding: 2rem 1.25rem 1.5rem;
  }

  .rk-agenda-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }

  .rk-agenda-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rk-agenda-actions .rk-button {
    width: 100%;
    text-align: center;
  }

  .rk-agenda-cover {
    padding: 1rem 1.25rem 2rem;
  }

  .rk-agenda-cover-label {
    top: .9rem;
    right: .9rem;
  }

  .rk-agenda-lower {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .rk-agenda-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rk-agenda-meta li {
    text-align: center;
  }

  .rk-agenda-info {
    grid-template-columns: 1fr;
  }
}



/* ------------------------------
   Version 2.8 – vereinfachte Termine-Seite
------------------------------ */
.rk-simple-dates {
  width: 100%;
}

.rk-simple-dates-header {
  max-width: 880px;
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: var(--rk-radius);
  color: var(--rk-white);
  background:
    radial-gradient(circle at 90% 15%, rgba(177, 153, 103, .16), transparent 34%),
    linear-gradient(135deg, #202720, var(--rk-olive-800));
  box-shadow: 0 18px 44px rgba(20, 25, 20, .16);
}

.rk-simple-dates-header .rk-eyebrow {
  color: #d7c59a;
}

.rk-simple-dates-header h2 {
  max-width: 720px;
  margin-bottom: .85rem;
  color: var(--rk-white);
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.rk-simple-dates-header > p:not(.rk-eyebrow) {
  max-width: 720px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, .84);
  font-size: 1.05rem;
  line-height: 1.65;
}

.rk-simple-dates-button {
  display: inline-flex;
  min-height: 54px;
  padding: .85rem 1.2rem;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  color: var(--rk-anthracite);
  background: #d7c59a;
}

.rk-simple-dates-button:hover,
.rk-simple-dates-button:focus {
  color: var(--rk-anthracite);
  background: var(--rk-white);
}

.rk-own-dates {
  margin-top: 3rem;
}

.rk-own-dates-heading {
  margin-bottom: 1.25rem;
}

.rk-date-event {
  display: grid;
  max-width: 980px;
  overflow: hidden;
  grid-template-columns: 150px minmax(0, 1fr);
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-white);
  box-shadow: 0 12px 30px rgba(27, 31, 27, .08);
}

.rk-date-event-calendar {
  display: flex;
  min-height: 100%;
  padding: 1.4rem .8rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--rk-white);
  background: var(--rk-olive-800);
  text-align: center;
}

.rk-date-event-calendar strong {
  margin: .2rem 0;
  font-size: 3.6rem;
  line-height: 1;
}

.rk-date-event-calendar > span:last-child {
  color: rgba(255, 255, 255, .75);
  font-size: .9rem;
  font-weight: 800;
}

.rk-date-event-month {
  color: #d7c59a;
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.rk-date-event-content {
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.rk-date-event-status {
  margin: 0 0 .45rem;
  color: var(--rk-bronze);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rk-date-event-content h3 {
  margin: 0 0 1.2rem;
  color: var(--rk-anthracite);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.rk-date-event-details {
  display: grid;
  margin: 0 0 1.3rem;
  gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rk-date-event-details div {
  padding: .8rem .9rem;
  border-radius: 5px;
  background: var(--rk-sand-100);
}

.rk-date-event-details dt {
  margin-bottom: .2rem;
  color: var(--rk-bronze);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rk-date-event-details dd {
  margin: 0;
  color: var(--rk-anthracite);
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.4;
}

.rk-date-event-content > p {
  max-width: 760px;
}

.rk-date-event-note {
  margin-bottom: 0;
  color: var(--rk-muted);
  font-size: .88rem;
}

@media (max-width: 760px) {
  .rk-simple-dates-header {
    padding: 1.5rem 1.2rem;
  }

  .rk-simple-dates-button {
    width: 100%;
    text-align: center;
  }

  .rk-date-event {
    grid-template-columns: 1fr;
  }

  .rk-date-event-calendar {
    min-height: auto;
    padding: 1rem;
    flex-direction: row;
    gap: .65rem;
  }

  .rk-date-event-calendar strong {
    margin: 0;
    font-size: 2rem;
  }

  .rk-date-event-details {
    grid-template-columns: 1fr;
  }
}



/* Version 2.9 – zusätzliche RK-Termine außerhalb des Wegweisers */
.rk-own-dates-intro {
  max-width: 820px;
  margin: .65rem 0 1.35rem;
  color: var(--rk-muted);
  font-size: 1rem;
  line-height: 1.65;
}



/* ------------------------------
   Version 2.10 – eingebettete Videos
------------------------------ */
.rk-video-embed {
  position: relative;
  width: 100%;
  margin: 1.75rem 0 .8rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: #111;
  box-shadow: 0 16px 38px rgba(20, 25, 20, .16);
}

.rk-video-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.rk-video-note {
  margin: 0 0 2rem;
  color: var(--rk-muted);
  font-size: .82rem;
  line-height: 1.5;
}

.rk-video-fallback {
  margin-top: -.85rem;
  font-size: .92rem;
}

.rk-video-fallback a {
  color: var(--rk-olive-800);
  font-weight: 800;
}

@media (max-width: 680px) {
  .rk-video-embed {
    width: calc(100% + 1rem);
    margin-left: -.5rem;
    border-radius: 6px;
  }
}


/* ------------------------------
   V2.11 – Flecktarn-Sand-Akzent
------------------------------ */
.rk-button,
button,
input[type="submit"],
.wp-block-button__link {
  background-image: linear-gradient(135deg, #6d7758 0%, #8d7758 100%);
}

.rk-page-header,
.rk-post-card-date,
.rk-eyebrow {
  color: var(--rk-bronze);
}

.rk-post-card,
.rk-value-card,
.rk-board-card,
.rk-contact-card,
.rk-term-card {
  border-color: rgba(122,101,70,.18);
}

.rk-post-card-media,
.rk-value-card-media {
  background-color: #d9c8ad;
}


/* ------------------------------
   V2.12 – Vorstandsbilder angleichen
------------------------------ */
.rk-board-card-image img {
  object-position: center top;
  transition: transform .25s ease;
}

/* Heinz Hehn etwas weiter herauszoomen */
.rk-board-card--heinz-hehn .rk-board-card-image img {
  transform: scale(0.92);
  transform-origin: center top;
}

/* Wolfgang Schmitz und Romano Ruhmann etwas näher heranholen */
.rk-board-card--wolfgang-schmitz .rk-board-card-image img,
.rk-board-card--romano-ruhmann .rk-board-card-image img {
  transform: scale(1.08);
  transform-origin: center top;
}

/* Peter Schuth leicht angleichen */
.rk-board-card--peter-schuth .rk-board-card-image img {
  transform: scale(1.02);
  transform-origin: center top;
}

/* Auf Mobilgeräten neutral halten */
@media (max-width: 991px) {
  .rk-board-card--heinz-hehn .rk-board-card-image img,
  .rk-board-card--wolfgang-schmitz .rk-board-card-image img,
  .rk-board-card--romano-ruhmann .rk-board-card-image img,
  .rk-board-card--peter-schuth .rk-board-card-image img {
    transform: none;
  }
}


/* ------------------------------
   V2.13 – stärkerer Flecktarn-Look
------------------------------ */
:root {
  --rk-fleck-1: rgba(60, 74, 52, .34);
  --rk-fleck-2: rgba(109, 92, 63, .24);
  --rk-fleck-3: rgba(156, 135, 96, .20);
  --rk-fleck-4: rgba(35, 43, 31, .16);
}

/* Deutlichere Flecktarn-Struktur im Kopfbereich */
.rk-site-header {
  background:
    radial-gradient(circle at 8% 24%, var(--rk-fleck-3) 0 4.5%, transparent 4.8%),
    radial-gradient(circle at 15% 66%, var(--rk-fleck-1) 0 7%, transparent 7.4%),
    radial-gradient(circle at 31% 42%, var(--rk-fleck-2) 0 5.8%, transparent 6.1%),
    radial-gradient(circle at 44% 22%, var(--rk-fleck-4) 0 6%, transparent 6.3%),
    radial-gradient(circle at 58% 70%, var(--rk-fleck-3) 0 8%, transparent 8.4%),
    radial-gradient(circle at 68% 36%, var(--rk-fleck-1) 0 6.2%, transparent 6.6%),
    radial-gradient(circle at 79% 16%, var(--rk-fleck-2) 0 5%, transparent 5.3%),
    radial-gradient(circle at 88% 62%, var(--rk-fleck-4) 0 7.5%, transparent 7.9%),
    linear-gradient(135deg, #262d24 0%, #4b573d 48%, #756245 100%) !important;
}

/* Hero/Startbereich mit stärkerem Tarncharakter, aber gut lesbarer Schrift */
.rk-hero,
.rk-page-header--image {
  position: relative;
  overflow: hidden;
}

.rk-hero::before,
.rk-page-header--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(198,176,140,.18) 0 5%, transparent 5.5%),
    radial-gradient(circle at 22% 72%, rgba(76,86,59,.24) 0 7%, transparent 7.4%),
    radial-gradient(circle at 36% 34%, rgba(122,101,70,.18) 0 6%, transparent 6.5%),
    radial-gradient(circle at 49% 86%, rgba(44,51,40,.24) 0 8%, transparent 8.4%),
    radial-gradient(circle at 62% 18%, rgba(198,176,140,.15) 0 4.5%, transparent 5%),
    radial-gradient(circle at 74% 58%, rgba(101,115,85,.22) 0 7%, transparent 7.5%),
    radial-gradient(circle at 87% 28%, rgba(122,101,70,.2) 0 5.2%, transparent 5.6%),
    linear-gradient(180deg, rgba(26,31,24,.28) 0%, rgba(26,31,24,.18) 55%, rgba(26,31,24,.26) 100%);
  pointer-events: none;
}

.rk-hero > *,
.rk-page-header--image > * {
  position: relative;
  z-index: 1;
}

/* Menü und Buttons im Bundeswehr-Flecktarn-Farbraum */
.rk-primary-menu a:hover,
.rk-primary-menu a:focus,
.rk-primary-menu .current-menu-item > a,
.rk-primary-menu .current_page_item > a {
  color: #f2ead8;
  background: rgba(198,176,140,.18);
}

.rk-button,
button,
input[type="submit"],
.wp-block-button__link {
  color: #f8f3e8;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(198,176,140,.18) 0 8%, transparent 8.4%),
    radial-gradient(circle at 78% 62%, rgba(58,68,48,.22) 0 10%, transparent 10.4%),
    linear-gradient(135deg, #566348 0%, #7f6a4b 100%) !important;
  border: 1px solid rgba(255,255,255,.08);
}

.rk-button:hover,
.rk-button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-image: linear-gradient(135deg, #49543d 0%, #6e5c43 100%) !important;
}

/* Sanfte Flecktarn-Hintergründe für Karten und Akzentflächen */
.rk-section--sand,
.rk-value-card-media,
.rk-post-card-media,
.rk-contact-card::before {
  background-image:
    radial-gradient(circle at 14% 24%, rgba(198,176,140,.14) 0 7%, transparent 7.4%),
    radial-gradient(circle at 72% 36%, rgba(101,115,85,.12) 0 9%, transparent 9.4%),
    radial-gradient(circle at 48% 78%, rgba(122,101,70,.10) 0 6.5%, transparent 6.9%);
}

/* Desktop-Menü etwas luftiger */
@media (min-width: 992px) {
  .rk-primary-menu {
    gap: .45rem;
  }

  .rk-primary-menu a {
    padding: .7rem .95rem;
    border-radius: 6px;
    letter-spacing: .01em;
  }
}


/* ==============================================================
   V2.14 – Variante B: moderner, hochwertiger Flecktarn-Look
   ============================================================== */

/* Ruhigere, edlere Grundfläche */
body {
  color: #292a25;
  background: #f4efe5;
}

/* Moderner Flecktarn statt kleinteiliger Tarnflecken */
.rk-site-header {
  background:
    linear-gradient(118deg, transparent 0 13%, rgba(190, 169, 130, .16) 13.2% 24%, transparent 24.2% 100%),
    linear-gradient(38deg, transparent 0 58%, rgba(111, 93, 63, .20) 58.2% 69%, transparent 69.2% 100%),
    linear-gradient(152deg, transparent 0 70%, rgba(102, 116, 84, .20) 70.2% 82%, transparent 82.2% 100%),
    linear-gradient(135deg, #252b24 0%, #3f4a37 50%, #6e6049 100%) !important;
  border-bottom-color: #bba477;
}

.rk-site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, .15);
  pointer-events: none;
}

/* Startbild mit großflächigen, dezenten Tarnformen */
.rk-hero::before,
.rk-page-header--image::before {
  background:
    linear-gradient(128deg, rgba(35, 42, 33, .64) 0 31%, transparent 31.5% 100%),
    linear-gradient(38deg, transparent 0 55%, rgba(111, 93, 63, .22) 55.5% 69%, transparent 69.5% 100%),
    linear-gradient(155deg, transparent 0 68%, rgba(103, 117, 86, .20) 68.5% 82%, transparent 82.5% 100%),
    linear-gradient(180deg, rgba(24, 28, 23, .15), rgba(24, 28, 23, .36)) !important;
}

/* Navigation klarer und hochwertiger */
@media (min-width: 992px) {
  .rk-header-inner {
    min-height: 88px;
  }

  .rk-primary-menu {
    gap: .35rem;
  }

  .rk-primary-menu a {
    padding: .72rem .88rem;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: .91rem;
    letter-spacing: .01em;
  }

  .rk-primary-menu a:hover,
  .rk-primary-menu a:focus,
  .rk-primary-menu .current-menu-item > a,
  .rk-primary-menu .current_page_item > a {
    border-color: rgba(203, 184, 145, .18);
    background: rgba(203, 184, 145, .12);
  }
}

/* Buttons: modern, ruhiger, weniger verspielt */
.rk-button,
button,
input[type="submit"],
.wp-block-button__link {
  color: #fffdf7;
  background-image: linear-gradient(135deg, #556247 0%, #756248 100%) !important;
  border-color: rgba(255, 255, 255, .10);
  box-shadow: 0 8px 20px rgba(43, 46, 36, .15);
}

.rk-button:hover,
.rk-button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-image: linear-gradient(135deg, #46533c 0%, #66563f 100%) !important;
}

/* Helle Flächen bleiben bewusst ruhig */
.rk-section--sand {
  background:
    linear-gradient(130deg, rgba(102, 116, 84, .055) 0 17%, transparent 17.4% 100%),
    linear-gradient(35deg, transparent 0 69%, rgba(143, 119, 80, .05) 69.4% 83%, transparent 83.4% 100%),
    #ece3d3;
}

.rk-post-card,
.rk-value-card,
.rk-board-card,
.rk-contact-card,
.rk-date-event {
  border-color: rgba(121, 101, 68, .18);
  background: #fffdf8;
  box-shadow: 0 14px 34px rgba(48, 44, 35, .09);
}

/* ==============================================================
   Vorstandsbilder vollständig vereinheitlichen
   ============================================================== */
.rk-board-grid {
  gap: 1.15rem;
}

.rk-board-card-image {
  display: flex;
  padding: 10px;
  aspect-ratio: 4 / 5;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(140deg, rgba(89, 102, 73, .18), transparent 46%),
    linear-gradient(35deg, transparent 54%, rgba(151, 126, 84, .18)),
    #d8c7aa;
}

.rk-board-card-image img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(70, 65, 53, .15);
  border-radius: 6px;
  object-fit: cover;
  object-position: var(--rk-board-position, center 16%);
  transform: scale(var(--rk-board-scale, 1));
  transform-origin: center top;
  box-shadow: 0 8px 18px rgba(42, 39, 31, .16);
}

/* Individuell abgestimmte Ausschnitte – alle Köpfe auf vergleichbarer Größe */
.rk-board-card--peter-beisicht {
  --rk-board-scale: 1.00;
  --rk-board-position: center 15%;
}

.rk-board-card--wolfgang-schmitz {
  --rk-board-scale: 1.20;
  --rk-board-position: center 16%;
}

.rk-board-card--heinz-hehn {
  --rk-board-scale: .82;
  --rk-board-position: center 10%;
}

.rk-board-card--romano-ruhmann {
  --rk-board-scale: 1.18;
  --rk-board-position: center 16%;
}

.rk-board-card--peter-schuth {
  --rk-board-scale: 1.02;
  --rk-board-position: center 13%;
}

/* Vorherige mobile Neutralisierung bewusst überschreiben */
@media (max-width: 991px) {
  .rk-board-card--peter-beisicht .rk-board-card-image img,
  .rk-board-card--wolfgang-schmitz .rk-board-card-image img,
  .rk-board-card--heinz-hehn .rk-board-card-image img,
  .rk-board-card--romano-ruhmann .rk-board-card-image img,
  .rk-board-card--peter-schuth .rk-board-card-image img {
    transform: scale(var(--rk-board-scale, 1));
    object-position: var(--rk-board-position, center 16%);
  }
}

@media (max-width: 480px) {
  .rk-board-card-image {
    max-height: 440px;
  }
}


/* ------------------------------
   V2.15 – Vorstandsbilder wirklich einheitlich
------------------------------ */
.rk-board-grid {
  align-items: stretch;
}

.rk-board-card {
  display: flex;
  flex-direction: column;
}

.rk-board-card-image {
  padding: 12px;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(140deg, rgba(89, 102, 73, .12), transparent 46%),
    linear-gradient(35deg, transparent 54%, rgba(151, 126, 84, .12)),
    #dfd4c0;
}

.rk-board-card-image img,
.rk-board-card--peter-beisicht .rk-board-card-image img,
.rk-board-card--wolfgang-schmitz .rk-board-card-image img,
.rk-board-card--heinz-hehn .rk-board-card-image img,
.rk-board-card--romano-ruhmann .rk-board-card-image img,
.rk-board-card--peter-schuth .rk-board-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none !important;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(42, 39, 31, .14);
}

.rk-board-card-body {
  flex: 1 1 auto;
}


/* ------------------------------
   V2.16 – Startbild wieder neutraler
   Flecktarn bleibt als Akzent, nicht als Farbfilm über dem Deutschen Eck.
------------------------------ */
.home .rk-hero::before {
  background:
    linear-gradient(90deg, rgba(18,22,18,.84) 0%, rgba(18,22,18,.58) 46%, rgba(18,22,18,.14) 100%),
    linear-gradient(0deg, rgba(14,16,14,.54) 0%, rgba(14,16,14,.08) 52%, rgba(14,16,14,.18) 100%) !important;
}

.home .rk-hero::after {
  background: linear-gradient(90deg, #6c755b 0%, #7e755c 50%, #59624e 100%) !important;
  background-size: auto !important;
  opacity: .95;
}

.home .rk-hero {
  background-color: #41453f;
}


/* ------------------------------
   V2.17 – Vorstandsbilder mobil und Desktop harmonisiert
------------------------------ */
.rk-board-grid {
  align-items: stretch;
}

.rk-board-card {
  display: flex;
  flex-direction: column;
}

.rk-board-card-image {
  padding: 10px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e7ddd0;
}

.rk-board-card-image img,
.rk-board-card--peter-beisicht .rk-board-card-image img,
.rk-board-card--wolfgang-schmitz .rk-board-card-image img,
.rk-board-card--heinz-hehn .rk-board-card-image img,
.rk-board-card--romano-ruhmann .rk-board-card-image img,
.rk-board-card--peter-schuth .rk-board-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 10%;
  transform: none !important;
  border-radius: 8px;
  background: #f5efe7;
}

@media (max-width: 767px) {
  .rk-board-grid {
    gap: 1rem;
  }

  .rk-board-card-image {
    aspect-ratio: 4 / 5;
    padding: 10px;
  }

  .rk-board-card-body {
    padding-top: 0.95rem;
  }
}


/* ------------------------------
   V2.18 – Termine-Links und finale Vorstandsbilder
------------------------------ */
.rk-simple-dates-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.rk-simple-dates-actions .rk-button {
  min-width: 280px;
}

.rk-board-card-image {
  background: #e6ded2;
}

.rk-board-card-image img,
.rk-board-card--peter-beisicht .rk-board-card-image img,
.rk-board-card--wolfgang-schmitz .rk-board-card-image img,
.rk-board-card--heinz-hehn .rk-board-card-image img,
.rk-board-card--romano-ruhmann .rk-board-card-image img,
.rk-board-card--peter-schuth .rk-board-card-image img {
  object-position: center center;
  transform: none !important;
}

@media (max-width: 760px) {
  .rk-simple-dates-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rk-simple-dates-actions .rk-button {
    width: 100%;
    min-width: 0;
  }
}


/* ==============================================================
   Version 2.19 – redaktionelle Themenwelten
   ============================================================== */
.rk-value-card {
  position: relative;
}

.rk-value-card-link {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.rk-value-card-link:hover,
.rk-value-card-link:focus {
  color: inherit;
}

.rk-value-card-link:hover .rk-value-card-image img,
.rk-value-card-link:focus .rk-value-card-image img {
  transform: scale(1.035);
}

.rk-value-card-image img {
  transition: transform .25s ease;
}

.rk-value-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.rk-value-card-latest {
  margin: .85rem 0 0;
  padding-top: .8rem;
  border-top: 1px solid var(--rk-border);
  color: var(--rk-muted);
  font-size: .86rem;
  line-height: 1.45;
}

.rk-value-card-latest strong {
  display: block;
  margin-bottom: .18rem;
  color: var(--rk-bronze);
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.rk-value-card-action {
  display: inline-flex;
  margin-top: auto;
  padding-top: 1rem;
  align-items: center;
  gap: .35rem;
  color: var(--rk-olive-800);
  font-size: .9rem;
  font-weight: 850;
}

.rk-topic-filter {
  display: flex;
  margin: 0 0 2rem;
  padding: .55rem;
  flex-wrap: wrap;
  gap: .45rem;
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-sand-100);
}

.rk-topic-filter a {
  display: inline-flex;
  min-height: 42px;
  padding: .55rem .82rem;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--rk-anthracite);
  background: rgba(255,255,255,.66);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
}

.rk-topic-filter a:hover,
.rk-topic-filter a:focus,
.rk-topic-filter a.is-active {
  color: var(--rk-white);
  background: var(--rk-olive-800);
}

.rk-topic-badges {
  display: flex;
  margin: 0 0 .65rem;
  flex-wrap: wrap;
  gap: .35rem;
}

.rk-topic-badge {
  display: inline-flex;
  padding: .28rem .54rem;
  align-items: center;
  border-radius: 999px;
  color: var(--rk-white);
  background: var(--rk-olive-800);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.rk-topic-badge--kameradschaft {
  color: #2b2922;
  background: #d8c39f;
}

.rk-topic-badge--verantwortung {
  background: #5c694d;
}

.rk-topic-badge--tradition {
  background: #92714a;
}

.rk-topic-badge--termine {
  background: #353b35;
}

.rk-topic-badge--service-hinweise {
  background: #68716b;
}

.rk-blog-intro {
  max-width: 850px;
  margin: 0 0 1.75rem;
  color: var(--rk-muted);
  font-size: 1.05rem;
}

.rk-content-wide {
  width: 100%;
  max-width: 1180px;
}

.rk-topic-page-intro {
  display: grid;
  margin-bottom: 2.5rem;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
}

.rk-topic-page-copy {
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border-left: 5px solid var(--rk-bronze);
  border-radius: var(--rk-radius);
  background: var(--rk-sand-100);
}

.rk-topic-page-copy h2 {
  margin-bottom: .7rem;
}

.rk-topic-page-copy p:last-child {
  margin-bottom: 0;
}

.rk-topic-scope {
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
  border: 1px solid var(--rk-border);
  border-radius: var(--rk-radius);
  background: var(--rk-white);
  box-shadow: 0 10px 28px rgba(27,31,27,.06);
}

.rk-topic-scope h3 {
  margin: 0 0 .75rem;
  font-size: 1.12rem;
}

.rk-topic-scope ul {
  margin: 0;
  padding-left: 1.1rem;
}

.rk-topic-scope li + li {
  margin-top: .4rem;
}

.rk-topic-posts-heading {
  display: flex;
  margin: 0 0 1.15rem;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.rk-topic-posts-heading h2 {
  margin: 0;
}

.rk-related-posts {
  margin-top: 3rem;
  padding-top: 2.25rem;
  border-top: 1px solid var(--rk-border);
}

.rk-related-posts h2 {
  margin-bottom: 1.15rem;
}

.rk-post-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rk-single-category-row {
  display: flex;
  margin-top: .85rem;
  flex-wrap: wrap;
  gap: .35rem;
}

.rk-post-grid--archive {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rk-empty-topic {
  padding: 1.4rem 1.6rem;
  border-left: 5px solid var(--rk-bronze);
  border-radius: var(--rk-radius);
  background: var(--rk-sand-100);
}

@media (max-width: 940px) {
  .rk-topic-page-intro {
    grid-template-columns: 1fr;
  }

  .rk-post-grid--archive,
  .rk-post-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .rk-topic-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rk-topic-filter a:first-child {
    grid-column: 1 / -1;
  }

  .rk-post-grid--archive,
  .rk-post-grid--related {
    grid-template-columns: 1fr;
  }

  .rk-topic-posts-heading {
    display: block;
  }
}


/* Themen- und Related-Bereiche dürfen die volle Inhaltsbreite nutzen. */
.rk-entry-content > .rk-topic-page,
.rk-entry-content > .rk-related-posts {
  max-width: none;
}


/* ==============================================================
   Version 2.21 – RK-Artikel, Coin-Beitrag und ruhigeres Startbild
   ============================================================== */

.rk-hero {
  position: relative;
  overflow: hidden;
}

/* Überblendet das große, in das alte Startbild integrierte Wappen. */
.rk-hero-wappen-mask {
  position: absolute;
  z-index: 0;
  top: 3%;
  right: 0;
  width: min(46vw, 690px);
  height: 62%;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(102, 106, 101, .93), rgba(150, 151, 147, .88));
  -webkit-mask-image: radial-gradient(ellipse at 60% 42%, #000 0 48%, rgba(0,0,0,.92) 57%, transparent 82%);
  mask-image: radial-gradient(ellipse at 60% 42%, #000 0 48%, rgba(0,0,0,.92) 57%, transparent 82%);
  backdrop-filter: blur(11px) saturate(0);
  -webkit-backdrop-filter: blur(11px) saturate(0);
}

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

/* RK-Artikel bewusst sichtbar, aber nicht wie ein klassischer Shop. */
.rk-primary-menu .rk-menu-articles > a {
  border: 1px solid rgba(215, 197, 154, .52);
  border-radius: 6px;
  color: #f3e8cf;
  background: rgba(158, 125, 82, .16);
  letter-spacing: .015em;
}

.rk-primary-menu .rk-menu-articles > a:hover,
.rk-primary-menu .rk-menu-articles > a:focus,
.rk-primary-menu .rk-menu-articles.current-menu-item > a {
  color: #252922;
  background: #d7c59a;
}

.rk-coin-callout {
  margin: 2rem 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(158, 125, 82, .32);
  border-left: 6px solid var(--rk-bronze);
  border-radius: var(--rk-radius);
  background:
    linear-gradient(135deg, rgba(198,176,140,.15), transparent 58%),
    var(--rk-sand-100);
}

.rk-coin-callout h2 {
  margin-top: 0;
}

.rk-coin-callout .rk-buttons {
  margin-top: 1.25rem;
}

@media (max-width: 760px) {
  .rk-hero-wappen-mask {
    top: 2%;
    right: -8%;
    width: 72vw;
    height: 48%;
    opacity: .92;
  }

  .rk-primary-menu .rk-menu-articles > a {
    border-color: rgba(215, 197, 154, .28);
  }
}
