<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */


/* cssreset*/

.dn {
    display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*end reset*/


/* GDPR */

#content-container {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    margin: auto;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 20px;
    margin-top: 150px;
}

#content-container h2 {
    color: #353535;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
}

#content-container h3 {
    background: #353535;
    color: #fff;
    font-size: 1.2em;
    padding: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.1em;
    font-weight: 200;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #353535;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #A68A54;
    color: #fff;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}

#footer a {
    color: #fff !important;
}

.vraag a {
    color: #000 !important;
}


/* Einde GDPR */


/*positionering*/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    height: 137px;
    background-image: url(../images/bg_header.jpg);
    background-repeat: repeat-x;
}

#body {
    padding-bottom: 141px;
    /* Height of the footer */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 141px;
    /* Height of the footer */
    background-image: url(../images/bg_footer.jpg);
    background-repeat: repeat-x;
    /*background: red;*/
    background: #fd0002;
}


/*end positionering*/

a:hover {
    text-decoration: none;
    font-weight: bold;
}


/*head section*/

.head {
    width: 1000px;
    margin: auto;
    height: 137px;
    position: relative;
}

.logo {
    width: 269px;
    float: left;
}

#menu {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    position: absolute;
    margin-top: 82px;
    margin-left: 250px;
}

#menu ul li {
    list-style-type: none;
    float: left;
    margin-left: 37px;
    height: 40px;
    line-height: 40px;
    color: #000;
}

#menu ul li a {
    height: 40px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}

#menu ul a:hover li {
    background: url('/images/navOver.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

#taal {
    width: 70px;
    height: 26px;
    position: absolute;
    margin-left: 930px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#taal a {
    width: 29px;
    height: 20px;
    display: block;
    background-image: url(../images/taal.png);
    background-position: top;
    color: #555;
    text-align: center;
    text-decoration: none;
    float: right;
    padding-top: 6px;
    margin-left: 4px;
}

#taal a:hover {
    color: #FFF;
    background-position: bottom;
}

.ticker {
    width: 420px;
    position: absolute;
    right: 60px;
    text-align: right;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    padding-top: 22px;
}


/*body section*/

#wrapper {
    width: 1000px;
    margin: auto;
    padding-bottom: 100px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #555555;
    line-height: 18px;
}

#sliderholder {
    width: 1000px;
    height: 297px;
    border-bottom: 3px solid #fd0002;
    margin-bottom: 42px;
}

.slider_info {
    width: 273px;
    height: 297px;
    background-image: url(../images/bg_info.png);
    background-repeat: no-repeat;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

.info {
    width: 180px;
    margin-left: 40px;
    padding-top: 60px;
    text-align: justify;
}

.info h2 {
    font-size: 18px;
    margin-bottom: 35px;
    color: #FFF;
}

.leesmeer {
    width: 82px;
    height: 26px;
    display: block;
    background-image: url(../images/leesmeer.png);
    background-repeat: no-repeat;
    color: #FFF;
    text-decoration: none;
    float: right;
    padding-top: 3px;
    padding-left: 18px;
    margin-top: 20px;
}

#block {
    width: 315px;
    height: 196px;
    border-bottom: 2px solid #fd0002;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-right: 27px;
    margin-bottom: 38px;
}

#block_last {
    width: 315px;
    height: 196px;
    border-bottom: 2px solid #fd0002;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 38px;
}

.infoblock {
    width: 289px;
    height: 50px;
    position: absolute;
    margin-top: 122px;
    background-color: #dddddd;
    color: #404040;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 24px;
    display: none;
}

.infolink {
    text-align: center;
    text-align: center;
    position: absolute;
    margin-top: 94px;
    margin-top: 170px;
}

#block:hover .infoblock {
    display: block;
}

#block:hover .infolink {
    margin-top: 94px;
}

#block_last:hover .infoblock {
    display: block;
}

#block_last:hover .infolink {
    margin-top: 94px;
}

.infolink a {
    width: 142px;
    height: 23px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background-color: #fd0002;
    display: block;
    padding-top: 5px;
}

.top {
    width: 315px;
    height: 16px;
    background-image: url(../images/top.png);
    position: absolute;
}

.overons {
    width: 655px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #414141;
    line-height: 18px;
}

.overons h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #414141;
}

h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    color: #555555;
    margin-top: 25px;
    margin-bottom: 25px;
}

h2 {
    font-family: Tahoma, Geneva, sans-serif;
    color: #fd0002;
    margin-bottom: 10px;
}

.dienst {
    height: 34px;
    width: 315px;
    background-image: url(../images/bg_dienst.png);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    position: absolute;
    margin-top: 147px;
    padding-top: 15px;
    z-index: 800;
}

.meerdienst {
    width: 30px;
    height: 29px;
    position: absolute;
    margin-top: 167px;
    margin-left: 285px;
    z-index: 1000;
}

#content_left {
    width: 690px;
    float: left;
    padding-right: 27px;
    border-right: 1px solid #555555;
}

.dienstfoto {
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #fff;
    margin-bottom: 25px;
}

.dienst_btn {
    width: 330px;
    height: 26px;
    text-align: center;
    color: #FFF;
    background-image: url(../images/btn_fiche.png);
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    padding-top: 2px;
    float: right;
    margin-left: 8px;
}

.dienst_btn:hover {
    font-weight: normal;
}

#dienst_nav {
    width: 258px;
    float: right;
}

#dienst_nav a {
    width: 220px;
    height: 32px;
    display: block;
    background-image: url(../images/btn_dienst_right.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-left: 38px;
    color: #4f4f4f;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 19px;
    padding-top: 7px;
}

#dienst_nav a:hover {
    background-position: top;
    font-weight: normal;
    color: #FFF;
}

.content_ref {
    width: 900px;
    margin: auto;
}

#ref {
    width: 284px;
    height: 176px;
    border-bottom: 2px solid #fd0002;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-right: 24px;
    margin-bottom: 38px;
}

#ref_last {
    width: 284px;
    height: 176px;
    border-bottom: 2px solid #fd0002;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 38px;
}

.ref {
    width: 315px;
    height: 31px;
    background-image: url(../images/bg_ref.png);
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    margin-top: 140px;
}

.ref a {
    color: #404040;
    text-decoration: none;
    width: 284px;
    height: 25px;
    padding-top: 6px;
    display: block;
}

.top_ref {
    width: 284px;
    height: 16px;
    background-image: url(../images/top_ref.png);
    position: absolute;
}

.search {
    width: 900px;
    background-image: url(../images/bg_search.png);
    background-position: top;
    background-repeat: no-repeat;
    /*height:40px;*/
    margin-bottom: 30px;
    padding-top: 25px;
}

.ref_btn {
    width: 116px;
    height: 29px;
    position: absolute;
    margin-left: 574px;
    margin-top: 289px;
}

.ref_btn a {
    width: 116px;
    height: 29px;
    display: block;
    background-image: url(../images/ref_btn.png);
}

.pdf_btn {
    width: 67px;
    height: 29px;
    position: absolute;
    margin-left: 0px;
    margin-top: 289px;
}

.pdf_btn a {
    width: 67px;
    height: 29px;
    display: block;
    background-image: url(../images/ref_pdf.png);
}

.ref_controls {
    width: 690px;
    height: 31px;
    border-top: 2px solid #fd0002;
    background-color: #e4e4e4;
    margin-bottom: 20px;
    color: #fd0002;
}

.result {
    float: left;
    padding-top: 5px;
    padding-left: 25px;
}

.aarows_ref {
    width: 118px;
    float: right;
}

.aarows_ref a {
    float: right;
}

.link {
    width: 165px;
    height: 165px;
    float: left;
    border: 1px solid #e2e2e2;
    margin-right: 39px;
    margin-bottom: 39px;
}

.link a img {
    border: none;
}

#last {
    margin-right: 0px;
}

#jobs_left {
    float: left;
    width: 568px;
    padding-right: 33px;
    border-right: 1px solid #555;
}

#jobs_left h2 {
    font-size: 14px;
    font-weight: bold;
}

.job {
    width: 568px;
    margin-bottom: 50px;
}

.vacature {
    width: 568px;
    height: 28px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #484848;
    margin-bottom: 25px;
}

#jobs_right {
    width: 370px;
    float: right;
}

#jobs_right h2 {
    font-size: 14px;
    font-weight: bold;
}

.vraag_groep {
    width: 568px;
    height: 28px;
    font-size: 16px;
    color: #fd0002;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 17px;
}

.vraag {
    width: 518px;
    font-size: 14px;
    color: #000;
    background-image: url(../images/bg_vraag.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 15px;
}

.antwoord {
    width: 490px;
    padding-left: 78px;
    margin-bottom: 20px;
}

#contact_left {
    width: 560px;
    float: left;
    padding-right: 28px;
    border-right: 1px solid #555;
    color: #fd0002;
}

.contact_optie {
    width: 560px;
    height: 41px;
    background-image: url(../images/bg_contact_select.png);
    background-repeat: no-repeat;
    color: #FFF;
    padding-top: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.margin {
    margin-left: 80px;
}

#contact_right {
    width: 384px;
    float: right;
}

#contact_right span {
    color: #fd0002;
}

#form {}

form input[type=text] {
    width: 327px;
    height: 23px;
    border: 1px solid #cdcdcd;
    margin-bottom: 13px;
}

form select {
    width: 331px;
    height: 25px;
    border: 1px solid #cdcdcd;
    margin-bottom: 13px;
    padding: 2px;
}

form textarea {
    margin-top: 8px;
    margin-bottom: 22px;
    width: 558px;
    border: 1px solid #cdcdcd;
    height: 45px;
    overflow: hidden;
}

form input[type=submit] {
    width: 196px;
    text-align: center;
    height: 28px;
    color: #FFF;
    border: none;
    background-color: transparent;
    float: right;
    background-image: url(../images/btn_fiche.png);
}

form input[type=submit]:hover {}

.long {
    width: 560px;
    height: 25px;
    margin-top: 8px;
    margin-bottom: 22px;
}

#long2 {
    width: 558px;
    height: 23px;
    border: 1px solid #cdcdcd;
    margin-top: 8px;
    margin-bottom: 22px;
}


/*footer section*/

.foot {
    width: 1000px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    padding-top: 16px;
}

.foot h2 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #FFF;
}

.foot_block1 {
    width: 239px;
    height: 79px;
    float: left;
    border-right: 1px solid #FFF;
}

.foot_block2 {
    width: 212px;
    height: 79px;
    float: left;
    border-right: 1px solid #FFF;
    padding-left: 48px;
}

.foot_block3 {
    width: 184px;
    height: 79px;
    float: left;
    border-right: 1px solid #FFF;
    padding-left: 22px;
}

.foot_block4 {
    width: 270px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding-top: 49px;
}

.foot_ak {
    width: 283px;
    height: 242px;
    position: absolute;
    /*margin-left:717px;*/
    margin-top: -175px;
    right: 20px;
}

.foot_ak2 {
    width: 209px;
    height: 190px;
    position: absolute;
    margin-left: 791px;
    margin-top: -124px;
}

.arrow {
    width: 252px;
    height: 141px;
    position: absolute;
    margin-left: -35px;
    margin-top: -120px;
}

#foot_ticker {
    width: 890px;
    height: 68px;
    position: absolute;
    margin-top: -108px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 28px;
    color: #c7c7c7;
    text-align: center;
    padding-top: 40px;
}

.bx-controls {
    display: none;
}

.bx-viewport {
    overflow: hidden;
}

.selectedType {
    width: 280px;
    height: 28px;
    background: #f6f6f6;
    border: 1px solid #cecece;
    background-image: url('../images/dd/selectArrow.png');
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}

.selectedOptionsHolder {
    margin-top: -1px;
    position: absolute;
    z-index: 999999;
    width: 280px;
    display: none;
    border: 1px solid #cecece;
    background: #fff;
    cursor: pointer;
}

.dopbutton {
    color: #fff;
    margin-top: 15px;
    padding: 10px;
}

.selOption,
.selOption1 {
    border-bottom: 1px solid #cecece;
}

.selOption #txt,
.selOption1 #txt {
    line-height: 28px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
}

.selectedOptionsHolder .selOption:hover,
.selOption1 .selOption:hover {
    background: #bbb;
}

.selectedType .selOption1 {
    border: none;
}

#st {
    float: right;
}

.regiosearch {
    float: right;
    margin-right: 25px;
}

.regiosearch #inv {
    width: 215px;
    height: 28px;
    background: #f6f6f6;
    border: 1px solid #cecece;
    padding-left: 15px;
}

#zoek {
    background: #555;
    height: 32px;
    width: 80px;
    border: none;
    color: #fff;
}

.cabinet {
    width: 92px;
    height: 22px;
    background: url(btn-choose-file.gif) 0 0 no-repeat;
    background: #fd0002;
    color: #fff;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding-top: 3px;
    padding-right: 10px;
}

.cabinet input {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

.ttf {
    position: absolute;
    top: -75px;
    color: #bcbcbc;
    font-size: 32px;
}

a {
    text-decoration: none;
}

.c ul {
    list-style-type: disc;
}

.c li {
    margin-left: 20px;
}

@media screen and (max-width: 1500px) {
    #content-container {
        max-width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    #content-container h1 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 950px) {
    #content-container h1 {
        font-size: 2.5em;
        margin-bottom: 60px !important;
    }
    #content-container h2 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 850px) {
    #content-container {
        max-width: 90%;
    }
}

@media screen and (max-width: 650px) {
    #content-container h1 {
        font-size: 2em;
    }
    #content-container h1 {
        font-size: 2.1em;
    }
    #content-container h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 550px) {
    #content-container {
        max-width: 95%;
    }
}

@media screen and (max-width: 500px) {
    #content-container h1 {
        font-size: 1.8em;
    }
}</pre></body></html>