/* kleuren 
hoofdkleur:#c49a6c;
*/
/* iOS hack */
textarea, input[type=”text”], input[type=”button”], input[type=”submit”] {-webkit-appearance: none; border-radius: 0;}
body {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	position: relative;
	z-index: 0;
}
.GRecaptcha {
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}
#menufootermenu ul {
	padding-left: 0;
	list-style: none;
}
#FormContainer .CheckBox .radio, #FormContainer .CheckBox2 .radio {
	display: block;
}
#FormContainer .CheckBox .radio, #FormContainer .CheckBox2 .radio, #FormContainer .overig .radio {
   display: block;
}
img{
	border:0;
	max-width:100%;
}
a{
	color: #c49a6c;
	text-decoration: underline;
}
a:hover, a:focus {
	color:#333;
	text-decoration: none;
}
.terug{
	display:block;
	font-weight:500;
	margin-top:30px;
	text-decoration: none;
}
h1, h2 {
	color: #c49a6c;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	font-weight: 500;
}
#MainContainer .container:first-child{
	padding-top:30px;
}
.contactcontainer h1{
	color:#c49a6c;
}
.adresregel{
	font-size: 1.2em;
	font-style:normal;
}
.d-inline {
	display: inline !important;
}
.ContactContainer .formuliervoorwaarden > * {
	display: flex;
}
.ContactContainer .formuliervoorwaarden label {
	order: 2
	}
.ContactContainer .formuliervoorwaarden input {
	order: 1;
	}
.ContactContainer .validationerror {
	order: 3;
}
.ContactContainer .formuliervoorwaarden .field {
	padding: 0.5vw 0 2vw 0;
}
label{
	display: block;
	font-weight: normal;
	max-width:100%;
  }
input, select, textarea {
	border-radius: 5px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
textarea{
	min-height: 100px;
  }
input[type="checkbox"], input[type="radio"] {
	box-shadow:none;
	clear: left;
	float: left;
	margin-right: 1%;
	height: 20px;
	max-width: 20px;
	width: 20px;
}
.geslacht span{
	clear: both;
	display: block;
}
.geslacht .radio, .GarageTuin .radio{
	float:left;
	width:50%;
}
.radio{
	clear:both;
}
fieldset{
	border:0;
	clear:both;
	margin:0;
	padding:0;
  }
button, html input[type="button"], input[type="reset"], input[type="submit"], .btn, .Submit{
	-webkit-appearance: button;
	border:none;
	border-radius:4px;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	padding: 0;
	margin: 15px 0 0 0;
	background-color: #c49a6c;
	color: white;
	line-height: 40px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
  }
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.btn-default:hover, .btn:hover, .Submit:hover,.btn-default:focus {
	background-color: #000!important;
	color:#fff;
	text-decoration:none;
}
textarea,a,.btn,
input[type="text"],
input[type="button"],
input[type="submit"] {
	 -webkit-appearance: none;
	 border-radius: 0;
}
.btn-default, .button{
	border-radius:4px!important;
}
.btn, .Submit{
	border-radius: 5px;
	min-width:25%;
	padding:0 25px;
	text-decoration:none;
}
.btn-default {
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 2px;
	color: #eee;
	text-decoration: none;
	text-align: center;
}
.validationerror {
	color: #f00;
}

.sharethis{
	float:left;
}
.terug:before{
	content:'\25C0';
	margin-right: 10px;
}
.terug:hover{
	text-decoration:none;
}
.paddingbottom{
	padding-bottom: 35px;
}
.wachtwoordvergeten{
	display:block;
	margin:10px 0;
	text-decoration:underline;
}
.fa{
	margin-right:10px;
	min-width: 15px;
}
.white{
  background-color:#fff;
  color:#333;
  }
.tr-black{
	background-color: rgba(0, 0, 0, 0.89);
	color:#fff;
}
.tr-black .w-button a, .dgrey .w-button a{
	color:#fff;
	text-transform:uppercase;
}

.clearer{
	clear:both;
}
header{
	background-color:#fff;
	border-bottom: 1px solid #999;
	height: 90px;
	left:0;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 3;
}
.navbar-brand {
	padding: 15px 15px 15px 0;
	height: 100px;
	font-size: 18px;
  }
.belcontainer a:hover{
	text-decoration:none;
 }
.belcontainer img, .contact-col-head img{
	margin-bottom:25px;
 }
footer{
	bottom:0;
	clear:both;
	padding-top: 0px;
	color:#fff;
	text-align:center;
}
footer a{
	color:#fff;
}
h2 .fa{
	font-size:120%;
}
.center{
	text-align:center;	
}
.filtercontainer, .footercontainer .container, .contactcontainer, .bedrijfscontainer, .uitgelichtcontainer, .contenthome, .logincontainer, .DossierContainer{
	padding:25px 0;
}
.footercontainer .container{
	padding-top:25px;
}
#MainContainer{
	clear:both;
	margin-bottom: 10px;
	margin-top:90px;
	min-height: 66vh;
}
#MainContainer .contentcontainer{
	padding-top: 30px;
}
/*home icon*/
.iconhome{
	color:#c49a6c;
	cursor:pointer;
	float: left;
	font-size: 20px;
	font-weight: 500;
	padding: 35px 0.5em 28px;
	text-decoration: none;
	width:8%;
	}
.iconhome:hover{
	color: #000;
}
.dropdown::after {
   background: #c49a6c none repeat scroll 0 0;
	border-radius: 0 5px 5px 0;
	color: #fff;
	content: "\25be";
	display: block;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 0;
	transition: background-color 0.3s ease-in-out 0s;
	width: 32px;
}
.dropdown {
	border: 0 none;
	display: inline-block;
	height: 36px;
	position: relative;
}

.slidecontainer .bijschrift{
	background-color: transparent;
	color: #fff;
	font-size: 1.8em;
	height: auto;
	left: 22vw;
	max-height: 480px;
	position: absolute;
	text-align: center;
	top: 10vw;
	width: 30vw;
}
.slidecontainer .bijschrift2{
	background-color: #000;
	background-image: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	height: 40px;
	left: 32vw;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 31vh;
	width: 200px;
}
.slidecontainer .bijschrift:hover{
	color: #fff;
	text-decoration:none;
}

.subkop{
	color:#c49a6c;
	display:block;
	font-size:0.75em;
	font-style:italic;
	width:100%;
}

/*Content*/
.paragraph {
	border-top:1px solid;
	clear: both;
	display: block;
	float: left;
	margin: 15px 0;
	position: relative;
	width: 100%;
  }
	.paragraph h2 {
		float: left;
		padding: 0 40px 0 0;
		width: 60%;
	}
.paragraph .imagediv {
  min-height: 186px;
  width: 40%;
}
.paragraph .textdiv {
  float: left;
  padding: 0 40px 0 0;
  width: 60%;
}
.noimages .textdiv{
	padding:0;
	width:100%;
}
.even .imagediv {
  float: left;
}
.even h2{
	padding-left:40px;
}
.noimages h2 {
	padding: 20px 0 0 0;
}
.odd .imagediv {
  float: right;
}
.paragraph1{
	border:0!important;
	margin-top:0;
}
.paragraph1 .imagediv{
  min-height: 1px;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 20px;
}
.contentcontainer .paragraph1 .imagediv {
	display: none;
}
.paragraph1 .textdiv {
  float: none;
  padding:0;
  width: 100%;
}
.even .textdiv {
  padding: 0 0 0 40px;
}
/*Contact*/
.contactcontrol .field label, .contactcontrol .memo label{
	display:none;
}
.contactcontrol .multicheck label {
	display: block;
	line-height: 1.35em;
}
.contactcontrol .multicheck > label {
	display: block;
	margin-bottom: 0.5em;
}
.ContactContainer{
	padding-bottom:35px;
}
legend{
	margin: 20px 0 10px 0;
	font-weight: bold;
	float: left;
}
.woonwensplaats ul{
	border:1px solid #ccc;
	border-radius:0 0 2px 2px;
	border-top: 0;
	clear: both;
	margin-top: -10px;
	padding:15px 0 5px 0;
	float: left;
	width:100%;
  }
.woonwensplaats li{
	float:left;
	list-style-type:none;
	}
.typewoning {
	margin:0;
	padding: 0 10px 0 0;
	}
.HuurKoop table{
	width:100%;
}
.HuurKoop label {
	line-height: 1.2em;
	float: right;
	width: 86%;
}
#FormContainer fieldset{
	padding-left:0!important;
}
.contactformulier .c12 label{display:none;}
.TypeContainer{
	clear:both;
}
.woonwensplaats{
	margin-bottom:10px;
	}
.woonwensplaats legend{
	border: 1px solid #ccc;
	border-radius: 2px;
	float: none;
	margin: 0;
	padding: 5px;
	width: 100%;
	}
.woonwensplaats legend:after{
	content: "toon alle gebieden \25BC";
	cursor:pointer;
	font-weight:normal;
	float:right;
	margin-left:10px;
	padding:0 5px 5px 5px;
}
.woonwensplaats .expanded:after{
	content: "toon minder \25B2";
}
.plaatsen{
	border:1px solid #ccc;
	border-top:0;
	border-radius:0 0 2px 2px;
	margin-bottom: 0;
	padding:5px 15px;
}
.field label{
	display:none;
}
.geslacht label {
	display: block;
	line-height: 32px;
}
.dropdown label, .multicheck table label {
	display: block;
	line-height: 1.35em;
}
.multicheck > label {
	display: block;
	margin-bottom: 0.5em;
}
.dropdown {
	display: block;
	height: auto;
}
.dropdown::after {
	right: 0;
	top: 25px;
}
.radio label {
	display: block;
	height: 40px;
	line-height: 32px;
}
.overig .radio label {
	width: 87%;
  }
.checkbox label{
	display:block!important;
} 
fieldset.overig, fieldset.huurkoop, fieldset.prijsklasse{
	clear:none;
}
fieldset.overig .field, fieldset.huurkoop .field, fieldset.prijsklasse .field{
	clear:both;
}
.contactcontainer .field label{display:none;}
.contentcontainer{
	padding-bottom:0;
}
.woningfoto {
	float: left;
	margin: 0 15px 15px 0;
}
.bezichtiginginfo {
	font-size: 200%;
}
.afspraak .field {
	clear: both;
}
.objecttypes.contactformulier {
	padding: 0;
}
.objecttype {
	clear: both;
}
.objecttype .checkbox {
	text-align: center;
	padding-top: 1em;
}
.objecttype .checkbox input {
	float: right;
}
.objecttype .kenmerken th, .objecttype .kenmerken td {
	vertical-align: top;
}
.inschrijven {
	clear: both;
}
.doelgroepen {
	list-style: none;
	margin: 0;
	padding: 0;
}
.doelgroepen li {
	clear: both;
	line-height: 1.5;
}

@media screen and (max-width: 40em) {
	.woonwensplaats li {width:100%;}
	.zoekgebiedencontainer{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	.woonwensplaats legend {
	  width: 100%;
	  float: left;
	}
	.woonwensplaats legend:after{
	  width: 100%;
	  display: block;
	  background-color: #000;
	  border-radius:2px;
	  color: #fff;
	  padding: 0;
	  text-align: center;
	  padding: 5px;
	}
}

/*Footer*/
.bedrijfscontainer{
	clear:both;
	padding-bottom:90px;
	padding-top:15px;
}
/* cookiewall */
.cookiewall {
	background-color: #ebebec;
	bottom: 0;
	font-size: 12px;
	left: 0;
	padding: 1em;
	position: fixed;
	right: 0;
	width: 100vw;
	z-index: 10;
}

.cookiewall .paragraph:nth-of-type(2n+1) {
	background-color: transparent;
}

.cookiewall h2 {
	margin-bottom: 10px;
	font-size: 18px;
	padding:0;
	width:100%;
}

.cookiewall .paragraph, .cookiewall .paragraph h1, .cookiewall .paragraph h2, .cookiewall .paragraph .textdiv {
	background-color: transparent;
	color: #000;
	line-height: 16px;
	text-align: left;
}

.cookiewall .btn, .cookiesection .btn {
	float: left;
	margin-right: 30px;
	padding: 0;
	text-align: center;
	width: auto;
}

body .cookiesection {
	padding: 0;
}

.cookiewall .cookieslink {
	float: right;
	margin-right: 30px;
}

.cookie-checkbox {
	text-align: left;
}

.cookie-checkbox label {
	padding-left: 0;
}

.labelcookie {
	margin-bottom: 20px;
}

body .labelcookie .textdiv {
	text-align: left;
}

.labelcookie p {
	margin-top: 0;
}

body .Cookie-Uitleg .paragraph.noimages, body .CookieSettings .paragraph.noimages, body .Cookie-Uitleg .paragraph.noimages {
	padding: 0;
}

body .Cookie-Uitleg .paragraph h1, body .Cookie-Uitleg .paragraph h2, body .Cookie-Uitleg .paragraph .textdiv, body .CookieSettings .paragraph h1, body .CookieSettings .paragraph h2, body .CookieSettings .paragraph .textdiv, body .Cookies-Verwijderen .paragraph h1, body .Cookies-Verwijderen .paragraph h2, body .Cookies-Verwijderen .paragraph .textdiv {
	text-align: left;
	width: 100%;
	padding: 0;
}

body .cookie-instellingen {
	display: inline-block;
	line-height: 1.43em;
	list-style: none;
	margin: 0;
}

body .cookie-instellingen a {
	text-decoration: none;
	text-transform: capitalize;
}

body .cookie-instellingen a:hover {
	color:#fff;
}

body .Cookies-Verwijderen .paragraph, body .Cookies-Verwijderen .paragraph.noimages, body .Cookies-Verwijderen .paragraph h1, body .Cookies-Verwijderen .paragraph h2 {
	background-color: #fff;
	color: #333;
	padding-top: 0;
	text-align: left;
}

body .Cookies-Verwijderen .paragraph .textdiv {
	text-align: left;
}

body .Cookies-Verwijderen .paragraph .textdiv ul {
	width: 100%;
}

.noodzakelijk {
	clear: both;
}
@media(max-width: 1024px){
	#MainContainer {
		margin-top: 90px;
	}
		}
@media(max-width: 768px){
/*Header*/
	.iconhome{
		display:none;
	}
	#MainContainer {
		margin-top: 90px;
	}
	header{
		border:0;
		height:70px;
		position:static;
	}
	header .logo{
		height: 13vw;
		width: auto;
		margin-bottom: 0;
		margin-top: 8px;
		position: absolute;
		padding: 0 2vw;
		z-index: 99999;
	}

	/*Content*/
	#MainContainer{
		margin-top:0;
		}
	.quicklinks{
		display:none;
		}
	.paragraph1{
		padding-top:0;
	}
	.paragraph .imagediv {
		width: 100%;
	}
	.paragraph .textdiv {
		width: 100%;
	}
	/*Footer*/
	footer{	
		width: 100%;
	}
}
@media screen and (max-device-width: 640px) and (orientation: landscape){
	header .logo{
		height:8vw;
	}
	.bedrijfscontainer .col-xs-12{
		width:33.3%!important;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	header .logo {
		height: 7vw;
		}
}

body {
	width: 1px;
	min-width: 100%;
}
