/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

strong {
  font-weight:bold;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
	 }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

body {
	background-color: #ebe7dc;
	font-family: "Open Sans", Arial;
	color: #000;
}
.header {
	height: 150px;
	width: 100%;
}

#merken_box_wrapper {
  position:absolute;
  top:26px;
  margin-left:104px;
  
}

.register_wrap {
  margin-top:20px;
  margin-bottom:20px;
  position:relative;
  width:100%;
}
.register_img_wrapp2 {
	position:absolute;
	top:40px;
	width:100%;
	height: 440px;
	background:black;
	opacity: 0.6;
    filter: alpha(opacity=60);
}
.register_1_left {
  float: left;
  color: white;
  margin-left:175px;
  margin-top:50px;
}

.register_1_center {
  margin: 0 auto;
  position:absolute;
  width:100%;
  color:white; 
  margin-top:50px;
  text-align:center;
}

.register_1_right {
  float:right;
 margin-top:212px;
  margin-right:112px;
}

.register_overlay_texts {
	background-color:transparent;
  opacity: 1;
  filter: alpha(opacity=100);	
}
.register_1_left h1, .register_1_center h1 {
	font-size:24px;
	margin-bottom:20px;
}
.register_1_left h2, .register_1_center h2 {
	font-size:20px;
	margin-bottom:35px;
}

.register_1_left div, .register_1_center div {
	font-size:18px;
	margin-bottom:20px;
	line-height:30px;
}

.formWrap .registerForm label {
  width:120px;
  margin-left:17px;
}

.registerForm div.edit_long label {
  width:418px;
}



.registerForm .row {
	margin-top:8px !important;
	margin-bottom:8px !important;
}

.registerForm input[type="text"],.registerForm input[type="password"] ,  .registerForm input[type="email"], .registerForm input[type="textbox"], .registerForm input[type="number"] {
	width:370px !important;
}

button.register{
	color:black;
	height:41px;
}

.registerPanel {
  background-color: #f9f8f4;
  border: 1px solid #a9a69d;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  margin-top:30px;
  margin-bottom:30px;
}

.registerPanel button {
  color:black;
  height: 40px;
  width:500px;
  margin-left:30px;
  margin-bottom:20px;
}

.registerPanel .checkboxes {
  padding-left:17px;
  margin-bottom:10px;
   margin-top:5px;
}

.registerPanel .checkboxes div{ display:inline; }

.registerPanel .checkboxes label {
    /* display: none; */
    width: auto;
}


.registerPanel a {
  color:#3e82bf;
}


.registerPanel h1 {
  color:#3e82bf;
  font-size:22px;
  margin-left:90px;
  margin-bottom:10px;
}
.registerPanel h2 {
  font-size:16px;
  margin-left:90px;
}

/*.registerPanel [type="checkbox"]:not(:checked), .registerPanel [type="checkbox"]:checked{
position:relative;
left:auto;
}*/

.registerPanel .error {
  color: red;
  margin-left: 90px;
  margin-top:10px;
}

.registerInnerPanel {
  background-color: #f6f6f6;
  border: 1px solid #a9a69d;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  padding-top:10px;
  padding-bottom: 10px;
}

.registerInnerWrapLeft {
   float: left;
    width: 560px;
	margin-left:70px;
}

.registerInnerWrapRight {
   float: right;
    width: 560px;
	margin-right:70px;
}






#headerInnerWrap, #pageImageInnerWrap, #footerInnerWrap, .listContainer, .detailHeader .innerWrap, .immoView .immoData, .actionList .innerWrap, .formWrap .formInnerWrap, .copyrightBarInnerWrap  {
	width: 1400px;
	margin: 0 auto;
}

.header .logo {
	margin: 45px 0;
	width: 320px;
	/*float: left;*/
	display: inline-block;
}
.header .headerMenu {
	float: right;
	/*margin-right: 120px;*/
}
.header .box {
	width: 200px;
	height: 110px;
	background-color: #fff;
	float: right;
	margin: 20px 0;
	margin-right: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
}
.header .box:nth-child(1) {
	margin-right: 0;
}

.header .box .title {
	border-radius: 5px;
	width: 100%;
	height: 22px;
	background-color: red;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 7px;
	line-height: 16px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.header .box .links {
	padding-top: 13px;
	height: 43px;
	width: 100%;
}
.header .box .images {
	margin-left: 20px;
	margin-top: 25px;
}
.header .box img {
	display: inline-block;
	width: 20px;
}
.header .box a {
	display: block;
}
.header .box .images a {
	display: inline-block;
	margin-left: 0;
}
.header .box .links a {
	margin-bottom: 9px;
	margin-left: 14px;
}

.header .box .images img {
	width: 30px;
	margin-left: 5px;
	/*float: left;*/
}
.header .box .links p, .header .box .links3 p {
	width: auto;
	text-align: left;
	color: black;
	font-size: 15px;
	line-height: 20px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
	top: -4px;
}
.header .box .links3 a {
	margin-left: 20px;
}
.header .box .links3 {
	/*margin-right: 41px;*/
	/*float: right;*/
	margin-top: 6px;
	position: relative;
}

.contentWrap {
	position: relative;
}
.contentWrap .pageImage {
	color: #000;
}

.contentWrap .pageImage img {
	margin: 0 auto;
}

.contentWrap .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

a {
	text-decoration: none;
}
.temp {
	position: absolute;
	top: 0;
	left: 0;
	width: 1713px;
}
.MainContent {
	opacity: 1;
}
.MainContent .boxContainer {
	width: 1400px;
	margin: auto;
	margin-top: 40px;
	overflow: hidden;
}
.MainContent .boxItem {
	float: left;
	width: 430px;
	margin-right: 54px;
	margin-bottom: 54px;
}
.MainContent .boxItem:nth-child(3n) {
	margin-right: 0;
}
.MainContent .boxItem:nth-child(odd) .boxHeader {
	background-color: #3e84c0;
}
.MainContent .boxItem:nth-child(even) .boxHeader {
	background-color: #aec81f;
}
.MainContent .boxItem h3 {
	font-size: 25px;
	width: 100%;
	line-height: 27px;
	text-align: center;
}
.MainContent .boxItem p {
	font-size: 20px;
	width: 100%;
	line-height: 27px;
	text-align: center;
}
.MainContent .boxItem .boxHeader {
	padding: 14px 0px;
	border-radius: 5px;
}
.MainContent .boxItem .boxContent {
	width: 100%;
	margin-top: 9px;
	height: 280px;
	overflow: hidden;
}
.MainContent .listItem {
	/*border-radius: 5px;*/
	background-color: #f9f8f4;
	/*margin-bottom: 20px;*/
	width: 100%;
	position: relative;
}

.MainContent .boxShadow {
	margin-bottom: 20px;
}

.MainContent .listContainer {
	/*margin: 0 120px;*/
	/*margin: auto;*/
	/*display: table;*/
	color: black;
	/*padding-top: 20px;*/
}

.listContainer .boxShadow:last-child {
	margin-bottom: 0;
}

.listContainer.listMainpage {
	margin-top: 20px;
	margin-bottom: 20px;
}

.listItem .details {
	margin: 25px 38px;
    margin-right: 0;
    height: 130px;
	display: inline-block;
	vertical-align: top;
	width: 850px;
	/*position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 293px;*/
}

.listItem .listImgWrap, .listItem .listImg {
	display: inline-block;
	width: auto;
	vertical-align: top;
}

.listItem .info {
	position: absolute;
	right: 38px;
	/* width: 200px; */
	/*width: 147px;*/
	top: 18px;
	text-align: center;
	background-color: #f9f8f4;
}

.listItem .info i.fa {
    /*margin-right: 4px;*/
    color: #8db02a;
    cursor: pointer;
}

.listItem .info img {
	width: 30px;
	height: auto;
	float: right;
	margin-top: 10px;
}

.listItem .info div.row {
	/*margin-right: 13px;*/
	margin-top: 5px;
}

.listItem .info .ratingWrapper {
    padding: 0;
    /*padding-top: 8px;
    margin-left: 17px;*/
}

.listItem h3 {
	font-size: 23px;
	color: #4485bf;
	white-space: nowrap;
}

.listItem .hardfacts {
	margin-top: 40px;
}

.listItem .hardfact {
	display: inline-block;
	/*margin-top: 50px;*/
	margin-left: 80px;
}

.listItem .hardfact:first-child {
	margin-left: 0;
}

.listItem .hardfact:last-child {
	/*margin-right: 219px;*/
	float: right;
}

.listItem h4 {
	font-size: 16px;
	margin-top: 7px;
    line-height: 20px;
}

.listItem p {
	font-size: 16px;
	/*line-height: 27px;*/
	text-align: center;
	width: auto;
}

.listItem .details .hardfact p:nth-child(1) {
	font-size: 17px;
}

.listItem .details .hardfact p:nth-child(2) {
	font-size:20px;
	margin-top: 5px;
}

.listItem img {
	width: auto;
	height: 180px;
	/*margin: 10px;*/
}

.listItem .hardfact img {
	width: auto;
	height: auto;
}

.listProfile .hardfact img {
	display: inline;
	width: 30px;
}

.listProfile .hardfact a p {
	display: inline;
	padding-left: 10px;
}

.listProfile .hardfact a p, .listProfile .hardfact a img {
	vertical-align: middle;
}

.listProfile.listItem .hardfact:last-child {
	float: none;
}

.listProfile.listItem .hardfact {
	float: left;
}

.listItem .head {
	width: auto;
	overflow: hidden;
	position: relative;
}

.listItem .fadeOut {
	position: absolute;
	top: -10px;
	height: 60px;
	width: 200px;
	right: 0;

	background: white;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.001), #f9f8f4);
    background: -o-linear-gradient(right, rgba(255,255,255,0.001), #f9f8f4);
    background: -moz-linear-gradient(right, rgba(255,255,255,0.001), #f9f8f4);
    background: linear-gradient(to right, rgba(255,255,255,0.001), #f9f8f4);
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.footer p, .footer a {
    font-size: 16px;
    line-height: 24px;
}

.footer .copyrightBar {
	height: 50px;
	background-color: #1c1c1c;
	float: left;
	width: 100%;
}
.footer .content {
	background-color: #333333;
	height: 280px;
}
.footer .content .menu {
	color: #ffffff;
	/*margin-top: 39px;*/
	/*margin-left: 151px;*/
	display: block;
	vertical-align: top;
	margin: 0 50px;
}
.footer .content .menu p {
	font-size: 18px;
	/*margin-bottom: 18px;*/
	font-weight: bold;
	display: inline-block;
	/*margin-left: 5px;*/
	position: relative;
	top: -8px;
	margin-left: 10px;
}
.footer .content .menu ul {
	list-style: none;
	margin-left: 50px;
	margin-top: 10px;
	
}

.footer .menu img {
	display: inline-block;
}

a {
	color: #FFF;
}
.footer .copyrightBar p {
	width: auto;
	text-align: right;
	font-size: 16px;
	color: #fff;
	float: right;
	line-height: 50px;
	margin-right: 10px;
}

.footer .linkRow {
	list-style: none;
}

.footer .linkRow ul {
	padding-top: 40px;
	display: flex;
	flex-direction: row;,
	flex-wrap: nowrap;
	justify-content: center;
}

.footer .linkRow li {
	margin: 0 15px;
}

.footer .footerBlocks {
	padding-top: 40px;
	display: flex;
	flex-direction: row;,
	flex-wrap: nowrap;
	justify-content: center;
}

img {
	max-width: 100%;
	width: auto;
	display: block;
}

.selectLabel {
	position: relative;
	margin: 0;
}
.selectLabel:after {
	content: '';
	background-image: url(../images/arrow.png);
	background-size: 20px;
	background-repeat: no-repeat;
	right: 3px;
	top: -3px;
	padding: 0px 2px 2px;
	position: absolute;
	pointer-events: none;
	height: 18px;
	width: 18px;
}

.selectLabel select::-ms-expand {
	display: none;
}







.actionList, .detailHeader {
	width: 100%;
	height: 60px;
}

.actionList {
	background-color: #afc735;
}

.detailHeader {
	margin-top: 10px;
	background-color: #4385bf;
    display: flex;
    align-items: center;
}

.actionList img {
	width: 30px;
	/*display: inline-block;*/
	float: left;
}

.detailHeader img {
	max-height: 50px;
	max-width: 500px;
	width: auto;
	float: right;
	margin-top: 20px;
}

.actionList a {
	/*float: left;*/
	display: inline-block;
	margin: 15px 0px;
	margin-right: 40px;
}

.actionList a.right {
	float: right;
	margin-right: 0;
}

.actionList a.right img {
	float: right;
}

.actionList a.right p {
	margin-right: 6px;
	margin-left: 0;
}

.actionList p {
	/*display: inline-block;*/
	float: left;
	line-height: 30px;
	margin-left: 6px;
	color: #000;
}

.detailHeader h1, .detailHeader h2 {
	/*float: left;*/
	color: #FFF;
	width: 100%;
}

.detailHeader h1 {
	/*margin-left: 185px;*/
	font-size: 26px;
	padding-bottom: 5px;
}

.detailHeader h1 > h2 {
	/*margin-left: 185px;*/
	font-size: 21px;
	margin-top: 4px;
}

h1.fullsize {
    /*padding: 17px 0;*/
    line-height: 60px;
    padding: 0;
}



























.pageImage .content .searchBox {
	width: 889px;
	/*background-color: rgba(196, 223, 68, 0.5);*/
	background-color: rgba(174, 200, 52, 0.65);
	/*margin-left: 150px;*/
	margin-top: 57px;
	border-radius: 5px;
	    position: relative;
}
.content .searchBox input.textbox {
	margin-top: 27px;
	margin-left: 27px;
	height: 62px;
	width: 754px;
	font-size: 25px;
	float: left;
	margin-bottom: 35px;
}
.content .searchBox input.button {
	width: 55px;
	margin-top: 32px;
	margin-left: 27px;
	float: left;
}

.content .searchBox input.textbox:focus, .searchBoxAdv .field input[type="textfield"]:focus {
	background-color: white;
}





.searchBoxAdv {
	max-width: 889px;
	/*background-color: rgba(196, 223, 68, 0.5);*/
	background-color: rgba(174, 200, 52, 0.65);
	/*margin-left: 150px;*/
	margin-top: 57px;
	border-radius: 5px;
	padding-bottom: 20px;
}


.searchBoxAdv .field {
	margin-left: 27px;
	margin-top: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	position: relative;
}

.searchBoxAdv .field .boxText, .searchBoxAdv .field input[type="textfield"] {
	font-size: 25px;
	line-height: 30px;
	padding: 16px 10px;
	padding-right: 0;
	display: inline-block;
	float: left;
}

.searchBoxAdv .field img {
	width: 20px;
	float: left;
	padding: 26px 10px;
}

.searchBoxAdv .field input[type="textfield"] {
	margin: 0;
	border: none;
	background-color: transparent;
	outline: none;
	height: 62px;
	padding: 0;
	text-align: center;
	width: 320px;
}

.searchBoxAdv .search {
  margin-left:184px;
  background-color: #3c82c0;
}

.searchBoxAdv #searchFieldP {
	width: 200px;
}

.dropDown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.95);
	width: 608px;
	max-height: 400px;
	overflow-y: auto;
}

.dropDown .item, .dropDown .category {
	/*font-size: 20px;*/
	padding: 3px 10px;
}

.dropDown .item {
	text-indent: 20px;
	background-image: url(../images/cb_unchecked2.png);
	background-size: 20px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.dropDown.countries .item {
	background-image: none;
}

.dropDown .item:hover {
	background-color: rgba(0,0,0,0.05);
}

.dropDown .item[checked="checked"] {
	background-image: url(../images/cb_checked2.png);
}

.dropDown .category {
	border-bottom: 1px solid #999;
	cursor: default;
	padding-top: 6px;
}

.searchBoxAdv #countrySelect {
	width: 183px;
}

.searchBoxAdv #immoSelect {
	min-width: 410px;
}

.dropDown.searchOrt {
	min-height: 100px;
	width: 320px;
}

.dropDown.selectedOrt {
	width: 249px;
	left: 320px;
	border-left: 1px solid #000;
}

.dropDown .item, .field input, .field > p, .field img {
	cursor: pointer;
}

.searchBoxAdv .search p.boxText {
	padding-right: 50px;
	padding-left: 50px;
	color: white;
}


















.listItem div.merken_overlay  img{
  width:30px;
  height:auto;
}

.listItem div.merken_overlay  img {
	/*content:url("/bundles/mediatesystemsimmo/images/favorite_1.png");*/
}

.listItem div.merken_overlay {
	position:absolute;
	margin-top:-35px;
	margin-left:10px;
}


.head2 {
	font-size: 25px;
	/*font-weight: bold;*/
}

.immoView {
	/*margin-top: 40px;*/
	margin-bottom: 80px;
	overflow: hidden;
	color: #000;
	line-height: 18px;
}

.immoView .leftBox {
	float: left;
	width: 1000px;
}

.immoView .rightBox {
	float: right;
	/*width: 27%;*/
	width: 380px;
}
/* detailView Width */

.immoView .detailBoxes .box {
	padding-top: 26px;
	width: 248px;
	height: 180px;
	float: left;
	border-right: 2px solid #bbb6b0;
	text-align: center;
}

.immoView .immoData {
	margin-top: 40px;
}

.immoView .detailBoxes .box:nth-last-child(1) {
	border: none;
}

.immoView .detailBoxes .box h4 {
	color: #5b595a;
	font-size: 20px;
	margin-bottom: 7px;
}

.immoView .detailBoxes .box p {
	font-size: 22px;
	margin-bottom: 40px;
}

.immoView .detailBoxes .box.links {
	padding: 13px 0;
	/*padding: 0;*/
}

.immoView .detailBoxes .box.links p {
	font-size: 17px;
	line-height: 25px;
	text-align: left;
	width: 100%;
	display: inline-block;
	margin: 0;
	color: #000;
}

.immoView .detailBoxes .box.links .row {
	position: relative;
	width: 200px;
	margin: 5px auto;
	/*padding: 2px 0px;*/
}

.immoView .detailBoxes .box.links .row img.abs {
	width: 25px;
	position: absolute;
	right: 0;
	top: 3px;
}

.immoView .detailBoxes .box.links button {
	margin-top: 5px;
	height: 42px;
	width: 200px;
	font-size: 18px;
}

button, input[type="button"], input[type="submit"] {
	background-color: #afc735;
	border: none;
	color: black;
	height: 59px;
	width: 234px;
	font-size: 20px;
	cursor: pointer;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #afd235;
}

#mntlRate {
	font-size: 20px;
	color: red;
	/* margin-top: 50px; */
	line-height: 27px;
}

.immoDetails {
	background-color: #f9f8f4;
	margin-top: 40px;
	padding: 0 45px;
	padding-right:0px;
/*    margin-right: 100px;*/

}

.immoDetails h3 {
	font-size: 24px;
	margin-bottom:20px;
}

.immoDetails td p {
	margin-top: 2px;
	font-size: 16px;
	margin-bottom: 3px;
	
}

.immoDetails td p:first-child {
	padding-left: 30px;
}

.immoDetails div.table {
	float: left;
	width: 47%;
	margin-top: 45px;
	margin-right:20px;
	height: 200px;
}

.immoDetails div:nth-child(odd) {
	margin-right:30px;
}

.immoDetails div.table  td:nth-child(1) {
	width: 300px;
	margin-right:20px;
}

.immo_media {
  font-size: 24px;
  margin-bottom:30px !important;
}

.immo_media img{
  float:left;
  margin-right:20px;
  margin-top:-5px;
  
}

.immoData .description {
	margin-top: 73px;
	margin-right: 100px;
}

.immoData .description p {
	margin-top: 30px;
}

.immoData .ratingWrap {
	background-color: #cdd79b;
	height: 180px;
}

.imgGalleryChild {
	overflow: hidden;
	width: 120px;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	height: 90px;
	display: block;
}

.imgGalleryChild:first-child {
	width: 250px;
	height: 187.5px;
}

.imgGalleryChild:nth-child(1), .imgGalleryChild:nth-child(2) {
	margin-top: 0px;
}

.imgGalleryWrap {
	width: calc(100% + 10px);
	margin-bottom: 10px;
}

.previewGallery {
	overflow: hidden;
}

.video, .video iframe {
	width: 100%;
	height: 214px;
}

p.head4 {
	color: #5b595a;
	font-size: 23px;
	line-height: 23px;
}

.contact {
	margin-top: 60px;
}

.contactImg {
	margin-top: 20px;
}

.contactImg img {
	/*width: 100% !important;*/
	margin: 0 auto;
}

p, a {
	font-size: 17px;
    line-height: 21px;
}

.contact img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.contact table td:first-child {
	padding-left: 10px;
	padding-right: 30px;
}

.contact table p {
	line-height: 18px;
	margin: 12px 0;
	color: #4285bc;
}

.contact table td {
	vertical-align: middle;
}

.contactText {
	margin-left: 20px;
	margin-top: 20px;
}

.contactLinks {
	margin-top: 20px;
	margin-left: 20px;
}

.immoNumbers td:nth-child(2) {
	text-align: right;
}

.immoNumbers p {
	color: #5b595a;
}

.immoNumbers {
	margin-top: 20px;
	border-top: 2px solid #c3c0b7;
	border-bottom: 2px solid #c3c0b7;
}

.immoNumbers table {
	width: 90%;
	margin: 20px auto;
}


.ratingWrap #rating {
	height: 180px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0 25px;
	/*margin-top: 20px;*/
}

.ratingWrap .ratingType, .ratingWrap .ratingView {
	float: left;
	text-align: center;
	/*height: 125px;*/
}

.ratingWrap .ratingType {
	width: 150px;
	padding: 14px 0px;
}

.ratingWrap .ratingView {
	width: 180px;
	/*padding: 30px 0;*/
}

.ratingWrapper {
	padding: 20px 0;
}

.ratingWrap #rating img {
	width: 171px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.ratingWrap #rating a {
	color: #4285bc;
}

/*.ratingWrap .ratingType p {
	font-size: 27px;
}*/

.ratingWrap #ratingLinks p {
	color: #000;
	display: inline-block;
}

.ratingWrap #ratingLinks {
	text-align: center;
}

.ratingWrap #ratingLinks img {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.ad {
	width: 100%;
	margin-top: 20px;
}

.ad img {
	margin: 0 auto;
}

.contactLinks img, .contactLinks p {
	float: left;
}

.contactLinks p {
	line-height: 25px;
	padding-left: 25px;
	/*color: #4285bc;*/
	color: #1A4973;
}

.contactLinks img {
	height: 25px;
}

.contactLinks .row {
	width: 100%;
	float: left;
	margin: 6px 0;
}

.contactLinks .row:hover img, .contact .row:hover p{
	opacity: 0.5;
}

.contactLinks div.callMaklerDropdown {
	display: none;
}

.contactLinks div.callMaklerDropdown p {
	padding-left: 60px;
	color: #000;
}

.contactLinks div.callMaklerDropdown.row:hover p {
	opacity: 1;
}

#contactForm,#supportForm {
	width: 900px;
	height: 635px;
	background-color: #FFF;
	margin: 0 auto;
	position: relative;
}

#RecaptchacontactForm,#RecaptchasupportForm {
  margin-right:0px !important;
}

#contactForm .formWrap,#supportForm .formWrap {
	padding: 40px;
}

#contactForm label,#supportForm label {
	width: 70px;
}

#contactForm input,#supportForm input {
	width: 306px;
}

#contactForm div.editorWrap,#supportForm div.editorWrap {
	margin-left: 0 !important;
	margin-right: 0;
}

#contactForm #submit, #supportForm #submit {
	height: 40px;
	width: 200px;
	/*margin-top: 15px;*/
}

#contactForm .left,#supportForm .left {
	float: left;
	width: 400px;
}

#contactForm .right, #supportForm .right {
	float: right;
	width: 400px;
}
#contactForm .contactLinks, #supportForm .contactLinks {
	margin-left: 0;
}

#contactForm #title, #supportForm #title {
	font-size: 24px;
    margin-bottom: 15px;
}

#contactForm .row, #supportForm .row {
    margin-bottom: 10px;
}


.loginBox {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #000;
}

.loginBox form {
	width: 500px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
}

.forgotPWBox form {
	width: 700px !important;
}



#loginHeader {
	background-color: rgba(255,255,255,0.3);
	position:relative;
}

#loginlogo {
  position: absolute;
  top:10px;
  right:30px;
}

#loginlogo img { width:300px;}

#loginHeader h1 {
	font-size: 25px;
	padding: 20px;
	font-weight: bold;
}

#loginBoxWrap {
	display: table;
}

.loginBox #innerLoginBox {
	/*background-color: rgba(255,255,255,0.3);*/
	padding: 20px;
}

input[type="text"], input[type="textbox"],input[type="email"],  input[type="password"], input[type="number"], select, .select2-container .select2-selection--single {
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
	outline: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0;
	margin-bottom: 10px;
}

.loginBox input {
	width: 310px;
	float: left;
	font-size: 22px;
}

.forgotPWBox form, .forgotPWBox #loginButtons{
  background-color: #f9f8f4 !important;
}

.forgotPWBox input {
	width: 420px;
}

.loginBox input[type="text"], .loginBox input[type="textbox"], .loginBox input[type="password"] {
	text-align: left;
	padding: 5px;
}

.loginBox label {
	font-size: 22px;
	float: left;
	width: 140px;
	margin-top: 7px;
}

.forgotPWBox label {
  width: 187px;
}


.loginBox h1{
  font-size:26px;
  margin-bottom:30px;
}

.loginBox div.text {

margin-bottom:10px;
}

.loginBox #login, .loginBox #register {
	height: 36px;
	width: auto;
	float: right;
	margin: 20px;
}

.loginBox #register {
	float: left;
	background-color: transparent;
	color: #000;
	font-size: 20px;
}

.loginBox #register:hover {
	background-color: rgba(196, 223, 68, 0.22);
}

.loginBox #passwordForgotten {
	position: relative;
	top: 2px;
	color: #000;
	float: right;
	font-size: 18px;
}

.loginBox #loginButtons {
	background-color: rgba(255,255,255,0.7);
}

.loginBox #error {
	color: #F00;
	margin-bottom: 20px;
}


.yellow-star {
	color: #8db02a;
	cursor: pointer;
}


.contentPanel  {
  padding:40px !important;
}

.contentPanel h1 {
	margin-left:0px !important;
}


.formPanel {
	width: 100%;
	padding: 20px 0;
}

#inserierenDetails {
	background-color: #ebe7dc;
}


.formWrap input[type="text"], .formWrap input[type="email"], .formWrap input[type="password"], .formWrap input[type="textbox"], .formWrap input[type="number"], .formWrap select {
	height: 30px;
	font-size: 20px;
	text-align: left;
	padding: 0 2px;
	margin: 0;
}

 .select2 {
	top: -3px;
	height: 27px;
}

.select2-dropdown {
	top: -27px;
	border: none !important;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
}

.formWrap select {
    border-radius: 1px;
}

.formWrap .boldText {
	font-weight: bold;
}

.formWrap label {
	cursor: pointer;
	margin-right: 20px;
	display: inline-block;
	width: 300px;
}

.formWrap h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}

.formWrap .formInnerWrap .row {
	margin-top: 10px;
}

.formWrap .formInnerWrap .row:nth-child(1) {
	margin: 0;
}

.formWrap .row > div {
	display: inline-block;
	margin-right: 20px;
	min-width: 600px;
}

.formWrap .row > div.editorWrap {
	min-width: auto;
}

.formWrap .row .editorWrap {
	float: none;
	margin-top: 10px;
	margin-left: 10px !important;
	margin-right: 10px;
	display: block;
}

.form-ImmoDetails input:not([type='radio']):not([type='checkbox']) {
	width: 243px;
}




.form-ImmoDetails #panel1 #immo_title {
	width: 654px;
}



.form-ImmoDetails #panel1 input:not([type='radio']):not([type='checkbox']) {
	width: 221px;
}

.form-ImmoDetails #panel1 select {
	width: 225px;
}

.form-ImmoDetails .select2-container .select2-selection--single {
	border-radius: 1px;
	border: none;
}



.form-ImmoDetails #panel7 .cke, .form-ImmoDetails #panel9 .cke {
    display: inline-block;
    vertical-align: top;
    width: 800px;
}

.inputWrap {
	display: inline-block;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
}

.inputWrap input {
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.inlineRow {
	display: inline-block;
}

.inputWrap input {
	width: 181px;
}

.form-ImmoDetails .inputWrap input + label {
	width: auto !important;
	margin: 0 2px;
}

.form-ImmoDetails .inputWrap label.eur-label {
    position: absolute;
    right: 0;
    top: 7px;
}

.fa {
	font-size: 28px;
}

.boxShadow {
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
}


.detailHeaderSearch {
	color: white;
}

.detailHeaderSearch > p {
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.detailHeaderSearch .vl, .detailHeaderSearch > p, .detailHeaderSearch .boxText {
	height: 60px;
	line-height: 60px;
}

.detailHeaderSearch .vl {
	display: inline-block;
	width: 2px;
	vertical-align: top;
	background-color: white;
}

.detailHeaderSearch .field {
	display: inline-block;
	padding-left: 10px;
	position: relative;

}

.detailHeaderSearch .dropDown {
	color: black;
}

.detailHeaderSearch .boxText {
	display: inline-block;
}

.detailHeaderSearch .field > img, #filter_toggle img {
	filter: invert(1);
	-webkit-filter: invert(1);
	width: 20px;
	/*float: left;*/
	padding: 25px 10px;
	margin: 0;
}

.detailHeaderSearch .immo-search img {
	    filter: invert(1);
    -webkit-filter: invert(1);
    width: 20px;
    float: left;
    padding: 20px 10px;
    margin: 0;
}

.detailHeaderSearch .dropDown.searchOrt, .detailHeaderSearch .dropDown.selectedOrt {
    top: calc(100% + 41px);
}

.detailHeaderSearch .dropDown.immotypes {
    min-width: 300px;
}

.detailHeaderSearch .dropDown.searchBox {
    height: 40px;
    width: 320px;
    border-bottom: 1px solid black;
}

.detailHeaderSearch .dropDown.searchBox input {
	height: 40px;
	margin: 0;
	border: none;
	background-color: transparent;
	outline: none;
	padding: 0;
	text-align: center;
	width: 320px;
	font-size: 18px;
}

.detailHeaderSearch .price .dropDown {
	width: 200px;
}

.detailHeaderSearch .price .row {
	width: 100%;
}

.detailHeaderSearch .price label {
	display: inline-block;
	width: 45px;
	cursor: pointer;
}

.detailHeaderSearch .price input {
	height: 30px;
	width: 120px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
}

.detailHeaderSearch .price .row {
	margin-bottom: 10px;
}

.detailHeaderSearch .price .row:last-child {
	margin-bottom: 0;
}

.detailHeaderSearch .innerDropDown {
	padding: 10px;
}

.errorInput {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(255, 0, 0, 0.50) !important;
    -moz-box-shadow: 0px 0px 2px 2px rgba(255, 0, 0, 0.50) !important;
	box-shadow: 0px 0px 2px 2px rgba(255, 0, 0, 0.50) !important;
}









.pagination {

	width: 100%;
	margin-top: 10px;
}

.pagination p, .pagination a {
	display: inline-block;
	color: black;
}

.pagination a {
	text-decoration: underline;
}






/*DropZone*/
.table {
    display: table;
    table-layout: fixed;
}

.file-row {
	display: table-row !important;
    padding: 10px 0;
}

#panel1  .file-row {
	height: 140px;
}

#panel3  .file-row {
	height: 40px;
}

.file-row > div {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}

.addFiles {
	color: black;
    padding: 3px;
    background-color: rgba(67, 133, 191, 0.5);
    border: 1px solid rgba(67, 133, 191, 0.7);
    cursor: pointer;
}

.removeFile {
	color: black;
    padding: 3px;
    background-color: rgba(191, 67, 67, 0.5);
    border: 1px solid rgba(191, 67, 67, 0.7);
    cursor: pointer;
}

.previews .preview img {
	margin: 0 auto;
	max-width: 120px;
}

.file-row input[type="radio"] {
	width: 20px;
	height: 20px;
	margin: 5px 0;
}


/* Base for label styling */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -2px;
  width: 20px;
  height: 20px;
  background-image: url(../images/cb_unchecked2.png);
  background-size: 20px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
/* checked mark aspect */
input[type="checkbox"]:checked + label:before {
  background-image: url(../images/cb_checked2.png);
}

.registerForm input[type="checkbox"]:not(:checked) + label:before,
.registerForm  input[type="checkbox"]:checked + label:before{
	transform: translateY(-50%);
    top: 50%;
}

.registerForm ul li {
	text-align: center;
}


.favIcon[data-flag="0"][data-immoShow="true"] {
	filter: invert(1);
	-webkit-filter: invert(1);
}

.social-wrapper  {
	display: none;
	text-align: left;
	padding-top: 10px;
}

.social-wrapper img {
	display: inline-block;
}

.ratePanel {
	padding: 50px;
    background-color: #f9f8f4;
    border: 1px solid #a9a69d;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    margin-bottom: 30px;
    width: auto;
}

.ratePanel h1 {
	font-size: 20px;
	padding-bottom: 20px;
}

.ratePanel .ratingType {
	float: left;
	width: 700px;
}

.rate-info{
	float: left;
}

.ratePanel .ratingView {
	float: right;
}

.rate-submit-button {
	float: right;
}

.ratePanel .ratingWrapper {
	padding: 0;
}

.rateForm {
	margin-top: 50px;
}

.ratePanel #rating_title, .ratePanel #rating_desc {
	width: 100%;
}

.ratePanel textarea {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.20);
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    height: 200px;
    padding: 0;
    padding-top: 10px;
    font-size: 20px;
}

.formWrap  .ratePanel input[type="text"] {
	padding: 0;
}

.ratePanel .ratePanelInnerWrap {
	width: 80%;
	margin: 0 auto;
}


.ratingList .ratingTitle .ratingWrapper, .ratingList .ratingTitleInner {
	float: left;
}

.ratingList .ratingTitleInner {
	font-size: 20px;
	padding-top: 3px;
	padding-left: 20px;
}

.ratingList .ratingTitle {
	float: left;

}

.ratingList .ratingUser {
	float: right;
}

.ratingList .ratingHeader {
	margin-bottom: 20px;
}

.ratingList .ratingDesc {
	margin-top: 40px;
}

.searchBoxAdv .gear img {
	width: 50px;
	padding: 0;
	padding-top: 10px;
	float: none;
}


.immo-manage {
    float: right;
    background-color: #f9f8f4;

    height: 180px;
}

.my-immo .listItem .details {
	width: 830px;
}

.immo-manage-edit, .immo-manage .checkboxes {
    padding-left: 20px;
    padding-right: 50px;
}

.immo-manage-edit img {
	display: inline;
    max-width: 20px;
    padding-right: 5px;
}

.immo-manage-edit {
	padding-bottom: 10px;
	width: 146px;
}
 
.immo-manage-edit:first-child {
	padding-top: 20px;
	padding-bottom: 10px;
}

.boxDeactivate {
	background-color: #ddcdcd;
}


.my-immo .immo-entry {
	float: left;
	width: 84%;
}

.my-immo .listItem .hardfact:last-child {
	float: none;
}

.my-immo .immo-manage-edit a {
	color: black;
    display: flex;
    align-items: center;
}

.my-immo .immo-manage label {
	font-size: 17px;
	line-height: 21px;
}

.detailHeaderAction img {
	float: none;
	display: inline;
	margin: 0;
}

.detailHeaderAction {
	text-align: right;
}

.detailHeaderAction a {
    display: flex;
    align-items: center;
    float: right;
    margin-top: 18px;
    padding-left: 20px;
}

.listItem .hardfact a {
	color: black;
}

.listContainerRating {
	margin-top: 30px;
}

.field-country {
	width: 150px;
}

.immo-type-select {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.immo-type-select:first-child {
	margin-right: 0px;
}

.listDocs a {
	color: black;
	padding-left: 20px;
}

.pagination-count, .pagination-num {
	background-color: #f9f8f4;
	padding: 10px;
}

#immo_back {
	margin-right: 10px;
}

.searchKeyword {
	    width: 100%;
    bottom: 0;
    height: 200px;
}

.searchKeyword p {
    border-bottom: solid black 1px;
    padding: 10px;
}

.searchKeyword p:hover {
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
}

.listDocs {
    margin-top: 20px;
}

.rightBox .ratingWrap {
	padding: 14px 0px;
	margin-bottom: 38px;

}

.detailHeaderActionSearch img {
	max-width: 20px;
	padding-right: 10px;
}

input.immo-select-checkbox:not(:checked) + label:before, .immo-manage-edit input.immo-select-checkbox:checked + label:before {
	left: 4px;
	top: 0px;
}

.profilePanel a {
	display: flex;
    align-items: center;
}

.registerInnerPanel .customer-logo img {
    padding-top: 10px;
    margin-left: 159px;
    max-width: 300px;
}

.customer-desc label {
	vertical-align: top;
}

.customer-desc textarea {
    width: 370px;
    height: 130px;
}

.progress-file {
	height: 20px;
    background: #4385bf;
    color: white;
    opacity: 0;
    padding: 5px;
}

.list-logo {
	max-width: 300px;
}

.progress-file-wrapper {
	display: none;
}

.galleria { 
	width: 100%; 
	height: 400px; 
	background: #000; 
	position: absolute;
	top: -20000px;
	margin-top: 20px;
}

#cke_profile_description {
    width: 515px;
    margin-left: 17px;
    margin-top: 10px;
}

.respMenu {
	display: none;
    margin: 20px 10px;
    background-color: #afc735;
    padding: 20px;
}

.respMenu img {
	width: 20px;
	height: auto;
	display: inline;
    padding-right: 10px;
    vertical-align: bottom;
}

.respMenu li a span {
    font-size: 16px;
    color: black;
}

.respMenu li a {
	color: black;
}

.respMenu li.active {
	background-color: #377AB8;
}
.respMenu li.active span {
	color: white;
}

.respMenu li.active a {
	color: white;
}

.respMenu li.active img {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}

.respMenu  li {
	padding: 10px;
}

.burger {
	display: none;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.burger div {
	height: 5px;
	width: 40px;
	background-color: #afc735;
	margin-bottom: 7px;
}

.ratingWrapResp {
	display: none;
}

.tooltipster-sidetip .tooltipster-box {
	background: #4385bf;
	border: 2px solid #4385bf;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #4385bf;
}

.agent-logo img {
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 20px;
}

.info .ratingWrapper a {
	color: black;
}

.required:after {
	color: red;
    content: "*";
}

.onlyPrint {
	display: none;
}

.registerPanel .datenschutz h1 {
	font-size: 24px;
}

.registerPanel .datenschutz h2 {
	margin-left: 0px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
}

.registerPanel .datenschutz {
	font-size: 17px;
}

.registerPanel .datenschutz p {
	margin: 5px 0;
}


#cookie-bar {
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 15px 20px 15px;

	z-index: 1000;

	background-color: #464646;
	text-align: center;
}

#cookie-bar span {
	color: white;
}

button#msCookie {
	padding: 6px 9px;
	border-radius: 3px;
	background: white;
	width: 150px;
	height: 40px;
}

#cookie-bar a {
	color: white;
	text-decoration: underline;
}

.cookie-bar-button {
	padding-left: 10px;
}

.cookieActive div#footer {
	margin-bottom: 122px;
}