@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html, body {
    font-family: 'Montserrat', sans-serif;
    color: #004A5C;
    font-size: 16px;
    font-weight: 500;

}


.telefoon {
    position: absolute;
    right: -1px;
    top: 50px;
    background-color: #004A5C;
    color: #ffffff;
    text-align: center;
    z-index: 20;
    padding: 6px 10px 3px 10px;
}

.form-control {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fa-phone{
    color: #ffffff;
}

.navbar{
    position: fixed;
    background-color: white;


}


@media only screen and (min-width: 786px) {
    .navbar {
        -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0px 0%, 100% 0px, 100% 80%, 0% 100%);
    }
}


.navbar-nav {
    float: none !important;
    text-align: center;
}

.active a {
    color: #0080C8 !important;
}



.active .dot5 {
    color: #0080C8 !important;
}

.navbar-light {
    margin-bottom: 20px;
    padding: 20px 0;
    /*padding-bottom: 30px;*/
    border-radius: 0;
}

.nav-item {
    margin-right: 40px;
}

.nav-link {
    color: #004A5C !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    transition: .3s;

}

.navbar-nav li a{
    /*padding-top: 25px;*/
    /*padding-bottom: 0px;*/
}



.nav-link:hover{
    color: #0080C8 !important;

}

#hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    padding: 100px 0px;

}

.title-hero {
    text-shadow: 0 5px 10px #000000;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
    font-weight: 900;
    line-height: 65px;
    text-align: center;
    margin-top: 120px;
}

.button-img {
    background-color: #0080C8;
    border: #0080C8 solid 1px;
    width: 140px;
    height: 40px;
    margin: 20px;
    transition: .3s;
}

.button-img2 {
    background-color: #004A5C;
    border: #004A5C solid 1px;
    width: 140px;
    height: 40px;
    margin: 20px;
    transition: .3s;
}

.button-img2:hover {
    background-color: #0080C8;
    border: #0080C8 solid 1px;

}

.button-img2:hover .dot6:after {
    color: #004A5C;
    transition: 0.3s;
}

.button-img:hover {
    background-color: #004A5C;
    border: #004A5C solid 1px;

}
.button-img:hover .dot:after{
    color: #0080C8;
    transition: 0.3s;
}

.dot8{
    color: #004A5C;
    content: '.';
    font-size: 1.2em;
}


.bot{
    max-height: 80px;
    z-index: 122;
}


.welkom {
    color: #0080C8;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    text-align: left;
    margin-top: 80px;
}

.button {
    text-align: center;
}

.colorbars {
    height: 20px;
    position: fixed;
    top:0px;
background-color: #FFF;

}

.colorbars.flip-h {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: fixed;
    width: 100%;

}

.flip-h{
    z-index: 1032;
}

.colorbars.flip-v {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.colorbars div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.colorbars .bar-1 {
    background-color: #004A5C;
    -webkit-clip-path: polygon(0 50%, 0 0, 100% 0);
    clip-path: polygon(0 50%, 0 0, 100% 0);
}

.colorbars .bar-2 {
    background: #0080C8;
    -webkit-clip-path: polygon(0 100%, 0 50%, 100% 0);
    clip-path: polygon(0 100%, 0 50%, 100% 0);
}

.h1 {
    color: #0080C8;
    font-weight: 900;
    line-height: 60px;
}

.text {
    color: #004A5C;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    padding-right: 2px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center
}

.lorem {
    color: #0080C8;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
}

.dot {
    position: relative;
}

.dot4 {
    position: absolute;
    left: 70%;
    top: -50px;
    z-index: -1;
    float: right;
}



#navbarSupportedContent {
    padding-left: 50px;
}

.linkedin {
    position: absolute;
    left: -2px;
    top: 55px;
    height: 31px;
    width: auto;
    color: #0080C8;
}

.break-color2 {
    color: #0080C8;
}

.dot2:hover .break-color2 {
    color: #004A5C;
    transition: 0.3s;
}

.break-color2:not(.at) {
    margin-right: 5px;
}

.img-fluid.two {
    height: 20px;
    width: 20px;
}

#contact {
    margin-bottom: 100px;
}

#welkom_bij_bot {
    margin-bottom: 100px;
}

#welkom_bij_bot .row:first-child {
    margin-bottom: 80px;
}

.form-control {
    border: none;
    border-bottom: 3px solid #0080C8;
    font-weight: 900;
    color: #000000;
}

.title {
    color: #0080C8 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    width: 255px;
    text-align: left;
}

input.form-control {
    font-size: 20px;
}

textarea.form-control {
    font-size: 20px;
}

.span {
    color: #0080C8 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.btn-primary {
    width: 150px;
    font-size: 20px;
    font-family: 'Montserrat';
    border: 1px solid;
}

/*webkit*/
::-webkit-input-placeholder {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #80a0a0 !important;
}

::-moz-placeholder {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #80a0a0 !important;
}

:-ms-input-placeholder {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #80a0a0 !important;
}

::placeholder {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #80a0a0 !important;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
    transition: 0.3s;
}

a:focus {
    color: white;
}

a:active {
    color: white;
}

.break-color {
    color: #004A5C;

}

.break-color3 {
    color: #0080C8

}

.none {
    visibility: hidden;
}

.button-text {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    margin: 0 20px;
    transition: .3s;
}

.button-text2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    margin: 0 20px;
    transition: .3s;
}

.button-text:hover,
.button-text2:hover {
    text-decoration: none;

}

.dot6:after {
    color: #0080C8;
    content: '.';
    font-size: 1.2em;
}

.dot:after {
    color: #004A5C;
    content: '.';
    font-size: 1.2em;
}

.dot2:after {
    color: #0080C8;
    content: '.';
    font-size: 1.2em;
}

.dot2:hover:after{
    color: #004A5C !important;
    transition: 0.3s;
}

.dot2.active:after{
    color: #004A5C !important;
}

.dot3 span a {
    color: #004A5C;
    transition: .3s;
}

.dot3 span a:hover {
    text-decoration: none;

}



.dot5:after {
    color: #0080C8 ;
    content: '.';
    font-size: 1.2em;
    transition: .3s;
}

.dot5:hover:after{
    color: #004A5C;

}

.dot5.active:after{
    color: #004A5C !important;
}

.dot7:after {
    color: #0080C8;
    content: '.';
    font-size: 1.2em;
}

.bg-diensten {
    background-color: rgba(0, 128, 200, 0.1);
    -webkit-clip-path: polygon(0 0, 100% 80px, 100% calc(100% - 60px), 0 100%);
    clip-path: polygon(0 0, 100% 80px, 100% calc(100% - 60px), 0 100%);
    padding: 100px 0px;
}

.title-diensten {
    color: #004A5C;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
}

.diensten {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 20px;
    padding: 30px 30px 30px 50px;
    text-align: left;
    margin-top: 120px;
}

.diensten img {
    margin: -120px auto 30px;
    display: block;
}

.heading-diensten {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    width: 250px;
    color: #0080C8;
    text-align: left;
}



.diensten-text {
    color: #004A5C;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 225px;
    text-align: left;
}

.button-diensten {
    background-color: #0080C8;
    width: 250px;
    height: 40px;
    margin: 0 auto;
    margin-top: -54px;
    border: none;
    display: block;
    cursor: pointer;
    transition: .3s;
}

.button-contact {
    background-color: #0080C8;
    width: 140px;
    height: 40px;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.button-contact:hover {
    background-color: #004A5C;

}

.button-contact:hover .dot:after{
    color: #0080C8;
    transition: 0.3s;
}

.button-diensten:hover {
    background-color: #004A5C;

}

.button-diensten:hover .dot:after{
    color: #0080C8;
    transition: 0.3s;
}

.title-projecten {
    color: #0080C8;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    padding-top: 100px;
}

.projecten {
    /*background: linear-gradient(0deg, rgba(100, 150, 150, 0.498878), rgba(100, 150, 150, 0.498878)), url("../img/placeholder.jpg");*/
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    transition: .3s;
}

.projecten:hover {
    opacity: .7;
}

.projecten:hover div {
    opacity: 0;
    transition: 0.3s;
}

.imagetext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 900;
    transition: .3s;
    cursor: pointer;
    text-align: center;
}

.button-projecten {
    background-color: #0080C8;
    width: 265px;
    height: 40px;
    border: none;
    margin-bottom: 100px;
    float: right;
    cursor: pointer;
    transition: .3s;
}

.button-projecten:hover {
    background-color: #004A5C;
    transition: 0.3s;
}

.button-projecten:hover .dot:after{
    color: #0080C8;

}

.overbot {
    background-color: #0080C8;
    position: relative;
    margin-bottom: 80px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.overbot .container {
    position: relative;
    z-index: 20;
}

.title-overbot {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    position: relative;
    bottom: 55px;
}

.overbot p {
    color: #ffffff;
}

.button-overbot {
    background-color: #004A5C;
    height: 40px;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    margin-top: -120px;
    display: block;
    transition: .3s;
}
.button-overbot:hover{
    background-color: #0080C8 !important;

}

.button-overbot:hover .dot2:after{
     color: #004A5C;
    transition: 0.3s;
}

.overbotbutton {
    margin-bottom: -30px;
}

.bg-footer {
    background-color: #004A5C;
    color: #ffffff;
    padding-top: 50px;
}

.bg-footer img {
    width: 53px;
    height: 45px;
    margin-bottom: 20px;
}

.footertext1 {
    line-height: 15px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 30px;
}

.footertext2 {
    line-height: 15px;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 30px;
    transition: .3s;
}

.footertext2 a:hover {
    text-decoration: none;

}

.footertext2 p::first-letter {
    color: #0080C8;
}

.footertext3 {
    line-height: 0.5;
    margin-bottom: 50px;
}

.footertext3 p {
    margin: 0 0 15px;
}

.footer-bottom {
    margin-top: 10px;
    margin-bottom: -10px;
    color: #0080C8;
    font-size: 14px;
    font-weight: 900;
}

.footer-bottom b {
    color: #004A5C;
}

.grid-item1 {
    padding: 30px;
    position: relative;
}

.grid-item2 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 432px;
    z-index: 10;
}

p.bigger {
    font-size: 18px;
    line-height: 28px;
}

.title-hero.bigger {
    font-size: 50px;
}

/*media query*/

@media screen and (max-width: 1350px) {
    .linkedin {
        display: none;
    }

    .telefoon {
        position: absolute;
        right: 0;
        top: 55px;

        color: #ffffff;
    }


}

@media screen and (max-width: 1150px) {

    .linkedin {
        display: none;
    }

    .telefoon {
        position: absolute;
        top: unset;
        margin-right: 5px;
        color: #0080C8;
        display: flex;
        align-items: center;
        padding: 3px 10px;
    }

    .telefoon #tel {
        display: none;
    }
}

@media (min-width: 992px) {
    .grid-item1 {
        padding: 100px 0 100px 100px;
    }

    .button-overbot {
        left: 60px;
    }
}

@media screen and (max-width: 991.5px) {

    .linkedin {
        display: none;
    }

    .telefoon {
        position: relative;
        top: unset;
        margin-right: 5px;
        color: #0080C8;
        display: flex;
        align-items: center;
        padding: 3px 10px;
    }

    .telefoon #tel {
        display: none;
    }

    .title-projecten {
        text-align: center;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: center;
        margin-top: 120px;
    }

    .heading-diensten {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        width: 350px;
        color: #0080C8;
        text-align: left;
    }

    .diensten-text {
        color: #004A5C;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 525px;
        text-align: left;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 220px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        margin-top: 70px;
        margin-bottom: -30px;
    }



}

@media screen and (max-width: 959px) {
    .linkedin {
        display: none;
    }

    .title-projecten {
        text-align: center;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: center;
        margin-top: 120px;
    }

    .heading-diensten {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        width: 350px;
        color: #0080C8;
        text-align: left;
    }

    .diensten-text {
        color: #004A5C;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 525px;
        text-align: left;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 220px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        margin-top: 70px;
        margin-bottom: -30px;
    }



}

@media screen and (max-width: 930px) {

    .linkedin {
        display: none;
    }

    .telefoon {
        color: #0080C8;
    }

    .title-projecten {
        text-align: center;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: center;
        margin-top: 120px;
    }

    .heading-diensten {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        width: 350px;
        color: #0080C8;
        text-align: left;
    }

    .diensten-text {
        color: #004A5C;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 525px;
        text-align: left;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 220px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        margin-top: 70px;
        margin-bottom: -30px;
    }



}

@media screen and (max-width: 900px) {

    .linkedin {
        display: none;
    }

    .title-projecten {
        text-align: center;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: center;
        margin-top: 120px;
    }

    .heading-diensten {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        width: 350px;
        color: #0080C8;
        text-align: left;
    }

    .diensten-text {
        color: #004A5C;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 525px;
        text-align: left;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 220px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        margin-top: 70px;
        margin-bottom: -30px;
    }



}

@media screen and (max-width: 800px) {

    .linkedin {
        display: none;
    }

    .telefoon {
        color: #0080C8;
    }

    .title-projecten {
        text-align: center;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: center;
        margin-top: 120px;
    }

    .heading-diensten {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        width: 350px;
        color: #0080C8;
        text-align: left;
    }

    .diensten-text {
        color: #004A5C;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 525px;
        text-align: left;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 220px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        margin-top: 70px;
        margin-bottom: -30px;
    }


}

@media screen and (max-width: 790px) {

    .linkedin {
        display: none;
    }

    .title-projecten {
        text-align: center;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: center;
        margin-top: 120px;
    }

    .heading-diensten {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        width: 350px;
        color: #0080C8;
        text-align: left;
    }

    .diensten-text {
        color: #004A5C;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 525px;
        text-align: left;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 220px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        margin-top: 70px;
        margin-bottom: -30px;
    }



}

@media screen and (max-width: 768px) {

    .linkedin {
        display: none;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: center;
        margin-top: 120px;
    }

    .heading-diensten {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        width: 250px;
        color: #0080C8;
        text-align: left;
    }

    .diensten-text {
        color: #004A5C;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 225px;
        text-align: left;
    }

    .button-img {
        margin-bottom: 5px;
    }



    .title-hero {
        text-shadow: 0 5px 10px #000000;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        text-align: center;
        margin-bottom: 80px;
    }

    .welkom {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 35px;
        font-weight: 900;
        line-height: 30px;
        text-align: left;
        margin-top: 80px;
    }

    .dot4 {
        display: none;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: left;
        margin-top: 120px;
    }

    .text {
        color: #004A5C;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        margin-left: 5px;
    }

    .title-projecten {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        text-align: left;
        padding-top: 100px;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 5px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        position: relative;
        bottom: -10px;
        margin-bottom: 20px;
    }

    .button-overbot {
        background-color: #004A5C;
        width: 202px;
        height: 40px;
        border: none;
        margin: 0 auto;
        cursor: pointer;
        margin-top: -90px;
        margin-left: -60px;
        display: block;
    }

    .button-contact {
        background-color: #0080C8;
        width: 140px;
        height: 40px;
        border: none;
        cursor: pointer;
        margin-bottom: 20px;
    }

}

@media (min-width: 767px) {
    .grid-item2 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: auto;
        width: 50%;
    }

}

@media (max-width: 575px) {

    .linkedin {
        display: none;
    }

    .col-sm {
        width: 75%;
        position: relative;
        left: 5%;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: center;
        margin-top: 120px;
    }

    .heading-diensten {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        width: 250px;
        color: #0080C8;
        text-align: left;
    }

    .diensten-text {
        color: #004A5C;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 225px;
        text-align: left;
    }

    .button-img {
        margin-bottom: 5px;
    }



    .title-hero {
        text-shadow: 0 5px 10px #000000;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        text-align: center;
        margin-bottom: 80px;
    }

    .welkom {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        line-height: 30px;
        text-align: left;
        margin-top: 80px;
    }

    .dot4 {
        display: none;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: left;
        margin-top: 120px;
    }

    .text {
        color: #004A5C;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        margin-left: 5px;
    }

    .title-projecten {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        text-align: left;
        padding-top: 100px;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 5px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        position: relative;
        bottom: -10px;
        margin-bottom: 20px;
    }

    .button-overbot {
        background-color: #004A5C;
        width: 202px;
        height: 40px;
        border: none;
        margin: 0 auto;
        cursor: pointer;
        margin-top: -90px;
        margin-left: -60px;
        display: block;
    }

    .button-contact {
        background-color: #0080C8;
        width: 140px;
        height: 40px;
        border: none;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .bg-footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footertext1 {
        text-align: center;
    }

    .footertext2 {
        text-align: center;
    }

    .footertext3 {
        text-align: center;
    }
}

@media screen and (max-width: 650px) {

    .bot {
        margin-left: 15px;
    }

    .navbar-nav{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 500px) {

    .linkedin {
        display: none;
    }

    .button-img {
        margin-bottom: 5px;
    }



    .title-hero {
        text-shadow: 0 5px 10px #000000;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        text-align: center;
        margin-bottom: 80px;
    }

    .welkom {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        line-height: 30px;
        text-align: left;
        margin-top: 80px;
    }

    .dot4 {
        display: none;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 30px 30px 30px 50px;
        text-align: left;
        margin-top: 120px;
    }

    .text {
        color: #004A5C;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        margin-left: 5px;
    }

    .title-projecten {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        text-align: left;
        padding-top: 100px;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 5px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        position: relative;
        bottom: -10px;
        margin-bottom: 20px;
    }

    .button-overbot {
        background-color: #004A5C;
        width: 202px;
        height: 40px;
        border: none;
        margin: 0 auto;
        cursor: pointer;
        margin-top: -90px;
        margin-left: -60px;
        display: block;
    }

    .button-contact {
        background-color: #0080C8;
        width: 140px;
        height: 40px;
        border: none;
        cursor: pointer;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {

    .linkedin {
        display: none;
    }

    .button-img {
        margin-bottom: 5px;
    }



    .title-hero {
        text-shadow: 0 5px 10px #000000;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        text-align: center;
        margin-bottom: 80px;
    }

    .welkom {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        line-height: 30px;
        text-align: left;
        margin-top: 80px;
    }

    .dot4 {
        display: none;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 20px 0px 20px 20px;
        text-align: left;
        margin-top: 120px;
    }

    .text {
        color: #004A5C;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        margin-left: 5px;
    }

    .title-projecten {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        text-align: left;
        padding-top: 100px;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 5px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        position: relative;
        bottom: -10px;
        margin-bottom: 20px;
    }

    .button-overbot {
        background-color: #004A5C;
        width: 202px;
        height: 40px;
        border: none;
        margin: 0 auto;
        cursor: pointer;
        margin-top: -90px;
        margin-left: -60px;
        display: block;
    }

    .button-contact {
        background-color: #0080C8;
        width: 140px;
        height: 40px;
        border: none;
        cursor: pointer;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 350px) {

    body{
        overflow-x: hidden;
    }

    .linkedin {
        display: none;
    }

    .col-sm {
        width: 100%;
        position: relative;
        left: 0;
    }

    .button-img {
        background-color: #0080C8;
        border: #0080C8 solid 1px;
        width: 60%;
        margin-bottom: 5px;
        transition: .3s;

    }

    .button-img:hover {
        background-color: #004A5C;
        border: #004A5C solid 1px;

    }


    .title-hero {
        text-shadow: 0 5px 10px #000000;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        text-align: center;
        margin-bottom: 80px;
    }

    .welkom {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        line-height: 30px;
        text-align: left;
        margin-top: 80px;
    }

    .dot4 {
        display: none;
    }

    .diensten {
        background-color: #ffffff;
        border-radius: 10px;
        margin: 20px;
        padding: 20px 0px 20px 20px;
        text-align: left;
        margin-top: 120px;
    }

    .text {
        color: #004A5C;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        margin-left: 5px;
    }

    .title-projecten {
        color: #0080C8;
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        font-weight: 900;
        text-align: left;
        padding-top: 100px;
    }

    .button-projecten {
        background-color: #0080C8;
        width: 265px;
        height: 40px;
        border: none;
        margin-left: 5px;
        margin-bottom: 100px;
        float: left;
        cursor: pointer;
    }

    .title-overbot {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 900;
        text-align: center;
        position: relative;
        bottom: -10px;
        margin-bottom: 20px;
    }

    .button-overbot {
        background-color: #004A5C;
        width: 202px;
        height: 40px;
        border: none;
        margin: 0 auto;
        cursor: pointer;
        margin-top: -90px;
        margin-left: -60px;
        display: block;
    }

    .button-contact {
        background-color: #0080C8;
        width: 140px;
        height: 40px;
        border: none;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .title-hero.bigger {
        font-size: 40px;
    }
}







