:root {
    --border-color: #A3BCCE;
    --big-paragraph: 16px;
	--button-color: #004A8B;
	--background: white;
	--specialcolor: #F03551;
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper, .swiper:not(.swiper-initialized) .swiper-wrapper {
    overflow: visible !important;
}

/*OLD*/

.main-search #main h1 {
	color: white;
}

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

.content-wrapper {
	padding: 50px;
	max-width: 1420px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}


.main-search .left-col h2 {
	text-align: center;
}



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


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

.activeoptions .parameter-wrapper {
	padding: 7px 5px 7px 8px;
	background-color: white;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.activeoptions .parameter-wrapper .parameter-label {
	padding-right: 10px;
	border-right: 1px solid var(--border-color);
	display: flex;
	align-items: center;
	font-size: 13px;
}

.activeoptions .parameter-wrapper a {
	width: 25px;
	height: 25px;
	background: url(/wp-content/themes/hello-theme-child-master/assets/images/xmark-regular.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.property-wrapper h4,
.search-count,
.activeoptions-wrapper,
.main-search .left-col h2 {
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 12px;
}

.property-wrapper h4 {
	text-align: left;
}

.main-search .left-col h2,
.search-count {
	height: 60px;
}

.search-count>.buttons-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.buttons-wrapper h5 {
    padding-left: 25px;
    font-size: inherit;
	margin: 0;
}


.row-wrapper .map-button-wrapper .map-button,
.row-wrapper .map-wrapper .map-button:hover,
.row-wrapper .map-wrapper .map-button:focus {
	background-color: transparent;
	cursor: pointer;
	font-weight: 500;
	font-family: inherit, Sans-serif;
	color: var(--button-color);
	text-transform: none;
	letter-spacing: normal;
	outline: none;
	position: relative;
}
.row-wrapper .map-button-wrapper .map-button {
	color: var(--button-color);
    padding: 10px 40px 10px 15px;
	border: 1px solid var(--button-color);
}


.map-button::before {
	content: "";
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/location-dot-regular.svg);
    width: 15px;
    position: absolute;
    height: 21px;
    background-repeat: no-repeat;
    right: 0;
	padding-right: 30px;
    background-size: contain;
	filter: invert(17%) sepia(73%) saturate(2206%) hue-rotate(191deg) brightness(100%) contrast(103%);
}

.sort-wrapper {
	display: flex;
    align-items: center;
	margin: 10px 0;
}
#order {
	width: 130px;
}
.wrap-sort .select2-container {
    min-width: 115px;
	border: 1px solid var(--button-color);
    border-radius: 20px;
    margin-left: 5px;
}
.wrap-sort p {
	margin: 0;
	color: var(--button-color);
}
.wrap-sort {
	display: flex;
	align-items: center;
}

.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: 100vh;
	/* 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;
}

/* Unit Styling */
.unitcontent-wrapper {
	display: flex;
	margin-bottom: 50px;
	height: 370px;
	flex-wrap: wrap;
}

.unitcontent-wrapper .image-wrapper,
.unitcontent-wrapper .info-wrapper {
	width: 50%;
}

.unitcontent-wrapper .image-wrapper img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.unitcontent-wrapper .image-wrapper {
	position: relative;
}

.unitcontent-wrapper .info-wrapper {
	text-align: center;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.info-footer {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.highlights-wrapper {
    min-height: 78px;
}

.unitcontent-wrapper .info-wrapper h3 {
	padding-left: 50px;
	padding-right: 50px;
}

.unitcontent-wrapper .info-wrapper h3 a,
.unitcontent-wrapper .info-wrapper h3 a:hover {
	font-size: 23px;
	font-weight: bold;
	color: var(--e-global-color-9ab5da0);
	text-decoration: none;
}

.unitcontent-wrapper .info-body {
	margin: 3% 5% 0 5%;
	position: relative;
}

.unitcontent-wrapper .info-body ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.unitcontent-wrapper .info-body ul li {
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
}

.unitcontent-wrapper .info-body ul li:not(:last-child) {
	border-right: 1px solid var(--border-color);
}

.intro-wrapper span {
	font-weight: 500;
}

.oprice {
	text-decoration: line-through;
    font-weight: normal;
    padding-right: 10px;
}
.price-container {
	height: 70px;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	transition: opacity 0.4s ease;
	color: white;
	margin: 5px 20px 20px 20px;

}


.price-container a,
.price-container a:hover {
	text-decoration: none;
	width: auto;
	background: var(--button-color);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px 20px 20px 20px;
}


.info-footer .mobile-only {
	display: none;
}

.info-wrapper .additional-results-wrapper {
	padding: 0px 20px 0px 20px;
	font-weight: 500;
	width: 100%;
	color: var(--specialcolor);
}

.info-wrapper .additional-results-wrapper a,
.info-wrapper .additional-results-wrapper a:hover {
	text-decoration: none;
	color: inherit;
}

.info-wrapper .additional-results-wrapper .alternatives-wrapper,
.info-wrapper .additional-results-wrapper .offer-wrapper {
	padding: 5px 0px;
	font-size: 14px;
	line-height: 22px;
}

.info-footer .alternatives-container {
	position: relative;
	border-top: 1px solid var(--border-color);
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.alternatives-container a,
.alternatives-container a:hover {
	color: inherit;
	text-decoration: none;
}

.info-footer .alternatives-container p {
	margin-bottom: 0;
}


.info-footer .show-alternatives:hover {
	text-decoration: underline;
}

.info-footer .show-alternatives,
.simplefavorites-clear {
	cursor: pointer;
}


.info-body .rating-wrapper {
	display: flex;
	color: var(--button-color);
	align-items: center;
}
.info-body .rating-wrapper .stars-icon {
	filter: invert(81%) sepia(71%) saturate(2466%) hue-rotate(338deg) brightness(104%) contrast(95%);
	width: 23px;
	margin-right: 5px;
	margin-left: 5px;
	width: 18px;
    height: 28px;
}

.unitcontent-wrapper button.simplefavorite-button {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
	background: transparent;
    border: none;
    outline: none;
    opacity: 1;
	cursor: pointer;
}
.unitcontent-wrapper button.simplefavorite-button i{
font-family: 'Font Awesome 5 Free' !important;
font-style: normal;
color: white !important;
}
.unitcontent-wrapper button.simplefavorite-button img {
	width: 30px;
}
.unitcontent-wrapper button.simplefavorite-button span {
	display: none;
}



.hide-desktop {
	display: none;
}
.search-count {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
.page-title {
	width: -webkit-fill-available;
    padding-right: 15px;
	margin-bottom: 0;
}
.activeoptions-label {
	margin-bottom: 0;
	padding-right: 20px;
	color: var(--text-color);
}
.wrap-unitcount {
	display: flex;
	align-items: center;
}

.offer-highlight-wrapper {
	position: absolute;
	left: 20px;
	top: -20px;
	z-index: 1;
	background: url(/wp-content/themes/hello-theme-child-master/assets/images/ellipse-pink.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}

.offer-highlight {
	position: absolute;
	z-index: 1;
	color: white;
	font-size: 30px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 70%;
	/* background: url(/wp-content/themes/hello-theme-child-master/assets/images/percent-offer.svg); *//*Does not properly work on Safari.*/
	/* background-size: contain; */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 70%;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.new-highlight-wrapper {
	position: absolute;
	left: 90px;
	top: -20px;
	z-index: 1;
	background: url(/wp-content/themes/hello-theme-child-master/assets/images/ellipse.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}

.new-highlight {
	position: absolute;
	z-index: 1;
	color: white;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 70%;
	/* background: url(/wp-content/themes/hello-theme-child-master/assets/images/percent-offer.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat; */
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height: 70%;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}


/*flexlider*/
.unitcontent-wrapper #slider .slides img {
	object-fit: cover;
}

.unitcontent-wrapper #slider {
	border: none;
	margin: 0;
}

.unitcontent-wrapper #slider,
.unitcontent-wrapper .flexslider .slides,
.unitcontent-wrapper .flexslider .slides>li,
.unitcontent-wrapper .flex-viewport {
	height: 100%;
}

.unitcontent-wrapper #slider .slides img {
	object-fit: cover;
	max-width: 100%;
	max-height: 370px;
}

.unitcontent-wrapper .flex-next::before {
	content: url(/wp-content/uploads/2022/04/Arrow_Right.svg) !important;
	font-size: 0 !important;
	height: 50px;
	width: 50px;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(212deg) brightness(107%) contrast(101%);
}

.unitcontent-wrapper .flex-prev::before {
	content: url(/wp-content/uploads/2022/04/Arrow_Left.svg) !important;
	font-size: 0 !important;
	height: 50px;
	width: 50px;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(212deg) brightness(107%) contrast(101%);
}

.unitcontent-wrapper .flex-direction-nav a {
	margin-top: -15px !important;
	height: 40px !important;
}

.flex-control-paging li a.flex-active {
    background: white !important;
	border: 1px solid white;
    cursor: default;
}
.flex-control-paging li a {
    background: transparent !important;
    border: 1px solid white;
	width: 13px;
    height: 13px;
}
.beon-slide-list .swiper-button-next:after, .beon-slide-list .swiper-rtl .swiper-button-prev:after, .beon-slide-list .swiper-button-prev:after, .beon-slide-list .swiper-rtl .swiper-button-next:after {
	font-size: 11px;
}

.unitcontent-wrapper .flex-direction-nav .flex-next {
	right: 20px !important;
}

.unitcontent-wrapper .flex-direction-nav .flex-prev {
	left: 20px !important;
}



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

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

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

#map .infowindow-wrapper h3 {
	text-align: center;
	padding: 14px;
	border: none;
	font-size: var(--big-paragraph);
	line-height: 1.5em;
}

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

#map .gm-style .gm-style-iw-d {
	overflow: auto !important;
	max-height: none !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;
}


.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);
	}
}
/*END OLD*/


#jupiterx-primary {
	padding: 0;
}
.main-search .font-courgette {
	font-family: "Courgette", Sans-serif;
	margin: 0 20px;
}
.hero-section {
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/Suchen_Buchen_Headerbild.JPG);
	height: 55vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	z-index: 22;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
section.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000030;
}
.banner-wrapper {
	z-index: 1;
}
.main-search #main h1 {
	color: white;
	text-align: center;
}
.content-wrapper {
	max-width: 1400px;
	padding: 20px 40px 40px 40px;
}

.filter-wrapper {
	text-align: center;
	margin: 20px 20px 0px 20px;
}
#showfilter {
    background: var(--button-color);
	border: 1px solid var(--button-color);
	padding: 10px 40px 10px 15px;
    color: white;
    cursor: pointer;
    outline: none;
    width: fit-content;
    font-weight: bold;
    text-transform: none;
    position: relative;
}
#primary.main-search {
    background-color: #E6EDF2;
}
.content-wrapper {
	display: block;
}
.filterhide-section {
	display: none;
}
.unitcontent-wrapper {
	height: auto;
	flex-direction: column;
}

.main-search .right-col {
	width: 100%;
	padding: 0;
}
.property-wrapper h4, .search-count, .activeoptions-wrapper, .main-search .left-col h2, .main-search .right-col {
	border: none;
}
.wrap-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px;
}
.unit-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.unitcontent-wrapper .image-wrapper, .unitcontent-wrapper .info-wrapper {
	width: auto;
	max-width: 400px;
}
.details-wrapper {
	margin-top: 8px;
}
.details-wrapper img {
	height: 23px;
    width: 23px;
    filter: invert(78%) sepia(18%) saturate(560%) hue-rotate(175deg) brightness(96%) contrast(84%);
    margin-right: 10px;
}
.unitcontent-wrapper {
	max-width: 400px;
	margin: 20px 20px;
}
.left-wrapper {
	display: flex;
	align-items: center;
}

.price-container:hover {
    background-color: inherit;
}
.unitcontent-wrapper .info-wrapper {
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	justify-content: flex-start;
}
.unitcontent-wrapper .info-wrapper h3 {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.unitcontent-wrapper .info-wrapper h5 {
	color: var(--button-color);
	text-align: left;
	font-size: 15px;
	margin: 0;
}
.wrap-facts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
}

.unitcontent-wrapper .info-wrapper h4 a, .unitcontent-wrapper .info-wrapper h4 a:hover {
	font-weight: 500;
	color: var(--button-color);
	text-align: left;
	letter-spacing: 0;
	text-decoration: none;
	font-size: 19px;
    line-height: 1.2em;
}

h4.title-container {
    min-height: 55px;
	text-align: left;
	margin: 0;
}
.unitcontent-wrapper #slider .slides img {
	height: 300px;
}
.unitcontent-wrapper .flex-control-nav {
	bottom: 0;
}
.no-results-wrapper {
	padding: 100px 0;
	margin: 0 20px;
}
.alternatives-distractor {
    padding: 20px 50px;
    background: #A2BFE2;
    border-radius: 20px;
    margin: 20px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 0;
}
.alternatives-distractor h3 {
	margin: 0;
}
.beon-slide-list .swiper-button-prev, .beon-slide-list .swiper-rtl .swiper-button-next, .beon-slide-list .swiper-button-next, .beon-slide-list .swiper-rtl .swiper-button-prev {
padding: 18px;
width: 20px;
height: 20px;
}

.unitcontent-wrapper .flexslider .flex-next::before {
    content: "" !important;
    font-size: 0 !important;
    height: 30px;
    width: 30px;
    filter: none;
	background: url(/wp-content/themes/hello-theme-child-master/assets/images/Chevron-Slider-inverted.svg) !important;
	background-size: contain !important;

}
.unitcontent-wrapper .flexslider .flex-prev::before {
    content: "" !important;
    font-size: 0 !important;
    height: 30px;
    width: 30px;
	transform: scale(-1);
    filter: none;
	background: url(/wp-content/themes/hello-theme-child-master/assets/images/Chevron-Slider-inverted.svg) !important;
	background-size: contain !important;
}

.unitcontent-wrapper .flexslider .flex-direction-nav a {
    margin-top: -15px!important;
    height: 30px !important;
	width: 30px;
}

.unitcontent-wrapper .fit-height .flex-direction-nav {
    height: 0 !important;
}

.unitcontent-wrapper .flex-direction-nav .flex-next {
    right: 20px !important;
}
.unitcontent-wrapper .flex-direction-nav .flex-prev {
    left: 20px !important;
}
.details-wrapper ul, .highlights-wrapper ul {
	padding: 0;
	flex-wrap: wrap;
}
.details-wrapper ul li, .highlights-wrapper ul li {
	width: 50%;
	border: none;
	display: flex;
}
.unitcontent-wrapper .info-body .highlights-wrapper ul li {
	font-size: 13px;
    line-height: 1.4em;
    text-align: left;
	padding: 5px;
	word-wrap: break-word;
	overflow-wrap: break-word;
  -webkit-hyphens: auto;
	 -moz-hyphens: auto;
		  hyphens: auto;
}
.unitcontent-wrapper .info-body .highlights-wrapper ul {
	justify-content: flex-start;
}
.unitcontent-wrapper .info-body ul li {
	padding: 0px;
}

.highlights-wrapper ul li::before {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/check-green-icon.png);
    padding-right: 10px;
    padding-top: 3px;
}
.unitcontent-wrapper .info-body ul li:not(:last-child) {
    border-right: none;
}
.price-infotext {
	text-align: center;
    font-size: 14px;
}

.linkunit-button {
	width: fit-content;
	background: var(--button-color);
	margin-bottom: 20px;
	border-radius: 20px;
	padding: 0px 20px;
}
.linkunit-button a, .linkunit-button a:hover{
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	height: 55px;
    display: flex;
	font-size: 15px;
	font-weight: 600;
    align-items: center;
    justify-content: center;
}
.breadcrumblist {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.breadcrumblist a{
	color: var(--button-color);
}
.beonbreadcrumb-item {
	padding-right: 20px;
}
.beonbreadcrumb-icon::before {
	content: "";
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/chevron-right-light.svg);
    width: 20px;
    height: 20px;
	transform: rotate(-90deg);
    background-repeat: no-repeat;
    padding-right: 35px;
    background-size: contain;
    filter: invert(80%) sepia(14%) saturate(755%) hue-rotate(177deg) brightness(94%) contrast(88%);
}

@media only screen and (max-width: 1430px) and (min-width: 1025px) {

    .unitcontent-wrapper .info-body ul {
        margin: 0;
    }
    .unitcontent-wrapper .info-wrapper {
        justify-content: space-between;
    }
    .unitcontent-wrapper {
        height: auto;
    }

	.unitcontent-wrapper, .unitcontent-wrapper .image-wrapper {
		width: 376px;
	}
}
@media only screen and (max-width: 1400px) {
	.unitcontent-wrapper .info-body ul li {
		font-size: 12px;
	}
	.unitcontent-wrapper, .unitcontent-wrapper .image-wrapper{
		min-width: 0;
		width: 350px;
	}
}
@media only screen and (max-width: 1366px) {
	.hero-section {
		height: 50vh;
	}
	#showfilter, #open-map, .wrap-sort p, .wrap-sort .select2-container .select2-selection--single .select2-selection__rendered {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1300px) {

    .unitcontent-wrapper, .unitcontent-wrapper .image-wrapper {
		min-width: 0;
		width: 320px;
	}

}



@media only screen and (max-width: 1140px) {
    .unitcontent-wrapper {
        height: auto;
        flex-direction: column;

    }
    .unitcontent-wrapper .image-wrapper, .unitcontent-wrapper .info-wrapper{
        width: 100%;
		max-width: none;
    }
    .image-wrapper {
        height: 320px;
    }
    .show-alternatives > span {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
	.unitcontent-wrapper {
		max-width: none;
	}
	.hero-section {
		height: auto;
		padding: 20px 0px;
	}
	form#searchpage {
		width: 80%;
		margin: auto;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
	}
    .content-wrapper {
        flex-wrap: wrap;
        padding: 10px 20px;
    }
	.breadcrumbwrapper {
		margin-top: 10px;
	}

	.main-search .font-courgette {
		margin: 20px 0px 10px 0px;
  }
	#showfilter, #open-map, .wrap-sort p, .wrap-sort .select2-container .select2-selection--single .select2-selection__rendered {
		font-size: 14px;
	}
	.wrap-options, .left-wrapper {
		flex-wrap: wrap;
	}
	.details-wrapper {
		margin-top: 10px;
	}
	.details-wrapper ul li::before {
		padding-top: 0;
	}
	.filter-wrapper {
		margin: 0;
	}
	#dropdown_search_units .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 0;
	}
	.wrap-options {
		margin: 0;
	}
    .main-search .left-col, .main-search .right-col {
        width: 100%;
        padding: 0;
    }
	#dropdown_search_units .select2-container {
		padding-right: 0px !important;
	}
	#dropdown_search_units span.select2-selection::after {
		right: -8px !important;
	}
	.hide-desktop {
		display: block;
		width: 50%;
		color: var(--button-color);
	}
	.hide-desktop h5 {
		margin: 0;
	}
	.hide-mobile {
		display: none;
	}
	#order {
		width: 50%;
	}
    .main-search .left-col {
        margin-bottom: 20px;
    }
    .image-wrapper {
        height: 250px;
    }

    .property-wrapper h4, .search-count, .activeoptions-wrapper, .main-search .left-col h2 {
        border-bottom: 0;
    }
	.map-content {
		width: 95vw;
	}
	.search-count .map-button-wrapper .map-button {
		height: 100%;
	}

    .main-search .left-col {
        border: none;
        min-width: 0;
    }
    .main-search .right-col {
        border: none;
        display: flex;
        flex-direction: column;
    }
    .search-count {
        flex-wrap: wrap;
        height: auto;
    }
    .search-count > .buttons-wrapper {
        width: 50%;
		flex-wrap: wrap;
    }

	.search-count > .buttons-wrapper > .map-button-wrapper {
		width: 50%;
		height: 70px;
		text-align: center;
	}

    .main-search .left-col h2 {
        margin-top: 20px;
    }
    .search-count h3 {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .sort-wrapper {
        margin-left: auto;
		width: 100%;
		display: flex;
		align-items: center;
		margin: 5px 0;
    }
    .main-search .activeoptions-wrapper {
        flex-wrap: wrap;
        border-bottom: none;
		padding-left: 0;
        order: -1;
		border: none;
    }
    .main-search .activeoptions-wrapper > div {
        width: 100%;
    }
    .info-footer {
        display: flex;
		flex-wrap: wrap;
		min-height: 0;
    }
	.highlights-wrapper {
		display: none;
	}
}


@media only screen and (max-width: 767px) {
	.unit-wrapper {
		justify-content: center;
	}
	.unitcontent-wrapper {
		width: 100%;
		max-width: 400px;
	}
	h4.title-container, .highlights-wrapper {
		min-height: 0;
	}
	#dropdown_search_units .select2-container .select2-selection--single {
		max-width: 300px;
	}
}
@media only screen and (max-width: 500px) {
	.unit-wrapper {
		justify-content: center;
	}
	.unitcontent-wrapper {
		max-width: none;
		margin: 20px 0;
	}
	.unitcontent-wrapper ul.flex-direction-nav {
		display: none;
	}
}
@media only screen and (max-width: 390px) {
	.unitcontent-wrapper .info-body ul li {
		font-size: 11px;
	}
	}
	@media only screen and (max-width: 380px) {
		.unitcontent-wrapper .info-body ul li {
			font-size: 10px;
		}
		}

