/*********************************************************************************************
URI: http://www.makingpages.be
Version: 1.0
Author: Making Pages 
Author URI: http://www.makingpages.be

**********************************************************************************************/

@charset "utf-8";
/* CSS Document */

* { margin:0; } 

body, html{ height:100%; } /* De body en html 100% hoogte geven */

body{
	margin:0;
	background-color:#888575;
	font-family:"pn_reg";
	font-weight: normal;
	font-size:18px;
	color:#888575;
	line-height:1.5em;
}

a {
outline: none;
} 

a:link {
outline: none;
}

iframe{
	border:0;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin:0;
	padding:0;
}

.no_show{
	display:none;
}

.clear {
    clear: both;
}

/* CUSTOM BOOTSTRAP */

p{
	margin-bottom:15px;
}

ul,ol{
	margin:0 0 15px 0;
	padding:0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* CUSTOM MENU LAYOUT */


/* LAYOUT */

section{
	width:100%;
}

.bg_home{
	width:100%;
	height: 600px;
    position:fixed;
	display:none;
	top:0;
	left:0;	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:scroll;
	background-image:url("images/bg_home.jpg");
	z-index:-9999;
}

.bg_page{
	width:100%;
	height: 500px;
    position:fixed;
	display:none;
	top:0;
	left:0;	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:scroll;
	background-image:url("images/bg_page.jpg");
	z-index:-9999;
}

.bg_page_02{
	width:100%;
	height: 500px;
    position:fixed;
	display:none;
	top:0;
	left:0;	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:scroll;
	background-image:url("images/bg_page_02.jpg");
	z-index:-9999;
}

.nieuws_teaser{
	width:310px;
	min-height:280px;
	position:fixed;
	top:50%;
	right:0;
	margin-top:-140px;
	background-color:#FFFFFF;
	z-index:5;
	border-radius:5px 0px 0px 5px;
	padding:60px 70px 60px 70px;
}

.nieuws_teaser_content p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: 1.6;	
	
}

.nieuws_teaser_close{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}

.nieuws_teaser_close > .fa-times{
	collor:#888575;
	font-size:25px;
}

section.header{
	min-height:600px;
	position:relative;
	padding:0 0 100px 0;
}

section.header_small{
	min-height:300px;
	position:relative;
	padding:0 0 100px 0;
}

#curve{
	position:absolute;
	top:500px;
	left:0;
	width:100%;
	z-index:-1;
}

#curved{
	width:100%;
	overflow:auto;
}

#curved path{
	fill:#EFEDE1;
}

#curve_02{
	position:absolute;
	top:530px;
	left:0;
	width:100%;
	z-index:-1;
}

#curved_02{
	width:100%;
	overflow:auto;
}

#curved_02 path{
	fill:#EFEDE1;
	opacity:0.34;
}

#curve_03{
	position:absolute;
	top:250px;
	left:0;
	width:100%;
	z-index:-1;
}

#curved_03{
	width:100%;
	overflow:auto;
}

#curved_03 path{
	fill:#EFEDE1;
}

#curve_04{
	position:absolute;
	top:215px;
	left:0;
	width:100%;
	z-index:-1;
}

#curved_04{
	width:100%;
	overflow:auto;
}

#curved_04 path{
	fill:#EFEDE1;
	opacity:0.34;
}

#curve_05{
	position:absolute;
	top:200px;
	left:0;
	width:100%;
	z-index:-1;
}

#curved_05{
	width:100%;
	overflow:auto;
}

#curved_05 path{
	fill:#EFEDE1;
	opacity:0.63;
}

#curve_06{
	position:absolute;
	top:-25%;
	left:0;
	width:100%;
	z-index:0;
}

#curved_06{
	width:100%;
	overflow:auto;
}

#curved_06 path{
	fill:#888575;
}

#curve_07{
	position:absolute;
	top:-20%;
	left:0;
	width:100%;
	z-index:0;
}

#curved_07{
	width:100%;
	overflow:auto;
}

#curved_07 path{
	fill:#888575;
	opacity:0.20;
}

a.header_btn:active,a.header_btn:link,a.header_btn:visited{
	font-family:"Montserrat";
	font-weight: 700;
	font-size:16px;
	color:#FFFFFF;
	line-height:1.5em;
	border-radius: 5px;
	background-color:#888575;
	width:180px;
	padding:15px 0px 15px 0px;	
	display:inline-block;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
	text-align:center;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	-moz-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	margin-right:20px;
}

a.header_btn:hover{
	background-color:#FFFFFF;
	color:#888575;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

a.header_btn_wit:active,a.header_btn_wit:link,a.header_btn_wit:visited{
	font-family:"Montserrat";
	font-weight: 700;
	font-size:16px;
	color:#888575;
	line-height:1.5em;
	border-radius: 5px;
	background-color:#FFFFFF;
	width:180px;
	padding:15px 0px 15px 0px;	
	display:inline-block;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
	text-align:center;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	-moz-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	margin-right:20px;
}

a.header_btn_wit:hover{
	background-color:#888575;
	color:#FFFFFF;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.header_content > div{
	max-width:500px;
	margin-top:60px;
}

.logo{
	width:100%;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	margin-top:60px;
	opacity:0;
	text-align:left;
}

.img_logo{
	max-width:250px;
	width:100%;	
}

.menu{
	width: 100%;
	height: 25px;
	margin-top:80px;
    text-align: right;
}

ul.menu_items{
	padding:0px 0px 0 0px;
	height:25px;
	margin: 0px 0 0 0px;
}

ul.menu_items li{
	display:inline-block;
	list-style-type: none;
	padding: 0 0 0px 20px;
	margin:0 0 0 0;	
}

ul.menu_items li:first-child {
    padding: 0 0 0px 0;
}

ul.menu_items li a:active,ul.menu_items li a:link,ul.menu_items li a:visited{
   color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-weight:600;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
	-webkit-transition: color 500ms linear;
     -moz-transition: color 500ms linear;
     -o-transition: color 500ms linear;
     -ms-transition: color 500ms linear;
     transition: color 500ms linear;
	 display:inline-block;
}

ul.menu_items li a:hover {
    color: #888575;    
	-webkit-transition: color 500ms linear;
     -moz-transition: color 500ms linear;
     -o-transition: color 500ms linear;
     -ms-transition: color 500ms linear;
     transition: color 500ms linear;
}

ul.menu_items li.current_page_item a,ul.menu_items li.current_page_parent a,ul.menu_items li.current_page_ancestor a,ul.menu_items li.current-menu-item a,ul.menu_items li.current-post-parent a{
	 color: #888575; 
   text-decoration: none;
	-webkit-transition: color 500ms linear;
     -moz-transition: color 500ms linear;
     -o-transition: color 500ms linear;
     -ms-transition: color 500ms linear;
     transition: color 500ms linear;
}

section.content{
	min-height:250px;
	position:relative;
	background-color:#EFEDE1;
	padding-top:100px;
	padding-bottom:100px;
}

section.nieuws{
	min-height:250px;
	position:relative;
	background-color:#EFEDE1;
	padding-top:100px;
	padding-bottom:200px;
}

.nieuws .container{
	margin-bottom:50px;
}

.nieuws_content{
	min-height:420px;
}

.nieuws_content p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: 1.6;	
	
}

.nieuws_image{
	text-align:center;
}

.nieuws_image img{
	width:100%;
	max-width:400px;
}

.nieuws_item{
	margin-bottom:100px
}

section.home_arrangementen{
	min-height:250px;
	position:relative;
	background-color:#EFEDE1;
	padding-top:100px;
	padding-bottom:100px;
}

.content_arrangement{
	margin:0px 40px 0px 100px;
}

.content_arrangement p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: 1.6;	
	
}

.arrangement_blok{
	position:relative;
	height:500px;
}

.extra_info_item p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: 1.6;	
}

.arrangement_item{
	width:285px;
	min-height:410px;
	position:absolute;
	top:0;
	right:220px;
	z-index:3;	
	background-color:#FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
	box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

.arrangement_item_links{
	width:285px;
	min-height:410px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;	
	background-color:#FFFFFF;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
	box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

.arrangement_item_header{
	width:100%;
	min-height:160px;
	background-color:#888575;
	background-image:url("images/curve_arrangement_header.png");
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:auto;
	border-radius:5px 5px 0px 0px;
	padding:20px 20px 0 20px;
}

.arrangement_item_tekst{
	width:100%;
	padding:20px 20px 20px 20px;
}

.arrangement_item_tekst ul{
}

.arrangement_item_tekst ul li{
	padding-left:40px;
	margin-bottom:15px;
	list-style-type:none;
	background-image:url("images/bg_list_item.png");
	background-position:left top;
	background-repeat:no-repeat;
	font-family:"Montserrat";
	font-weight: 600;
	font-size:14px;
	color:#000000;
	line-height:1.5em;
}

a.arrangement_item_btn:active,a.arrangement_item_btn:link,a.arrangement_item_btn:visited{
	font-family:"Montserrat";
	font-weight: 700;
	font-size:14px;
	color:#FFFFFF;
	line-height:1.5em;
	border-radius: 5px;
	background-color:#888575;
	width:90%;
	padding:15px 0px 15px 0px;	
	display:inline-block;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
	text-align:center;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	-moz-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	margin-top:10px;
}

a.arrangement_item_btn:hover{
	background-color:#888575;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.arrangement_item_duur{
	color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 14px;
    line-height: 1.5;
	margin-bottom:5px !important;		
}

.arrangement_image{
	width:245px;
	height:410px;
	position:absolute;
	top:25px;
	right:0px;
	z-index:2;
}

.arrangement_image_links{
	width:245px;
	height:410px;
	position:absolute;
	top:25px;
	left:260px;
	z-index:2;
}

.arrangement_image img,.arrangement_image_links img{
	width:100%;
	max-width:245px;
	border-radius:5px;
}

.home_blok_02{
	margin-top:100px;
}

.content_blok{
	margin:0px 40px 0px 40px;
}

.content_blok p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: 1.6;	
	
}

a.content_blok_link:active,a.content_blok_link:link,a.content_blok_link:visited{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: 1.5;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#888575;
	border-bottom-width:1px;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display: inline-block;
}

a.content_blok_link:hover{
	border-bottom-color:#000000;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

.content_images{
	position:relative;
	min-height:500px;
}

.home_image_01{
	width:300px;
	height:410px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;	
}

.home_image_01 img{
	width:100%;
	max-width:300px;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

.home_image_02{
	width:215px;
	height:410px;
	position:absolute;
	top:50px;
	left:275px;
	z-index:2;
}

.home_image_02 img{
	width:100%;
	max-width:215px;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

.home_image_03{
	width:300px;
	height:410px;
	position:absolute;
	top:0;
	right:190px;
	z-index:3;	
}

.home_image_03 img{
	width:100%;
	max-width:300px;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

.home_image_04{
	width:215px;
	height:410px;
	position:absolute;
	top:50px;
	right:0px;
	z-index:2;
}

.home_image_04 img{
	width:100%;
	max-width:215px;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

a.btn_link_dark:active,a.btn_link_dark:link,a.btn_link_dark:visited{
	font-family:"Montserrat";
	font-weight: 700;
	font-size:16px;
	color:#FFFFFF;
	line-height:1.5em;
	border-radius: 5px;
	background-color:#888575;
	width:180px;
	padding:15px 0px 15px 0px;	
	display:inline-block;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
	text-align:center;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	-moz-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	margin-right:20px;
	margin-top:20px;
}

a.btn_link_dark:hover{
	background-color:#FFFFFF;
	color:#888575;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

a.btn_link_light:active,a.btn_link_light:link,a.btn_link_light:visited{
	font-family:"Montserrat";
	font-weight: 700;
	font-size:16px;
	color:#888575;
	line-height:1.5em;
	border-radius: 5px;
	background-color:#FFFFFF;
	width:180px;
	padding:15px 0px 15px 0px;	
	display:inline-block;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
	text-align:center;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	-moz-box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	box-shadow: 5px 5px 5px 0px rgba(33,51,67,0.18);
	margin-right:20px;
	margin-top:20px;
}

a.btn_link_light:hover{
	background-color:#888575;
	color:#FFFFFF;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

section.testimonials{
	min-height:250px;
	position:relative;
	background-color:#EFEDE1;
}

section.extra_info{
	min-height:400px;
	position:relative;
	background-color:#EFEDE1;
}

.testimonial_item{
	margin-left:120px;
	margin-right:120px;
}

.testimonial_quote{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 20px;
    line-height: 1.5;
	text-align:center;
}

.testimonial_naam{
	color: #1E2022;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 18px;
    line-height: 1.5;
	text-align:center;
}

section.page_intro{
	min-height:250px;
	position:relative;
	background-color:#EFEDE1;
	padding-top:50px;
	padding-bottom:50px;
}

.page_intro_blok{
	max-width:550px;
}

.page_intro_blok p,.page-inhoud p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
    line-height: 1.6;	
	
}

section.behandelingen{
	min-height:250px;
	position:relative;
	background-color:#EFEDE1;
	padding-top:100px;
	padding-bottom:150px;
}

section.arrangementen{
	min-height:250px;
	position:relative;
	background-color:#EFEDE1;
	padding-top:100px;
	padding-bottom:1px;
}

.behandelingen .container{
	margin-bottom:75px !important;
}

.behandeling_blok{
	margin:0px 0px 0px 0px;
}

.tekst_links{
	width:75%;
}

.tekst_rechts{
	margin-left:25%;
}

.behandeling_blok p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: 1.6;	
}

.behandeling_blok p strong{
	font-weight:700;    
}

.behandeling_images{
	position:relative;
	min-height:600px;
}

.behandeling_image_01{
	width:285px;
	height:410px;
	position:absolute;
	top:0;
	right:255px;
	z-index:3;	
}

.behandeling_image_01 img{
	width:100%;
	max-width:285px;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

.behandeling_image_02{
	width:285px;
	height:410px;
	position:absolute;
	top:50px;
	right:0px;
	z-index:2;
}

.behandeling_image_02 img{
	width:100%;
	max-width:285px;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

.behandeling_image_03{
	width:285px;
	height:410px;
	position:absolute;
	top:0;
	left:0px;
	z-index:3;	
}

.behandeling_image_03 img{
	width:100%;
	max-width:285px;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

.behandeling_image_04{
	width:285px;
	height:410px;
	position:absolute;
	top:50px;
	left:255px;
	z-index:2;
}

.behandeling_image_04 img{
	width:100%;
	max-width:285px;
	border-radius:5px;
	-webkit-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
box-shadow: 7px 10px 5px 0px rgba(0,0,0,0.11);
}

section.contact{
	min-height:350px;
	position:relative;
	background-color:#EFEDE1;
	padding-top:100px;
	padding-bottom:200px;
}


.footer_sub_marge{
	height:150px;
}

section.footer_sub{
	min-height:600px;
	background-color:#888575;
	 position:relative;
	 padding-bottom:150px;
}

.footer_sub_tekst{
	color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 23px;
	line-height:1.5em;
	margin-right:100px;
}

.footer_sub_opsomming ul{
	margin:60px 0 100px 0;
}

.footer_sub_opsomming li{
	color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
	line-height:1.5em;	
	margin-bottom:10px;
}

section.footer{
	min-height:300px;
	background-color:#FFFFFF;
	 position:relative;
}

section.footer_socket{
	min-height:50px;
	background-color:#FFFFFF;
}

.footer_socket_content_left > div{
	text-align:left;
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
	line-height:1.7em;
}

.footer_socket_content_right > div{
	text-align:right;
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
	line-height:1.7em;
}

.footer_blok{
	margin-top:70px;
}

.footer p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
	line-height:1.7em;
	margin:0px 0 0px 0;
}

h4.footer_baseline{
	color: #000000;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 23px;
    line-height: 1.5;
}

.teaser_cadeaubon{
	height:250px;
	width:250px;	
	background-color:#FFFFFF;
	border-radius:125px;
	position:absolute;
	top:-125px;
	right:0;
	text-align:center;
	padding-top:80px;
}

.teaser_cadeaubon p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
    line-height: 1.5;
}

.teaser_cadeaubon img{
	margin:20px 0 20px 0;
}

.teaser_cadeaubon p > strong{
	font-weight:700;
}

.teaser_cadeaubon_resp{
	height:250px;
	width:250px;	
	background-color:#FFFFFF;
	border-radius:125px;
	position:absolute;
	top:-125px;
	right:0;
	text-align:center;
	padding-top:80px;
	display:none;
}

.teaser_cadeaubon_resp p{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
    line-height: 1.5;
}

.teaser_cadeaubon_resp img{
	margin:20px 0 20px 0;
}

.teaser_cadeaubon_resp p > strong{
	font-weight:700;
}

a.footer_page_link:active,a.footer_page_link:link,a.footer_page_link:visited{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
    line-height: 1.5;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
	margin-bottom: 15px;
	display: inline-block;
}

a.footer_page_link:hover{
	color:#000000;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

a.footer_contact_link:active,a.footer_contact_link:link,a.footer_contact_link:visited{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 14px;
    line-height: 1.5;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

a.footer_contact_link:hover{
	color:#000000;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

a.footer_mp_link:active,a.footer_mp_link:link,a.footer_mp_link:visited{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
    font-size: 13px;
    line-height: 1.5;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
	margin-bottom: 15px;
	display: inline-block;
}

a.footer_mp_link:hover{
	color:#000000;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

.footer_social{
	margin-top:20px;
}

.footer_social_hashtag{
	font-family:"hand_of_sean";
	font-size:18px;	
	color:#888575;
}

.fa-facebook-square{
	color:#888575;
	font-size:30px;
	margin-right:20px;
}

.fa-instagram{
	color:#888575;
	font-size:30px;
	margin-right:20px;
}

#page_up{
	height: 49px;
    position: fixed;
    right: 31px;
    bottom: 31px;
	margin-top:-25px;
	margin-left:25px;
    width: 49px;
    z-index: 50;
	display: none;
}

a.page_up:active,a.page_up:link,a.page_up:visited{
    background-color:#888575;
    display: inline-block;
    height: 49px;
    width:49px;
    text-align:center;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

a.page_up:hover{
	background-color:#888575;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

h1.header_titel{
	color:#EFEDE1;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 45px;
	letter-spacing:0px;
	margin-bottom:40px;
}

h1.header_titel > span.accent{
	font-weight:700;
	color:#FFFFFF;	
}

h2.content_blok_titel{
	color:#888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 30px;
	margin-bottom:20px;
}

h2.behandeling_blok_titel{
	color:#888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 30px;
	margin-top:20px;
	margin-bottom:20px;
}

h3.extra_info_titel{
	color:#888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 30px;
	margin-top:20px;
	margin-bottom:20px;
}

h2.nieuws_titel{
	color:#888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 30px;
	margin-top:0px;
	margin-bottom:20px;
}

h3.page_sub_titel{
	color:#888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 20px;
	margin-top:0px;
	margin-bottom:20px;
}

h2.page_intro_blok_titel{
	color:#888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    font-size: 40px;
	margin-bottom:20px;
}

h2.page_intro__titel > strong{
	font-weight:700;
    font-size: 40px;
}

h4.arrangement_item_naam{
	color:#FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-weight:600;
    font-size: 25px;
	margin-top:0px;
}

h5.nieuws_teaser_titel{
	color: #888575;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 20px;
    line-height: 1.5;
	margin-bottom:10px;
}

h5.footer_sub_titel{
	color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 45px;
    line-height: 1.3;
	margin:40px 0 40px 0;
}

h5.contact_titel{
	color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 30px;
    line-height: 1.3;
	margin:40px 0 40px 0;
}

/* CONTACTFORMULIER */

.contact_content{
	text-align:center;
}

.formulier{
	margin:30px auto 0px auto;
	padding-bottom:0px;
	width:100%;
	max-width:750px;
}

.veld {
	border: 1px solid #888575;
	background-color:#FFFFFF;
	color: #666666;
	padding: 15px 15px 15px 15px;
	margin:5px 0px 15px 0px;
	width: 100%;
	font-size:13px;
	font-family:"Montserrat";
	line-height: 1.5;
	overflow:hidden;
	border-radius:5px;
}

.bericht_veld {
	border: 1px solid #888575;
	background-color:#FFFFFF;
	color: #666666;
	padding: 15px 15px 15px 15px;
	margin:5px 0px 15px 0px;
	width: 100%;
	height:130px;
	font-size:13px;
	font-family:"Montserrat";
	line-height: 1.5;
	overflow:hidden;
	border-radius:5px;
}

.knop {
	border-style:solid;
	border-width:1px;
	border-color:#EFEDE1;
	color:#888575;
	background-color:#EFEDE1;
	margin-top: 10px;
	padding: 10px 50px;
	font-size:14px;
	font-family:"Montserrat";
	line-height: 1.5;
	font-weight:bold;
	cursor:pointer;
	transition-duration: 0.5s;
    transition-property: background-color;
	border-radius:5px;
}

.knop:hover{
	background-color:#888575;
	color:#EFEDE1;
	transition-duration: 0.5s;
    transition-property: background-color;
}

.contactformulier_message{
	color:#F9F5AE;
	font-family:"Montserrat";
    font-size: 16px;
    line-height: 1.5;
	margin-top:20px;
}

/* Large desktops and laptops */
@media (max-width: 2200px) {
	
#curve_02{
	top:500px;
}

}

@media (max-width: 1700px) {
	
#curve_07 {
    top: -25%;
}

}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 2199px) {
	
#curve_02{
	top:500px;
}	

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

ul.menu_items li a:active,ul.menu_items li a:link,ul.menu_items li a:visited{
    font-size: 17px;
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	h1.header_titel {
		font-size: 35px;
	}
	
	.bg_home {
		height: 100%;
  		position: absolute;
	}
	
	#curve, #curve_02{
		display:none;
	}
	
	.content_blok {
  		margin: 0px 0px 0px 0px;
	}
	
	.home_image_01{
		left:111px;
	}
	
	.home_image_02{
		left:390px;
	}	
	
	.home_blok_02{
		margin-top:50px;
	}
	
	.home_image_03{
		top:50px;
		left:111px;
	}
	
	.home_image_04{
		top:100px;
		left:390px;
	}
	
	section.home_arrangementen{
		padding-top:0px;
	}
	
	.content_arrangement{
		margin: 0px 0px 0px 0px;
	}
	
	.arrangement_blok{
		margin-top:0px;
	}
	
	.arrangement_item{
		top:50px;
		left:111px;
	}
	
	.arrangement_image{
		top:100px;
		left:390px;
	}
	
	.teaser_cadeaubon{
		display:none;
	}
	
	.teaser_cadeaubon_resp{
		display:block;
		top:-130px;
	}
	
	section.testimonials{
		min-height:350px;
	}
	
	.bg_page_02 {
		height: 100%;
  		position: absolute;
	}
	
	section.behandelingen{
		padding-top:50px;
	}
	
	.tekst_links,.tekst_rechts{
		width:100%;
		margin-left:0;
	}
	
	#curve_06{
		top:-10%
	}
	
	#curve_07{
		top:-10%
	}
	
	.behandeling_image_01 {
		right:340px;
		top:25px;
	}
	
	.behandeling_image_02 {
		right:115px;
		top:75px;
	}
	
	.behandeling_image_03 {
		left:96px;
	}
	
	.behandeling_image_04 {
		left:320px;
	}
	
	.nieuws_image{
		margin-bottom:50px;
	}
	
	.row-foto-bottom{
		border-bottom-color: #888575;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-bottom: 35px;
		margin-bottom: 45px;
	}
	
	.row-foto-top{
		border-bottom-color: #888575;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-bottom: 35px;
		margin-bottom: 45px;
	}
	
	.arrangement_item_links{
		left:110px;
	}
	
	.arrangement_image_links{
		left:390px;
	}
		
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	.logo{
		margin-top:100px;
		text-align:center;
	}

	h1.header_titel {
		font-size: 35px;
	}
	
	#curve, #curve_02{
		display:none;
	}
	
	h1.header_titel {
		font-size: 30px;
	}
	
	a.header_btn:active, a.header_btn:link, a.header_btn:visited{
		margin-bottom:15px;
	}
	
	.bg_home {
		height: 100%;
  		position: absolute;
	}
	
	.teaser_cadeaubon{
		display:none;
	}
	
	.teaser_cadeaubon_resp{
		display:block;
	}
	
	.content_blok {
  		margin: 0px 15px 0px 15px;
	}
	
	section.home_arrangementen{
		padding-top:0px;
		padding-bottom:0px;
	}
	
	.content_arrangement{
		margin: 0px 15px 0px 15px;
	}
	
	.arrangement_blok{
		margin-top:50px;
	}
	
	.home_blok_02{
		margin-top:50px;
	}
	
	.home_image_01 {
		width: 100%;
		max-width: 300px;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto 0 auto;	  
	}
	
	.home_image_02 {
	 	width: 100%;
	 	max-width: 300px;
	 	height: auto;
	 	position: relative;
	 	top: 0;
	 	left: 0;
	 	margin: 0 auto 0 auto;	  
	}
	
	.home_image_02 img{
		max-width:300px;
		margin-top:25px;
		margin-bottom:50px;
	}
	
	.home_image_03 {
		width: 100%;
		max-width: 300px;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		margin: 50px auto 0 auto;	  
	}
	
	.home_image_04 {
	 	width: 100%;
	 	max-width: 300px;
	 	height: auto;
	 	position: relative;
	 	top: 0;
	 	left: 0;
	 	margin: 0 auto 0 auto;	  
	}
	
	.home_image_04 img{
		max-width:300px;
		margin-top:25px;
		margin-bottom:50px;
	}
	
	section.content{
		padding-bottom:0px;
	}
	
	.arrangement_item {
		width: 100%;
		max-width:285px;
		min-height: auto;
		position: relative;
		top: 0;
	  	right: 0;
		margin:0 auto 0 auto;	  	
	}
	
	.testimonial_item{
		margin:0 auto 135px auto;
		width:90%;
	}
	
	.teaser_cadeaubon_resp{
		height: auto;
		width: 100%;
		border-radius: 0px;
		position: relative;
		top: 0px;
	  	right: 0;
	  	text-align: left;
	  	padding-top: 0px;
		margin-top:35px;
	}
	
	.footer_blok{
		margin-top:35px;
	}
	
	.bg_page_02 {
		height: 100%;
  		position: absolute;
	}
	
	section.behandelingen{
		padding-top:50px;
	}
	
	.tekst_links,.tekst_rechts{
		width:100%;
		margin-left:0;
	}
	
	.logo{
		margin-top:50px;
	}
	
	.behandeling_images {
		position: relative;
	 	min-height: 250px;
	 	display: block;
	 	float: left;
		margin-top:25px;
		margin-bottom:25px;
	}
	
	.behandeling_image_01 {
		width: 48%;
		height: auto;
		position: relative;
		top: 0;
		right: 0;
		float: left;
		margin-right: 4%;
	}
	
	.behandeling_image_02 {
		width: 48%;
		height: auto;
		position: relative;
		top: 0px;
		right: 0px;
		float: left;
	}

	.behandeling_image_01 img,.behandeling_image_02 img{
		max-width:none;
	}
	
	.behandeling_image_03 {
		width: 48%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		float: left;
		margin-right: 4%;
	}
	
	.behandeling_image_04 {
		width: 48%;
		height: auto;
		position: relative;
		top: 0px;
		left: 0px;
		float: left;
	}

	.behandeling_image_03 img,.behandeling_image_04 img{
		max-width:none;
	}
	
	#curve_06{
		top:-10%
	}
	
	#curve_07{
		top:-10%
	}
	
	section.footer_sub{
		padding-bottom:50px;
	}
	
	.footer_sub_opsomming ul{
		padding-left:25px;
	}
	
	h2.behandeling_blok_titel{
		overflow-wrap: break-word;
	}
	
	.footer_sub_tekst {
		margin-right: 0px;
	}
	
	.nieuws_image{
		margin-bottom:50px;
	}
	
	section.contact{
		padding-top:100px;
		padding-bottom:100px;
	}
	
	h2.page_intro_blok_titel{
		overflow-wrap: break-word;
	}
	
	.row-foto-bottom{
		border-bottom-color: #888575;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-bottom: 5px;
		margin-bottom: 45px;
	}
	
	.row-foto-top{
		border-bottom-color: #888575;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-bottom: 5px;
		margin-bottom: 45px;
	}
	
	.arrangement_item_links {
		width: 100%;
		max-width:285px;
		min-height: auto;
		position: relative;
		top: 0;
	  	right: 0px;
		margin:0 auto 0 auto;	  	
	}
	
	.arrangement_image_links {
		left:auto;
		right:0px;
	}
			
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	
	section.header {
  		padding: 0 0 0px 0;
	}	
	
	h1.header_titel {
		font-size: 27px;
	}
	
	section.content{
		padding-bottom:0px;
	}
	
	.arrangement_image,.arrangement_image_links{
		display:none;
	}
	
	.teaser_cadeaubon_resp{
		height: auto;
		width: 100%;
		border-radius: 0px;
		position: relative;
		top: 0px;
	  	right: 0;
	  	text-align: left;
	  	padding-top: 0px;
		margin-top:35px;
	}
	
	.footer_blok{
		margin-top:35px;
	}
	
	#curve_03,#curve_04,#curve_05,#curve_06,#curve_07{
		display:none;
	}
	
	h2.page_intro_blok_titel
	{
		font-size:30px;
	}
	
	.logo{
		margin-top:100px;
	}
	
}