/* ====================================================================================== 
*
*	Reset styles
*   
========================================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {margin: 0;padding: 0;border: 0;} 
a:active,a:hover {outline: 0;}
ul li {list-style: none;}

#menu-wrapper{width: 100%;}
#desktop-menu{position: relative; text-align: right;}
#desktop-menu ul li{padding: 10px;}
#desktop-menu ul ul{display:none; position: absolute; top:100%; z-index: 99;}
#desktop-menu ul ul li{}
#mobile-menu{position: relative; text-align: right;}
#mobile-menu ul{display: none; text-align: center; position: absolute; top:100%; right:0; z-index: 99;}
#mobile-menu ul li{padding: 10px;}
#mobile-menu .menu-expand i{font-size: 2em;}

/* get sticky */
.fixed{position:-webkit-sticky; position: sticky; top: 0px; z-index: 99;}

/* ====================================================================================== 
*
*	Global
*   
========================================================================================= */

body{
	position: relative; 
	/*background: rgba(248, 248, 248, 1);*/
	background: rgba(255, 255, 255, 1);
	font-family: 'Raleway';
	font-weight: light;
}

ul.inline > li{display: inline-block;}

a{
	color: rgba(55,55,55,1);
	text-decoration: none;
}

#header-wrapper{
	background:rgba(255,255,255,1);
	padding: 20px 10px;
}

#headercontent{
	margin: 0 auto;
	max-width: 1000px;	
}

#menu-wrapper{
	
}

#global-wrapper{
	background:rgba(255,255,255,1);
}

#content-wrapper{
	margin-top: 0px;	
	margin: 0 auto;
	max-width: 1000px;
}

/* ====================================================================================== 
*
*	Header
*   
========================================================================================= */

header{
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

#company-logo #logo{height: 55px;}

#menu-wrapper li{
    font-size: 0.95em;
    font-weight: 300;
    padding: 12px 5px;
    text-transform: uppercase;
}

#menu-wrapper li a{
	/*border-top:1px solid rgba(255,255,255,.4);
	border-bottom:1px solid rgba(255,255,255,.4);*/
}

#menu-wrapper li:hover{
	background:rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	cursor:pointer;	
}

#menu-wrapper li:hover > ul li{
	background:rgba(0,0,0,1);
	color: rgba(255, 255, 255, 1);
	margin-top: 2px;	
	margin-bottom: 2px;
}


#menu-wrapper li.active{
	background:rgba(0, 0, 0, 1);
}

#menu-wrapper li:hover a, #menu-wrapper li.active a{
	color: rgba(255, 255, 255, 1);
}

#mobile-menu ul{
	width: 100%;
	padding: 15px;
	background:rgba(255,255,255,1);	
}

#mobile-menu ul li{
	border:1px solid rgba(0, 0, 0, 1);
	margin: 5px 0;	
}

#mobile-menu ul li a{ 
	display: block;
}

#mobile-menu ul li:hover{
	background: rgba(0, 0, 0, 1);
	cursor:pointer;	
}

#company-logo{
	text-align: center;
}

#company-slogan{
	width: 100%;
	font-size: 1.1em;
	letter-spacing: 2px;
}

#menu-wrapper{
	position: relative;
	top:50px;	
}

/* ====================================================================================== 
*
*	Single page
*   
========================================================================================= */

.wide {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 60px 60px 60px;
  min-height: 100vh;
  text-align: center;
  clear: both;
}

.wide-inner {
	padding-top: 10vh;
	padding-bottom: 10vh;
	clear: both;
}

.wide h2{
	font-size: 1.5em;	
	text-transform: uppercase;
	padding: 10px;
	margin: 0 0 15px 0;
	clear: both;
}

.wide h3{
	font-size: 1.3em;
	padding: 0 0 15px 0;
	clear: both;
}

.wide p{
	padding: 0 0 20px 0;
	font-size: 0.99em;
	line-height: 1.9em;
	clear: both;
}

.sub-wide{}

.submenu{
	background: rgba(0, 0, 0, 1);
	color: rgba(255,255,255,1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.submenu li a{
	color: rgba(255,255,255,1);
}

#welcome{
	padding: 0 60px;
	background:rgba(243,243,243,1);
}

#welcome .teaser{
	position: relative;
	top:210px;
}

#welcome h1{
	display: inline-block;
	font-size: 3em;
	color: rgba(255,255,255,1);
	background:rgba(0,0,0,1);
	text-transform: uppercase;
	font-weight: 100;
	padding: 25px 20px;
}

#welcome h1 span{
	margin: 0 10px;
	border-top:1px solid rgba(255,255,255,1);
	border-bottom:1px solid rgba(255,255,255,1);
	/*background: rgba(76, 114, 153, 1);*/
}

#welcome h2, #welcome h2 a{
	font-size: 1.8em;	
	color: rgba(255,255,255,1);	
	text-transform: lowercase;
}

#home{
	color: rgba(255,255,255,1);
	background: rgba(0, 0, 0, 1);
}

#behandelingen{
	background-color: #ff765a;
	background:rgba(255,255,255,1);
}

#afspraak{
	color: rgba(255,255,255,1);
	background: rgba(0, 0, 0, 1);
}

#afspraak button{
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);	 
 }

#contact{
	/*color: rgba(255,255,255,1);
	background-color: #5acbff;
	background: rgba(76, 114, 153, 1);
	background: #8A3172;
	background: rgba(0, 0, 0, 1);*/
	background:rgba(243,243,243,1);
}

#contact a{
	color: rgba(0, 0, 0, 1);	
}

.pricing-list li span{
	font-weight: bold;
}


/* ====================================================================================== 
*
*	Center content
*   
========================================================================================= */

.wide{
	text-align: center;	
}

.wide p { 
	text-align: center;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wide h2 { 
	text-align: center;
}

.wide p.block {
    margin-left: auto;
    margin-right: auto;
    width: 15em;
}

.wide ul li{
	padding: 10px 0;
}

.wide ul li::before { 
  /*content: '*';*/
}

img.block {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

div.round {
    display: inline-block;
    height: 200px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #333;
    font-size: 1em;
    clear: both;
}


/* ====================================================================================== 
*
*	Forms
*    
========================================================================================= */
form{text-align: left;}
form label{display: none;}

input[type=text], input[type=password], input[type=number], input[type=url], textarea, select{width: 100%; border: none; font-size: 0.99em; padding: 8px;}
.form_input input:focus{ 
	outline:none; border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input, textarea, select{position:relative; margin-bottom: 15px; background:rgba(255, 255, 255, 1); padding: 0; padding: 2px;}

textarea{min-height: 150px; padding: 5px;}

.style-select {width:108%; background:rgba(255, 255, 255, 1); box-shadow: none; border-radius: none; font-size: 0.99em; margin-bottom: 14px; border: 3px solid rgba(0, 0, 0, 1);}
.style-select select{display:block; margin:0; padding: 8px; border:none; box-shadow: none; background: transparent; background-image: none; -webkit-appearance: none; font-size: 0.99em;}
select{color: #bbb;}

button{background: none;}
button, .button{clear:both; font-size: 1em; padding:6px 8px; border:1px solid rgba(0, 0, 0, 1); color: rgba(0, 0, 0, 1); border-radius: 4px;}
button:hover, .button:hover{background: rgba(0, 0, 0, 1); color: rgba(255, 255, 255, 1); cursor: pointer;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}

.error::-webkit-input-placeholder {
    color: red;
}

/*honey pot input fields*/
.hp{display: none;}

form{
	position: relative;
}

input.ohnohoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
    z-index: -1;
} 