@charset "utf-8";
/* CSS Document */

body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    color: #000;
    background-color: #990000;
    margin: 0;
}

.container, .welkom, .bezoek, .contact, .text {
    padding: 10px 30px;
}

.galerij {
    padding: 50px 30px 5px;
}

.welkom, .bezoek, .contact {
    background-color: white;
    overflow: auto;
}

.bezoek_img {
    float: right;
    padding: 5px 5px 5px 30px;
    height: 300px;
}

.welkom_img, .contact_img {
    float: left;
    padding: 5px 30px 5px 5px;
    height: 300px;
}

div.handtekening {
    padding: 5px 50px 5px 50px;
}

div.gallery img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0;
    float: left;
    width: 33.3%;
}

@media only screen and (max-width: 1200px) {
    .responsive {
        width: 49.9%;
    }
}

@media only screen and (max-width: 600px) {
    .responsive {
        width: 100%;
    }
    .welkom_img, .bezoek_img, .contact_img {
        float: top;
        padding: 5px;
        max-width: 300px;
        height: auto;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-image: url(../images/footer.png);
    background-repeat: repeat-x;

    top: 100%;
    width: 100%;
    margin-top: -250px;
    height: 250px;
}

.leeg {
    height: 250px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0;
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-align: center;
}



