body{
    background-color: #FFFBFA;
}

.WimpersContainer, .NagelsContainer{
    max-width: 95%;
    background-color: #FFFBFA;
    box-shadow: 0px 0px 20px 5px rgba(89, 56, 74, 0.112);
    margin: auto;
    border-radius: 0px;
    margin-top: 80px;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.WimpersContainer h3, .WimpersContainer h2, .NagelsContainer h3, .NagelsContainer h2{
    text-align: center;     
    font-size: 22px;    
}
.WimpersContainer h2, .NagelsContainer h2{
    padding-bottom: 2rem;
}

.servicecontainer{
    background-color: #E7E7E7;
    max-width: 90%;
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin: auto;
    border-radius: 9px;
    margin-bottom: 3rem;
}

.behandelingText{
    background-color: #D9C071;
    border-radius: 33px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    width: 95%;
    min-height: 50px;
    position: relative;
}

.Price{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.behandeling{
    position: absolute;
    font-size: 14px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.behandelingen__text__extragroot{
    min-height: 100px;
}

.behandelingen__text__groot{
    min-height: 80px;
}

.behandelingen__groot{
    max-width: 150px;
}

.behandelingText{
    transition: all 0.2s;
}
.behandelingText:hover{
    background-color: #fce085;
    cursor: pointer;
    transform: scale(1.1);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.125);
}


.extraInfo{
    max-width: 85%;
    margin: auto;
    list-style-type: none;
}

.extraInfo li{
    margin-bottom: 1rem;
}

.bold, .Price{
    font-weight: 600;
}

.wimperkaart, .nagelkaart{
    max-width: 90%;
    margin: auto;
    padding-top: 5rem;
}

.wimperkaart img, .nagelkaart img{
    max-width: 100%;
}

.nagelkaart{
    padding-bottom: 7rem;
}





/* DO's and DONT's */


.tipsSection h2{
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 30px;
    margin-left: 20px;
    margin-right: 20px;
}



.tipsSection{
    background-color: #FFE3E8;
    padding-bottom: 7rem;
}

.TipsContainerWimpers, .TipsContainerNagels{
    max-width: 85%;
    margin: auto;
    background-color: #FFFBFA;
    padding: 1rem;
    border-radius: 36px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.101);
}
.TipsContainerWimpers h3, .TipsContainerNagels h3{
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
    font-size: 24px;
}

.wimpersUl, .NagelsUl{
   list-style: none;
}


.wimpersUl li, .NagelsUl li{
    padding-left: 30px;
    margin-bottom: 28px;
    background-repeat: no-repeat;
    background-position: left center ;
}

.wimpersUl li:nth-child(-n+3), .NagelsUl li:nth-child(-n+5){
    background-image: url(img/Checkmark.png);
    background-size: 18.84px 14.22px;
}

.wimpersUl li:nth-child(n+4), .NagelsUl li:nth-child(n+6){
    background-image: url(img/exclamationMark.png);
    background-size: 3.5px 19.1px;
    background-position: 7px center ;
}


.TipsWrapperWimpers{
    margin-bottom: 6rem;
}









/* ABBR */

.custom-abbr{
    position: relative;
    cursor: help;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 2rem;
    padding: 0.8rem 1rem;
    border-radius: 26px;
    background-color: #ffffff;
}



.custom-abbr::after{
    content: attr(data-title);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    background-color: #333;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    white-space: wrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 1000;
    width: 90%;
}

.custom-abbr:hover::after{
    opacity: 1;
}

.opentitle{
    transition: all 0.4s;
}

.custom-abbr:hover .opentitle{
    transform: rotate(180deg);
}


.H3colapsable{
    max-width: 80%;
    margin: auto;
}

/* ABBR inline */

.custom-abbr2{
    position: relative;
    cursor: help;
    text-decoration: underline dotted;
    white-space: nowrap;
}

.custom-abbr2::after{
    content: attr(data-title);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate( -50%, 100%);
    background-color: #333;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    white-space: wrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 1000;
    width: 200%;
}

.custom-abbr2:hover::after{
    opacity: 1;
}


/* MEDIA QUERYS */

@media (min-width: 425px){
    .behandelingText{
        width: 300px;
    }
    .behandeling{
        font-size: 18px;
    }
    .behandelingen__groot{
        max-width: 200px;
    }
}

@media (min-width: 500px){
    .hero__links{
        justify-content: left;
        gap: 2rem;
    }
    .CTA__img .hero__links{
        justify-content: center;
    }
}

@media (min-width: 600px){
    .hero__links{
        padding: 0
    }
}


@media (min-width: 768px){

    .custom-abbr{
        max-width: 100%;
    }
    .nagelWrapper, .wimpersWrapper{
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: center;
        gap: 30px;
    }
    .servicecontainer{
        margin: 0;
        padding: 0;
        padding: 1rem;
    }
    .extraInfo{
        max-width: none;
        width: 332px;
        padding: 1rem;
        margin: 0;
    }
    .nagelWrapper .extraInfo{
        width: 70%;
    }
    .behandelingen__links{
        margin-top: 2.3rem;
        padding-bottom: 1.8rem;
        width: 100%
    }

    .nagelkaart, .wimperkaart{
        max-width: 50%;
    }
}

@media (min-width: 850px){
    .tipsFlexbox{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .TipsWrapperWimpers, .TipsWrapperNagels{
        max-width: 45%;
    }
    .TipsWrapperNagels{
        max-width: none;
    }
    .TipsWrapperNagels .TipsContainerNagels{
        width: 60%
    }
    
}

@media (min-width: 950px){
    .heroIMG img{
        max-width: none;
        max-height: 100%;
    }
    .heroIMG{
        margin-right: -210px;
    }
}

@media (min-width: 1024px){
    .NagelsContainer, .WimpersContainer{
        max-width: 80%;
    }
    .whiteoverlay{
        width:  900px
    }

    .WimpersContainer h3, .WimpersContainer h2, .NagelsContainer h3, .NagelsContainer h2{    
        font-size: 27px;    
    }
}

@media (min-width: 1112px){

    .whiteoverlay{
        width:  1000px
    }

    .extraInfo, .servicecontainer{
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .wimpersWrapper{
        column-gap: 0;
        row-gap: 4rem;
    }

    .nagelkaart, .wimperkaart{
        max-width: 40%;
    }
}

@media (min-width: 1200px){
    .whiteoverlay{
        width:  1200px
    }
}

@media (min-width: 1251px){

    .wimpersWrapper{
        max-width: 900px;
        margin: auto;
    }
    
}

@media (min-width: 1314px){
    .whiteoverlay{
        width:  1400px
    }
    .nagelWrapper{
        max-width: 900px;
        margin: auto;
    }
}