/* -------------------- algemeen --------------------*/

section{
}

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

.button{
    margin-bottom: 0;
    padding: 15px 25px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    background-color: black;
}

.button, .white{
    color: black;
    background-color: white;
}

.ui-item{
    display: inline-block;
    width: 20px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
}


/* -------------------- Text --------------------*/

h1{
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 600;
}

h2{
    font-size: 2.8em;
    font-weight: 600;
}

h3{
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2em;
}

h3 .kleiner{
    font-weight: 400;
}

p{
font-size: 1em;
line-height: 1.6em;
}


/* -------------------- Marges --------------------*/

section{
    padding-top: 100px;
    padding-bottom: 100px;
}

h3{
    margin-bottom: 25px;
}


/* -------------------- section1 - slider --------------------*/
.section1{
    width: 90vw;
    margin-left: 5vw;
    height: 70vh;
    margin-top: 50px;
    position: relative;

    padding-top: 0px;
    padding-bottom: 0px;
}

.section1 h1{
    text-align: center;
    color: white;
    padding-bottom: 20px;
}

.intro-text{
    position: absolute;
    bottom: 50px;
    width: 90vw;
}

.intro-buttons{
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}


/* -------------------- section2 - numbers --------------------*/


/* -------------------- section3 - diensten --------------------*/
.section3{
    width: 100vw;
    margin-left: -10vw;

    background-color: black;
    text-align: center;

    color: white;
}

.card-diensten{
    border: 1px solid red;
    background-color: white;

    color: black;

    padding: 50px 25px;
}

.container-diensten{
    width: 80vw;
    margin-left: 10vw;

    margin-top: 50px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.section3 .ui-item{
    background-color: black;
}


/* -------------------- section4 - over --------------------*/

.section4{

}

.container-over{
    border: 1x solid red;
}

.content-over{
    border: 1x solid red;
}

.resencie-over{
    border: 1x solid red;
}


/* -------------------- section4 - ons-team --------------------*/

.b-team{
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-onsteam{
    padding-bottom: 0px;
}



/* -------------------- Section-Cycling --------------------*/

.section-cycling .container{

    display: grid;
    grid-template-columns: 1.4fr 1fr;
    column-gap: 50px;
}

.section-cycling .container::before{
    content: " ";
    display: none;
}


.section-cycling img{
    width: 100%;
    height: 100%;
    max-height: 700px;
    object-fit: cover;
}

.cycling-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}