@font-face {
    font-family: "AvenirBook";
    src: url("../assets/fonts/Avenir/AvenirLTStd-Book.woff2") format("woff2"),
        url("../assets/fonts/Avenir/AvenirLTStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@keyframes fadeIn{
    0%{
        opacity: 0;
        z-index: -2;
        transform: translateY(30rem);
    }
    50%{
        z-index: 0;
        opacity: .5;
        transform: translateY(-10rem);
    }
    100%{
        opacity: 1;
        z-index: 0;
        transform: translateY(0);
    }
}
@keyframes translate{
    from{
        transform: translateY(10rem);
        opacity: 0;
    }
    to{
        transform: translateY(0rem);
        opacity: 1;  
    }
}
*{
    box-sizing: border-box;
}
html{
    box-sizing: inherit;
    font-size: 62.5%;
    height: 100%;
    
}
strong{
    font-weight: bolder;
    font-size: 1.7rem;
}
.color{
    font-weight: bold;
    color: #4485c4;
}
.hidden{
    display: none;
}
.close{
    text-align: center;

}
.close:hover{
    cursor: pointer;
}
.container{
    width: 96rem;
    margin: auto;
    margin-top: 25rem;
    animation: translate .5s;
    margin-bottom: 10rem;
}
.container--special{
    width: 96rem;
    margin: auto;
}
.tekst{
    font-family: "AvenirBook";
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 2rem;
}
.opsomming{
    margin-bottom: 2rem;
}
.opsomming__item{
    list-style-type: disc;
    margin-left: 5rem;
    padding-left: 2rem;
    margin-top: 1rem;
    font-family: "AvenirBook";
    font-size: 1.5rem;
    line-height: 1.4;
}
.container--small{
    margin-top: 15rem;
}
.content__titlewrapper{
    width: 100%;
    height: 30rem;
    background-image: url("../assets/img/obesitas_wrapper.png");
    background-position: center;
    background-attachment: fixed;
    background-position-y: -25rem;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-size: cover;
    /* border-radius: 0 0 30rem 30rem; */
}
.titlewrapper__box{
    background-color: rgb(244, 244, 244);   
    width: 96rem;
    text-align: center;
    padding: 4rem;
    margin-top: 30rem;
    border-radius: 2.5rem;
    /* border: .2rem solid #4485c4; */
    animation: fadeIn 1.25s;
}
.content__title{
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-weight: 400;
    font-size: 5rem;
    text-transform: uppercase;
    color: #4485c4;
}
.titlewrapper__line{
    width: 5rem;
    border: .1rem solid #4485c4;
}
.brochure__titel{
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-weight: 400;
    font-size: 4rem;
    text-transform: uppercase;
    color: #4485c4;
    text-align: center;
    margin-top: 10rem;  
}
.brochure__box{
    margin-top: 10rem;  
}
.brochure__subtitle{
    text-transform: uppercase;
    color: #4485c4;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 2rem;
}
.brochure__subtitle--special{
    margin-top: 5rem;
}
.brochure__secondsubtitle{
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-weight: bolder;
    font-size: 2.3rem;
    margin-top: 5rem;
    text-align: center;
}
.brochure__thirdsubtitle{
    font-family: "AvenirBook";
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 5rem;
    font-weight: bold;
    color: #4485c4;
    text-align: center;
}
.brochure__fourthsubtitle{
    font-family: "AvenirBook";
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 2rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.brochure__container{
    display: flex;
}
.brochure__box--item{
    width: 50%;
}
.brochure__wrapper{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 5rem;
    
}
.brochure__stap{
    background-color: rgb(244, 244, 244);
    padding: 3.15rem;
    border-radius: 2.5rem;
    /* width: 31.5%; */
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5rem;
}
.brochure__stap__content{
    text-align: left;
    overflow: hidden;
}
.brochure__stap__content--one, .brochure__stap__content--two, .brochure__stap__content--three{
    height: 0;
    transition: 5s;
}
.brochure__stap__line{
    width: 5rem;
    border: .1rem solid black;
    border-radius: 5rem;
}
.brochure__box__pijlers{
    display: flex;
    flex-flow: wrap;
    margin-top: 5rem;
}
.pijler{
    background-color: rgb(244, 244, 244);
    margin: 5rem 2rem;
    padding: 3.15rem;
    border-radius: 2.5rem;
    overflow: hidden;
}
.pijler__title{
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
}
.pijler__line{
    width: 5rem;
    border: .1rem solid #4485c4;
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.pijler__tekst{
    word-break: break-all;
    hyphens: auto;
}
.brochure__number{
    font-size: 1.8rem;
    color: #4485c4;
    padding-right: 1rem;
}
.brochure__operatie__image{
    width: 25%;
    height: 25%;
}
.brochure__operatie{
    display: flex;
    justify-content: center;
}
.stappen__item{
    list-style-type: decimal;
    text-transform: uppercase;
    color: #4485c4;
    font-family: bebas-neue-by-fontfabric, sans-serif;
    font-weight: 400;
    font-size: 3rem;
}
.stappen{
    margin-bottom: 5rem;
}
.stappen__dieetbrochures__item{
    list-style-type: disc;
    margin-left: 5rem;
    padding-left: 2rem;
    margin-top: 1rem;
}
.link{
    color: blue;
    text-decoration: none;
}
.link:hover{
    text-decoration: underline;
    cursor: pointer;
}
.stappen__wrapper--chirurgie{
    padding-top: 5rem;
}
@media (max-width: 767px){
    .brochure__container{
        flex-flow: column;
    }
    .pijler{
        margin: 2rem 0rem;
        padding: 1.5rem;
    }
    .pijler__tekst{
        word-break: keep-all;
    }
    .opsomming__item{
        margin-left: 1.5rem;
        padding-left: 0;
    }
    .brochure__operatie{
        display: flex;
        justify-content: center;
        flex-flow: column;
    }
    .brochure__operatie__image{
        width: auto;
        height: auto;
    }
    .brochure__stap{
        width: 100%;
        margin-bottom: 3rem;
    }

}
@media (max-width: 768px){
    .container{
        width: auto;
        padding: 5rem;
        margin-top: 10rem;
    }
    .container--small{
        margin-top: 10rem;
    }
    .titlewrapper__box{
        width: 90%;
    }
    .content__titlewrapper{
        background-size: cover;
        background-position-y: 0;
        background-attachment: inherit;
    } 
}
@media (min-width: 1280px){
    .content__titlewrapper{
        height: 40rem;
        background-position-y: -35rem;
    }
    .titlewrapper__box{
        margin-top: 40rem;
    }
}