/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
|------------------------------------------------------------
|	Base styles: opinionated defaults
|------------------------------------------------------------
*/

html,
button,
input,
select,
textarea {
	color: #222;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

.toggle-nav-mobile{
	display: block !important;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}


a {
	outline: 0 !important;
}



/*
|------------------------------------------------------------
|	Browse Happy
|------------------------------------------------------------
*/

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/*
|------------------------------------------------------------
|	Fonts
|------------------------------------------------------------
*/

h1, h2, h3, h4{
	font-family: 'Playfair Display', serif;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #333333;
	font-weight: 400;
}

h1{
	font-size: 85px;
	line-height: 95px;
}

h2{
	font-size: 35px;
	line-height: 40px;
}

p{
	font-family: 'Playfair Display', serif;
	color: #333333;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
}

a{
	color: #333;
	font-weight: 700;
}

a:hover{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.grey{
	color: #cecece;
}

/*
|------------------------------------------------------------
|	Bootstrap Select
|------------------------------------------------------------
*/

.bootstrap-select {
	margin: 5px 0;
	width: 100% !important;
}

.bootstrap-select .dropdown-toggle {
	padding: 6px 25px 6px 12px !important;
	font-size: 14px;
	background-color: #f6f6f6;
	color: #6c6c6c;
}

.bootstrap-select .dropdown-toggle {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus {
	background-color: #f2f2f2;
	color: #6c6c6c;
}

.bootstrap-select .dropdown-menu.open {
	padding: 0;
}

.bootstrap-select .dropdown-menu a {
	padding: 5px 12px !important;
	font-size: 14px;
	color: #6c6c6c;
}

.bootstrap-select .dropdown-menu .selected a {
	background-color: #278cf1 !important;
	color: #fff !important;
}


/*
|------------------------------------------------------------
|	CONTENT
|------------------------------------------------------------
*/

.content-wrapper {
	padding: 40px 10px 65px;
}

.content-2-colls{
	-webkit-columns: 2 ;
	-moz-columns: 2 ;
	columns: 2 ;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
}

.content-center{
	text-align: left;
}

/*
|------------------------------------------------------------
|	GENERAL
|------------------------------------------------------------
*/

body {
	position: relative;
	z-index: 1;
}


.uk-container {
	max-width: 980px !important;
}

.uk-container.full-width {
	max-width: initial !important;
	max-width: none !important;
}

.uk-container.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.uk-grid.no-padding {
	margin-left: 0 !important;
}

.uk-grid.no-padding > * {
	padding-left: 0 !important;
}


.wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
}

.btn{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 20px 10px 20px;
	background-color: #CECECE;
	color: white;
	font-size: 20px;
	font-weight: 700;
}

.btn:hover{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 20px 10px 20px;
	background-color: #333;
	color: white;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid transparent;
}

/*
|------------------------------------------------------------
|	HEADER
|------------------------------------------------------------
*/

.header-wrapper {
	background-color: transparent;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
}

.header {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 960px;
	padding-top: 30px;
}

.header:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.header .logo {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 200px;
	height: auto;
	display: block;
	text-decoration: none;
	border: none;
	margin: 0 auto;
}

.header .page-title{
	font-size: 85px;
	color: white;
	text-align: right;
	line-height: 200px;
}

.header .btn{
	float: right;
	margin-top: -40px;
	margin-left: 10px;
}

/*
|------------------------------------------------------------
|	SLIDER
|------------------------------------------------------------
*/

.uk-slideshow{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.uk-slideshow li{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider-overlay-wrapper{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-overlay-inner{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	height: 100%;
	text-align: center;
}

.slider-overlay-inner img{
	width: 356px !important;
	margin: 0 auto;
	margin-top: 50px;
}

.slider-overlay-inner h1{
	font-size: 65px;
	color: white;
	padding: 15px;
	margin-top: 100px;
	text-shadow: 1px 1px black;
}

.slider-overlay-inner h2{
	font-size: 45px;
	line-height: 50px;
	color: white;
	text-shadow: 1px 1px black;
	margin-top: 50px;
}

.slider-overlay-inner .arrow-down{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -40px;
	width: 40px;
}


.uk-slideshow-page li{
	height: 265px !important;
	background-position: center top;
}

/*
|------------------------------------------------------------
|	HOME
|------------------------------------------------------------
*/

.intro p{
	font-size: 20px;
	text-align: center;
	line-height: 35px;
}

.intro .quote{
	font-size: 40px;
}

.waarom-wrapper{
	background-image: url('../img/img-bg-waarom.png');
	background-position: center center;
	background-size: cover;
}

.waarom-inner{
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 960px;
	padding-top: 30px;
}

.waarom-inner:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.makai{
	border: 1px solid #cecece;
	padding: 0px 10px 10px 10px;
}

.werkwijze-wrapper{
	background-image: url('../img/img-bg-werkwijze.png');
	background-position: center center;
	background-size: cover;
}

.werkwijze-inner{
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 960px;
	padding-top: 30px;
}

.werkwijze-inner:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.tarieven{
	border: 1px solid #cecece;
	padding: 40px 10px 40px 10px;
}

.tarieven-inner{
	max-width: 550px;
	margin: 0 auto;
	text-align: center;
}

.tarieven-inner .uk-table, .tarieven-inner p{
	text-align: left;
}

.tarieven-inner .uk-table{
	margin-bottom: 40px;
}

.tarieven-inner p{
	margin-bottom: 40px !important;
}

.tarieven h1{
	text-align: center;
}

.tarieven th, tarieven td{
	font-size: 20px;
}

.logos img{
	max-width: 200px;
}

.block-logo{
	width: 100%;
	text-align: center;
}

.slogan-wrapper{
	background-image: url('../img/img-bg-slogan.png');
	background-position: center center;
	background-size: cover;
}

.slogan-inner{
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 960px;
	padding-top: 30px;
}

.slogan-inner:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.slogan-inner h1{
	color: white;
	text-align: center;
	padding: 200px 0px 200px 0px;
}

/*
|------------------------------------------------------------
|	CONTACT
|------------------------------------------------------------
*/

.google-sv{
	margin-top: 50px;
	margin-bottom: 50px;
}

.uk-form{}

.uk-form input{
	width: 100%;
	height: 50px !important;
	background-color: none !important;
	border: 1px solid #E2E2E2;
	margin-bottom: 10px !important;
}

.uk-form textarea{
	width: 100%;
	height: 400px !important;
	background-color: none !important;
	border: 1px solid #E2E2E2;
	margin-bottom: 10px !important;
}

/*
|------------------------------------------------------------
|	FOOTER
|------------------------------------------------------------
*/

.footer-wrapper {
	background-color: #e2e2e2;
}

.footer {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 960px;
	position: relative;
}

.footer p{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	text-align: center;
}

.social-icons{
	position: absolute;
	right: 0;
	top: 0;
}

.social-icons a{
	display: block;
	width: 40px !important;
	height: 40px !important;
	background-color: #CECECE;
	text-align: center;
	line-height: 40px;
	border: 1px solid transparent !important;
}

.social-icons a img{
	max-height: 20px;
	}

.social-icons a:hover{
	border: 1px solid transparent !important;
	background-color: white;
}

.footer:after {
	content: '.';
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}






/*
|------------------------------------------------------------
|	Helper classes
|------------------------------------------------------------
*/

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	  `contenteditable` attribute is included anywhere else in the document.
 *	  Otherwise it causes space to appear at the top and bottom of elements
 *	  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	  `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
