:root {
	--border-color: #E9E6E1;
}
.property-dropdown-wrapper {
	padding: 6px 30px 6px 0px;
}

.locationdropdown #map {
	height: 430px;
	margin-bottom: 40px;
}
.property-dropdown-wrapper button {
	width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
	background: transparent;
    border: none;
	cursor: pointer;
	padding: 5px 0px;
}
.property-dropdown-wrapper h3 {
	text-transform: none;
	margin: 0;
	text-align: left;
	font-size: 20px;
}

.crossed {
    position: relative;
    overflow: hidden;
}
.crossed:after {
	display: block;
    content: " | ";
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 7px;
    left: -16px;
    width: 36px;
    height: 36px;
    font-size: 35px;
    right: 0;
    color: #e5391f;
}
.property-dropdown-wrapper button:focus {
	border: none;
	outline: none;
}
.icon-wrapper {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.icon-wrapper h5 {
    letter-spacing: 0;
	margin: 0;
}
.icon-wrapper img {
	width: 35px;
	height: 35px;
    filter: invert(80%) sepia(12%) saturate(867%) hue-rotate(179deg) brightness(92%) contrast(92%);
    margin-right: 20px;
}

#ausstattungswrapper .single-dropdown {
	width: 100%;
	padding-bottom: 10px;
}
#ausstattungswrapper .ausstattung-flex-wrapper  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
    padding-bottom: 20px;
}


.property-dropdown-wrapper {
	border-bottom: 2px solid #A7BFDF;
}
.ausstattung-flex-wrapper > div {
    width: 50%;
	margin-bottom: 20px;
}

div#ausstattungswrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: auto;
	flex-direction: column;
	line-height: 1.5em;
}
.property-dropdown-wrapper .open-property-accordeon img, .property-dropdown-wrapper #open-feedbacks img{
	filter: invert(80%) sepia(12%) saturate(867%) hue-rotate(179deg) brightness(92%) contrast(92%);
	width: 22px;
}

.close.open-property-accordeon img, #open-feedbacks img {
	transform: rotate(180deg);
}

.propertyvalue {
	position: relative;
	padding-left: 30px;
	font-weight: 500;
	padding-bottom: 0px;
	padding-right: 5px;
}

.propertyvalue::before {
	content: "";
	background: url(/wp-content/themes/hello-theme-child-master/assets/images/Icon-awesome-check.svg);
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 10px;
	background-repeat: no-repeat;
}
.distances-wrapper {
	width: 100%;
	margin-top: 40px;
}

ul.distances-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.distances-list li{
	display: flex;
    justify-content: space-between;
}
.priceinfo-wrapper {
	margin-bottom: 20px;
}
.distances-list li p, .distances-list li div {
    width: 50%;
    text-align: left;
	margin-bottom: 0;
}
.event-button {
	margin-top: 40px;
}
.bedroomdropdown, .ambientedropdown, .ausstattungsdropdown, .recommenddescdropdown, .outdoordropdown, .rating.single-dropdown, .parkingdropdown, .wellnessdropdown, .locationdropdown, .zahlungsinformationen, .contract, .extras, .wrapprices  {
	display: none;
}
.seasonprices-wrapper {
	margin-bottom: 20px;
	display: block !important;
}
.overview-wrapper {
	columns: 3;
}
.overview-wrapper .icon-highlight {
	margin-bottom: 15px;
}

.seasonprices-wrapper td, .seasonprices-wrapper th {
	font-size: 14px;
}
/* .seasonprices-wrapper td, .seasonprices-wrapper th {
	width: 28%;
}
.seasonprices-wrapper td:nth-child(4) {
    width: 16%;
} */

.ausstattungsdropdown > div:nth-child(even) {
    padding-left: 10px;
}
@media only screen and (min-width: 1025px){
	div#ausstattungswrapper {
		font-size: 14px;
		line-height: 1.5em;
	}
}
@media only screen and (max-width: 1700px) {
	.seasonprices-wrapper td:nth-child(2) {
		width: 33%;
	}
	.seasonprices-wrapper td:nth-child(3) {
		width: 20%;
	}
}
@media only screen and (max-width: 1366px) {
	.property-dropdown-wrapper {
		padding: 5px 30px 5px 0px;
	}
	.seasonprices-wrapper td:nth-child(2) {
		width: 33%;
	}
	.seasonprices-wrapper td:nth-child(3) {
		width: 20%;
	}
	.seasonprices-wrapper td, .seasonprices-wrapper th {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	ul.distances-list li {
		width: 100%;
	}
	.seasonprices-wrapper td:nth-child(2) {
		display: none;
	}
	.seasonprices-wrapper td:first-child {
		width: 50%;
	}
	.property-dropdown-wrapper h3 {
		font-size: 15px;
	}
	.seasonprices-wrapper td:nth-child(3), .seasonprices-wrapper td:nth-child(4) {
		width: 25%;
	}
	.icon-wrapper img {
		margin-right: 10px;
	}
	.hide-mobile {
		display: none;
	}
	.seasonprices-wrapper td, .seasonprices-wrapper th {
		font-size: 12px;
	}
	.propertyvalue::before {
		background-size: contain;
		top: 4px;
		width: 16px;
		height: 14px;
	}
	.overview-wrapper {
		columns: 2;
	}
	.icon-wrapper h5 {
		font-size: 12px;
	}

	#ausstattungswrapper>div {
		min-width: 100%;
	}
	.distances-wrapper {
		margin-top: 20px;
	}
	#ausstattungswrapper .ausstattung-flex-wrapper {
		padding-bottom: 0px;
	}

	div#ausstattungswrapper {
		justify-content: flex-start;
	}
	.property-dropdown-wrapper {
		padding: 5px 0px 5px 0px;
	}
	.event-button {
		margin-top: 20px;
	}
	.locationdropdown  #map {
		height: 430px ;
		margin-bottom: 20px;
	}
	#ausstattungswrapper .icon-wrapper img {
		width: 25px;
		height: 25px;
	}
}