.ws-header .logo-container{
	width:295px;
}

.ws-header .logo-container .logo {
	width:121px;
	margin-left:0;
}

.room-container {
	white-space: nowrap;
}

.room-container .room-list {
	white-space: nowrap;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(2) {
	width: 190px;
	max-width: none;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(3) {
	width:auto;
}

.row-list-row .td.td-name {
	width: calc(13% - 6px);
}

.row-list-row .td.td-floor {
	width: calc(11% - 6px);
}

.row-list-row .td.td-room {
	width: calc(13% - 6px);
}

.row-list-row .td.td-size {
	width: calc(13% - 6px);
}

.row-list-row .td.td-gross_size {
	width: calc(15% - 6px);
}

.row-list-row .td.td-terrace_balcony {
	width: calc(15% - 4px);
}

.row-list-row .td.td-orientation {
	width: calc(13% - 6px);
}

.row-list-row .td.td-price {
	width: calc(20% - 7px);
}

.right-content-list .flat-list .item .data-items .data-item:nth-child(odd) {
	width:51%;
}

.right-content-list .flat-list .item .data-items .data-item:nth-child(even) {
	width:49%;
}

.lang-en .right-content-list .flat-list .item .data-items .data-item:nth-child(odd) {
	width:55%;
}

.lang-en .right-content-list .flat-list .item .data-items .data-item:nth-child(even) {
	width:45%;
	padding-right: 0;
}

.flat-compare .fc-labels .text-label {
	font-size:12px;
}

.has-fav-bar-body .flat-popup.has-similar .flat-popup-image-datasheet .flat-room-list {
	max-height: calc(100vh - 631px);
}

.flat-popup-image-datasheet .flat-rooms .flat-buttons {
	padding-top: 12px;
}

.flat-popup.has-similar .flat-popup-image-datasheet .flat-room-list {
	max-height: calc(100vh - 556px);
}

.flat-media-detail .md-icon svg {
	margin-top:5px;
}

.ws-header .logo-container .logo {
	position: relative;
}

.ws-header .logo-container .logo:after {
	content:'';
	position: absolute;
	background-image:url(/images/DVM_slogenlogo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width:100px;
	height: 40px;
	right: -115px;
	top: 5px;
}

.ws-header-filters-container {
	width: calc(100% - 505px);
}

.flat-popup-image-datasheet .under-rooms-text {
	display: block;
	font-size: 9px;
	padding: 0;
	line-height: 10px;
	font-weight: 400;
	padding-top:5px;
}

@media screen and (max-width: 1099px) {
	.ws-header-content3d .ws-header-after-filter-space {
		width: calc(100% - 577px);
	}
	
	.flat-popup-image-datasheet .under-rooms-text {
		padding-top:20px;
	}
}

@media screen and (max-width: 767px) {
	
	.ws-header-view-container {
		display: block;
		width: calc(100% - 355px);
	}
	
	.ws-header-filters-container .ws-header-filter-item:nth-child(2) {
		width:100%;
		max-width: 100%;
	}
	
	.ws-header-filters-container .ws-header-filter-item:nth-child(3) {
		width:100%;
		max-width: 100%;
	}
	
	.language-select {
		top: 6px;
	}
}

@media screen and (max-width: 479px) {
	.ws-header .logo-container {
		width: 180px;
	 }
	 
	 .ws-header-view-container {
		width: calc(100% - 240px);
	}
	
	.ws-header .logo-container .logo {
		width: 97px;
		margin-left: 0;
		margin-top: -6px;
	}
	
	.ws-header .logo-container .logo::after {
		width: 61px;
		height: 21px;
		right: auto;
		top: 38px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.flat-media-detail.pv-top.orientation {
		top:15px;
	}
	
	.flat-media-detail.orientation .md-icon svg {
		margin-top:-1px;
	}
	
	.flat-media-detail.orientation .text {
		font-size:20px;
	}
}

@media screen and (max-width: 419px) {
  .language-select {
    top: 5px;
    right: auto;
    left: 118px;
  }
}