.unitcontent-wrapper {
	width: 100%;
	overflow: hidden;
	/* position: relative; */
	display: flex;
	background-color: white;
	margin-bottom: 30px;
	min-height: 280px;
	max-height: 445px;
	border-radius: var(--beon-border-radius);
}

.unitcontent-alternatives-wrapper #slider .slides img {
	min-height: 280px;
	max-height: 445px;
}
.details-image-wrapper {
	display: flex;
	flex-direction: row;
}
h4.title-container {
	padding-right: 50px;
	margin: 0px;
}

.image-wrapper {
	min-height: 280px;
	width: 45%;
}
.tooltip {
	font-size: 14px;
}

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

.unitcontent-wrapper .info-wrapper {
	display: flex;
	width: 55%;
	flex-direction: column;
	position: relative;
	justify-content: space-between;
	background: white;
	min-height: 280px;
	border-left: 0px;
}

/* span.wrap-value {
	margin-left: 5px;
} */


.unitcontent-wrapper .info-wrapper h3 a,
.unitcontent-wrapper .info-wrapper h3 a:hover {
	font-weight: bold;
	text-decoration: none;
}

.additional-results-wrapper {
	width: 100%;
	font-size: var(--font-size-medium);
}

.unitcontent-wrapper .info-body {
	position: relative;
	padding: 30px;
}

.unitcontent-wrapper .info-body ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	gap: 20px;
}

.unitcontent-wrapper .unit-region {
	font-weight: 300;
	margin: 0px;
	padding-top: 5px;
	font-size: var(--font-size-medium);
}

.unitcontent-wrapper .info-body ul li {
	font-size: 15px;
	/* flex: 1 1 auto; */
	text-align: center;
	line-height: 20px;
	background: #f7f7f7;
	padding: 10px 20px;
	border-radius: 10px;
	color: var(--button-color);
	font-weight: var(--beon-font-weight-bold) !important;
}

.unitcontent-wrapper .info-body ul li+li {
	border-left: solid 1px var(--border-color);
}

.unitcontent-wrapper .details-wrapper {
	padding: 20px 0px;
}

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

.unitcontent-wrapper .info-body ul li.border-props {
	border-right: 1px solid var(--border-color);
	height: 50px;
}

.info-footer {
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
	padding: 0px 20px;
}

h4.title-container a,
h4.title-container a:hover {
	color: var(--beon-button-color);
	text-decoration: none;
	margin: 0px;
}

.alternatives-wrapper {
	color: #32891D;
	font-weight: var(--beon-font-weight-bold) !important;
	display: flex;
	align-items: center;
}

.alternatives-wrapper img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.unit-rating-wrapper {
	width: 50%;
	display: flex;
	gap: 10px;
	align-items: center;
}

.rating-data {
	font-weight: 700;
}

.unit-rating-wrapper .rating-value {
	background-color: #32891D;
	border-radius: 5px;
	padding: 4px 10px;
	color: white !important;
	height: 30px;
	font-size: 14px;
}

.price-container {
	height: 50px;
	gap: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	transition: opacity 0.4s ease;
	
}

.sticky-box {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

.unitcontent-wrapper .price-container a,
.unitcontent-wrapper .price-container a:hover {
	color: white;
	text-decoration: none;
	min-width: 100px;
	max-width: 200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
	background-color: var(--button-color);
	font-size: 15px;
	border-radius: 10px 10px 0px 0px;
}

.postfix-text,
.unit-rating-info {
	font-size: 12px;
	color: #505050 !important;
}

.unitcontent-wrapper ul {
	padding: 0;
	margin: 0;
}

.unitcontent-wrapper .showprice span {
	font-weight: var(--beon-font-weight-bold);
}

.book-button {
	padding-left: 50px;
	border-left: 1px solid #AF9556;
	height: 50px;
	display: flex;
	align-items: center;
}

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



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

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

.offer-wrapper {
	color: #C20F1B;
	font-size: var(--font-size-medium);
	font-weight: var(--beon-font-weight-bold) !important;
	display: flex;
	align-items: center;
}

.offer-wrapper img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.premium-highlight-wrapper {
	position: absolute;
	left: 40px;
	top: 0px;
	z-index: 1;
	border-radius: 0px 0px 5px 5px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
	height: 35px;
	background: var(--beon-secodary-color);
}

.premium-highlight {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: white;
	/* font-size: 14px;
	font-weight: var(--beon-font-weight-bold) !important; */
}

.rating-wrapper {
	display: flex;
	align-items: center;
}

/* .rating-heart {
	width: 50px;
	height: 50px;
} */

.oprice {
	text-decoration: line-through;
	margin: 0 10px;
	font-weight: 300 !important;
	opacity: 0.6;
	color: #3F799F !important;
	display: flex;
	gap: 2px;
}

.highlight-offerprice {
	color: var(--submit-button-color);
	display: flex;
	gap: 2px;
}

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

#slider {
	border: none;
	margin: 0;
}

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

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

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

.flex-next::before {
	content: url(/wp-content/themes/agenturammeer/assets/images/Arrow_Blue_2.svg) !important;
	font-size: 0 !important;
	height: 30px;
	width: 30px;
	transform: scale(-1);
}

.flex-prev::before {
	content: url(/wp-content/themes/agenturammeer/assets/images/Arrow_Blue_2.svg) !important;
	font-size: 0 !important;
	height: 30px;
	width: 30px;
}

.flexslider .flex-direction-nav a {
	margin-top: -15px !important;
	height: 30px !important;
	width: 30px !important;
	top: 50%;
	bottom: 20px;
	z-index: 1;
}

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

.flex-direction-nav {
	height: 0;
}

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

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

/*Favourites*/
.info-body .favouritebtn .simplefavorite-button:before {
	line-height: 1;
	position: absolute;
	top: 55%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}

.info-body .favouritebtn {
	display: flex;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.info-body .favouritebtn .simplefavorite-button {
	padding: 0;
	font-size: 0;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background-color: #004c7b1d;
	border-radius: 50%;
	border: none;
	display: grid;
	place-items: center;
	/* color: #b3b3b3 !important; */
	position: relative;
}

.unitcontent-wrapper .favorites-button .simplefavorite-button,
.unitcontent-wrapper .favorites-button .simplefavorite-button:hover {
	background-color: transparent;
	border: none;
	cursor: pointer;
	opacity: 1;
	box-shadow: none;
}

.favorites-button {
	position: absolute;
	right: 0;
	top: 50px;
	padding: 0;
}

.simplefavorite-button::before {
	content: "";
	background-image: url(/wp-content/themes/agenturammeer/assets/images/heart-regular.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	top: 0;
	height: 20px;
	right: 20px;
}

.simplefavorite-button:focus {
	outline: none;
	border: none;
}

.simplefavorite-button.active {
	opacity: 1 !important;
}

.simplefavorite-button.active::before {
	content: "";
	background-image: url(/wp-content/themes/agenturammeer/assets/images/heart-solid.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	top: 0;
	height: 20px;
	right: 20px;
}

.simplefavorite-button img {
	width: 55px;
	height: 55px;
}

.unitcontent-wrapper.distractor {
	background-color: var(--beon-primary-color);
	color: white;
	height: 100%;
}

.distractor h3 {
	color: white !important;
}

.reise-img img {
	width: 160px;
}
.watten-img img{
    width: 100px;
}
.bade-img img{
    width: 100px;
}

@media only screen and (max-width: 1550px) and (min-width: 1025px) {
	.reise-img img {
		width: 130px;
	}
	.watten-img img{
		width: 80px;
	}
	.unit-rating-wrapper{
		width: 30%;
	}
	.unit-rating-info{
		display: none;
	}
	.price-container{
		width: 70%;
	}
	.alternatives-wrapper{
		font-size: 13px;
		gap: 5px;
	}

	.main-search .right-col {
		padding-left: 0%;
	}

	.unitcontent-wrapper .info-body ul li {
		padding: 5px 10px;
	}

	#slider .slides img {
		min-height: 250px;
	}

	.unitcontent-wrapper .info-body ul {
		margin: 0;
	}

	.unitcontent-wrapper .info-wrapper {
		justify-content: space-between;
	}

	.classification img {
		width: 18px;
		padding-right: 5px;
	}

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

	.unitcontent-wrapper .info-body {
		padding: 20px;
	}
}

/* @media only screen and (max-width: 1250px) {
	.unitcontent-wrapper {
		height: auto;
		flex-direction: column;
		width: calc(50% - 10px);
	}

} */
.flex-alternative {
	display: flex;
	align-items: center;
}

.details-wrapper-icon ul {
	padding-bottom: 10px !important;
}

.details-wrapper-icon ul li {
	background-color: transparent !important;
	padding: 0px !important;
}

.details-wrapper-icon img {
	height: 24px;
	width: 24px;
}

@media only screen and (max-width: 1024px) {
	.unitcontent-wrapper .info-body ul {
		flex-wrap: wrap;
		gap: 10px;
	}

	.reise-img img {
		width: 130px;
	}

	.unitcontent-wrapper .info-body {
		position: relative;
		padding: 20px;

	}

	.unitcontent-wrapper .info-body ul li+li {
		border: none;
	}

	#slider .slides img {
		min-height: 0;
	}

	.details-wrapper ul {
		padding: 0;
		padding-bottom: 20px;
	}

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

	h4.title-container {
		padding-right: 0px;
	}

	.info-body .favouritebtn .simplefavorite-button {
		background-color: white;
	}

	.info-body .favouritebtn {
		margin-top: -250px;
	}

	.property-wrapper h4,
	.search-count,
	.activeoptions-wrapper,
	.main-search .left-col h2 {
		border-bottom: 0;
	}

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

@media only screen and (max-width: 767px) {
	.alternatives-wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.unitcontent-wrapper .price-container a,
	.unitcontent-wrapper .price-container a:hover {
		max-width: 220px;
		min-width: auto;
	}

	.reise-img img {
		width: 130px;
	}

	.flex-alternative {
		display: flex;
		align-items: center;
	}

	#slider .slides img {
		min-height: 250px;
		max-height: 250px;
	}

	.unitcontent-wrapper .info-body {
		padding: 20px;
	}

	.unitcontent-wrapper {
		margin-bottom: 40px;
		min-height: 450px;
		max-height: 100%;
		width: 100%;
		overflow: hidden;
		display: block;
	}

	.image-wrapper {
		width: 100%;
		min-height: 250px;
		max-height: 250px;
	}

	.unitcontent-wrapper .info-wrapper,
	.unitcontent-wrapper .info-body {
		width: 100%;
		border-left: 0px;
		max-height: 100%;
	}

	.postfix-text {
		display: none;
	}

	.unitcontent-wrapper .info-body ul li {
		font-size: 14px;
		padding: 5px 12px;
	}
}
