body {
    font-family: arial;
    max-width:100%;
}
.clearfix {
    clear: both;
}
h1 {
    margin-bottom: 0px;
    margin-top: 30px;
}

p {
    line-height: 25px;
}
a.button {
    text-decoration: none;
}
.button {
    padding: 14px 22px;
    background-color: #cecece;
    color: #333333;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
}
.button:hover {
    background-color: #e1e1e1;
}
.thumbs {
    display: block;
}
.footer {
    display: block;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
}
header {
    border: 1px solid black;
    height: 280px;
    padding-left: 5%;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: -15px;
}

#joris {
    width: 150px;
    padding-top: 30px;
    float: left;
}

#headertekst{
    width: 60%;
    float: left;
}

h1{
    font-family: 'Georgia', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1.563em;
    text-align: left;
    text-align: left;
    padding-top: 10px;
    padding-left: 7%;
    margin-bottom: 9px;
}

h2{
    font-size: 1.25em;
    color: #1A72CA;
    font-family: 'Gill Sans', sans-serif;
    text-align: left;
    line-height: 25px;
    font-weight: 200;
    padding-left: 7%;
    margin-bottom: 9px;
}

#teasertekst {
    padding-left: 7%;
    padding-bottom: 10px;
    font-style: italic;
    opacity: 0.8;
}

.footer {
    font-size: 0.6em;
}

#readmore {
    background-color: #1A72CA;
    color:white;
    font-family: 'Gill Sans',sans-serif;
    font-weight: lighter;
    font-size: 1.25em;
    border:2px solid #1A72CA;
    border-radius: 5px;
    margin-left: 7%;
    height: 25px;
    width: 150px;
    text-align: center;
}

p{
    font-size: 1em;
}

.blauw{
    color: #1A72CA;
}

.oranje{
   color: orange; 
}

article {
width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h3 {
    font-size: 1.6em;
    font-family: serif;
    font-weight: 600;
    line-height: 25pt;
    margin-bottom: 10px;
    text-align: left;
}

h4 {
    font-size: 1.2em;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 15pt;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: left;
}
article p {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: left;
}

.opsomming {
    list-style:disc;
    text-align: left;
    padding-left: 60px;
    line-height: 20px;
}

article .bron {
    font-family: serif;
    font-style: italic;
}
#return {
    margin-top: 15px;
    margin-bottom: 30px;
    float: left;
}

em {
    font-style: italic;
    font-weight: 600;
}

iframe {
    margin-top: 15px;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.stappenplan {
list-style:decimal;
    text-align: left;
    padding-left: 60px;
    line-height: 28px;
    margin-bottom: 50px;
}
code {
font-family: monospace;
    color:grey;
}

@media (max-width: 600px) and (min-width: 320px){
    #joris {
        padding-top: 10px;
        width: 30%;
    }
    
    #header {
        border: 0px solid white;
        height: 450px;
        padding-left: 0%;
    }
    #readmore {
    visibility: hidden;
    }
    h1 {
        margin-top: 5px;
        padding-top: 0px;
    }
    
    #headertekst {
        padding-top: 0px;
    }

}

@media (max-width: 780px){
    #teasertekst {
        display: none;
    }
    
    article {
    width: 80%;
    }
    
    iframe {
    width: 100%;
    }
}