.beon_highlight{
	padding-top: 30px;
    padding-bottom: 60px;
}

.beon_highlight h3::after{
	content: "";
    display: block;
    width: 7rem;
    height: 4px;
    background-color: var(--beon-text-color);
    margin: 20px 0px;
    transition: all 300ms ease-in-out;
}

#ausstattungswrapper>div {
	width: 50%;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
}

div#ausstattungswrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: auto;
	height: 50vh;
}

.propertyvalue {
	position: relative;
	padding-left: 45px;
	line-height: 40px;
	font-size: var(--beon-medium-font-size);
}

.propertyvalue::before {
	content: "";
	background: url(/wp-content/themes/ilovesylt/assets/images/checkmark-solid.svg);
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 4px;
	background-repeat: no-repeat;
    background-size: contain;
}

ul.distances-list {
	display: flex;
	justify-content: space-between;
	padding: 0;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}
ul.distances-list li {
	width: 50%;
	text-align: left;
}
div#ausstattungswrapper > div.allgemein-wrapper  {
	width: 100%;
}
.allgemein-wrapper > div > div {
	display: flex;
	flex-wrap: wrap;
}
.allgemein-wrapper div.propertyvalue {
	width: 50%;
}

.toggleProperty {
	display: none;
	position: fixed;
	background-color: var(--beon-form-background);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 14;
	padding: 2rem;
	border: 1px solid var(--beon-popup-border-color);
    border-radius: var(--beon-border-radius);
}
#property-close {
   
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    padding: 0.3rem;
    cursor: pointer;
    img {
        display: flex;
    }
}
.main-wrapper{
	max-height: 550px;
	overflow-y: auto;
}
.more_properties p{
	margin: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.more_properties p img{
	width: 20px;
	height: 20px;
}

button#moreInfoBtn.more_properties , button#moreInfoBtn.more_properties:hover{
	border: 1px solid var(--beon-text-color);
	background-color: inherit !important;
	color: var(--beon-text-color);
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
	margin: 20px 0px;
	width: 310px;
	height: 50px;
	font-weight: 400;
}
.toggleProperty h4 {
    border-bottom: 1px solid var(--beon-border-color);
    margin: 0px;
    color: var(--beon-text-color);
    text-align: left;
    margin-bottom: 20px;
    font-weight: var(--beon-bold);
}

.bedroom-wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 22px;
	padding-top: 50px;
	padding-bottom: 70px;
}
.bedroom-property {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
	padding: 20px;
	height: 250px;
    width: 180px;
	background-color:var(--beon-highlight-color) ;
	border-radius: var(--beon-border-radius);
	font-size: var(--beon-small-font-size);
}
.bedroom-icon {
    height: 100px;
    width: 100px;
    background: url(/wp-content/themes/ilovesylt/assets/images/Bett.svg);
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
}
.bedroom-title{
	font-size: var(--beon-medium-font-size) !important;
	padding-bottom: 20px;
	text-align: center;
}
.bed-info{
	text-align: center;
	padding-top: 15px;
	font-size: 15px;
}

.highlights-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px; 
    margin-top: 20px;
}

.highlights-column {
    flex: 1; 
    max-width: 48%; 
}

.highlights-column h6 {
    font-size: var(--beon-medium-font-size);
    color: var(--beon-text-color); 
    margin-bottom: 10px;
	line-height: 30px;
    font-weight: bold;
}
.highlights-column p {
    font-size: var(--beon-medium-font-size);
    color: var(--beon-text-color); 
	margin-bottom: 30px;
	width: 80%;
}

.highlights-column ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.highlights-column ul li {
	position: relative;
    padding-left: 45px;
    line-height: 40px;
    font-size: var(--beon-medium-font-size);
}

.highlights-column ul li::before {
	content: "";
    background: url(/wp-content/themes/ilovesylt/assets/images/checkmark-blue.svg);
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}


@media only screen and (max-width: 1024px) {
	#ausstattungswrapper>div>div {
		padding: 0px;
	}
	.icon-wrapper {
		width: 50px;
	}
	.toggleProperty {
		width: 90vw;
	}
	.highlights-column {
		flex: 1;
		max-width: 100%;
	}
	.highlights-column p{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	ul.distances-list li {
		width: 100%;
		line-height: 26px;
	}
	button#moreInfoBtn.more_properties, button#moreInfoBtn.more_properties:hover{
		width: 100%;
	}
	.bedroom-property{
		padding: 10px;
		min-width: 180px;
		height: 230px;
	}
	.bedroom-title{
		font-size: var(--beon-regular-font-size) !important;
	}
	.bedroom-wrapper {
		width: 100%;
		gap: 26px;
		overflow: hidden;
		overflow-x: scroll;
		padding-left: 20px;
	}
	.unit-wrap-properties > .unit-section-separator,
	.unit-wrap-ratings > .unit-section-separator{
		margin-left: 20px;
        margin-right: 20px;
	}


	.toggleProperty {
		width: 90vw;
		padding: 20px;
	}
	.propertyvalue {
		hyphens: auto;
		width: 100% !important;
		font-size: 15px;
		padding-left: 30px;
	}
	#ausstattungswrapper>div {
		margin-bottom: 0;
	}
	#ausstattungswrapper h5{
		line-height: 35px;
		margin: 0px !important;
		padding-top: 20px !important;
	}
	.propertyvalue::before{
		top: 8px;
		width: 22px;
		height: 22px;
	}

	#ausstattungswrapper>div {
		min-width: 100%;
	}

	div#ausstattungswrapper {
		justify-content: flex-start;
	}

	#ausstattungswrapper>div>.icon-wrapper {
		min-width: 30%;
	}

	#ausstattungswrapper .icon-wrapper img {
		width: 36px;
		height: 36px;
	}

	.bedroom-wrapper::-webkit-scrollbar-track {
		background-color: transparent !important;
		height: 0px !important;
		width: 0px !important;
	}
	.bedroom-wrapper::-webkit-scrollbar {
		background-color: transparent !important;
		height:0px !important;
		width: 0px !important;
	}
	.bedroom-wrapper::-webkit-scrollbar-thumb {
		background-color: transparent !important;
		height: 0px !important;
		width: 0px !important;
	}
}