/* ==========================================================================
   Body
   ========================================================================== */
   
body,html {height: 100%;}
body {
	min-width: 320px;
    background-color: #fff;
    color: #000;
	font-size: 15px;
	line-height: 1.42857;
    font-family: 'Open Sans', sans-serif;
	background: url(../images/background.jpg) no-repeat center center fixed;
	background-size: cover;
}


/* ==========================================================================
   Base
   ========================================================================== */

a { color: #f39200; text-decoration: none;}
a:hover { color: #329d06; cursor: pointer; }
a:focus { outline: none;}

h1, h2, h3, h4, h5, h6 { margin: 0; color: #000; font-weight: normal; line-height: 1.2;}
p { margin-top: 0;}
hr { height: 0; border: 0; border-top: 1px solid #ccc;} 

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* ==========================================================================
   Container
   ========================================================================== */

.container {
	position: relative;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.container .row { margin-left: -20px;}

.container-fluid {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.container-fluid .row { margin-right: -15px; margin-left: -15px;}


/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	position: relative;
	z-index: 200;
	margin-top: 80px;
	padding: 30px 30px 0 30px;
	background-image: url(../images/header-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/* language */
.header .language {
	position: absolute;
	top: -40px;
	right: 0;
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.header .language li {
    float: left;
    width: 23px;
    height: 17px;
    background-image: url(../images/language.png);
}
.header .language li.nl { margin-right: 5px;}
.header .language li.de { background-position: -23px 0;}
.header .language li:hover { opacity: 0.9;}
.header .language li a { display: block; height: 17px;}


/* ==========================================================================
   Menu
   ========================================================================== */

.menu {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.menu > li {
	position: relative;
    float: left;
	font-size: 15px;
	height: 40px;
}
.menu > li:last-child { border: 0;}
.menu > li > a {
    display: block;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s, background-color 0.3s;
	padding: 0 5px;
	border-right: 1px solid #fff;
}
.menu > li:last-of-type a { border-right: none;}
.menu > li > a:hover, .menu > li.active > a { border-bottom: 3px solid #f39200;}
.menu li.sub .arrow { display: none;}

/* menu > ul */
.menu > li.sub > ul {
	display: none;
	z-index: 200;
    position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -57.5px;
	width: 115px;
	padding: 0;
	list-style: none;
}
.menu > li.sub:hover > ul {
    display: block;
}
.menu > li.sub > ul > li {
    float: none;
	font-size: 13px;
	text-align: center;
}
.menu > li.sub > ul > li > a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	background-color: #226905;
}
.menu > li.sub > ul > li > a:hover, .menu > li.sub > ul > li.active a { background-color: #f39200;}

/* collapse */
.nav-collapse.collapse {
	display: none;
	width: 100%;
	clear: both;
}
.nav-collapse.collapse .menu {
	display: block;
	margin: 0;
}
.nav-collapse.collapse .menu li {
	float: none;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-collapse.collapse .menu li > a {
	padding-right: 30px;
	border-right: none;
}
.nav-collapse.collapse .menu li > a:hover, .nav-collapse.collapse .menu li.active > a {
	border-bottom: none;
	color: #f39200;
}
.nav-collapse.collapse .menu li.sub .arrow { 
	position: absolute;
	top: 0;
	right: 0;
	z-index: 25;
	display: block;
	width: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.nav-collapse.collapse .menu li.sub .arrow:hover { color: #f39200;}
.nav-collapse.collapse .menu li.sub > ul {
	position: static;
	width: auto;
	margin: 0;
	background: none;
}
.nav-collapse.collapse .menu li.sub:hover > ul { display: none;}
.nav-collapse.collapse .menu li.sub > ul > li {
	line-height: 40px;
	font-size: 13px;
	text-align: left;
}
.nav-collapse.collapse .menu li.sub > ul > li > a {
	background-color: transparent;
	padding: 0 0 0 30px;
	color: #fff;
}
.nav-collapse.collapse .menu li.sub > ul > li > a:hover, .nav-collapse.collapse .menu li.sub > ul > li.active > a {
	background-color: transparent;
	color: #f39200;
}

/* nav-toggle */
.nav-toggle {
	display: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}
.nav-toggle:hover { color: #f39200;}


/* ==========================================================================
   Main-banner
   ========================================================================== */

.main-banner {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	margin-top: -70px;
	height: 430px;
	overflow: hidden;
}
.main-banner .banner-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	min-height: 105px;
	width: 100%;
	background-color: #329D06;
	background-color: rgba(50,157,6,0.75);
}
.main-banner .banner-bottom-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 105px;
	height: 105px;
	background-image:url(../images/banner-bottom-left.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;	
}
.main-banner .banner-bottom-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 105px;
	height: 105px;
	background-image:url(../images/banner-bottom-right.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;	
}
.main-banner .banner-bottom .caption {
	height: 70px;
	padding: 17px 105px;
	text-align: center;
}
.main-banner .banner-bottom .caption h2 {
	font-size: 30px;
	color: #fff;	
}
.main-banner .banner-bottom .info {
	position: absolute;
	left: 50%;
	margin-left: -410px;
	height: 35px;
	width: 820px;
	background-image:url(../images/info-bg.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.main-banner .banner-bottom .info .info-sub {
	width: 410px;
	float: left;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}
.main-banner .banner-bottom .info .info-sub span,
.main-banner .banner-bottom .info .info-sub a { color: #fff; }
.main-banner .banner-bottom .info .info-sub a:hover { color: #fff; }

.main-banner .slides {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 960px;
	height: 430px;
	margin-left: -480px;
}
.main-banner .slides > li { height: 100%; }

/* logo */
.main-banner .logo {
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 99;
	display: block;
	max-width: 250px;
	transition: none;
}


/* ==========================================================================
   Wrapper
   ========================================================================== */

.wrapper {
	position: relative;
	padding: 0 25px;
	background-color: #fff;
}


/* ==========================================================================
   Main
   ========================================================================== */

.main {
	padding: 40px 35px;
	text-align: left;
}
.main .content { line-height: 24px; }

.main .content.sub {
	margin-top: 10px;
	text-align: left;
}


/* ==========================================================================
   intro
   ========================================================================== */

.main .intro {
	text-align: center;
	min-height: 200px;
}
.main .info-zoover { float: left; margin-right: 25px;}


/* ==========================================================================
   Content
   ========================================================================== */

.content h1 { font-size: 18px; font-weight: bold; }
.content h2 { font-size: 20px; margin-bottom: 14px;}
.content h3 { font-size: 16px; margin-bottom: 5px;}
.content img, .content iframe { border: none;}
.content img { max-width: 100%; height: auto;}

.content table {
	border-bottom: 2px solid #329d06;
	text-align: left;
}
.content table tr td {
	vertical-align: top;
	padding: 10px;
}
.content table tr td:first-child { width: 300px; padding-left: 0; }
.content table tr td h2 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	color: #329d06;
}
.content table tr td .btn {
	float: right;
	background-color: #f39200;
}
.content table tr td .btn:hover { background-color: #329d06; } 

/* left/right */
.content-left { float: left; width: 45%;}
.content-right { float: right; width: 45%;}

/* Gallery
   ========================================================================== */
.gallery .row { margin-left: -15px;}
.gallery .image {
	display: block;
	margin-bottom: 30px;
}
.gallery .image img {
	width: 100%;
	border-radius: 2px;
}
.gallery .image:hover { opacity: 0.8;}


/* ==========================================================================
   Blocks
   ========================================================================== */

.blocks .block {
	float: left;
	width: 290px;
	min-height: 490px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.blocks .block .image {
	display: block;
	position: relative;
	height: 290px;
	background-position: center center;
	background-size: cover; 
}
.blocks .block .image > .corner {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 27px;
	height: 27px;
	background-image:url(../images/block-image-corner.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.blocks .block .image .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 7px 27px;
	text-align: center;
	background-color: #329D06;
	background-color: rgba(50,157,6,0.75);
}
.blocks .block .image .title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;	
}
.blocks .block .image .title .corner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 27px;
	height: 27px;
	background-image:url(../images/block-title-corner.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.blocks .block .description {
	position: relative;
	height: 210px;
	padding: 17px 15px 55px 25px;
	background-color: #c3d9b7; 
}
.blocks .block .description h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.blocks .block .description ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blocks .block .description ul > li {
	font-size: 14px;
	line-height: 20px;
}
.blocks .block .description ul > li::before {
    font-family: FontAwesome;
	font-size: 16px;
    content: "\f14a";
    color: #f39200;
    margin-right: 5px;
}
.blocks .block .description .btn {
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 20px;
}
.blocks .block .description .corner {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 27px;
	height: 27px;
	background-image:url(../images/block-description-corner.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}


/* ==========================================================================
   Accomodations
   ========================================================================== */

.accomodations .block .description { height: 150px;}


/* ==========================================================================
   Extra-Info
   ========================================================================== */
   
.extra-info {
	overflow: hidden;
	margin-bottom: 50px;
	display: block;
	text-align: center;
	margin-top: 25px;
	width: 100%;
	float: left;
}
.extra-info > a {width: 290px;float: left;padding: 0;margin: 0;}
.extra-info > a > img {width: 100%;padding-right: 0;margin: 0;display: block;}
.extra-info .info-map {
	display: block;
	width: 600px;
	padding: 0;
	float: left;
	margin-left: 20px;
}
.extra-info .info-map iframe {
	width: 100%;
	height: 368px;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer-top {
	position: relative;
	height: 70px;
	background-color: #fff;
}
.footer .footer-top .brands {
	display: flex;   
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
	padding: 0 50px 10px 50px;
}
.footer .footer-top .brands .logo {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	margin: 0 5px;
}
.footer .footer-top .brands .logo img {
	max-width: 100%;
	height: auto;	
}
.footer .footer-top .corner-left {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 70px;
	height: 70px;
	background-image:url(../images/wrapper-corner-left.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;	
}
.footer .footer-top .corner-right {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 70px;
	height: 70px;
	background-image:url(../images/wrapper-corner-right.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;	
}

.footer-bottom {
	padding: 20px 10px;
	background-color: #329d06;	
	text-align: center;
}
.footer-bottom ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;	
}
.footer-bottom ul > li {
	display: inline-block;
	padding: 0 9px 0 5px;
	color: #fff;
	font-size: 15px;
	border-right: 1px solid #fff;
}
.footer-bottom ul > li:last-child { border: 0; }
.footer-bottom ul > li > a { color: #fff; }
.footer-bottom ul > li > a:hover { color: #f39200; }


/* ==========================================================================
   Fotoalbum-module
   ========================================================================== */
   
.fotoalbum-overview { padding: 40px 0; }
.fotoalbum-overview h1 {
	font-size: 18px;
	font-weight: bold;
}
.fotoalbum-overview h3 {
	font-size: 16px;
	font-weight: bold;	
}

.fotoalbum-overview .btn { background-color: #f39200; }
.fotoalbum-overview .btn:hover { background-color: #329D06; }
.fotoalbum-overview .btn i { margin-right: 10px; }

.fotoalbum-overview ul {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;	
}
.fotoalbum-overview ul > li { padding: 5px; }
.fotoalbum-overview ul > li > a { color: #000; }
.fotoalbum-overview ul > li:hover > a { color: #329D06; }
.fotoalbum-overview ul > li > a i { margin-right: 10px; }

.fotoalbum-overview .row {
	margin-top: 20px;
	margin-left: -20px;
}
.fotoalbum-overview .item {
	float: left;
	width: 290px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.fotoalbum-overview .item .image { position: relative; }
.fotoalbum-overview .item .image img { width: 100%;}
.fotoalbum-overview .item .image .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 10px;
  
	text-align: center;	
	background-color: #329D06;
	background-color: rgba(50,157,6,0.75);
}
.fotoalbum-overview .item:hover .title {
	background-color: #f39200;
	background-color: rgba(243,146,0,0.75);	
}
.fotoalbum-overview .item .image .title h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}


/* ==========================================================================
   Nieuws-module
   ========================================================================== */
   
.news-overview { padding: 40px 0; }
.news-overview h1 {
	font-size: 18px;
	font-weight: bold;
}
.news-item {
	margin-top: 20px;
}
.news-item .image {
	float: left;
	width: 200px;
}
.news-item .description {
	float: right;
	width: 690px;	
}
.news-item .description h2 a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.news-item .description h2 a:hover { color: #f39200; }
.news-item .description .date { font-style: italic; }
.news-item .description .btn { background-color: #f39200; }
.news-item .description .btn:hover { background-color: #329D06; }

.news-detail { padding: 40px 0; }
.news-detail h1 {
	font-size: 18px;
	font-weight: bold;
}


/* ==========================================================================
   Contact-form
   ========================================================================== */

.contact-form table { width: 100%; }
.contact-form table tr td { padding-bottom: 3px;}
.contact-form small { color: #f00;}
.contact-form table tr td .btn {
	float: none;
	margin-bottom: 10px;
}


/* ==========================================================================
   Images
   ========================================================================== */
 
.image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded { border-radius: 6px;}
.img-circle { border-radius: 50%;}
.img-thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
}


/* ==========================================================================
   CSS3 transition
   ========================================================================== */

.btn { transition: background 0.3s ease;}
a { transition: all 0.3s ease;}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
	display: inline-block;
	padding: 6px 25px;
	border: none;
	border-radius: 5px;
	background-color: #3d6503;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.btn:hover { background-color: #f39200; color: #fff;}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Size
   ========================================================================== */
.btn-large { padding: 6px 14px; font-size: 15px;}
.btn-small { padding: 2px 8px; font-size: 12px;}
.btn-mini { padding: 0 6px; font-size: 11px;}


/* ==========================================================================
   Forms
   ========================================================================== */

.form-horizontal .form-group label {
	display: inline-block;
	margin-right: 20px;
    margin-bottom: 0;
}
.form-group {
	margin-bottom: 10px;
}
label {
    display: block;
    margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	display: inline-block;
	height: 30px;
	padding: 5px 6px;
	vertical-align: middle;
	border-radius: 2px;
	color: #595959;
	line-height: 20px;
}
input,
select,
textarea {
	width: 220px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.invalid,
textarea.invalid,
input[type="text"].invalid,
input[type="password"].invalid {
	border: 1px solid #d44950;
}
select.invalid:focus,
textarea.invalid:focus,
input[type="text"].invalid:focus,
input[type="password"].invalid:focus {
	border: 1px solid #d44950;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d44950;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select[multiple],
select[size],
textarea {
	height: auto;
}
select,
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

/* Size
   ========================================================================== */	
.input-mini { width: 50px;}
.input-small { width: 110px;}
.input-medium { width: 170px;}
.input-large { width: 260px;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.pull-left { float: left;}
.pull-right { float: right;}

.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}


/* ==========================================================================
   Clearing
   ========================================================================== */

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after,
.clear:after,
.clearfix:after {
	clear: both;
}


/* ==========================================================================
   Grid system
   ========================================================================== */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left;}
	.col-12 { width: 100%;}
	.col-11 { width: 91.66666667%;}
	.col-10 { width: 83.33333333%;}
	.col-9 { width: 75%;}
	.col-8 { width: 66.66666667%;}
	.col-7 { width: 58.33333333%;}
	.col-6 { width: 50%;}
	.col-5 { width: 41.66666667%;}
	.col-4 { width: 33.33333333%;}
	.col-3 { width: 25%;}
	.col-2 { width: 16.66666667%;}
	.col-1 { width: 8.33333333%;}
}


/* ==========================================================================
   Responsive utility classes
   ========================================================================== */

.visible-phone { display: none !important;}
.visible-tablet { display: none !important;}
.hidden-desktop { display: none !important;}
.visible-desktop { display: inherit !important;}

@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-tablet { display: inherit !important;}
	.hidden-tablet { display: none !important;}
}
@media (max-width: 767px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-phone { display: inherit !important;}
	.hidden-phone { display: none !important;}
}


/* ==========================================================================
   FlexSlider
   ========================================================================== */

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none;}
.slides > li,
.caption-banner > li { display: none; -webkit-backface-visibility: hidden;}
.slides img { width: 100%; display: block;}

.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-js .slides > li:first-child { display: block;}


/* ==========================================================================
   Logo-3w
   ========================================================================== */
   
.logo-3w { display: block; position: fixed; right: 5px; bottom: 5px; width: 20px; height: 20px; background: url(../images/logo-3w.png);}