@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	font-size: 20px;
	color: #464646;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	font-size: 17px;
	letter-spacing: 0.2px;
}
a{
	text-decoration: none;
}
nav{
	font-family: 'Lato', sans-serif;
}
h2{
	text-transform: uppercase;
}

.navwrap {
	font: 300 18px/normal "Lato", Arial, sans-serif;
	position: relative;
	text-transform: uppercase;
}
#nav {
	background: #464646;
	text-align: center;
	padding: 10px 0;
}
#nav .toggle{
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font: 300 18px/normal "Lato", Arial, sans-serif;
	outline: none;
	text-transform: uppercase;
}
#nav .toggle:after{
	content: '\2335';
	display: inline-block;
	height: 10px;
	line-height: 6px;
	position: relative;
	overflow: hidden;
	top: -0.1em; left: 0.25em;
	transition: transform 0.2s ease-in-out;
	width: 10px;
}
#nav .toggle.expanded:after{
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	     -o-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
#nav ul[role="menu"]{
	max-height: 0;
	overflow: hidden;
	list-style: none none outside;
	-webkit-transition: max-height 0.3s ease-in-out;
	   -moz-transition: max-height 0.3s ease-in-out;
	    -ms-transition: max-height 0.3s ease-in-out;
	     -o-transition: max-height 0.3s ease-in-out;
	        transition: max-height 0.3s ease-in-out;
}
#nav .expanded + ul[role="menu"]{
	max-height: 10em;
}
#nav li[role="menuitem"] {
	margin: 5px 0;
}
#nav li[role="menuitem"] a {
	color: #fff;
	text-transform: none;
}
#nav li[role="menuitem"] a:hover {
	text-decoration: underline;
}
#sitenav{
	margin: 20px 0;
	text-align: center;
}
#sitenav ul li{
	display: inline-block;
	margin: 0 10px;
}
#sitenav ul li a{
	color: #464646;
	text-transform: uppercase;
}

/*Header*/
.header{
	width: 100%;
	background: url(../img/1.jpg) no-repeat center;
	background-size: 100%;
	text-align: center;
	padding: 10px 0;
}
.header .logo{
	width: 150px;
}
.header h1{
	color: #fff;
	text-shadow: 0 0px 10px rgba(0,0,0,0.3); /* Subtle */
	font-size: 38px;
	font-weight: normal;
}
/*Bookwidget*/
.bookwidget{
	background: #85b7be;
	margin: 0 0 20px 0;
}
.bookcont{
	padding: 10px 0;
}
/*Content*/
.content{
	padding: 0 20px;
}
.content p{
	margin: 0 0 20px 0;
	line-height: 25px;
}
.payoff1{
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.payoff1 div{
	width: 20%;
}
.payoff1 img{
	display: block;
	margin: 20px auto;
	width: 100%;
}
.payoff1 p{
	font-family: "Sue Ellen Francisco", cursive;
	margin: auto;
	color: #f58e5d;
	text-transform: uppercase;
	font-size: 17px;
	font-size: 4vw;
	text-align: center;
	width: 60%;
	line-height: normal;
}
.bookbutton{
	text-align: center;
	padding: 10px 0 30px 0;
}
.content .bookbutton a{
	display: inline-block;
	color: #fff;
	background: #f1a25b;
	text-transform: uppercase;
	font-size: 35px;
	padding: 15px;
}
/*Pay offs met plaatjes*/
.payoff2{
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.payoff2 div{
	width: 49%;
	margin: 10px 0 0 0;
}
.payoff2 p{
	font-family: "Sue Ellen Francisco", cursive;
	margin: auto;
	color: #f58e5d;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 3vw;
	line-height: normal;
}
.bed{
	background: url(../img/pillow.gif) no-repeat top center;
	background-size: 150px;
	padding: 110px 0 0 0;
}
.beer{
	background: url(../img/beer.gif) no-repeat top center;
	background-size: 150px;
	padding: 110px 0 0 0;
}
.music{
	background: url(../img/music.gif) no-repeat top center;
	background-size: 150px;
	padding: 120px 0 0 0;
}
.price{
	background: url(../img/thumb.gif) no-repeat top center;
	background-size: 150px;
	padding: 120px 0 0 0;
}
/*FAQ*/
.faqs{
	padding: 30px 0;
}
.faqs h2{
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px 0;
}
.faqcont{
	background: #f9f9f9 url(../img/faqbg.gif);
	padding: 20px;
}
.faqcont dl dt{
	margin: 0 0 12px 0;
}
.open-close dt {
    text-decoration: underline;
    cursor: pointer;
}
.faqcont dd{
	margin: 0 0 10px 0;
}
.open-close dd {
    display: none;
}
.map{
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
	margin: 0 0 30px 0;
}
/*Plattegrond*/
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*Footer*/
.footer{
	background: #464646;
	padding: 20px 0 11px 0;
}
.footer p{
	text-align: center;
}
.footer .social{
	text-align: center;
	margin:  0 auto 10px
}
.footer .social a{
	display: inline-block;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0 5px 0 5px;
	background-size: 35px;
	width: 35px;
	height: 35px;
}
.footer .tw{
	background-image: url(../img/twitter.svg);
}
.footer .fb{
	background-image: url(../img/facebook.svg);
}
.footer .ig{
	background-image: url(../img/instagram.svg);
}
/*Contact*/
.contact{
	padding: 20px 0;
}
.contact h2{
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px 0;
}
.contact label {
	display: block;
	margin: 10px 0;
}
.contact input,
.contact textarea {
	border: 1px solid #eee;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	padding: 5px;
	outline: none;
	width: 100%;
}
.contact input:focus,
.contact textarea:focus {
	border-color: #66afe9;
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.contact textarea {
	min-height: 102px;
	margin-bottom: 10px;
}
.contact button {
	background: #85b7be;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	margin: 10px 0;
	padding: 6px 16px;
	outline: none;
	text-transform: uppercase;
}
.contact button:active {
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}
.contact > #contact_form {
	margin-bottom: 30px;
}
.contact > #contact_form + p {
	line-height: 35px;
}

@media only screen and (min-width: 760px) {
	.header{
		padding: 30px 0;
		background: url(../img/1.jpg) no-repeat 50% 70%;
		background-size: 100%;
	}
	.header .logo{
		width: 214px;
		margin: 0 0 20px 0;
	}
	.header h1{
		font-size: 55px;
		padding: 10px 0 0 0;
	}
	.navwrap {
		background: #464646;
		padding: 0 100px;
	}
	#nav {
		display: inline-block;
		margin: 20px 0;
		padding: 0;
	}
	#nav ul[role="menu"]{
		background: #464646;
		display: none;
		margin-left: 0;
		padding: 10px 20px;
		position: absolute;
	}
	#nav .expanded + ul[role="menu"] {
		display: block;
	}
	#sitenav{
		display: inline-block;
		margin: 20px 0;
		float: right;
	}
	#sitenav ul li{
		display: inline-block;
		margin-left: 20px;
	}
	#sitenav ul li a{
		color: #fff;
	}
	.content{
		width: 80%;
		max-width: 785px;
		margin: auto;
	}
	.bookcont{
		width: 90%;
		max-width: 785px;
		margin: auto;
	}
	.intro{
		padding: 0 0 10px 0;
	}
	.payoff1{
		margin: 10px 0 20px 0;
	}
	.payoff1 p{
		font-size: 31px;
	}
	.payoff2{
		max-width: 680px;
		margin: 20px auto 0;
	}
	.payoff2 p{
		font-size: 20px;
	}
	.payoff2 div{
		margin: 0 0 20px 0;
	}
	.faqs{
		margin: 0 0 20px 0;
	}
	.faqs h2{
		padding: 0 0 20px 0;
	}
	.open-close dt {
	    background: url(../img/faqdot.gif) no-repeat 0 4px;
		padding: 0 0 0 23px;
	}
	.faqcont dd{
		padding: 0 0 0 23px;
		margin: 20px 0;
	}
	.contact #contact_body {
		display: flex;
		justify-content: space-between;
	}
	.contact #contact_body > div {
		flex-basis: 47%;
	}
	#contact_results{
		color: #eb0621;
	}
	.contact textarea {
		margin-bottom: 28px;
	}
}
