:root {
	--icon-g-info: url(../../../../fileadmin/_template/Icons/pictos/green/info.svg);
	--icon-b-fax: url(../../../../fileadmin/_template/Icons/pictos/black/fax.svg);
	--icon-w-next: url(../../../../fileadmin/_template/Icons/pictos/white/arrow-right.svg);
	--icon-b-next: url(../../../../fileadmin/_template/Icons/pictos/black/arrow-right.svg);
	/*--icon-next: url(../../../../fileadmin/_template/Icons/pictos/green/arrow.svg);*/
	--icon-b-person: url(../../../../fileadmin/_template/Icons/pictos/black/person.svg);
	--icon-b-pen: url(../../../../fileadmin/_template/Icons/pictos/black/pen.svg);
	--icon-b-trash2: url(../../../../fileadmin/_template/Icons/pictos/black/trash-moreblack.svg);
	--icon-w-arrowrightalt: url(../../../../fileadmin/_template/Icons/pictos/white/arrow-right-alternative.svg);
	--icon-b-location: url(../../../../fileadmin/_template/Icons/pictos/black/location.svg);
	--icon-b-opn: url(../../../../fileadmin/_template/Icons/pictos/black/arrow-opn.svg);
	--icon-b-opn: url(../../../../fileadmin/_template/Icons/pictos/black/arrow-opn.svg);
	--icon-b-moon: url(../../../../fileadmin/_template/Icons/pictos/black/moon.svg);
}

.map-wrapper {
	position: relative;
	padding-top: 66%;
}
.map-wrapper #leaflet {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* images */
.host-detail .images {
	overflow: hidden;
}

.host-detail .room .images {
	position: relative;
}
.host-detail .room .images:hover img {
	transform: scale(1.1);
}
.host-detail .room .images img {
	transition: all .3s ease-out;
}
.host-detail .room .images::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 60px;
	pointer-events: none;
	z-index: 1;
	background:
			var(--icon-w-search) no-repeat calc(100% - 20px) 50% / 18px 18px,
			linear-gradient(180deg, rgba(0, 0, 0, .743) 0%, rgba(0, 0, 0, .384) 40%, rgba(0, 0, 0, 0) 100%) no-repeat top / 100% 100% !important;
}

.host-detail .imagesdetail {
	gap: .5rem;
}
.host-detail .imagesdetail img {
	height: 160px;
	width: auto !important;
}
.host-detail .images .row {
	--bs-gutter-x: 33px;
	margin-left: calc(var(--bs-gutter-x) * -.5) !important;
	margin-right: calc(var(--bs-gutter-x) * -.5) !important;
}

.host-detail .equipment-icon {

}
.host-detail .images .lb img {
	width: 100%;
	object-fit: cover;
}
.host-detail .images .main .lb img { aspect-ratio: 16/9; }
/*.host-detail .images .thumbs .lb img { aspect-ratio: 16/10.8; }*/
.host-detail .images .thumbs a:not(:last-child) {
	display: block;
	margin-bottom: var(--bs-gutter-x);
}
.host-detail .images .thumbs .more { position: relative; }
.host-detail .images .thumbs .more:before {
	content: '';
	background-color: var(--color-brand);
	opacity: .7;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.host-detail .images .thumbs .more:after {
	content: '+ ' attr(data-count);
	color: var(--bs-white);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	font-family: var(--font-lato);
}

/* lightbox */
.lightbox .lb-nav a.lb-prev {
	background-image: var(--icon-w-next);
	transform: scale(-1);
	background-position: right 20px center;
	margin-left: -50px;
	opacity: 1;
}
.lightbox .lb-nav a.lb-next {
	background-image: var(--icon-w-next);
	background-position: right 20px center;
	margin-right: -50px;
	opacity: 1;
}
.lightbox .lb-closeContainer {
	position: absolute;
	top: -45px;
	right: 40px;
}

/* swiper */
.host-detail .desktop { display: block; }
.host-detail .responsive { display: none; }
.host-detail .swiper .swiper-slide a {
	display: block;
	width: calc(100vw - var(--bs-gutter-x));
}
.host-detail .swiper .swiper-slide a img {
	width: 100%;
	aspect-ratio: 340/493;
	object-fit: cover;
}
@media(max-width: 768px){
	.host-detail .desktop { display: none; }
	.host-detail .responsive { display: block; }
}

/* imageswiper */
/*.host-detail .images { gap: 25px; }*/
.host-detail .images .imageswiper {
	width: calc((100% - 25px)/10 * 8.5);
	max-height: 49.6vw;
}
.host-detail .images .thumbswiper {
	width: calc((100% - 25px)/10 * 1.5);
	max-height: 49.6vw;
}
.host-detail .images .imageswiper img { width: 100%; }
.host-detail .images .thumbswiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.host-detail .images .thumbswiper .swiper-slide { cursor: pointer; }
.host-detail .images .thumbswiper .swiper-slide-visible:not(.swiper-slide-fully-visible) { position: relative; }
.host-detail .images .thumbswiper .swiper-slide-visible:not(.swiper-slide-fully-visible):before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-brand-transp);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.host-detail .images .thumbswiper .swiper-slide-visible:not(.swiper-slide-fully-visible):after {
	content: '+';
	display: flex;
	color: #fff;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* description */
.host-detail :is(.description, .rooms, .features, .info, .arrivalinfo, .contact) {
	/*max-width: 1200px;*/
	max-width: 1150px;
	margin: 0 auto;
}
/*.host-detail .rooms {*/
/*	max-width: 1520px;*/
/*	!*margin-left: 160px;*!*/
/*	!*margin-left: 185px;*!*/
/*	margin-left: 12%;*/
/*}*/

.host-detail .rooms {
	max-width: 1150px;
	margin: 0 auto;
}

/*@media screen and (min-width: 1920px) {*/
/*	.host-detail .rooms {*/
/*		position: relative;*/
/*		left: 12%;*/
/*		!*transform: translateX(-575px);*!*/
/*		width: 1150px;*/
/*		max-width: none;*/
/*		margin: 0;*/
/*	}*/
/*	.pausch-detail .rooms {*/
/*		left: unset;*/
/*	}*/
/*}*/

/*@supports (-moz-appearance: none) {*/
/*	@media screen and (min-width: 1920px) {*/
/*		.host-detail .rooms {*/
/*			position: static;*/
/*			left: unset;*/
/*			width: 100%;*/
/*			max-width: 1150px;*/
/*			margin: 0 auto;*/
/*		}*/
/*	}*/
/*}*/
.host-detail .description .text {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	transition: var(--transit-all-slow);
}
#main .pausch-detail .description .text a {
	text-decoration: underline;
}
.host-detail .description .text::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background-image: linear-gradient(transparent, #fff);
	pointer-events: none;
}
.host-detail .description .more {
	border: 0;
	background: none;
	padding: 0;
	display: inline-flex;
	align-items: center;
}
.host-detail .description .more::after {
	content: '';
	display: inline-block;
	margin-left: var(--listicon-width);
	background-image: var(--icon-b-arrow);
	background-repeat: no-repeat;
	background-size: contain;
	width: var(--listicon-width);
	height: var(--listicon-width);
	transition: var(--transit-all-slow);
	opacity: 1;
	visibility: visible;
}
.host-detail .description .more:hover { color: var(--color-brand); }
.host-detail .description .more:hover::after { background-image: var(--icon-g-arrow); }
.host-detail .description.showall .text { max-height: none; }
.host-detail .description.showall .text:after { opacity: 0; }
.host-detail .description.showall .more { display: none; }

/* availability */

/* features */
.host-detail .features h2, .host-detail .info h2, .host-detail .arrivalinfo h2 { margin-bottom: 1em; }
.host-detail .features ul {
	padding-left: 0;
	list-style: none;
	columns: 4;
	display: block;
}
.host-detail .features ul > li {
	padding-left: 15px;
	position: relative;
}
.host-detail .features ul > li::before {
	content: '';
	position: absolute;
}

/* contact */
.host-detail .contact .bg-light { padding: 50px 32px 32px; }
.host-detail .contact .accordioncontent>.col-6 { align-self: unset; height: auto; }
.host-detail .contact .accordioncontent>.col-6>.bg-light { justify-content: space-between; }
.host-detail .contact .bg-light>.col-6 { align-self: auto; }

/* general */
.host-detail .mt-9 { margin-top: 65px; }
.host-detail .mb-9 { margin-bottom: 65px; }
.host-detail .mb-10 { margin-bottom: 85px; }

.host-detail :is(.calender-icon, .bed-icon, .info-icon, .phone-icon, .location-intext-icon, .phone-intext-icon, .mail-intext-icon, .fax-intext-icon, ul.checklist>li) {
	position: relative;
	line-height: 1.5;
}
.host-detail .mail-intext-icon>a {
	display: block;
	width: max-content;
}

.host-detail :is(.calender-icon, .bed-icon, .info-icon, .phone-icon, .location-intext-icon, .phone-intext-icon, .mail-intext-icon, .fax-intext-icon, ul.checklist>li)::before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
}
.host-detail .calender-icon { padding-left: calc(1.5rem + 1rem); }
.host-detail .calender-icon::before {
	background-image: var(--icon-g-calender);
	width: 1.5rem;
	vertical-align: bottom;
}
.host-detail .bed-icon { padding-left: calc(2.5rem + 1rem); }
.host-detail .bed-icon::before {
	background-image: var(--icon-g-bed);
	width: 2.5rem;
}
.host-detail .info-icon { padding-left: calc(1.5rem + 1rem); }
.host-detail .info-icon::before {
	background-image: var(--icon-g-info);
	width: 1.5rem;
}
.host-detail .phone-icon { padding-left: calc(1.5rem + 1rem); }
.host-detail .phone-icon::before {
	background-image: var(--icon-g-phone);
	width: 1.5rem;
}
.host-detail .location-intext-icon { padding-left: calc(.8125rem + 1rem); }
.host-detail .location-intext-icon::before {
	background-image: var(--icon-b-location);
	width: .8125rem;
}
.host-detail .phone-intext-icon { padding-left: calc(.9375rem + 1rem); }
.host-detail .phone-intext-icon::before {
	background-image: var(--icon-b-phone);
	width: .9375rem;
}
.host-detail .mail-intext-icon { padding-left: calc(1rem + 1rem); }
.host-detail .mail-intext-icon::before {
	background-image: var(--icon-b-envelope);
	width: 1rem;
}
.host-detail .fax-intext-icon { padding-left: calc(1rem + 1rem); }
.host-detail .fax-intext-icon::before {
	background-image: var(--icon-b-fax);
	width: 1rem;
}
.host-detail ul.checklist>li { padding-left: calc(.9rem + .5rem); }
.host-detail ul.checklist>li::before {
	content: '✓';
	width: .9rem;
}

.host-detail .accordionheader { cursor: pointer; }
.host-detail .accordionheader + .accordioncontent {
	height: 0;
	overflow: hidden;
}
.host-detail .accordionheader.open + .accordioncontent { height: auto; }

.host-detail .icon-arrbtn {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 10px;
	background-image: var(--icon-b-next);
	transform: rotate(90deg);
	transition: .3s;
}
.host-detail .accordionheader.open .icon-arrbtn { transform: rotate(-90deg); }

/* availability */
.availability-headline { margin-bottom: 50px; }
.availability-form { margin-bottom: 70px; }

/* datepicker */
.host-detail form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.host-detail form .form-wrapper {
	display: flex;
	align-items: stretch;
	box-shadow: 0 1px 10px #0000003b;
	border-radius: 5px;
	background-color: var(--color-text-alt);
}
.host-detail form .form-wrapper .filter-calender { font-weight: 700; }
@media(max-width: 768px){
	.host-detail form .form-wrapper { flex-direction: column; }
	.host-detail form .form-wrapper .filter-calender {
		padding: .5rem 1.5rem;
		border-right: 0;
		border-bottom: 1px solid darkgrey;
	}
}
.host-detail .easepick-wrapper {
	position: fixed !important;
	z-index: 2500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.filter-popup button[type="submit"] {
	align-self: flex-end;
	padding-right: 1.5rem;
}
.filter-popup button[type="submit"]:before, .filter-popup button[type="submit"]:after { display: none; }
.host-detail .ages {
	font-size: 20px;
	gap: 20px;
}

.filter-popup .btn-close, .alert-popup .btn-close {
	right: calc((100vw - 650px) / 2 - 52px);
	top: calc(10vh - 52px);
	background: none;
	width: 32px;
	height: 32px;
	padding: 0;
	position: fixed;
	opacity: 1;
	background-image: none !important;
}
.alert-popup .popup-content{
	max-width: 650px!important;
	overflow: hidden!important;
	padding-bottom: 2rem!important;
}
.alert-popup .popup-content .alert-message{
	text-align: center;
}
.filter-popup .btn-close:before,
.filter-popup .btn-close:after,
.alert-popup .btn-close:before,
.alert-popup .btn-close:after,
.lightbox .lb-close:before,
.lightbox .lb-close:after {
	content: '';
	display: block;
	width: 2px;
	height: 45px;
	background-color: #ffffff;
	position: absolute;
	top: -6px;
	left: 50%;
}
.filter-popup .btn-close:before { transform: rotate(45deg); }
.alert-popup .btn-close:before { transform: rotate(45deg); }
.lightbox .lb-close:before { transform: rotate(45deg); }
.filter-popup .btn-close:after { transform: rotate(-45deg); }
.alert-popup .btn-close:after { transform: rotate(-45deg); }
.lightbox .lb-close:after { transform: rotate(-45deg); }
.filter-popup .btn-close:hover:before,
.alert-popup .btn-close:hover:before,
.filter-popup .btn-close:hover:after,
.alert-popup .btn-close:hover:after { background-color: var(--color-brand); }

.host-detail .filter-control {
	display: flex;
	align-items: center;
	gap: 15px;
}
.host-detail .filter-control:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.host-detail .filter-persons .filter-control:before {
	background-image: var(--icon-b-person);
}

.host-detail .filter-duration .filter-control:before {
	background-image: var(--icon-b-moon);
}
.host-detail .filter-duration .filter-control:after {
	display: none;
}

.host-detail .filter-duration {
	padding-top: .5rem;
	padding-bottom: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.host-detail .filter-duration .popup-content, .host-detail .filter-duration .filter-controls {
	max-width: 220px;
}
.tx_hosts.host-detail .filter-duration .filter-popup.popup .popup-content h2 {
	display: block  !important;
}
.host-detail .filter-duration .filter-popup .btn-close{
	right: calc((100vw - 320px) / 2 - 52px);
}

.host-detail .filter-duration .filter-popup .popup-content .catwrapper label {
	width: 100%;
	flex-direction: row;
	gap: 16px;
	align-items: flex-start;
	display: flex;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: .5rem;
	line-height: 1.5rem;
	font-family: var(--font-alegreya);
}

.host-detail .filter-duration .form-headline {
	line-height: 20px;
	font-size: 16px;
	font-weight: var(--font-weight-text);
	font-family: var(--font-lato);
}

.host-detail .filter-calender {
	border-left: 1px solid darkgrey;
}

/* room */
.host-detail .main .room {
	align-items: flex-start;
	background-color: #f4f4f4;
}
.host-detail .room .images {
	max-width: 280px;
	max-height: 280px;
	align-self: center;
	@media(min-width: 768px) {
		min-width: 280px;
		min-height: 280px;
	}
}
.host-detail .room .images img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.host-detail .room header { align-items: flex-start; }
.host-detail .room .content {
	padding: 20px 32px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.host-detail .room .content .description {
	width: 100%;
}
.host-detail .room .content .room-content .description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(var(--line-height-text) * 2);
}
.host-detail .room  h3 {
	font-size: 1.5rem;
	line-height: 1.625rem;
}
.host-detail .room .openPopup {
	text-decoration: underline;
	cursor: pointer;
	pointer-events: all;
	position: relative;
	z-index: 1000;
}
.host-detail .room .room-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.host-detail .room .room-content .price { font-size: 22px; }
.host-detail .room .room-content .price .small { font-size: 12px; font-family: var(--font-alegreya);}
.host-detail .room .room-content .price * { font-family: var(--font-lato); }
.host-detail .room .modal .modal-dialog { min-width: 70vw; }
.host-detail .additionalInfo {
	display: flex;
	gap: 5px;
	align-items: flex-end;
}
.host-detail .additionalInfo span {
	display: flex;
	gap: 5px;
	align-items: flex-end;
}
.host-detail .additionalInfo .adultPerson,
.host-detail .additionalInfo .childPerson {
	background-image: var(--icon-b-person);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.host-detail .additionalInfo .adultPerson {
	width: 20px;
	height: 20px;
}
.host-detail .additionalInfo .childPerson {
	width: 15px;
	height: 15px;
}
.host-detail .additionalInfo span:not(.adultPerson, .childPerson) {
	white-space: nowrap;
}
.host-detail sup { line-height: inherit!important; }
@media(max-width: 950px){
	.host-detail .room { flex-direction: column; }
	.host-detail .room .images > div {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.host-detail .room header {
		flex-direction: column-reverse;
		gap: 15px;
	}
}
.tx_hosts.host-detail .aside .delete-icon {
	display: block;
	width: 22px;
	height: 22px;
	background-image: var(--icon-b-trash2);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}


.tx_hosts.host-detail .rooms .main { flex-basis: 65%; gap: 2.25rem !important; }
.tx_hosts.host-detail .rooms .aside { flex-basis: 35%; }
.tx_hosts.host-detail .rooms>.d-flex { gap: 2rem !important; }

/* features */
.features .columns { column-count: 4; }
@media(max-width: 950px){
	.features .columns, .pcontainer.services>ul { column-count: 2 !important; }
}
@media(max-width: 425px){
	.features .columns, .pcontainer.services>ul { column-count: 1 !important; }
}

.host-detail .popup .inquiryform {
	overflow-y: scroll;
	overflow-x: hidden;
}
.host-detail .popup .inquiryform .field-checkbox label{
	max-width: 100% !important;
}
.aside .sel-room {
	position: relative;
}
.aside .sel-room, .aside .sel-date {
	font-family: var(--font-lato);
	font-weight: 700;
}
.aside .objectWrapper .chosenObjectTitle>div {
	position: static;
}
.aside .objectWrapper .chosenObjectTitle>div>p {
	max-width: 205px;
}
.aside .objectWrapper .chosenObjectTitle p {
	margin-bottom: 0;
}
.aside .objectWrapper .chosenObjectTitle>div .trash {
	position: absolute;
	right: 0;
	top: 0;
}
.aside .objectWrapper .chosenObjectTitle .right {
	min-width: 70px;
	text-align: right;
}
.aside .objectWrapper .chosenObjectTitle .right>p, .aside .totalWrapper .total {
	font-family: var(--font-lato);
}
.filter-category:not(.filter-persons) .filter-popup.popup .popup-content hr {
	width: 100%;
}

.tx_hosts.host-detail .pcontainer {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
.tx_hosts.host-detail .services ul,
.tx_hosts.host-detail .notes ul {
	list-style: none;
	padding-left: 0;
	column-count: 3;
}
.tx_hosts.host-detail .services ul li,
.tx_hosts.host-detail .notes ul li {
	margin-bottom: .7em;
	padding-left: 25px;
	position: relative;
}
.tx_hosts.host-detail .services ul li:before,
.tx_hosts.host-detail .notes ul li:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 0;
	background-image: var(--icon-g-check);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tx_hosts.host-detail table { font-family: var(--font-lato); }
.tx_hosts.host-detail table tr + tr { border-top: 1px solid #BFBFBF; }
.tx_hosts.host-detail table td {
	padding: 10px 0;
	min-width: 190px;
}
.tx_hosts.host-detail .description p { display: block; }
.tx_hosts.host-detail .aside .btn-primary,
.tx_hosts.host-detail .room-content .btn-primary { padding-right: 24px; }
.tx_hosts.host-detail .aside .btn-primary::before,
.tx_hosts.host-detail .aside .btn-primary::after,
.tx_hosts.host-detail .room-content .btn-primary::before,
.tx_hosts.host-detail .room-content .btn-primary::after { display: none; }

.tx_hosts.host-detail form .form-wrapper .filter-calender input[type="date"] {
	outline: none;
	max-width: 5.3125rem;
}
.tx_hosts.host-detail form .form-wrapper .filter-calender input[type="date"]::-webkit-inner-spin-button,
.tx_hosts.host-detail form .form-wrapper .filter-calender input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
.tx_hosts.host-detail .filter~.news-list-view .news-list-date {
	align-self: flex-end;
	padding: 5px 12px;
	background: #fff;
	color: #000;
	border-radius: 5px;
	font-weight: 400 !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: var(--font-alegreya);
	font-size: var(--font-size-default);
	gap: 3px
}
.tx_hosts.host-detail .filter~.news-list-view .news-list-date:before {
	content: "";
	background: var(--icon-b-calender) no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	display: inline-block;
	margin-right: .5rem;
	width: 1.2rem;
	height: 1.2rem
}
.filter-persons .filter-popup.popup .popup-content{
	max-width: 650px;
}
.tx_hosts.host-detail :is(.filter-popup,.popup) .popup-content {
	padding-bottom: 100px;
}
.tx_hosts.host-detail .filter-persons .filter-control:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: static;
}
.filter-sorting .filter-popup.popup .filter-controls {
	max-width: 220px;
}
/*.filter-popup.popup .filter-controls {*/
/*	position: relative;*/
/*	bottom: -18px;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 78px;*/
/*	!*max-width: 1000px;*!*/
/*	max-width: 625px;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*	min-height: 4rem;*/
/*	background-color: var(--bs-white);*/
/*	display: flex;*/
/*	justify-content: end;*/
/*	align-items: center;*/
/*	border-top: none;*/
/*	!*box-shadow: 0 0 4px rgba(128, 128, 128, .5);*!*/
/*	box-shadow: none;*/
/*	gap: 1rem;*/
/*	flex-wrap: wrap;*/
/*	border-radius: 10px;*/
/*	border-top-left-radius: 0;*/
/*	border-top-right-radius: 0;*/
/*	padding: 1rem 2rem;*/
/*	overflow: visible;*/
/*}*/
form .form-wrapper .form-group .filter-popup.popup hr{
	color: #000;
	background-color: #000;
	opacity: 1;
	margin: 2.5rem 0;
}
.tx_hosts.host-detail form .form-wrapper .form-group {
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-color: #000;
}
.tx_hosts.host-detail form .form-wrapper .form-group:first-of-type {
	border-left: none;
}
.tx_hosts.host-detail .room .headline {
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tx_hosts.host-detail .room .headline > span,
.tx_hosts.host-detail .room .headline span.room-count {
	font-size: 32px;
	font-weight: 700;
}
.tx_hosts.host-detail .filter-category label {
	font-size: 18px;
	line-height: 20px;
}
.tx_hosts.host-detail .roomswrapper .room .delete-icon { cursor: pointer; }
.tx_hosts.host-detail .roomswrapper .room:first-child .delete-icon {
	pointer-events: none;
	opacity: .25;
}
.tx_hosts.host-detail .room .headline .delete-icon {
	display: block;
	width: 22px;
	height: 22px;
	background-image: var(--icon-b-trash);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.tx_hosts.host-detail .btn-transparent {
	border: 1px solid #000000;
	align-self: center;
}
.tx_hosts.host-detail .roomswrapper .room + .room {
	padding-top: 40px;
	border-top: 1px solid #000000;
	margin-top: 40px;
}
.filter-popup, .popup {
	overflow: hidden !important;
}
.filter-popup.popup .popup-content::-webkit-scrollbar {
	display: none;
}
.tx_hosts.host-detail .aside {
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.16);
	border-radius: 8px;
	margin-top: 10px;
	position: sticky;
	top: 40%;
}
.be-default #header {
	z-index: 99;
}
#header~#main.main {
	z-index: 99;
}
#header~#main.main:has(.popup:not(.hidden)) {
	z-index: 99;
}
.tx_hosts.host-detail .ages {
	font-size: 16px;
	gap: 20px;
	flex-wrap: wrap;
}
.backlink-wrap>a {
	padding-left: 35px;
	position: relative;
}
.backlink-wrap>a::before {
	content: "";
	background: var(--icon-b-arrow) no-repeat center;
	transition: var(--transit-all-slow);
	width: 1rem;
	height: 1rem;
	display: inline-block;
	left: -35px;
	/*position: relative;*/
	/*top: 2px;*/
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}

.backlink-wrap>a:hover:before { background-image: var(--icon-g-arrow); }

[class*="-detail"]>header {
	/*max-width: 1200px;*/
	max-width: 1150px;
	margin: 0 auto;
}
[class*="-detail"]>header+.images {
	display: block;
	/*height: 100%;*/
	height: auto;
}
[class*="-detail"]>header+.images .thumbs .lb.more{
	margin-bottom: 0 !important;
}
[class*="-detail"]>header+.images .thumbs .lb{
	margin-bottom: 25px !important;
	height: calc(100% / 4 - (75px / 4));
	display: block;
}
[class*="-detail"]>header+.images .thumbs .lb img{
	margin-bottom: 25px !important;
	height: calc(100% / 4 - (75px / 4));
	height: 100%;
}
[class*="-detail"]>header+.images .row {
	margin: 0 !important;
	gap: 25px
}
[class*="-detail"]>header+.images .row>.col-10 {
	/*flex-grow: 1;*/
	/*width: auto;*/
	padding: 0;
	width: 100%;
	max-width: calc(89.152% - 25px);
}
[class*="-detail"]>header+.images .row>.col-10 img, [class*="-detail"]>header+.images .row>.col-12 img{
	max-height: 710px;
	height: 100%;
}
[class*="-detail"]>header+.images .row>.col-2 {
	width: 100%;
	padding: 0;
	/*max-width: 180px;*/
	/*max-width: 165px;*/
	max-width: 10.848%;
}
[class*="-detail"]>header .header {
	margin-bottom: 2.25rem;
}
[class*="-detail"]>header .headline>.d-flex img {
	/*width: 19px;*/
	width: 15px;
}
[class*="-detail"]>header .cta>a {
	padding-right: 1.5rem;
	margin-right: 5px;
	white-space: nowrap;
}
[class*="-detail"]>header .cta>a::before, [class*="-detail"]>header .cta>a::after {
	display: none;
}
.contact>div>div:nth-child(1) {
	overflow: hidden !important;
}
.contact .accordioncontent{
	gap: 32px;
	margin-top: 35px;
}
.contact .accordioncontent .col-6 .bg-light {
	background-color: #f4f4f4 !important;
	padding: 45px 32px 35px 32px;
}
/*.contact .accordioncontent .col-6:last-of-type {*/
/*	align-self: flex-end;*/
/*}*/
.contact .accordioncontent .col-6:last-of-type a.btn{
	margin-right: 0;
}
.lightbox .lb-nav a.lb-prev, .lightbox .lb-nav a.lb-next {
	background-image: var(--icon-w-arrowrightalt) !important;
}
.lightbox .lb-nav a.lb-next {
	margin-right: -150px !important;
}
.lightbox .lb-nav a.lb-prev {
	margin-left: -150px !important;
}
.lightbox .lb-image {
	border: none !important;
}
.lightbox .lb-close {
	background: none !important;
	opacity: 1;
	position: absolute;
	right: 185px;
	@media(max-width: 950px) {
		right: 20px;
	}
}
.lightbox .lb-close::before,.lightbox .lb-close::after {
	height: 30px;
}

.lightbox {
	transform: translateY(25px);
}
.contact .map-wrapper, .contact .map-wrapper #leaflet {
	height: 100% !important;
	margin-right: 0;
}
.description>* {
	font-family: var(--font-alegreya) !important;
	font-size: var(--font-size-default) !important;
	line-height: var(--line-height-text) !important;
}
.host-detail .room .popup-content .images {
	overflow: visible;
	align-self: flex-start;
	flex-direction: row;
	max-width: unset;
}
.host-detail .room .popup-content .btn-close {
	right: calc((100vw - 1000px) / 2 - 52px);
}

.host-detail .room .popup-content .infoWrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.host-detail .room .popup-content .infoWrapper p>span {
	font-family: var(--font-lato);
}
.host-detail .room .popup-content .infoWrapper p {
	background-color: #f1f5f9;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	width: calc(100% / 3 - (4rem / 3));
	flex-basis: calc(100% / 3 - (4rem / 3));
	text-align: center;
}
.host-detail .room .popup-content>ul {
	list-style: none;
	padding-left: 0;
	columns: 3;
	column-gap: 2rem;
}
.host-detail .room .popup-content>ul>li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 0.5rem;
}
.host-detail .room .popup-content>ul>li:empty { display: none; }
.host-detail .room .popup-content>ul>li::before {
	content: '✓';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 1.5em;
	width: .9rem;
	position: absolute;
	top: 0;
	left: 0;
}
.host-detail .rooms .aside .chosenObject {
	margin-top: .5rem;
}


/* Pausch-Detail */

.pausch-detail .room.hostCard {
	flex-direction: column;
	box-shadow: 0 3px 6px #00000029;
	background-color: #fff;
	margin-bottom: 0 !important;
}
.pausch-detail .hostWrapper {
	background-color: #F4F4F4;
	box-shadow: 0 3px 6px #00000029;
	width: 100%;
	display: flex;
	z-index: 1;
}
.pausch-detail .location {
	margin-bottom: 10px;
}
.pausch-detail .location-icon {
	/*padding-left: 15px;*/
	position: relative;
}
.pausch-detail .location-icon::before {
	content: '';
	/*position: absolute;*/
	width: 10px;
	height: 15px;
	background: var(--icon-b-location) no-repeat 100% 100%;
	/*left: 0;*/
	/*top: 0;*/
	/*margin-bottom: 0;*/
}
.pausch-detail .hostWrapper .hostCard__top h4 {
	font-weight: 700;
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 15px;
	max-width: 350px;
}
.pausch-detail .roomWrapper .main h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
}
.pausch-detail .hostWrapper .hostCard__top>div>img {
	width: 12px;
	height: 12px;
	margin-top: 10px;
}
.pausch-detail .hostWrapper .hostCard__bottom .btn {
	padding: 9px 55px 9px 15px;
	font-weight: 600;
	border-radius: 8px;
}
.pausch-detail .hostWrapper .hostCard__bottom .btn::after {
	content: '';
	position: absolute;
	width: 14px;
	height: 10px;
	background: var(--icon-b-opn) no-repeat 100% 100%;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-out;
}
.pausch-detail .hostWrapper .hostCard__bottom .btn.active::after {
	transform: translateY(-50%) rotate(180deg);
}
.pausch-detail .hostWrapper .kats {
	display: flex;
	gap: 4px;
}
.pausch-detail .hostWrapper .kats .pill {
	background-color: #5FA355;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	line-height: 24px;
}
.pausch-detail .roomWrapper {
	background: #fff;
	width: 100%;
}
.pausch-detail .roomWrapper .room {
	background: transparent;
	align-items: stretch;
}
.pausch-detail .roomWrapper .room+hr {
	opacity: 1;
	background-color: #afafaf;
	margin: 0;
}
.pausch-detail .roomWrapper .room:last-of-type+hr {
	display: none;
}
.pausch-detail .roomWrapper .room .content {
	height: auto;
	background-color: #fff;
	padding: 32px;
}
.pausch-detail .roomWrapper .room .images {
	margin: 32px 25px;
	max-width: 230px;
}
.pausch-detail .rooms .main {
	flex-basis: 100% !important;
}
.pausch-detail .rooms {
	max-width: 1150px;
	margin: 0 auto;
}
.pausch-detail .inquiry-popup .popup-content {
	display: block;
	max-width: 1310px !important;
	padding: 70px 80px
}
.pausch-detail .inquiry-popup>.btn-close {
	right: calc((100vw - 1310px)/2 - 52px);
}
.pausch-detail .inquiry-popup .popup-content .selection {
	margin-bottom: 72px;
}
.pausch-detail .inquiry-popup .popup-content .selection h4 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content {
	align-items: stretch;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .imageWrapper {
	height: auto;
	max-width: 360px;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .imageWrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .textWrapper {
	background-color: #f4f4f4;
	width: 100%;
	padding: 40px 60px 40px 32px;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .textWrapper>hr {
	margin: 24px 0;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .textWrapper h4{
	margin-bottom: 16px;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .textWrapper .infos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .textWrapper .infos strong {
	display: block;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .textWrapper .infos .infoWrapper>* {
	font-size: 18px;
	line-height: 24px;
}
.pausch-detail .inquiry-popup .popup-content .selection .selection-content .textWrapper .infos .price .text {
	font-size: 22px;
	line-height: 20px;
	font-weight: 700;
}
.pausch-detail .inquiry-popup .inquiryform {
	overflow: visible;
}
.pausch-detail .inquiryform .powermail_fieldwrap_type_check .checkbox>label {
	max-width: 100%;
}
.pausch-detail .inquiryform .powermail_fieldwrap_type_check>.powermail_field {
	padding-right: 50px;
}
.host-detail:not(.pausch-detail) .inquiryform .powermail_fieldwrap_type_check label {
	max-width: unset;
}
.host-detail .room .zimmer-availability {
	font-family: var(--font-lato);
	font-weight: 700;
}
.pausch-detail .inquiry-popup .inquiryform .tx-powermail {
	max-width: unset;
}
[class*=-detail] .description .more {
	color: #212529;
}

.tx_hosts.host-detail .filter .search-icon {
	display: inline-block;
	width: 21px;
	height: 21px;
	position: relative;
}
.tx_hosts.host-detail .filter .search-icon:before,
.tx_hosts.host-detail .filter .search-icon:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}
.tx_hosts.host-detail .filter .search-icon:before {
	background-image: var(--icon-w-search);
}
.tx_hosts.host-detail .filter .search-icon:after {
	background-image: var(--icon-b-search);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.tx_hosts.host-detail .filter .btn-primary:hover .search-icon:before { opacity: 0; }
.tx_hosts.host-detail .filter .btn-primary:hover .search-icon:after { opacity: 1; }
.tx_hosts.host-detail .filter .form-wrapper>button[type="submit"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display: flex;
	gap: 16px;
	align-items: center;
	padding-right: 24px;
	opacity: .65;
	pointer-events: none;
	transition: opacity .3s ease-out;
}
.tx_hosts.host-detail .filter .form-wrapper>button[type="submit"].active {
	pointer-events: all;
	opacity: 1;
}
.tx_hosts.host-detail .filter button[type="button"] {
	padding-right: 24px;
}
.tx_hosts.host-detail .filter .form-wrapper>button[type="submit"]:before,
.tx_hosts.host-detail .filter .form-wrapper>button[type="submit"]:after,
.tx_hosts.host-detail .filter button[type="button"]:before,
.tx_hosts.host-detail .filter button[type="button"]:after { display: none; }

.tx_hosts.pausch-detail .endDateContainer { display: none }

.tx_hosts.host-detail form .form-wrapper .filter-calender>span:not(.form-headline) {
	display: none;
}