/* external css: flickity.css */

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.mobile-only {
    display: none;
}

.mobile-hide {
    display: block;
}

/* external css: flickity.css */

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.member-benefits {
    background-color: #EEF7FE;
    padding-top: 25px;
    padding-bottom: 25px;
}

.carousel-cell {
    height: 400px;
    margin-right: 10px;
    border-radius: 5px;
}

.carousel2 .carousel-cell {
    width: 28%;
}

    /* cell number */

.carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.carousel-cell img {
    width: 100%;
    height: 200px;
}

.header-image {
    text-align: center;
}

    .header-image img {
        height: auto;
        width: 80px;
        position: relative;
        top: 25px;
        z-index: 1;
    }

.header-sliders {
    background-image: url("/resources/feature\ image.png");
    height: 1000px;
    object-fit: contain;
    margin-top: -100px;
    /*padding-top: 10%;*/
}

.header-bliv-medlem {
    display: flex;
    flex-direction: column;
}

    .header-bliv-medlem .hjerte {
        z-index: 0;
    }

.images-row-header img {
    width: 15%;
    height: 15%;
}

/*mobile*/

@media all and (max-width: 768px) {
    .carousel-cell img {
        width: 100%;
        height: auto;
    }

    .carousel-cell {
        width: 66%;
        height: 400px;
        margin-right: 10px;
        border-radius: 5px;
    }

        .carousel-cell img {
            width: 100%;
            height: 200px;
        }
        /* cell number */
        .carousel-cell:before {
            display: block;
            text-align: center;
            line-height: 200px;
            font-size: 80px;
            color: white;
        }

    .header-sliders {
        /*background-image: url("../resources/feature\ image.png");*/
        object-fit: contain;
        margin-top: 0;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}
