@import url(https://necolas.github.io/normalize.css/8.0.1/normalize.css);

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #fafafa;
}

#titel {
    margin: 0%;
    border: 2px solid #2b4970;
    text-align: center;
    font-size: 300%;
    background-color: #2b4970;
    color: white;
}

.menubalk {
    padding: 0;
    position: sticky;
    top: 0;
    background-color: #2b4970;
    color: #EEEEEE;
    height: 50px;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    z-index: 1;
    visibility: hidden;
}

.change2 {
    height: 210px;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.menubalk1 {
    width: 35px;
    margin-left: 0;
    max-height: 35px;
}

.icoon {
    margin: 0;
    margin-left: 27px;
    width: 41px;
    cursor: pointer;
    overflow: visible;
    padding-left: 7px;
    padding-right: 6px;
    padding-top: 1px;
}

.icoon:hover {
    background-color: #3a587f;
}

.balk1, .balk2, .balk3 {
    width: 28px;
    height: 4px;
    background-color: #EEEEEE;
    margin: 6px 0;
    transition: 0.5s;
}

.change1 .balk1 {
    transform: translate(0, 10px) rotate(-45deg);
}

.change1 .balk2 {
    opacity: 0;
}

.change1 .balk3 {
    transform: translate(0, -10px) rotate(45deg)
}

ul {
    height: 0px;
    margin: 0;
    margin-left: 0px;
    width: 100%-30px;
}

ul li {
    float: none;
    padding-right: 50px;
    padding-right: 0;
    z-index: 1;
}

.slideshow-container {
    width: 600px;
    height: 400px;
}

.afbeelding1, .afbeelding2, .afbeelding3, .afbeelding4, .afbeelding5, .afbeelding6 {
    height: 400px;
    margin: auto;
    display: block;
}

@media only screen and (max-width: 1000px) {
    .slideshow-container {
        width: 540px;
        height: 360px;
    }

    .afbeelding1, .afbeelding2, .afbeelding3, .afbeelding4, .afbeelding5, .afbeelding6 {
        height: 360px;
    }
}

@media only screen and (max-width: 850px) {
    .slideshow-container {
        width: 480px;
        height: 320px;
    }

    .afbeelding1, .afbeelding2, .afbeelding3, .afbeelding4, .afbeelding5, .afbeelding6 {
        height: 320px;
    }
}

@media only screen and (max-width: 700px) {
    .slideshow-container {
        width: 420px;
        height: 280px;
    }

    .afbeelding1, .afbeelding2, .afbeelding3, .afbeelding4, .afbeelding5, .afbeelding6 {
        height: 280px;
    }
}

@media only screen and (max-width: 580px) {
    .slideshow-container {
        width: 360px;
        height: 240px;
    }

    .afbeelding1, .afbeelding2, .afbeelding3, .afbeelding4, .afbeelding5, .afbeelding6 {
        height: 240px;
    }
}

@media only screen and (max-width: 480px) {
    .slideshow-container {
        width: 300px;
        height: 200px;
    }

    .afbeelding1, .afbeelding2, .afbeelding3, .afbeelding4, .afbeelding5, .afbeelding6 {
        height: 200px;
    }
}

@media only screen and (max-width: 800px) {
    ul {
        width: 100%-30px;
        margin-left: 0;
    }

    ul li {
        float: none;
        padding-right: 0;
    }

    #titel {
        font-size: 150%;
    }

    .taal {
        margin-right: 0px !important;
    }
}

li a, .dropbtn {
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    color: #EEEEEE;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #58769d;
    color: #EEEEEE;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2b4970;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.dropdown-content a {
    color: #EEEEEE;
    padding: 10px 20px;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #0D2B52;}

.dropdown:hover .dropdown-content {
    display: block;
}

.container-top {
    display: flex;
    justify-content: space-between;
    background-color: #0D2B52;
}

.taal {
    width: 200px;
    float: right;
    height: 40px;
    margin-top: 0px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}

.blok {
    display: inline-block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.duits {
    display: none;
}

.nederlands {
    margin-left: 60px;
}

.blok:hover {
    background-color: #3a587f;
}

.vlag {
    margin-top: 10px;
}

.mySlides {
    display: none;
    z-index: 0;
}
.afbeelding1, .afbeelding2, .afbeelding3 {
    vertical-align: middle;
    z-index: 0;
}

.slideshow-container {
    margin-left: auto;
    margin-right:  auto;
    margin-top: 5%;
    max-width: 600px;
    max-height: 400px;
    z-index: 0;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.4s ease;
    z-index: 0;
}

.active {
    background-color: #717171;
    z-index: 0;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .1} 
    to {opacity: 1}
}

.voorpagina {
    display: flex;
    justify-content: space-evenly;
    min-height: 100%;
    padding-bottom: 100px;
    width: 100%;
}

.container-links {
    height: 400px;
    width: 18%;
    margin-top: 3%;
    text-align: center;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.laatste-titel {
    background-color: #2b4970;
    color: white;
    margin-top: 0;
    height: 50px;
}

.laatste-tekst {
    padding-left: 20px;
    padding-right: 20px;
}

.container-rechts {
    height: 400px;
    width: 18%;
    margin-top: 3%;
    text-align: center;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.a-titel {
    background-color: #2b4970;
    color: white;
    margin-top: 0;
    height: 50px;
}

@media only screen and (max-width: 1400px) {
    .voorpagina {
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px;
    }

    .container-links, .container-rechts {
        width: 70%;
    }

    .slideshow-container {
        order: 1;
    }

    .container-links {
        order: 2;
    }

    .container-rechts {
        order: 3;
    }

    .laatste-werk {
        width: 220px;
        height: 220px;
    }
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #2b4970;
    color: white;
}

.titel-landschap {
    margin: 0;
    text-align: center;
    font-size: 200%;
    background-color: #2b4970;
    color: white;
}

.landschap-flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
    background-color: white;
}

.landschap {
    text-align: center;
    width: 400px;
    height: 280px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    padding-top: 5px;
}

.afb-landschap {
    opacity: 1;
    transition: 0.5s ease;
    position: relative;
}

.overlay-afb {
    position: absolute;
    opacity: 0;
    transition: 0.5s ease;
    top: 0;
    left: 49px;
    height: 180px;
    width: 300px;
    background-color: gray;
}

.vergrootglas {
    opacity: 0;
    transition: 0.5s ease;
    top: 43%;
    left: 45%;
    position: absolute;
}

.afb-landschap:hover {
    opacity: 1;
    scale: 1.05;
}

.afb-landschap:hover .overlay-afb{
    opacity: 0.5;
}

.afb-landschap:hover .vergrootglas{
    opacity: 1;
}

.afbeelding-vergroot {
    position: absolute;
    width: 60%;
    height: 35vw;
    margin: auto;
    display: none;
    z-index: 3;
}

.tonen-afbeelding {
    display: block;
    position: relative;
    position: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(64, 64, 64, 0.4);
}

.titel-tuin {
    margin: 0;
    text-align: center;
    font-size: 200%;
    background-color: #2b4970;
    color: white;
}

.tuin-flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
    background-color: white;
}

.tuin {
    text-align: center;
    width: 400px;
    height: 280px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    padding-top: 5px;
}

.afb-tuin {
    opacity: 1;
    transition: 0.5s ease;
    position: relative;
}

.afb-tuin:hover {
    opacity: 1;
    scale: 1.05;
}

.afb-tuin:hover .overlay-afb{
    opacity: 0.5;
}

.afb-tuin:hover .vergrootglas{
    opacity: 1;
}

.titel-stilleven {
    margin: 0;
    text-align: center;
    font-size: 200%;
    background-color: #2b4970;
    color: white;
}

.stilleven-flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
    background-color: white;
}

.stilleven {
    text-align: center;
    width: 400px;
    height: 280px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    padding-top: 5px;
}

.afb-stilleven {
    opacity: 1;
    transition: 0.5s ease;
    position: relative;
}

.afb-stilleven:hover {
    opacity: 1;
    scale: 1.05;
}

.afb-stilleven:hover .overlay-afb{
    opacity: 0.5;
}

.afb-stilleven:hover .vergrootglas{
    opacity: 1;
}


@media only screen and (max-width: 1200px) {
    .afbeelding-vergroot {
        width: 65%;
        height: 38vw;
    }
}

@media only screen and (max-width: 1000px) {
    .afbeelding-vergroot {
        width: 70%;
        height: 41vw;
    }
}

@media only screen and (max-width: 800px) {
    .afbeelding-vergroot {
        width: 75%;
        height: 43.5vw;
    }
}

@media only screen and (max-width: 600px) {
    .afbeelding-vergroot {
        width: 80%;
        height: 46.5vw;
    }
}

@media only screen and (max-width: 500px) {
    .afbeelding-vergroot {
        width: 85%;
        height: 49.5vw;
    }
}

.close-knop {
    width: 40px;
    height: 40px;
    right: 0;
    position: absolute;
    background-color: rgba(64, 64, 64, 0.5);
}

.close-knop:hover {
    background-color: rgba(64, 64, 64, 0.8);
}

.staaf1 {
    width: 40px;
    height: 8px;
    rotate: 45deg;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    bottom: 16px;
    position: absolute;
}

.staaf2 {
    width: 40px;
    height: 8px;
    rotate: -45deg;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    bottom: 16px;
    position: absolute;
}

.laag {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.laag-tonen {
    display: block;
}

.ondertekst {
    display: none;
    width: 100%;
    margin: auto;
    z-index: 3;
    background-color: rgba(64, 64, 64, 0.8);
}

.ondertekst-tonen {
    display: block;
    position: absolute;
    text-align: center;
    color: white;
    bottom: 0;
}

.product-container {
    border: 1px solid red;
    width: 100%;
    margin: 0;
    margin-top: 100px;
    margin-bottom: 150px;
    display: flex;
}

.product-afbeelding {
    border: 2px solid black;
    margin-left: 250px;
    margin-right: 100px;
    width: 600px;
    height: 100%
}

.product-tekst {
    border: 2px solid black;
    padding: 20px;
    margin-right: 250px;
    position: relative;
}

.titel-prijs {
    display: flex;
    justify-content: space-between;
}

.titel-contact {
    margin: 0;
    border: 2px solid #2b4970;
    text-align: center;
    font-size: 200%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #2b4970;
    color: white;
}

.contact-container {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    text-align: center;
}

.contact-tekst {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border: 1px solid white;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    border-radius: 0px 0px 5px 5px;
}

.email-container {
    background-color: bisque;
    width: max(42%, 300px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

input[type=text], select, textarea {
    width: 95%;
    padding: 4px;
    border: 1px solid gray;
    border-radius: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
}

textarea {
    padding-bottom: 30px;
    resize: none;
}

.nieuwsbrief-container {
    border-radius: 15px;
    background-color: bisque;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    width: min(480px, 70%);
    height: 500px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
}

input[type=email] {
    width: 95%;
    padding: 8px;
    border: 1px solid gray;
    border-radius: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.aanmeld-knop {
    font-size: large;
    padding: 6px;
}

.nieuwsbrief-knop {
    background-color: rgb(130, 240, 120);
    width: 200px;
    height: 40px;
    border-radius: 6px;
    padding: 6px;
    font-size: x-large;
    margin-left: auto;
    margin-right: auto;
}

.nieuwsbrief-knop:hover {
    background-color: rgb(120, 220, 110);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}

.over-flex {
    display: flex;
    justify-content: space-evenly;
    min-height: 100%;
    padding-bottom: 100px;
    width: 100%;
}

.over-container {
    margin-left: auto;
    margin-right: auto;
    width: min(1200px, 80%);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.over-titel {
    border: 1px solid #2b4970;
    width: 100%;
    text-align: center;
    background-color: #2b4970;
    color: white;
}

.over-tekst {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 400px;
    border: 1px solid white;
}

.over-afbeelding {
    height: 420px;
    margin: 20px;
}

.afbeelding-expositie {
    float: right;
}

@media only screen and (max-width: 800px) {
    .over-afbeelding {
        height: 300px;
    }

    .afbeelding-expositie {
        float: none;
    }
}

.over-tekstbox {
    margin-top: 20px;
}

.expositie-flex {
    display: flex;
    justify-content: space-evenly;
    min-height: 100%;
    padding-bottom: 100px;
    width: 100%;
}

.expositie-container {
    margin-left: auto;
    margin-right: auto;
    width: min(1200px, 80%);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.expositie-titel {
    border: 1px solid #2b4970;
    width: 100%;
    text-align: center;
    background-color: #2b4970;
    color: white;
}

.expositie-tekst {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid white;
}

.expositie-ul {
    font-size: large;
    height: auto;
    padding-bottom: 40px;
}

.expositie-li {
    margin-top: 18px;
}

.expositie-dd {
    margin-top: 10px;
}