/*==================================================================================|
|																					|
|										@FONTS										|
|																					|
|===================================================================================*/
@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);




/*==================================================================================|
|																					|
|										BODY										|
|																					|
|===================================================================================*/
body {
	font-family: helvetica;
}

a {
	text-decoration: none;
}

area {
	outline: none;
}

a:hover {
	cursor: pointer;
}

#container {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
}

#logo {
	background-color: white;
	max-height: 95px;/*added this line on 17th of march 2016*/
	overflow: visible;
	width: 70%;
	float: left;
	z-index: 100;
}

#spring {
	max-width: 300px;
  	float: left;
	/*vertical-align: bottom;
	background-image: url(../image/logo1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 300px 132px;*/
	/*position: absolute;
    left: 0;
    bottom: 0;*/
}

#text-logo {
	margin: 38px 0px 10px 326px;
	float: left;
	position: absolute;
}

#text-logo h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 20pt;
	line-height: 100%;
	color: #666666;
	margin: 0;
	max-width: 348px;
}

span#schuin {
	font-style: italic;
}

span#vet {
	font-weight: bold;
}

span#groen {
	color: rgba(150,193,31,1);
}


/*==================================================================================|
|																					|
|										QUICK-MENU									|
|																					|
|===================================================================================*/

#quick-menu a:hover {
	cursor: pointer;
/* 	color: #E6007E; */
}

#quick-menu a{
	display: inline;
	float: left;
	cursor: default;
}

#quick-menu {
/* 	min-width: 187px; */
	height: 118px;
	float: right;
	font-weight: bold;
}

/*==================================================================================|
|																					|
|											HOME									|
|																					|
|===================================================================================*/
#main-content {
	clear: both;
	width: 476px;
	height: 610px;
	margin: 0px auto;
}

#main-content img {
	display: block;
	margin-bottom: 115px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

#main-content a {
	display: inline;
	float: left;
	cursor: default;
}

area {
	cursor: pointer;
}

#white-space {
	width: 100%;
	height: 1px;
}


/*==================================================================================|
|																					|
|										FOOTER										|
|																					|
|===================================================================================*/
#footer {
	clear: both;
	font-weight: bold;
	padding-bottom: 40px;
}

#footer-left {
	width: 49.6%;
	float: left;
	height: 42px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E6007E;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E6007E;
	background-image: url(../images/footer-left-triangle.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 32px 32px;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

}

#footer-left ul{
	margin: 12px;
}

#footer-left-menu li {
	display: inline;
	text-align: left;
	padding: 0px 14.5px;
	margin: 0;
	vertical-align: middle;
}

#footer-right {
	width: 49.6%;
	float: right;
	height: 42px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E6007E;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E6007E;
	background-image: url(../images/footer-right-triangle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 32px 32px;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#footer-right ul {
	margin: 0px;
}

#footer-right-menu li {
	display: inline;
	text-align: left;
	padding: 0px 14.5px;
	margin: 0;
	vertical-align: middle;
}

#footer-right-menu img {
	width 25%;
	display: inline;
	max-width: 18px;
	padding: 3.5px 0px;
	vertical-align: middle;
}

#footer a {
	color: rgba(150,193,31,1);
}

#footer a:hover {
	cursor: pointer;
	color: #ff0066;
}

/*==================================================================================|
|																					|
|										DIENSTEN									|
|																					|
|===================================================================================*/
#diensten-content {
	clear: both;
	height: 610px;
}

#diensten-content img {
	display: block;
	margin: 0px auto;
}

#quick-menu {
	padding-top: 50px;
}


/*==================================================================================|
|																					|
|										Therapie									|
|																					|
|===================================================================================*/
#therapie-content {
	clear: both;
	height: 610px;
	width: 100%;
}


#blockman {
	margin: 105px 10px;
	float:left;
	background-image: url(../images/blockman.png);
	width: 350px;
	height: 399px;
	z-index: 0;
	position: absolute;
}

#blockman:hover {
	background-image: url(../images/blockman_jump.png);
	width: 350px;
	height: 399px;
}


#blockman_responsive {
	margin: 80px 100px;
	background-image: url(../images/blockman.png);
	width: 350px;
	height: 399px;
	z-index: -1;
	opacity: 0.2;
	position: absolute;
	display: none;
}

#blockman_responsive:hover {
	background-image: url(../images/blockman_jump.png);
	width: 350px;
	height: 399px;
}

#therapie-tekst {
	width: 62%;
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	overflow-y : auto;
	height: 550px;
	z-index: 200;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}


/*==================================================================================|
|																					|
|										Werk en prive							    |
|																					|
|===================================================================================*/
#werkenprive-content {
	clear: both;
	height: 610px;
	width: 100%;
}

#werkenprive-image {
	width: 29.9%;
	height: 433px;
	float:left;
	background-image: url(../images/persoonlijkeontwikkeling.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 89px;
	margin-bottom: 88px;
}

#werkenprive-tekst {
	width: 68%;
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	overflow-y : auto;
	height: 550px;
	margin-top: 35px;
	margin-bottom: 10px;
}

#werkenprive-tekst h2 {
	font-weight: bold;
	font-size: 17pt;
	font-style: italic;
/* 	color: rgba(150,193,31,1); */
	padding-left: 40px;
	/*margin-top: -10px;*/
}

#werkenprive-tekst p {
	margin-top: -13px;
}

#werkenprive-tekst span#link {
	color: #E6007E;
}

#werkenprive-tekst li {
	list-style-type: none;
	padding-bottom: 20px;
	vertical-align: middle;
}

#werkenprive-tekst li#italic {
	font-style: italic;
}

#werkenprive-tekst img {
	max-height: 24px;
	vertical-align: middle;
}


/*==================================================================================|
|																					|
|										Persoonlijke Ontwikkeling					|
|																					|
|===================================================================================*/
#persoonlijkeontwikkeling-content {
	clear: both;
	height: 610px;
	width: 100%;
}

#persoonlijkeontwikkeling-tekst {
	width: 62%;
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	overflow-y : auto;
	height: 550px;
	z-index: 200;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

#persoonlijkeontwikkeling-image {
	width: 30%;
	height: 428px;
	margin-top: 77px;
	margin-bottom: 97px;
	background-image: url(../images/AFBEELDING-_-persoonlijkeontwikkeling.png);
	background-size: contain;
	background-repeat: no-repeat;
	float:left;
}

#persoonlijkeontwikkeling-tekst span#link {
	color: #E6007E;
}



/*==================================================================================|
|																					|
|										OVER										|
|																					|
|===================================================================================*/
#over-content {
	clear: both;
	height: 610px;
	width: 100%;
}

#over-image {
	width: 30%;
	height: 428px;
	margin-top: 77px;
	margin-bottom: 97px;
	/*background-image: url(../images/AFBEELDING-_-OVER-MIJ.png);*/
	background-image: url(../images/even_voorstellen.png);
	background-size: contain;
	background-repeat: no-repeat;
	float:left;
}

#over-tekst {
	float:right;
	width: 66%;
	padding-left: 3%/* 30px */;
	margin-top: 50px;
	padding-right: 1%;/* 10px; */
	margin-bottom: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	max-height: 540px;
	overflow-y : auto;
}

#over-tekst h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18pt;
	color: black;
	font-style: italic;
}

#over-tekst h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16pt;
	font-style: italic;

}

#over-tekst span{
	font-weight: bold;
}

/*==================================================================================|
|																					|
|										CONTACT										|
|																					|
|===================================================================================*/
#contact-content{
	clear: both;
	height: 610px;
}

::-ms-clear {
	display: none;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}


#contact-image {
	height: 610px;
	width: 30%;
	float: left;
	background-image: url(../images/mini_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom 20px;
}


#contact-image img{
	height: 324px;
	margin-top: 143px;
	margin-bottom: 143px;
	float: left;
	vertical-align: middle;
}

#contact-form {
	width: 64%;
	float: right;
	height: 550px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 30px;
	position: relative;
}

#contactform {
	margin-top: 75px;
	font-family: Arial;
	font-size: 14pt;
}

#contactform input[type=text],
#contactform input[type=email],
#contactform input[type=submit],
#contactform textarea {
	width: 100%;
	height: 34px;
	display: block;
	padding: 5px 10px;
	border: 1px solid #ddd;
	color:#222;
	margin-bottom: 20px;
}

#contactform textarea {
	height: 108px;
	font-family: Arial;
	font-size: 8.5pt;
}

#contactform input[type=submit] {
	width: 200px;
	margin-bottom: 25px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
	color: rgba(150,193,31,1);
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

#contactform input[type=submit]:hover {
/* 	background-color: rgba(150,193,31,1); */
	color: #ff0066;
	border-color: #ff0066;
}

#contactform h2.success {
	color: rgba(150,193,31,1);
	margin-bottom: 20px;
}

.errorlist {
	list-style: none;
}

label.error,
.errorlist li {
	margin-bottom: 20px;
	margin-top: -13px;
	color: rgba(150,193,31,1);
	display: block;
	font-size: 10pt;
}

.errorlist li:last-child{
	margin-bottom: 20px;
}

#contact-form p {
	margin-top: -5px;
}

#gegevens {
	color: #666;
	width:100%;
/* 	padding-top: 50px; */
	position: absolute;
	bottom: -8px;
	font-family: 'Questrial', sans-serif;
/* 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
}

#kantoor {
	display: inline;
	float: left;
	/*margin-right:20px;*/
	width:30%;
}

#aangesloten {
	display: inline;
	float: left;
	/*margin-right:20px;*/
	width:35%;
}

#kvk {
	display: inline;
	float: right;
	width:35%;
}

/*==================================================================================|
|																					|
|										@MEDIA										|
|																					|
|===================================================================================*/

@media (max-width: 1000px){

	#footer-right-menu li {
		 padding: 0px 1.9%;
	}

	#footer-right ul {
		margin-left: -1%;
	}

	#footer-left-menu li {
		padding: 0px 1.45%;
	}

	#footer-left ul {
		margin-left: -1%;
	}

}

@media (max-width: 900px){

	#container{
		min-width: 600px;
	}

	#text-logo{
		margin-left: 0px;
		margin-top: 18px;
		position: relative;
	}

	#logo {
		width: 360px;
	}

	#main-content{
	/* 	vertical-align: middle; */

		height: 800px;
	}

	#menu{
		vertical-align: middle;
	}

	#footer-left ul {
		margin-left: -1%;
	}

	#blockman {
		display: none;
	}

	#blockman_responsive  {
	/* 	margin: 0px auto; */
		display: block;
	}

	#therapie-tekst {
		width: 100%;
		margin-top: 50px;
	}

}


@media (max-width: 871px){

	#footer-right ul {
		margin-left: -2%;
	}

}


@media (max-width:850px){

	#footer-left{
		width: 100%;
	}

	#footer-left-menu li {
		padding: 0px 3%;
	}

	#footer-left ul {
		margin-left: 16%;
	}

	#footer-right{
		width: 100%;
		float: left;
		border-top-width: 0px;
		margin-bottom: 20px;
	}

	#footer-right ul {
		margin-left: 16%;
	}

	#gegevens {
		font-size: 10pt;
	}

}

@media (max-width:700px){
	#gegevens {
		font-size: 8.5pt;
	}
}
