@font-face {
	font-family: 'Romie';
	src: url('../fonts/Romie-Regular.eot');
	src: url('../fonts/Romie-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Romie-Regular.woff2') format('woff2'),
	url('../fonts/Romie-Regular.woff') format('woff'),
	url('../fonts/Romie-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
	background: #DFDDD7;
	font-family: 'Work Sans', sans-serif !important;
}
body,p,span,b,strong,ul,li{
	font-family: 'Work Sans', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Romie' !important;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
	font-family: 'Romie' !important;
}
p{
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
h2{
	font-size: 66px;
	font-weight: 400;
	line-height: 66px;
	color: #ba986a;
}


/*header style*/
.site-header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.site-header .header-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	max-width: 100% !important;
	padding: 0 50px;
}
.site-header .site-navigation {
	justify-content: start;
}
.site-header:not(.header-stacked) .header-inner .site-navigation{
	width: 100%;
	max-width: inherit;
	flex-grow: inherit;
}
.site-header:not(.header-stacked) .header-inner .site-branding {
	max-width: 360px;
}
.site-header .header-inner .site-branding{
	flex-shrink: 0;
}
.site-header .header-inner .site-branding a{
	font-family: 'Romie' !important;
}
.site-header .header-inner .site-branding a{
	color: #fff;
}
.site-header .header-inner .header-right-btn{
	width: 100%;
	text-align: right;
}
.site-header .site-navigation ul.menu>li{
	margin-right: 30px;
}
.site-header .site-navigation ul.menu li a{
	font-family: 'Romie' !important;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
	padding: 9px 0;
}
.site-header .site-navigation ul.menu > li > a:after{
	content: '';
	background: #BA986A;
	width: 0;
	transition: all 0.3s ease;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.site-header .site-navigation ul.menu > li:hover > a:after{
	width: 100%;
}
.site-header .site-navigation ul.menu li:hover a{
	color: #BA986A;
}
.header-right-btn .elementor-button{
	background: #BA986A;
	padding: 20px 60px;
	text-align: center;
	color: #fff;
}
.header-right-btn .elementor-button:hover{
	background: #000;
}
.elementor-button{
	font-family: 'Romie' !important;
	font-weight: 400;
	letter-spacing: 2px;
}

.site-header.sticky{
	background: #fff;
	position: fixed;
}
.site-header.sticky .site-navigation ul.menu>li>a,
.site-header.sticky .header-inner .site-branding a{
	color: #BA986A;
}
.wc_dark .site-header .site-navigation ul.menu>li>a,
.wc_dark .site-header .header-inner .site-branding a{
	color: #BA986A;
}

/*hero-slider-section*/
.hero-slider-section{
	overflow: hidden;
}
.hero-slider-section .swiper-slide{
	height: 100%;
	transition: all 1s ease;
}
.hero-slider-section .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-slider-section .swiper-slide .video-js{
	width: 100%;
	height: 100%;
}
.hero-slider-section .swiper-slide .video-js .vjs-big-play-button,
.hero-slider-section .swiper-slide .video-js div{
	display: none;
}
.hero-slider-section .swiper-slide .video-js video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-slider-section .swiper-button-prev:after{
	content: '';
	background: url('../images/left-arrow.svg') no-repeat 0 0;
	width: 21px;
	height: 42px;
	background-size: 100%;
}
.hero-slider-section .swiper-button-next:after{
	content: '';
	background: url('../images/right-arrow.svg') no-repeat 0 0;
	width: 21px;
	height: 42px;
	background-size: 100%;
}
.hero-slider-section .elementor-column,
.hero-slider-section .elementor-column .elementor-widget-wrap,
.hero-slider-section .elementor-column .elementor-widget-wrap .elementor-widget-custom_img_box,
.hero-slider-section .elementor-column .elementor-widget-wrap .elementor-widget-custom_img_box .elementor-widget-container,
.hero-slider-section .elementor-column .elementor-widget-wrap .elementor-widget-custom_img_box .elementor-widget-container .swiper-container{
	height: 100%;
}
.hero-slider-section .swiper-pagination{
	bottom: 20px;
	width: 100%;
	cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #BA986A;
	margin: 0 5px;
	opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}


.eine-oase-section.puzzle-shape{
	background-size: 800px;
	background-position: left -160px bottom 70px !important;
}
.zimmer-puzzle-shape{
	background-size: 800px;
	background-position: left -160px top 150px !important;
}

.heading-part{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 60px;
}
.heading-part h2{
	max-width: 480px;
	margin-right: 50px;
	flex-shrink: 0;
}
.heading-part .short-des{
	width: 100%;
}
.heading-part .short-des p{
	color: #BA986A;
	max-width: 450px;
}
.arrow-slider{
	display: flex;
	align-items: center;
	max-width: 220px;
	justify-content: space-between;
	width: 100%;
	flex-shrink: 0;
}
.arrow-slider .swiper-button-prev:after,
.arrow-slider .swiper-button-next:after{
	display: none;
}
.arrow-slider .swiper-button-prev,
.arrow-slider .swiper-button-next{
	position: static;
	border: 1px solid #BA986A;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ba986a;
	border-radius: 100%;
}
.arrow-slider .swiper-button-prev:hover,
.arrow-slider .swiper-button-next:hover{
	background: #BA986A;
	color: #fff;
}
.aktivitaten-section,
.gallery-slider-section{
	overflow: hidden;
}
.aktivitaten-section .heading-part .section-title{
	max-width: inherit;
}
.card-slider .swiper,
.gallery-slider-part .swiper {
	overflow: inherit;
}
.gallery-slider-part .swiper-slide{
	width: auto;
}
.gallery-slider-part .swiper-pagination{
	display: none;
}

.card-slider .heading-part{
	margin-bottom: 30px;
}
.card-box .cord-img{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.card-box .cord-img:before{
	content: '';
	display: block;
	padding-top: 146%;
}
.card-box .cord-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.3s ease;
}
.card-box:hover .cord-img img{
	transform: scale(1.1);
}
.card-box .cord-info{
	padding-right: 15px;
}
.card-box .cord-info h4{
	color: #BA986A;
	font-size: 22px;
	line-height: normal;
	margin:0 0 10px;
}
.card-box .cord-info p{
	color: #000000;
}

.committed-tradition-section{
	background-size: 800px;
	background-position: left top !important;
}
.section-title .elementor-heading-title span{
	padding-left: 70px;
}


/*site footer style*/
.site-footer{
	background: #00363B;
	padding: 100px 0 60px;
}
.footer-bottom-part{
	text-align: center;
}
.footer-column .site-logo,
.footer-bottom-part .site-logo{
	max-width: 240px !important;
	margin: 0 auto;
}
.footer-column .site-logo
.footer-top-part .site-logo .wp-block-media-text,
.footer-bottom-part .site-logo .wp-block-media-text{
	display: block;
	margin: 0;
	grid-template-columns: inherit;
}
.site-footer .footer-inner{
	display: block !important;
}
.footer-top-part{
	display: flex;
	gap:30px;
	margin-bottom: 100px;
}
.footer-top-part .footer-column{
	width: 33.33%;
}
.footer-column h3{
	font-size: 52px;
	line-height: 52px;
	color: #BA986A;
	margin: 0;
	margin-bottom: 15px;
}
.footer-column ul{
	padding: 0;
	margin: 0;
}
.footer-column li,
.footer-column ul li{
	list-style-type: none;
}
.site-footer:not(.footer-stacked) .footer-inner .site-navigation{
	max-width: 100%;
	display: block;
}
.footer-column ul.menu{
	display: block;
}
.footer-column ul.menu li{
	margin-bottom: 10px;
}
.footer-column ul.menu li a{
	color: #BA986A;
	text-decoration: underline;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
}
.footer-column ul.menu li a:hover{
	color: #fff;
	text-decoration: none;
}
.footer-column p,
.footer-column p a{
	color: #BA986A;
}
.footer-column p a:hover{
	color: #fff;
}
.footer-column .widget_block {
	max-width: 370px;
}
.footer-column  #block-11{
	border-bottom: 1px solid #BA986A;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.footer-column h4{
	color: #BA986A;
	font-size: 37px;
	line-height: 37px;
}
.last-column{
	display: grid;
	align-content: space-between;
	padding-bottom: 20px;
}
.last-column .wp-block-heading,
.last-column .menu-footer-menu-container{
	max-width: 300px;
	margin: 0 0 0 auto;
	width: 100%;
}
.footer-column.last-column ul.menu li{
	margin: 0;
}
.footer-column.last-column ul.menu li a {
	text-transform: none;
	text-decoration: none;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
.site-footer:not(.footer-stacked) .footer-inner .site-branding{
	display: block;
	max-width: 100%;
}
/*html,
.elementor-page-25,*/
.site-main{
	overflow-x: hidden;
}
/*.elementor-page-25 .site-main{
	overflow-x: initial;
}*/
.mobile-show{
	display: none;
}
.footer-mobile{
	display: none;
}

.hero-wrap{
	max-width: 1020px;
	margin: 0 auto;
}
.full-wrap{
	max-width: 100%;
	margin: 0 auto;
}
.hero-wrap .page-title p{
	font-weight: 500;
}
.section-puzzle-position{
	max-width: 900px;
}
.section-puzzle-position{
	position: absolute;
	top: 0;
	left: 0;
}
.sylter-welle-box{
	padding:0 10px;
	margin-bottom: 10px;
}
.sylter-welle-box .elementor-widget-container{
	position: relative;
	overflow: hidden;
}
.sylter-welle-box .elementor-widget-container:before{
	content: '';
	padding-top: 65%;
	display: block;
}
.sylter-welle-box .elementor-widget-container img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sylter-welle-list{
	margin: 0 -10px;
}
.sylter-welle-list p a{
	color: #000;
	text-decoration: underline;
}

.room-list-wrap .room-list{
	padding: 0 15px;
	position: relative;
}
.room-list-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.room-list .room-featured-img{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.room-list .room-featured-img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.room-list-wrap .room-list .elementor-container{
	padding: 20px 0;
	border-bottom: 1px solid #BA986A;
	display: block;
}
.room-list-wrap .room-list h2{
	color: #BA986A;
	margin-bottom: 15px;
}
.room-list-wrap .room-list .room-info{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.room-list-wrap .room-list .room-info p{
	margin: 0;
	margin-right: 100px;
}
.room-list-wrap .room-list:hover .room-featured-img{
	opacity: 1;
	visibility: visible;
}
.room-list-wrap .room-list:hover h2,
.room-list-wrap .room-list:hover p{
	color: #fff;
}

.offer-section .offer-title{
	text-align: center;
	margin-bottom: 45px;
}
.offer-section .mySwiper .swiper-button-next,
.offer-section .mySwiper .swiper-button-prev{
	display: none;
}

.offer-icon-row .offer-icon-box{
	text-align: center;
/*	width: 10%;*/
}
.offer-icon-row .offer-icon-box:first-child .offer-icon{
	border-left: 2px solid #BA986A;
}
.offer-icon-row .offer-icon-box .offer-icon{
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-right: 2px solid #BA986A;
	padding: 5px 15px;
}
.offer-icon-row .offer-icon-box .offer-icon img{
	max-height: 100%;
}
.offer-icon-row .offer-icon-box h4{
	font-size: 16px;
	line-height: 20px;
	color: #BA986A;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif !important;
	margin: 0;
	padding: 0px 5px;
	min-height: 40px;
	display: grid;
	align-content: center;
}
.offer-gebucht{
	margin: 10px 0 30px;
    border-bottom: 1px solid #BA986A;
    text-align: center;
}
.offer-gebucht span{
	background: #DFDDD7;
    padding: 5px 15px;
    position: relative;
    color: #BA986A;
    font-size: 12px;
    line-height: 24px;
    top: 10px;
}
.offer-room-service-desc{
	text-align: center;
	padding: 50px 0;
	max-width: 985px;
	margin: 0 auto;
}
.unsere-tabs-list{
	position: sticky;
	background: rgba(255,255,255,0.54);
	z-index: 99;
	top: 107px;
}
.unsere-tabs-list:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 100%;
	margin-left: -500%;
	background: rgba(255,255,255,0.54);
}

.unsere-tabs-list:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 500%;
	height: 100%;
	margin-right: -500%;
	background: rgba(255,255,255,0.54);
}
.unsere-tabs-list ul{
	padding: 32px 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
}
.unsere-tabs-list ul li{
	list-style-type: none;
	margin: 0 25px;
	display: inline-block;
}
.unsere-tabs-list ul li a{
	background: #BA986A;
	padding: 5px 15px;
	text-align: center;
	display: block;
	border-radius: 30px;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
}
.unsere-tabs-list ul li a:hover{
	background: #000;
}
.unsere-category-section{
	padding: 60px 0 20px;
	position: relative;
}
.unsere-category-section .puzzle-shape{
	position: absolute;
    left: -27%;
    top: 170px;
    max-width: 800px;
    z-index: -1;
}

.heading-part h2 span{
	padding-left: 50px;
	display: block;
	font-style: italic;
}
.unsere-category-heading h2{
	font-size: 56px;
}
.unsere-short-des{
	width: 100%;
}
.unsere-short-des p{
	width: 90%;
}
.unsere-category-list{
	display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 40px;
}
.category-grid-box{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
    align-content: space-between;
}
.category-grid-box-wrap{
	width: 100%;
}
.category-grid-box .unsere-category-img{
	position: relative;
	overflow: hidden;
}
.category-grid-box .unsere-category-img:before{
	content: '';
	padding-top: 70%;
	display: block;
}
.category-grid-box .unsere-category-img a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.category-grid-box .unsere-category-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-grid-box .unsere-category-img a:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    opacity: 0;
}
.category-grid-box:hover .unsere-category-img a:after{
	opacity: 1;
}
.category-grid-box .unsere-category-info{
	padding: 30px 60px;
}
.category-grid-box .book-now-btn{
	padding: 0 60px;
}
.category-grid-box .unsere-category-info h3{
	font-size: 55px;
	line-height: 65px;
	margin:0 0 25px;
	display: block;
	font-weight: normal;
/*	word-wrap: break-word;*/
	position: relative;
}
.category-grid-box .unsere-category-info h3:before{
	content: '';
    position: absolute;
    top: 30px;
    left: -60px;
    width: 45px;
    height: 1px;
    background: #BA986A;
}
.category-grid-box .unsere-category-info h3 a{
	color: #BA986A;
}
.unsere-category-info p{
	margin-bottom: 20px;
}
.unsere-category-info .category-info{
	margin-bottom: 20px;
}
.unsere-category-des small{
	font-size: 12px;
	line-height: 26px;
	font-weight: 300;
	display: block;
}
.category-grid-box .elementor-button {
    background: #BA986A;
    padding: 20px 60px;
    text-align: center;
    color: #fff;
    border-radius: 0;
}
.unsere-category-wrap{
	padding: 0 20px;
}

.map-section .olc-layout{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 40px !important;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.map-section .olc-layout .olc-storelocator-filter{
	display: none;
}
.map-section .olc-layout .office-locater-one-left{
	display: none;
}
.service-list .elementor-icon-list-items{
	display: flex;
	column-gap:10px;
	flex-wrap: wrap;
}
.service-list .elementor-icon-list-items li{
	border-bottom: 1px solid #BA986A;
	padding: 0px 0;
	display: block;
	width: calc(50% - 5px);
	height: 100%;
}
.service-list .elementor-icon-list-items li span{
	max-width: 285px;
	display: block;
}
.service-list-full .elementor-icon-list-items{
	column-gap:0px;
}
.service-list-full .elementor-icon-list-items li{
	width: 50%;
}
.service-list-full .elementor-icon-list-items li:last-child{
	border-bottom: 0;
}
.service-list-full .elementor-icon-list-items li:nth-of-type(3){
	border-bottom: 0;
}

.unser-puzzle-shape{
	margin: 0 0 0 auto !important;
}
.unser-puzzle-shape .elementor-widget-container{
	position: absolute;
    right: -20vw;
    top: -10px;
    max-width: 800px;
}
.detail-service-list .elementor-icon-list-items{
	flex-wrap: nowrap;
}
.detail-service-list .elementor-icon-list-items li{
	border: 0;
}
.detail-service-list .elementor-icon-list-items li span{
	max-width: 100%;
	font-size: 17px !important;
}
.detail-service-list .elementor-icon-list-items li:first-child{
	color: #000000;
	
	width: 100%;
}
.detail-service-list .elementor-icon-list-items li:first-child span{
	font-weight: normal !important;
}
.detail-service-list .elementor-icon-list-items li:last-child{
	flex-shrink: 0;
	text-align: right;
	width: auto;
}

.optional-list .elementor-icon-list-items{
	column-gap: 0;
}
.optional-list .elementor-icon-list-items li{
	border: 0;

}
.optional-list .elementor-icon-list-items li span{
	max-width: 100%;
	font-size: 17px !important;
}
.optional-list .elementor-icon-list-items li:nth-of-type(2n+1){
	color: #000000;
	width: 36%;
}
.optional-list .elementor-icon-list-items li:nth-of-type(2n+1) span{
	font-weight: normal !important;
}
.optional-list .elementor-icon-list-items li:nth-of-type(2n+2){
	flex-shrink: 0;
	width: 64%;
}
.small-text p{
	font-size: 12px;
	line-height: 16px;
}
.store-locater .page-header{
	padding-top: 50px;
}
.page-header .entry-title{
	font-size: 66px;
    font-weight: 400;
    line-height: 66px;
    color: #ba986a;
    text-align: center;
}
.prices-section .elementor-container{
	display: block;
}
.prices-table{
	width: 100%;
	display: flex;
	column-gap: 10px;
}
.prices-body-tr,
.prices-table .prices-heading{
	display: flex;
	column-gap: 10px;
	width: 100%;
}
.prices-body-tr .prices-column,
.prices-table .prices-column{
	width: 20%;
	text-align: right;
	margin-bottom: 30px;
}
.prices-body-tr .prices-column:first-child,
.prices-table .prices-column:first-child{
	text-align: left;
}
.prices-column .prices-th{
	margin-bottom: 20px;
	min-height: 70px;
}
.prices-column .prices-th .sub-title{
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif !important;
}
.prices-column .prices-th h3{
	margin: 0;
	font-size: 25px;
	color: #BA986A;
	line-height: 23px;
}
.prices-column .prices-th span{
	display: block;
	color: #BA986A;
	font-size: 18px;
	line-height: 23px;
	font-family: 'Romie' !important;
}
.prices-body-title{
	margin-bottom: 10px;
	display: block;
}
.prices-body .prices-body-title span{
	display: block;
	font-size: 15px;
	line-height: normal;
	font-family: 'Romie' !important;
	margin-bottom: 10px;
    color: #BA986A;
}
.prices-body .mobile-show h4{
	opacity: 0;
}
.prices-body .mobile-show span{
	display: none;
}
.prices-body-title h4{
	margin: 0;
	font-size: 25px;
	color: #BA986A;
	line-height: 36px;
}
.prices-body-title h4 span{
	display: block;
	font-size: 15px;
	line-height: normal;
}
.prices-bottom-text{
	font-size: 12px;
	line-height: 25px;
	text-align: right;
	color: #000000;
	display: block;
	margin-top: -30px;
}

.prices-body-tr .prices-column ul{
	padding: 0;
	margin: 0;
}
.prices-body-tr .prices-column ul li{
	list-style-type: none;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	border-top: 1px solid #BA986A;
	padding: 5px 0;
}
.prices-body-tr .prices-column ul li:first-child{
	border-top: 0;
}
.prices-body-tr .prices-column ul.prices-list li .title{
	display: none;
}
.prices-body-tr .prices-column ul li .price{
	display: flex;
	justify-content: space-between;
	max-width: 215px;
    margin: 0 0 0 auto;
}
.prices-body-tr .prices-column ul li .price span:last-child{
	margin: 0 0 0 auto;
}
.prices-body-tr .prices-column ul.prices-title li{
	border-color: transparent;
	font-weight: normal;
	font-family: 'Romie' !important;
}
.prices-body-tr .prices-column ul.prices-title li span{
	font-weight: normal;
	font-family: 'Romie' !important;
}
.prices-column .prices-body{
	margin-bottom: 40px;
}
.optional-full-list.optional-list .elementor-icon-list-items li:nth-of-type(2n+1){
	width: 20%;
	flex-shrink: 0;
} 
.optional-full-list.optional-list .elementor-icon-list-items li:nth-of-type(2n+2){
	width: 80%;
	flex-shrink: inherit;
} 
.contact-info p a{
	color: #000;
	text-decoration: underline;
}
.contact-info p a:hover{
	text-decoration: none;
	color: #ba986a;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	display: none;
}
.prices-tex-bottom{
	text-align: right;
	margin-top: -60px;
}
.prices-tex-bottom p{
	font-size: 12px;
	line-height: 16px;
	max-width: 400px;
	margin: 0 0 0 auto;
}

.gmnoprint{
	display: none !important;
}
#pac-input{
	max-width: 240px;
	left: auto !important;
	right: 10px !important;
	top: 10px !important;
	border-radius: 5px;
	box-shadow: 0 0 5px 0px #b3b3b3;
	border: 0 !important;
	outline: none !important;
}
.gm-control-active.gm-fullscreen-control{
	top: 50px !important; 
}

@media (min-width: 992px){
	#mega-menu-wrap-menu-1{
		background: transparent;
		position: static;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1{
		position: static;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	    margin-right: 25px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-family: 'Romie' !important;
	    font-weight: 400;
	    color: #fff;
	    letter-spacing: 2px;
	    position: relative;
	    padding: 9px 0;
	    height: auto;
	    font-size: 16px;
	    line-height: normal;
	    border: 0;
	    position: relative;
    z-index: 99;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
		line-height: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:after {
	    content: '';
	    background: #fff;
	    width: 0;
	    transition: all 0.3s ease;
	    height: 1px;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    display: block !important;
	}
	.wc_dark #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:after{
		background: #BA986A;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
		background: transparent;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a:after {
	    width: 100%;
	}
	.site-header{
		transition: all 0.3s ease;
	}
	.site-header.dark-hover{
		background: #fff;
	}
	.site-header.dark-hover .header-inner .site-branding a,
	.dark-hover #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	.site-header.sticky #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	.wc_dark #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		color: #BA986A;
		position: relative;
    	z-index: 99;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
		background: #FFFFFF;
		border: 0;
		box-shadow: none;
		padding: 22px 50px;
		z-index: 9;
	}
	.site-header .header-inner .site-branding,
	.site-header .header-inner .header-right-btn,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
		z-index: 99;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row{
		border-top: 1px solid #BA986A;
		border-bottom: 1px solid #BA986A;
		padding: 20px 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-sub-menu li{
		padding: 5px 0 !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		color: #BA986A;
		display: block;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 2px;
		font-weight: normal !important;
		text-transform: none;
    	font-family: 'Romie' !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-menu-columns-9-of-12 > ul.mega-sub-menu > li.mega-menu-item{
		padding: 0 20px !important;
	    border-left: 1px solid #BA986A;
	    width: auto;
	    float: none;
	    display: inline-block;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{
		padding: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column.mega-menu-columns-9-of-12 .mega-sub-menu{
		white-space: nowrap;
		overflow-x: scroll;
    	width: 100%;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .mega-sub-menu::-webkit-scrollbar {
	  width: 5px;
	}
	 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .mega-sub-menu::-webkit-scrollbar-track {
	  background: #efefef;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .mega-sub-menu::-webkit-scrollbar-thumb {
	  background-color: #d1d1d1;
	}
}

@media (min-width: 1441px){ 
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main,
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1420px;
	}

	.site-header{
		top: 22px;
	}
	.site-header.sticky{
		top: 0;
	}
	.unsere-category-heading h2{
		max-width: inherit;
		flex-shrink: inherit;
	}
	.unsere-category-heading h2 span{
		padding: 0;
		display: initial;
	}
	
}
@media (min-width: 2000px){ 
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main,
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1600px;
	}
}

@media (min-width: 1367px) and (max-width: 1441px) {  
	.room-list-wrap .room-list h2,
	.section-title h2,
	.heading-part h2{
		font-size: 58px !important;
		line-height: 64px !important;
	}

	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main,
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1250px;
	}

	.committed-tradition-section {
		background-size: 680px;
		background-position: left top !important;
	}
	.site-header:not(.header-stacked) .header-inner .site-branding {
		max-width: 260px;
	}
	.site-header:not(.header-stacked) .header-inner .site-branding svg{
		width: 100%;
	}
	.site-header .site-navigation ul.menu>li {
		margin-right: 25px;
	}
	.heading-part h2 {
		max-width: 410px;
	}
	.heading-part .short-des p {
		max-width: 340px;
	}
	.elementor-19 .elementor-element.elementor-element-0e82cf2 > .elementor-widget-container {
		margin: 0px 0px 0px 20px;
	}
	.unsere-category-section .puzzle-shape{
		top: 200px;
	}
	.category-grid-box .unsere-category-info h3 {
	    font-size: 45px;
	    line-height: 55px;
	}
	.unsere-category-heading h2{
		font-size: 52px !important;
    	line-height: 62px !important;
	}
	.unser-puzzle-shape .elementor-widget-container{
		right: -26vw;
	}
	
}
@media (max-width: 1440px){ 
	.footer-column h3 {
		font-size: 44px;
		line-height: 45px;
	}
	h4{
		word-break: break-all;
	}
}
@media (min-width: 1201px) and (max-width: 1366px) {
	.site-header .site-navigation ul.menu>li {
		margin-right: 15px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	    margin-right: 15px;
	}
	
	.section-title h2,
	.room-list-wrap .room-list h2,
	.heading-part h2{
		font-size: 52px !important;
		line-height: 60px !important;
	}
	.heading-part h2 {
		max-width: 370px;
	}
	.heading-part .short-des p {
		max-width: 340px;
	}
	.elementor-19 .elementor-element.elementor-element-0e82cf2 > .elementor-widget-container {
		margin: 0px 0px 0px 20px;
	}
	.elementor-19 .elementor-element.elementor-element-8568b25 > .elementor-widget-container {
		margin: 0px -80px 0px -105px;
		padding: 70px 80px 70px 110px;
	}
}
@media (max-width: 1366px){ 
	.site-header .header-inner{
		padding: 0 20px;
	}
	.site-header:not(.header-stacked) .header-inner .site-branding {
		max-width: 200px;
	}
	.site-header:not(.header-stacked) .header-inner .site-branding svg{
		width: 100%;
	}
	.committed-tradition-section {
		background-size: 600px;
	}
	.zimmer-puzzle-shape {
		background-size: 450px;
		background-position: left -80px top 130px !important;
	}
	.eine-oase-section.puzzle-shape {
		background-size: 500px;
		background-position: left -110px bottom 110px !important;
	}
	.section-title .elementor-heading-title span{
		padding-left: 30px;
	}
	.offer-icon-row .offer-icon-box{
		margin: 10px 0;
	}

	.unsere-tabs-list ul li {
	    list-style-type: none;
	}
	.unsere-category-section .puzzle-shape {
	    top: 210px;
	    max-width: 580px;
	}
	.category-grid-box .unsere-category-info {
	    padding: 20px 0 0 40px;
	}
	.category-grid-box .book-now-btn{
		padding: 0 40px;
	}
	.category-grid-box .unsere-category-info h3 {
	    font-size: 34px;
	    line-height: 40px;
	}
	.category-grid-box .elementor-button{
		padding: 20px 20px;
		width: 100%;
	}
	.heading-part h2 span {
    	padding-left: 30px;
	}
	.category-grid-box .unsere-category-info h3:before{
		top: 20px;
	    left: -40px;
	    width: 25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-right-btn .elementor-button{
		padding: 15px 30px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	.site-header .site-navigation ul.menu li a{
		font-size: 14px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	.site-header .site-navigation ul.menu li a{
		letter-spacing: 1px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	    margin-right: 10px;
	}
	.site-header .site-navigation ul.menu>li {
		margin-right: 10px;
	}
	.offer-title h2,
	.page-header .entry-title,
	.room-list-wrap .room-list h2,
	.section-title h2,
	.heading-part h2{
		font-size: 46px !important;
		line-height: 56px !important;
	}
	.heading-part h2 {
		max-width: 340px;
		margin-right: 30px;
	}
	.heading-part .short-des p {
		max-width: 340px;
	}
	.heading-part .arrow-slider{
		max-width: 170px;
	}
	.elementor-19 .elementor-element.elementor-element-b64ad4d > .elementor-widget-container {
		margin: 60px 0px 0px 0px;
		padding: 60px 70px 60px 50px;
		background-color: #FFFFFF;
	}
	.elementor-19 .elementor-element.elementor-element-8568b25 > .elementor-widget-container {
		margin: 0px -100px 0px -85px;
		padding: 70px 150px 70px 120px;
	}
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer){
		max-width: 950px;
	}

}
@media (max-width: 1199px){ 
	.footer-column h3 {
		font-size:40px;
		line-height: 44px;
	}
	.footer-column h4{
		font-size: 30px;
		line-height: 32px;
	}
	.footer-column ul.menu li a{
		font-size: 16px;
		line-height: 22px;
	}
	.room-list-wrap .room-list .room-info p{
		margin-right: 50px;
	}
	.offer-icon-row .offer-icon-box{
		width: auto;
	}
	.offer-icon-row .offer-icon-box .offer-icon{
		margin-bottom: 10px;
	}
	.offer-icon-row .offer-icon-box h4{
		max-width: 120px;
		padding: 0 10px;
		margin: 0 auto;
	}
}



@media (max-width: 991px){ 
	.site-header{
		padding: 5px 0;
	}
	.site-navigation-dropdown{
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding-top: 80px;
		z-index: 2;
	}
	.site-navigation-dropdown ul.menu{
		position: static;
		background: transparent;
	}
	.offer-title h2,
	.page-header .entry-title,
	.room-list-wrap .room-list h2,
	.heading-part h2 {
		font-size: 40px !important;
		line-height: 44px !important;
	}
	.heading-part{
		margin-bottom: 30px;
	}
	.heading-part h2 {
		max-width: 280px;
		margin-right: 20px;
	}
	.header-right-btn .elementor-button{
		padding: 15px 30px;
	}
	.site-header .header-inner{
		justify-content: center;
		padding: 0 70px 0 25px;
	}
	.site-header:not(.header-stacked) .header-inner .site-branding {
		max-width: 200px;
		width: 100%;
		z-index: 3;
		position: relative;
	}
	.site-navigation-toggle-holder{
		max-width: inherit;
		padding: 0;
		position: absolute;
		right: 25px;
		z-index: 3;
	}
	.site-header.open .header-inner .site-branding a{
		color: #BA986A;
	}
	.site-navigation-toggle-holder .site-navigation-toggle{
		padding: 0;
		background: transparent;
		width: 30px;
		display: block;
	}
	.site-navigation-toggle span{
		width: 100%;
		height: 2px;
		background: #fff;
		margin: 5px 0;
		display: block;
	}
	.wc_dark .site-header .site-navigation-toggle span,
	.site-header.sticky .site-navigation-toggle span,
	.site-header.open .site-navigation-toggle span{
		background: #BA986A;
	}
	.site-header.open .site-navigation-toggle span:nth-of-type(1){
		transform: rotate(45deg);
	}
	.site-header.open .site-navigation-toggle span:nth-of-type(2){
		display: none;
	}
	.site-header.open .site-navigation-toggle span:nth-of-type(3){
		transform: rotate(-45deg);
		margin-top: -7px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item,
	.site-navigation-dropdown ul.menu>li{
		border-bottom: 1px solid #BA986A;
	}
	.site-navigation-dropdown ul.menu li a{
		box-shadow: none;
		color: #BA986A;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		font-family: 'Romie' !important;
		padding: 15px
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
		padding: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul li a,
	.site-navigation-dropdown ul.menu li ul li a{
		    font-size: 16px;
		    line-height: 18px;
		    color: #BA986A;
		    text-align: center;
		    padding: 5px;
		    font-weight: 400;
		    text-transform: none;
		    letter-spacing: 2px;
		    font-family: 'Romie' !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
		float: none;
		padding: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
		display: none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12{
		display: none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
		margin-bottom: 30px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
		background: transparent;
		color: #BA986A;
	}
	.header-bottom-btn{
		display: flex;
		gap: 5px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.header-bottom-btn .elementor-button.contact-btn{
		width: 98px;
		flex-shrink: 0;
	}
	.header-bottom-btn .elementor-button{
		background: #BA986A;
		text-align: center;
		color: #fff;
		width: 100%;
		padding: 15px 15px;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.site-navigation-dropdown ul.menu li.current-menu-item a{
		color: #525252;
		background: transparent;
	}
	#mega-menu-wrap-menu-1{
		background: transparent;
		position: static;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1{
		position: static;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	    font-weight: 400;
	    letter-spacing: 2px;
	    position: relative;
	    height: auto;
	    border: 0;
	    position: relative;
    	z-index: 99;
    	text-align: center;
    	box-shadow: none;
		color: #BA986A;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		font-family: 'Romie' !important;
		padding: 15px
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
		display: block;
		text-align: center;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
		background: transparent;
		color: #000;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
		position: static;
	    background: transparent;
	    opacity: 1 !important;
	    transform: inherit !important;
	    visibility: visible;
	    display: block;
	    float: none;
	    padding: 0;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12{
		width: 100%;
	}
	
	
	.mobile-menu{
		height: 100%;
		padding:0 20px 80px;
		overflow-y: auto;
	}
	.site-header.open .site-navigation-dropdown{
		transform: scaleY(1);
		max-height: 100vh;
	}
	.header-bottom-menu{
		padding: 40px 0;
	}
	.site-navigation-dropdown .header-bottom-menu .menu li{
		border: 0;
	}
	.site-navigation-dropdown .header-bottom-menu .menu li a{
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 2px;
		padding: 0;
	}

	.arrow-slider{
		max-width: 120px;
	}
	.arrow-slider .swiper-button-prev, .arrow-slider .swiper-button-next{
		width: 54px;
		height: 54px;
	}
	.gallery-slider-part{
		overflow: hidden;
	}
	.swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.site-footer {
		padding: 60px 0 30px;
	}
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer){
		max-width: 710px;
	}
	.footer-column h3 {
		font-size: 33px;
		line-height: 40px;
	}
	.footer-column h4 {
		font-size: 26px;
		line-height: 29px;
	}
	.footer-top-part {
		margin-bottom: 40px;
	}
	.section-title .elementor-heading-title span{
		padding-left: 0px;
	}
	.room-list-wrap .room-list .room-info p{
		margin-right: 30px;
	}
	.unsere-tabs-list ul li{
		margin: 0 15px;
	}
	.unsere-category-list{
		grid-template-columns: repeat(2,minmax(0,1fr));
    	gap: 30px;
	}
	.heading-part h2 span {
	    padding-left: 0;
	}
	.unsere-short-des p {
	    width: 100%;
	}
	.service-list:not(.service-list-full) .elementor-icon-list-items{
		display: block;
	}
	.service-list:not(.service-list-full) .elementor-icon-list-items li{
		width: 100%;
	}
	.wrap-full .elementor-container{
		flex-wrap: wrap;
	}
	.wrap-full .elementor-container .elementor-column{
		width: 33%;
	}
	.optional-list .elementor-icon-list-items,
	.detail-service-list .elementor-icon-list-items{
		display: flex !important;
	}
	.detail-service-list .elementor-icon-list-items li:first-child{
		width: 50%;
	}
	.detail-service-list .elementor-icon-list-items li:last-child{
		width: 50%;
	}
	.optional-list .elementor-icon-list-items li:nth-of-type(2n+1) {
	    width: 42%;
	}
	.optional-list .elementor-icon-list-items li:nth-of-type(2n+2) {
	    width: 58%;
	}
	.unsere-tabs-list{
		top: 84px;
	}

	.prices-body-tr .prices-column ul li{
	    font-size: 16px;
    	line-height: 24px;
    	letter-spacing: -1px;
	}
	.optional-list.optional-full-list .elementor-icon-list-items li span{
		font-size: 16px !important;
	}
	.optional-full-list.optional-list .elementor-icon-list-items li:nth-of-type(2n+1){
		width: 30%;
	}
	.optional-full-list.optional-list .elementor-icon-list-items li:nth-of-type(2n+2){
		width: 70%;
	}
	.prices-column .prices-th h3{
		font-size: 18px;
		line-height: 20px;
	}
	.prices-column .prices-th span{
		font-size: 14px;
    	line-height: 19px;
    	white-space: nowrap;
	}
	.prices-body-title h4{
		font-size: 20px;
	}

}

@media (min-width: 768px){ 
	.header-bottom-btn.footer-fix{
		display: none;
	}
}
@media (max-width: 767px){ 
	p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.site-header .header-inner {
	    justify-content: center;
	    padding: 0 70px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle{
		display: none;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	    background: transparent;
	    padding: 0px 0px 0px 0px;
	    display: block;
	}
	.room-list-wrap .room-list h2,
	.heading-part h2 {
		font-size: 33px !important;
		line-height: 40px !important;
	}
	.site-header .header-inner .header-right-btn{
		display: none;
	}
	.heading-part{
		display: block;
	}
	.heading-part h2{
		margin-bottom: 0;
		margin-bottom: 20px;
	}
	.gallery-slider .heading-part{
		text-align: center;
	}
	.gallery-slider .heading-part h2{
		margin: 0 auto 20px;
	}
	.gallery-slider .heading-part p{
		margin: 0 auto;
	}
	.eine-oase-section.puzzle-shape {
		background-size: 340px;
		background-position: left -110px top 0px !important;
	}
	.zimmer-puzzle-shape {
		background-size: 330px;
		background-position: left -80px top 70px !important;
	}
	.committed-tradition-section {
		background-size: 450px;
		background-position: left -170px top !important;
	}
	.mobile-show{
		display: flex;
		margin: 0 auto;
	}
	.heading-part .arrow-slider.desktop-show{
		display: none;
	}
	.arrow-slider .swiper-button-prev, .arrow-slider .swiper-button-next{
		width: 40px;
		height: 40px;
		transform: initial;
		margin:30px 0 0;
	}
	.arrow-slider .swiper-button-prev svg, .arrow-slider .swiper-button-next svg{
		width: 20px;
	}
	.site-footer{
		padding: 50px 30px 100px;
	}
	.hero-slider-section{
		height: 100vh;
	}
	.hero-slider-section .elementor-container{
		height: 100%;
	}
	.footer-top-part{
		display: block;
		text-align: center;
	}
	.footer-top-part .footer-column{
		width: 100%;
	}
	.footer-column .widget_block{
		max-width: 100%;
	}
	.last-column .wp-block-heading, .last-column .menu-footer-menu-container{
		max-width: 100%;
	}
	.last-column .wp-block-heading{
		display: none;
	}
	.last-column{
		border-top: 1px solid #BA986A;
		margin-top: 30px;
		padding-top: 30px;
	}
	.footer-mobile{
		display: block;
		margin-bottom: 60px;
	}
	.footer-mobile .wp-block-heading{
		text-align: left;
		max-width: 210px;
		margin: 0 auto;
		padding-top: 30px;
		font-size: 32px;
		line-height: 34px;
	}
	.footer-bottom-part{
		display: none;
	}
	.footer-mobile .site-logo{
		max-width: 240px;
		margin: 0 auto;
	}
	.footer-mobile .site-logo img{
		max-width: 100%;
	}
	.footer-mobile .site-logo .wp-block-media-text{
		grid-template-columns: initial !important;
		margin: 0 !important;
	}
	.footer-top-part{
		margin-bottom: 0;
	}
	.last-column{
		padding-bottom: 0;
	}
	.footer-top-part .footer-column.desktop-show{
		display: none;
	}
	.card-slider-part{
		padding-right: 20px;
	}
	.sylter-welle-list{
		margin: 0 0px;
	}
	.sylter-welle-box {
		padding: 0 0px;
		margin-bottom: 0px;
	}
	.unsere-category-heading{
		text-align: center;
	}
	.unsere-category-heading h2{
		max-width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}
	.heading-part h2 span{
		display: initial;
	}
	.unsere-category-section {
	    padding: 40px 0 20px;
	}
	.category-grid-box .unsere-category-info h3 {
	    font-size: 32px;
	    line-height: 40px;
	    margin-bottom: 10px;
	}
	.unsere-short-des p{
		font-size: 16px;
		line-height: 24px;
	}
	.unsere-category-info p{
		font-size: 16px;
		line-height: 24px;
	    margin-bottom: 10px;
	}
	.category-grid-box .elementor-button{
		max-width: 250px;
	}
	.unsere-tabs-list ul{
		padding: 20px 0;
	}
	.service-list:not(.service-list-full) .elementor-icon-list-items li{
		text-align: center;
	}
	.service-list .elementor-icon-list-items li span{
		max-width: 100%;
	}
	.service-list .elementor-icon-list-items li{
		padding: 5px 0;
	}
	.wrap-flex .elementor-container{
		display: flex;
	}
	.wrap-flex .elementor-container .elementor-column{
		width: 33.33%;
	}
	.service-list:not(.service-list-full) .elementor-icon-list-items li {
	    text-align: left !important;
	}
	.wrap-full .elementor-container{
		display: block;
	}
	.wrap-full .elementor-container .elementor-column{
		width: 100%;
		border-bottom: 1px solid #BA986A;
		padding-bottom: 5px;
	}
	.wrap-full .elementor-container .elementor-column:first-child{
		border-bottom: 0;
	}
	.wrap-full .elementor-container .elementor-column .elementor-widget-wrap .elementor-element:nth-of-type(2){
		width: 60%;
		margin-bottom: 0;
	}
	.wrap-full .elementor-container .elementor-column .elementor-widget-wrap .elementor-element:nth-of-type(3){
		width: 40%;
	}
	.optional-list .elementor-icon-list-items li span,
	.detail-service-list .elementor-icon-list-items li span{
		font-size: 15px !important;
	}
	.detail-service-list .elementor-icon-list-items li:last-child span{
		text-align: right;
	}
	.optional-list .elementor-icon-list-items li:nth-of-type(2n+2) span{
		text-align: right;
	}
	.store-locater .page-header {
	    padding-top: 20px;
	}
	.top-hero-section .elementor-column,
	.top-hero-section .elementor-column .elementor-widget-wrap{
		position: static;
	}
	.top-hero-section .mobile-bottom-btn{
		position: absolute;
	    bottom: 0;
	    left: 0;
	}
	.top-hero-section .mobile-bottom-btn .elementor-widget-wrap{
		display: flex;
		flex-wrap: nowrap;
		column-gap: 10px;
		padding: 0;
	}
	.top-hero-section .mobile-bottom-btn .elementor-widget-wrap .elementor-widget-button.contact-btn{
		width: 90px;
	}
	.top-hero-section .mobile-bottom-btn .elementor-widget-wrap .elementor-widget-button{
		width: 100%;
		margin: 0;
	}
	.top-hero-section .mobile-bottom-btn .elementor-widget-wrap .elementor-widget-button a{
		width: 100%;
		line-height: normal;
	}
	.top-hero-section .mobile-bottom-btn .elementor-widget-wrap .elementor-widget-button a span{
		display: block;
		text-align: center;
	}
	.prices-table .prices-heading{
		display: none;
	}
	.prices-body-tr .prices-column:first-child{
		display: none;
	}
	.prices-body-tr{
		display: block;
	}
	.prices-body-tr .prices-column, .prices-table .prices-column{
		width: 100%;
	}
	.gallery-slider-part .swiper-slide{
		width: 100%;
	}
	.header-bottom-btn.footer-fix{
		position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 99;
	}
	.hero-slider-section .swiper-pagination{
		display: none;
	}
	.map-section .olc-layout{
		margin-bottom: 0 !important;
	}
	.map-section > .elementor-container{
		height: 100vh;
	}
	.map-section .office-locater-filter{
		display: none;
	}
	.map-section div,
	.map-section .office-locater-one{
		height: 100%;
	}
	.map-section .office-locater-one .olc-google-map div{
		height: auto;
	}
	.service-list.mobile-center .elementor-icon-list-items li {
	    text-align: center !important;
	}
	.service-list.mobile-center .elementor-icon-list-items li:last-child{
		border-bottom: 0;
	}
	.offer-icon-row .offer-icon-box h4{
		max-width: 100%;
		padding: 0 15px;
		display: block;
    	word-break: break-word;
	}
	.unsere-category-section .puzzle-shape{
		top: 36%;
		position: relative;
		margin: 0 0 -130px;
	}
	.prices-column .prices-th{
		text-align: center;
		min-height: initial;
	}
	.prices-body .mobile-show{
		display: block;
	}
	.prices-body .mobile-show h4{
		opacity: 1;
	}
	.prices-body .mobile-show span{
		display: block;
	}
	.prices-body-tr .prices-column ul.prices-list li{
		display: flex;
		justify-content: space-between;
	}
	.prices-body-tr .prices-column ul.prices-list li .title{
		display: initial;
	}
	.prices-body-tr .prices-column ul.prices-list li .title{
		font-size: 18px;
		line-height: 25px;
		font-weight: normal;
		font-family: 'Romie' !important;
	}
	.prices-column .prices-body {
	    margin-bottom: 40px;
	}
	.prices-body-tr .prices-column, .prices-table .prices-column{
		text-align: left;
	}
	.prices-column .prices-th h3 {
	    font-size: 22px;
	    line-height: 23px;
	}
	.prices-column .prices-th span{
		font-size: 18px;
		line-height: 23px;
	}
	.optional-full-list.optional-list .elementor-icon-list-items li{
		margin-bottom: 20px;
	}
	.optional-full-list.optional-list .elementor-icon-list-items li:nth-of-type(2n+1){
		width: 40%;
	}
	.optional-full-list.optional-list .elementor-icon-list-items li:nth-of-type(2n+2){
		width: 60%;
	}
	.prices-tex-bottom{
		margin-top: -30px;
	}
	.gallery-box{
		position: relative;
		overflow: hidden;
	}
	.gallery-box:before{
		content: '';
		padding-top: 67%;
		display: block;
	}
	.gallery-box img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

@media (max-width: 600px){ 
	.unsere-category-list {
	    grid-template-columns: repeat(1,minmax(0,1fr));
	    gap: 0px;
	}
	.room-list-wrap .room-list .room-info{
		justify-content: space-between;
	}
	.room-list-wrap .room-list .room-info p{
		margin-right: 20px;
	}
	.room-list-wrap .room-list .room-info p:nth-of-type(2){
		margin-right: inherit;
		margin-left: 0;
	}
	.room-list-wrap .room-list .room-info p:last-child{
		width: 100%;
	}
	.room-list-wrap .room-list .elementor-container{
		padding: 40px 0;
	}
	.room-list-wrap .room-list h2{
		margin-top: 0;
	}
	.map-section .olc-layout .olc-google-map{
		height: 100% !important;
	}
}