
#main {
	max-width: none;
}

.page-id-78 .wp-block-cover, .wp-block-cover-image {
    align-items: flex-end;
}
.hero-section {
	display: flex;
	align-items: flex-end;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;  
}

.hero-section h1 {
	font-family: "Hackney Vector", Sans-serif;
    font-size: 60px;
}
.page-id-78 .wp-block-cover__inner-container {
	padding: 50px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.hero-section .banner-wrapper {
	max-width: 1500px;
    width: 100%;
	padding-bottom: 50px;
	margin: 0px 100px;

}

.main-search #main h1 {
	color: white;
	max-width: 1500px;
	padding: 10px;
	text-transform: uppercase;
}
.search-count {
	display: flex;
	justify-content: space-between;
}

.jupiterx-main-content {
	padding: 0 !important;
}

i.heart-icon {
    width: 25px;
    height: 25px;
	right: 0;
	content: "";
    position: absolute;
	background: url(../images/heart-outline.svg);
	filter: var(--filter);
	background-size: contain;
	background-repeat: no-repeat;
}
i.heart-icon.grayout {
	background: url(../images/herz.svg);
	filter: var(--filter);
	background-size: contain;
	background-repeat: no-repeat;
}

.content-wrapper, .hero-section div{
	padding: 50px;
	max-width: 1600px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}
.hero-section div {
	flex-direction: column;
	color: white;
	text-align: center;
	font-size: 18px;
}
.main-search .left-col {
	width: min-content;
	margin-right: 4%;
}

button#open-map {
	position: relative;
	height: 150px;
    width: 100%;
	background-image: url(../images/Karte-Auschnitt.png);
	border: none;
	outline: none;
}
button#open-map div{
	padding: 10px;
    width: max-content;
    margin: auto;
    background-color: var(--button-color);
	border-radius: var(--border-radius);
}
.main-search .left-col h2 {
	text-align: center;
}

.main-search .right-col {
	width: 75%;
	padding-left: 1%;
}

.searchform-wrapper {
	margin-top: 20px;
}

.main-search .activeoptions-wrapper {
	display: flex;
	align-items: center;
}

.main-search .activeoptions-wrapper .activeoptions-label {
	font-size: 18px;
	font-weight: 500;
	margin-right: 25px;
}

.activeoptions {
	display: flex;
	flex-wrap: wrap;
}

.activeoptions .parameter-wrapper {
	padding: 7px 5px 7px 10px;
	background-color: var(--kachel-background);
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
}
.hide-desktop {
	display: none;
}
.activeoptions .parameter-wrapper .parameter-label {
	padding-right: 10px;
	border-right: 1px solid var(--border-color);
	display: flex;
	align-items: center;
	font-size: var(--small-paragraph);
	color: white;
}

.activeoptions .parameter-wrapper a {
	width: 15px;
    height: 20px;
    margin: 0 5px;
    background: url(../images/close-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.property-wrapper h4,
.search-count,
.activeoptions-wrapper,
.main-search .left-col h2, .legend-section h4{
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.property-wrapper h4, .legend-section h4 {
	font-weight: 500;
	color: var(--text-color);
	border-bottom: 1px solid var(--border-color);
	margin-top: 20px;
}


.search-count>.buttons-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}



.search-count .map-button-wrapper .map-button,
.search-count .map-wrapper .map-button:hover,
.search-count .map-wrapper .map-button:focus {
	background-color: transparent;
	cursor: pointer;
	color: inherit;
	text-transform: none;
	letter-spacing: normal;
	border: none;
	outline: none;
	position: relative;
	padding: 18px 30px 14px 40px;
}
.map-button img {
    width: 40px;
}

.map-popup {
	display: none;
	position: fixed;
	/* Stay in place */
	z-index: 100;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.map-content {
	width: 50vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px;
	background-color: white;
	position: relative;
}

i.eicon-close.close-popup {
	position: absolute;
	right: 0;
	right: 5px;
	top: 5px;
	z-index: 1;
	cursor: pointer;
	font-size: 18px;
}

#map {
	height: 500px;
	margin-bottom: 0px;
}

.pagination-wrapper span {
    display: none;
}

#map a,
#map a:hover {
	color: inherit;
	text-decoration: none;
}

#map .infowindow-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#map .infowindow-wrapper h3 {
	text-align: center;
	padding: 14px;
	border: none;
}

#map .gm-style .gm-style-iw-c {
	padding: 0;
}

#map .gm-style .gm-style-iw-d {
	overflow: auto !important;
}

#map button.gm-ui-hover-effect {
	top: 0px !important;
	right: 0px !important;
	width: 40px !important;
	height: 40px !important;
}

#map button.gm-ui-hover-effect span {
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
}

#map .gm-style-iw.gm-style-iw-c {
	max-width: fit-content !important;
}
button#show_allfilter p {
    margin: 0;
}
@media only screen and (max-width: 1024px){
	.hero-section {
		min-height: 400px;
	}
}
@media only screen and (max-width: 900px) {
	.main-search .left-col {
		border: none;
		min-width: 0;
	}

	.main-search .right-col {
		border: none;
		display: flex;
		flex-direction: column;
	}
	.hero-section .banner-wrapper {
		margin: 10px;
		padding: 0;
	}
	.hide-desktop {
		display: block;
	}
	.separator-small {
		width: 40px;
		height: 1px;
		background: black;
		margin-bottom: 20px;
	}

	.search-count {
		flex-wrap: wrap;
		height: auto;
	}


	.main-search .left-col h2 {
		margin-top: 20px;
	}

	.search-count h3 {
		text-align: center;
		margin-bottom: 20px;
	}

	.sort-wrapper {
		margin-left: auto;
		height: 70px;
		display: flex;
	}

	.map-content {
		width: 90vw;
		padding: 25px;
	}

	#map {
		height: 70vh;
	}

	#map .infowindow-wrapper img,
	#map .infowindow-wrapper h3 {
		max-width: 250px;
		height: auto;
	}

	.map-button-wrapper {
		text-align: right;
	}

	.main-search .activeoptions-wrapper {
		flex-wrap: wrap;
		order: -1;
	}

	.main-search .activeoptions-wrapper>div {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.distractor {
		margin: 40px 0;
	}
	.distractor-img {
		width: calc(100% - 40px);
		margin: auto;
	}
	.distractor-content {
		width: 100%;
		padding: 20px;
	}
	.hero-section {
		min-height: 250px;
	}
}

.load-more.hidden {
	display: none;
}

/*Spinner Styles*/
.load-more:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 5% auto;
	border-radius: 50%;
	border: 6px solid var(--button-color);
	border-color: var(--button-color) transparent var(--button-color) transparent;
	animation: load-more 1.2s linear infinite;
}

@keyframes load-more {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}