.achtergrondfoto {
    background-image: url("../images/KO-BannerTwee.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    max-height: 30em;
    /*background-attachment: fixed;*/
}
.TekstBanner{
    color: white;
    font-family: "Bauhaus 93", sans-serif;
    font-size: 400%;
    padding-top: 15%;
}

.eigenlayoutknop {
    font-family: Arial;
    color: white;
    background-color: #004b23;
    border: none;
    border-radius: 5%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.eigenlayoutknop:hover{
    color: white;
    background-color: #003818;
    text-decoration: none;
}

.KleineTekst {
    font-family: "Arial Narrow";
    font-size: 18px;
    margin-bottom: 5%;
    color: black;
}

.GroteTekst {
    font-family: "Arial", sans-serif;
    font-size: 300%;
    margin-bottom: 1%;
}

.HorizonLine {
    width: 15%;
    border: 2px solid #0f5132;
}

h1 {
    color: black;
    font-family: "Arial", sans-serif;
    text-align: center;
    font-size: 320%;
    font-weight: lighter;
}
h5{
    margin-top: 5%;
    font-family: "Arial", sans-serif;
    font-size: 180%;
    font-weight: lighter;
}

.MainBackground {
    background-color: #f4f4f4;
}

.QuoteTekst {
    font-style: italic;
    font-size: 120%;
    font-family: "Georgia", serif;
}
.TussenTitel{
    font-family: Bahnschrift;

}
.GewoneTekst{
    font-family: "Times New Roman";
}

.GrotereFont{
    font-size: 120%;
}

.achtergrondfototwee {
    background-image: url("../images/EindfotoKO.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    max-height: 40em;
    /*background-attachment: fixed;*/
}

.Informatie{
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 10%;
}
.NaastElkaar{
    display : inline;
}

.MarginSides{
    margin-outside: 2%;
}

.Logo{
    max-width: 30px;
}




