<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: MMText-regular;
    src: url(../fonts/MMTextProWebTT-Regular.eot);
    src: url(../fonts/MMTextProWebTT-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/MMTextProWebTT-Regular.woff) format("woff"), url(../fonts/MMTextProWebTT-Regular.ttf) format("truetype")
}

@font-face {
    font-family: MMText-bold;
    src: url(../fonts/MMTextProWebTT-Bold.eot);
    src: url(../fonts/MMTextProWebTT-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/MMTextProWebTT-Bold.woff) format("woff"), url(../fonts/MMTextProWebTT-Bold.ttf) format("truetype")
}

@font-face {
    font-family: MMText-semibold;
    src: url(../fonts/MMTextProWebTT-Semibold.eot);
    src: url(../fonts/MMTextProWebTT-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/MMTextProWebTT-Semibold.woff) format("woff"), url(../fonts/MMTextProWebTT-Semibold.ttf) format("truetype")
}

@font-face {
    font-family: MMPrice;
    src: url(../fonts/MM-Price.eot);
    src: url(../fonts/MM-Price.eot?#iefix) format("embedded-opentype"), url(../fonts/MM-Price.woff) format("woff"), url(../fonts/MM-Price.ttf) format("truetype")
}

@font-face {
    font-family: MM-iconfont;
    src: url(../fonts/MM-Iconfont.eot);
    src: url(../fonts/MM-Iconfont.eot?#iefix) format("embedded-opentype"), url(../fonts/MM-Iconfont.woff) format("woff"), url(../fonts/MM-Iconfont.ttf) format("truetype")
}


/***** GENERAL *****/

.test{color: red;}

body {
    font-family: Open Sans, MMText-regular, mm-text-regular, mmtextregular, MMTextProWeb-Regular, sans-serif;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: 300;
    color: #666666;
}

h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #042B53;
}

h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

h3 {
    margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: normal !important;*/
    font-family: Open Sans, MMText-bold, Tahoma, Arial, Helvetica, sans-serif
}

  @media only screen and (min-width:600px){
  .form-av {float:right; margin: -20px 0 10px 35px;}
  }

  p {font-size: 14px; line-height: 23px;}


a {
    color: #555;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

.btn.btn-primary {
    background: #ffa330;
    border: 1px solid #e5922b;
    color: #333333;
}

a.tooltip {
    text-decoration: none;
    cursor: help;
    border-bottom: dotted 1px #ccc;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.25);
}

a.tooltip:hover {
    color: #000;
    border-bottom: dotted 1px #777;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.5);
}

.btn.black {
    background: #000;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    text-shadow: none;
}
.btn.ov_route{
    margin-left: 5px;
}
a.btn.btn-vacatures {
    font-weight: 700;
    background-color: #E7E7E7;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
}

.btn.white {
    background: #fff;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    text-shadow: none;
}

.icon,
.touch .icon {
    background: url(../images/icon-info.png) no-repeat scroll 0 0;
    width: 12px;
    height: 12px;
}

.offline {
    height: 90% !important;
    /* out of stock layer */
}

.offline span {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    text-align: center;
    margin: 0px auto;
    padding: 2em 0;
}

.offline span i {
    position: relative;
}

.contenspot {
    padding: 0;
    /* is ok? */
}

/***** TABLE *****/
.panel-openingTimes{
    border-radius: 0px;
}
.panel-openingTimes .panel-heading{
    background-color: #df0000;
}
.panel-openingTimes h3{
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}
.openingtime-table{
    border-width: 1px 1px 1px 1px;
    border-color: #ddd;
    border-style: solid;
}
.openingtime-table&gt;thead:first-child&gt;tr:first-child&gt;th{
    color: #000;
    font-size: 16px;
}
.openingtime-table tbody tr:nth-of-type(odd) {
    background: #e9e9e9;
}
.openingtime-table&gt;thead&gt;tr&gt;th {
     border-bottom: 0px;
}

/*Agenda*/
.agenda-container{
    margin-top: 40px;
}
.agenda-item {
    overflow: auto;
    height: 91px;
    margin: 20px 0px;
}
.agenda-time-container {
    float: left;
    width: 10%;
    background-color: #df0000;
    color: #fff;
    text-align: center;
    height: 91px;
    padding-top: 12px;
}
.agenda-desc{
    float: left;
    width: 80%;
    background-color: #fedcd3;
    padding: 10px 20px;
    position: relative;
    height: 91px;
}
.agenda-desc:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -47px;
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-bottom: 46px solid transparent;
    border-left: 34px solid #fedcd3;
}
a.agenda-title {
    font-size: 24px;
    display: block;
    font-weight: 700;
    color: #000;
}
span.agenda-date {
    font-size: 24px;
}
span.agenda-date,span.agenda-time {
    display: block;
} 
.arrow-right {
  /*width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  float: left;
  border-left: 60px solid green;*/
}


/***** BUTTONS *****/

.button {
    height: auto;
    padding: 10px 10px 10px 10px;
    padding: 0px 10px\0;
    background: none;
    background-color: #555;
    border-radius: 3px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.button span {
    width: auto !important;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    background: none;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    position: relative;
    font-weight: normal !important;
    font-family: 'mm-bold', Arial, sans-serif !important;
}

.button span:before {
    background: none !important;
}

.button:before {
    display: none;
    background: none;
}

.button:hover,
.button:focus,
.button:active {
    background-color: #333;
    color: #fff;
    box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.25);
}

.button.small {
    padding: 0 10px 0 10px;
    text-transform: none;
}

.button.small span {
    line-height: 25px;
}

.button.rate-product span,
.button.small span {
    font-size: 12px;
    font-family: 'mm-semibold', Arial, sans-serif !important;
}

.button.large {
    /* make same as default .button */
    height: 35px !important;
    padding: auto !important;
    line-height: 35px !important;
    text-align: center !important;
}

.button.large span {
    height: inherit !important;
    line-height: inherit !important;
    text-align: center !important;
}

.button.large:hover,
.button.large:focus,
.button.large:active {
    background-position: inherit;
}

.button.arrow {
    padding-right: 0;
    padding-left: 0;
}

.button.arrow span {
    background: none;
    padding: 0 10px;
}

.button.arrow span:after {
    display: none;
}

.button.arrow:after {
    display: none !important;
}

.button.block span {
    text-align: center !important;
}

.button.fullwidth {
    width: auto;
    display: block;
}

.button.fullwidth span {
    width: 100%;
}

.button.gray {
    height: 25px;
    padding: 0;
    color: #555 !important;
    background: #e7e7e7;
    box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

#my-account-action-register {
    color: #fff !important;
}

.button.gray span {
    color: #555;
    line-height: 25px;
    font-size: 14px;
    font-family: 'mm-bold', Arial, sans-serif !important;
}

.button.gray:hover,
.button.gray:focus,
.button.gray:active {
    color: #333;
    background: #ddd;
}

.button.gray:before {
    display: inline-block;
}

.button.light,
.button#continue-shopping {
    background-color: #e7e7e7;
    color: #555;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.button.light:hover,
.button#continue-shopping:hover,
.button.light:focus,
.button#continue-shopping:focus,
.button.light:active,
.button#continue-shopping:active {
    background-color: #d7d7d7;
    color: #333;
}

.button.print {
    border-right: none;
}

.button.print:before {
    height: 15px;
    background: rgba(0, 0, 0, 0) url("../images/sprites.png?17") no-repeat scroll -308px -32px;
}

.button.print:after {
    display: none !important;
}

.button.print span {
    padding-left: 30px;
}

.button.disabled,
.button:disabled:focus,
.button:disabled:hover {
    opacity: 0.5em;
}

.button.disabled span,
.button:disabled:focus span,
.button:disabled:hover span {
    background: none;
}

.button.to-details {
    width: auto !important;
    background: #d7d7d7;
    color: #555;
    text-transform: uppercase;
    background-color: #555 !important;
    color: #fff !important;
    padding-right: 30px;
    padding-left: 10px;
}

.button.to-details.arrow span:after {
    display: none;
}

.button.to-details.arrow:after {
    display: block !important;
}

.button.to-details:after {
    content: "";
    width: 10px;
    height: 100%;
    padding: 0 6px 0 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    background: url(../images/btn-arrow-dark.png) -25px 50% no-repeat;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.25s ease-in-out;
}

.button.to-details:hover,
.button.to-details:focus,
.button.to-details:active {
    color: #fff !important;
    background-color: #ffa330 !important;
}

.button.to-details:hover:after,
.button.to-details:focus:after,
.button.to-details:active:after {
    content: "";
    width: 10px;
    padding: 0 6px 0 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.15);
    background: url(../images/btn-arrow-dark.png) 9px 50% no-repeat;
}

.button.to-details.mini {
    height: 15px !important;
    padding: 2px 19px 2px 6px;
}

.button.to-details.mini span {
    line-height: 15px;
    font-size: 11px;
}

.button.to-details.mini:after {
    content: "";
    width: 7px;
    height: 100%;
    padding: 0 3px 0 4px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    background: url(../images/btn-arrow-dark-small.png) -31px 50% no-repeat;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.25s ease-in-out;
}

.button.to-details.mini:hover:after,
.button.to-details.mini:focus:after,
.button.to-details.mini:active:after {
    background-position: 5px 50%;
}

.button.to-details.dark {
    background: #555 !important;
    color: #fff !important;
}

.button.to-details.dark:hover {
    background: #333 !important;
    color: #fff !important;
}

.button.to-details.light {
    background: #e7e7e7 !important;
    color: #555 !important;
}

.button.to-details.light:after {
    content: "";
    width: 10px;
    height: 100%;
    padding: 0 6px 0 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    background: url(../images/btn-arrow.png) -25px 50% no-repeat;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.25s ease-in-out;
}

.button.to-details.light:hover,
.button.to-details.light:focus,
.button.to-details.light:active {
    background-color: #d7d7d7 !important;
}

.button.to-details.light:hover:after,
.button.to-details.light:focus:after,
.button.to-details.light:active:after {
    content: "";
    width: 10px;
    padding: 0 6px 0 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.15);
    background: url(../images/btn-arrow.png) 9px 50% no-repeat;
}

.button.add-to-cart,
.button.yellow {
    height: 35px\0;
    /* ie8 */
    line-height: 35px\0;
    /* ie8 */
    padding: 0;
    height: 35px;
    line-height: 35px;
    margin-right: 0;
    padding-right: 30px;
    padding-left: 10px;
    color: #333 !important;
    text-transform: uppercase;
    text-align: center;
    background: none !important;
    background-color: #ffa330 !important;
    font-size: 15px;
    font-family: 'mm-bold', Arial, sans-serif;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.button.add-to-cart span,
.button.yellow span {
    line-height: 35px;
    padding-left: 0;
    background: none !important;
    font-size: 14px;
    font-family: 'mm-bold', Arial, sans-serif !important;
}

.button.add-to-cart:hover,
.button.yellow:hover,
.button.add-to-cart:focus,
.button.yellow:focus,
.button.add-to-cart:active,
.button.yellow:active {
    color: #fff !important;
}

.button.add-to-cart:hover:after,
.button.yellow:hover:after,
.button.add-to-cart:focus:after,
.button.yellow:focus:after,
.button.add-to-cart:active:after,
.button.yellow:active:after {
    content: "";
    width: 10px;
    padding: 0 6px 0 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.15);
    background: url(../images/btn-arrow.png) 9px 50% no-repeat;
}

.button.add-to-cart:before,
.button.yellow:before {
    display: none;
    background: none !important;
}

.button.add-to-cart:after,
.button.yellow:after {
    content: "";
    width: 10px;
    height: 100%;
    padding: 0 6px 0 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    background: url(../images/btn-arrow.png) -25px 50% no-repeat;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.25s ease-in-out;
}

.button.disabled,
.button[disabled] {
    background: #555;
    opacity: 0.35;
    cursor: default;
}

.button.gray.arrow span {
    padding-right: 10px;
}

.tour {
    text-align: center;
}

.tour #kijkEensBinnen {
    display: inline-block;
}

.red {
    color: #df1000;
}

.vr-block {
    background: rgba(162, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162, 0, 0, 1)), color-stop(100%, rgba(223, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a20000', endColorstr='#df0000', GradientType=0);
    height: 345px;
    padding-bottom: 0px;
}

.vr-block .container {
    position: relative;
    height: 100%;
}

.vr-block .text {
    width: 60%;
}

.vr-block .text p {
    color: #fff;
    font-size: 72px;
    padding-top: 40px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.2;
}

.vr-lady {
    margin-top: -47px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.address-block {
    border: 1px solid #000000;
    padding: 20px;
    margin-bottom: 20px;
}

.address-block h3 {
    margin-top: 0px;
}

.address-block img {
    margin-right: 20px;
}

.block {
    margin-top: 50px;
    padding-bottom: 50px;
}

.red-block {
    background: #df0000;
    padding: 30px;
}

.red-block h3 {
    color: #fff;
    margin-top: 0px;
    font-size: 72px;
    font-style: italic;
    text-align: center;
}

.owl-carousel .owl-item {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.owl-carousel .item .item-content {
    padding: 10px;
}

.owl-carousel .item .item-content p {
    font-size: 16px;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

.owl-carousel .item .item-content .more {
    background: #df1000;
    color: #fff;
    padding: 5px 20px;
    margin-right: -10px;
    font-size: 16px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.owl-carousel .item .item-content .more:hover {
    background: #ff2615;
}

.owl-nav&gt;div {
    position: absolute;
    margin-top: -17px;
}

.owl-nav .owl-prev {
    left: -50px;
    top: 50%;
}

.owl-nav .owl-next {
    right: -50px;
    top: 50%;
}

.products-list a {
    display: block;
}

footer h3 {
    font-style: italic;
    font-size: 32px;
}

footer .footer-top {
    background: #de0000;
    color: #fff;
    padding: 0px 0;
}

footer .footer-top .container&gt;div {
    padding: 30px 30px 30px 0;
}

footer .footer-top .container&gt;div:last-child {
    padding: 30px;
    background: rgba(162, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162, 0, 0, 1)), color-stop(100%, rgba(223, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(162, 0, 0, 1) 0%, rgba(223, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a20000', endColorstr='#df0000', GradientType=0);
}

footer .footer-top .heading {
    font-style: italic;
}

footer .footer-bottom {
    padding: 10px 0;
}

footer .social-media a {
    color: #fff;
    margin-right: 5px;
    font-size: 42px;
}

footer .footer-bottom {
    border-bottom: 5px solid #de0000;
}

.scrolloff {
    pointer-events: none;
}


@media only screen and (max-width:600px){
    .listing-item {
        width: 80%;
        margin: 0 auto;
    }
    .owl-nav .owl-next {
        right: -2px;
        top: 25%;
    }
    .owl-nav .owl-prev {
        left: -2px;
        top: 25%;
    }
}</pre></body></html>