.bg-headerbalk {
    background-color: #f94e1e;
}

.bg-hoofdbalk {
    background-color:#feb62f;
}

.footerbalk {
    height:10px;
    background-color:#f94e1e;
}

.bg-footer {
    background-color: #feb62f;
}

.bg-footer h4 {
    color: #f94e1e;
}

.bg-footer a {

    color: #B63A6F;
}

.bg-geel {
    background-color: #9383A1;
}

.bg-paars {
    background-color: #9383A1;
}


.bg-paars {
    background-color: #640D5F;
}

.text-paars {
    color:#640D5F;
}

.text-pink {
    color:#D91656;
}
.text-orange {
    color:#EB5B00;
}
.text-yellow {
    color:#FFB200;
}

.br {
    border-radius: 8px;
}

.content h2 {
    font-size: 18px;
    font-weight: bold;
    color:#f94e1e;
}

.content h3 {
    font-size: 18px;
    font-weight: bold;
    color:#f94e1e;
}

.content a {
    color:#f94e1e;
    text-decoration: none;
}

.footer {
    color:#fff;
}

.footer ul {
    list-style: none;
    padding:0px;
    margin: 0px;
}

.footer h4 {
    font-size:16px;
    font-weight: bold;
    color:#f94e1e;
}

.footer a {
    color:#fff;
    text-decoration: none;
}

.homeheader {
    height: 600px;
    background: url('/img/layout/header.webp') no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: 100% auto;
}

@media only screen and (max-width: 800px) {
.homeheader {
    height: 160px;
}
}
