
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/site/[websiteid]/$File/coenen-source-sans-pro-300-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/site/[websiteid]/$File/coenen-source-sans-pro-300.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/site/[websiteid]/$File/coenen-source-sans-pro-400-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/site/[websiteid]/$File/coenen-source-sans-pro-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/site/[websiteid]/$File/coenen-source-sans-pro-600-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/site/[websiteid]/$File/coenen-source-sans-pro-600.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/site/29C66A4C212D4532C1257C90003938C6/$File/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/site/29C66A4C212D4532C1257C90003938C6/$File/slick.eot');
    src: url('/site/29C66A4C212D4532C1257C90003938C6/$File/slick.eot?#iefix') format('embedded-opentype'), url('/site/29C66A4C212D4532C1257C90003938C6/$File/slick.woff') format('woff'), url('/site/29C66A4C212D4532C1257C90003938C6/$File/slick.ttf') format('truetype'), url('/site/29C66A4C212D4532C1257C90003938C6/$File/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev {
    left: 15px;
}
.slick-lightbox .slick-next {
    right: 15px;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox-close:focus {
    outline: none;
}
.slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×'}
/**** www/static/css/style.css ***/
@charset utf-8;
/**
 * SenCSS - Sensible Standards CSS framework
 *
 * Copyright (c) 2008-2009 Kilian Valkhof (kilianvalkhof.com)
 * Visit sencss.kilianvalkhof.com for more information and changelogs.
 * Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php
 *
 */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
    vertical-align: baseline;
    margin: 0;
    padding: 0
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
    display: block
}
body {
    background: #fff;
    color: #000;
    font: 75%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;
    position: relative
}
textarea {
    font: 101%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;
    border: 1px solid #ccc;
    border-bottom-color: #eee;
    border-right-color: #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: .29em 0
}
blockquote,q {
    quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
    content: none
}
:focus {
    outline: none
}
a {
    text-decoration: none;
    border: 0;
    color: #fe7e03;
}
a:hover,a:focus {
    text-decoration: underline;
}
a img {
    border: 0
}
abbr,acronym {
    border-bottom: 1px dotted;
    cursor: help;
    font-variant: small-caps
}
address,cite,em,i {
    font-style: italic
}
blockquote p {
    margin: 0 1.5em 1.5em;
    padding: .75em
}
code,kbd,tt {
    font-family: "Courier New", Courier, monospace, serif;
    line-height: 1.5
}
del {
    text-decoration: line-through
}
dfn {
    border-bottom: 1px dashed;
    font-style: italic
}
dl {
    margin: 0 0 1.5em
}
dd {
    margin-left: 1.5em
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    padding: 0
}
h1 {
    font-size: 2em;
    margin: 0 0 .75em
}
h2 {
    font-size: 1.5em;
    margin: 0 0 1em
}
h3 {
    font-size: 1.1666em;
    margin: 0 0 1.286em
}
h4 {
    font-size: 1em;
    margin: 0 0 1.5em
}
h5 {
    font-size: .8333em;
    margin: 0 0 1.8em
}
h6 {
    font-size: .666em;
    margin: 0 0 2.25em
}
img {
    display: inline-block;
    vertical-align: text-bottom
}
ins {
    text-decoration: overline
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}
ol {
    list-style: outside decimal
}
p {
    font-weight: 400;
    margin: 0 0 1.5em
}
pre {
    font-family: "Courier New", Courier, monospace, serif;
    margin: 0 0 1.5em
}
sub {
    top: .4em;
    font-size: .85em;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}
sup {
    font-size: .85em;
    line-height: 1;
    position: relative;
    bottom: .5em;
    vertical-align: baseline
}
ul {
    list-style: outside disc
}
ul,ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0
}
li ul,li ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    padding: 0
}
caption {
    font-style: italic;
    text-align: left
}
tr.alt td {
    background: #eee
}
td {
    border: 1px solid #000;
    vertical-align: middle;
    padding: .333em
}
th {
    font-weight: 700;
    vertical-align: middle;
    padding: .333em
}
button {
    cursor: pointer;
    display: block;
    font-size: 1em;
    height: 2em;
    line-height: 1.5em;
    margin: 1.75em 0 0;
    padding: 0 .5em
}
button::-moz-focus-inner {
    border: 0
}
fieldset {
    border: 0;
    position: relative;
    margin: 0 0 1.5em;
    padding: 1.5em 0 0
}
fieldset fieldset {
    clear: both;
    margin: 0 0 1.5em;
    padding: 0 0 0 1.5em
}
input {
    border: 1px solid #ccc;
    border-bottom-color: #eee;
    border-right-color: #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 12px;
    height: 1.5em;
    line-height: 1.5em;
    width: 100%;
    margin: 0 0 .75em;
    padding: .29em 0
}
input[type=file] {
    height: 2.25em;
    padding: 0
}
select {
    border: 1px solid #ccc;
    border-bottom-color: #eee;
    border-right-color: #eee;
    font-size: 1em;
    height: 2.25em;
    _margin: 0 0 1.3em;
    margin: 0 0 .8em;
    padding: .2em 0 0
}
optgroup {
    font-weight: 700;
    font-style: normal;
    text-indent: .2em
}
optgroup + optgroup {
    margin-top: 1em
}
option {
    font-size: 1em;
    height: 1.5em;
    text-indent: 1em;
    padding: 0
}
label {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: 1.4em;
    width: 100%;
    margin: 0;
    padding: 0
}
label input {
    background: 0;
    border: 0;
    height: 1.5em;
    line-height: 1.5em;
    width: auto;
    margin: 0 .5em 0 0;
    padding: 0
}
legend {
    font-size: 1.1666em;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 0
}
dt,strong,b {
    font-weight: 700
}
body {
    -webkit-text-size-adjust: none;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    background: #fff;
    font-family: "Source Sans Pro", arial, helvetica, sans-serif;
    min-width: 1000px;
}
.inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
a,
a *,
button,
.clickable,
.clickable * {
/*  -webkit-transition:0.4s all ease;*/
/*  -moz-transition:0.4s all ease;*/
/*  -ms-transition:0.4s all ease;*/
/*  transition:0.4s all ease;*/
}
header {
    background: #fff;
    height: 150px;
}
header .inner {
    height: 150px;
}
header h1 {
    margin: 0;
}
header h1 a img {
    display: block;
    position: absolute;
    left: 0px;
    top: 30px;
}
header .sidemenu {
    position: absolute;
    right: 6px;
    top: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}
header .sidemenu li {
    font-size: 18px;
    display: inline;
    float: left;
    padding-top: 20px;
}
header .sidemenu a {
    color: #000;
    float: left;
    text-decoration: none;
    position: relative;
    padding: 10px 25px 0;
    border-right: 1px solid #ebebeb;
    height: 95px;
}
.sidemenu span {
    width: 43px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/sidemenubg.png) no-repeat 0 -50px;
}
.sidemenu span.service {
    background-position: -44px -50px;
}
.sidemenu span.vacatures {
    background-position: -88px -50px;
}
.sidemenu span.offerte {
    background-position: -132px -50px;
}
.sidemenu span.telephone {
    background-position: -176px -50px;
}
header .sidemenu li:last-child a {
    border-right: 0;
    padding-right: 0;
}
header .sidemenu a:hover,
    header .sidemenu a:focus {
    color: #ff7d01;
}
.sidemenu a:hover span.overons,
      .sidemenu a:focus span.overons {
    background-position: 0px 0px;
}
.sidemenu a:hover span.service,
      .sidemenu a:focus span.service {
    background-position: -44px 0px;
}
.sidemenu a:hover span.vacatures,
      .sidemenu a:focus span.vacatures {
    background-position: -88px 0px;
}
.sidemenu a:hover span.offerte,
      .sidemenu a:focus span.offerte {
    background-position: -132px 0px;
}
.sidemenu a:hover span.telephone,
      .sidemenu a:focus span.telephone {
    background-position: -176px 0px;
}
nav {
    display: block;
    height: 100px;
    background: #000 url(/site/29C66A4C212D4532C1257C90003938C6/$File/navbg.png) no-repeat center;
    border-bottom: 1px solid #fff;
}
nav ul {
    width: 960px;
    margin: 0 auto;
    height: 100px;
    list-style: none;
    padding: 0;
    text-align: left;
}
nav ul li {
    display: inline-block;
}
nav ul li:first-child a {
    margin-left: 0;
}
nav ul li:last-child a {
    margin-right: 0;
}
nav ul li a {
    position: relative;
    display: block;
    line-height: 60px;
    padding: 0 16px;
    margin: 20px 5px 0;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
}
nav ul li a img {
    vertical-align: middle;
}
nav ul li a:hover,
      nav ul li a:focus {
    color: #fe7e03;
    text-decoration: none;
}
nav ul li.selected a {
    color: #000;
    border-bottom: 4px solid #000;
    background: #fe7e03;
}
/* main content */
#main {
    background: #fff;
    overflow: hidden;
}
.clickable {
    cursor: pointer;
}
.button {
    background: #fe7e03;
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    width: auto;
    display: inline-block;
    line-height: 57px;
    border-bottom: 3px solid #fe7e03;
    text-decoration: none;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}
.button:hover,
  .button:focus,
  .clickable:hover .button {
    background: transparent;
    color: #fe7e03;
    padding: 0;
    margin: 0 30px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.button.inverse {
    background: transparent;
    color: #fe7e03;
    padding: 0;
    margin: 0 30px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.button.inverse:hover,
  .button.inverse:focus,
  .clickable:hover .button.inverse {
    background: #fe7e03;
    padding: 0 30px;
    color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}
.queue {
    width: 100%;
    height: 400px;
    background: #000;
}
.slide {
    color: #fff;
    width: 100%;
    height: 400px;
    background-position: center;
}
.slide .inner {
    margin: 0 auto;
    height: 400px;
}
.slide h2 {
    position: absolute;
    left: 0;
    top: 80px;
    color: #fff;
    font-weight: normal;
    width: 400px;
    font-size: 36px;
    line-height: 80px;
    padding-left: 30px;
}
.slide h2 span {
    line-height: 1em;
    background: #000;
    padding: 12px 0;
    box-shadow: 29px 0 0 0 #000, -29px 0 0 0 #000;
}
.slide a {
    margin-left: -30px;
    float: left;
    margin-top: 4px;
}
.queue .slide:hover a,
      .queue .slide a:focus {
    margin: 4px 30px 0 0;
    background: transparent;
    padding: 0;
    box-shadow: 0 0 0 transparent
}
.intro {
    text-align: center;
}
.intro h1 {
    font-weight: normal;
    padding: 55px 150px 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.4em;
}
.line {
    border-bottom: 3px solid #ebebeb;
    width: 170px;
    height: 0;
    margin: 10px auto 70px;
}
.thumbs {
    overflow: hidden;
    margin-left: -1px;
    margin-bottom: 70px;
}
.fullwidthline {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 30px;
    padding-top: 30px;
    clear: both;
}
.thumb {
    position: relative;
    float: left;
    padding: 0 20px;
    border-left: 1px solid #ebebeb;
    width: 320px;
    text-align: center;
}
.thumb img {
    max-width: 100%;
    margin-bottom: 25px;
}
.thumb h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
}
.thumb p {
    color: #999;
    font-size: 18px;
    line-height: 1.1;
    width: 80%;
    margin: 0 auto 10px;
}
.thumb .button {
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    color: #fe7e03;
}
.thumb:hover .button.inverse {
    box-shadow: 0 0 0 transparent;
    padding: 0 20px;
}
.fullwidth {
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/fullwidthbg.png) no-repeat center;
    height: 545px;
    text-align: center;
    color: #fff;
    position: relative;
}
.fullwidth .inner {
    padding-top: 60px;
    height: 545px;
}
.fullwidth h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 38px;
    font-weight: normal;
}
.fullwidth .line {
    border-color: rgba(235,235,235,0.2);
    margin-bottom: 55px;
}
.target {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 960px;
    overflow: hidden;
}
.target li {
    position: relative;
    display: block;
    width: 240px;
    height: 380px;
    float: left;
}
.target li a {
    display: block;
    width: 100%;
    height: 100%;
}
.target .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.target li .bottom-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    color: #fff;
    background: #222;
}
.target li .title {
    display: block;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 60px;
}
.target li .text {
    display: none;
    margin-bottom: 10px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 1.5;
}
.target li:hover .bg,
      .target li:focus .bg {
    opacity: 1;
}
.target li:hover .bottom-block,
      .target li:focus .bottom-block {
    padding: 30px 40px 10px;
    background: #fe7e03;
}
.target li:hover .title,
      .target li:focus .title {
    line-height: 1;
    margin-bottom: 15px;
}
.target li:hover .text,
      .target li:focus .text {
    display: block;
}
.list {
    padding-top: 50px;
    padding-bottom: 70px;
}
.pagelist {
    padding-top: 0;
}
.item {
    display: block;
    overflow: hidden;
}
.item .line {
    border-bottom-width: 1px;
    width: 480px;
    clear: both;
    margin-bottom: 0;
}
.item img {
    float: left;
    margin-right: 60px;
}
.item.rightalign {
    padding-left: 20px;
}
.item.rightalign img {
    float: right;
    margin-right: 0;
    margin-left: 60px;
}
.item h3 {
    margin: 0;
    padding: 74px 0 0;
}
.item h3 a {
    color: #000;
    font-size: 30px;
    line-height: 1.1;
    text-decoration: none;
}
.item p {
    color: #000;
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
    margin-top: -2px;
}
.item .button {
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #fe7e03;
}
.item:hover .button.inverse {
    box-shadow: 0 0 0 transparent;
    padding: 0 25px;
    margin-left: -25px;
}
footer {
    background: #1e1e1e url(/site/29C66A4C212D4532C1257C90003938C6/$File/footerbg.png) no-repeat center top;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
    height: 333px;
}
footer .inner>div {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0 35px;
}
footer a {
    display: inline-block;
    color: #fe7e03;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/orangearrow.png) no-repeat right center;
    padding-right: 20px;
    text-decoration: none;
}
footer a:hover,
    footer a:focus {
    text-decoration: none;
    color: #fff;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/whitearrow.png) no-repeat right center;
}
footer img {
    margin-bottom: 25px;
}
footer address {
    font-style: normal;
    margin-bottom: 25px;
}
footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 180px;
    text-align: left;
    line-height: 1.85;
}
footer ul li a {
    display: block;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/orangearrow.png) no-repeat right center;
}
footer ul li a:hover,
  footer ul li a:focus {
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/whitearrow.png) no-repeat right center;
}
.textcontent {
    background: #f4f4f4;
    overflow: hidden;
    padding: 50px 0 70px;
    margin-bottom: 70px;
}
.textcontent .inner {
    padding-left: 20px;
}
.textcontent img {
    padding-top: 20px;
    float: right;
    padding-left: 20px;
}
.textcontent h1 {
    line-height: 1.8em;
    border-bottom: 3px solid #DBDBDB;
    float: left;
    margin-bottom: 20px;
}
.textcontent h2 {
    clear: left;
    margin-bottom: 15px;
}
.textcontent p {
    font-size: 18px;
    line-height: 1.4;
    color: #555;
}
.pagination {
    text-align: center;
    padding: 30px 20px 75px;
    border-top: 1px solid #dbdbdb;
}
.pagination a {
    display: inline-block;
    border-bottom: 3px solid transparent;
    color: #888;
    margin: 0 2px;
    padding: 5px 15px 3px;
    font-size: 18px;
    text-decoration: none;
}
.pagination a.selected {
    border-bottom: 3px solid #fe7e03;
}
.pagination a:hover,
    .pagination a:focus {
    border-bottom: 3px solid #fe7e03;
    background: #fe7e03;
    color: #fff;
}
.pagination a.next {
    float: right;
    padding-right: 20px;
    background: transparent url(/site/29C66A4C212D4532C1257C90003938C6/$File/greyarrow.png) no-repeat right center;
}
.pagination a.prev {
    float: left;
    padding-left: 20px;
    background: transparent url(/site/29C66A4C212D4532C1257C90003938C6/$File/greyarrow-left.png) no-repeat left center;
}
.pagination a.next:hover,
    .pagination a.next:focus {
    border-bottom: 3px solid transparent;
    color: #fe7e03;
    background-color: transparent;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/orangearrow.png);
}
.pagination a.prev:hover,
    .pagination a.prev:focus {
    border-bottom: 3px solid transparent;
    color: #fe7e03;
    background-color: transparent;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/orangearrow-left.png);
}
.rightlist {
    float: right;
    width: 460px;
    margin: 0;
    margin-top: 95px;
    margin-left: 25px;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px 25px 25px 30px;
    list-style: none;
}
.rightlist li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    line-height: 1.85;
    font-size: 18px;
}
.rightlist li a {
    text-decoration: none;
    color: #000;
    display: block;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/blackarrow.png) no-repeat right center;
}
.rightlist li a:hover,
  .rightlist li a:focus {
    color: #fe7e03;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/orangearrow.png) no-repeat right center;
}
.inner h1 {
    font-size: 36px;
}
.inner h1,
.inner h2,
.inner h3 {
    font-weight: 400;
}
.detailblock {
    overflow: hidden;
    padding: 50px 0 70px 20px;
}
.detailblock h1 {
    line-height: 1.2em;
    border-bottom: 3px solid #DBDBDB;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.detailblock h2 {
    clear: left;
    margin-bottom: 15px;
}
.detailblock h3 {
    clear: left;
    margin-bottom: 27px;
    font-size: 20px;
}
.detailblock p {
    font-size: 18px;
    line-height: 1.4;
    color: #444;
}
.detailblock ul {
    margin-left: 0;
    padding-left: 0;
}
.detailblock ul li {
    font-size: 18px;
    line-height: 1.4;
    color: #444;
    list-style: none;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/li.png) no-repeat 9px center;
    padding-left: 40px;
}
.gallery {
    width: 100%;
}
.gallery {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery a {
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery a img {
    width: 100%;
    height: 100%;
}
.gallery::before {
    content: " ";
    pointer-events: none;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/zoom.png) no-repeat 0 0;
    width: 45px;
    height: 55px;
    position: absolute;
    z-index: 20;
    right: 19px;
    bottom: 18px;
    display: block;
    text-indent: -9999em;
}
.gallery .slick-prev,
  .gallery .slick-next {
    width: 50px;
    height: 50px;
    background: #fe7e03 center no-repeat;
    z-index: 1;
}
.gallery .slick-prev:hover,
  .gallery .slick-next:hover {
    background-color: #000;
}
.gallery .slick-prev::before,
  .gallery .slick-next::before {
    display: none;
}
.gallery .slick-prev {
    left: 0;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/gallery-prev.png);
}
.gallery .slick-next {
    right: 0;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/gallery-next.png);
}
.sideKick {
    float: right;
    position: relative;
    width: 460px;
    margin-left: 30px;
    margin-bottom: 55px;
    padding-top: 8px;
}
.sideKick .gallery {
    width: 460px;
    height: 270px;
}
.infoblock {
    border: 1px solid #e9e9e9;
    padding: 20px 30px 30px;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/infoblockbg.png) no-repeat top right;
    margin-bottom: 30px;
}
.infoblock h3 {
    margin: 0 0 20px;
    padding: 0;
    color: #fe7e03;
}
.infoblock ul {
    font-size: 18px;
}
.infoblock .button {
    width: 100%;
    box-shadow: 0 0 0 #000;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/sidekickbutton.png);
    padding-left: 100px;
}
.infoblock .button:hover,
    .infoblock .button:focus {
    background-color: #000;
    border-color: #000;
    margin: 0;
    text-decoration: none;
    padding: 0 30px;
    color: #fff;
    padding-left: 100px;
}
.downloads a {
    height: 50px;
    display: block;
    padding-left: 74px;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/download.png) no-repeat 0 -50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}
.downloads a span {
    border-bottom: 3px solid #000;
    display: block;
    line-height: 30px;
    padding-top: 10px;
}
.downloads a:hover,
    .downloads a:focus {
    background-position: 0 0px;
    text-decoration: none;
    color: #fe7e03;
}
.downloads a:hover span,
    .downloads a:focus span {
    border-color: #fe7e03;
}
blockquote {
    color: #fff;
    background: #fe7e03;
    padding: 60px 100px;
    clear: both;
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    margin-left: -20px;
    margin-bottom: 60px;
}
blockquote:after {
    display: block;
    content: " ";
    border-bottom: 3px solid #fb932f;
    width: 175px;
    margin: 0 auto;
}
#main .links {
    width: 460px;
}
#main .links a {
    height: 50px;
    display: block;
    padding-left: 74px;
    background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/links.png) no-repeat 0 -50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}
#main .links a span {
    border-bottom: 3px solid #000;
    display: block;
    line-height: 30px;
    padding-top: 10px;
}
#main .links a:hover,
    #main .links a:focus {
    background-position: 0 0px;
    text-decoration: none;
    color: #fe7e03;
}
#main .links a:hover span,
    #main .links a:focus span {
    border-color: #fe7e03;
}
.leftSide {
    margin-left: -20px;
    margin-top: 60px;
}
.thumbblock {
    display: block;
    border: 1px solid #ebebeb;
}
.thumbblock h3 {
    color: #fe7e03;
    line-height: 75px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.thumbblock .thumbs {
    margin: 0 0 30px;
}
.thumbblock .thumbs .thumb {
    padding-left: 15px;
    padding-right: 15px;
    width: 310px;
}
.horizontalForm {
    background: #F5F5F5;
    width: 100%;
}
.horizontalForm>fieldset {
    margin: 0;
    padding: 0 25px 30px;
    width: 100%;
}
.horizontalForm h3 {
    color: #fe7e03;
    line-height: 75px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.horizontalForm input,
.horizontalForm textarea {
    float: left;
    width: 500px;
    margin: 0 0 10px;
    height: 55px;
    border-color: #e3e3e3;
    font-size: 18px;
    line-height: auto;
    padding: 0 15px;
    border-top: 0;
    color: #BDBDBD;
}
.horizontalForm select {
    float: left;
    margin: 0;
    padding: 0;
    border-color: #e3e3e3;
    background: #fff;
    width: 500px;
    height: 55px;
    line-height: 55px;
    color: #BDBDBD;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 10px;
}
.horizontalForm label {
    clear: left;
    float: left;
    width: 240px;
    padding: .375em 0
}
.horizontalForm label input {
    height: 1em;
    line-height: 1.5em;
    width: auto;
    margin: 1em .5em 0 0;
    font-size: 16px;
}
.horizontalForm label.singleLine {
    clear: both;
    float: none;
    height: 1.5em;
    width: 100%;
    padding: 0
}
.horizontalForm textarea {
    height: 6em;
    padding: 10px;
}
.horizontalForm label {
    line-height: 55px;
    padding: 0;
    font-size: 18px;
}
.horizontalForm h3 + label + input,
.horizontalForm textarea {
    border-top: 1px solid #e3e3e3;
}
fieldset fieldset {
    padding-left: 240px;
    position: relative;
    margin-bottom: 0;
}
.horizontalForm fieldset fieldset legend {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
.horizontalForm fieldset fieldset label {
    line-height: 30px;
    width: auto;
}
.horizontalForm fieldset fieldset input {
    margin-top: 0.5em
}
label.error {
    color: #fe7e03;
}
input.error,
textarea.error,
select.error {
    border-bottom: 3px solid #fe7e03;
    color: #000;
}
input.catcher {
    visibility: hidden;
    position: absolute;
    left: -9999em;
}
.horizontalForm button {
    border: 0;
    width: 500px;
    box-shadow: 0 0 0 #000;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    margin-left: 240px;
    padding-left: 20px;
    margin-top: 10px;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/form.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}
.horizontalForm button:hover,
  .horizontalForm button:focus {
    background-color: #000;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/form.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    margin-left: 240px;
    padding-left: 20px;
    margin-top: 10px;
}
.slide a.button:hover,
.thumb a.button:hover,
 .item a.button:hover, {
    text-decoration: none;
}
.sidemenu .menu {
    display: none;
}
nav ul li a i {
    display: none;
}
@media screen and (max-aspect-ratio:10 / 9) {
    .responsive-hide {
        display: none !important;
    }
    body,
  .inner {
        width: 500px;
        min-width: 500px;
        max-width: 500px;
    }
    header,
  header .inner {
        height: 80px;
    }
    header h1 a img {
        left: 10px;
        top: 15px;
        width: 200px;
    }
    header .sidemenu {
        right: 10px;
        transform-origin: 100% 0;
        transform: scale(0.6);
    }
    header .sidemenu a {
        padding: 10px 10px 0;
    }
    .sidemenu .menu {
        display: inline;
    }
    .sidemenu .menu span {
        background: url(/site/29C66A4C212D4532C1257C90003938C6/$File/menu.png);
    }
    nav {
        display: none;
    }
    nav.active {
        background: #000;
        display: block;
        width: 500px;
        height: auto;
    }
    nav ul {
        widtH: 500px;
        height: auto;
    }
    nav ul li {
        float: none;
        width: auto;
        display: block;
        line-height: 40px;
    }
    nav ul li.selected a,
  nav ul li a {
        line-height: 40px;
        height: 40px;
        margin: 0;
        border: 0;
        color: #fff;
    }
    nav ul li a img {
        display: none;
    }
    nav ul li a i {
        font-style: normal;
        display: inline;
    }
    .queue {
        height: 300px;
    }
    .slide,
  .slide .inner {
        height: 300px;
    }
    .slide h2 {
        top: 40px;
    }
    .inner h1 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .thumb {
        margin: 0 auto 50px;
        float: none;
        border-left: 0;
    }
    .fullwidthline {
        display: none;
    }
    .fullwidth .inner,
  .fullwidth {
        height: 364px;
    }
    .target {
        transform-origin: 0% 0%;
        transform: scale(0.5208);
    }
    .item {
        margin-bottom: 10px;
    }
    .item img,
  .item.rightalign img {
        max-width: 100px;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 50px;
    }
    .item h3 {
        padding-top: 10px;
    }
    footer {
        background-size: 200% 100%;
        font-size: 0.8em;
    }
    footer {
        height: 280px;
    }
    footer .inner>div {
        padding: 0 20px;
    }
    footer .links ul {
        margin: 0;
    }
    footer ul li {
        width: auto;
    }
    .textcontent {
        padding-top: 25px;
    }
    .textcontent .inner {
        padding: 0 25px;
    }
    .rightlist {
        float: none;
        margin: 0 auto 25px;
        width: 450px;
    }
    .pagination {
        padding: 25px;
    }
    .pagination a.next,
  .pagination a.prev {
        text-indent: -9999em;
        width: 39px;
        background-position: center;
    }
    .detailblock {
        padding: 25px 20px 70px;
    }
    blockquote {
        margin-left: 0;
        padding: 25px;
    }
    .leftSide {
        margin-left: 0;
    }
    .horizontalForm button,
  .horizontalForm button:hover {
        clear: both;
        width: 410px;
        margin: 0;
    }
    .horizontalForm label {
        width: 180px;
    }
    .horizontalForm select,
  .horizontalForm input,
  .horizontalForm textarea {
        width: 230px;
    }
    fieldset fieldset {
        padding-left: 180px;
    }
    .textcontent img {
        float: none;
        max-width: 100%;
    }
    .inner h1 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .gallery {
        width: 460px;
        height: 270px;
    }
}
#onder h3 {
    color: #fe7e03;
    line-height: 75px;    text-align: center;
    margin: 0;
    padding: 0;
}
#onder form h3 {
    color: #fe7e03;
    line-height: 75px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#onder .thumb h3 {
    color: #000;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
}
#main .downloads {
    width: 460px;
}
.horizontalForm fieldset fieldset legend.error {
    color: #fe7e03;
}
.thumb img {
    width: 279px;
    height: 130px;
}
.item img {
    width: 240px;
    height: 277px;
}
nav ul li a i {
    display: none;
}
@media screen and (max-aspect-ratio:10 / 9) {
    .item img {
        width: 240px;
        height: auto;
    }
    div.item .mask.leftalign {
        margin-left: -125px !important;
    }
    div.item .mask.rightalign {
        margin-right: -125px !important;
    }
}
.leftSide .infoblock {
    width: 460px;
}
#skimg {
    width: 460px;
    height: 270px;
}
#onder .thumbs {
    margin-top: 30px;
}
.thumb:hover .button.inverse {
    padding: 0px;
    margin-left: 2px;
    margin-right: 2px;
}
.thumb {
    padding-bottom: 20px;
}
.thumb p {
    height: 50px;
}
.thumb .button {
    padding-left: 10px;
    padding-right: 10px;
}
.thumb:hover .inverse.button {
    padding-left: 10px;
    padding-right: 10px;
}
.target .bg {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.detailblock h1 {
    width: 100%;
}
.cmscontent.main blockquote p {
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0px;
}
.cmscontent.main div.leftSide blockquote p {
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0px;
}
.detailblock ul li {
    line-height: 1.6;
}
.infoblock {
    padding-bottom: 0px;
}
fieldset fieldset {
    margin-bottom: 20px;
}
#onder {
    margin-left: -20px;
}
.leftSide {
    margin: 0px;
}
#onder h3 {
    margin: 0;
}
.line {
    margin: 10px auto 40px;
}
.fullwidthline {
    margin: 0 0 40px;
    padding-top: 40px;
    margin-top: 40px;
}
.fullwidth.sk {
    margin-top: -60px;
}
.list {
    padding-bottom: 40px;
}
#onder .thumbs {
    margin-bottom: 0px;
}
div.item .mask img {
    float: left;
    z-index: 900;
}
div.item .mask.rightalign {
    margin-right: -300px;
}
div.item .mask.rightalign img {
    float: right;
    width: 240px;
    height: 277px;
}
div.item .mask.leftalign {
    margin-left: -300px;
}
div.item .mask.leftalign img {
    float: left;
    width: 240px;
    height: 277px;
}
p a.button:hover,p a.button:focus {
    background-color: #000;
    border-color: #000;
    margin: 0;
    text-decoration: none;
    padding: 0 30px;
    color: #fff;
    padding-left: 100px;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/sidekickbutton.png);
}
p a.button {
    width: 100%;
    box-shadow: 0px 0px 0px #000;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    background-image: url(/site/29C66A4C212D4532C1257C90003938C6/$File/sidekickbutton.png);
    padding-left: 100px;
    width: 400px;
}
.slick-lightbox .slick-prev {
    z-index: 1;
}
:root { --vip-brand: #fe7e03; --vip-brand-contrast: #1a1a1a; }





/* Template css resource: Coenen - Module header */
.messagebox {background-color: #fe7e03; display:block; min-width: 470px; cursor: default;}
.messagebox p {font-family: Source Sans Pro; font-size: 18px; text-align: center; color: #fff; font-weight: 700; padding: 10px 5px 10px 5px;}
.messagebox a {color: #fff; text-decoration: underline;}
.messagebox a:hover {text-decoration: none;}
