/*!
* Start Bootstrap - Creative v6.0.3 (https://startbootstrap.com/themes/creative)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-creative/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* De kleurvariabelen */
:root {
    --kleur-achtergrond1: #8c887a;    
    --kleur-tekst1: #ffffff;
    --kleur-tekst2: #404040; 
    --kleur-tekst3: #000000;  
    --kleur-tekst4: #96bc33;
    --kleur-site1: #343020;
    --kleur-site2: #2d5727;
    --kleur-site3: #ffffff;
    --kleur-site4: #fffeec;
    --kleur-border1: #cccccc;
    --kleur1: #343020;
    --kleur2: #fffeec;
    --kleur3: #d3d0c2;
}

/* De body van de pagina's */
body {
    display: grid; 
    color: var(--kleur-tekst2); 
    font-family: Maiandra GD; 
    margin: 0%;
    background-color:  var(--kleur-achtergrond1);

}
/* Zetten van de heading */
h1 {     
    display: block;    
    font-size: 2.4em;
    font-weight: bold;
    color: var(--kleur-tekst2);    
    text-align: center;
    padding-top: 20px;
    font-style: italic;
}
h2 {
    display: block;
    font-size: 1.8em;
    text-align: left; 
}
h3 {
    display: block;
    font-size: 1.6em;    
    font-weight: 700;
    font-style: italic;
    text-align: center;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1.0em;
}

 /* De header */
header {
    display: grid;
    min-inline-size: 100%;
    /* grid-template-rows: 80px 30px; */
    background-color: var(--kleur-achtergrond1);
    height: auto;
}
.hh4 {
    display: block;    
    font-size: 1.2em;
    font-weight: bold;
    color: var(--kleur-tekst1);    
    text-align: center;    
}
.h4left {
    float: right;
    padding: 10px;
}
.top {
    padding-top: 20px;
    font-size: 2em;
    font-weight: bold;
    color: var(--kleur-tekst1);
}
/* De navigatie */
nav {
    display: block;    
    font-size: .9em;   
    background-color: var(--kleur-site2);
}
#sticky {
    position: fixed;    
    padding: 5px 10px;        
    font-size: .9em;   
    background-color: rgb(45, 87, 39, 0.7);
    text-align: center;
    vertical-align: middle;
    border-radius: 15px 50px 30px;
    margin-left: 5px;
}
/* De lijst bij de navigatie */
ul {
    list-style-type: none;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.nav {
    text-align: center;
    vertical-align: middle;  
}
/* De linken van de navigatie */
a {
    display: block;    
    text-decoration: none;
    color: var(--kleur-tekst4);
    width: 100%;    
}
a:hover, a:active {  
    color: var(--kleur-tekst3);
    font-weight: bold;
}    
/* De Main */
/* zetten van de tekst classes */
.p1 {
    display: block;
    color: var(--kleur-tekst1);    
    text-align: center;
    font-size: 1.2em;    
}
.p2 {
    display: block;
    color: var(--kleur-tekst2);    
    text-align: left;
    font-size: 1.2em;   
    text-align: center; 
}
.p3 {
    display: block;
    color: var(--kleur-tekst2);
    font-size: 1.2em;  
    text-align: center; 
}
.p4 {
    display: block;
    color: var(--kleur-tekst2);
    font-size: 1.1em;
    text-align: center;
}
.p5 {
    display: block;
    color: var(--kleur-tekst2);    
    text-align: center;
    font-size: 1.2em;    
}
.p6 {
    display: block;
    color: var(--kleur-tekst1);
    text-align: center;
    font-size: 1.2em; 
    letter-spacing: 0.02em;
}

/* De afbeeldingen op de site */
.imgh {
    width: 100%;
    height: auto;
    margin: auto;
    
}
.img1 {
    margin-top: 30px;
    width: 70%;
    height: auto;
    margin-inline: 20px;
    border-radius: 15px;
}
.img2r {
    width: 10%;
    height: auto;
    margin-inline: 20px;
    float: right;
}
.img3 {
    width: 70%;
    height: auto;
    justify-content: center
    
}
.img4l {
    width: 10%;
    height: auto;
    margin-inline: 20px;
    float: left;
}
.img5 {
    width: 30%;
    height: auto;
    margin-inline: 20px;
    float: left;
}
.img6 {
    width: 100%;
    display: block; 
    margin-left: auto; 
    margin-right: auto;  
    padding-top: 1em;  
}
/* De container in main */
.container {
    box-sizing: content-box;
    width: 100%; 
    height: auto;
    background-color:  var(--kleur-achtergrond1);
}
.sectionleft {
    box-sizing: border-box;    
    background-color:  var(--kleur-site4);
    color: var(--kleur-tekst2);
    width: 100vw;        
    /* float: left; */
    padding: 15px 15px 15px 15px;
    text-align: center;
}
.sectionright {
    box-sizing: border-box;
    background-color:  var(--kleur-achtergrond1);    
    width: 100vw;   
    padding: 15px 15px 15px 25px;
    text-align: center;
}
.h3right {
    color: var(--kleur-tekst4);
    clear: both;
    padding-top: 15px;
    text-align: center;
}
.formulier {
    display: grid; 
    place-items: center;
}
/* De Mediaquery */
@media screen and (min-width: 768px) {
    .sectionleft {
        padding: 15px 15px 100px 15px;
        width: 33%;
        float: left;
    }
    .sectionright {
        width: 65%;
        float: right;
    }
    .h3right {
        padding-top: 0;    
    }
    nav {
        box-sizing: border-box;
        line-height: 30px;
    }
    #sticky {
        position: unset;    
        padding: 0; 
    }
    ul {
        display: block;
        /*margin: 10px;
        padding: 10px;*/
    }
    li {
        display: block;
        float: left;
        width: 120px;
    }        
}

/* De artikels op de over ons pagina */
.artikelw {
    padding: 10px;
}

/* De span op de tarieven pagina */
span {
    font-weight: bold;
}
/* De maps iframe op de contact pagina */
iframe {
    padding: 20px;
}

/* Socials  */
.socials {
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 40px;
    display: inline-block;
} 
/*    
.soc {
    float: none;
    display: inline-block;    
    margin-right: 15px;
} */

.imgsocials {
    Width: 40%;
    margin: 0 auto; 
    /* padding: 10px; */
    display: block; 
    place-items: center; 
    /* float: left; */
}

/* De form op de contactpagina */
input, select, textarea {
    width: 100%;
    padding: 3px 20px 3px 20px;
    margin: 5px 0;
    box-sizing: border-box;
    border: 1.5px solid var(--kleur-tekst2);
    border-radius: 5px;
    background-color: var(--kleur-site4);
}
.button {
    width: 30%;
    background-color: var(--kleur-site2); 
    color: var(--kleur-site4);
}

/* De footer */
footer {
    background-color: var(--kleur-site2);   
    color: var(--kleur-site4);
    font-size: xx-small;
}



    