﻿.rr-faq-wrap,
.rr-faq-single-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
}

.rr-faq-hero {
  margin-bottom: 40px;
}

.rr-faq-hero h1,
.rr-faq-single h1 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.rr-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.rr-faq-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.rr-faq-card:hover {
  transform: translateY(-4px);
}

.rr-faq-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.rr-faq-card-image img,
.rr-faq-single-image img {
  width: 100%;
  height: auto;
  display: block;
}

.rr-faq-card-content {
  padding: 24px;
}

.rr-faq-card h2,
.rr-faq-card h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.rr-faq-taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.rr-faq-badge {
  background: #eef3ff;
  color: #284b9b;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.rr-faq-single {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.rr-faq-content {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 32px;
}

.rr-faq-links-section {
  margin-top: 64px;
}

.rr-faq-external-links {
  padding-left: 20px;
}

.rr-faq-external-links li {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .rr-faq-single {
    padding: 24px;
  }

  .rr-faq-hero h1,
  .rr-faq-single h1 {
    font-size: 32px;
  }
}

.rr-faq-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px;
  background: #f6f8fb;
}
/* 
body.post-type-archive-rr_faq {
  background: #f6f8fb;
} */

.rr-faq-hero h1 {
  color: #10233f;
}

.rr-faq-hero p {
  color: #516070;
}

.rr-faq-card {
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(16, 35, 63, 0.1);
}

.rr-faq-card-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rr-faq-card-content {
  padding: 22px;
}

.rr-faq-card h2 {
  font-size: 21px;
  line-height: 1.35;
  color: #26384d;
}

.rr-faq-page {
  background: #f6f8fb;
  min-height: 100vh;
}
.rr-faq-taxonomies {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px 28px;
  margin-bottom: 36px;
}

.rr-faq-term-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5d6570;
  margin-bottom: 8px;
}

.rr-faq-term-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rr-faq-badge {
  display: inline-flex;
  align-items: center;
  background: #eef3ff;
  color: #284b9b;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.rr-faq-hero-layout {
  display: grid;
  grid-template-columns: minmax(320px, 48%) 1fr;
  gap: 42px;
  align-items: start;
  margin-bottom: 44px;
}

.rr-faq-hero-image {
  background: #f1f5f9;
  border-radius: 14px;
  overflow: hidden;
}

.rr-faq-hero-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.rr-faq-hero-text {
  min-width: 0;
}

.rr-faq-hero-text h1 {
  margin: 28px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  color: #cd0a1e;
}

.rr-faq-taxonomies {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 0;
}

.rr-faq-term-group {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.rr-faq-term-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4b5563;
  margin-bottom: 8px;
}

.rr-faq-term-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rr-faq-badge {
  display: inline-flex;
  align-items: center;
  background: #eef3ff;
  color: #284b9b;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .rr-faq-hero-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rr-faq-hero-text h1 {
    font-size: 34px;
  }
}

.rr-faq-hero-layout {
  display: grid;
  grid-template-columns: minmax(320px, 46%) 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 44px;
}

.rr-faq-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 430px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.rr-faq-hero-text h1 {
  margin: 24px 0 0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.15;
  color: #cd0a1e;
}

.rr-faq-taxonomies {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.rr-faq-term-group {
  padding-bottom: 9px;
  border-bottom: 1px solid #e5e7eb;
}

.rr-faq-term-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4b5563;
  margin-bottom: 6px;
}

.rr-faq-term-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rr-faq-badge {
  display: inline-flex;
  align-items: center;
  background: #eef3ff;
  color: #284b9b;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

/* Content grundaufhübschen */
.rr-faq-content {
  font-size: 17px;
  line-height: 1.75;
  color: #26384d;
  margin-top: 36px;
}

.rr-faq-content p {
  margin: 0 0 1.1em;
}

.rr-faq-content ul,
.rr-faq-content ol {
  margin: 1.2em 0 1.6em 1.4em;
  padding-left: 1.2em;
}

.rr-faq-content ul {
  list-style: disc;
}

.rr-faq-content ol {
  list-style: decimal;
}

.rr-faq-content li {
  margin-bottom: 0.55em;
  padding-left: 0.25em;
}

.rr-faq-content li::marker {
  color: #cd0a1e;
  font-weight: 700;
}

.rr-faq-content h2,
.rr-faq-content h3 {
  color: #cd0a1e;
  line-height: 1.25;
  margin: 2em 0 0.8em;
}

.rr-faq-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Weiterführende Inhalte als einzelne Kacheln */
.rr-faq-links-section .rr-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.rr-faq-links-section .rr-faq-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16, 35, 63, 0.1);
}

.rr-faq-links-section .rr-faq-card-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.rr-faq-links-section .rr-faq-card-content {
  padding: 20px;
}

.rr-faq-links-section .rr-faq-card h3 {
  color: #cd0a1e;
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 12px;
}

@media (max-width: 900px) {
  .rr-faq-hero-layout {
    grid-template-columns: 1fr;
  }

  .rr-faq-hero-image img {
    max-height: 320px;
  }

  .rr-faq-hero-text h1 {
    font-size: 32px;
  }
}

.rr-faq-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
}

.rr-faq-link-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16, 35, 63, 0.08);
}

.rr-faq-link-card > a {
  display: grid;
  grid-template-columns: 140px 1fr;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.rr-faq-link-card-image {
  background: #f1f5f9;
  min-height: 130px;
}

.rr-faq-link-card-image img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  display: block;
}

.rr-faq-link-card-body {
  padding: 18px 18px 16px;
}

.rr-faq-link-card-body h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.3;
  color: #cd0a1e;
}

.rr-faq-link-card-body p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #4b5563;
}

.rr-faq-link-more {
  font-weight: 700;
  font-size: 14px;
  color: #cd0a1e;
}

.rr-faq-link-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef3ff;
  color: #284b9b;
  font-size: 34px;
  font-weight: 800;
}

@media (min-width: 1100px) {
  .rr-faq-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1450px) {
  .rr-faq-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .rr-faq-link-card > a {
    grid-template-columns: 1fr;
  }

  .rr-faq-link-card-image,
  .rr-faq-link-card-image img {
    min-height: 180px;
  }
}

.rr-faq-links-section h3 {
  color: #26384d;
  font-size: 24px;
  margin: 0 0 18px;
}

.rr-faq-link-card-body h4 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.3;
  color: #cd0a1e;
}

.rr-faq-hero-text h1 {
  margin: 20px 0 0;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.18;
  font-weight: 750;
  color: #cd0a1e;
  letter-spacing: -0.02em;
}

/* .rr-faq-archive-page {
  background:
    linear-gradient(135deg, rgba(88, 18, 48, 0.96), rgba(116, 22, 55, 0.96)),
    linear-gradient(
      135deg,
      transparent 0 30%,
      rgba(255, 255, 255, 0.04) 30% 55%,
      transparent 55%
    );
  min-height: 100vh;
  padding: 90px 24px;
}

.rr-faq-archive-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.rr-faq-archive-header {
  text-align: center;
  margin-bottom: 56px;
  color: #fff;
}

.rr-faq-archive-header h1 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #fff;
}

.rr-faq-archive-header p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.rr-faq-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.rr-faq-archive-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.rr-faq-archive-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
}

.rr-faq-archive-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.rr-faq-archive-card-kicker {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 22px;
}

.rr-faq-archive-card-image {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.rr-faq-archive-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rr-faq-archive-card h2 {
  color: #fff;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 24px;
}

.rr-faq-archive-card p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
  margin: 0;
}

.rr-faq-archive-pagination {
  margin-top: 48px;
  color: #fff;
}

.rr-faq-archive-pagination a,
.rr-faq-archive-pagination span {
  color: #fff;
}

.rr-faq-empty {
  color: #fff;
  text-align: center;
}

@media (max-width: 1100px) {
  .rr-faq-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .rr-faq-archive-page {
    padding: 56px 18px;
  }

  .rr-faq-archive-grid {
    grid-template-columns: 1fr;
  }

  .rr-faq-archive-card {
    padding: 22px;
  }

  .rr-faq-archive-card h2 {
    font-size: 23px;
  }
} */
