@import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: "Neuton", sans-serif; 
}
 
html {
  scroll-padding-top: 200px;
}

/* =========================================
   Seitenhintergrund Basisfarbe #99c665
========================================= */

body {
  background:
    radial-gradient(circle at 12% 15%,
      rgba(255,255,255,0.35) 0,
      rgba(255,255,255,0.12) 18%,
      transparent 38%
    ),
    radial-gradient(circle at 88% 20%,
      rgba(255,255,255,0.22) 0,
      transparent 32%
    ),
    radial-gradient(circle at 70% 85%,
      rgba(74,120,45,0.32) 0,
      transparent 36%
    ),
    linear-gradient(135deg,
      #c7e5a7 0%,
      #99c665 38%,
      #79ad48 72%,
      #557f32 100%
    );
  background-attachment: fixed;
  min-height: 100vh;
}

/* dezentes Muster */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;

  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);

  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent);
}

/* Seite transparent lassen */
.page {
  background: transparent;
}



/* Slider leicht absetzen */
.slider {
  background: rgba(255,255,255,0.18);
}

/* Inhalt als helle Karte */
#inhalt {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 2rem;
  background: rgba(255,255,255,0.92);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(48,80,34,0.18);
}

/* Footer passend dunkelgrün */
#footer {
  background: linear-gradient(135deg, #314f22, #1f3516);
  color: #fff;
}

.kopfbereich .frame {padding: 0;}

/* Menü passend zur Farbe */
.header-menu .navilo > li > a:hover,
.header-menu .navilo > li.act > a {
  background: #557f32;
  color: #fff !important;
  border-radius: 999px;
}

/* Skip-Link sichtbar bei Fokus */
.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: #fff;
  color: #314f22;
  padding: 10px 16px;
  z-index: 9999;
  border-radius: 8px;
}

.skip-link:focus {
  left: 10px;
}

main p {
  margin-bottom: 0.2rem;
}

main a,
.frame a[class=""],
.frame a:not([class]) {
  color: #303030;
  text-decoration: none;
}

main h1 {
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: normal;
  color: #1f3516;
  position: relative;
}

h2 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 400;
  color: #222;
  position: relative;
}

.mobilehead,
.timeline-item-date,
#pageid1 .logomenu,
#pageid1 .back-button,
slider h2 {
  display: none;
}

.hellgrau {
  background: #e5e5e5;
}


.breadcrumps p,
.rootline p {
  text-transform: uppercase;
}

.rootline p {
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 1rem;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1000;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.skip-link:focus {
  top: 10px;
}

.timeline-item-header h2 {
  color: #000;
  font-size: 2rem;
}

.timeline-item-inner {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

#pageid1 footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#pageid1 #c205 {
  min-height: 70vh;
}

#pageid1 #c205 h1 {
  padding-top: 60px;
}

#pageid1 #c205 .gallery-item picture {
  width: 90%;
  padding-top: 8vh;
}

.headerimage-inner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#footer .textmedia-gallery img {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 0 10px;
}

footer {
  margin-top: 50px;
  padding-top: 60px;
  background-color: #000;
}

footer *,
footer p strong,
footer p i,
#footer a {
  color: #fff;
}

footer p strong,
footer p i {
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
}

footer .copyright {
background: radial-gradient(circle at left top, rgba(153,198,101,0.10), transparent 18%), radial-gradient(circle at right top, rgba(153,198,101,0.12), transparent 20%);
}


.copyright p {
  font-size: 0.8rem;
}

#footer .btn {
  background: #fff;
  color: #111 !important;
  border: 1px solid #fff;
}

#footer .btn::after {
  color: #111;
}

#footer .btn:hover {
  background: #e5e5e5;
  color: #000;
  border-color: #e5e5e5;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#footer .btn:hover::after {
  transform: translateX(6px);
}

.filelink-list span::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f1c1';
  margin-right: 5px;
  color: #79ac2b;
  font-size: 30px;
  font-weight: 900;
}

.news-archiv .news-img-wrap img {
  filter: grayscale(100%);
}

.slick-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.slick-slide figure .caption {
  position: absolute;
  top: 35%;
  z-index: 10000;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.25rem;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  opacity: 0.8;
}

.slick-prev,
.slick-next {
  z-index: 100000;
  display: none !important;
}

.slick-prev {
  left: 25px !important;
}

.slick-next {
  right: 25px !important;
}

.slick-next::before,
.slick-prev::before {
  color: var(--stwv-blue, #0089cc) !important;
  font-size: 2.5rem;
}

ul.slick-dots {
  bottom: 3% !important;
}

.slick-dots li button {
    display: none !important;
}

.slider {
  display: table !important;
  position: relative;
  width: 100% !important;
  table-layout: fixed !important;
  background: #888;
}

.slider .container {
  max-width: inherit !important;
  width: 100% !important;
}

.slider .container,
.slider .container .row,
.slider .container .col {
  padding: 0;
  margin: 0;
}

.t3s-slickslider .slick-slide {
  padding: 0.1%;
}

.frame-custom-22 .gallery-item img {
  width: 80%;
    display: block;
    aspect-ratio: 3 / 4;
    height: auto;
    object-fit: cover;
}

.frame-custom-33 .gallery-item img {
  width: 80%;
    display: block;
    aspect-ratio: 4 / 4;
    height: auto;
    object-fit: cover;
}

.frame-custom-23 .gallery-item img {
  width: 60%;
}

.frame-custom-24 .gallery-item img {
  width: 40%;
}

.frame-custom-25 .gallery-item img {
  width: 20%;
}

.frame-custom-26 .gallery-item img {
  width: 10%;
}

.frame-custom-27 .gallery-item img {
  float: left;
  width: 80%;
}

.frame-custom-28 .gallery-item img {
  float: left;
  width: 60%;
}

.frame-custom-29 .gallery-item img {
  float: left;
  width: 40%;
}

.frame-custom-30 .gallery-item img {
  float: left;
  width: 20%;
}

.frame-custom-31 .gallery-item img {
  float: left;
  width: 10%;
}

.frame-custom-10 .image {
  max-width: 50%;
}

.frame-custom-11 .image {
  max-width: 65%;
}

.frame-custom-12 .image {
  max-width: 80%;
}

main .frame-custom-50 .gallery-item img {
  border-radius: 46px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.frame-background-primary h2 {
  color: #fff !important;
}

.frame-space-before-extra-small {
  display: block;
  margin-top: 0.5%;
}

.frame-space-before-small {
  display: block;
  margin-top: 3% !important;
}

.frame-space-before-medium {
  display: block;
  margin-top: 6% !important;
}

.frame-space-before-large {
  display: block;
  margin-top: 9%;
}

.frame-space-after-extra-small {
  display: block;
  margin-bottom: 0.5%;
}

.frame-space-after-small {
  display: block;
  margin-bottom: 3%;
}

.frame-space-after-medium {
  display: block;
  margin-bottom: 6%;
}

.frame-space-after-large {
  display: block;
  margin-bottom: 9%;
}

.container .row .col .row .container,
.container .row .col .row .container .row,
.container .row .col .row .container .row .col {
  padding: 0;
  margin: 0;
}

.kopfbereich .textmedia,
.footertext .textmedia,
.hunderter .textmedia {
  gap: 0;
}

.logoimage .gallery-item figure {
  max-width: 65%;
  margin: 0 auto;
}

.hunderter {
  max-width: 100% !important;
  padding: 0 !important;
  z-index: 0;
}

.hunderter .megazeil,
.hunderter .ce-outer,
.hunderter .ce-row,
.hunderter .ce-gallery,
.hunderter .ce-textpic,
.hunderter .image {
  width: 100% !important;
}

.hunderter .container,
.hunderter .frame-container-default {
  max-width: 100%;
  padding: 0 !important;
  margin: 0;
}

.hunderter .frame {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.hunderter .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33333% !important;
}

.hunderter .ce-gallery img {
  width: 100%;
  padding: 0;
}

.hunderter .ce-column {
  padding: 0 !important;
}

.hunderter hr {
  height: 0;
  padding: 2% 0;
  background: none !important;
}

.textmedia,
.textpic {
  gap: 0 2rem;
}

.tx-powermail .col-sm-2,
.powermail_fieldset .col-md-6 {
  width: 100%;
}

.powermail_tab_navigation .pull-right {
  float: right;
}

.powermail_tab_navigation .pull-left {
  float: left;
}

.btn-group {
  width: 100%;
}

legend {
  margin-top: 40px;
  font-size: 1.5rem;
}

.carousel-item-bodytext a {
  padding: 6px 14px;
  background-color: #216096;
  color: #fff !important;
  border-radius: 4px;
}

.carousel-item-bodytext a:hover {
  background-color: #009770 !important;
}

.kopfbereich .submitbutt {
  float: left;
}

span.resetbutt a {
  max-width: 180px !important;
}

span.submitbutt input {
  box-sizing: border-box !important;
  display: inline-block !important;
  min-width: 100px !important;
  max-width: 120px !important;
  margin: 0 0 0 10px !important;
  padding: 0.85em 0.2rem !important;
  border: 2px solid #262626 !important;
  border-radius: 1.5em !important;
  background-color: #fff !important;
  color: #262626 !important;
  font-size: 0.888em !important;
  line-height: 1em !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.15s !important;
}

.button-wrapper {
  text-align: right;
}

.back-button,
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 5px 18px;
  border: none;
  border-radius: 12px;
  background: #4a4a4a;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.25s ease;
}

.back-button:hover,
.btn-primary:hover {
  background: #2f2f2f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.back-button:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

.btn-primary::after {
  content: "→";
  margin-left: 8px;
  font-size: 1.3rem;
  transition: transform 0.25s ease;
}

.btn-primary:hover::after {
  transform: translateX(6px);
}

.card-img-top img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 4% 6%;
  border-radius: 46px;
}

.cta-section .btn {
  padding: 14px 28px;
  font-size: 1.1rem;
  border-radius: 12px;
}

.cta-section .btn-outline-dark:hover {
  background: #111;
  color: #fff;
}

/* =========================================
   BUTTON STYLE PASSEND ZUM DESIGN
========================================= */

#inhalt .btn,
#inhalt a.btn,
#inhalt button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.95rem 1.8rem;

  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;

  color: #fff !important;
  text-decoration: none;

  border: none;
  border-radius: 999px;

  cursor: pointer;

  background:
    linear-gradient(
      135deg,
      #99c665 0%,
      #75ad4a 55%,
      #557f32 100%
    );

  box-shadow:
    0 10px 24px rgba(81,126,55,0.22);

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

/* Hover */
#inhalt .btn:hover,
#inhalt a.btn:hover,
#inhalt button.btn:hover {
  color: #fff !important;

  background:
    linear-gradient(
      135deg,
      #7fb84a 0%,
      #5f9835 100%
    );

  transform: translateY(-2px);

  box-shadow:
    0 16px 32px rgba(49,82,52,0.28);
}

/* Klick */
#inhalt .btn:active,
#inhalt a.btn:active,
#inhalt button.btn:active {
  transform: translateY(0);
}

/* Fokus */
#inhalt .btn:focus-visible,
#inhalt a.btn:focus-visible,
#inhalt button.btn:focus-visible {
  outline: none;

  box-shadow:
    0 0 0 4px rgba(153,198,101,0.32),
    0 10px 24px rgba(81,126,55,0.22);
}

/* =========================================
   Mein Angebot - Heilmasseur / Praxislook
   Backend-Klasse: angebot-cards

   Wichtig:
   Dieser CSS setzt KEINE feste Spaltenanzahl.
   Die Columns bleiben über TYPO3 steuerbar.
   ========================================= */

.angebot-cards {
  --angebot-green: #5f9639;
  --angebot-green-dark: #315f35;
  --angebot-green-soft: #eef6e8;
  --angebot-cream: #fbfaf3;
  --angebot-card: #ffffff;
  --angebot-text: #282828;
  --angebot-muted: #6b6258;
  --angebot-border: rgba(63, 103, 48, 0.2);
  --angebot-shadow: rgba(48, 75, 35, 0.12);

}

/* =========================================
   Grundabstände
   ========================================= */

.angebot-cards .frame-container {
  padding-top:0;
  padding-bottom:0;
        
}


.angebot-cards .frame {
  padding:0;
}


.angebot-cards .frame-inner {
  overflow: visible;
}

/* =========================================
   Überschrift
   ========================================= */

.angebot-cards .frame-header {
  margin-bottom: 2rem;
}

.angebot-cards .element-header {
  margin: 0;
  color: var(--angebot-text);
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.angebot-cards .element-header span {
  position: relative;
  display: inline-block;
}

.angebot-cards .element-header span::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--angebot-green) 0%,
    rgba(95, 150, 57, 0.16) 100%
  );
}

/* =========================================
   Card-Group Abstand
   KEINE Columns-Überschreibung!
   ========================================= */

.angebot-cards .card-group-element {
  margin-top: -1.2rem;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.angebot-cards .card-group-element-item {
  padding: 1.2rem 0.75rem 0;
}

/* =========================================
   Karte
   ========================================= */

.angebot-cards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;

  border: 1px solid var(--angebot-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(95, 150, 57, 0.08), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, var(--angebot-cream) 100%);
  box-shadow: 0 20px 48px var(--angebot-shadow);

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.angebot-cards .card:hover {
  transform: translateY(-5px);
  border-color: rgba(95, 150, 57, 0.36);
  box-shadow: 0 28px 58px rgba(48, 75, 35, 0.17);
}

/* Dezentes Praxis-Detail */
.angebot-cards .card::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;

  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 34%, transparent 35%),
    rgba(95, 150, 57, 0.17);
  pointer-events: none;
  opacity: 0.75;
}

/* =========================================
   Bildbereich
   Kein grüner Innenrahmen
   Kein Padding im Bild
   ========================================= */

.angebot-cards .card-img-top {
  display: block;
  width: 100%;
  height: clamp(235px, 21vw, 300px);
  margin: 0;
  padding: 0;
  overflow: hidden;

  background: transparent;
  border: 0;
  border-radius: 0;
}

.angebot-cards .card-img-top picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

  background: transparent;
  border: 0;
  border-radius: 0;
}

.angebot-cards .card-img-top img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;

  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;

  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}


.angebot-cards .card:hover .card-img-top img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

/* =========================================
   Inhalt
   ========================================= */

.angebot-cards .card-body {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 1.45rem 1.5rem 0.85rem;
}

.angebot-cards .card-title {
  margin: 0;
  color: var(--angebot-text);
  font-size: clamp(1.25rem, 1.45vw, 1.55rem);
  line-height: 1.28;
  font-weight: 500;
}

.angebot-cards .card-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 0.9rem;
  border-radius: 999px;
  background: var(--angebot-green);
  opacity: 0.55;
}

/* =========================================
   Footer / Button
   ========================================= */

.angebot-cards .card-footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 0 1.5rem 1.55rem;
  border: 0;
  background: transparent;
}

.angebot-cards .card-footer:empty {
  display: none;
}

.angebot-cards .btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;

  padding: 0.72rem 1.15rem;
  border-radius: 999px;

  background: var(--angebot-green);
  color: #ffffff;
  font-size: 0;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;

  box-shadow: 0 10px 24px rgba(95, 150, 57, 0.25);

  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.angebot-cards .btn-text::before {
  content: "Mehr erfahren";
  font-size: 0.95rem;
}

.angebot-cards .btn-text::after {
  content: "→";
  margin-left: 0.5rem;
  font-size: 0.95rem;
  transition: transform 0.25s ease;
}

.angebot-cards .card:hover .btn-text {
  background: var(--angebot-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(49, 95, 53, 0.3);
}

.angebot-cards .card:hover .btn-text::after {
  transform: translateX(4px);
}

/* =========================================
   Karten ohne Button
   ========================================= */

.angebot-cards .card:not(:has(.card-footer)) .card-body,
.angebot-cards .card:has(.card-footer:empty) .card-body {
  padding-bottom: 1.55rem;
}

/* =========================================
   Tablet
   Keine feste Spaltenanzahl!
   ========================================= */

@media (max-width: 991px) {
  .angebot-cards {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }

  .angebot-cards .card-img-top {
    height: 265px;
  }
}

/* =========================================
   Mobil
   Keine feste Spaltenanzahl!
   ========================================= */

@media (max-width: 575px) {
  .angebot-cards {
    margin-top: 2rem;
    margin-bottom: 3.2rem;
  }

  .angebot-cards .card-group-element {
    margin-top: -1rem;
    margin-right: 0;
    margin-left: 0;
  }

  .angebot-cards .card-group-element-item {
    padding: 1rem 0 0;
  }

  .angebot-cards .card {
    border-radius: 24px;
  }

  .angebot-cards .card-img-top {
    height: 250px;
  }

  .angebot-cards .card-body {
    padding: 1.25rem 1.25rem 0.75rem;
  }

  .angebot-cards .card-footer {
    padding: 0 1.25rem 1.3rem;
  }
}

/* =========================================
   Blockquote / Zitat
   passend zur Gerald-Fuchs-Seite
   ========================================= */

main blockquote {
  position: relative;
  margin: clamp(2rem, 4vw, 3.5rem) 0;
  padding: clamp(1.6rem, 3vw, 2.4rem) clamp(1.4rem, 3vw, 2.6rem)
    clamp(1.6rem, 3vw, 2.4rem) clamp(2rem, 4vw, 3.2rem);

  border: 1px solid rgba(95, 150, 57, 0.18);
  border-left: 0;
  border-radius: 26px;

  background:
    radial-gradient(circle at top left, rgba(95, 150, 57, 0.12), transparent 38%),
    linear-gradient(135deg, #fbfaf3 0%, #f1f7ec 100%);

  color: #2b2b2b;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.75;
  font-weight: 400;

  box-shadow: 0 18px 42px rgba(48, 75, 35, 0.1);
}

/* grüne Akzentlinie links */
main blockquote::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  bottom: 1.4rem;
  left: 0;

  width: 5px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    #5f9639 0%,
    #315f35 100%
  );
}

/* dezentes Anführungszeichen */
main blockquote::after {
  content: "“";
  position: absolute;
  top: 0.2rem;
  right: 1.5rem;

  color: rgba(95, 150, 57, 0.16);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  pointer-events: none;
}

/* Text im Zitat */
main blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
}

/* Falls mehrere Absätze im Blockquote sind */
main blockquote p + p {
  margin-top: 1rem;
}

/* Fettstellen im Zitat passend einfärben */
main blockquote strong,
main blockquote b {
  color: #315f35;
  font-weight: 700;
}

/* Falls TYPO3/RTE Links im Zitat hat */
main blockquote a {
  color: #315f35;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

main blockquote a:hover {
  color: #5f9639;
}

/* Mobil */
@media (max-width: 575px) {
  main blockquote {
    margin: 2rem 0;
    padding: 1.45rem 1.25rem 1.45rem 1.65rem;
    border-radius: 20px;
    font-size: 1.05rem;
    line-height: 1.65;
  }

  main blockquote::before {
    top: 1.2rem;
    bottom: 1.2rem;
    width: 4px;
  }

  main blockquote::after {
    top: 0.35rem;
    right: 1rem;
    font-size: 4.5rem;
  }
}

.read-more-button {
    display: inline-block;
    padding: 12px 28px;
    background: #6f8a42;        /* Grünton passend zum Layout */
    color: #fff !important;
    text-decoration: none;
    font-family: Georgia, serif;
    font-size: 18px;
    border-radius: 30px;
    border: 1px solid #5d7336;
    transition: all .3s ease;
}

.read-more-button:hover {
    background: #50652c;
    color: #fff;
}

.weiterlesen-wrapper {
    text-align: center;
    margin-top: 40px;
}

.header-menu #page-23 {
  display: none;
}


