
:root{
    --gutter: 2rem;
    --main-bg-color: #3BBFAD;
    --main-color: #fff;
    /* --main-color: #FFD100; */
}

body, html{
    font-size: 14px;
}
body.efaktor{
    --main-color: #000;
    --main-bg-color: #FFD100;
}
.top-yellow-bar{
    background-color: var(--main-bg-color);
    color: var(--main-color);
}
.v-paddings{
    padding-top: var(--gutter);
    padding-bottom: var(--gutter);
}

.max-500{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


.ul-default{
    margin-bottom: 0;
}











.wboxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
}
.wbox{
    width: 100%;
    padding: 1rem;
}
.wicon{
    margin-bottom: 0.8rem;
}
.wheader{
    border-top: 2px solid #FFD100;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 18px;
}


@media (min-width: 600px){
    .wbox{
        width: 50%;
    }

}
@media (min-width: 1000px){
    .wbox{
        width: var(--item-w, 25%);
    }

}



.tboxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
}
.theader{
    font-size: 17px;
}
.tbox{
    width: 100%;
    padding: 1rem;

}
.container.boxes{
    padding: 20px;
}
.container.wboxes,
.container.cboxes{
    padding: 0px;
}

@media (min-width: 600px){
    .tbox{
        width: 50%;
    }

}
@media (min-width: 1000px){
    .tbox{
        width: var(--item-w, 20%);
    }

}

.ticon{
    margin-bottom: 1rem;
}
.tarrow{
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.tarrow img{
    width: 100%;
}
.ttext{
    font-size: 14px;
}



.box-section{
    box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 5%);
    border-bottom: 3px solid var(--main-bg-color);
    padding: 20px 0px;
    
}

@media (min-width:600px){
    .box-section{
        padding: 20px;
    }
}


h2{
    

    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;

    text-align: center;

}
@media (max-width:1000px){
    h2 {
        font-size: 32px;
    }
}

/* typo */
.h1-bold{
    

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height, or 121% */

    text-align: center;

    color: inherit;
}