

/* 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;
}


/* 2_rem-fonts.css */

/* Base Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/* NOTE
html is set to 62.5% so that all the REM measurements
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
}


/* Typography
末末末末末末末末末末末末末末末末末末末末末末末末末 */
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 2rem;
}
h1 { font-size: 4.0rem; line-height: 1.2;  /*letter-spacing: -.1rem;*/}
h2 { font-size: 3.6rem; line-height: 1.25; /*letter-spacing: -.1rem;*/ }
h3 { font-size: 3.0rem; line-height: 1.3;  /*letter-spacing: -.1rem;*/ }
h4 { font-size: 2.4rem; line-height: 1.35; /*letter-spacing: -.08rem;*/ }
h5 { font-size: 1.8rem; line-height: 1.5;  /*letter-spacing: -.05rem;*/ }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }




/* 4_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: 3}
.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:3;}
.flexnav li ul li a{ display:block}

.flexnav .touch-button{ position:absolute; z-index:3; 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:3; 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}
}

/* 4_flexslider.css */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('//cdnjs.cloudflare.com/ajax/libs/flexslider/2.2.2/fonts/flexslider-icon.eot');
	src:url('//cdnjs.cloudflare.com/ajax/libs/flexslider/2.2.2/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('//cdnjs.cloudflare.com/ajax/libs/flexslider/2.2.2/fonts/flexslider-icon.woff') format('woff'),
		url('//cdnjs.cloudflare.com/ajax/libs/flexslider/2.2.2/fonts/flexslider-icon.ttf') format('truetype'),
		url('//cdnjs.cloudflare.com/ajax/libs/flexslider/2.2.2/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-size: 
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; line-height: 1;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 20px; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.6); text-shadow: 1px 1px 0 rgba(255,255,255,0.4); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center; z-index:10;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.75); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.6); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/* 8_custom2.css */

* { box-sizing: border-box; }



body { font-family: 'Open Sans', sans-serif; color: #6d6d6d; font-size: 16px; font-weight: 300; background: #f2f2f2; line-height: 175%}

.clear { clear: both; height: 0; }

.button {display: inline-block; padding: 0 20px; min-width: 150px; height:48px; line-height: 48px; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; color: #fff; background: #d50404; }

.button:hover {background: #000; color: #fff}

.active {border-bottom: 4px solid #d50404;}

h1, .title {font-size: 30px; font-weight: bold; margin-bottom: 10px; color: #000;}

h2 {font-size: 24px; margin-bottom: 5px; color: #000;}

h3 {font-size: 18px; color: #000;}

h4 {font-size: 160%;}

p { margin-bottom: 10px;}

a {color: #d50404;}

a:hover {color: #000;}

.column h4 {color: #696e72;}

form { background: none; width: 600px; border-radius: 5px; padding: 10px 0px; clear: both;}

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: 80%;}

.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: 90%;}

.container {width: 1200px; margin: 0 auto;clear:both; }

.container::before, .container::after{content: " ";display: table; clear: both}

.pull-right {float: right}



.blue {background:#2c2e2d; color: #fff; padding: 45px 0 }





header {padding-top: 10px;}

header #topbar {font-weight: 300; line-height: 45px; font-size: 14px}

header #topbar a {color: #6d6d6d}

header #topbar span.htlink {float: right}

header .logo {float: left; clear: both; font-style: italic; font-size: 18px; text-decoration: none; color: #6d6d6d; line-height: 85px }

header .logo img {margin-right: 15px}



nav {background: #697b8f; height:85px; float: right; padding: 0 15px}

nav.fixed {position: fixed; top: 0;}

nav ul a {text-decoration: none; color: #fff; background: #2c2e2d; border-bottom: 4px solid #2c2e2d }

nav ul li a:hover, nav ul li:hover a, nav ul li.active a  {color: #fff; border-bottom: 4px solid #d50404}

nav ul li ul {background: #fff; min-width: 260px; display: none; padding-right: 10px;}

nav ul li ul li a {color: #0d2c80 !important; background: none; border-bottom: 0px !important}

nav ul li ul li a:hover {color: #d50404 !important}



nav ul.lg-screen a {padding: 0 10px; }

nav ul.lg-screen li {line-height: 85px; }

nav ul.lg-screen li li {line-height: 50px; }

nav ul.sm-screen li {line-height: 50px; }

nav .flexnav.lg-screen .touch-button{ background:none; width: 5px; color:#fff; right: 5px;}

nav .lg-screen .navicon{ color:#999; font-size: 1rem}

nav .lg-screen .touch-button {background: #fff}

nav .flexnav.lg-screen li.item-with-ul a{padding-right:15px}



#teaser {/*height: 300px; */background: #2c2e2d; clear: both; color: #fff}

#teaser #slogan a {color: #fff}

#teaser #over {float: right; width: 440px; background: #697b8f; padding: 30px 15px; height: 255px; margin-top: 45px; font-size: 14px }

#teaser #over .left {float: left; text-align: center; margin-right: 30px;}

#teaser #over img {margin-bottom: 15px; margin-right: 2px;}

#teaser #slogan {float: left; width: 715px}

#teaser #slogan p {font-size: 48px; line-height:125%; margin-top: 60px;}
#teaser #slogan h1.subpages {color: white; font-size: 48px; margin-top: 5px; margin-bottom: 5px; font-weight: bold;}

#teaser #slogan p span {font-weight: bold}

#teaser #slogan ul {}

#teaser #slogan li {display: inline-block; margin: 5px 10px 0 0; background: url('/images/arrow-white.png') no-repeat center left; padding-left: 10px; font-size: 14px}

#teaser .mobileSidebar {display: none; background: #fff; border: 1px solid #dfdfdf; padding: 45px 15px 0px 15px; font-size: 14px; margin-bottom: 25px; height: 250px;}

#teaser .mobileSidebar .left{float: left;}
#teaser .mobileSidebar .right{float: right;}

article {float: left; width: 715px; background: #fff; border: 1px solid #dfdfdf; padding: 15px; margin: 30px 0;}

article #slider {max-height: 180px; background: #eee; margin: -15px -15px 30px -15px}

article #quote-over-mij {background-color: #ced4e6; padding: 30px; margin-bottom: 10px; font-size: 14px;}


#sidebar {float: right; width: 440px; font-size: 14px; margin-bottom: 25px}

#sidebar .title, #teaser .title{font-size: 16px; font-weight: 600; color: #0d2c80; margin-bottom: 15px}

#sidebar p, #sidebar ul, #teaser .mobileSidebar p, #teaser .mobileSidebar ul{margin-bottom: 15px}

#sidebar ul, #teaser .mobileSidebar ul{line-height: 250%}

#sidebar ul img, #teaser .mobileSidebar ul img {vertical-align: middle; margin-right: 5px}

#sidebar ul a, #teaser .mobileSidebar ul a {color: #6d6d6d}

#sidebar ul a:hover, #teaser .mobileSidebar ul a:hover {color: #d50404}

#sidebar .telefoon, #sidebar .email, #sidebar .locatie {padding-left :33px; background: no-repeat 0px 4px}
#teaser .mobileSidebar .telefoon, #teaser .mobileSidebar .email, #teaser .mobileSidebar .locatie {padding-left :33px; background: no-repeat 0px 4px}
#teaser .mobileSidebar .locatie {color: #6d6d6d;}
#sidebar .telefoon, #teaser .mobileSidebar .telefoon {background-image: url('/images/icon-telefoon.png')}

#sidebar .email, #teaser .mobileSidebar .email {background-image: url('/images/icon-email.png')}

#sidebar .locatie, #teaser .mobileSidebar .locatie {background-image: url('/images/icon-locatie.png')}

#sidebar_section1 {float: right; width: 440px; background: #fff; border: 1px solid #dfdfdf; padding: 45px 15px 0px 15px; font-size: 14px; margin-bottom: 25px}

#sidebar #googlemap {height: 200px; background: #eee; margin: 0 -15px -15px -15px}
#googlemap2 {height: 200px; background: #eee; margin: 0 -15px 5px -15px}

/*Button sectie*/
#buttons {float: right; width: 440px; /*background: #fff; border: 1px solid #dfdfdf; padding: 0px 15px 15px 15px; font-size: 14px;*/ margin-bottom: 30px}
#buttons button {padding: 13px; color: white; border: none; margin: 0% 0% 1% 1%;}
#buttons .button1 {width: 98%; background-color: #06a611; font-size: 20px; margin-bottom: 4%;}
#buttons .button2, #buttons .button3 {width: 48%;}
#buttons .button2 {background-color: #d50404;}
#buttons .button3 {background-color: #0d2c80;}

#fotoalbum {clear: both;background: #fff; border: 1px solid #dfdfdf; padding: 15px; margin-bottom: 30px;}
#fotoalbum img{width: 24%;}




.contactbar {line-height: 100px; background: #000; z-index: 2; position: relative; margin-top: -50px; margin-bottom: 30px; }



/*.red_bg {color:#fff !important; background: #d50404}*/



.blue a, .blue h2 {color: #fff}





#nieuws {float: left; width: 715px; font-size: 14px; }

#nieuws h2 {margin-bottom: 50px}

#nieuws li {float: left; width: 350px; padding-right: 15px;}

#nieuws li a {text-decoration: none; color: #fff; font-weight: bold; font-size: 16px; margin-bottom: 10px; display: block;}

#nieuws img {float: left; margin-right: 5px;}

#twitter {float: right; width: 440px; background: #d50404; padding: 75px 30px 30px 30px; font-size: 14px }

#twitter .twitterTime {float: right; font-size: 12px}



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: 240px; height: 160px; overflow: hidden;}

article ul.fotoalbum li a {text-decoration: none;}



#socialmedia #facebook, #socialmedia #twitter {width: 50%; float: left;}

#socialmedia #twitter li { margin: 0; padding-top: 10px; clear: both;}

#socialmedia #twitter .twitterAuthor {padding-bottom: 10px; margin-bottom: 10px; font-weight: bold;}

#socialmedia #twitter .twitterTime {color: #777; float: right;}

#socialmedia #twitter p a {text-decoration: none;}



footer {background: #fff; padding: 45px 0 0 0; clear: both; font-size: 14px}

footer .title {color: #d50404; font-size: 18px; font-weight: 600}

footer ul, footer p {margin-bottom: 30px}

footer li {display: inline-block; padding-right: 5px;}

footer li::after{content: ' | ';}

footer li:last-child::after {content: ''}

footer li a {color: #6d6d6d}



footer #subfooter .column {float: left; width: 300px; background: none}

footer #subfooter .column.last {float: right; line-height: 90px; text-align: right; width: auto}

footer #subfooter .title {color: #fff; font-size: 16px}

footer #subfooter .column.last a {display: block; float: left; margin-right: 5px}

#frmContact input[name="verzenden"]{margin-left: 150px;}

/* 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;}

/* 8_custom-backup.css */

* { box-sizing: border-box; }



body { font-family: 'Open Sans', sans-serif; color: #6d6d6d; font-size: 16px; font-weight: 300; background: #f2f2f2; line-height: 175%}

.clear { clear: both; height: 0; }

.button {display: inline-block; padding: 0 20px; min-width: 150px; height:48px; line-height: 48px; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; color: #fff; background: #d50404; }

.button:hover {background: #000; color: #fff}

.active {border-bottom: 4px solid #d50404;}

h1, .title {font-size: 30px; font-weight: bold; margin-bottom: 10px; color: #000;}

h2 {font-size: 24px; margin-bottom: 5px; color: #000;}

h3 {font-size: 18px; color: #000;}

h4 {font-size: 160%;}

p { margin-bottom: 10px;}

a {color: #d50404;}

a:hover {color: #000;}

.column h4 {color: #696e72;}

form { background: none; width: 600px; border-radius: 5px; padding: 10px 0px; clear: both;}

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: 80%;}

.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: 90%;}

.container {width: 1200px; margin: 0 auto;clear:both; }

.container::before, .container::after{content: " ";display: table; clear: both}

.pull-right {float: right}



.blue {background:#0d2c80; color: #fff; padding: 45px 0 }





header {padding-top: 10px;}

header #topbar {font-weight: 300; line-height: 45px; font-size: 14px}

header #topbar a {color: #6d6d6d}

header #topbar span.htlink {float: right}

header .logo {float: left; clear: both; font-style: italic; font-size: 18px; text-decoration: none; color: #6d6d6d; line-height: 85px }

header .logo img {margin-right: 15px}



nav {background: #0d2c80; height:85px; float: right; padding: 0 15px}

nav.fixed {position: fixed; top: 0;}

nav ul a {text-decoration: none; color: #fff; background: #0d2c80; border-bottom: 4px solid #0d2c80 }

nav ul li a:hover, nav ul li:hover a, nav ul li.active a  {color: #fff; border-bottom: 4px solid #d50404}

nav ul li ul {background: #fff; min-width: 260px; display: none; padding-right: 10px;}

nav ul li ul li a {color: #0d2c80 !important; background: none; border-bottom: 0px !important}

nav ul li ul li a:hover {color: #d50404 !important}



nav ul.lg-screen a {padding: 0 10px; }

nav ul.lg-screen li {line-height: 85px; }

nav ul.lg-screen li li {line-height: 50px; }

nav ul.sm-screen li {line-height: 50px; }

nav .flexnav.lg-screen .touch-button{ background:none; width: 5px; color:#fff; right: 5px;}

nav .lg-screen .navicon{ color:#999; font-size: 1rem}

nav .lg-screen .touch-button {background: #fff}

nav .flexnav.lg-screen li.item-with-ul a{padding-right:15px}



#teaser {/*height: 300px; */background: #0d2c80; clear: both; color: #fff}

#teaser #slogan a {color: #fff}

#teaser #over {float: right; width: 440px; background: #2a56ab; padding: 30px 15px; height: 255px; margin-top: 45px; font-size: 14px }

#teaser #over .left {float: left; text-align: center; margin-right: 30px;}

#teaser #over img {margin-bottom: 15px; margin-right: 2px;}

#teaser #slogan {float: left; width: 715px}

#teaser #slogan p {font-size: 48px; line-height:125%; margin-top: 60px;}
#teaser #slogan h1.subpages {color: white; font-size: 48px; margin-top: 5px; margin-bottom: 5px; font-weight: bold;}

#teaser #slogan p span {font-weight: bold}

#teaser #slogan ul {}

#teaser #slogan li {display: inline-block; margin: 5px 10px 0 0; background: url('/images/arrow-white.png') no-repeat center left; padding-left: 10px; font-size: 14px}

#teaser .mobileSidebar {display: none; background: #fff; border: 1px solid #dfdfdf; padding: 45px 15px 0px 15px; font-size: 14px; margin-bottom: 25px; height: 250px;}

#teaser .mobileSidebar .left{float: left;}
#teaser .mobileSidebar .right{float: right;}

article {float: left; width: 715px; background: #fff; border: 1px solid #dfdfdf; padding: 15px; margin: 30px 0;}

article #slider {max-height: 180px; background: #eee; margin: -15px -15px 30px -15px}

article #quote-over-mij {background-color: #ced4e6; padding: 30px; margin-bottom: 10px; font-size: 14px;}


#sidebar {float: right; width: 440px; font-size: 14px; margin-bottom: 25px}

#sidebar .title, #teaser .title{font-size: 16px; font-weight: 600; color: #0d2c80; margin-bottom: 15px}

#sidebar p, #sidebar ul, #teaser .mobileSidebar p, #teaser .mobileSidebar ul{margin-bottom: 15px}

#sidebar ul, #teaser .mobileSidebar ul{line-height: 250%}

#sidebar ul img, #teaser .mobileSidebar ul img {vertical-align: middle; margin-right: 5px}

#sidebar ul a, #teaser .mobileSidebar ul a {color: #6d6d6d}

#sidebar ul a:hover, #teaser .mobileSidebar ul a:hover {color: #d50404}

#sidebar .telefoon, #sidebar .email, #sidebar .locatie {padding-left :33px; background: no-repeat 0px 4px}
#teaser .mobileSidebar .telefoon, #teaser .mobileSidebar .email, #teaser .mobileSidebar .locatie {padding-left :33px; background: no-repeat 0px 4px}
#teaser .mobileSidebar .locatie {color: #6d6d6d;}
#sidebar .telefoon, #teaser .mobileSidebar .telefoon {background-image: url('/images/icon-telefoon.png')}

#sidebar .email, #teaser .mobileSidebar .email {background-image: url('/images/icon-email.png')}

#sidebar .locatie, #teaser .mobileSidebar .locatie {background-image: url('/images/icon-locatie.png')}

#sidebar_section1 {float: right; width: 440px; background: #fff; border: 1px solid #dfdfdf; padding: 45px 15px 0px 15px; font-size: 14px; margin-bottom: 25px}

#sidebar #googlemap {height: 200px; background: #eee; margin: 0 -15px -15px -15px}
#googlemap2 {height: 200px; background: #eee; margin: 0 -15px 5px -15px}

/*Button sectie*/
#buttons {float: right; width: 440px; /*background: #fff; border: 1px solid #dfdfdf; padding: 0px 15px 15px 15px; font-size: 14px;*/ margin-bottom: 30px}
#buttons button {padding: 13px; color: white; border: none; margin: 0% 0% 1% 1%;}
#buttons .button1 {width: 98%; background-color: #06a611; font-size: 20px; margin-bottom: 4%;}
#buttons .button2, #buttons .button3 {width: 48%;}
#buttons .button2 {background-color: #d50404;}
#buttons .button3 {background-color: #0d2c80;}

#fotoalbum {clear: both;background: #fff; border: 1px solid #dfdfdf; padding: 15px; margin-bottom: 30px;}
#fotoalbum img{width: 24%;}




.contactbar {line-height: 100px; background: #000; z-index: 2; position: relative; margin-top: -50px; margin-bottom: 30px; }



/*.red_bg {color:#fff !important; background: #d50404}*/



.blue a, .blue h2 {color: #fff}





#nieuws {float: left; width: 715px; font-size: 14px; }

#nieuws h2 {margin-bottom: 50px}

#nieuws li {float: left; width: 350px; padding-right: 15px;}

#nieuws li a {text-decoration: none; color: #fff; font-weight: bold; font-size: 16px; margin-bottom: 10px; display: block;}

#nieuws img {float: left; margin-right: 5px;}

#twitter {float: right; width: 440px; background: #d50404; padding: 75px 30px 30px 30px; font-size: 14px }

#twitter .twitterTime {float: right; font-size: 12px}



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: 240px; height: 160px; overflow: hidden;}

article ul.fotoalbum li a {text-decoration: none;}



#socialmedia #facebook, #socialmedia #twitter {width: 50%; float: left;}

#socialmedia #twitter li { margin: 0; padding-top: 10px; clear: both;}

#socialmedia #twitter .twitterAuthor {padding-bottom: 10px; margin-bottom: 10px; font-weight: bold;}

#socialmedia #twitter .twitterTime {color: #777; float: right;}

#socialmedia #twitter p a {text-decoration: none;}



footer {background: #fff; padding: 45px 0 0 0; clear: both; font-size: 14px}

footer .title {color: #d50404; font-size: 18px; font-weight: 600}

footer ul, footer p {margin-bottom: 30px}

footer li {display: inline-block; padding-right: 5px;}

footer li::after{content: ' | ';}

footer li:last-child::after {content: ''}

footer li a {color: #6d6d6d}



footer #subfooter .column {float: left; width: 300px; background: none}

footer #subfooter .column.last {float: right; line-height: 90px; text-align: right; width: auto}

footer #subfooter .title {color: #fff; font-size: 16px}

footer #subfooter .column.last a {display: block; float: left; margin-right: 5px}

#frmContact input[name="verzenden"]{margin-left: 150px;}

/* 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;}

/* 8_custom.css */

* { box-sizing: border-box; }



body { font-family: 'Open Sans', sans-serif; color: #6d6d6d; font-size: 16px; font-weight: 300; background: #f2f2f2; line-height: 175%}

.clear { clear: both; height: 0; }

.button {display: inline-block; padding: 0 20px; min-width: 150px; height:48px; line-height: 48px; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; color: #fff; background: #2c2e2d; }

.button:hover {background: #d50404; color: #fff}

.active {border-bottom: 4px solid #d50404;}

h1, .title {font-size: 30px; font-weight: bold; margin-bottom: 10px; color: #000;}

h2 {font-size: 24px; margin-bottom: 5px; color: #000;}

h3 {font-size: 18px; color: #000;}

h4 {font-size: 160%;}

p { margin-bottom: 10px;}

a {color: #d50404;}

a:hover {color: #000;}

.column h4 {color: #696e72;}

form { background: none; width: 600px; border-radius: 5px; padding: 10px 0px; clear: both;}

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: 80%;}

.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: 90%;}

.container {width: 1200px; margin: 0 auto;clear:both; }

.container::before, .container::after{content: " ";display: table; clear: both}

.pull-right {float: right}



.blue {background:#2c2e2d; color: #fff; padding: 45px 0 }





header {padding-top: 10px;}

header #topbar {font-weight: 300; line-height: 45px; font-size: 14px}

header #topbar a {color: #6d6d6d}

header #topbar span.htlink {float: right}

header .logo {float: left; clear: both; font-style: italic; font-size: 18px; text-decoration: none; color: #6d6d6d; line-height: 85px }

header .logo img {margin-right: 15px}



nav {background: #697b8f; height:85px; float: right; padding: 0 15px}

nav.fixed {position: fixed; top: 0;}

nav ul a {text-decoration: none; color: #fff; background: #2c2e2d; border-bottom: 4px solid #2c2e2d }

nav ul li a:hover, nav ul li:hover a, nav ul li.active a  {color: #fff; border-bottom: 4px solid #d50404}

nav ul li ul {background: #fff; min-width: 260px; display: none; padding-right: 10px;}

nav ul li ul li a {color: #0d2c80 !important; background: none; border-bottom: 0px !important}

nav ul li ul li a:hover {color: #d50404 !important}



nav ul.lg-screen a {padding: 0 10px; }

nav ul.lg-screen li {line-height: 85px; }

nav ul.lg-screen li li {line-height: 50px; }

nav ul.sm-screen li {line-height: 50px; }

nav .flexnav.lg-screen .touch-button{ background:none; width: 5px; color:#fff; right: 5px;}

nav .lg-screen .navicon{ color:#999; font-size: 1rem}

nav .lg-screen .touch-button {background: #fff}

nav .flexnav.lg-screen li.item-with-ul a{padding-right:15px}



#teaser {/*height: 300px; */background: #2c2e2d; clear: both; color: #fff}

#teaser #slogan a {color: #fff}

#teaser #over {float: right; width: 440px; background: #697b8f; padding: 30px 15px; height: 255px; margin-top: 45px; font-size: 14px }

#teaser #over .left {float: left; text-align: center; margin-right: 30px;}

#teaser #over img {margin-bottom: 15px; margin-right: 2px;}

#teaser #slogan {float: left; width: 715px}

#teaser #slogan p {font-size: 48px; line-height:125%; margin-top: 60px;}
#teaser #slogan h1.subpages {color: white; font-size: 48px; margin-top: 5px; margin-bottom: 5px; font-weight: bold;}

#teaser #slogan p span {font-weight: bold}

#teaser #slogan ul {}

#teaser #slogan li {display: inline-block; margin: 5px 10px 0 0; background: url('/images/arrow-white.png') no-repeat center left; padding-left: 10px; font-size: 14px}

#teaser .mobileSidebar {display: none; background: #fff; border: 1px solid #dfdfdf; padding: 45px 15px 0px 15px; font-size: 14px; margin-bottom: 25px; height: 250px;}

#teaser .mobileSidebar .left{float: left;}
#teaser .mobileSidebar .right{float: right;}

article {float: left; width: 715px; background: #fff; border: 1px solid #dfdfdf; padding: 15px; margin: 30px 0;}

article #slider {max-height: 180px; background: #eee; margin: -15px -15px 30px -15px}

article #quote-over-mij {background-color: #ced4e6; padding: 30px; margin-bottom: 10px; font-size: 14px;}


#sidebar {float: right; width: 440px; font-size: 14px; margin-bottom: 25px}

#sidebar .title, #teaser .title{font-size: 16px; font-weight: 600; color: #2c2e2d; margin-bottom: 15px}

#sidebar p, #sidebar ul, #teaser .mobileSidebar p, #teaser .mobileSidebar ul{margin-bottom: 15px}

#sidebar ul, #teaser .mobileSidebar ul{line-height: 250%}

#sidebar ul img, #teaser .mobileSidebar ul img {vertical-align: middle; margin-right: 5px}

#sidebar ul a, #teaser .mobileSidebar ul a {color: #6d6d6d}

#sidebar ul a:hover, #teaser .mobileSidebar ul a:hover {color: #d50404}

#sidebar .telefoon, #sidebar .email, #sidebar .locatie {padding-left :33px; background: no-repeat 0px 4px}
#teaser .mobileSidebar .telefoon, #teaser .mobileSidebar .email, #teaser .mobileSidebar .locatie {padding-left :33px; background: no-repeat 0px 4px}
#teaser .mobileSidebar .locatie {color: #6d6d6d;}
#sidebar .telefoon, #teaser .mobileSidebar .telefoon {background-image: url('/images/icon-telefoon.png')}

#sidebar .email, #teaser .mobileSidebar .email {background-image: url('/images/icon-email.png')}

#sidebar .locatie, #teaser .mobileSidebar .locatie {background-image: url('/images/icon-locatie.png')}

#sidebar_section1 {float: right; width: 440px; background: #fff; border: 1px solid #dfdfdf; padding: 45px 15px 0px 15px; font-size: 14px; margin-bottom: 25px}

#sidebar #googlemap {height: 200px; background: #eee; margin: 0 -15px -15px -15px}
#googlemap2 {height: 200px; background: #eee; margin: 0 -15px 5px -15px}

/*Button sectie*/
#buttons {float: right; width: 440px; /*background: #fff; border: 1px solid #dfdfdf; padding: 0px 15px 15px 15px; font-size: 14px;*/ margin-bottom: 30px}
#buttons button {padding: 13px; color: white; border: none; margin: 0% 0% 1% 1%;}
#buttons .button1 {width: 98%; background-color: #06a611; font-size: 20px; margin-bottom: 4%;}
#buttons .button2, #buttons .button3 {width: 48%;}
#buttons .button2 {background-color: #697b8f;}
#buttons .button3 {background-color: #2c2e2d;}

#fotoalbum {clear: both;background: #fff; border: 1px solid #dfdfdf; padding: 15px; margin-bottom: 30px;}
#fotoalbum img{width: 24%;}




.contactbar {line-height: 100px; background: #000; z-index: 2; position: relative; margin-top: -50px; margin-bottom: 30px; }



/*.red_bg {color:#fff !important; background: #d50404}*/



.blue a, .blue h2 {color: #fff}





#nieuws {float: left; width: 715px; font-size: 14px; }

#nieuws h2 {margin-bottom: 50px}

#nieuws li {float: left; width: 350px; padding-right: 15px;}

#nieuws li a {text-decoration: none; color: #fff; font-weight: bold; font-size: 16px; margin-bottom: 10px; display: block;}

#nieuws img {float: left; margin-right: 5px;}

#twitter {float: right; width: 440px; background: #d50404; padding: 75px 30px 30px 30px; font-size: 14px }

#twitter .twitterTime {float: right; font-size: 12px}



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: 240px; height: 160px; overflow: hidden;}

article ul.fotoalbum li a {text-decoration: none;}



#socialmedia #facebook, #socialmedia #twitter {width: 50%; float: left;}

#socialmedia #twitter li { margin: 0; padding-top: 10px; clear: both;}

#socialmedia #twitter .twitterAuthor {padding-bottom: 10px; margin-bottom: 10px; font-weight: bold;}

#socialmedia #twitter .twitterTime {color: #777; float: right;}

#socialmedia #twitter p a {text-decoration: none;}



footer {background: #fff; padding: 45px 0 0 0; clear: both; font-size: 14px}

footer .title {color: #d50404; font-size: 18px; font-weight: 600}

footer ul, footer p {margin-bottom: 30px}

footer li {display: inline-block; padding-right: 5px;}

footer li::after{content: ' | ';}

footer li:last-child::after {content: ''}

footer li a {color: #6d6d6d}



footer #subfooter .column {float: left; width: 300px; background: none}

footer #subfooter .column.last {float: right; line-height: 90px; text-align: right; width: auto}

footer #subfooter .title {color: #fff; font-size: 16px}

footer #subfooter .column.last a {display: block; float: left; margin-right: 5px}

#frmContact input[name="verzenden"]{margin-left: 150px;}

/* 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; padding: 15px}
	img {max-width: 100% !important; height: auto !important}
	
	header #topbar span.htlink {float: none; margin-left: 15px}
	
	nav {width: 100%; color: #fff}
	nav ul a {border-bottom: 0px !important}
	
	#teaser {height: auto;}
	#teaser #over, #teaser #slogan {float: none; width: auto; height: auto; text-align: center}
	#teaser #over .left {float: none}
	#teaser #slogan li{margin:  0;}
	
	article, #sidebar, #nieuws, #twitter, #sidebar_section1, #buttons {float: none; width: auto; height: auto;}
	
	#nieuws h2 {margin-bottom: 15px}
	#nieuws li {;float: none; width: auto }
	
	#twitter {padding: 15px;}
	
	footer #subfooter .column, footer #subfooter .column.last {float: none; text-align: center; width: auto}
	footer #subfooter .column.last a {float: none; display: inline-block}
	
	table p { display:inline;}
	article td { clear:both; vertical-align: top; padding-right: 5px;}
	article table{ width:100%!important; font-size:85%; display: table-cell;} 
	article table {font-size: 80%;}
	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}

	article #slider {max-height: 250px;}

	#frmContact input[name="verzenden"]{margin-left: 0px;}
}
/* responsive voor mobiel portrait, landscape, kleine tablets */
@media screen and (max-width: 768px) {
    .footerMenu .button {float: none}
    nav {height: auto}
    header {text-align: center}
	header .headerbuttons {float: none; text-align: center}

    header .logo, #topbar{display: none;}
    #teaser .mobileSidebar {display: block;}
    .mobileHidden{display: none;}
    #sidebar_section1{padding: 0px 15px 0px 15px;}
}
@media screen and (max-width: 628px) {
	#teaser .mobileSidebar .left, #teaser .mobileSidebar .right{float: none;}
	#teaser .mobileSidebar{height: 440px;}
}
@media screen and (min-width: 769px) {
	header nav {min-width: 650px;}
	nav ul {display: flex; justify-content: space-between;}
}
/* responsive voor ipad portrait */
@media screen and (min-width: 768px) and (max-width: 989px) {


}
@media screen and (max-width: 600px) {
	span.textMobile{display: none;}
	#fotoalbum img{width: 49%;}
}