<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    float: left;
}

@font-face{
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face{
    font-family: OpenSans;
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face{
    font-family: OpenSans;
    font-style: normal;
    font-weight: lighter;
    src: url(../fonts/OpenSans-Light.ttf);
}

#wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
    margin-top:-150px;
    padding-top:150px;
    overflow-x: hidden;
}

footer{
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #4164ad;
}
/********************************/
/**********Columns&amp;Rows**********/
/********************************/

/********************************/
/**************Divs**************/
/********************************/

#header{
    width: 100%;
    height: 180px;
}

.logo{
    position: relative;
    margin-top: 5px;
    height: 150px;
    z-index: 20;
}


#headimage{
    width: 100%;
    height: 750px;
    background-image: url(../images/slide1.jpg);
    background-position: center;
    background-size: cover;
}

.greendiv{
    margin-top: 20px;
    width: 100%;
    background:
        linear-gradient(
          rgba(115,183,42,0.85),
          rgba(115,183,42,0.85)
        ),
        url(../images/greendiv-background.png);
    padding-top: 10px;
    padding-bottom: 25px;
}

.teamoval{
    margin: 20px 0 10px;
    width: 100%;
    border-radius: 50%;
    max-height: 160px;
}

.footerdiv{
    display: flex;
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(255,255,255,0.2);
    align-items: center;


}

.txtdiv{
    float: left;
}

.footerimg{
    margin: auto;
    float: right;
    width: 70%;
}


/**Shape overlay**/

#shapeoverlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
    pointer-events: none;
}

#upperbar{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25px;
    background-color: #73b72a;
    z-index: 18;
}

#upperleft{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 350px solid rgba(255,255,255,0.5);
    border-right: 350px solid transparent;
    z-index: 19;
}

#centerright{
    position: absolute;
    right: 0;
    top: 350px;
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-right: 100px solid #fff;
    border-bottom: 100px solid transparent;
    z-index: 19;
}

.socialBox {
    position: relative;
    float: left;
    margin-right: 20px;
    height: 550px;
    border: 2px solid #70bf4a;
}

/********************************/
/***********Other Pages**********/
/********************************/



/********************************/
/**************Menu**************/
/********************************/

#nav{
    margin-top: 140px;
    width: 100%;
}

#nav ul{
    position: relative;
    float: left;
    list-style: none;
}

#nav ul li{
    position: relative;
    float: left;
    display: inline;
    margin-left: 10px;
    padding: 10px;
    padding-bottom: 8px;
}

#nav ul li ul.sub-menu{
    position: absolute;
    top: 40px;
    left: -40px;
    width: 240px;
    z-index: 500;
    background: #4164ad;
    display: none;
}

#nav ul li:hover ul.sub-menu{
    display: block;
}

#nav ul li ul.sub-menu li{
    float:left;
    width:100%;
    padding:5px 10px;
    margin:0;
}

#nav ul li ul.sub-menu li a{
    color:#fff;
}

#nav ul li ul.sub-menu li a:hover{
    color:#fff;
}

/********************************/
/**************Heads*************/
/********************************/

h1{
    font-family: OpenSans, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #4164ad;
}

h2{
    font-family: OpenSans, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}

.contentBlock h2 {
    font-size: 14px;
    color: #000;
}

/********************************/
/************Paragraphs**********/
/********************************/

p, .contentBlock ul, .contentBlock table{
    font-family: OpenSans, Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

p2{
    font-family: OpenSans, Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 5px;
}

p3{
    font-family: OpenSans, Arial;
    font-style: normal;
    font-weight: lighter;
    font-size: 14px;
    color: #fff;              
}

p4{
    font-family: OpenSans, Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #73b72a;
}

p5{
    font-family: OpenSans, Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}

.contentBlock {
    padding: 20px 20px 100px 20px;
    margin-top: -150px;
    line-height: 25px;
    background: #ffffff;
}

.contentBlock a {
    text-decoration: underline !important;
    color: #4164ad !important;
}

/********************************/
/**************Buttons***********/
/********************************/

.but:hover{
    cursor: pointer;
}

#but-menu{
    display: none;
    float: right;
    position: relative;
    margin-right: 10px;
    margin-top: -100px;
    height: 35px;
    z-index: 200;
}

.currentpage{
    color: #fff;
    background-color: #4164ad;
}

a, a:hover, a:link, a:visited, a:link:active, a:visited:active{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

table {
    max-width: 95% !important;
}

/********************************/
/**************Sliders***********/
/********************************/


/********************************/
/***********Mobile Divs**********/
/********************************/

/********************************/
/***********Mobile Menu**********/
/********************************/

.invis{
    display: none;
}

.contentBlock .invis {
    display: block;
}

.clear {
    position: relative;
    clear: both;
    margin-top: 20px;
    width: 100%;
}

table#tarieven {
    border: 0 !important;
    border-collapse: collapse;
}

table#tarieven td {
    padding: 10px !important;
    border: 1px solid #d5d5d5 !important;
    vertical-align: top !important;
}

table#tarieven tr {
    background: #f7f7f7;
}

table#tarieven tr:hover {
    background: #f0f0f0;
}

form.form table {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
}

form.form input[type="text"], form.form textarea, form.form select {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #8c8c8c;
    background: #f4f4f4;
}

form.form input[type="radio"] {
    margin-bottom: 25px;
    margin-left: 20px;
}

form.form textarea {
    padding: 5px;
    height: 100px;
}

form.form input:focus, form.form textarea:focus {
    color: #ffffff;
    background: #73b72a;
}

form.form input[type="submit"] {
    margin-left: 20px;
    padding: 10px 20px;
    color: #ffffff;
    border: 0;
    background: #4164ad;
}

form.form td {
    vertical-align: top;
}

.cfield {
    display: none;
}

#korein {
    margin-top: 60px;
}

#korein img {
    float: right;
    max-height: 60px;
}

.reviews{
    position: relative;
    margin-top: -200px;
    margin-bottom: 50px;
    padding: 25px;
    text-align: center;
    background-color: #4264ac;
    color: #fff;
}

.reviews &gt; div{
    margin-top: 20px;
}

.reviews .person img{
    margin-right: 6px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

.reviews p {
    font-size: 12px !important;
}

.reviews .score .title{
    color: #e9711a;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.reviews .score .stars img{
    margin: 0 0px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.reviews .score span:last-child{
    color: #e9711a;
    font-size: 12px;
}

.review-shape{
    position: absolute;
    right: 25px;
    bottom: -30px;
    height: 30px;
}

.contentBlock img {
    max-width: 100% !important;
}

.actie {
        position: absolute;
        top: -80px;
        right: 15px;
        padding: 15px 0;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        font-size: 11px;
        font-weight: bold;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        background: #f66512;
}

.contentBlock .actie a {
    color: #fff !important;
    transition-duration: 0.15s;
}

.contentBlock .actie a:hover {
    color: #4264ac !important;
}

a.button {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    padding: 10px 25px;
    color: #ffffff !important;
    text-align: center;
    background: #73b72a;
    text-decoration: none !important;
}

a.button:hover {
    background: #4164ad;
}

@media only screen and (max-width: 991px) {
    .contentBlock {
        padding-top: 0;
    }

    .actie {
        display: block;
        position: absolute;
        top: -40px;
        right: 15px;
    }

}

@media only screen and (max-width : 1199px) {


    .footerdiv{
    }

    .txtdiv{
        margin-top: 8px;
        margin-left: initial;
        margin-right: 5px;
    }

    .footerimg{
        width: 65%;

    }

}




@media only screen and (max-width: 991px) {

    p2{
        font-size: 14px;
    }

    p3{
        font-size: 10px;
    }

    li{
        margin-left: 2px;
    }

    .contentBlock {
        margin-top: 0;
    }

    .reviews{
        padding: 10px;
        margin-top: -100px;
    }

    .reviews p, .person, .reviews .score .title {
        font-size: 11px !important;
    }

    .reviews img {
        max-height: 10px !important;
        width: auto !important;
    }
}




@media only screen and (max-width: 767px) {

    #but-menu{
        display: initial;
    }

    #nav ul{
        position: absolute;
        right: 0px;
        top: 25px;
        width: 200px;
        z-index: 200;

    }

    #nav li{
        display: table;
        width: 100%;
        background-color: #fff;
        text-align: center;
        border-bottom: solid 1px #bfbfbf;
    }

    #nav ul li ul.sub-menu{
        display: none;
        position: static;
        float: none;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px 0 0 0;
        z-index: 500;
        background-color: #fff;
        color: inherit;
    }

    #nav ul li:hover ul.sub-menu{
        display: none;
    }

    #nav ul li ul.sub-menu li{
        float: left;
        margin: 0;
        width: 100%;
        padding: 5px 10px;
        text-align: center;
        border:none;
    }

    #nav ul li ul.sub-menu li a{
        color: inherit;
    }

    #nav ul li ul.sub-menu li a:hover{
        color: inherit;
    }

    .currentpage{
        color: initial;
        background-color: initial;
    }

    #headimage{
        height: 220px;
    }

    .teamoval{
        margin-top: 20px;
        width: 180px;
        max-height: none;
    }

    p3{
        font-size: 16px;
    }

    #upperleft{
        display: none;
    }

    #centerright{
        display: none;
    }

    #korein img {
        float: right;
        margin-top: 35px;
        max-height: 40px;
    }

    .sideMenu {
        display: none;
    }

    img.review-shape {
        display: none;
    }

}

@media only screen and (max-width: 400px) {

    .footerimg{
        margin-top: auto;
        width: 50%;
    }

    #eapps-instagram-feed-1 {
        width: 300px !important;
    }

    form.form td {
        display: block;
    }
    
    .contentBlock a.social img {
        height: 20px !important;
    }
    
    input, textarea {
        max-width: 250px !important;
    }
    
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}

@media only screen and (min-width: 900px) {
.price {
    min-width: 170px;
}

.price2 {
    min-width: 130px;
}

}

.news_item {
    position: relative;
    float: left;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #efffde;
    border: 1px solid #73b72a;
}

.news_item h2 {
    margin-top: 0;
}

.news_item a {
    text-decoration: none !important;
    float: left;
    width: auto !important;
    padding: 5px 20px;
    color: #ffffff !important;
    background: #73b72a;
    text-align: center;
}

.news_item a:hover {
    background: #4164ad;
}

.sideMenu {
    padding: 10px 10px;
    max-width: 100%;
    background: #ffffff;
    line-height: 30px;
}

form.form input[type="text"].smallInput {
    max-width: 50%;
}

.contentBlock img {
    height: auto !important;
}

.contentBlock a.social img {
        height: 20px !important;
    }
    
    td.descr {
        padding-right: 20px;
    }</pre></body></html>