html {
    scroll-behavior: smooth;
}
p{
    font-size: 19px;
}
.imgblock2phone{
    display: none;
}
#scrolluparrow{
    color: grey;
    font-size: 50px;
    position: fixed;
    margin-left: 2%;
    bottom: 2%;
    z-index: 99999999999;
}
#scrolluparrow:hover{
    color: lightgray;
    text-decoration: none;
}
.header{
    background-color: #121212;
    height: 75px;
    border-bottom: 5px solid #595959;
}
.container{
    max-width: 2000px!important;
}
.blocks{
    border-bottom: 5px solid #6e6e6e;
    width: 90%;
}
.fotobus {
    background-color: #121212;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}
#fotobus2{
    width: 100%;
    max-height: 600px;
}
.fotobustekst{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.btn{
    color: white!important;
}
.block3{
    margin: auto;
}
#contact-form{
    width: 70%;
    padding-left: 50px;
}
.text-md-left{
    padding-left: 50px;
    padding-bottom: 50px;
}
.text-center{
    text-align: left!important;
    padding-left: 50px;
    padding-top: 10px;
}
#contact{
    padding-left: 50px;
    padding-top: 50px;
}
.contactdiv{
    width: 40%;
}
h2{
    position: absolute;
    color: white;
    padding: 50px;
    z-index: 9999;
}
.titelwebsite{
    font-size: 400%;
}
.ondertekst{
    font-size: 20px;
}

/* *********************************blocks*/
.block1text{
    max-width: 700px;
    padding-top: 200px;
    min-height: 500px;
    position: absolute;
    padding-left: 50px;
    font-size: 20px;
}
.block2text{
    width: 40%;
    margin-left: 50%;
    padding: 100px;
    font-size: 20px;
}
.imgblock1{
    display: block;
    margin-left: 50%;
    padding: 80px;
}
.imgblock2{
    position: absolute;
    display: block;
    height: 490px;
    padding: 50px;
}
.block2 {
    min-height: 500px;

}
.icon{
    color: #3D64AC;
    text-align: center;
}
.infocontact{
    padding-left: 0px;
    padding-top: 0px;

}
/********************************************* footer */
.footer{
    min-height: 100px;
    padding: 20px;
    background-color: #121212;
    position: relative;
    color: white;
    text-align: center;
}
.copyright{
    right: 0;
    bottom: 0;
    padding-top: 20px;
    position: absolute;
}
@media only screen and (max-width: 1600px){
    .block2text{
        margin-left: 60%;
    }
    .linkjes{
        margin-left: 30%!important;
    }

}
@media only screen and (max-width: 800px){
    .linkjes a{
        font-size: 18px!important;
    }

}
@media only screen and (max-width: 1300px){
    .linkjes {
        margin-left: 45%;
    }

    .block2text{
        width: 45%;
        padding: 80px;
        position: absolute;
    }
    .imgblock1{
        padding-right: 0;
        padding-left: 0;
    }
    .block1text{
        width: 45%;
        padding: 90px;
    }
    .imgblock2{
        width: 690px;
        height: auto;
        margin-top: 70px;
    }
    .block2{
        min-height: 550px;
    }
    .blocks{
        width: 100%;
    }
}

@media only screen and (max-width: 1000px){
    .linkjes {
        margin-left: 0%!important;
    }
    .imgblock1, .imgblock2{
        display: block;
        padding: 0px;
        position: relative;
        margin: auto;
        height: 300px;
        width: auto;
    }
    .imgblock2phone{
        display: block;
        width: 100%;
        padding-top: 30px;
    }
    .imgblock2{
        display: none;
    }
    .imgblock1{
        height: 350px;
    }
    .imgblock2{
        padding-bottom: 30px;
    }
    .block1text, .block2text{
        position: relative;
        display: block;
        padding: 0px;
        width: 100%;
        margin: auto;
        text-align: center;
        min-height: 100px;
    }
    .blocks{
        padding: 50px;
    }
    .fotobus{
        height: 300px;
        background-color: #121212;
        object-fit: cover;
    }
    #fotobus2{
        object-fit: cover;
        width: inherit;

    }
    .contactdiv{
        width: 100%;
    }
    #contact{
        text-align: center;
        padding-top: 30px;
    }
    h1#contact{
        padding-left: 0;
    }
    .text-center{
        text-align: center!important;
    }
    #contact-form{
        width: 100%;
        padding-left: 0px;
    }
    .text-center{
        padding-left: 0px;
        margin: 0px;
    }

}
@media only screen and (max-width: 600px){
    .blocks{
        padding: 20px;
    }
    .imgblock1{
        height: 300px;
    }
    .imgblock2{
        height: 270px;
    }
    #contact{
        padding-left: 20px;
    }

}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    position: relative;
    z-index: 999999;
}
/* Hide the links inside the navigation menu (except for logo/home) */
/* De linkjes*/
.linkjes{
    margin-left: 55%;
    margin-top: -0.5%;
}

.topnav .linkjes a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #6e6e6e;
    transition: width .3s;
}

.topnav .linkjes a:hover::after {
    width: 100%;
    transition: width .3s;
}

.topnav a{
    font-size: 22px;
}
.linkes a{
    font-size: 22px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .linkjes{
        margin-right: 50%;
        width:100%;
        margin-left: 0%;
    }
    .titelwebsite{
        font-size: 300%;
    }
    .topnav a.icon {
        float: right;
        right: 0;
        display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon{
        position: absolute;
        right: 0;
        top: 15px;
    }
    .topnav.responsive{
        width: 100%;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        background-color: #121212;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

}
