body {
    margin: 0px;
    font-size: 17px;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    }

    p a {
        color: inherit;
        text-decoration: none;
        border-bottom: solid 1px;
        padding-bottom: 2px;
    }

    p a:hover {
        opacity: 0.7;
    }
    p a {
        color: inherit;
        text-decoration: none;
        border-bottom: solid 1px;
        padding-bottom: 2px;
    }

    p a:hover {
        opacity: 0.7;
    }

    a {
        color: inherit;
        text-decoration: none;
        border-bottom: solid 1px;
        padding-bottom: 2px;
    }
    
    /* Font */
    h1 + p {
        position: relative;
        top: -20px;
    }
    
    h1 {
        color: #e10a17;
    }
    .h1 {
        color: #e10a17;
        font-size: 42px;
        font-weight: 700;
    }
    h3 {
        color: #bbb;
    }
    p + h3 {
        position: relative;
        top:-20px;
    }
    
    /* bovenkant */

    .callToAction a {
        display: table;
        margin: 0 auto;
        border-radius: 3px;
        background: #e10a17;
        font-weight: 700;
        padding: 10px 11px;
        color: #fff;
        text-decoration: none;
    }
    .callToAction a:hover {
        background: #c7020f;
    }
    
    .bovenkantHolder {
        position: relative;
        height: 100px;
        width: 100%;
    }
    .bovenkantHolder .backgroundBovenkant {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        border-bottom: 3px solid #666;
    }

    .logo {
        top: 25px;
        position: absolute;
        left: 20px;
        max-width: 230px;

    }
    .hamburgerMenu {
    width: 40px;
    position: absolute;
    right: 10px;
    top: 33px;
    cursor: pointer;
    display: none;
}
    .hamburgerMenu {
    width: 40px;
    position: absolute;
    right: 10px;
    top: 33px;
    cursor: pointer;
    display: none;
}
    
    .menu {
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
    }
    .menu ul {
        margin: 0;
        padding: 0px;
        position: absolute;
        top: 35px;
        right: 20px;
    }

    #dropDowmMenu {
        display: none;
    }
    
    .menu li{
        display: inline-block;
    }
    
    .menu li a{ transition: all .3s ease;
        text-decoration: none;
        color: #666;
        font-weight: 700;
        font-size: 20px;
        margin-left: 20px;
        border-bottom: none;
        display: block;
        padding:0;
    }
    
    .menu li a:hover {
    color: #e10a17;
    }

/* herobox */
.heroBox {
    position: relative;
}

.heroBox .heroImg img {
    width: 100%;
    height: auto;
    position: relative;
}

.heroDiscription h1 {
color: #fff;
}

.heroDiscription {
    color: #fff;
    padding: 5px 20px;
    background: rgba(225, 10, 23, 0.8);
    width: 50%;
}

.wrap {
    bottom: 50px;
    box-sizing: border-box;
    left: -50%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    position: absolute;
    right: -50%;
    width: 100%;
}


/* bodyflex */

.bodyFlex .subLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.bodyFlex .subLinks a {
margin-right: 20px;
margin-top: 20px;
}
.bodyFlex .subLinks h3 {
    margin: 0;
}

.bodyFlex .subLinks a:hover h3 {
color: #e10a17;
}

/* teksten */

.bodyFlex {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.bodyFlex .tekst {
    width: 47%;
}
.bodyFlex .tekst img {
    width: 100%;
    height: auto;

}

/* footer */
.footerHolder       {margin-top: 25px;width: 100%;background: #e10a17;}
    
.mainFooter {
    max-width: 1200px;
    margin: 0 auto;
    background: #e10a17;
    color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mainFooter .foot {
    max-width: 30%;
    min-width: 200px;
}

.mainFooter h3 {
    color: #fff;
}
    
.footerBarHolder    {width: 100%; background: #c7020f; }
.footerBar          { color: #fff; max-width: 1200px; background: #c7020f;}

@media only screen and (max-width: 1200px) {
    .tekst.image {
    width: 50%;
    }  

}

@media only screen and (max-width: 1000px) {
    .wrap {
        bottom: -9px;
        padding: 0;
    }
    
    .heroDiscription {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    
    .tekst.image {
    width: 100%;
    }  
    .tekst.adjust {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative;
    }

    .tekst.adjust div {
        width: 98%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 760px) {
    /* responsive Menu */
    .bovenkantHolder { position: fixed; background: #fff; z-index: 1;}
    .resbalk { height: 100px;}
    
    .hamburgerMenu {display: block;}
    
    #normalMenu {display: none;}
    
    .menu #dropDowmMenu {display: flex;flex-direction: column;left: 0;overflow: hidden;background: #fff; top: -250px; transition: all ease .3s; z-index: -1;}
 .menu li {z-index: -1; border-bottom: #666 1px solid; padding:0;}
 .menu li a {padding: 20px 0;}

    /*  */
    
    .wrap {
        position: relative;
        right: 0;
        left: 0;
        bottom: 31px;
    }
    .bodyFlex .tekst {
        width: 100%;
    }

    .tekst.adjust div {
        width: 100%;
    }
    .tekst.adjust {
        display: block;
    }

}