html {
    scroll-behavior: smooth;
    font-family: effra, sans-serif;
    letter-spacing: 0.01em;
}


h1 {
    font-weight: 600;
    font-size: 80px;
    color: white;
    line-height: 1.2;
    letter-spacing: 0.03em
}

h2 {
    font-weight: 600;
    font-size: 45px;
}

p {
    line-height: 1.4;
    font-size: 18px;
}

h3  {
    color: #88b029;
    font-size: 24px;
    line-height: 1.3;
}


/* menu */

.menuknoppen {
    display: inline-block;
    float: right;
    margin-top: 43px;
    margin-right: 40px;
}

.menuknoppen a {
    font-size: 20px;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    padding-left: 40px;
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 0.5s, transform 0.5s;
    display: inline-block;
}

.menuknoppen a:hover {
    color: #88b029;
    -webkit-transform: scale3d(1.06, 1.06, 1);
    transform: scale3d(1.06, 1.06, 1)
}

.menuknoppen a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.header {
    background-color: #FFFFFF;
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 3;
}

.header ul {
    padding-top: 25px;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
}

.header li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    color: #000000;
}

.header li a:hover,
.header .menu-btn:hover {
        color: #88b029;
    }

.logo img {
    margin-top: 26px;
    margin-left: 40px;
    width: 200px;
}

/* menu */


.header .menu { 
  clear: right;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.menu-btn{
    display: none;
}

/* eind menu */

/* landing */
.landing {
    margin-top: 88px;
    height: 1100px;
    background-image: url(../img/landing.jpg);
    background-size: cover;
    background-position:top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.titel {
    padding-top: 250px;
    text-align: center;
}

.balkje {
    position: relative;
    margin: auto;
    margin-top: 10px;
    height: 4px;
    width: 56px;
    background-color: #88b029;
}

.pijl {
    display: block;
    height: 42px;
    margin: auto;
    margin-top: 25px;
}

.landing h3 {
    margin-top: 30px;
    text-align: center;
    color: white;
    font-size: 30px;
}


#over {
    position: absolute;
    top:850px;
}
/* eind landing */

/* over */

.over {
    height: 500px;
    width: 75%;
    min-width: 920px;
    margin: auto;
}

.profielfoto {
    height: 550px;
    float: right;
    margin-top: -50px;
}

.overtekst {
    margin-top: 65px;
    display: inline-block;
    width: 50%;
    max-width: 550px;
}

.overtekst a {
    color: #88b029;
}


.balkjeover {
    height: 4px;
    width:40px;
    background-color: #88b029;
    margin: 17px 0px;
    
}


.profielfotomobiel {
    display: none;
}
/* eind over */

/* werk */

.werktitel {
    height: 400px;
    background-image: url(../img/werk.jpg);
    background-size: cover;
    background-position:top;
    background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.werktitel h1 {
    text-align: center;
    padding-top: 145px;
}

.werkstuklinks {
    margin: auto;
    margin-top: 200px;
    margin-bottom: 200px;
    width: 1040px;
    max-width: 100%;
    height: 450px;
}

.werkstukrechts {
    margin: auto;
    margin-top: 200px;
    margin-bottom: 200px;
    width: 1040px;
    max-width: 100%;
    height: 450px;
    
}

.werkstukrechts img {
    float: right;
    width: 610px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 0.5s, transform 0.5s;
}

.werkstukrechts img:hover {
    opacity: 0.8;
     -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
}

.werkstuklinks img {
    float: left;
    width: 610px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 0.5s, transform 0.5s;
}

.werkstuklinks img:hover {
    opacity: 0.8;
     -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
}

.werkstukrechts .introtekst {
    float: left;
    padding-top: 0px;
    width: 360px;
}

.werkstuklinks .introtekst {
    float: right;
    padding-top: 30px;
    width: 360px;
}

.introtekst h2 {
    font-size: 50px;
}

.introtekst h3 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.werklink {
    margin-top: 30px;
    text-decoration: none;
    display: inline-block;
    color: #000000;
    padding: 8px 24px;
    text-align: center;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 0.5s, transform 0.5s;
    border: solid #000000 2px;
    border-radius: 30px;
    transition: 0.3s;
}


.werklink:hover {
    border: solid #000000 2px;
    background-color: #000000;
    color: #FFFFFF;
   
}

/* eind werk */


/* contact */

.contact {
    width: 100%;
    background-image: url(../img/contact.jpg);
    background-size: cover;
    background-position:top;
    background-attachment: fixed;
}

.contact h1 {
    padding-top: 100px;
    text-align: center;
}

.contactinfo {
    display: flex;
    margin: auto;
    width: 480px;
    margin-top: 80px;
}

.tussenlijn {
    margin: auto 20px;
    width: 2px;
    height: 24px;
    background-color: #FFFFFF;
}

.contact a{
    margin: 2px auto;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
}

.contact a:hover {
    color: #88b029;
}

.contact i {
    color: #FFFFFF;
    font-size: 50px;
    margin: 50px 12px 0px 12px;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.contact i:hover {
    color: #88b029;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

footer {
    height: 200px;
    background-color: #88b029;
    color: #FFFFFF;
}

footer i {
    color: #FFFFFF;
    font-size: 50px;
    margin: -10px 12px 0px 12px;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

footer i:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

footer p {
    line-height: 2;
    font-size: 16px;
}


.contactcenter {
    width: 400px;
    margin: auto;
    padding-top: 60px;
}

.socialmedia {
    margin: auto;
    text-align: center;
}

.socialmediafooter {
    margin: auto;
    text-align: center;
    width: 400px;
}

.contactonder {
    display: block;
    padding-top: 17px;
    text-align: center;
}

.bedrijfsinfo {
    padding-top: 55px;
    float: left;
    margin-left: 10%;
}

.zakelijkeinfo {
    float: right;
    text-align: right;
    margin-right: 10%;
    padding-top: 55px;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.contactondermobiel {
    display: none;
}

/* eind contact */

/* contactformulier */

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 16px;
    resize: vertical;
    border: none;
    margin-bottom: 30px;
}

input[type=submit] {
    background-color: none;
    border: solid #FFFFFF 2px;
    background: none;
    cursor: pointer;
    padding: 8px 20px;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 20px;
    transition: 0.3s;
}

input[type=submit]:hover {
    color: #000000;
    background-color: #FFFFFF;

}

.formulier {
    width: 50%;
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 100px;
}

.formulier label {
    color: #FFFFFF;
    font-size: 20px;
}

.formulier .bevestiging {
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
}

@media (max-width: 1460px) {
    .profielfoto {
        margin-top: 50px;
        height: 450px;
    }
    
    .overtekst {
        width: 40%;
        min-width: 540px;
    }
}

@media (max-width: 1340px) {
    .over {
        height: auto;
        background-color: white;
        width: 100%;
        padding: 50px 0px;
    }

    .profielfoto {
        display: none;
    }
    
    .profielfotomobiel {
        display: block;
        width: 30%;
        margin: auto;
        margin-top: -500px;
    }
    
        
    
    .overtekst {
        display: block;
        margin: auto;
        padding: 0px;
        width: 80%;
    }
}

@media (max-width: 1080px) {
    
    .landing h1 {
        width: 80%;
        margin: auto;
        font-size: 70px;
    }
    
    .werkstuklinks {
        height: auto;
        margin: 30px auto;
    }
    
    .werkstukrechts {
        height: auto;
        margin: 30px auto;
    }
    
    .werkstuklinks img{
        float: none;
        display: block;
        margin: auto;
        width: 80%;
    }
    
    .werkstukrechts img{
        float: none;
        display: block;
        margin: auto;
        width: 80%;
        margin-top: 25%;
    }
    
    .werkstuklinks .introtekst {
        width: 70%;
        float: none;
        display: block;
        margin: auto;
        padding-top: 30px;
    }
    
        .werkstukrechts .introtekst {
        width: 70%;
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 75px;
        padding-top: 40px;
    }
    
    .over {
        min-width: 0px;
    }
    
    .overtekst {
        width: 80%;
        margin: auto;
        min-width: 0px;
    }


    .footercontent {
        clear: none;
    }
    
    .contactinfo {
        width: 100%;
    }
       footer {
        height: auto;
    }
    
    .bedrijfsinfo {
        float: none;
        display: block;
        text-align: center;
        margin: auto;
        padding-top: 40px;
    }
    
    .zakelijkeinfo {
        float: none;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-top: 0px;
    }
    
    .contactonder {
        padding-bottom: 40px;
    }
    
    .contactcenter {
        width: 80%;
    }
    
    .socialmediafooter {
        width: 100%;
        line-height: 5;
    }
        .profielfotomobiel {
        width: 50%;
            max-width: 480px;
    }

    
}

@media (max-width: 820px) {
    
    .socialmedia i {
        font-size: 40px;
    }
}
    
    
    

@media (max-width: 700px) {
    
    .menuknoppen {
        display: none;
    }
    
    h1 {
        font-size: 50px;
    }
    .introtekst h2 {
        font-size: 40px;
    }
    
    .introtekst h3 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .titel {
        margin: auto 10%;
    }
    
    .landing {
        margin-top: 0px;
    }
    
    .landing h1 {
        font-size: 45px;
    }
    
    
    .landing h3 {
        display: block;
        margin: auto;
        margin-top: 60px;
        width: 80%;
    }
    
    .profielfotomobiel {
        width: 55%;
    }
    
    .contactinfo {
        width: 70%;
        display: block;
        text-align: center;
    }
    
    .tussenlijn {
        height: 2px;
        width: 30px;
        margin: 20px auto;
        
    }
    
    .contact h1 {
        width: 100%;
    }
    
    /* menu icon */

    .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding-right: 30px;
        padding-top: 46px;
        padding-bottom: 19px;
        position: relative;
        user-select: none;
        }

    .navicon {
        background-color: #4A4B4D;
        display: block;
        height: 3px;
        position: relative;
        transition: background .2s ease-out;
        width: 28px;
}

    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
        background: #4A4B4D;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }
    
    .header .menu-icon .navicon:before {
    top: 9px;
    }

    .header .menu-icon .navicon:after {
        top: -9px;
    }
    
    .formulier {
        width: 75%;
    }

/* menu btn */

    .menu-btn {
        display: none;
        }
    
    .menu-btn:checked ~ .menu {
        max-height: 240px;
    }

    .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

    .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    .header .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }
}

@media (min-width: 1900px) {
    
    .landing {
        height: 1300px;
    }
    
    .over {
        height: 500px;
        width: 65%;
    }
    
    .profielfoto {
        height: 600px;
        margin-top: -100px;
    }
    
    .overtekst {
        width: 600px;
        margin-top: 60px;
    }
    
    .titel {
        padding-top: 300px;
    }
    
    
    .werkstukrechts {
        width: 1200px;
        margin-top: 300px;
        margin-bottom: 300px;
    }
    
    .werkstukrechts img {
        width: 700px;
    }
    
    .werkstukrechts .introtekst {
        width: 420px;
    }
    
    .werkstukrechts .introtekst {
        padding-top: 50px;
    }
    
    .introtekst p {
        font-size: 20px;
    }
      
    .werkstuklinks {
        width: 1200px;
        margin-top: 300px;
        margin-bottom: 300px;
    }
    
    .werkstuklinks img {
        width: 700px;
    }
    
    .werkstuklinks .introtekst {
        width: 420px;
    }
    
    .werkstuklinks .introtekst {
        padding-top: 50px;
    }
    
    table {
        width: 1200px!important;
        height: 700px!important;
    }
    
    .logosingle img {
        width: 700px!important;
    }
    
    .mockup {
        width: 1200px!important;
    }
    
    .logocontainerduo {
        width: 1200px!important;
        height: 700px!important;       
    }
    
    .logoicon {
        margin-top: 150px!important;
        width: 300px!important;
    }
    
    .logoiconsmall {
        margin-top: 270px!important;
    }
    
    .duoimg {
        width: 1200px!important;
    }
    
    .mockupsmallleft {
        width: 550px!important;
    }
    
    .mockupsmallright {
        width: 550px!important;
    }
    
}