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;
    }

    h2 {
        color: #bbb;
        font-size: 21px;
    }

    .h3 {
        color: #bbb;
        font-weight: 700;
        font-size: 20px;
    }
    p + .h3 {
        position: relative;
        top: -20px;
    }
    
    /* bovenkant */
    
    .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 {
        position: relative;
        background: gray;
    }

    .heroBox .heroImg img {
        width: 100%;
    }
    
/* bodyAssortiment */

    .bodyAssortiment {
        max-width: 1200px;
        margin: 0 auto;
    }

    .introTekst {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
    }


    .producten {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .producten img {
        width: 100%;
        height: auto;
    }

    .producten p {
        margin: 0px;
        opacity: 0;
        transition: all .3s ease;
    }

    .moreInfo {
        background: #e10a17;
        color: #fff;
        cursor: pointer;
    }

    .pro1:nth-child(3n) {
        margin-right: 0;
    }

    .pro1 {
        width: 45%;
        margin-right: 2%;
        height: auto;
        margin-bottom: 20px;
        text-align: center;
        color: #000;
        font-weight: 700;
        transition: all .3s ease;
    }

    .pro1 a{
        text-decoration: none;
        color: #000;
    }

    .pro1:hover p {
        opacity: 1;
    }



    .pro1:hover {
    box-shadow: 0px 1px 20px 8px #ccc;
    }


/* 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: 800px) { 
        .pro1 {
            min-width: 47%;
        }

    }

    
@media only screen and (max-width: 760px) {
    /* responsive Menu */
    .bovenkantHolder { position: fixed; background: #fff; z-index: 1;}
    .resbalk { height: 100px;}
    .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;}
}
    

    @media only screen and (max-width: 600px) { 
        .pro1 {
            min-width: 60%;
        }

    }

