/* Gesamte Website auf max. 1600 px begrenzen */

body {
    background: #ffffff;
}

.container-header,
.site-grid,
.container-footer {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

/* Full-width Vorgaben von Cassiopeia überschreiben */
.container-header.full-width,
.container-footer.full-width {
    width: 100%;
    max-width: 1600px;
}


/* ==========================================================
   HEADER / TOPBAR
   ========================================================== */

/* Header im gleichen Stil wie der Footer */
.header {
    background: #0b2d4d !important;
    background-image: linear-gradient(90deg, #0b2d4d 0%, #2b356d 100%) !important;
}

/* Topbar */
.container-topbar {
    background: transparent !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 32px;
}

/* Logo */
.container-topbar img {
    max-width: 500px;
    height: auto;
    display: block;
}
/* Weißer Balken unter Topbar */
.container-banner.full-width {
    border-top: 4px solid #ffffff;
}
/* Links im Header */
.container-topbar a {
    color: #ffffff !important;
}

/* Abstand zwischen Logo und Menü */
.container-topbar .mod-menu {
    margin-left: 50px !important;
}

/* Menüpunkte */
.mod-menu a {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff !important;
}

/* Hover */
.mod-menu a:hover {
    color: #ffd44d !important;
}

/* Nicht benötigte Cassiopeia-Headerbereiche */
.container-below-top,
.container-menu,
.container-search {
    display: none !important;
}
/* ==========================================================
   HERO-BANNER – einheitlich auf allen Seiten
   ========================================================== */

.container-banner,
.container-banner.full-width {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 4px solid #ffffff;
}

/* Innere Joomla-Abstände entfernen */
.container-banner .grid-child,
.container-banner .moduletable,
.container-banner .mod-custom,
.container-banner p {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

/* Jedes Bild in der Bannerposition gleich behandeln */
body .container-banner img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 350px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 768px) {
    body .container-banner img {
        height: 220px !important;
    }
}
/* Startseite: obere Infoboxen 2/3 zu 1/3 */
.container-top-b {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

/* Mobil untereinander anzeigen */
@media (max-width: 768px) {
    .container-top-b {
        grid-template-columns: 1fr;
    }
}

/* ---------------------------------------------------------
        Veranstaltungskalender Startseite + Vereinstreff
------------------------------------------------------------*/

.vz-calendar-box {
    background: #fffaf0;
    border-radius: 6px;
    overflow: hidden;
}

.vz-calendar-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px !important;
    background: #fff3cf;
    border-bottom: 1px solid #e5d7aa;
}

.vz-calendar-icon {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
}

.vz-calendar-header h3 {
    margin: 0 !important;
    color: #0b2d4d;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Gemeinsame Innenbox-Breite für Kalenderliste und Vereinstreff */
.vz-calendar-list,
.vz-meeting-box {
    box-sizing: border-box !important;
    width: auto !important;
    margin-left: 32px !important;
    margin-right: 32px !important;
}

/* Kalenderliste */
.vz-calendar-list {
    list-style: none;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    padding: 14px 18px 18px;
}

.vz-calendar-list li {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e8dfca;
    font-size: 0.95rem;
    line-height: 1.25;
}

.vz-calendar-list li:last-child {
    border-bottom: none;
}

.vz-calendar-list span {
    color: #666;
    font-weight: 500;
}

.vz-calendar-list strong {
    color: #0b2d4d;
    font-weight: 700;
}

.vz-calendar-list li:hover {
    background: #fff6d8;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
}

.vz-calendar-list .past {
    color: #999;
    text-decoration: line-through;
}

.vz-calendar-list .past span,
.vz-calendar-list .past strong {
    color: #999;
    font-weight: 500;
}

.vz-calendar-list .next span,
.vz-calendar-list .next strong {
    font-weight: 800;
    color: #003b73;
}

/* Vereinstreff */
.vz-meeting-box {
    margin-top: 30px !important;
    margin-bottom: 18px !important;
    padding: 18px 20px;
    border: 1px solid #0b2d4d;
    text-align: left;
}

.vz-meeting-box h4 {
    margin: 0 0 12px;
    color: #0b2d4d;
    font-size: 1.1rem;
    font-weight: 800;
}

.vz-meeting-date {
    color: #0b2d4d;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.vz-meeting-time {
    color: #0b2d4d;
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.vz-meeting-box p {
    margin: 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.45;
}

/* Veranstaltungsübersicht */
.vz-events-page {
    max-width: 1120px;
    margin: 0 auto;
}

.vz-events-page h2 {
    color: #0b2d4d;
    margin-bottom: 0.6rem;
}

.vz-events-page > p {
    max-width: 100%;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.vz-event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.vz-event-card {
    display: block;
    background: #ffffff;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vz-event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    text-decoration: none;
}

.vz-event-card img,
.vz-event-placeholder-img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
}

.vz-event-card-content {
    padding: 0.85rem 0.95rem 1rem;
}

.vz-event-card-content h3 {
    color: #0b2d4d;
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
}

.vz-event-card-content p {
    margin: 0 0 0.8rem;
    line-height: 1.35;
    font-size: 0.95rem;
}

.vz-event-card-content span {
    display: inline-block;
    color: #0b2d4d;
    font-weight: 700;
    font-size: 0.9rem;
}

.vz-event-card-content span::after {
    content: " →";
}

.vz-event-card-placeholder {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
}

.vz-event-placeholder-img {
    background: #fff7df;
    color: #0b2d4d;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 950px) {
    .vz-event-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .vz-event-grid {
        grid-template-columns: 1fr;
    }

    .vz-event-card img,
    .vz-event-placeholder-img {
        height: 190px;
    }
}
/* Footer Vereinsinfo */
.footer-verein {
    color: #ffffff;
    text-align: left;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5rem;
}

.footer-wappen {
    width: 58px;
    height: auto;
    flex: 0 0 58px;
}

.footer-brand-text {
    color: #ffffff;
    line-height: 1;
}

.footer-small {
    font-family: Georgia, serif;
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.footer-big {
    font-family: Georgia, serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
}

.footer-big span {
    font-size: 0.9rem;
    font-weight: 600;
}

.footer-slogan {
    margin: 0 0 0 68px;
    line-height: 1.8;
    font-size: 0.9rem;
    opacity: 0.95;
}
/* Footer Kontakte */
.footer-contact {
    color: #ffffff;
}

.footer-contact h4 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.footer-contact p {
    margin: 0 0 1rem;
    line-height: 1.8;
}
/* Footer Ausrichtung Top */
.container-footer {
    align-items: flex-start !important;
}
.container-footer .moduletable,
.container-footer .mod-custom {
    align-self: flex-start !important;
}
/* Footer Social / Rechtliches */
.footer-social {
    color: #ffffff;
}

.footer-social h4 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.footer-social p {
    margin: 0 0 1rem;
    line-height: 1.7;
}

.footer-social a {
    color: #ffffff;
    text-decoration: none;
}

.footer-social a:hover {
    text-decoration: underline;
}

.footer-insta-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.footer-social hr {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.35);
    margin: 1.2rem 0;
}

.footer-legal-links {
    line-height: 1.9;
}
.footer-insta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}
/* News Gallery Bildersetting */
.news-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 500px));
    gap: 1rem;
    margin: 1.5rem 0;
    align-items: start;
}

.news-gallery img {
    width: 100%;
    max-width: 500px;
    height: 320px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

@media (max-width: 650px) {
    .news-gallery {
        grid-template-columns: 1fr;
    }

    .news-gallery img {
        max-width: 100%;
        height: 320px;
    }
}
/* Startseite: Aktuelles-Box */
.home-news {
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

/* Kopfbereich Aktuelles */
.home-news > h3,
.home-news > h2 {
    background: #fff2c2;
    color: #0b2d4d;
    margin: 0;
    padding: 1rem 1.2rem;
    font-size: 1.45rem;
    font-weight: 700;
    border-bottom: 1px solid #ead99a;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

/* Icon vor Aktuelles */
.home-news > h3::before,
.home-news > h2::before {
    content: "📰";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #ffcc00;
    border-radius: 50%;
    font-size: 1.1rem;
}

/* Inhalt der Newsbox */
.home-news .mod-articlesnews,
.home-news .mod-articles {
    padding: 1rem 1.2rem 1.2rem;
}

/* Artikeltitel */
.home-news h4 {
    margin: 0 0 0.6rem;
    font-size: 1.35rem;
    color: #0b2d4d;
}

.home-news h4 a {
    color: #0b2d4d;
    text-decoration: none;
}

.home-news h4 a:hover {
    text-decoration: underline;
}

/* Datum etwas dezenter */
.home-news time,
.home-news .published {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
    display: block;
}

/* Bild */
.home-news img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 4px;
    margin: 0.7rem 0 0.9rem;
}

/* Teasertext */
.home-news p {
    line-height: 1.5;
}

/* Weiterlesen-Link schöner */
.home-news .readmore a,
.home-news a.readmore {
    display: inline-block;
    margin-top: 0.5rem;
    background: #0b2d4d;
    color: #ffffff !important;
    padding: 0.55rem 0.9rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
}

.home-news .readmore a:hover,
.home-news a.readmore:hover {
    background: #123f6b;
    text-decoration: none;
}
/* Startseite: Kalender-Box */
.home-calendar {
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

/* Kopfbereich Kalender */
.home-calendar > h3,
.home-calendar > h2 {
    background: #fff2c2;
    color: #0b2d4d;
    margin: 0;
    padding: 1rem 1.2rem;
    font-size: 1.45rem;
    font-weight: 700;
    border-bottom: 1px solid #ead99a;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

/* Icon vor Veranstaltungsplan */
.home-calendar > h3::before,
.home-calendar > h2::before {
    content: "📅";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #ffcc00;
    border-radius: 50%;
    font-size: 1.1rem;
}

/* Kalenderinhalt */
.home-calendar .mod-custom {
    padding: 1rem 1.2rem 1.2rem;
}
/* ==========================================================
   Menüleiste zu 3-Strich-Menü
   ========================================================== */
/* Hauptmenü oben ausblenden - Ersatz durch eigenes Burger-Menü */
.container-header .mod-menu,
.container-header .navbar-nav {
    display: none !important;
}

/* Header: Logo links, Burger rechts */
.container-header .container-topbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Burger-Modul nach rechts mit etwas Rand */
.vz-burger-menu {
    margin-left: auto !important;
    margin-right: 20px !important;
}

/* Burger-Button im dunklen Header */
.vz-burger-button {
    width: auto !important;
    height: 46px !important;
    padding: 0 14px !important;
    border: 2px solid #ffffff !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    cursor: pointer !important;
}

.vz-burger-button:hover {
    background: rgba(255,255,255,0.16) !important;
}

/* Text im Burger-Button */
.vz-burger-text {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

/* Symbol im Burger-Button */
.vz-burger-symbol {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    margin-top: -2px;
}

/* dunkler Hintergrund beim Öffnen */
.vz-menu-overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.35) !important;
    z-index: 99998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.25s ease !important;
}

.vz-menu-overlay.is-open {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Offcanvas-Menü rechts */
.vz-offcanvas-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 320px !important;
    max-width: 85vw !important;
    height: 100vh !important;
    background: #ffffff !important;
    box-shadow: -8px 0 24px rgba(0,0,0,0.18) !important;
    z-index: 99999 !important;
    padding: 28px 26px !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    visibility: visible !important;
}

.vz-offcanvas-menu.is-open {
    transform: translateX(0) !important;
}

/* Schließen-Button */
.vz-menu-close {
    position: absolute;
    top: 18px;
    right: 20px;
    border: none;
    background: none;
    font-size: 34px;
    line-height: 1;
    color: #0b2d4d;
    cursor: pointer;
}

/* Menütitel */
.vz-menu-title {
    color: #0b2d4d;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 28px;
}

/* Menülinks */
.vz-offcanvas-menu a {
    display: block;
    padding: 13px 14px;
    color: #0b2d4d !important;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #e7e2d7;
    border-left: 4px solid transparent;
    transition: all .2s ease;
}

/* Hover */
.vz-offcanvas-menu a:hover {
    color: #0b2d4d !important;
    background: #e9f2ff;
    border-left-color: #0b2d4d;
    padding-left: 20px;
}

/* Aktive Seite */
.vz-offcanvas-menu a[aria-current="page"],
.vz-offcanvas-menu .current > a {
    background: #d8e9ff;
    color: #0b2d4d !important;
    border-left-color: #0b2d4d;
    padding-left: 20px;
}
/* ==========================================================
   Newsblog auf „Aktuelles“ kompakt darstellen
   Desktop: Bild links, Titel/Text/Button rechts
   Mobil: wieder sauber untereinander
   ========================================================== */

.blog .blog-item,
.com-content-category-blog .blog-item {
    max-width: 1100px;
    margin: 0 auto 1.6rem;
    padding: 0 0 1.6rem;
    border-bottom: 1px solid #dfe3e8;
    display: grid !important;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 1.7rem;
    row-gap: 0.55rem;
    align-items: start;
}

/* Joomla-Zwischencontainer auflösen, damit Bild und Text im Grid liegen */
.blog .blog-item .item-content,
.com-content-category-blog .blog-item .item-content {
    display: contents !important;
}

/* Bild links über die gesamte Höhe des Teaserblocks */
.blog .blog-item figure.item-image,
.blog .blog-item .item-image,
.com-content-category-blog .blog-item figure.item-image,
.com-content-category-blog .blog-item .item-image {
    grid-column: 1 !important;
    grid-row: 1 / span 6 !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
}

.blog .blog-item .item-image img,
.com-content-category-blog .blog-item .item-image img {
    width: 100% !important;
    max-width: none !important;
    height: 245px !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 7px;
}

/* Titel rechts */
.blog .blog-item .page-header,
.com-content-category-blog .blog-item .page-header {
    grid-column: 2 !important;
    margin: 0 !important;
}

.blog .blog-item .page-header h2,
.com-content-category-blog .blog-item .page-header h2 {
    color: #0b2d4d;
    font-size: 1.65rem;
    line-height: 1.2;
    margin: 0 !important;
}

/* Teasertext rechts */
.blog .blog-item p:not(.readmore),
.com-content-category-blog .blog-item p:not(.readmore) {
    grid-column: 2 !important;
    margin: 0 !important;
    font-size: 1rem;
    line-height: 1.55;
}

/* Weiterlesen-Button direkt unter dem Text */
.blog .blog-item p.readmore,
.blog .blog-item .readmore,
.com-content-category-blog .blog-item p.readmore,
.com-content-category-blog .blog-item .readmore {
    grid-column: 2 !important;
    margin: 0.35rem 0 0 !important;
}

.blog .blog-item .readmore a,
.com-content-category-blog .blog-item .readmore a {
    display: inline-block;
    background: #0b2d4d;
    color: #ffffff !important;
    padding: 0.55rem 0.9rem;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
}

.blog .blog-item .readmore a:hover,
.com-content-category-blog .blog-item .readmore a:hover {
    background: #123f6b;
    color: #ffffff !important;
    text-decoration: none;
}

/* Eventuelle Metadaten ebenfalls rechts halten */
.blog .blog-item .article-info,
.com-content-category-blog .blog-item .article-info {
    grid-column: 2 !important;
    margin: 0 !important;
}

/* Tablet und Smartphone: Artikel wieder untereinander */
@media (max-width: 850px) {
    .blog .blog-item,
    .com-content-category-blog .blog-item {
        display: flex !important;
        flex-direction: column !important;
        gap: 0;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .blog .blog-item .page-header,
    .com-content-category-blog .blog-item .page-header {
        order: 1 !important;
        margin-bottom: 0.65rem !important;
    }

    .blog .blog-item p:not(.readmore),
    .com-content-category-blog .blog-item p:not(.readmore) {
        order: 2 !important;
        margin-bottom: 0.9rem !important;
    }

    .blog .blog-item figure.item-image,
    .blog .blog-item .item-image,
    .com-content-category-blog .blog-item figure.item-image,
    .com-content-category-blog .blog-item .item-image {
        order: 3 !important;
        margin-bottom: 0.9rem !important;
    }

    .blog .blog-item .item-image img,
    .com-content-category-blog .blog-item .item-image img {
        height: auto !important;
        max-height: 420px !important;
        object-fit: cover !important;
    }

    .blog .blog-item p.readmore,
    .blog .blog-item .readmore,
    .com-content-category-blog .blog-item p.readmore,
    .com-content-category-blog .blog-item .readmore {
        order: 4 !important;
        margin-top: 0 !important;
    }
}

/* +++++++++++ Optimierung für Mobile +++++++++++++++++++++++++++ */
/* ================================
   MOBILE OPTIMIERUNG
   Header, Logo, Burger-Menü, Footer
   Nur bis 768px – Desktop bleibt unverändert
   ================================ */

@media (max-width: 768px) {

  /* Header kompakt ausrichten */
  .container-header {
    position: relative !important;
    padding: 16px 18px !important;
  }

  .container-header .grid-child {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  /* Logo kleiner und links halten */
  .container-header .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    max-width: calc(100% - 135px) !important;
  }

/* Logo kleiner und links halten */
.container-header .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    max-width: calc(100% - 125px) !important;
}

/* Logo verkleinern */
.container-header .navbar-brand img,
.container-header .brand-logo img,
.container-header img,
.container-topbar img {
    max-height: 64px !important;
    width: auto !important;
    max-width: 52vw !important;
    object-fit: contain !important;
}

/* Topbar kompakter */
.container-topbar {
    padding: 12px 14px !important;
}
  /* Burger-Menü sichtbar rechts */
  .container-header .navbar-toggler,
  .container-header button.navbar-toggler {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    min-width: 106px !important;
    height: 48px !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
    border-radius: 8px !important;
    z-index: 9999 !important;
  }

  .container-header .navbar-toggler::before {
    content: "Menü";
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    color: #ffffff;
  }

  .container-header .navbar-toggler-icon {
    width: 28px !important;
    height: 28px !important;
    filter: invert(1) !important;
  }

  /* Footer auf Mobile entzerren */
  .container-footer {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .container-footer .grid-child {
    display: block !important;
  }

  .container-footer .moduletable,
  .container-footer .mod-custom {
    margin-bottom: 36px !important;
  }

  .container-footer h3,
  .container-footer h4 {
    margin-top: 28px !important;
    margin-bottom: 14px !important;
  }

  .container-footer p,
  .container-footer li {
    margin-bottom: 10px !important;
    line-height: 1.45 !important;
  }

  .container-footer hr {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
/* ==========================================================
         Mitmachen Seite
========================================================== */
.vz-mitmachen-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px 18px 52px;
}

.vz-mitmachen-intro {
    max-width: 1120px;
    margin: 0 auto 34px;
    text-align: center;
}

.vz-kicker {
    margin: 0 0 6px;
    color: #d59a00;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
}

.vz-mitmachen-intro h1,
.vz-community-text h2,
.vz-contact-box h2 {
    color: #0b2d4d;
    margin-top: 0;
}

.vz-mitmachen-intro h1 {
    font-size: 2rem;
    margin-bottom: 14px;
}

.vz-mitmachen-intro p {
    font-size: 1.08rem;
    line-height: 1.65;
    color: #333;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

/* Karten */

.vz-mitmachen-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 34px 0 42px;
}

.vz-mitmachen-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    border: 1px solid #e8e8e8;
}

.vz-mitmachen-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.vz-card-content {
    padding: 20px 20px 22px;
}

.vz-card-icon {
    display: none;
}

.vz-mitmachen-card h2 {
    color: #0b2d4d;
    font-size: 1.35rem;
    margin: 0 0 10px;
}

.vz-mitmachen-card p {
    color: #333;
    line-height: 1.55;
    margin: 0 0 12px;
}

.vz-card-note {
    margin-top: 14px !important;
    padding-top: 12px;
    border-top: 1px solid #eee;
    color: #0b2d4d !important;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.45;
}

.vz-card-note a {
    color: #0b2d4d !important;
    font-weight: 700;
    text-decoration: none;
}

.vz-card-note a:hover {
    text-decoration: underline;
}

/* Gemeinschaftsbereich */

.vz-community-section {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 28px;
    align-items: center;
    background: #fffaf0;
    border-radius: 12px;
    padding: 28px;
    margin: 42px 0;
    border: 1px solid #f0dfb8;
}

.vz-community-text p {
    color: #333;
    line-height: 1.65;
    font-size: 1.02rem;
}

.vz-community-image img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* Kontaktbox */

.vz-contact-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: linear-gradient(135deg, #0b2d4d, #2f3471);
    color: #fff;
    border-radius: 12px;
    padding: 26px 30px;
    margin-top: 36px;
}

.vz-contact-icon {
    font-size: 2rem;
    line-height: 1;
}

.vz-contact-box h2 {
    color: #fff;
    margin-bottom: 8px;
}

.vz-contact-box p {
    margin: 0 0 8px;
    line-height: 1.55;
}

.vz-contact-box a {
    color: #fff3cf;
    font-weight: 700;
    text-decoration: underline;
}

/* Mobile */

@media (max-width: 900px) {
    .vz-mitmachen-cards {
        grid-template-columns: 1fr;
    }

    .vz-community-section {
        grid-template-columns: 1fr;
    }

    .vz-community-image img {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .vz-mitmachen-page {
        padding: 26px 14px 42px;
    }

    .vz-mitmachen-intro h1 {
        font-size: 1.7rem;
    }

    .vz-mitmachen-intro p {
        font-size: 1rem;
    }

    .vz-community-section {
        padding: 20px;
    }

    .vz-contact-box {
        flex-direction: column;
        padding: 22px;
    }
}
/* ==========================================================
   Platzhalter-Seiten
========================================================== */

.vz-placeholder-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 54px 18px 70px;
}

.vz-placeholder-box {
    text-align: center;
    background: #fffaf0;
    border: 1px solid #f0dfb8;
    border-radius: 14px;
    padding: 44px 32px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.vz-placeholder-icon {
    font-size: 3rem;
    margin-bottom: 14px;
}

.vz-placeholder-box h1 {
    color: #0b2d4d;
    font-size: 2rem;
    margin: 0 0 14px;
}

.vz-placeholder-box p {
    color: #333;
    font-size: 1.08rem;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto 12px;
}

.vz-placeholder-note {
    color: #0b2d4d !important;
    font-weight: 700;
}

.vz-placeholder-button {
    display: inline-block;
    margin-top: 18px;
    background: #0b2d4d;
    color: #ffffff !important;
    padding: 11px 22px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}

.vz-placeholder-button:hover {
    background: #143f68;
    text-decoration: none;
}

@media (max-width: 600px) {
    .vz-placeholder-page {
        padding: 36px 14px 52px;
    }

    .vz-placeholder-box {
        padding: 34px 22px;
    }

    .vz-placeholder-box h1 {
        font-size: 1.65rem;
    }
}