/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Georgia';
	font-size:	 100%;
	color:  #222;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


h2 {
	font-family:	 Oranienbaum;
	font-size:	 4em;
	margin-top:	 2.4125em;
	margin-bottom:	 .3625em;
}

p {
	line-height: 1.5em;
	margin-top:	 1.875em;
}

.header {
	width:	 100%;
	height:	5em;
	position:	 fixed;
	background-color:	 #ffffff;
	
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	z-index:	 100;
}

.header-wrap {
	width:	 63.75em;
	height:	 5em;
	margin:	 0 auto;
	padding:	 0em;
	padding-left:  2em;
	padding-right: 2em;
}

.logo {
	width:	 297px;
	height:	 100px;
	margin-top:	 .5em;
	position:	 absolute;
}

.logo img {
	margin:	 0;
	padding:	 0;
}


.menu {
	float:	 right;
	margin-top:	 1.875em;
}

.nav-list {
	float:	 left;
 margin-left: 2em;
}

.main-nav {
	font-family:	 Oranienbaum;
	font-size:	 1.5em;
	color:	 #222;
	padding:	 0;
	text-decoration:	 none;
}

.main-nav:hover {
	text-decoration:	 underline;
}

.lang {
	margin-top:	.3em;
	float:  right;
	margin-left: 1em;
}


.slide-house {
	/*min-width: 100%;*/
	background-image:	 url('../images/huis4.jpg');
	/*background-size: cover;
	background-repeat:	 no-repeat;
	background-position:	 center center;*/
/*	background-attachment: fixed;*/
	width:	 63.75em;
	height:	 59em;
	background-size:  100%;
	/*top:	 0;
	left:	 0;*/
	margin: 0 auto;
}

.intro-wrap {
	position:	 absolute;
	top:	 0px;
	left:	 0px;
	width:	 100%;
	height:	 100%;
}

.intro-text {
	display: inline-block;
	background-color: rgba(256, 256, 256, 0.9);
	padding: 12px;
	margin: 4px 10px;
	color: #000;
	font-size:	 4em;
}

.scroll-down {
	width:	 5.375em;
	height:	 5.375em;
	background-color: rgba(256, 256, 256, 0.9);
	position:	 absolute;
	left:	 50%;
	right:	50%;
	bottom:	 2em;
	background-image:  url('../images/arrow-down.png');
	background-repeat:  no-repeat;
	background-position:  center center;
	background-size:  50%;
	display: none;
}

.slide-coast {
	width:	 100%;
	min-width: 100%;
	height:	 25em;
	margin-top:	 5.0125em;
	background-image:	 url('../images/kust.jpg');
	background-size: cover;
	background-repeat:	 no-repeat;
	background-position:	 center center;
}

.slide-map {
	width:	 100%;
	min-width:	 100%;
	height:	 25em;
	margin-top:	 5.0125em;
}

.section {
	width:	 63.75em;
	margin:	 0 auto;
	padding-left:  2em;
	padding-right: 2em;
/*	padding-top:  100px;
	padding-bottom:  100px;*/
}

.intro {
	margin-left:	 2.5em;
	margin-right:	2.5em;
}

.column-one {
	width:	 28.75em;
	float:	 left;
}


.column-two {
	width:	 28.75em;
	float:	 right;
}


.slides > li {
	height:  324px;
}

.polariod {
	margin-top:	 5.0125em;
}

.photo-frame {
	width:	 18.75em;
	height:	 19.375em;
	float:	 left;
	margin-right:	 3.2325em;
	margin-top:  .5em	;
	
	/*border:	 1px solid #808080;*/
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

/*.photo-frame:first-child {
	margin-left:	 2.5em;
}*/

.photo-frame:last-child {
	margin-right:	 0;
}

.detail-photo {
		padding:	 1em;
}

.detail-text {
	 margin-left:	 1em;
}


.price-table {
	text-align: left;
	width:	 63.75em;
	margin-top:	 2.875em;
}

.price-table th {
	font-family:	 Oranienbaum;
	font-size:	 1.5em;
	background-color:	 #d7d7d7;
}

.tr-uneven {
	background-color:	 #f0f0f0;
}

.price-table th {
	padding-top:	 .4em;
	padding-bottom:	 .4em;
	padding-left:	 .7em;
}

.price-table td {
	padding-top:	 .4em;
	padding-bottom:	 .4em;
	padding-left:	 1em;
}

.contact-form {
	overflow:	 hidden;
	height:	 602px;
}

input, textarea {
	display:  block;
	height:  2.875em;
	width: 100%;
 max-width: 100%;
	background: #fff;
	border: 1px solid #969696;
	padding: .8em 1em;
	font-size: 1em;
	color: #000;
	margin-top:  2em;
 font-family: 'Georgia';
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

textarea {
	min-height:  16.5em;
}

.send {
	width:   inherit;
	border:  1px solid #000;
}

.send:hover {
	background-color:  #222;
	color:  #fff;
}


.footer {
 text-align: center;
 margin-top: 8em;
}

.footer p {
 padding: 1em;
 margin-top: 0;
}

label {
 display: block;
 margin-top: .5em;
 margin-left: 1em;
}
}