

/* 1_normalize.css */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* 3_flexnav.css */

.flexnav{ -webkit-transition:none; -moz-transition:none; -ms-transition:none; transition:none; -webkit-transform-style:preserve-3d; overflow:hidden; margin:0 auto; width:100%; max-height:0; position: relative; z-index: 999}
.flexnav.opacity{ opacity:0}
.flexnav.flexnav-show{ max-height:2000px; opacity:1; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -ms-transition:all .5s ease-in-out; transition:all .5s ease-in-out}
.flexnav li{ position:relative; overflow:hidden; border-bottom:1px solid rgba(0,0,0,0.15); }
.flexnav li a{ position:relative; display:block; z-index:2; overflow:hidden}
.flexnav li ul{ width:100%; }
.flexnav li ul li{ position:relative; overflow:hidden}
.flexnav li ul.flexnav-show li{ overflow:visible; z-index:999;}
.flexnav li ul li a{ display:block}

.flexnav .touch-button{ position:absolute; z-index:999; top:0; right:0; width:50px; display:inline-block; background:rgba(0,0,0,0.125); text-align:center}
.flexnav .touch-button:hover{ cursor:pointer}

.menu-button{ position:relative; display:block; border-bottom:1px solid rgba(0,0,0,0.15); border-top:1px solid rgba(0,0,0,0.15); cursor: pointer; text-align:center; line-height: 50px;}
.menu-button .touch-button{ background:rgba(0,0,0,0.125); position:absolute; z-index:999; top:0; right:0; width:50px; height:50px; display:inline-block;}
.menu-button .touch-button .navicon{ position:relative;font-style: normal;}

.menu-button i, .flexnav i {font-style:normal !important}

/* min-width: 0px voor geen mobiele website */
@media all and (min-width:768px) { 
	.flexnav{ overflow:visible}
	.flexnav.opacity{ opacity:1}
	.flexnav li{ position:relative; list-style:none; float:left; display:block; overflow:visible; border-bottom:none}
	.flexnav li >ul{ position:absolute; top:auto; left:0; width:auto}
	.flexnav li >ul li{ width:100%}
	.flexnav li ul li >ul{ margin-left:100%; top:0}
	.flexnav li ul li a{ border-bottom:none}
	.flexnav li ul.open{ display:block; opacity:1; visibility:visible; z-index:1}
	.flexnav li ul.open li{ overflow:visible; max-height:100px}
	.flexnav li ul.open ul.open{ margin-left:100%; top:0}
	.menu-button{ display:none}
}
/*
.oldie .flexnav{ overflow:visible}
.oldie .flexnav li{ position:relative; list-style:none; float:left; display:block; width:20%; min-height:50px; overflow:visible}
.oldie .flexnav li:hover >ul{ display:block; width:100%; overflow:visible}
.oldie .flexnav li:hover >ul li{ width:100%; float:none}
.oldie .flexnav li a{ overflow:visible}
.oldie .flexnav li >ul{ position:absolute; top:auto; left:0; display:none; z-index:1; overflow:visible}
.oldie .flexnav li ul li ul{ top:0}
.oldie .flexnav li ul li a{ border-bottom:none}
.oldie .flexnav li ul.open{ display:block; width:100%; overflow:visible}
.oldie .flexnav li ul.open li{ width:100%}
.oldie .flexnav li ul.open ul.open{ margin-left:100%; top:0; display:block; width:100%; overflow:visible}
.oldie .flexnav ul li:hover ul{ margin-left:100%; top:0}
.oldie .menu-button{ display:none}
*/


/* 4_jquery.fancybox.css */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{padding:0; margin:0; border:0; outline:none; vertical-align:top}
.fancybox-wrap{position:absolute; top:0; left:0; z-index:8020}
.fancybox-skin{position:relative; background:#f9f9f9; color:#444; text-shadow:none; -webkit-border-radius:4px;    -moz-border-radius:4px;         border-radius:4px}
.fancybox-opened{z-index:8030}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);    -moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);         box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-outer, .fancybox-inner{position:relative}
.fancybox-inner{overflow:hidden}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}
.fancybox-error{color:#444; font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin:0; padding:15px; white-space:nowrap}
.fancybox-image, .fancybox-iframe{display:block; width:100%; height:100%}
.fancybox-image{max-width:100%; max-height:100%}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{background-image:url('/images/fancybox_sprite.png')}

#fancybox-loading{position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; opacity:0.8; cursor:pointer; z-index:8060}

#fancybox-loading div{width:44px; height:44px; background:url('/images/fancybox_loading.gif') center center no-repeat}
.fancybox-close{position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040}
.fancybox-nav{position:absolute; top:0; width:40%; height:100%; cursor:pointer; text-decoration:none; background:transparent url('/images/fancybox_blank.gif'); -webkit-tap-highlight-color:rgba(0,0,0,0); z-index:8040}
.fancybox-prev{left:0}
.fancybox-next{right:0}
.fancybox-nav span{position:absolute; top:50%; width:36px; height:34px; margin-top:-18px; cursor:pointer; z-index:8040; visibility:hidden}
.fancybox-prev span{left:10px; background-position:0 -36px}
.fancybox-next span{right:10px; background-position:0 -72px}
.fancybox-nav:hover span{visibility:visible}
.fancybox-tmp{position:absolute; top:-99999px; left:-99999px; visibility:hidden; max-width:99999px; max-height:99999px; overflow:visible !important}
.fancybox-lock{    overflow:hidden !important;     width:auto}
.fancybox-lock body{    overflow:hidden !important}
.fancybox-lock-test{    overflow-y:hidden !important}
.fancybox-overlay{position:absolute; top:0; left:0; overflow:hidden; display:none; z-index:8010; background:url('/images/fancybox_overlay.png')}
.fancybox-overlay-fixed{position:fixed; bottom:0; right:0}
.fancybox-lock .fancybox-overlay{overflow:auto; overflow-y:scroll}
.fancybox-title{visibility:hidden; font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position:relative; text-shadow:none; z-index:8050}
.fancybox-opened .fancybox-title{visibility:visible}
.fancybox-title-float-wrap{position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8050; text-align:center}
.fancybox-title-float-wrap .child{display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; background:rgba(0,0,0,0.8); -webkit-border-radius:15px;  -moz-border-radius:15px;  border-radius:15px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:bold; line-height:24px; white-space:nowrap}
.fancybox-title-outside-wrap{position:relative; margin-top:10px; color:#fff}
.fancybox-title-inside-wrap{padding-top:10px}
.fancybox-title-over-wrap{position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0,0,0,.8)}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), 
   only screen and (min--moz-device-pixel-ratio:1.5), 
   only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/images/fancybox_sprite_2x.png'); background-size:44px 152px}

#fancybox-loading div{background-image:url('/images/fancybox_loading_2x.gif'); background-size:24px 24px}
}


/* 8_custom.css */

* { box-sizing: border-box; }

body { line-height: 175%; font-family: 'Cantarell', sans-serif; color: #e9e9e9; font-size: 16px; background: url('/images/bg.jpg') top center #270c46; background-size: cover; letter-spacing: 0.5px}
.clear { clear: both; height: 0; }
.button , .column a, .button.inverted:hover {display: inline-block; padding: 0 20px; min-width: 280px; height:65px; line-height: 65px; border: 1px solid #8d0082; text-align: center; text-decoration: none; cursor: pointer; color: #fff; background: none; border-radius: 5px; }
.button:hover, .column a:hover, #teaserCntr .sliderCaption a:hover, .button.inverted {background: #8d0082; color: #fff}
h1 {font-size: 26px; font-weight: normal; margin-bottom: 15px; color: #b90eac;}
h2, .title {font-size: 18px; font-weight: normal;margin-bottom: 15px; color: #a5a5a5;}
h3 {font-size: 18px; color: #a5a5a5;}
h4 {font-size: 16px; color: #b90eac;}
p { margin-bottom: 10px;}
a {color: #b90eac;}
a:hover {color: #fff;}
.column h4 {color: #696e72;}
form { background: none; border-radius: 5px; padding: 10px 0px; clear: both; text-align: center}
input, textarea, select{margin:1px; border:1px solid #aaa; padding:3px;}
input, select{width:355px}
textarea{width:355px}
form p {clear: both;}
fieldset { border: none; padding: 0px; }
legend  { font-size: 11px}
.quote {font-style:italic}
form label{display:inline-block;width:150px; line-height:34px; margin-bottom: 5px; vertical-align:top}
ul {list-style: none; margin: 0; padding: 0;}
article ol { margin: 10px 20px;}
article ul {list-style: disc; margin: 10px 20px;}
.breadcrumb {border-bottom: 1px solid #ddd; font-size: 12px}
.container {width: 960px; margin: 0 auto;clear:both;}
.container:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.pull-right {float: right}
.clickable {cursor: pointer}

header{padding-top: 40px;}
header .logo {float: left;}
header .logo:hover {opacity: 0.6}
header .adres {margin-top: 30px; float: right; font-size: 14px;}
header .adres .fb {margin-left: 100px}
/* header.slogan span {  padding: 10px 0; float: right; color:#f15c22; font-weight: bold;} */
header .headerbuttons {float: right; margin-top: 10px; text-transform: uppercase }
header .headerbuttons a {margin-bottom: 5px;}
header .headerbuttons span {color: #d50404}

nav {font-size: 18px; margin-bottom: 50px; clear: both }
nav.fixed {position: fixed; top: 0;}
nav ul a {text-decoration: none; color: #a5a5a5; }
nav ul li a:hover, nav ul li:hover a, nav ul li.active a  {color: #fff}
nav ul li ul {background: #260d45; min-width: 260px; display: none; padding: 15px 10px 10px 10px;}
nav ul li:hover ul li a {color: #a5a5a5; background: none;}

nav ul.lg-screen a {margin-right: 30px }
nav ul.lg-screen li {line-height: 100px; }
nav ul.lg-screen li li {line-height: 40px; }
nav ul.sm-screen li {line-height: 50px; }
nav .flexnav.lg-screen .touch-button{background: none; border-radius: 15px; width: 10px; color:#fff; right: 15px;}
nav .lg-screen .navicon{ color:#fff; font-size: 10px; margin-top: -3px}
nav .lg-screen .touch-button {background: #fff}
nav .flexnav.lg-screen li.item-with-ul a{padding-right:10px}

#teaser {margin-bottom: 50px; max-width: 1200px; width: auto; text-align: center}
#teaser img {max-width: 33% !important}

/*#teaser .flexslider{ height: 600px; }
#teaser .sliderCaption {background: #f15c22;width: 240px; height: 220px; position: relative; top: -360px; right: 20px; padding: 0 20px; float: right;}
#teaser .sliderCaption p{  color: #fff; width: 240px; height: auto; position: relative; top: 0px; padding:10px 0px; font-size: 25px; line-height: 100%;} 
#teaser .sliderCaption h3 {background: #f15c22; border-bottom: 3px solid #fff; font-size: 26px; padding: 20px 0px; color: #fff; text-align: left; width: 240px; }
#teaser .sliderCaption a {font-weight: normal;float: left; width: 235px; background-repeat: no-repeat; background-position: 230px 0px; font-size: 50%; height: 68px; line-height: 68px; margin-top: 20px; margin-left: -20px; text-align: left; padding-left: 35px; }
#teaser .sliderCaption a { background-image:url('/images/btn-pijl.png');}*/

.contactbar {line-height: 100px; background: #000; z-index: 2; position: relative; margin-top: -50px; margin-bottom: 30px; }

.column { width: 300px; float: left; padding: 0px 15px; height: 675px; overflow: hidden; position: relative; text-align: center}
.column.last {border: none; margin-right: 0;}
.column a{ position: absolute; bottom: 0; left: 0 }
.column img {max-width: 100%; height: auto !important}


article {padding-bottom: 100px; text-align: center}

article ul.fotoalbum {list-style: none; margin: 0;}
article ul.fotoalbum li {float: left; margin: 0 10px 10px 0px;}
article ul.fotoalbum li .imageholder {display: block; width: 230px; height: 200px; overflow: hidden;}
article ul.fotoalbum li a {text-decoration: none;}

#diensten {padding: 75px 0; background: rgba(17,3,53, 0.6)}

#sfeerimpressie {background: url('/images/bg-sfeer.jpg') right center no-repeat #0f0327}
#sfeerimpressie .title {color: #fff; font-size: 28px; margin-bottom: 30px; line-height: 125%}
#sfeerimpressie .inner {max-width: 440px; padding: 100px 45px 100px 0; background: #0f0327; float: left;}

footer {background: rgba(0,0,0,0.05); margin-top: 20px; padding: 20px 0; line-height: 300%}
footer .footerMenu {float: left; width: 320px;}
footer .footerMenu .title {margin-bottom: 15px; color: #a5a5a5; font-weight: normal; font-size: 18px;}
footer .button {margin-bottom: 15px}
footer li a {text-decoration: none}
footer li a, footer #footer a {color: #fff;}
footer li a:hover, footer #footer a:hover {text-decoration: underline}
footer #footer {text-align: center; padding: 50px 0; font-size: 14px; }

/* css3 animations */
a, a:hover img, .button:hover, nav  { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
/* no animations for */
.flexslider a , nav a { -webkit-transition: all 0s ease; -moz-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease;}

/* 9_responsive.css */

/* responsive voor mobiel portrait, landscape, kleine tablets en ipad portrait */
@media screen and (max-width: 990px) {
	.hidemobile {display: none;}
	.container {width: auto}
	img {max-width: 100% !important; height: auto !important}
	footer .footerMenu, footer .footerMenu.last {width: 100%; text-align: center; padding: 0px; margin-right: 0; margin: 0px auto; }
	.columnCntr { height: auto; padding: 20px 0; clear: both; background: rgba(0,0,0,.10)}
	.column.last {float:none; margin-right: auto}
	
	article td { clear:both; vertical-align: top; padding-right: 1px;}
	article table{ width:100%!important; font-size:75%; display: table-cell;} 
	input, select{width:95%; }
	textarea{width:95%;}
	input[type="checkbox"]{border:none; width:15px}
	form { background: none; width: 100%; border-radius: 5px; padding: 10px 0px; clear: both;}
	form p {clear: both;}
	
	article .button {font-size: 2rem}
}
/* responsive voor mobiel portrait, landscape, kleine tablets */
@media screen and (max-width: 768px) {
	.column, #nieuws li {margin: 10px auto;float: none; width: auto; height: auto; }
	.column a {width: 80%;margin: 0 10%; position: relative}
    .footerMenu .button {float: none}
	nav {height: auto; text-align: center}
    header {text-align: center}
    header .logo {float: none; display: block}
	#sfeerimpressie .inner {max-width: 100%; text-align: center; padding: 45px 0}
}
/* responsive voor ipad portrait */
@media screen and (min-width: 768px) and (max-width: 989px) {
	.column, #nieuws li {margin: 10px auto !important; float: left !important; width: 33.333333%; padding: 0; border-radius: 0;}
}
