*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img
{
    width: 100%;
}
.verberg
{
    display: none;
}
.onzichtbaar
{
    visibility: hidden;
}
/* kleuren */
:root
{
    --font: 10pt/15pt Poppins, Arial, sans-serif;
    --gradient: linear-gradient(rba(2,40,121,0.42), rgba(205,126,47,0.6));
    --offwit: rgb(240, 240, 240);
    --offzwart: rgba(14, 14, 14, 1);
    --rood: #DE2046;
    --grijs: #BFBFBF;
    --blauw: #0c31aa;
    --shadow: rgba(0, 0, 0, 0.2);
}
/* fonts */
h1
{
    font-weight: 600;
    font-size: 1.8em;
    position: absolute;
    color: var(--offwit);
    bottom: 25px;
    left: 20px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px rgba(128, 128, 128, 1);
}
h2
{
    font-weight: 600;
    position: absolute;
    line-height: 1.8em;
    font-size: 1.8em;
    color: var(--offwit);
    right: 25px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px rgba(128, 128, 128, 1);
}
body
{
    font: var(--font);
    letter-spacing: 0.5px;
    color: var(--offzwart);
    background-color: var(--offwit);
}
/* layout */
/* niet tonen in Desktop */
.dt
{
    display: block;
}
.mob
{
    display: none;
}
#frame
{
    margin: 0px auto 0px auto;
    max-width: 1366px;
    min-width: 320px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    height: 100vh;
    width: 100vw;
}
.privacy-button
{
    width: 182px;
}
.voorwaarden-button
{
    width: 148px;
}
.terug-button
{
    width: 35px;
}
.mail-ons-button
{
    width: 111px;
}
/* hero */
.hero-dt
{
    position: relative;
    grid-row: 1 / 2;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}
.hero-bg
{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 0%, 75% 100%, 25% 100%);
    background: linear-gradient(rgba(2, 40, 121, 0.42), rgba(205, 126, 47, 0.6));
}
/* linker deel */
.links
{
    width: 100%;
    margin-top: 50px;
    margin-right: 25px;
    padding-left: 25px;
    grid-column: 1 / 2;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: (15% 15% auto);
}
.logo
{
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    width: 90%;
}
.adres
{
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.mail-ons-button
{
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}
.welkom-tekst
{
    grid-column: 1 / 4;
    grid-row: 3 / 4;
    margin-top: 25px;
    border: 0.5px solid var(--grijs);
    border-radius: 10px;
    padding: 15px;
    height: auto;
    box-shadow: 3px 3px 5px var(--shadow);
    background-color: var(--offwit);
}
/* rechter deel */
.rechts
{   position: relative;
    grid-column: 2 / 3;
    width: 90%;
    margin-top: 25px;
    height: 100%;
    margin-left: 5%;
    padding: 25px;
}
.rechts-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 365px;
    height: 424px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
}

.keuze-row-1{
    grid-row: 1/2;
}
.keuze-row-2{
    grid-row: 2/3;
}
.keuze-row-3{
    grid-row: 3/4;
}
.keuze-row-1, .keuze-row-2, .keuze-row-3{
    display: flex;
    }
.binnen-k
{
    position: relative;
    width: 100%;
    min-width: 162px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding: 15px;
}
.buiten-k
{
    position: relative;
    min-width: 162px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding: 15px;
}
.tuin-k
{
    position: relative;
    min-width: 162px;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 15px;
}
.gazon-k
{
    position: relative;
    min-width: 162px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding: 15px;
}
.bestrating-k
{
    position: relative;
    min-width: 162px;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    padding: 15px;
}
.renovatie-k
{
    position: relative;
    min-width: 162px;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    padding: 15px;
}
/* foto, info */
section
{
    margin: 50px 50px 50px 50px;
    display: flex;
}
.foto-bg
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(25.5% 0%, 100% 0%, 74.5% 100%, 0% 100%);
    background: linear-gradient(rgba(2, 40, 121, 0.42), rgba(205, 126, 47, 0.6));
}
.binnen1, .binnen2
{
    position: relative;
    grid-row: 2 / 3;
    display: flex;
    justify-content: space-evenly;
}
.box
{
    position: relative;
    width: 100%;
}
.foto
{
    position: relative;
    top: 10%;
    width: 80%;
    margin: 0px 0px 50px 50px;
}
.bestrating .foto, .renovatie .foto
{
    top: 20%;
}
.buiten1, .buiten2
{
    position: relative;
    grid-row: 3 / 4;
    display: flex;
    justify-content: space-evenly;
}
.tuin, .gazon
{
    position: relative;
    grid-row: 4 / 5;
    display: flex;
    justify-content: space-evenly;
}
.bestrating, .renovatie
{
    /* margin-top: 20px; */
    position: relative;
    grid-row: 5 / 6;
    display: flex;
    justify-content: space-evenly;
}
.spacer
{
    position: relative;
    grid-row: 6 / 7;
}
/* footer items */
.statusbar
{
    position: relative;
    position: sticky;
    grid-row: 7 / 8;
    z-index: 90;
    width: 100%;
    height: 80px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--offwit);
    border-top: 0.5px solid var(--grijs);
    box-shadow: 0px -4px 4px var(--shadow);
}
.privacy-button, .voorwaarden-button, .terug-button
{
    z-index: 100;
    position: absolute;
    top: 30%;
    cursor: pointer;
}
.privacy-button
{
    left: 10%;
}
.voorwaarden-button
{
    left: 50%;
}
.terug-button
{
    right: 50px;
}
/* tb Layout */
@media only screen and (max-width: 900px)
{
    /*niet tonen in tablet*/
    .dt
    {
        display: none;
    }
    .mob
    {
        display: block;
    }
    /*layout tablet*/
    .hero-dt
    {
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
    }
    .links, .rechts
    {
        grid-column: 1/2;
        width: 90%;
        margin-left: 5%;
    }
    .links{
        grid-row: 1/2;
    }
    .rechts
    {
        height: 600px;
        grid-row: 2/3;
        padding-left: 5%;
    }
    .logo
    {
        width: 70%;
    }
}
/* phone Layout */
@media only screen and (max-width: 700px)
{
    /*niet tonen in phone*/
    /*layout phone*/
    section
    {
        flex-direction: column;
    }
    .hero-dt
    {
        padding: 50px;
    }
    .rechts
    {
        border: 1px red green;
    }
    .links, .rechts
    {   
        grid-column: 1/2;
        width: 90%;
        margin-left: 5%;
    }
    .rechts
    {
        height: 400px;
        width: 300px;
        grid-row: 2/3;
        padding-left: 5%;
    }
    .binnen2, .buiten2, .gazon, .renovatie
    {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 480px)
{
    /*niet tonen in phone*/
    /*layout phone*/
    .links
    {
        width: 90%;
        margin-top: 10px;
        height: 100%;
        margin-right: 25px;
        padding-left: 25px;
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-template-rows: (15% 15% auto);
    }
    .rechts, .rechts-content
    {
        height: 400px;
        width: 300px;
        border: green 1px solid;
    }
    .logo
    {
        grid-column: 1 / 4;
        width: 90%;
    }
    .adres
    {
        grid-column: 4 / 5;
    }
    .mail-ons-button
    {
        grid-column: 4 / 5;
    }
    .welkom-tekst
    {
        grid-column: 1 / 5;
    }
    .statusbar
    {
        height: 100px;
    }
    .statusbar .buttons
    {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border: 1px red sold;
    }
    .privacy-button, .voorwaarden-button
    {
        left: 20px;
        top: 20px;
        z-index: 100;
        position: relative;
        cursor: pointer;
    }
}
