body{
    margin:0;
    padding:0;
    background:#ffffff;
    font-family:Arial, sans-serif;
}

.content-wrapper{
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
}

.main-layout{
    display:grid;
    grid-template-columns: 1fr 1fr 540px;
    gap:12px;
}

/* GRID POSITIONEN */

.box1{
    grid-column:1 / span 2;
    grid-row:1;
    background:#FEF7EE !important;
    border:1px solid #E8DCCB;
}

.box2{
    grid-column:3;
    grid-row:1 / span 2;
}

.box3{
    grid-column:1;
    grid-row:2;
    background: #FAF7F6 !important;
    position:relative;
}

.box4{
    grid-column:2;
    grid-row:2;
    background: #FAF7F6 !important;
}





.bottom-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:12px;
}

.bottom-layout .box5{
    grid-column:1;
}

.bottom-layout .box6{
    grid-column:2;
}

.bottom-layout .box7{
    grid-column:1 / span 2;
}




/* STANDARD BOX */

.content-box{
    background:#fffdf8;
    border:1px solid #ddd3c4;
    border-radius:10px;
    padding:10px;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
}


/* TOP INFO */

.top-info-bar{
    display:flex;
    align-items:center;
    background:#FEF7EE;
    border-radius:10px;
    overflow:hidden;
}

.info-item{
    flex:1;
    display:flex;
    align-items:center;
    gap:15px;
    padding:14px 18px;
}

.info-item img{
    width:72px;
    height:72px;
    flex-shrink:0;
}

.info-divider{
    width:1px;
    align-self:stretch;
    background:#D8D8C8;
}

.info-item h3{
    margin:0;
    font-size:22px;
    line-height:1.1;
    color:#23386E;
    font-weight:700;
}

.info-item p{
    margin:4px 0 0 0;
    font-size:14px;
    color:#333;
    line-height:1.3;
}




/* HEADER */

.box-header{
    margin-bottom:8px;
}

.box-header h2{
    margin:0;
    font-size:15px;
    color:#18316d;
}


/* ONLINE */


.online-member {
    width: 88px;
    flex: 0 0 88px;
}

.online-member img {
    width: 88px;
    height: 120px;
    object-fit: cover;
    display: block;
}

.online-members{
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.online-card{
    width:88px;
    height:auto;
    display:block;
}

.box3 .box-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.online-dot{
    width:9px;
    height:9px;
    background:#6BC21D;
    border-radius:50%;
    display:inline-block;
    margin-left:4px;
    vertical-align:middle;
}

.online-top-link{
    position:absolute;
    top:12px;
    right:14px;
}

.online-top-link a{
    font-size:14px;
    font-weight:bold;
    color:#18316d;
    text-decoration:underline;
}



/* INTERESSEN */

.interest-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
}

.interest-card{
    width:100%;
    display:block;
    border-radius:8px;
}


/* STEPS */

.steps-box{
    background:#F3F8FF;
    border:1px solid #cbdcf6;
    border-radius:10px;
    padding:0;
    overflow:hidden;
    height:auto;
}

.steps-box .box-header{
    background:#E3F0FD;
    padding:10px 12px;
    margin:0;
}

.steps-box .box-header h2{
    margin:0;
    font-size:15px;
    font-weight:bold;
    color:#18316d;
}

.steps-image{
    display:block;
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    background:#F3F8FF;
}

.step-item{
    display:flex;
    gap:10px;
    margin-bottom:16px;
}

.step-number{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#1e57bc;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:bold;
}

.step-item h4{
    margin:0 0 2px 0;
    font-size:13px;
    color:#18316d;
}

.step-item p{
    margin:0;
    font-size:12px;
    color:#444;
}


/* STORIES */

.story-grid{
    display:grid;
    gap:8px;
}

.story-box{
    display:flex;
    gap:8px;
    border:1px solid #ead9bf;
    border-radius:6px;
    padding:6px;
    background:#fff8ef;
}

.story-box img{
    width:54px;
    height:54px;
    border-radius:5px;
    object-fit:cover;
}

.story-box p{
    margin:0 0 3px 0;
    font-size:12px;
}

.story-box span{
    font-size:11px;
    color:#666;
}


/* =========================
   BOX 5 - Erfolgsgeschichten
   ========================= */

.box5{
    background:#FEF8EF;
    border:1px solid #E8DCCB;
    border-radius:12px;
    padding:14px;
}

.box5-header{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
}

.box5-icon{
    width:40px;
    height:40px;
}

.box5-header h2{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#18316d;
}

.success-grid{
    display:flex;
    gap:14px;
}

.success-card{
    width:calc(33.333% - 10px);
    height:auto;
    display:block;
}

/* STÄDTE */

.box6{
    background:#F3F8FF;
    border:1px solid #D7E5F7;
}

.city-grid{
    display:flex;
    gap:10px;
    align-items:flex-start;
}

.city-item{
    flex:1;
}

.city-item img{
    width:100%;
    height:95px;
    object-fit:cover;
    border-radius:8px;
    display:block;
}

.city-title{
    text-align:center;
    margin-top:4px;
    font-size:13px;
    font-weight:bold;
    color:#18316d;
}


.more-city{
    width:110px;
    flex-shrink:0;
    border:1px solid #d8d8d8;
    border-radius:8px;
    overflow:hidden;
    text-align:center;
    background:#EEF4FD; /* kompletter hellblauer Hintergrund */
}

.more-city-header{
    padding:6px 0;
    font-size:12px;
    font-weight:bold;
    color:#18316d;
    background:#EEF4FD;
    border-bottom:none;
}

.more-city-body{
    padding:4px 8px 8px;
    background:#EEF4FD;
}

.more-city-body img{
    width:60px;      /* vorher 48px */
    height:60px;     /* vorher 48px */
    display:block;
    margin:0 auto 4px auto;
}

.more-city-text{
    font-size:13px;
    font-weight:bold;
    color:#18316d;
    line-height:1.2;
}






/* TRUST BAR */

.box7{
    background:#F6F7EA;
    border:1px solid #E2E5D0;
    border-radius:10px;
    padding:12px 20px;
}


.trust-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.trust-item{
    flex:1;
    display:flex;
    align-items:center;
    gap:15px;
}

.trust-item img{
    width:64px;
    height:64px;
    flex-shrink:0;
}

.trust-item h3{
    margin:0 0 4px 0;
    font-size:26px;
    line-height:1.1;
    font-weight:bold;
    color:#2c3b7a;
}

.trust-item p{
    margin:0;
    font-size:17px;
    line-height:1.3;
    color:#333;
    font-weight:bold;
}




/* =========================
   TABLET
   ========================= */

@media (max-width: 1200px){

    .main-layout{
        grid-template-columns: 1fr 1fr;
    }

    .box1{
        grid-column:1 / span 2;
        grid-row:1;
    }

    .box2{
        grid-column:1 / span 2;
        grid-row:2;
    }

    .box3{
        grid-column:1;
        grid-row:3;
    }

    .box4{
        grid-column:2;
        grid-row:3;
    }

}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 768px){

    .content-wrapper{
        padding:6px;
    }

    .main-layout{
        display:flex;
        flex-direction:column;
        gap:10px;
    }

    .bottom-layout{
        display:flex;
        flex-direction:column;
        gap:10px;
        margin-top:10px;
    }

    .content-box{
        width:100%;
        box-sizing:border-box;
    }

    /* Top-Leiste */

    .top-info-bar{
        flex-direction:column;
    }

    .info-divider{
        width:100%;
        height:1px;
    }

    .info-item{
        padding:12px;
    }

    .info-item h3{
        font-size:18px;
    }

    /* Beliebte Interessen */

    .interest-grid{
        grid-template-columns:repeat(2,1fr);
    }

    /* Gerade online */

    .online-members{
        overflow-x:auto;
        padding-bottom:5px;
        scrollbar-width:thin;
    }

    .online-card{
        width:88px;
        flex-shrink:0;
    }

    /* Städte */

    .city-grid{
        flex-direction:column;
    }

    .more-city{
        width:100%;
    }

    /* Erfolgsgeschichten */

    .success-grid{
        flex-direction:column;
    }

    .success-card{
        width:100%;
    }

    /* Vertrauen */

    .trust-bar{
        flex-direction:column;
        gap:20px;
    }

    .trust-item{
        width:100%;
    }

}