body.page .wp-site-blocks > header,
body.page .wp-site-blocks > footer {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-home-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 14px 110px;
}

/* HEADER / BANNER */
.app-home-hero {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 20px auto 12px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    overflow: hidden;
}

.app-home-overlay {
    display: none !important;
}

.app-home-hero-content {
    display: none !important;
}

/* KACHELN */
.app-home-card {
    margin: 10px 0;
    background: #ffffff;
    border-radius: 18px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #000;
    box-shadow: 0 5px 16px rgba(0,0,0,0.06);
}

.app-home-card-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 14px;
}

.app-home-card-content {
    flex: 1;
}

.app-home-card-content h2 {
    margin: 0 0 4px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    color: #001b4d;
    text-decoration: none !important;
}

.app-home-card-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #444;
}

/* SMARTPHONE */
@media (max-width: 768px) {

    .app-home-container {
        max-width: 100%;
        padding: 0 14px 115px;
    }

    .app-home-hero {
        height: 165px;
        margin: 12px auto 12px;
        background-size: cover;
        background-position: center center;
    }

    .app-home-card {
        border-radius: 18px;
        padding: 12px 14px;
        margin: 10px 0;
    }

    .app-home-card-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 23px;
        margin-right: 13px;
    }

    .app-home-card-content h2 {
        font-size: 19px;
    }

    .app-home-card-content p {
        font-size: 14px;
    }
}

/* SEHR KLEINE HANDYS */
@media (max-width: 390px) {

    .app-home-hero {
        height: 150px;
    }

    .app-home-card-content h2 {
        font-size: 18px;
    }

    .app-home-card-content p {
        font-size: 13px;
    }
}

/* Social Media */

.vfb-news-page {
    padding: 20px;
}

.vfb-page-header {
    background: #0f6b5f;
    color: #fff;
    border-radius: 24px;
    padding: 24px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.vfb-page-header .vfb-page-kicker {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0.9;
}

.vfb-page-header h2 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 1.1;
}

.vfb-page-header p {
    margin: 0;
    color: #fff;
}

.vfb-social-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 14px;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.vfb-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
}

.vfb-social-facebook {
    background: #1877f2;
    color: #fff;
}

.vfb-social-instagram {
    background: linear-gradient(
        135deg,
        #feda75,
        #fa7e1e,
        #d62976,
        #962fbf,
        #4f5bd5
    );
    color: #fff;
}

.vfb-social-web {
    background: #d9f2ef;
    color: #168b9c;
}

.vfb-card-content {
    flex: 1;
}

.vfb-card-content h2 {
    margin: 0 0 4px;
    color: #001b44;
    font-size: 18px;
}

.vfb-card-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.vfb-card-arrow {
    color: #0f6b5f;
    font-size: 24px;
    font-weight: bold;
}

.vfb-social-card:hover {
    transform: translateY(-2px);
    transition: 0.2s;
}

@media (max-width: 768px) {

    .vfb-page-header h2 {
        font-size: 28px;
    }

    .vfb-social-card {
        padding: 14px;
    }

    .vfb-card-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 24px;
    }
}