.beon-unit-slider .swiper-slide {
	width: 336px;
	height: auto;
	margin-right: 32px;
	align-self: stretch;
}
.beon-unit-slider.swiper {
	overflow: visible;
	width: calc(100% - 160px);
}
.beon-unit-slider .swiperlisting {
    border-radius: 10px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: box-shadow .2s ease;
}
.beon-unit-slider .swiperlisting:hover {
	box-shadow:0 0 20px rgba(138, 111, 65, 0.4);
}

@media (max-width: 767px) {
	.beon-unit-slider.swiper {
		width: 100%;
	}
}

/* 
 * Image Part (based on Flexslider)
 */
.image-wrapper .highlight-marker-wrapper {
	display: flex;
	flex-direction: row;
	gap: 5px;
	position: absolute;
	z-index: 1;
	flex-wrap: wrap;
	left: 17px;
	top: 16px;
}
.image-wrapper .group-highlight-wrapper {
	display: flex;
	border-radius: var(--beon-listing-img-marker-border-radius);
	box-shadow: var(--beon-listing-img-marker-shadow);
	padding: 6px 10px;
	font: var(--beon-listing-img-marker-font);
	cursor: default;
}
.image-wrapper .group-highlight-wrapper, .image-wrapper a:hover .group-highlight-wrapper {
	background-color: var(--beon-listing-img-marker-group-bg-color);
	color: var(--beon-listing-img-marker-group-text-color);
}
.image-wrapper .flex-viewport {
	border-radius: 10px 10px 0 0;
}

.unitslider-wrapper .swiperlisting #slider.flexslider img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* 
 * Flexlider specifics 
*/
.image-wrapper #slider {
	border: none;
	margin: 0;
}

.image-wrapper .flex-prev::before {
	/* content: url(/wp-content/themes/port54-theme/assets/images/arrow_left.svg) !important; */
	font-size: 0 !important;
	height: 10px;
	width: 10px;
	/* filter: var(--beon-listing-gallery-icon-filter); */
	left: 11px;
	top: 6px;
	position: relative;
	background-color: var(--accent);
    mask-size: contain ;
    -webkit-mask-size: contain;
    mask: url(../images/arrow_left.svg) no-repeat center;
}
.image-wrapper .flex-direction-nav .flex-prev {
	background-color: var(--beon-listing-gallery-icon-bg-color);
	border: var(--beon-listing-gallery-icon-border);
	border-radius: var(--beon-listing-gallery-icon-border-radius);
	left: 20px !important;
}
.image-wrapper .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
}
.image-wrapper .flexslider:hover .flex-direction-nav .flex-prev:hover {
	left: 15px !important;
}
.image-wrapper .flex-next::before {
	/* content: url(/wp-content/themes/port54-theme/assets/images/arrow_right.svg) !important; */
	font-size: 0 !important;
	height: 10px;
	width: 10px;
	/* filter: var(--beon-listing-gallery-icon-filter); */
	right: 11px;
	top: 6px;
	position: relative;
	background-color: var(--accent);
    mask-size: contain ;
    -webkit-mask-size: contain;
    mask: url(../images/arrow_right.svg) no-repeat center;
}
.image-wrapper .flex-direction-nav .flex-next {
	background-color: var(--beon-listing-gallery-icon-bg-color);
	border: var(--beon-listing-gallery-icon-border);
	border-radius: var(--beon-listing-gallery-icon-border-radius);
	right: 20px !important;
}
.image-wrapper .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
}
.image-wrapper .flexslider:hover .flex-direction-nav .flex-next:hover {
	right: 15px !important;
}
.image-wrapper .flexslider .flex-direction-nav a {
	margin-top: -15px !important;
	height: 36px !important;
	width: 36px !important;
	color: transparent;/* visually erases the "Next"/"Previous" */
}
.image-wrapper .flexslider .flex-control-nav {
	bottom: 0px;
	opacity: 1;
}
.image-wrapper .flexslider .flex-control-nav li a {
	width: 7px;
	height: 7px;
	background: var(--beon-listing-gallery-dots-color-inactive);
	box-shadow: none;
}
.image-wrapper .flexslider .flex-control-nav li a.flex-active {
	background: var(--beon-listing-gallery-dots-color-active);
}

/* 
 * Info Part 
 */
.swiperlisting .info-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	height: 100%;
}
.info-wrapper .info-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.info-header .unit-region {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	color: var(--accent);

}
.info-header .unit-region p {
	font: var(--beon-listing-region-font);
	margin: 0;
}
.info-header .unit-region img {
	filter: var(--beon-listing-region-icon-filter);
	width: 20px;
	height: 20px;

}
.info-header .unit-favorite .simplefavorite-button {
	background-color: transparent;
	border: none;
	height: 34px;
	width: 34px;
	border-radius: var(--beon-listing-favorite-border-radius);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-header .unit-favorite .simplefavorite-button:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: var(--accent);
	mask-size: contain !important;
	-webkit-mask-size: contain !important;
	mask: url(../images/favorite.svg) no-repeat center;
}
.info-header .unit-favorite .simplefavorite-button.active {
	background-color: var(--beon-listing-favorite-bg-color-hover);
	opacity: 1;
}
.info-header .unit-favorite .simplefavorite-button:hover {
	background-color: var(--beon-listing-favorite-bg-color-hover);
}
.simplefavorite-button img {
	/* filter:	var(--beon-listing-favorite-icon-filter); */
	width: 18px;
}
.simplefavorite-text {
	display: none;
}
.info-wrapper .info-body {
	display: flex;
	flex-direction: column;
}
.info-body .unit-title,
.info-body .unit-title a, 
.info-body .unit-title a:hover {
	color: var(--main);
}
.info-body .properties-wrapper {
	font: var(--beon-listing-keyfacts-font);
}
.info-body .properties-list {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.info-body .properties-list li {
	list-style: none;
	align-items: center;
}
.info-body .properties-list li:first-child:before {
	display: none;
}
.info-body .properties-list li:before {
	content: '•';
	font-size: 10px;
	margin: 0 5px;
} 
.info-body .highlights-wrapper {
	margin-top: 16px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	flex-wrap: wrap;
}
.highlights-wrapper .single-highlight {
	font: var(--beon-listing-highlights-font);
	line-height: 20px;
	background-color: var(--beon-listing-highlights-bg-color);
	color: var(--beon-listing-highlights-text-color);
	border: var(--beon-listing-highlights-border);
	border-radius: var(--beon-listing-highlights-border-radius);
	padding: 5px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.single-highlight:before {
	content: '';
	background-color: var(--accent);
	width: 18px;
	height: 18px;
	mask: url(../images/highlights/sauna.svg) center/contain no-repeat;
}
.highlight-whirlpool:before {
	mask-image: url(../images/highlights/whirlpool.svg);
}
.highlight-pets:before {
	mask-image: url(../images/highlights/hund.svg);
}
.highlight-wifi:before {
	mask-image: url(../images/highlights/wlan.svg);
}
.highlight-fireside:before {
	mask-image: url(../images/highlights/kamin.svg);
}
.highlight-sauna:before {
	mask-image: url(../images/highlights/sauna.svg);
}
.highlight-seaview:before {
	mask-image: url(../images/highlights/meerblick.svg);
}
.highlight-bedlinen:before {
	mask-image: url(../images/highlights/bed.svg);
}
.highlight-garden:before {
	mask-image: url(../images/highlights/meerblick.svg);
}
.highlight-ebike_charging:before,
.highlight-ecar_charging:before {
	mask-image: url(../images/highlights/elektroladestation.svg);
}
.highlight-washer:before {
	mask-image: url(../images/highlights/waschmaschine.svg);
}
.highlight-privateparking:before {
	mask-image: url(../images/highlights/parkplatz.svg);
}
.info-wrapper .info-footer {
	display: flex;
	flex-direction: column;
	padding-top: 17px;
}
.info-footer .default-layout-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.info-footer .rating-wrapper {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.rating-wrapper .rating-box {
	height: 29px;
	width: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--beon-listing-rating-box-text-color);
	font: 300 13px/21px var(--beon-font-family);
	background-color: var(--accent);
	mask: url(../images/Rating.svg) no-repeat center;
	-webkit-mask: url(../images/Rating.svg) no-repeat center;
	mask-size: contain;
}
.rating-wrapper .rating-details {
	display: flex;
	gap: 6px;
	align-items: center;
	font-size: 12px;
	line-height: 20px;
	color: var(--accent);
}
.rating-wrapper .rating-details > div {
	display: flex;
	gap: 6px;
}
.rating-wrapper .rating-details > div:before {
	content: '.';
	line-height: 12px;
	font-size: 16px;
	display: inline-block;
}
.rating-wrapper .rating-details > div:first-child:before {
	display: none;
}
.rating-wrapper .rating-details p {
	margin: 0;
}
.rating-details .rating-text {
	/* font: var(--beon-listing-rating-font-line-1); */
}
.rating-details .rating-count {
	/* font: var(--beon-listing-rating-font-line-2); */
}
.info-footer .no-price-button {
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    transition: left ease-out 0.3s;
	left: 0px;
}
.info-footer .no-price-button:before {
	content: '';
	height: 35px;
	width: 35px;
	background-color: var(--accent);
	mask: url(../images/arrow_right_alt.svg) no-repeat center;
	-webkit-mask: url(../images/arrow_right_alt.svg) no-repeat center;
	mask-size: contain;
}
.info-footer .no-price-button:hover {
	left: 5px;
}


/* work further */

.unitslider-wrapper .beon-swiper-button-next {
    right: -75px;
	transition: right ease-out 0.3s;
}
.unitslider-wrapper .beon-swiper-button-next:hover {
    right: -80px;
}
.unitslider-wrapper .beon-swiper-button-prev {
	left: -75px;
	transition: left ease-out 0.3s;
}
.unitslider-wrapper .beon-swiper-button-prev:hover {
    left: -80px;
}
.unitslider-wrapper .beon-swiper-button-next, .unitslider-wrapper .beon-swiper-button-prev {
    background-color: var(--beon-swiper-icon-bg-color);
	font-family: var(--beon-font-family);
    color: var(--beon-swiper-icon-color);
    border-radius: 50%;
    padding: 12px;
    width: 36px;
    background-image: none;
    height: 36px;
	z-index: 1;
    position: absolute;
    top: 50%;
	cursor: pointer;
}
.unitslider-wrapper .beon-swiper-button-next:after {
	content: url(/wp-content/themes/port54-theme/assets/images/arrow_right.svg);
	filter: var(--beon-swiper-icon-filter);
    height: 12px;
    width: 12px;
    display: block;
}
.unitslider-wrapper .beon-swiper-button-prev:after {
	content: url(/wp-content/themes/port54-theme/assets/images/arrow_left.svg);
	filter: var(--beon-swiper-icon-filter);
    height: 12px;
    width: 12px;
    display: block;
}
.unitslider-wrapper .beon-swiper-button-next:after, .unitslider-wrapper .beon-swiper-button-prev:after {
	line-height: 12px;
	font-size: 11px;
	font-weight: 300;
}
.highlight-marker-wrapper .special_selected_unit {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 15px;
    background-color: #1E243B;
    border-radius: 40px;
    color: white;
}
.highlight-marker-wrapper .special_selected_unit img {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
}
/* TODO check */

@media only screen and (max-width: 1400px) { 
	.unitslider-wrapper .beon-swiper-button-next, .unitslider-wrapper .beon-swiper-button-prev {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.unitslider-wrapper .beon-swiper-button-next, .unitslider-wrapper .beon-swiper-button-prev {
		display: none;
	}
}
