/* ============================================================================
   Stylesheet by: Daniel Pattiasina, © 2014 Moddit www.moddit.nl
============================================================================ */


/* ============================================================================
    Containers
============================================================================ */
.container {
	min-height: 100%;
}
.innerContainer {
	overflow: auto;
	padding-bottom: 322px /* footer height */;
}
.wrapper { 
	margin: 0 auto;
	padding: 0;
}
.wrapper:before,
.wrapper:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.inner {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
/* ============================================================================
    Header
============================================================================ */
.header {
	position: relative;
	color: #FFF;
}
/* ============================================================================
    Navigation
============================================================================ */
.navigation {
	padding: 0;
	height: 165px;
}
.navBorder {
	height: 5px;
	background: #ac956f;
}
.navTop {
	background: #FFF;
	height: 110px;
}
.logo {
	display: block;
	width: 224px;
	height: 100px;
	background: url(../images/logo_nieuw.jpg) no-repeat 0 50%;
	position: relative;
	float: left;
    margin-top: 5px;
}
/*
.logo:after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	right: -120px;
	width: 113px;
	height: 113px;
	background: url(../images/logoLabel.png) no-repeat 0 0;
}
*/
.menuCall  {
	float: right;
	line-height: 95px;
	font-size: 19px;
	text-align: right;
	display: block;
	margin: 0 30px 0 0;
	color: #000;
}
.logo span {
	text-indent: -99999px;
	display: block;
}
.payoff {
	background: url(../images/payoff.png) no-repeat 100% 50%;
	height: 110px;
	width: 150px;
	float: right;
}
.menuBar {
	background: #867556;
}
.navigation .menu {
	height: 50px;
}
.navigation .nav {
	margin: 0 0 0 12px;
}
.navigation .menu-item {
	float: left;
}
.navigation .menu-item a {
	display: block;
	padding: 0 15px;
	color: #93755A;
	font-size: 16px;
	line-height: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.navigation .menu-item.current-menu-item a, .navigation .menu-item:hover > a {
	background-color: #ac956f;
}
.navigation .menu-item.menu-item-10 a, .navigation .menu-item.home a { /* Home */
	background-image: url(../images/home_brown.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 50px;
	padding: 0;
	text-indent: -99999px;
}
/* Submenu */
.navigation .menu-item.menu-item-has-children {
	position: relative;
}
.navigation .menu-item.menu-item-has-children > .sub-menu {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transition: opacity .4s ease, visibility .4s ease, top .4s ease;
	visibility: hidden;
	z-index: 1000;
	background-color: #F5C96B;
}
.navigation .menu-item.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

/* ============================================================================
    Home Slider
============================================================================ */
.homeSlider {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 530px;
	position: relative;
}
.homeSlider a:active, .homeSlider a:focus {
	outline: none;
}
.homeSlider .slides {
	zoom: 1;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/slider/slideLoader.gif) no-repeat 50% 50% #c2c2c2;
	background-size: 40px 40px;
}
.homeSlider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.homeSlider .slides img {
	width: 100%;
	display: block;
}
.homeSlider .slide {
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.homeSlider .slideContent {
	position: absolute;
	top: 220px;
	width: 100%;
	z-index: 2;
}
.homeSlider .slideTitle {
	color: #FFF;
	font-weight: 400;
	font-size: 72px;
	line-height: 60px;
	text-shadow: 0 1px 0 #444;
	margin: 0 0 30px;
	width: 500px;
}
.homeSlider .slideTitle a {
	color: #FFF;
}
.homeSlider .slideSubtitle {
	color: #FFF;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-shadow: 0 1px 0 #444;
	width: 500px;
}
.homeSlider .flex-direction-nav {
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -512px;
	width: 70px;
	height: 30px;
	z-index: 5;
}
.homeSlider .flex-direction-nav li {
	display: block;
	float: left;
	margin: 0 5px;
}
.homeSlider .flex-direction-nav li a {
	display: block;
	cursor: pointer;
	width: 20px;
	height: 16px;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
}
.homeSlider .flex-direction-nav li:hover a {
	color: #ac956f;
}
.sliderExternal {
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -512px;
}
.sliderExternal a {
	color: #FFF;
	text-decoration: underline;
	font-weight: 600;
}
.sliderExternal i {
	padding: 0 5px;
}
.homeSlider .sliderBar, .pageBanner .sliderBar {
	position: absolute;
	z-index: 1;
	height: 6px;
	background: #ac956f;
	opacity: 0.5;
	bottom: 0;
	width: 100%;
}
/* ============================================================================
    Random Header
============================================================================ */
.pageBanner {
	position: relative;
	top: 0;
	width: 100%;
	height: 370px;
	background-color: #867556;
	background-position: 50% 0;
	background-size: cover;
}
.pageBanner .sliderExternal {
	bottom: 30px;
}
/* ============================================================================
    Call-to-action Blocks
============================================================================ */
.ctaBlocks {
	text-align: center;
	margin: 0 0 50px;
	position: relative;
	z-index: 1;
}
.ctaBlock {
	display: inline-block;
	width: 340px;
	height: 325px;
	vertical-align: middle;
	padding: 180px 30px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ctaBlock1 {
	background: url(../images/cta1.jpg) no-repeat 0 0 #ac956f;
}
.ctaBlock2 {
	background: url(../images/cta2.jpg) no-repeat 0 0 #867556;

}
.ctaBlock3 {
	background: url(../images/groepslessen.jpg) no-repeat 0 0 #626262;
}
.ctaBlock:hover {
	background-position: 0 -50px;
	padding: 155px 30px 0;
}
.ctaBlockTitle {
	color: #FFF;
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.ctaBlockText {
	color: #FFF;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
}
.ctaBlockText i {
	font-size: 30px;
	float: right;
	padding: 0 10px 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ctaBlock:hover .ctaBlockText i {
	padding: 0;
}
/* ============================================================================
    Home Introduction
============================================================================ */
.larger {
	font-size: 19px;
	line-height: 30px;
}
.openingstijden {
	background: #ac956f;
	color: #93755A;
	margin: -200px 0 30px;
	padding: 20px 25px;
	position: relative;
	z-index: 5;
}
.openingstijden h4 {
	margin: 0 0 20px;
}
.openingstijden h5 {
	font-size: 18px;
	margin: 0 0 10px;
	color: #FFF;
	line-height: 20px;
}
.openingstijden p {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 16px;
}
.openingstijdenBtn {
	display: block;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 60px;
	border: 1px solid #FFF;
	color: #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.openingstijdenBtn:hover {
	background: #FFF;
	color: #ac956f;
}
.homeColumns {
	margin: 0 0 20px;
}
.homeColumns .columnLeft p {
	margin: 0 0 20px;
}
.homeBottom {
	margin: 60px 0 0;
}
/* ============================================================================
    Headlines Slider
============================================================================ */
.headlineSlider {
	margin: 30px 0 0;
	padding: 0;
	width: 100%;
	height: 125px;
	position: relative;
}
.headlineSlider a:active, .headlineSlider a:focus {
	outline: none;
}
.headlineSlider .slides {
	zoom: 1;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/slider/slideLoader.gif) no-repeat 50% 50% #eff1ee;
	background-size: 40px 40px;
}
.headlineSlider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	width: 100%;
	height: 125px;
}
.headlineSlider .slide {
	width: 100%;
	height: 100%;
	position: relative;
}
.headlineSlider .slideContent {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
}
.headlineSlider .slides img {
	display: block;
	float: left;
	margin: 0 40px 0 0;
}
.headlineSlider .slideTitle {
	display: table-cell;
	vertical-align: middle;
	height: 125px;
	width: 700px;
	padding: 20px 0;
	overflow: hidden;
	color: #7c7c7c;
	font-size: 19px;
	font-weight: 400;
}
.headlineSlider .slideTitle span {
	font-weight: 600;
	color: #000;
}
.headlineSlider .flex-direction-nav {
	height: 60px;
	margin-top: -30px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 30px;
}
.headlineSlider .flex-direction-nav li {
	display: block;
}
.headlineSlider .flex-direction-nav li a {
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.headlineSlider .flex-direction-nav li:hover a {
	color: #ac956f;
}
/* ============================================================================
    Home Impression
============================================================================ */
.homeImpression {
	background: #eff1ee;
	padding: 25px 0;
	text-align: center;
}
.homeImpressionBlock {
	display: inline-block;
	margin: 0 2px;
	position: relative;
}
.homeImpressionBlock i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ac956f;
	opacity: 0;
	visibility: hidden;
	color: #FFF;
	text-align: center;
	line-height: 200px;
	font-size: 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.homeImpressionBlock:hover i {
	opacity: 0.75;
	visibility: visible;
}
/* ============================================================================
    Breadcrumbs
============================================================================ */
body.home .crumbs {
	display: none;
}
.crumbs {
	margin: 0 auto 20px;
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #d5d5d5;
}
/* ============================================================================
    Archive
============================================================================ */
.column {
	margin: 0 0 30px;
}
.blogImg {
	float: left;
	margin: 0 40px 0 0;
	position: relative;
	overflow: hidden;
}
.blogImg img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.blogImg:hover img {
	-moz-transform: scale(1.3) rotate(-10deg);
	-webkit-transform: scale(1.3) rotate(-10deg);
	-o-transform: scale(1.3) rotate(-10deg);
	-ms-transform: scale(1.3) rotate(-10deg);
	transform: scale(1.3) rotate(-10deg);
}
.blogImg i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ac956f;
	opacity: 0;
	visibility: hidden;
	color: #FFF;
	text-align: center;
	line-height: 240px;
	font-size: 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.blogImg:hover i {
	opacity: 0.75;
	visibility: visible;
}
.blogContent {
	overflow: hidden;;
	padding: 10px 0 0;
}
.blogTitle {
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.blogTitle a {
	color: #000;
	display: block;
}
.blogDate {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px;
}
.blogText {
	max-height: 120px;
	overflow: hidden;
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 10px;
}
.articleLink {
	font-size: 15px;
}
.articleLink i {
	padding: 0 0 0 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.articleLink:hover i {
	padding: 0 0 0 20px;
}
/* ============================================================================
    Archive 2 Columns
============================================================================ */
.catDescTitle {
	margin: 0 0 20px;
}
.columnsTwo .column {
	width: 507px;
	float: left;
	margin: 0 10px 30px 0;
	border: 1px solid #e5e5e5;
}
.columnsTwo .columnTwo {
	margin: 0 0 30px;
}
.columnsTwo .blogImg {
	float: none;
	display: block;
	margin: 0;
	background: #e5e5e5;
}
.columnsTwo .blogImg {

}
.columnsTwo .blogImg i {
	line-height: 340px;
}
.columnsTwo .blogContent {
	padding: 20px 15px;
	text-align: center;
}
.columnsTwo .blogTitle {
	font-size: 24px;
}
/* ============================================================================
    Article
============================================================================ */
.articleTitle {
	font-size: 36px;
	line-height: 46px;
	margin: 0;
}
.articleDate {
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.articleImg img {
	padding: 3px;
	border: 1px solid #f2f2f2;
	float: right;
	margin: 0 0 30px 50px;
}
/* ============================================================================
    Article Sidebar
============================================================================ */
.articleLeft {
	float: left;
	width: 580px;
}
.articleSide {
	float: right;
	width: 400px;
}
.sidebarImg {
	display: block;
	position: relative;
	padding: 3px;
	border: 1px solid #f2f2f2;
	width: 390px;
	margin: 0 5px 10px;
}
.sidebarGalleryImg {
	display: block;
	float: left;
	width: 190px;
	position: relative;
	padding: 2px;
	border: 1px solid #f2f2f2;
	margin: 0 5px 10px;
}
.sidebarImg i, .sidebarGalleryImg i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ac956f;
	opacity: 0;
	visibility: hidden;
	color: #FFF;
	text-align: center;
	line-height: 260px;
	font-size: 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.sidebarGalleryImg i {
	line-height: 155px;
	font-size: 30px;
}
.sidebarImg:hover i, .sidebarGalleryImg:hover i {
	opacity: 0.75;
	visibility: visible;
}
/* ============================================================================
    Contact
============================================================================ */
.contactForm {
	font-size: 16px;
}
.contactForm form {
	position: relative;
	width: 370px;
}
.contactForm form div {
	margin: 0 0 10px;
}
.contactForm label {
	display: block;
	font-size: 16px;
	margin: 0 0 0 10px;
}
.contactForm .star {
	color: #ac956f;
}
.contactForm input, .contactForm textarea, .gfield input, .gfield textarea, .gform_button {
	background: #f2f2f2;
	padding: 0 10px !important;
	width: 100%;
	height: 56px;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 400;
	line-height: 56px;
	color: #333;
	border: none;
	position: relative;
	-webkit-box-shadow: inset 0 0 0 0 #ac956f;
	box-shadow: inset 0 0 0 0 #ac956f;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contactForm textarea {
	padding: 10px;
	resize: vertical;
	min-height: 100px;
	height: 150px;
	max-height: 250px;
	line-height: 28px;
}
.contactForm input:focus, .contactForm textarea:focus {
	-webkit-box-shadow: inset 4px 0 0 0 #ac956f;
	box-shadow: inset 4px 0 0 0 #ac956f;
}
.contactForm input[type="submit"] {
	background: #ac956f;
	color: #FFF;
	text-transform: uppercase;
}
.contactForm input[type="submit"]:hover {
	background: #867556;
}
/* ============================================================================
    Footer
============================================================================ */
.footer {
	clear: both;
	height: 322px;
	margin-top: -322px;/* negative footer height */
	position: relative;
	width: 100%;
	/* background: url(../images/footerBg.png) 50% 0 no-repeat #1d1d1b; */
	background: #867556;
	color: #FFF;
}
.footerBorder {
	height: 7px;
	background: #ac956f;
}
.footerTop {
	height: 275px;
	background: #867556;
}
.footerMenu {
	float: left;
	width: 175px;
}
.footerTitle {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #ac956f;
	margin: 40px 0 10px;
}
.footer .menu-item a, .footerDesc {
	color: #93755A;
	font-size: 14px;
	line-height: 30px;
}
.footerDesc a {
	color: #ac956f;
}
.footer .menu-item a:hover {
	text-decoration: underline;
}
.footerDesc i {
	padding: 0 10px 0 0;
	width: 20px;
}
.footerMenuRight {
	margin: 0 30px 0 0;
	width: 205px;
}
.footerContact {
	float: left;
	width: 300px;
}
.footerLogo {
	float: right;
	width: 258px;
	height: 275px;
	background: url(../images/footerLogo_nieuw2.png) 100% 50% no-repeat;
}
.footerBottom {
	height: 40px;
	background: #000;
}
.copyleft {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 15px;
}
.copyleft a, .copyright a {
	font-weight: 400;
	color: #FFF;
}
.copyright {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 13px;
}
/* ============================================================================
    Socials
============================================================================ */
.socials {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: end;
    height: 100%;
}
.socials span {
	font-size: 16px;
}
.socials i, .socials svg {
	margin-right: 10px;
	font-size: 16px;
}
.socials svg {
	fill: #AC956C;
	position: relative;
	top: 2px;
	width: 12px;
}

/* Footer socials */
.footer-socials {
	background-color: #F5C96B;
	padding: 20px 0;
}
.footer-socials .socials {
	justify-content: start;
	height: unset;
}
.footer-socials .socials svg, .footer-socials .socials i {
	fill: #93755A;
	color: #93755A;
}