*{
    box-sizing:border-box;
}

body{
    margin:0;
    background:#f4f1f3;
    color:#201b20;
    font-family:Arial,Helvetica,sans-serif;
}

a{
    color:inherit;
    text-decoration:none;
}

.container{
    max-width:1380px;
    margin:0 auto;
    padding:0 24px;
}


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

header{
    background:#151218;
    color:#fff;
    border-bottom:4px solid #df4f94;
}

.header{
    height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo{
    font-size:29px;
    font-weight:900;
    letter-spacing:2px;
}

.logo span{
    color:#f36aa7;
}

.age{
    font-size:12px;
    color:#c8c2c8;
    border:1px solid #49434b;
    border-radius:999px;
    padding:7px 13px;
}


/* =========================================================
   HERO
   ========================================================= */

.hero{
    padding:42px 0 30px;
    text-align:center;
}

.hero h1{
    margin:0 0 12px;
    font-size:48px;
    line-height:1.05;
}

.hero p{
    margin:0 auto 28px;
    max-width:780px;
    color:#706a70;
    line-height:1.7;
}


/* =========================================================
   HERO-BILD
   800 x 535 px
   ========================================================= */

.hero-image{
    margin:0 auto 36px;
    max-width:1050px;
}

.hero-image a{
    display:block;
}

.hero-image img{
    display:block;
    width:800px;
    height:535px;
    object-fit:cover;
    border-radius:4px;
    box-shadow:0 14px 35px rgba(34,20,30,.16);
    margin:0 auto;
}


/* =========================================================
   SECTION TITLE
   ========================================================= */

.section-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin:25px 0 15px;
    font-size:24px;
    font-weight:900;
    border-bottom:2px solid #ded8dd;
    padding-bottom:10px;
}

.badge{
    font-size:10px;
    background:#e04e94;
    color:#fff;
    padding:5px 9px;
    border-radius:3px;
}


/* =========================================================
   ANBIETER-GRID
   2 CARDS NEBENEINANDER
   ========================================================= */

.grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}


/* =========================================================
   ANBIETER-CARD
   ========================================================= */

.card{
    background:#fff;
    border:1px solid #e0d9df;
    border-radius:5px;
    padding:18px;

    display:grid;
    grid-template-columns:180px 1fr;
    column-gap:20px;

    min-height:220px;

    box-shadow:0 7px 18px rgba(39,24,35,.06);

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

.card:hover{
    border-color:#e04e94;
    box-shadow:0 10px 25px rgba(39,24,35,.10);
}


/* TOP-ANBIETER */

.card{
    background:#fff;
    border:1px solid #e0d9df;
    border-radius:4px;
    padding:14px;
    display:grid;
    grid-template-columns:180px 1fr;
    column-gap:22px;
    min-height:300px;
    box-shadow:0 7px 18px rgba(39,24,35,.06);
    align-items:center;
}

.logo-box{
    width:180px;
    height:180px;
    background:#e9e4e8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    color:#8b828a;
    overflow:hidden;
    align-self:center;
}

.logo-box img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================================================
   LINK AUF ANBIETER-BILD
   ========================================================= */

.provider-image-link{
    display:block;
    color:inherit;
    text-decoration:none;
}

.provider-image-link:hover{
    text-decoration:none;
}


/* =========================================================
   INHALT DER CARD
   ========================================================= */

.listing-content{
    min-width:0;
    text-align:left;
}


/* =========================================================
   ANBIETER-NAME
   ========================================================= */

.name{
    font-size:23px !important;
    line-height:1.25 !important;

    font-weight:900;

    margin:0 0 8px;

    overflow:hidden;
}


/* LINK AUF ANBIETER-NAMEN */

.provider-name-link{
    color:inherit;
    text-decoration:none;
}

.provider-name-link:hover{
    color:#e04e94;
    text-decoration:underline;
}


/* =========================================================
   BESCHREIBUNG
   CA. 8 ZEILEN
   ========================================================= */

.desc{
    font-size:16px !important;
    line-height:1.55 !important;

    color:#716b72;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;

    overflow:hidden;

    margin:0;
}


/* =========================================================
   BEWERTUNG
   ========================================================= */

.rating{
    font-size:13px;
    color:#d83f88;

    margin-top:10px;

    letter-spacing:1px;
}

.rating span{
    color:#918991;

    letter-spacing:0;

    font-size:11px;

    margin-left:5px;
}


/* =========================================================
   BUTTON
   ========================================================= */

.button-row{
    display:flex;
    justify-content:flex-start;

    margin-top:14px;
}

.visit{
    display:inline-block;

    background:#201b20;
    color:#fff;

    padding:10px 15px;

    border-radius:3px;

    font-size:12px;
    font-weight:800;

    white-space:nowrap;

    transition:
        background .2s ease,
        color .2s ease;
}

.visit:hover{
    background:#e04e94;
    color:#fff;
}


/* =========================================================
   WERBEBANNER
   728 x 90 px
   ========================================================= */

.ad-banner{
    width:100%;

    margin:30px 0;

    text-align:center;

    overflow:hidden;
}

.ad-banner img{
    display:block;

    width:728px;
    max-width:100%;

    height:auto;

    margin:0 auto;
}


/* =========================================================
   WERBE-PLATZHALTER
   ========================================================= */

.ad-placeholder{
    width:100%;

    min-height:92px;

    margin:30px 0;

    border:1px dashed #c9c0c7;

    background:#faf8fa;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#9a9299;

    font-size:12px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.pagination{
    text-align:center;

    padding:35px 0 60px;
}

.page{
    display:inline-block;

    border:1px solid #d2cbd1;

    padding:9px 13px;

    margin:3px;

    border-radius:3px;

    color:#777;
}

.page:hover{
    border-color:#e04e94;
    color:#e04e94;
}

.page.active{
    background:#e04e94;
    color:#fff;

    border-color:#e04e94;
}


/* =========================================================
   FOOTER
   ========================================================= */

footer{
    background:#151218;

    color:#8f8990;

    padding:30px 20px;

    text-align:center;

    font-size:12px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:1100px){

    .container{
        padding:0 20px;
    }

    .grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .hero h1{
        font-size:42px;
    }

    .hero-image img{
        max-width:100%;
        height:auto;
        aspect-ratio:800 / 535;
    }
}


/* =========================================================
   TABLET / KLEINERE NOTEBOOKS
   ========================================================= */

@media(max-width:760px){

    .container{
        padding:0 15px;
    }

    .hero{
        padding-top:28px;
    }

    .hero h1{
        font-size:32px;
    }

    .hero p{
        font-size:15px;
    }

    .grid{
        grid-template-columns:1fr;
    }

    .card{
        grid-template-columns:140px 1fr;
        column-gap:16px;

        padding:15px;

        min-height:180px;
    }

    .logo-box{
        width:140px;
        height:140px;
    }

    .name{
        font-size:20px !important;
    }

    .desc{
        font-size:15px !important;
        line-height:1.55 !important;

        -webkit-line-clamp:8;
    }

    .button-row{
        justify-content:flex-start;
    }
}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media(max-width:540px){

    .header{
        height:68px;
    }

    .logo{
        font-size:23px;
    }

    .age{
        font-size:10px;
        padding:6px 9px;
    }

    .hero h1{
        font-size:28px;
    }

    .hero p{
        font-size:14px;
        line-height:1.6;
    }

    .hero-image{
        margin-bottom:25px;
    }

    .hero-image img{
        width:100%;
        height:auto;
        aspect-ratio:800 / 535;
    }

    .section-title{
        font-size:20px;
    }

    .card{
        grid-template-columns:1fr;
        padding:15px;
    }

    .logo-box{
        width:170px;
        height:170px;

        margin:0 auto 16px;
    }

    .listing-content{
        text-align:left;
    }

    .name{
        font-size:20px !important;
        line-height:1.3 !important;
    }

    .desc{
        font-size:15px !important;
        line-height:1.55 !important;

        -webkit-line-clamp:8;
    }

    .button-row{
        justify-content:flex-start;
    }
}


/* =========================================================
   SEHR KLEINE SMARTPHONES
   ========================================================= */

@media(max-width:380px){

    .container{
        padding:0 10px;
    }

    .hero h1{
        font-size:25px;
    }

    .logo-box{
        width:150px;
        height:150px;
    }

    .name{
        font-size:19px !important;
    }

    .desc{
        font-size:14px !important;
    }

    .visit{
        font-size:11px;
        padding:9px 12px;
    }
}