/*!
Theme Name: Immobilien in Freiburg
Theme URI: 
Version: 1.0.0
*/


p.check-field {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

p.check-field label{
	display: flex;
    align-items: center;
    column-gap: 5px;
}

.project-title.hidden{
	display: none;
}

.item-title .select-text{
	display: none;
}
.projects .project-item.teaser-item .tag{
	color: #bdbebc !important;
}

.menu_expand .header-new.header-sticky .nav-menu {display: block !important}

.avards .content img{
	margin-bottom: 30px;
}
.header-new.header-sticky .logo svg{
	height: 60px;
}
.header-new.header-sticky{
	padding: 12px 0;
}
.img-news-placeholder{
	width: 270px;
	margin-right: 70px;
}
.news .image{
	width: auto;
	margin-right: 0
}
.detail .title{
	background-color: #fff;
}
.single-portfolio .projects .container{
	max-width: 1394px;
}
.bottom-items .block{
	height: 100%;
}
.single-portfolio .detail .swiper-slide .acc-inner {
    position: absolute;
    width: 100%;
}
.single-portfolio .detail .swiper-slide.swiper-slide-active .acc-inner {
    position: relative;
}

.form-page .popup-mfp-block {
    max-height: none;
    overflow-y: hidden;
}

.projects .category li a{
    color: #000;
}
.projects .category li.clink a{
	cursor: text;
}
.projects .category li.clink:hover::after{
	display: none;
}

@media screen and (min-width: 990px) {
	.detail .swiper-slide .title{
		padding-right: 196px;
	}
}
@media screen and (max-width: 1570px) {
	.perspective .flex .middle-image {
		margin-left:-20px;
	}
}
@media screen and (max-width: 990px) {
	.img-news-placeholder {
    	width: auto;
    	margin-right: 38px;
	}
	.popup-block{
		top: 100px;
		height: auto;
		max-height: 80%;
		overflow: auto;
		transform: none;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.header-new.header-sticky .logo svg {
		height: 50px;
	}
	.bottom-items .block p{
		margin-bottom: 0;
	}
}

