
*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* lay-out */
html, body {
    height:100%;
    width: 100%;
	overflow-x: hidden;
    margin: 0;
    padding: 0;
	color: #000000;
	font-size: 11pt;
	font-family: 'Open Sans', calibri,verdana,arial;
	font-family: 'Imprima',sans-serif,calibri,verdana,arial;	
	text-decoration: none;
    line-height: 21px;
}
p {
	margin: 0;
}
ul {
	margin-left: 15px;
	padding: 0;
}
#container {
    height: 100%;
    width: 100%;	
    display: table;
	position: relative;
    <!-- z-index: 2; -->
 }
.scrollup{
    width: 70px;
    height: 70px;
    opacity: 0.6;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    text-indent: -9999px;
    z-index: 20;
    background: url(afbeeldingen/slide-top.png)  no-repeat;
}
@media screen and (min-width:851px) {
	#contact {
		height: 45px;
		background-color: #009dde;
	}
	.contact {
/*		float: right;*/
		height: 30px;
	}
	/* Zoekveld */
	#zoekformulier input#s{
		font-size: inherit;
		width: 200px;
		height: 30px;
		color: #000000;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 0 10px !important;
		background-color: #ffffff;
		-webkit-appearance: none;
		-webkit-box-shadow: inset 1px 1px 1px 0px #e5e5e5;
		-moz-box-shadow: inset 1px 1px 1px 0px #e5e5e5;
		box-shadow: inset 1px 1px 1px 0px #e5e5e5;
		border: 1px solid #ececec;
	}
	/* Zoekbutton */
	#zoekformulier #searchsubmit{
		font-size: inherit;
		width: 100px;
		height: 30px;
		color: #ffffff;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 0 10px;
		background-color: #009dde;
		-webkit-appearance: none;
	}
	.titel {
		color: #000000;
		font-size : 20pt;
		line-height: 44px;
		text-decoration : none;
		margin : 0px;
		padding: 40px 0px 0px 0px;
		text-align: right;
	}	
	/* VESTIGINGEN BUTTONS */
	#vestigingen {
		position: relative;
		bottom: 50px;
		z-index: 1000
	}
	#home .home-choose {
		width: 781px;
		position: absolute;
		bottom: 10%;
		left: 50%;
		margin-left: -350.5px;
		z-index: 10;
	}
	#home .home-choose .message .title {
		display: block;
		font-size: 2.2em;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		line-height: 1.2em;
		text-align: center;
		color: #fff;
		-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.8);
		-moz-text-shadow: 0 0 3px rgba(0,0,0,0.8);
		text-shadow: 0 0 3px rgba(0,0,0,0.8);
	}
	#home .home-choose .half {
		display: block;
		float: left;
		background: #3a3f2b;
		background: rgba(0,0,0,0.5);
		padding: 20px 20px;
		width: 350px;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#home .home-choose .half.enschede {
		margin-right: 2px;
		text-decoration: none;	
	}
	#home .home-choose .half.hengelo {
		text-decoration: none;	
	}
	#home .home-choose .half span {
		display: block;
	}
	#home .home-choose .half span.phone {
		display: inline;
		font-size: 0.6em;
	}
	.tr #home .home-choose .half span.phone {
		display: block;
	}
	#home .home-choose .half span.title {
		font-size: 1.8em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#home .home-choose .half span.address {
		font-size: 1em;
	}	
	.gerelateerdblok {
		float: left; 
		width: 30%; 
		margin-right: 20px;
	}	
}
@media screen and (min-width:1240px) {
	#contactwrapper, #searchwrapper, #menubalkwrapper, #specialofferswrapper, #titelwrapper, #contentwrapper, #gerelateerdwrapper, #footerwrapper{
		width: 1200px;
		position: relative;	
		margin-left: auto;
		margin-right: auto;
	}
	#zoekformulier{
		display: block;
		position: absolute;
		width: 350px;
		top: 0;
		left: 50%;
		margin: 10px 0 0 115px;
		text-align: right;
	}	
	#hoofdmenu{ 
		position: absolute;
		right: -25px;
		z-index: 1110;
		height: 35px; 
	}		
	#headerwrapper {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	#vestigingenwrapper {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.content {
		width: 1200px;
		height: 100%;		
		padding: 20px 0;
		float: left;	
/*		column-count: 2;
		column-gap: 60px;
		-webkit-column-count: 2;
		-webkit-column-gap: 60px;
		-moz-column-count: 2;
		-moz-column-gap: 60px; */
	}
	.contenthome {
		width: 1200px;
		height: 100%;		
		padding: 20px 0;
		float: left;	
		column-count: 2;
		column-gap: 60px;
		-webkit-column-count: 2;
		-webkit-column-gap: 60px;
		-moz-column-count: 2;
		-moz-column-gap: 60px;
	}
	.titel {
		color: #000000;
		font-size : 35pt;
		line-height: 44px;
		text-decoration : none;
		margin : 0px;
		padding: 30px 0px 0px 0px;
		text-align: right;
	}	
	/* VESTIGINGEN BUTTONS */
	#vestigingen {
		position: relative;
		bottom: 100px;
		z-index: 1000
	}
	#home .home-choose {
		width: 781px;
		position: absolute;
		bottom: 10%;
		left: 50%;
		margin-left: -350.5px;
		z-index: 10;
	}
	#home .home-choose .message .title {
		display: block;
		font-size: 2.2em;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		line-height: 1.2em;
		text-align: center;
		color: #fff;
		-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.8);
		-moz-text-shadow: 0 0 3px rgba(0,0,0,0.8);
		text-shadow: 0 0 3px rgba(0,0,0,0.8);
	}
	#home .home-choose .half {
		display: block;
		float: left;
		background: #3a3f2b;
		background: rgba(0,0,0,0.5);
		padding: 20px 20px;
		width: 350px;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#home .home-choose .half.enschede {
		margin-right: 2px;
		text-decoration: none;	
	}
	#home .home-choose .half.hengelo {
		text-decoration: none;	
	}
	#home .home-choose .half span {
		display: block;
	}
	#home .home-choose .half span.phone {
		display: inline;
		font-size: 0.6em;
	}
	.tr #home .home-choose .half span.phone {
		display: block;
	}
	#home .home-choose .half span.title {
		font-size: 1.8em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#home .home-choose .half span.address {
		font-size: 1em;
	}	
	
}
@media screen and (max-width:1239px) {
	#contactwrapper, #searchwrapper, #menubalkwrapper, #specialofferswrapper, #titelwrapper, #contentwrapper, #gerelateerdwrapper, #footerwrapper{
		width: 100%;
		position: relative;	
		padding-left: 10px;
		padding-right: 10px;
	}
	#zoekformulier{
		display: block;
		position: absolute;
		width: 350px;
		top: 0;
		right: 10px;
		margin: 10px 0 0 115px;
		text-align: right;	
	}	
	#hoofdmenu{ 
		position: absolute;
		right: 0px;
		z-index: 1110;
		height: 35px; 
	}		
	#headerwrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	#vestigingenwrapper {
		width: 20%;
		margin-left: auto;
		margin-right: auto;
	}	
	.content {
/*		width: 90%;	
		padding: 20px 0; */
		width: 100%;	
		padding: 20px;
		float: left;	
	}
	.titel {
		color: #000000;
		font-size : 30pt;
		line-height: 44px;
		text-decoration : none;
		margin : 0px;
		padding: 30px 0px 0px 0px;
		text-align: right;
	}
	img{
		max-width: 100%;
	}	
}
@media screen and (max-width:850px) {
	#contact {
		display: inline-block;
		width: 100%;
		background-color: #009dde;
	}
	.contact {
		display: none;		
		clear: both;
		float: left;
	}
	#zoekformulier{
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
		right: 10px;
		margin: 10px 0 0 115px;
		text-align: right;	
	}	
	/* Zoekveld */
	#zoekformulier input#s{
		font-size: inherit;
		width: 60%;
		height: 30px;
		color: #000000;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;;
		padding: 0 10px !important;
		background-color: #ffffff;
		-webkit-appearance: none;
		-webkit-box-shadow: inset 1px 1px 1px 0px #e5e5e5;
		-moz-box-shadow: inset 1px 1px 1px 0px #e5e5e5;
		box-shadow: inset 1px 1px 1px 0px #e5e5e5;
		border: 1px solid #ececec;		
	}
	/* Zoekbutton */
	#zoekformulier #searchsubmit{
		font-size: inherit;
		width: 30%;
		min-width: 90px;
		height: 30px;
		color: #ffffff;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 0 10px;
		background-color: #009dde;
		-webkit-appearance: none;
	}
	.titel {
		color: #000000;
		font-size : 15pt;
		line-height: 20px;
		text-decoration : none;
		margin : 0px;
		padding: 50px 0px 0px 0px;
		text-align: right;
	}
	img{
		max-width: 100%;
	}	
	/* VESTIGINGEN BUTTONS */
	#vestigingen {
		position: relative;
		bottom: 10px;
		z-index: 1000
	}
	#home .home-choose {
		width: 301px;
		position: absolute;
		bottom: 10%;
		left: 50%;
		margin-left: -150.5px;
		z-index: 10;
	}
	#home .home-choose .message .title {
		display: block;
		font-size: 2em;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		line-height: 1.2em;
		text-align: center;
		color: #fff;
		-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.8);
		-moz-text-shadow: 0 0 3px rgba(0,0,0,0.8);
		text-shadow: 0 0 3px rgba(0,0,0,0.8);
	}
	#home .home-choose .half {
		display: block;
		float: left;
		background: #3a3f2b;
		background: rgba(0,0,0,0.5);
		padding: 10px 10px;
		width: 140px;
		color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#home .home-choose .half.enschede {
		margin-right: 2px;
		text-decoration: none;	
	}
	#home .home-choose .half.hengelo {
		text-decoration: none;	
	}
	#home .home-choose .half span {
		display: block;
	}
	#home .home-choose .half span.phone {
		display: none;
	}
	.tr #home .home-choose .half span.phone {
		display: none;
	}
	#home .home-choose .half span.title {
		font-size: 1.8em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#home .home-choose .half span.address {
		display: none;
	}	
	.nivo-controlNav {
		display: none;
	}	
	.gerelateerdblok {
		float: left; 
		width: 100%; 
		padding-top: 20px;
	}
	.gerelateerd {
		margin-top: -40px;
	}
}
.contact1, .contact2  {
	float: left;
	text-decoration: none;	
	color: #ffffff;
	margin: 2px 0 0 0;
	padding-left: 250px;
}
.contact1 a {
    text-decoration: none;
    color: #ffffff;
}
.contact2 {
	margin-top: 4px;
}
.contact2 a {
	color: #ffffff;
	text-decoration: none;	
}
.socialmedia {
	position: relative;
	z-index: 1210;
	float: right;
	text-align: right;
	margin: 3px 0 0 0;
}	
.socialmedia a{
	color: #ffffff;
}
.socialmedia a:hover{
	color: #d7d7d7;
}
.fa-inverse a:hover {
	color: #d7d7d7;
}
#search {
	height: 35px;
/*	background-color: #009dde; */
    position: relative;
    z-index: 10;	
}
#zoekformulier ::-webkit-input-placeholder { color: #666; }
#zoekformulier :-moz-placeholder { color: #666; }
#zoekformulier ::-moz-placeholder { color: #666; }
#zoekformulier :-ms-input-placeholder { color: #666; }

@media screen and (max-width:799px) {
	#menubalk {
		height: 50px;
		padding-top: 0px;
		background-color: #ffffff;
	}
}
@media screen and (min-width:800px) {
	#menubalk {
		height: 80px;
		padding-top: 10px;
		background-color: #ffffff;
	}
}
@media screen and (min-width:1000px) {
	#menubalk {
		height: 100px;
		padding-top: 25px;
		background-color: #ffffff;
	}
}
@media screen and (max-width:350px) {
	.logo {
		float: left;
		margin: 0px;
		position: absolute;
		z-index: 1100;
		max-width: 50%;
	}
	.socialmedia span {
		display: none;
	}	
	
}
@media screen and (max-width:499px) {
	#taalkeuze {
		float: right; 
		margin-top: 2px;
	}
	#taalkeuze img {
		width: auto;
		height: 15px; 
	}
	.logo {
		float: left;
		margin: 0px;
		position: absolute;
		z-index: 1100;
		max-width: 40%;
	}
	.socialmedia span {
		display: none;
	}	
	h1{
		margin: 0 0 10px 0;
		font-size: 26px;
		line-height: 40px;
		font-weight: 300;
	}
	h2{
		font-size: 20px;
		line-height: 36px;
		font-weight: 300;
	}
	h3{
		font-size: 14px;
		line-height: 32px;
		font-weight: 400;
	}
	h4{
		font-size: 10px;
		line-height: 26px;
		font-weight: 400;
	}	
}
@media screen and (min-width:500px) {
	#taalkeuze {
		float: right; 
		margin-top: 7px;
	}
	#taalkeuze img {
		width: auto;
		height: 30px; 
	}	
	.logo {
		float: left;
		margin: 0px;
		position: absolute;
		z-index: 1100;
		max-width: 30%;
	}
	h1{
		margin: 0 0 10px 0;
		font-size: 36px;
		line-height: 40px;
		font-weight: 300;
	}
	h2{
		font-size: 30px;
		line-height: 36px;
		font-weight: 300;
	}
	h3{
		font-size: 24px;
		line-height: 32px;
		font-weight: 400;
	}
	h4{
		font-size: 20px;
		line-height: 26px;
		font-weight: 400;
	}	
}
#specialoffers {
    display: inline-block;	
    width: 100%;
 }
.specialoffers {
	padding: 20px 0;
/*	float: left; */
	color: #000000;
}
#header {
	position: relative;
}
.nivo-controlNav {
	bottom: 25px;
}
#titel {
	position: relative;
	height: 120px;
	background-color: #cdcccb;
}
#content {
	display:table-row;
	height: 100%;
    width: 100%;
 }
#gerelateerd {
    display: inline-block;	
	background-color: #d7d7d7;
    width: 100%;
	padding: 20px 0;	
 }
.gerelateerd {
	padding: 20px 0;
/*	float: left; */
	color: #000000;
}
#footer {
	display: inline-block;
	background-color: #76c3ee;
	padding-bottom: 5px;
	margin-top: -6px;
	width: 100%;
}
.footer {
	clear: both;
	text-align: center;
}
.footer, .footer a {
	color: #ffffff;
	text-decoration: none;
}
.footerimage {
	position: absolute;
	right: 0;
	bottom: -25px;
}
.footerleft {
	float: left;
	margin-top: 13px;		
}
.footerright {
	float: right;
	margin-right: 80px;	
}
blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 3px solid #666666;
}
a, a:hover:active  {
	color: #000000;
	text-decoration: underline;
	font-weight: none;
}
a:hover  {
	font-style: none;
	font-weight: none;
	text-decoration: underline;
}
hr {
    border: 0;
    width: 100%;
    color: #000000;
    background-color: #000000;
    height: 1px;
 }
h1, h2, h3, h4, h1 a:link, h2 a:link, h3 a:link, h4 a:link {
	text-decoration: none;
	color: #000000;
}
input[type="button"], button[type="button"], input[type="submit"], .btn, form-button {
    background: #009dde;
	min-width: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    margin: 2px 0;
    padding: 8px 13px 8px 10px !important;
	cursor: pointer;
}
input[type="button"]:hover, button[type="button"]:hover, input[type="submit"]:hover, .btn:hover, form-button:hover, a.related-button:hover {
	background: #000000;
	text-decoration: none;
}
/* Tabellen */
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping 
tr:nth-of-type(even) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: #ffffff; 
  font-weight: bold; 
}
} */
td, th { 
  text-align: left; 
  vertical-align: top;
}

/* VESTIGINGEN BUTTONS */
#home .home-choose .half.enschede:hover {
    background-color: #009dde;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#home .home-choose .half.hengelo:hover {
    background-color: #ee7501;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#home .home-choose .half:hover span.title {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (max-width:799px) {
	.behandelingen {
		float: left;
		width: 100%;
		padding: 5px;
	}
	.behandeling {
		background-color: #fafafa;
		padding: 5px;	
	}
}
@media screen and (min-width:800px) {
	.behandelingen {
		float: left;
		width: 50%;
		padding: 5px;
	}
	.behandeling {
		background-color: #fafafa;
		padding: 5px;	
	}
}
.photobook-thumb, .photo-description{
	float: left;
	padding: 5px;	
}
.photo-description {
	width: 40%;
	margin: 20px 0 0 10px;	
}
@media screen and (max-width:849px) {
	.photobook-image {
		float: left;
		width: 100%;
		padding: 5px;
		background: #fafafa;
		margin-bottom: 10px;		
	}
}
@media screen and (max-width:450px) {
	.photobook-image {
		float: left;
		width: 100%;
		padding: 5px;
		background: #ffffff;
		margin-bottom: 10px;	
		border: 1px solid #000000;
	}	
	.photo-description {
		width: 100%;
		margin: 0 0 10px 0;	
	}

}
@media screen and (min-width:850px) {
	.photobook-image {
		float: left;
		width: 48%;
		background: #fafafa;
		margin: 0 10px 10px 0;
	}
}
.gerelateerd button, .content button, .contenthome button {
    background: #009dde;
	color: #ffffff;
	min-width: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    margin: 2px 0;
    padding: 5px 13px 5px 10px !important;
	cursor: pointer;
}
.action {
  background: #ed1bcd;
  background-image: -webkit-linear-gradient(top, #ed1bcd, #b7199f);
  background-image: -moz-linear-gradient(top, #ed1bcd, #b7199f);
  background-image: -ms-linear-gradient(top, #ed1bcd, #b7199f);
  background-image: -o-linear-gradient(top, #ed1bcd, #b7199f);
  background-image: linear-gradient(to bottom, #ed1bcd, #b7199f);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border: solid #860d73 4px;
  text-decoration: none;
}

.action:hover {
  background: #b7199f;
  background-image: -webkit-linear-gradient(top, #b7199f, #ed1bcd);
  background-image: -moz-linear-gradient(top, #b7199f, #ed1bcd);
  background-image: -ms-linear-gradient(top, #b7199f, #ed1bcd);
  background-image: -o-linear-gradient(top, #b7199f, #ed1bcd);
  background-image: linear-gradient(to bottom, #b7199f, #ed1bcd);
  text-decoration: none;
}