* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
    /*outline: 1px solid red;*/
}

/*
green : #07b28b
darkgray : #222222
lightergray : #333333
offwhite : #f5f5f5 for body
offer white: #d9d9d9 for sections darker
section cta : #222222/#111111
padding tussen divs 40px
*/

html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: clip;
}

body {
    background-color: #f5f5f5;
    width: 100%;
    overflow-x: clip;
}

#hero,
#diensten,
#projecten,
#werkwijze,
#klanten,
#calltoaction {
    width: 100%;
    padding: 50px 20px 50px 20px;
}

#diensten,
#werkwijze {
    background-color: #d9d9d9;
}

#calltoaction {
    background-color: #222;
    color: #f5f5f5;
}

.icon,
.logo {
    width: 50px;
    height: auto;
    padding: 5px;
    transition: all .3s;
}



.border-icons {
    position: relative;
}

.border-icons::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #07b28b;
    border-radius: 100%;
    top: -7px;
    left: -7px;
}

footer .icon {
    border: none;
    border-radius: 0px;
    transition: all .3s;
}
header div a:hover, footer a:hover{
    scale: 1.1;
}

.button{
    display: inline-block;
    position: relative;
    width: 250px;
    height: 40px;
    border: 1px solid #222222;
    box-shadow: 0px 0px 10px -6px #000000;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px;
    color: #222;
    text-align: center;
    transition: all .3s;
}

.button:hover{
    background-color: #222;
    color: #f5f5f5;
    scale: 1.1;
}

.black{
    color: #f5f5f5;
    background-color: #222;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 10px -6px #000;
}

.black:hover{
    background-color: #f5f5f5;
    color: #222;
    border: 1px solid #222;
}

.advies{
    border: none;
}

h5 {
    text-transform: uppercase;
    color: #07b28b;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

h2 {
    text-align: center;
    padding-bottom: 20px;
}

img {
    max-width: 80%;
    height: auto;
}

#diensten-text,
#projecten-text, #werkwijze-text {
    padding-bottom: 40px;
}

.active{
    padding-bottom: 0px;
    border-bottom: 3px solid #07b28b;
    margin: 0px 8px 0px 8px;
}

/********************************************************
Header
*/

header h4 {
    width: fit-content;
    font-size: 22px;
    color: #222;
}

header div a {
    display: flex;
    align-items: center;
    transition: all .3s;
}

nav {
    width: 100vw;
    position: fixed;
    background-color: #222;
    height: 100vh;
    top: -100vh;
    transition: 0.4s;
    cursor: pointer;
    z-index: 99;
}

li {
    list-style: none;
    height: 20vh;
    padding: 0px;
    display: grid;
    align-items: center;
    transition: 0.2s ease-in;
}

header li a {
    color: #f5f5f5;
}

header li:hover {
    background-color: #f5f5f5;
}

header li:hover a {
    color: #222;
}

header a {
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
}

#burger {
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
    transform: translateX(-15px);
}

.stripes {
    width: 100%;
    height: 5px;
    background-color: #222;
    border-radius: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

#burger .stripes:nth-child(1) {
    top: 25%;
}

#burger .stripes:nth-child(3) {
    top: 75%;
}

.floepsie {
    top: 0px;
}

/*****************************************************************************
MAIN
HERO
*/

#hero-slogan {
    border: 1px solid #07b28b;
    border-radius: 15px;
    padding: 0px 5px 0px 20px;
    width: fit-content;
    box-shadow: 0px 0px 10px -6px #000000;
}

#hero-slogan p {
    position: relative;
    font-size: 15px;
}

#hero-slogan p::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #07b28b;
    border-radius: 100%;
    top: 6px;
    left: -15px;
}

h1,
#hero span {
    font-family: 'Brawler', 'Times New Roman', serif;
    font-size: 32px;
    padding: 15px 0px;
    font-weight: 700;
}

.resultaat-blue {
    color: #07b28b;
    font-family: 'Brawler', 'Times New Roman', serif;
}

#hero-intro p {
    font-size: 18px;
    padding-bottom: 15px;
    opacity: 0.5;
}

#hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

#hero-picture {
    padding-bottom: 40px;
}

#hero-blocks {
    width: 100%;
}

.grid {
    max-width: 100%;
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 4fr;
    padding-bottom: 20px;
}

.border-icons {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-self: center;
}

/*****************************************************************************
MAIN
DIENSTEN
*/

/*****************************************************************************
MAIN
PROJECTEN
*/

#projecten-blocks p {
    padding-bottom: 40px;
}

#projecten-blocks img {
    border-radius: 5px;
    box-shadow: 0px 0px 10px -6px #000000;
}

#projecten div a{
    text-decoration: none;
    color: #222;
}

#projecten h3{
    transition: all .3s;
}

#projecten a:hover h3{
    font-size: 26px;
    color: #07b28b;
}

.disclaimer{
    font-size: 8px;
}

/*****************************************************************************
MAIN
KLANTEN
*/

.klanten-blocks-single {
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -6px #000000;
    padding: 20px;
    display: grid;
    grid-template-columns: 20% 80%;
}

#klanten-apostroph p {
    line-height: 30%;
    font-size: 80px;
    color: #07b28b;
    padding-top: 15px;
}

#klanten-apostroph {
    grid-column: span 2;
}

.review {
    grid-column: span 2;
    padding-bottom: 20px;
}

.klanten-letter {
    width: 40px;
    grid-row: 3/5;
    font-size: 25px;
    border: 2px solid #07b28b;
    text-align: center;
    border-radius: 100%;
}

/*****************************************************************************
MAIN
CALLTOACTION
*/

.green {
    background-color: #07b28b;
    color: #f5f5f5;
}

.green:hover{
    background-color: #f5f5f5;
    color: #07b28b;
}

#calltoaction .button {
    box-shadow: 0px 0px 10px -6px #f5f5f5;
}

#calltoaction-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#calltoaction-text p {
    opacity: 0.5;
}

/*****************************************************************************
FOOTER
*/

footer {
    padding: 25px 25px 0px 25px;
}

footer section {
    padding-bottom: 40px;
}

footer section:last-child {
    padding-bottom: 5px;
}

#footer-text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
}

#footer-logo {
    grid-column: span 3;
}

#footer-logo a {
    display: flex;
    align-items: center;
    transition: all .3s;
}

#footer-text p {
    grid-column: span 3;
}

#footer-socials {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .icon {
    width: 35px;
    height: auto;
}

footer a {
    text-decoration: none;
    color: #222;
    font-size: 16px;
    transition: all .3s;
}

footer h6 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    padding-bottom: 10px;
}

#footer-bedrijf {
    display: grid;
}

#footer-bedrijf a {
    text-align: left;
}

#footer-contact {
    display: grid;
    justify-items: left;
    align-items: center;
}

#footer-contact a {
    display: flex;
    align-items: center;
}

#footer-copyrights {
    display: grid;
    justify-items: left;
}

/*****************************************************************************
CONTACT PAGE
*/

#contact-intro, #contact-form{
    padding: 20px 20px 30px 20px;
}

#contact-form{
    width: 90%;
    margin: 0 auto;
    border: 1px solid #222222;
    box-shadow: 0px 0px 10px -6px #000000;
    border-radius: 5px;
}

input, textarea{
    width: 100%;
    height: 30px;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #222;
    margin-bottom: 15px;
    max-width: 350px;
    box-shadow: 0px 0px 10px -6px #000000;
}
textarea{
    height: 120px;
    max-width: 700px
}
#contact-form h3{
    padding-bottom : 5px;
}

#contact-form button{
   display: inline-block;
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 40px;
    border: 1px solid #222222;
    box-shadow: 0px 0px 10px -6px #000000;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    background-color: #222;
    color: #f5f5f5;
    text-align: center;
    transition: all .3s;
}
button:hover{
    scale: 1.1;
    cursor: pointer;
}

.g-recaptcha{
    font-size: 10px;
    max-width: 700px;
}


/*****************************************************************************
MEDIAQUERIES
*/

@media (min-width: 425px) {

    #hero,
    #diensten,
    #projecten,
    #werkwijze,
    #klanten,
    #calltoaction {
        width: 100%;
        padding: 50px 40px 50px 40px;
    }
}

@media(min-width: 768px) {
    #burger {
        display: none;
    }

    header {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 10px 10px 0px 10px;
    }

    nav {
        position: relative;
        top: 0;
        width: fit-content;
        height: fit-content;
        background-color: transparent;
    }

    ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    li {
        width: fit-content;
        height: fit-content;
    }

    header li a {
        padding: 10px;
        color: #222;
        font-size: 16px;
        position: relative;
        transition: all .3s;
    }

    header li a:hover{
        background-color: #07b28b;
        color: #f5f5f5;
        scale: 1.1;
    }

    nav .advies {
        background-color: #07b28b;
    }

    h1,
    #hero span {
        font-size: 60px;
    }

    #hero-intro p {
        font-size: 24px;
    }

    #hero-buttons {
        flex-direction: row;
        justify-content: space-around;
    }

    #hero-picture {
        width: fit-content;
        margin: 0 auto;
    }

    img {
        max-width: 500px;
        height: auto;
    }

    #hero-blocks {
        width: fit-content;
        margin: 0 auto;
    }

    .grid {
        grid-template-columns: 50px auto;
    }

    #diensten-blocks,
    #werkwijze-blocks {
        display: grid;
        column-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    h2 {
        font-size: 40px;
        width: 450px;
        margin: 0 auto;
    }

    #projecten h2 {
        width: 400px;
    }

    #diensten-text p,
    #projecten-text p,
    #calltoaction-text p,
    #werkwijze-text p {
        font-size: 18px;
        text-align: center;
        width: 450px;
        margin: 0 auto;
    }

    #projecten-blocks,
    #klanten-blocks {
        width: 500px;
        margin: 0 auto;
    }

    #projecten-blocks div {
        width: 100%;
    }

    #projecten .button {
        display: grid;
        justify-self: center;
    }

    footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    #footer-text,
    #footer-bedrijf {
        grid-column: 1/2;
    }

    #footer-diensten,
    #footer-contact {
        grid-column: 3/4;
    }

    #footer-copyrights {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column: 1/4;
    }

    #wrapper-contact{
        display: grid;
        grid-template-columns: 60% 40%;
        padding: 50px 0px;
    }
    #contact-form h2{
        width: auto;
        font-size: 30px;
    }
}

@media (min-width: 1024px) {


    #hero {
        display: grid;
        grid-template-columns: 55% 45%;
    }

    h1 {
        font-size: 52px;
    }

    #hero-buttons {
        flex-direction: column;
    }

    #hero-blocks .grid {
        display: flex;
        flex-direction: column;
        text-align: center;
        max-width: 320px;
    }

    #hero-blocks {
        grid-column: span 2;
        display: flex;
        column-gap: 8vw;
    }

    #diensten-blocks,
    #werkwijze-blocks {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 20px;
    }

    #diensten .grid,
    #werkwijze .grid {
        display: flex;
        flex-direction: column;
        text-align: center;
        background-color: #f5f5f5;
        min-height: 200px;
        padding: 20px 25px 10px 25px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px -6px #000000;
        max-width: 325px;
    }

    .grid h3,
    .grid h4 {
        padding: 25px 0px 10px 0px;
    }

    #projecten-blocks {
        width: 650px;
    }

    #projecten-blocks img {
        max-width: 650px;
    }
    #projecten-blocks h3{
        font-size: 22px;
    }

    #calltoaction {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #calltoaction-blocks {
        justify-content: center;
    }

    footer {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 50px;
    }

    #footer-text {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    #footer-diensten {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    #footer-bedrijf {
        grid-column: 3/4;
        grid-row: 1/2;
        display: flex;
        flex-direction: column;
    }

    #footer-contact {
        grid-column: 4/5;
        grid-row: 1/2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #wrapper-contact{
        grid-template-columns: 40% 60%;
        
    }
}

@media (min-width: 1400px){
    #hero-text{
        max-width: 750px;
    }
    #hero-blocks, #diensten-blocks, #werkwijze-blocks{
        max-width: 1200px;
        margin: 0 auto;
    }
     #wrapper-contact{
        max-width: 1440px;
        margin: 0 auto;
        
    }
}