
#header .logo img, #header .logo svg {
	height: 100%;
}

.overlay-dark-gradient .image-overlay {
	background: none;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
	text-shadow: 1px 1px 10px;
}


#header a {
	height: 69%;
}

.footer-logo {
	margin-top: 1.5rem;
}

.immo-attachments a.js-smartphoto {
	position: relative;
}

.immo-attachments button.image-count {
	position: absolute;
	top: -2rem;
	left: 1rem;
}

#blog-item-hero {
	background-position: center;
}

.home-content section:not(:last-child) {
	margin-bottom: 4rem;
}

.gdpr_bottom_bar {
	position: sticky;
	bottom: 0;
	right: 0;
	background: #efefee;
/*	width: 100%;
	display: flex;*/
	padding: 2rem;
	z-index: 1000;
}

.gdpr_deny_btn {
	display: none;
}

/* Blog item list effects */
.blog-listing .card-image > a {
	display: block;
	overflow: hidden;
}
.blog-listing .card-image > a img {
	display: block;
	transition: all ease-in 80ms;
}
.blog-listing .card-image > a:hover img {
	transform: scale(1.08);
}

/* Filter Dropdown */
.filter-dropdown {
	margin-top: -1rem;
	margin-bottom: 1rem;
}


/* Filter Buttons */
.filters ul li {
	list-style-type: none;
}

.filters .show-all {
	margin: 1rem 0 1rem 0;
}

.filters p {
	margin-bottom: 0.1rem;
	font-weight: bold;
}

ul.filter-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.8rem -0.5rem;
}
ul.filter-buttons li {
	margin-left: 0.5rem;
}

.filter-buttons a.button.is-active {
	background-color: #3085EE;
	color: #fff;
}

@media (min-width: 800px) {
	.two-col > .form-data {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.mr-5-lg {
		margin-right: 5em;
	}
}
