

/* 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:990px) { 
	.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_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_custom.css */

* { margin: 0;}
html { margin: auto; font-family: 'Open Sans', sans-serif, arial; font-size: 85%; height: 100%; color: #333;}
a {outline: none;}
input, select, textarea { font-family: 'Open Sans', sans-serif, arial; font-size: 13px;  color: #555; }
img { border: 0px; display: block; }
header, footer, nav, section, aside, hgroup, article { display: block; }
a, input { outline: none; }

input, textarea, select{margin:1px; border:1px solid #aaa; padding:3px;}
input, select{width:355px}
textarea{width:355px}
input[type="checkbox"]{border:none; width:15px}
ul{padding:0;}
body { line-height: 175%; background: none;}
body.home { line-height: 175%; background: url('/images/bg.jpg') top center no-repeat;}
.clear { clear: both; height: 0; }
.button , .column a, #teaserCntr .sliderCaption a {display: inline-block; padding: 0 10px; min-width: 150px; height:32px; line-height: 32px; text-align: center; font-size: 100%; text-decoration: none; font-weight: bold; text-transform: uppercase; cursor: pointer; color: #fff; background: #ff9100; border-bottom: 4px solid #e58200; border-radius: 5px; }
.button:hover, .column a:hover, #teaserCntr .sliderCaption a:hover { background-position: 10px 16px; background: #e58200; border-bottom: 4px solid #ff9100; color:#fff!important;}
h1 {font-size: 200%; font-weight: normal; margin-bottom: 10px; color: #1c9bd7;}
h2, .title {font-size: 180%; font-weight: normal;margin-bottom: 5px; color: #000;}
h3 {font-size: 150%; font-weight: normal;margin-bottom: 5px; color: #000;}
h4 {font-size: 120%; font-weight: normal;margin-bottom: 5px; color: #000;}
p { margin-bottom: 10px;}
a {color: #1c9bd7;}
a:hover {color: #ff9100;}
.column h4 {color: #696e72;}

form { background: none; width: 600px; border-radius: 5px; padding: 10px 0px; clear: both;}
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;}
ul {list-style: none;}
#contents ul {list-style: disc; margin: 10px 20px;}
.small {font-size: 90%;}
.breadcrumb {border-bottom: 1px solid #ddd; font-size: 90%;}
.centerCntr {width: 960px; margin: 0 auto;clear:both;}

.wrapper {background: url('/images/bg-golf.png') bottom center no-repeat;}

#headerCntr { margin-top: 0px; background:#fff;}
#headerCntr .headerSocial {background:#f0f0f0; height: 32px; line-height: 30px;}
#headerCntr .headerSocial p {float: right; height: 30px; line-height: 10px;}
#headerCntr .headerSocial img {display: inline; top: 3px; margin: 0 2px; position:relative;}
#headerCntr .logo {float: left;  margin: 10px 0 20px 0; }
#headerCntr .logo:hover {opacity: 0.6}
#headerCntr .slogan {float: left; width: 500px; text-align: center;margin: 30px 0 0 0; font-size: 160%}
/* #headerCntr .slogan span {  padding: 10px 0; float: right; color:#f15c22; font-weight: bold;} */
#headerCntr .headerbuttons {float: right; margin-top: 15px; text-align:right; font-size: 120%;  }
#headerCntr .headerbuttons a,#headerCntr .headerbuttons a:hover {text-decoration: none; color:#1c9bd7}
#headerCntr .headerbuttons span { font-weight: bold; color:#1c9bd7; display:block;}

#menuCntr {background: #1c9bd7; line-height: 56px; height: 56px; width: 100%;font-size: 110%; clear: both; }
#menuCntr.fixed {position: fixed; top: 0;}
#menuCntr ul{padding:0;}
#menuCntr ul li {line-height: 56px; }
#menuCntr ul li a {text-decoration: none; text-transform: normal; padding: 0 20px; text-align: center; color: #fff; }
#menuCntr a:hover, #menuCntr li:hover {background: #fff; color:#1c9bd7}
#menuCntr ul li.item-with-ul a{padding-right: 70px}
#menuCntr ul.sm-screen  li.item-with-ul a{padding: 0 70px}
#menuCntr ul li ul { background: #fff; min-width: 260px;}
#menuCntr ul li ul a {color: #000; background: none;}
#menuCntr .flexnav .touch-button{ background:#222;}
#menuCntr .touch-button .navicon{ color:#fff}

/* onderstaande regels voor geen blokjes in de navigatie */
#menuCntr .flexnav .touch-button{ width: auto; background: none;}
#menuCntr ul li.item-with-ul a{padding-right: 20px}

#teaserCntr {width: 960px !important;margin: 0px auto; height: 410px; overflow: hidden;}
#teaserCntr .flexslider{ height: 410px; background:none; }
#teaserCntr .flexslider img {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#teaserCntr .sliderCaption {background: #f15c22;width: 240px; height: 220px; position: relative; top: -360px; right: 20px; padding: 0 20px; float: right;}
#teaserCntr .sliderCaption p{  color: #fff; width: 240px; height: auto; position: relative; top: 0px; padding:10px 0px; font-size: 250%; line-height: 100%;} 
#teaserCntr .sliderCaption h3 {background: #f15c22; border-bottom: 3px solid #fff; font-size: 260%; padding: 20px 0px; color: #fff; text-align: left; width: 240px; }
#teaserCntr .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; }
#teaserCntr .sliderCaption a { background-image:url('/images/btn-pijl.png');}

.columnCntr {margin: 40px 0 0 0; padding-bottom:30px; }
.column { background: rgba(255,255,255,0.60); width: 193px; float: left; padding: 0px 20px; margin: 0px 9px 20px 0; height: 280px; overflow: hidden; border-radius: 5px; text-align: center;}
.column.last {border: none; margin-right: 0;float: right;}
.column img { margin: -20px 0 0 -20px;}
.column h4 { margin: 0px 0 5px 0; font-weight: normal; padding: 20px 0 10px 0; font-size: 120%; color:#595857; }
.column p {height: auto;}
.column a{ width: 150px; font-weight: normal;font-size: 120%; height: 46px; line-height: 46px; padding: 0 20px; }

#left {float: left; width:70%;}
#right{float: right;width: 30%;}

#contentCntr {padding: 20px; width: 920px; margin-bottom: 10px; }
#contentCntr #contents {float: left;width: 960px;  border-right: 1px solid #c7c7c7; }
#contentCntr #contents.home{width:580px;padding: 0 30px 0 0px;}
#contentCntr #contents h1 {  margin: 10px 0 20px 0;}
#contentCntr #nieuws {float: right; width: 280px; margin: 10px 0 0 0;}
#contentCntr #nieuws p.title {color:#000;}
#contentCntr #nieuws li {margin: 10px 0;border-bottom: 1px solid #888; padding-bottom: 5px; clear: both;}
#contentCntr #nieuws li a {text-decoration: none; font-weight: bold;}
#contentCntr #nieuws img {float: left; margin-right: 5px;}

#contentCntr #vacature {float: right; width: 280px; margin: 20px 0 0 0; border-top: 3px solid #000; padding: 20px 0 0 0}
#contentCntr #vacature p.title {color:#000;}
#contentCntr #vacature li {margin: 10px 0;border-bottom: 1px solid #888; padding-bottom: 5px; clear: both;}
#contentCntr #vacature li a {text-decoration: none; font-weight: bold;}
#contentCntr #vacature img {float: left; margin-right: 5px;}

#contents ul.fotoalbum {list-style: none; margin: 0;}
#contents ul.fotoalbum li {float: left; margin: 0 10px 10px 0px;}
#contents ul.fotoalbum li .imageholder {display: block; width: 240px; height: 160px; overflow: hidden;}
#contents ul.fotoalbum li a {text-decoration: none;}

#socialCntr #facebook, #socialCntr #twitter {width: 50%; float: left;}
#socialCntr #twitter li { margin: 0; padding-top: 10px; clear: both;}
#socialCntr #twitter .twitterAuthor {padding-bottom: 10px; margin-bottom: 10px; font-weight: bold;}
#socialCntr #twitter .twitterTime {color: #777; float: right;}
#socialCntr #twitter p a {text-decoration: none;}

#quoteCntr {width: 100%; background:url('/images/bg-golf.png')  bottom no-repeat; height: 220px; overflow: hidden;  }
#quoteCntr .vanOerle {background:url('/images/Dirk-van-Oerle.png') top left no-repeat; padding: 40px 0 0 200px; height: 250px; font-style: italic; text-align: center; color:#fff; }
#quoteCntr .vanOerle span {padding-bottom: 80px; color:#fff; font-size: 180%;color:#5b8da4; display: block;}
#quoteCntr .vanOerle a {color:#fff; text-decoration:none;}
#quoteCntr .vanOerle a:hover {color:#ccc; text-decoration:none;}

#footerCntr {background: #595857; padding: 20px 0;border-top: 4px solid #fff;}
#footerCntr .footerMenu {width: 145px;  float: left;  padding-left: 20px; margin-right: 20px; color: #fff; }
#footerCntr .footerMenu ul {padding: 0;}
#footerCntr .footerMenu.mid {width: 175px;  float: left;  padding-left: 40px; margin-right: 20px; color: #fff; }
#footerCntr .footerMenu.first { margin-left: 25px;}
#footerCntr .footerMenu.last {padding: 0; margin-right: 20px; border: 0; width: 220px; float: right;}
#footerCntr .footerMenu.last p {float: right; height: 30px; line-height: 10px; right: 20px;}
#footerCntr .footerMenu.last img {display: inline; top: 3px; margin: 0 2px; position:relative;}
#footerCntr .footerMenu .title {margin-bottom: 5px; color: #fff; font-weight: normal; font-size: 120%; text-transform: normal}
#footerCntr .footerMenu label {display: inline-block;  width: 75px;}
#footerCntr #footer {text-align: center; padding: 20px 0; font-size: 80%; color:#fff; }
#footerCntr .button { color: #fff; float: right; width: 220px; height: 50px; line-height: 50px; margin-bottom: 10px; text-align: center; font-size: 120%; }
#footerCntr .bel {background: url('/images/btnPhone.png') no-repeat #ff9100; background-position: 16px 16px;  border-bottom: 4px solid #e58200;}
#footerCntr .button:hover {background: url('/images/btnPhone.png') no-repeat #e58200; background-position: 16px 16px;  border-bottom: 4px solid #ff9100; color:#fff!important;}
#footerCntr a {color: #fff;}
#footerCntr a:hover {color: #1c9bd7;}

/* css3 animations */
a, a:hover img, .button:hover, #menuCntr  { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}

/* custom colors */



.menu-button {width: 50px;height: 50px; border: none; background :#ededed ;position: absolute; top: 15px; right: 15px; z-index: 1}
.menu-button .touch-button {background: none; display: none}
.menu-button .touch-button img {display: none;}

.menu-button #hamburger { width: 26px; position: absolute; display: block; top: 24px; left: 12px;cursor: pointer; }
.menu-button #hamburger span{width:100%;height:3px;background-color:#534a4a;display:block;position:absolute;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}
.menu-button #hamburger span:first-child{-moz-transform:translateY(-7px);-o-transform:translateY(-7px);-ms-transform:translateY(-7px);-webkit-transform:translateY(-7px);transform:translateY(-7px)}
.menu-button #hamburger span:last-child{-moz-transform:translateY(7px);-o-transform:translateY(7px);-ms-transform:translateY(7px);-webkit-transform:translateY(7px);transform:translateY(7px)}
.menu-button:hover #hamburger span:first-child{-moz-transform:translateY(-9px);-o-transform:translateY(-9px);-ms-transform:translateY(-9px);-webkit-transform:translateY(-9px);transform:translateY(-9px)}
.menu-button:hover #hamburger span:last-child{-moz-transform:translateY(9px);-o-transform:translateY(9px);-ms-transform:translateY(9px);-webkit-transform:translateY(9px);transform:translateY(9px)}
.menu-button.active #hamburger span:first-child{-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.menu-button.active #hamburger span:nth-child(2){-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}
.menu-button.active #hamburger span:last-child{-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}




/* 9_responsive.css */

/* responsive voor mobiel portrait, landscape, kleine tablets en ipad portrait */
@media screen and (max-width: 990px) {
	.hidemobile {display: none;}
	.centerCntr, #contentCntr, #contentCntr #contents.home, #contentCntr #contents {float: none; width: 98%; padding-left: 1%; padding-right: 1%}
	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;}

	#teaser .blok {float: none; width: 100%}
	#nieuws li {float: none; width: 100%; margin: 0 0 30px 0}
	
	nav {height: auto}
	
	#left, #right{float: none; width: 100%; padding: 0; margin: 0}
	
}
/* responsive voor mobiel portrait, landscape, kleine tablets */
@media screen and (max-width: 768px) {
	.column, #nieuws li {margin: 10px auto;float: none; width: auto }
    .footerMenu .button {float: none}
	nav {height: auto; text-align: center}
    header {text-align: center}
    header .logo, header .slogan, header .adres, header .headerbuttons {float: none; display: block; margin: 15px 0}
	#teaser {height: 100px}
	#pakketten, #pakketten .inner {top: 0px; position: inherit}
	#pakketten .pakket {width: 50%}
	#socialmedia #facebook, #socialmedia #twitter {width: 100%; float: none;}
	
	#headerCntr {text-align: center; padding: 15px 0}
	#headerCntr .logo {float: none; width: 230px; margin: 0}
	#headerCntr .slogan, #headerCntr .headerbuttons {float: none; width: 100%; text-align: center}
	
	#menuCntr {height: auto}
	
	#teaserCntr {display: none}
	
	#contentCntr #nieuws, #contentCntr #vacature, #footerCntr .footerMenu, #footerCntr .footerMenu.mid, #footerCntr .footerMenu.last{float: none; width: 100%; padding: 0; margin: 0}
	
	#quoteCntr .vanOerle {background-position: top center; text-indent: -999px;}
	#quoteCntr .vanOerle span {display: none}
	#footerCntr .footerMenu {margin-bottom: 15px}
	#footerCntr .button, #footerCntr .footerMenu.last p {float: none; right: auto}
}
/* 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;}*/
}
