.unitslider-wrapper {
	position: relative;
	padding: 0px;
}

.swiperlisting {
	background: var(--beon-secondary-color);
	overflow: hidden;
	border-radius: var(--beon-border-radius);
}


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

.flexslider {
	background: transparent !important;
	border: none !important;
}


.flex-next::before {
	content: '' !important;
	background-image: url(/wp-content/themes/ilovesylt/assets/images/right-arrow.svg);
	background-size: contain;
	font-size: 0 !important;
	height: 30px;
	width: 30px;
}

.flex-prev::before {
	content: '' !important;
	background-image: url(/wp-content/themes/ilovesylt/assets/images/right-arrow.svg);
	background-size: contain;
	font-size: 0 !important;
	height: 30px;
	width: 30px;
	transform: scale(-1);
}

.properties-wrapper img {
	width: 20px;
	padding-right: 4px;
}

div.swiper-button-next {
	right: -100px;
}

div.swiper-button-prev {
	left: -100px;
}

.flex-control-nav {
	display: none;
}

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

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


.info-wrapper {
	position: relative;
	padding: 20px;
	height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: var(--beon-form-background) !important;
}

.flexslider {
	margin: 0 !important;
}


.beon-random-unitslider .flexslider {
	overflow: hidden;
}

.beon-random-unitslider .flexslider .flex-viewport {
	scale: 1.1;
	transition: scale 0.5s ease-in-out;
}

.beon-random-unitslider .flexslider:hover{
	.flex-viewport {
		scale: 1;
	}
	.ratingnumber-wrapper {
		opacity: 0;
	}

	.premium-highlight-wrapper {
		opacity: 0;
	}
}


.price-container {
	position: absolute;
	top: 0%;
	right: 0;
	transform: translate(0, -50%);
	background-color: var(--button-color);
	color: var(--link-color);
	display: flex;
	justify-content: center;
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
	align-items: center;
	transition: opacity 0.4s ease;
	opacity: 1;
	border-radius: 50px 0px 0px 50px;
	padding: 10px 10px;
}
.price-container:hover{
	background-color: var(--beon-button-hover-color);
}
.price-container a,
.price-container a:hover {
	color: var(--link-color);
	font-size: var(--beon-small-font-size);
}
.price-container span.price{
	padding: 0px 5px;
}
h4 a,
h4 a {
	color: var(--text-color);
}

.info-wrapper p {
	margin-top: 10px;
	font-size: var(--font-size-medium);
}

.properties-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.beon-unit-slider ul.flex-direction-nav,
.beon-unit-slider ul.slides {
	height: 0;
	padding: 0;
}

.properties-wrapper div {
	text-align: center;
	border-right: 1px solid var(--border-color);
	width: inherit;
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	flex-grow: 1;
}

.properties-wrapper .extrawidth {
	min-width: 161px;
}

.properties-wrapper div:last-child {
	border: none;
}

.properties-wrapper div p {
	margin: 0;
	font-weight: 500;
	font-size: var(--font-size-small);
	display: flex;
	align-items: center;
}


.beon-unit-slider~.swiper-button-next,
.beon-unit-slider~.swiper-button-prev {
	height: 50px;
	width: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.beon-unit-slider~.swiper-button-next {
	background-image: url(/wp-content/themes/ilovesylt/assets/images/chevron-solid-right.svg);
}

.beon-unit-slider~.swiper-button-prev {
	background-image: url(/wp-content/themes/ilovesylt/assets/images/chevron-solid-left.svg);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	font-size: 12px !important;
	font-weight: bold;
	display: none;
}

.frontpage-exclusive-slider .ratingnumber-wrapper,
.beon-random-unitslider .ratingnumber-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	background: var(--beon-green-color);
	color: white;
	height: fit-content;
	background-size: contain;
	background-repeat: no-repeat;
	height: 36px;
	width: 55px;
	border-radius: 50px 50px 50px 0px;
	position: absolute;
	z-index: 4;
	top: 20px;
	right: 20px;
	padding: 0px 10px;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.frontpage-exclusive-slider .ratingnumber-wrapper img,
 .beon-random-unitslider .ratingnumber-wrapper img{
	height: 8px !important;
	object-fit: contain;
	width: auto !important;
}


.wrap-highlight {
	display: flex;
	gap: 10px;
	padding-top: 12px;
}

.wrap-highlight li {
	list-style: none;
}


.exclusive-slider-wrapper .details-wrapper {
	padding-top: 12px;
}

.exclusive-slider-wrapper .details-wrapper ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	gap: 7px;
}

.exclusive-slider-wrapper .details-wrapper ul li {
	text-align: center;
	background: inherit;
	padding: 6px 10px;
	border-radius: var(--beon-btn-border-radius);
	border: 1px solid var(--beon-primary-color);
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	font-size: var(--beon-extrasmall-font);
	line-height: 19px;
}

.details-wrapper li img {
	width: 18px;
	height: 18px;
}

.exclusive-slider-wrapper .info-wrapper h4 {
	line-height: 30px;
}

h4 a,
h4 a {
	color: var(--text-color);
}

.info-wrapper p {
	margin-top: 10px;
	font-size: var(--beon-small-font-size);
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0px;
}

.exclusive-slider-wrapper .info-wrapper h4 {
	line-height: 30px;
}

.properties-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.beon-unit-slider ul.flex-direction-nav,
.beon-unit-slider ul.slides {
	height: 0;
	padding: 0;
}

.properties-wrapper div {
	text-align: center;
	border-right: 1px solid var(--border-color);
	width: inherit;
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	flex-grow: 1;
}

.properties-wrapper .extrawidth {
	min-width: 161px;
}

.properties-wrapper div:last-child {
	border: none;
}

.properties-wrapper div p {
	margin: 0;
	font-weight: 500;
	font-size: var(--font-size-small);
	display: flex;
	align-items: center;
}

h3.title-container a,
h3.title-container a:hover {
	color: var(--beon-form-background);
	font-size: 23px;
	line-height: 31px;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
}

h3.title-container {
	margin: 0px;
	font-size: 23px;
	line-height: 31px;
	padding: 12px 0px;
	font-weight: bold;
	color: var(--beon-form-background) !important;
}


.premium-highlight-wrapper {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border-radius: var(--beon-border-radius);
	width: 135px;
	max-width: 135px;
	height: 60px;
	background: var(--beon-secondary-color) !important;
	opacity: 1;
	gap: 5px;
}


.left-icon-wrapper img,
.left-icon-wrapper {
	height: 40px !important;
	object-fit: contain !important;
}


.premium-highlight-wrapper .premium-highlight p {
	color: white;
	font-size: 12px;
	margin: 0px !important;
	line-height: 15px;
	text-align: center;
}

@media only screen and (max-width:1550px) and (min-width:1025px){
	div.swiper-button-next {
		right: -50px;
	}
	
	div.swiper-button-prev {
		left: -50px;
	}
	
}

@media only screen and (max-width: 1024px) {
	.properties-wrapper {
		width: 100%;
	}

	.properties-wrapper .extrawidth {
		min-width: 40%;
	}

	.properties-wrapper div p {
		font-size: 12px !important;
	}

	.properties-wrapper div {
		padding: 10px 2px;
	}
	div.swiper-button-next,div.swiper-button-prev{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.properties-wrapper {
		width: 100%;
		position: static;
		top: 0;
		left: 0;
		transform: none;
		margin-top: 20px;
	}

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

	.frontpage-exclusive-slider .flexslider {
		overflow: hidden;
		height: 250px !important;
	}

	.properties-wrapper div {
		width: auto;
	}

	.wrap-highlight {
		gap: 5px;
		flex-wrap: wrap;
	}

	.info-wrapper {
		min-height: 230px !important;
		max-height: 280px !important;
	}
	.info-wrapper p {
		padding-top: 10px;
	}
	h3.title-container,h3.title-container a, h3.title-container a:hover{
		font-size: 20px;
		line-height: 30px;
	}

	.details-wrapper ul li:nth-child(3) {
		display: none;
	}

	.description-wrapper {
		padding-top: 30px;
	}

	.mobile-only {
		display: flex;
		justify-content: space-between;
	}

	.mobile-only .favorites-button {
		width: 30%;
	}

	.beon-unit-slider~.swiper-button-next,
	.beon-unit-slider~.swiper-button-prev {
		right: -20px;
	}

	div.swiper-button-prev {
		left: -20px;
	}

	.mobile-only .price-button {
		width: 70%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--gold);
	}

	.mobile-only .price-button a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 50px;
		font-weight: bold;
		letter-spacing: 1.2px;
	}

	.unitslider-wrapper {
		padding: 0;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	#angebot-carousel .elementor-swiper-button,#mobile-urlaub-slider .elementor-swiper-button {
		display: none;
	}

	#mobile-urlaub-slider .swiper{
		width: 100% !important;
	}
}