body {
    background-color: #333;
    padding: 0;
    margin: 0;
}

p {
    margin-top: 5px;
}

.hammenu {
    display: block;
    position: fixed;
    top:10px;
    right: 10px;
    z-index: 1000;
    width: 30px;
    cursor: pointer;
}

.hammenu img {
    width: 100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -10px;
    visibility: hidden;
}

.hidden {
    display: none!important;
}

.contentflex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
    padding: 0 20px;
}

.footer {
    height: 200px;
    background-color: #333;
}

p, li {
    font-size: 18px;
    line-height: 24px;
}

.foto {
    display: block;
    margin-top: 15px;
}

h2, h3, h4 {
    margin: 0;
    padding: 0;
    text-align: center;
}

h2 {
    font-size: 30px;
    margin-bottom: 50px;
}

h4 {
    font-size: 30px;
    margin-bottom: 5px;
}

.streamer {
    font-size: 25px;
    width: 200px;
    padding-bottom: 60px;
}


* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

.icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.contact h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.contact p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

.contact p a:hover {
    color: #ffffff;
    text-decoration: none;
}   

.flag {
    display: inline-block;
    width: 20px;
}

.contact p a {
    color: #ff801f;
    text-decoration: none;
    cursor: pointer;
}
img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding-bottom: 15px;
}

em {
    font-size: 18px;
    font-style: bolder;
    color: #444;
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
}

header {
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
}

.innerfooter {
    max-width: 1200px;
    margin: 0 auto;
    color: white;
    padding: 30px;
    display: flex;
}

.foto {
    width: 400px;
    margin-left: 30px;
}

.inner_header {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 5px;
}

.fotolinks {
    float: left;
    width: 50%;
    margin-right: 20px;
    margin-top: 20px;
}

.logo {
    max-width: 300px;
    height: 100%;
    display: flex;
    margin-left: 10px;
}


.menu {
    display: grid;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    padding: 30px;
    padding-top: 100px;
}

.menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu ul li {
    list-style: none;
    margin: 0 15px;
    text-transform: uppercase;
}


.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    line-height: 30px;
}


.menu ul li a:hover {
    color: #f67817;
    text-decoration: underline;
    text-decoration-color: #f67817;
    text-decoration-thickness: 3px;
    text-underline-offset: 10px; 
    cursor: pointer;
}

.banner {
    background-color: #fff;
    width: 100%;
    padding: 20px 20px 0px 20px;
    margin: 0 auto;
}


.big {
    height: auto;
    background-color: #c3d2d8;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    height: 4px;
    background-color: #ff801f;
    margin-bottom: 40px;
}

.cards{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.card {
    width: 100%;
    text-align: center;
    background-color: #ff801f;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.aanbod h3 {
    color: #ff801f;
    text-align: left;
}

.spacetop {
    position: relative;
    margin-top: 150px!important;
    z-index: 0;
}

@media screen and (min-width: 900px) {

    .streamer {
        font-size: 30px;
        width: 200px;
        padding-bottom: 60px;
    }
    

    header {
        width: 100%;
        background-color: #333;
        color: #fff;
        padding: 10px;
        text-align: center;
        height: 150px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    .inner_header {
        max-width: 1200px;
    }
    .spacetop {
        position: relative;
        margin-top: 120px!important;
        z-index: 0;
    }
    
    .hidden {
        display: block!important;
    }
    .hammenu {
        display: none;
    }
    .cards {
        flex-direction: row;
    }
    .card {
        min-width: 180px;
        text-align: center;
        margin: 0px;
        margin-right: 20px;
    }

    .card:last-child {
        margin-right: 0;
    }
    
    .banner {
        padding: 60px 60px 0px 60px;
        max-width: 1200px;
    }

    .marginbig {
        padding: 60px 250px 0px 250px;
    }
    .menu {
        display: block;
        position: relative;
        padding: 0px;
    }

    .menu ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .menu ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }
}


