@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
  margin: 0;
  padding: 0;
  /*background-image: url(https://img5.goodfon.com/wallpaper/nbig/4/f4/forest-trees-deer-animal-horns-grass-sky-stars-tilight-night.jpg);*/
  /*  background-image: url(plaatjes/Achtergrond_1332x850.webp);*/
    background-image: url(plaatjes/Gras_met_bloemetjes_1332x850.png);
    background-position: bottom;
  background-attachment: fixed;

    background-size: 100vw auto;
  /*background-size: cover;*/
  /*-webkit-background-size: cover;*/
  /*-o-background-size: cover;*/
  background-repeat: no-repeat;
}

/*.blokkenschema{*/
/*  background-image: url(plaatjes/blokkenschema.jpg);*/
/*  !*background-position: top 60px;*!*/
/*  !*margin-top: 60px;*!*/
/*  !*background-repeat: no-repeat;*!*/
/*  background-attachment: fixed;*/
/*  !*background-position: 0px 20px;*!*/
/*}*/

.fit-picture{
  width: 100%;
  height: auto;
  margin-top: 20px;
  /*position: 0px 160px;*/
  /*position: absolute;*/
  /*z-index: 0;*/
}

.gmap_canvas {
    height: 500px;
    width: 100%;
    border: thin solid #333;
}
#gmap_canvas {
    height: 100%;
    width: 100%;
}

.agenda {
    height: 600px;
    width: 100%;
    border: thin solid #333;
}
#agenda {
    height: 100%;
    width: 100%;
}

#divAchterMenuBalkMetContent_metAlleenAfbeelding {
    margin-top: 110px;
    margin-left: 15%;
    margin-right: 15%;
    /*color: white;*/
}

#divAchterMenuBalkMetContent_metTekst {
    margin-top: 110px;
    margin-left: 7%;
    margin-right: 7%;
    /*color: white;*/
    /*background-color: rgb(201, 179, 58, 0.3);*/
}

#divAchterMenuBalkMetContent_metTekst a {
    color: #c9b33a;
}


#divAchterMenuBalkMetContent_metTekst div,
#divAchterMenuBalkMetContent_metTekst form,
#divAchterMenuBalkMetContent_metTekst p {
    /* Toegevoegd om tekst leesbaarder te maken, mck */
    text-shadow:0px 0px 10px #ffffff,0px 0px 5px #ffffff, 0px 0.5px 10px #ffffff;
    /*text-shadow:0px 0px 5px #ffffff,0px 0px 5px #010101bb, 0px 0.5px 10px #01010180;*/
}

#plompVerlorenUitnodiging {
    width: 50%;
}

#betalenQrAfbeelding {
    width: 30%;
}

#img-div {
  display: none
}

#betalenQr_afbeeldingParagraaf {
    text-align: left;
}

.betalenQr_tekstParagraaf {
    text-align: left;
    /*background-color: rgb(201, 179, 58, 0.3);*/
}

.betalenQr_tekstParagraaf-italic {
    text-align: left;
    font-style: italic;
}

.adres_tekstParagraaf {
    text-align: left;
    /*color: white;*/
    font-family: 'Raleway', sans-serif;
}

#menuBalk {
    background: #27284d;
    background: white;
    width: 100%;
    height: 60px;
    top: 0;
    position: fixed;
}
#menuBalk h1 {
    display: none;
}
#menuBalk ul {
    list-style: none;
    word-spacing: 30px;
}
#menuBalk li {
    display: inline-block;
    text-transform: uppercase;
}
#menuBalk a {
    font-size: 18pt;
    /*color: #c9b33a;*/
    color: green;
    text-decoration: none;
    font-weight: 200;
}
#menuBalk a:hover {
    color: #a53e4f;
    transition: 1s;
}
#logo {
    margin: 4px;
    float: left;
    width: 50px;
    height: 50px;
    background: url(plaatjes/Kaas_logo_50x50.png) no-repeat center;
    display: block;
}
#menuBalk nav {
    float: right;
    padding-right: 20px;
    font-family: 'Raleway', sans-serif;
}
#menu-icon {
    /*background: url(https://i.ibb.co/5vRFHbL/menu-icon.png) no-repeat center;*/
    background: url(plaatjes/menu_32x32.png) no-repeat center;
    display: hidden;
    width: 32px;
    height: 32px;
    padding: 13px 0 13px 0;
}

@media only screen and (max-width:800px) {
    #menuBalk {
        position: absolute;
    }
    #menu-icon {
        display: inline-block;
    }
    nav ul, nav:active ul {
        display: none;
        position: absolute;
        padding: 10px;
        margin: 0;
        /*background: #27284d;*/
        background: white;
        right: 10px;
        width: 35%;
    }
    nav:hover ul {
        display: block;
    }
    nav li {
        text-align: center;
        width: 100%;
        margin: 0;
    }
    #divAchterMenuBalkMetContent_metAlleenAfbeelding {
        margin-top: 70px;
        margin-left: 10%;
        margin-right: 10%;
        /*color: white;*/
    }
    #divAchterMenuBalkMetContent_metTekst {
        margin-top: 70px;
        margin-left: 10%;
        margin-right: 10%;
        /*color: white;*/
    }
    #plompVerlorenUitnodiging {
        width: 100%;
    }
    #betalenQrAfbeelding {
        width: 60%;
    }
    #betalenQr_afbeeldingParagraaf{
        text-align: center;
    }
    .betalenQr_tekstParagraaf {
    }
    .betalenQr_tekstParagraaf-italic {
    }
    .betalenQr_tekstParagraaf-centered {
        text-align: center;
    }
    .gmap_canvas {
        height: 250px;
    }
    .agenda {
        height: 400px;
    }
    .adres_tekstParagraaf {
        text-align: center;
    }
}

#formcontainer {
    margin-top: 20px;
    border: 2px solid #ccc;
    padding: 20px;
    text-align: center;
    /*background-color: rgb(100,80,54);*/
    background-color: #ffcc8a;
}

.addbottommargin {
    padding-bottom: 120px;
}
