.wp-block-separator,
hr {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 1px;
    border: none;
    background: #ccc;
}
/* =========================
   CLEAN BLOG LOOK
   ========================= */

/* Grundlayout */
body {
    color: #333;
    background: #fff;
    font-size: 18px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Inhaltsbreite für Beiträge */
.single-post .entry-content,
.single-post .post-content,
.single-post article {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
    color: #222;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

/* Absätze */
p {
    margin-top: 0;
    margin-bottom: 1.5em;
    line-height: 1.85;
}

/* Listen */
ul, ol {
    margin-bottom: 1.5em;
    padding-left: 1.4em;
}

li {
    margin-bottom: 0.6em;
    line-height: 1.8;
}

/* Links */
a {
    color: #2f6f66;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: #234f49;
    text-decoration: underline;
}

/* Bilder */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wp-block-image,
figure {
    margin-top: 2em;
    margin-bottom: 2em;
}

.wp-block-image img,
figure img {
    border-radius: 0;
}

/* Bildunterschriften */
figcaption,
.wp-element-caption {
    color: #777;
    font-size: 14px;
    text-align: center;
    margin-top: 0.8em;
}

/* Abstand zwischen Blöcken im Content */
.single-post .entry-content > * {
    margin-bottom: 24px;
}

/* Trennlinie clean */
.wp-block-separator,
hr {
    border: none;
    height: 1px;
    background: #dddddd;
    width: 100%;
    margin: 50px 0;
}

/* Optional: volle Breite für Trennlinie
   Falls du lieber normale Content-Breite willst,
   diesen ganzen Block einfach löschen */
.wp-block-separator.is-style-wide,
hr.is-style-wide {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    transform: translateX(-50%);
}

/* Zitate */
blockquote {
    border-left: 3px solid #d9d9d9;
    padding: 0.4em 0 0.4em 1.2em;
    margin: 2em 0;
    color: #444;
    font-style: italic;
    background: transparent;
}

/* Tabellen */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 16px;
}

table th,
table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 10px;
    text-align: left;
}

table th {
    color: #222;
    font-weight: 600;
}

/* Buttons */
button,
input[type="submit"],
.wp-block-button__link {
    background: #2f6f66;
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.2s ease;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
    background: #234f49;
    color: #fff;
}

/* Formulare */
input,
textarea,
select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    color: #333;
    border-radius: 0;
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #bdbdbd;
}

/* Meta-Bereich vom Beitrag */
.entry-meta,
.post-meta,
.site-info,
.entry-footer {
    color: #777;
    font-size: 14px;
}

/* Artikel-Titel */
.single-post h1.entry-title,
.single-post .entry-title {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 0.4em;
    color: #1f1f1f;
}

/* Mehr Luft unter dem Titel */
.single-post header.entry-header,
.single-post .entry-header {
    margin-bottom: 2.5em;
}

/* Navigation / Menüs etwas cleaner */
.site-header,
.main-navigation,
.nav-links {
    box-shadow: none;
    border: none;
}

/* Sidebar etwas ruhiger */
.widget {
    margin-bottom: 2.2em;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 0.8em;
    color: #222;
}

/* Kommentarbereich cleaner */
.comments-area {
    margin-top: 4em;
}

.comments-title,
.comment-reply-title {
    font-size: 28px;
    line-height: 1.3;
}

.comment-body {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ececec;
    margin-bottom: 1.5em;
}

/* Sanfter Gesamteindruck */
.site,
.site-content,
.content-area,
.site-main {
    background: #fff;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    body {
        font-size: 17px;
        line-height: 1.75;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 23px;
    }

    .single-post h1.entry-title,
    .single-post .entry-title {
        font-size: 36px;
    }

    .single-post .entry-content,
    .single-post .post-content,
    .single-post article {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wp-block-separator,
    hr {
        margin: 40px 0;
    }
}/* =========================
   CLEAN STARTSEITE / BLOG GRID
   ========================= */

/* Seite schmaler + mehr Rand */
.site,
.site-content,
.content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

/* Leichter Hintergrund für cleanen Look */
body {
    background: #fafafa;
    color: #333;
}

/* Grid Abstand */
.wp-block-post-template {
    gap: 30px;
}

/* Einzelne Blog Cards */
.wp-block-post {
    background: transparent;
    padding: 0;
    transition: transform 0.2s ease;
}

/* Dezenter Hover */
.wp-block-post:hover {
    transform: translateY(-4px);
}

/* Bilder */
.wp-block-post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* Titel */
.wp-block-post-title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #222;
}

/* Meta (Datum etc.) */
.wp-block-post-date {
    font-size: 13px;
    color: #888;
}

/* Mehr Luft zwischen Bereichen */
.wp-block-post-template > * {
    margin-bottom: 10px;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .site,
    .site-content,
    .content-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wp-block-post-title {
        font-size: 16px;
    }
}/* =========================
   ULTRA MINIMAL BLOG STYLE
   ========================= */

/* Hintergrund + Grundstil */
body {
    background: #ffffff;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.75;
}

/* Seite schmal + viel Luft */
.site,
.site-content,
.content-area {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* Grid Abstand größer = luftiger */
.wp-block-post-template {
    gap: 40px;
}

/* Cards komplett reduziert */
.wp-block-post {
    background: transparent;
    padding: 0;
    transition: none;
}

/* KEIN Hover (minimalistischer Look) */
.wp-block-post:hover {
    transform: none;
}

/* Bilder sehr clean */
.wp-block-post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

/* Titel – ruhig, nicht zu groß */
.wp-block-post-title {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #1f1f1f;
}

/* Meta extrem dezent */
.wp-block-post-date {
    font-size: 12px;
    color: #9a9a9a;
}

/* Links sehr ruhig */
a {
    color: #1f1f1f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Mehr Luft zwischen Elementen */
.wp-block-post-template > * {
    margin-bottom: 0;
}

/* Optional: feine Trennlinie zwischen Reihen */
.wp-block-post {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

/* Mobile */
@media (max-width: 768px) {
    .site,
    .site-content,
    .content-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wp-block-post-title {
        font-size: 16px;
    }
}.wp-block-post-featured-image img {
    width: 100%;
    height: 220px; /* kannst du anpassen */
    object-fit: cover;
}/* Alle Links ohne Unterstreichung */
a {
    color: #2f6f66; /* oder dein Blau */
    text-decoration: none;
}

/* Hover-Effekt (optional, empfohlen) */
a:hover {
    text-decoration: underline;
}

/* =========================
   AFFILIATE BUTTON CLEAN + KLICKSTART
   ========================= */

a.affiliate-btn {
    display: inline-block;
    background: #2f6f66;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Hover = Klickstart Effekt */
a.affiliate-btn:hover {
    background: #245752;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

/* Klick-Effekt (wenn gedrückt) */
a.affiliate-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Pfeil automatisch hinzufügen */
a.affiliate-btn::after {
    content: " →";
    margin-left: 4px;
}a {
    text-decoration: none;

/* =========================
   BLOG GRID CLEAN & KOMPAKT
   ========================= */

/* Container schmaler + zentriert */
.wp-block-post-template {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    gap: 25px;
}

/* Einzelne Beiträge */
.wp-block-post {
    transition: transform 0.2s ease;
}

/* Hover Effekt */
.wp-block-post:hover {
    transform: translateY(-4px);
}

/* Beitragsbilder einheitlich */
.wp-block-post-featured-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

/* Titel */
.wp-block-post-title {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    color: #222;
}

/* Datum */
.wp-block-post-date {
    font-size: 13px;
    color: #888;
}
/* FIX: Grid wirklich begrenzen */
.wp-block-query,
.wp-block-post-template {
    max-width: 1000px !important;
    margin: 0 auto !important;
}
/* Container global begrenzen */
.wp-site-blocks,
.wp-block-group,
.alignfull {
    max-width: 1100px;
    margin: 0 auto;
}
/* Blogbilder kleiner machen */
.wp-block-post-featured-image img,
.post-thumbnail img {
    max-height: 180px; /* z.B. 150–220 testen */
    object-fit: cover;
}
.wp-block-image img {
    filter: brightness(1.05);
}
.newsletter-box {
    background: #f7f9f6;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}/* Beitragskarten im Slider sauber darstellen */
.post-card,
.swiper-slide,
.slick-slide {
  height: auto !important;
  overflow: visible !important;
}

/* Bildbereich */
.post-card img,
.swiper-slide img,
.slick-slide img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  display: block;
}

/* Titel im Beitrag */
.post-card h2,
.post-card h3,
.swiper-slide h2,
.swiper-slide h3,
.slick-slide h2,
.slick-slide h3 {
  font-size: clamp(22px, 2.2vw, 42px) !important;
  line-height: 1.1 !important;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 12px 0 0;
}

/* Falls Text absolut über dem Bild liegt */
.post-card .entry-title,
.swiper-slide .entry-title,
.slick-slide .entry-title {
  position: relative !important;
  inset: auto !important;
  padding: 10px 0 0;
}
.swiper,
.swiper-wrapper {
  overflow: visible !important;
  height: auto !important;
}
/* Slider komplett zurück auf natürlich */
.swiper,
.swiper-wrapper,
.swiper-slide,
.slick-slider,
.slick-list,
.slick-track,
.elementor-posts-container {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}

/* Inhalte dürfen sich ausdehnen */
article,
.elementor-post,
.post,
.entry {
  height: auto !important;
}/* Alles im Slider brutal freigeben */
[class*="swiper"] *,
[class*="slick"] * {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}.entry-title {
  font-size: 36px;
}