#header,
#stickyheader .header{
	padding: 20px 0;
}
#mmenu{
	display: none !important;
}
.align-items-center{
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
span.highlight{
	background-color: transparent;
	color: #816F3E;
	padding: 0;
	font-family: Lato, sans-serif;
}
.home h1, 
.home h2,mod_navigation
.content_page h2{
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 18px;
}
iframe{
	display: block;
}
.font_customfont1{
	letter-spacing: 2.4px;
}
.ce_hyperlink a, a.btn, .ce_revolutionslider .ce_revolutionslider_hyperlink{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2.2px;
	font-size: 14px;
	padding: 8px 53px 10px;
}
@media screen and (max-width: 1900px){
	.ce_hyperlink a, a.btn, .ce_revolutionslider .ce_revolutionslider_hyperlink{
		padding-left: 35px;
		padding-right: 35px;
	}
}
.ce_revolutionslider .ce_revolutionslider_hyperlink{
	letter-spacing: 2.4px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.rs-fullvideo-cover{
	background-color: #000;
	opacity: 0.5;
}
.ce_hyperlink.btn-accent-outline a{
	color: #000;
}

.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image{
	position: relative;
	overflow: hidden;
	
}
.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
.ce_text_imagebox.imagebox_version1:hover a:hover{
	box-shadow: none !important;
	transform: none !important;
	-webkit-transform: none !important;
}
.ce_text_imagebox.imagebox_version1:hover a:hover .bg-image{
	transform: scale(1.1);
		opacity: 0.8;
}
.ce_text_imagebox.imagebox_version1:hover a:hover .ce_text_imagebox_image:before{
//	opacity: 0.3;
}
.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image h4,
.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image h2{
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2.2px;
	font-size: 22px;
	text-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image h4:after,
.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image h2:after{
	content: "";
	height: 1px;
	width: 34px;
	background-color: #fff;
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 1900px){
	.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image{
		height: 500px !important;
	}
}
@media screen and (max-width: 767px){
	.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image{
		height: 400px !important;
	}
}
@media screen and (max-width: 550px){
	.ce_text_imagebox.imagebox_version1 .ce_text_imagebox_image{
		height: 300px !important;
	}
}
.ce_text_imagebox .ce_text_imagebox_image .bg-image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-size: cover;
	transition: all 0.4s;
	opacity: 0.5;
}
.img-trenner{
	height: 623px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.img-trenner h2{
	font-family: var(--customFont1);
	font-size: 44px;
	line-height: 50px;
	letter-spacing: 4.4px;
	color: #fff;
	text-transform: none;
}
.img-trenner p{
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
@media screen and (max-width: 991px){
	.img-trenner,
	#main .mod_article.fullwidth.img-trenner{
		padding: 0 20px !important;
		height: 463px;
	}
	.img-trenner h2{
		font-size: 34px;
		line-height: 40px;
		letter-spcaing: 3.4px;
	}
}
.ce_testimonial.ce_testimonial_version6 p{
	font-family: var(--customFont1);
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 2.4px;
	font-style: italic;
}
.ce_testimonial.ce_testimonial_version6 .name{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1.5px;
	color: #000;
	text-transform: uppercase;
	margin-top: 40px;
}
.ce_testimonial.ce_testimonial_version6 .ce_testimonial_inside{
	max-width: calc(100% - 280px);
}
@media screen and (max-width: 991px){
	.ce_testimonial.ce_testimonial_version6 .ce_testimonial_inside{
		max-width: calc(100% - 100px);
	}
	.ce_testimonial.ce_testimonial_version6 p{
		font-size: 18px;
		line-height: 37px;
		letter-spacing: 1.8px;
	}
}
@media screen and (max-width: 550px){
	.ce_testimonial.ce_testimonial_version6 .ce_testimonial_inside{
		max-width: calc(100% - 80px);
	}
	.ce_testimonial.ce_testimonial_version6 p{
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 1.6px;
	}
	.ce_testimonial.ce_testimonial_version6 .name{
		font-size: 14px;
		letter-spacing: 1.4px;
	}
	
}

.ce_testimonial_version6 i.fa-quote-right{
	color: #000;
}
.fa-quote-right:before{
	content:"“";
	font-family: var(--customFont1);
	font-size: 60px;
	letter-spacing: 6px;
	font-style: italic;
}
#meta-navigation ul{
	text-align: center;
}
#meta-navigation ul li{
	display: inline-block;
	border-left: 1px solid #000;
	line-height: 100%;
	margin-left: 10px;
	padding-left: 10px;
}
#meta-navigation ul li:first-child{
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
#meta-navigation ul li a{
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	color: #000;
}
.opening-hours .medium-width{
	display: inline-block;
	width: 85px;
}
#footer h3{
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1.6px;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer > .autogrid_row{
	justify-content: space-between;
}
#footer .inside > .autogrid_row > div:last-child{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media screen and (max-width: 767px){
	#footer .inside > .autogrid_row > div:last-child{
		display: block;
	}	
}
#footer .equal-height .ce_image_extended,
#footer .ce_image_extended.equal-height{
	min-height: 180px;
}
#footer .footer-logo-2 img{
	margin-top: 30px;
	display: block;
}
#top-wrapper #top .inside{
	padding: 0;
}
#top .inside{
	max-width: 100%;
}
#top{
	background-color: #000;
}
#top .ce_scrolling_text .text{
	margin-right: 324px;
	font-size: 20px;
	font-family: var(--customFont1);
	font-style: italic;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 32px;
}
#top .ce_scrolling_text .text .spacer{
	display: inline-block;
	padding: 0 50px;
}
#top .ce_scrolling_text .text a{
	color: #fff;
}
#top .ce_scrolling_text{
	height: 100%;
	margin: 0;
	padding: 0;
}
#top .autogrid_row .column:last-of-type .attributes{
	height: 70px;
}

.header .inside{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1500px;
}
.header .inside > div{
    width: calc(100%/3);
}
.header .inside  .left .smartmenu{
	float: none;
	margin-left: 0;
	display: block !important;
}
@media screen and (max-width: 550px){
	.header .inside  .left .smartmenu{
		margin-top: 15px;
	}
}
.smartmenu .smartmenu-trigger .line:after{
	margin-top: -12px;
}
.header .inside  .left{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header .inside .left .mod_langswitcher{
	margin-left: 30px;
}
.header .inside .center .logo{
	float: none;
	display: block;
	margin: 0 auto;
}
.header .inside .center .logo a{
	background-size: contain;
	background-position: center;
}
.header .inside .center .logo span{
	display: block;
	text-indent: -9999px;
}
.header .inside .right{
	text-align: right;
}
.header .inside .right a{
	color: #fff;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
@media screen and (max-width: 885px){
	
	.header .inside .right a{
		display: block;
	}
	.header .inside .left{
		width: 50%;
	}
	.header .inside .center{
		width: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 550px){
	.header .inside .right{
		order: 1;
		width: 100%;
		text-align: center;
	}
	.header .inside .center{
		order: 3;
		top: 40px;
	}
	.header .inside .left{
		order: 2;
	}
}

#slider .ce_revolutionslider .forcefullwidth_wrapper_tp_banner,
#slider .ce_revolutionslider .forcefullwidth_wrapper_tp_banner .fullscreen{
	min-height: 1000px;
}
@media screen and (max-width: 767px){
	#slider .ce_revolutionslider .forcefullwidth_wrapper_tp_banner,
	#slider .ce_revolutionslider .forcefullwidth_wrapper_tp_banner .fullscreen{
		min-height: 700px;
	}	
}
.ce_productbox.version2 .headline{
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 45px;
	font-style: italic;
	font-family: var(--customFont1);
	color: #000;
	text-transform: none;
}
@media screen and (max-width: 1199px){
	.ce_productbox.version2 .ce_hyperlink{
		float: none;
		margin-top: 10px;
	}
}
.ce_productbox.version2 .price,
.ce_pricebox_inside .price{
	font-family: var(--customFont1);
	font-size: 24px;
	font-weight: normal;
}
.ce_productbox.version2 .price span,
.ce_pricebox_inside .price span{
	font-size: 14px;
	font-family: Lato;
	color: #656565;
	letter-spacing: 0.7px;
}
.nav-buttons ul li{
	display: inline-block;
	margin-left: 60px;
}
@media screen and (max-width: 1600px){
	.nav-buttons ul li{
		margin-left: 20px;	
	}
}
@media screen and (max-width: 1253px){
	.nav-buttons ul li{
		margin-left: 0;
		margin-right: 20px;
	}
	.nav-buttons{
		width: 100%;
	}
}
@media screen and (max-width: 883px){
	.nav-buttons ul li{
		display: block;
		margin: 10px 0;
		line-height: 100%;
	}
}
@media screen and (max-width: 550px){
	.nav-buttons{
		display: none;
	}
}
.nav-buttons ul li a{
	font-size: 18px;
	letter-spacing: 1.8px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px rgba(0,0,0,.4);
}

.mod_newslist{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 102px;
    -webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: 0;
	flex-direction: row;
}
.mod_newslist::-webkit-scrollbar {
	display: none !important;
}
.mod_newslist .layout_latest figure{
	margin-bottom: 40px;
}
.mod_newslist .layout_latest img{
	width: 100%;
	height: auto;
}
.mod_newslist .layout_latest .info{
	color: #656565;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1.8px;
}
.mod_newslist .layout_latest h3{
	text-align: center;
	text-transform: none;
	margin: 0 30px;
}
.mod_newslist .layout_latest h3:after{
	width: 151px;
	height: 1px;
	background-color: #816F3E;
	content: "";
	display: block;
	margin: 20px auto;
}
.mod_newslist .layout_latest h3 a{
	color: #000;
	font-size: 24px;
	letter-spacing: 2.4px;
	font-family: var(--customFont1);
	line-height: 30px;
	text-decoration: none;
}
.mod_newslist .layout_latest .ce_text,
.mod_newslist .layout_latest .more{
	font-family: var(--customFont1);
	letter-spacing: 1.6px;
	line-height: 25px;
}
.mod_newslist .layout_latest .more{
	position: relative;
	padding-left: 10px;
}
.mod_newslist .layout_latest .more a{
	text-decoration: underline;
}
.mod_newslist .layout_latest .more:before{
	content: "»";
	position: absolute;
	top: 0;
	left: 0;
	color:  #816F3E;
}
.ce_text_image_bar{
	font-family: var(--customFont1);
	letter-spacing: 1.6px;
	line-height: 25px;
	font-size: 16px;
}
.ce_text_image_bar .headline{
	font-family: var(--customFont1);
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 30px;
	text-transform: none;
}
.ce_text_image_bar .textbox{
	padding: 75px 60px;
}
@media screen and (max-width: 991px){
	.ce_text_image_bar .textbox{
		padding: 20px !important;
	}
}
.ce_text_image_bar .ce_hyperlink a,
#main .ce_text a{
	background-color: transparent;
	padding: 0 0 0 10px;
	color:  #816F3E;
	border: 0;
	text-decoration: underline;
	text-transform: none;
	position: relative;
}
#main .ce_text a{
	text-decoration: none;
}
.ce_text_image_bar .ce_hyperlink a:before,
#main .ce_text a:before{
	content: "»";
	position: absolute;
	top: 0;
	left: 0;
	color:  #816F3E;
}
#main .ce_text a:before{
	top: -4px;
}
.ce_headline_extended.headline_style_h2 h2{
	font-size: 44px;
	letter-spacing: 4.4px;
	line-height: 50px;
	font-family: var(--customFont1);
	color: #000;
	text-transform: none;
}
@media screen and (max-width: 767px){
	.ce_headline_extended.headline_style_h2 h2{
		font-size: 34px;
		letter-spacing: 3.4px;
	}
}
.ce_headline_extended.headline_style_h2  h2 .color-accent{
	font-family: Lato;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 20px;
	display: block;
	margin-top: 25px;
	text-transform: uppercase;
}
.ce_headline.headline_style_h1{
	font-size: 44px;
	color: #000;
	letter-spacing: 4.4px;
	line-height: 50px;
	font-family: var(--customFont1);
	text-transform: none;
}
@media screen and (max-width: 1900px){
	.ce_headline.headline_style_h1, 
	.ce_headline_extended.headline_style_h2 h2{
		font-size: 34px;
		letter-spacing: 3.4px;
		line-height: 40px;
	}
}
@media screen and (max-width: 767px){
	.ce_headline.headline_style_h1, 
	.ce_headline_extended.headline_style_h2 h2{
		font-size: 28px;
		letter-spacing: 2.8px;
		line-height: 34px;
	}
}
.ce_divider_extended.version3{
	background-color: #707070;
}
.ce_countup.style1 .headline{
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 8px;
}
.ce_countup.style1 .text{
	font-size: 18px;
	letter-spacing: 1.8px;
	color: #816F3E;
}
@media screen and (max-width: 1900px){
	.ce_countup.style1 .headline{
		font-size: 50px;
		font-weight: bold;
		letter-spacing: 5px;
	}
	.ce_countup.style1 .text{
		font-size: 18px;
		letter-spacing: 1.8px;
		color: #816F3E;
	}	
}
@media screen and (max-width: 1400px){
	.ce_countup.style1 .headline{
		font-size: 40px;
		letter-spacing: 4px;
	}
	.ce_countup.style1 .text{
		font-size: 13px;
		letter-spacing: 1.3px;
	}	
}
#about .container{
	max-width: calc(1900px - 32px);
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
}
@media screen and (max-width: 1900px){
	#about .container{
		max-width: var(--contentBoxedWidth);
	}
	#about .image_container{
		max-width: 500px;
	}
}
@media screen and (max-width: 991px){
	#about .image_container{
		max-width: 100%;
	}
}
#footer .mod_socials a i{
	background-color: transparent;
}
#bottom .inside a{
	font-size: 14px;
	letter-spacing: 1.4px;
}
@media screen and (max-width: 767px){
	#bottom .inside a{
		font-size: 10px;
		letter-spacing: 1px;
	}
}
.ce_headerimage h1,
.ce_headervideo h1{
	font-size: 44px;
	letter-spacing: 4.4px;
	line-height: 50px;
	font-family: var(--customFont1);
	text-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.ce_headervideo .ce_headervideo_inside{
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px){
	.ce_headerimage h1,
	.ce_headervideo h1{
		font-size: 34px;
		letter-spacing: 3.4px;
		line-height: 40px;
	}	
	.ce_headervideo .content{
		width: calc( 100vw - 120px);
	}
}
.ce_headerimage .subline,
.ce_headervideo .subline,
.ce_text_image_bar .subline{
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 35px;
	text-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.ce_text_image_bar.color-default h2{
	color: #000;
}
.ce_text_image_bar .textbox{
	padding-right: 110px;
}
.ce_text_image_bar .textbox p{
	margin-bottom: 35px;
}
.ce_text_image_bar .ce_hyperlink.button a{
	border: 1px solid #816F3E;
	text-transform: uppercase;
	font-family: Lato, sans-serif;
	font-size: 14px;
	letter-spacing: 2.8px;
	text-decoration: none;
	line-height: 51px;
	padding: 0 45px;
	color: #000;
}
.ce_text_image_bar .ce_hyperlink.button a:before{
	content: none;
}
.ce_text_image_bar figure{
	width: 100%;
	height: 100%;
}
.ce_text_image_bar figure img{
		width: 100%;
	height: 100%;
  object-fit: cover;
}
.autogrid_row.border-right div:first-child .ce_text{
	padding-right: 15px;
	position: relative;
    height: 100%;
    overflow: visible;
}
.autogrid_row.border-right div:first-child .ce_text:after{
	height: 100%;
	width: 1px;
	background-color: #000;
	right: -15px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
.autogrid_row.border-right div:last-child .ce_text{
	padding-left: 20px;
}
@media screen and (max-width: 767px){
	.autogrid_row.border-right div:last-child .ce_text{
		padding-left: 0;
	}
}
.autogrid_row.align-center{
	justify-content: center;
	
}
.autogrid_row.align-center .ce_text *{
	text-align: left !important;
}
.autogrid_row.align-center .widget-textarea *,
.autogrid_row.align-center .widget-text *,
.autogrid_row.align-center .widget-select *{
	text-align: left !important;
}
.ce_text_extented.list-horizontal ul li{
	display: inline-block;
	margin: 0 30px;
}
.ce_text_extented.list-horizontal ul li img{
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.ce_text_extented ul{
	list-style-type: dot;
}
.ce_text_extented p img{
	max-width: 100%;
}
.ce_text.format-p-medium p,
.ce_text.format-p-medium{
	font-family: var(--customFont1);
	font-size: 17px;
	letter-spacing: 1.7px;
	line-height: 30px;
}
.ce_text.format-p-large p,
.ce_text.format-p-large{
	font-family: var(--customFont1);
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 45px;
}
@media screen and (max-width: 1900px){
.ce_text.format-p-large p,
.ce_text.format-p-large{
	font-family: var(--customFont1);
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 33px;
}	
}
@media screen and (max-width: 767px){
	.ce_text.format-p-large p,
	.ce_text.format-p-large{
		font-family: var(--customFont1);
		font-size: 16px;
		letter-spacing: 1.86px;
		line-height: 31px;
	}
}
.ce_text.format-p-medium ul,
.ce_text ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ce_text.format-p-medium li,
.ce_text ul li{
	position: relative;
	padding-left: 20px;
	list-style: none;
}
.ce_text.format-p-medium li:before,
.ce_text ul li:before{
	content:"•";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}
.ce_accordion{
	border: 0;
}
.ce_accordion .toggler{
	font-weight: normal;
}
.ce_accordion .toggler,
.ce_accordion .toggler:hover, 
.ce_accordion .toggler.ui-state-active{
	border-bottom: 1px solid #816F3E;
}
.ce_form h2,
h2{
	font-size: 18px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 40px;
}
.smartmenu-content .mod_navigation a{
	letter-spacing: 2.2px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.layout_full .info{
	color: #656565;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 20px;
}
.smartmenu-content .mod_navigation ul.level_1{
	padding-bottom: 100px;
}
.smartmenu-content .mod_navigation .level_1 ul{
	display: block;
	margin: 10px 0 0 20px;
}
.smartmenu-content .subitems_trigger{
	display: none;
}
#intro-hotel .ce_text_extented p{
	font-size: 17px;
	letter-spacing: 1.7px;
	line-height: 30px;
}
.ce_bgimage.image-text-full-width .ce_bgimage-inside{
	padding-right: 400px;
	padding-left: 100px;
}
@media screen and (max-width: 2300px){
	.ce_bgimage.image-text-full-width .ce_bgimage-inside{
		padding-right: 200px;
	}	
}
@media screen and (max-width: 1900px){
	.ce_bgimage.image-text-full-width .ce_bgimage-inside{
		padding-right: 100px;
	}	
}
@media screen and (max-width: 1600px){
	.ce_bgimage.image-text-full-width .ce_bgimage-inside{
		padding-right: 60px;
		padding-left: 60px;
	}	
}
@media screen and (max-width: 767px){
	.ce_bgimage.image-text-full-width .ce_bgimage-inside{
		padding-right: 20px;
		padding-left: 20px;
	}	
}
.smartmenu-content.open{
	right: auto;
	left: 0;
}
.smartmenu-content{
	left: -50%;
	width: 30vw;
	right: auto;
}
@media screen and (max-width: 767px){
	.smartmenu-content{
		width: 100%;
	}
	.smartmenu-content .smartmenu-table{
		margin-top: 100px;
	}
}

body.smartmenu_open div.body {
    transform: translateX(30vw) translateZ(0);
}
body.smartmenu_open .stickyheader {
    transform: translateX(30vw) translateZ(0);
}
.smartmenu-trigger{
	background-color: transparent;
}
.social_feed_container{
	width: 100%;
	margin: 0;
}
.social_feed_container:not(.masonry).columns4 .social_feed_element{
	flex: 0 0 24%;
}
@media screen and (max-width: 1400px){
	.social_feed_container:not(.masonry){
		justify-content: center;
	}
	.social_feed_container:not(.masonry).columns4 .social_feed_element{
	}
}
@media screen and (max-width: 550px){
	.social_feed_container:not(.masonry).columns4 .social_feed_element{
		flex: 0 0 47%;
	}
	.social_feed_container:not(.masonry){
		justify-content: flex-start;
	}
}

.social_feed_element .inner>figure{
	padding: 0;
}
.social_feed_element img{
	width: 100%;
	height: auto;
}
.social_feed_element .inner{
	background: transparent;
	padding: 0;
	border: 0;
	margin: 0;
}
.social_feed_container{
	gap: 15px;
}
.smartmenu-content .mod_navigation .level_2 li{
	line-height: 1.8rem;
}
.ce_gallery li:hover .content {
	opacity: 0.8;
}
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-container-view {
	border: 0 !important;
	background-color: transparent !important;

}
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-font-decorative,
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-font-default{
		font-family: Lato, sans-serif !important;
}
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-button .d21-font-default{
	font-family: Lato, sans-serif !important;
}
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-flex-picker--past[data-v-ac85b2ce],
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-description{
	color: #000 !important;
}
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-flex-picker--unavailable[data-v-ac85b2ce]{
	color: #B00020;
}
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-flex-picker--available[data-v-ac85b2ce]{
	color: #1A5F02;
}
.d21-availabilityCalendar[d21-widget-uuid="8f1458da-92c3-4e02-854e-0adc7039c1ec"] .d21-flex-picker--restricted[data-v-ac85b2ce]{
	color: #B45309;
}
.d21-quickbook[d21-widget-uuid="6e2cc50b-9a01-4bd5-aae0-69ed56fe181a"] .d21-description{
	color: #000 !important;
}

.d21-quickbook[d21-widget-uuid="6e2cc50b-9a01-4bd5-aae0-69ed56fe181a"] .d21-container-view{
	max-width: 680px;
	margin: 0 auto;
}
.d21-quickbook[d21-widget-uuid="6e2cc50b-9a01-4bd5-aae0-69ed56fe181a"] .d21-font-decorative,
.d21-quickbook[d21-widget-uuid="6e2cc50b-9a01-4bd5-aae0-69ed56fe181a"] .d21-font-default{
		font-family: Lato, sans-serif !important;
}
.dirs-form{
	display: flex;
	justify-content: center;
}
.mod_newslist{
	 flex-wrap: wrap;
}
.mod_newslist .layout_latest{
	flex: 0 0 27.33%; /* Kein Wachsen, kein Schrumpfen, genau 1/3 Breite */
	box-sizing: border-box;
}
@media screen and (max-width: 1400px){
	.mod_newslist{
		gap: 80px;
		justify-content: center;
	}
}
@media screen and (max-width: 991px){
	.mod_newslist{
		gap: 16px;
		justify-content: flex-start;
	}
	 .mod_newslist .layout_latest{
		flex: 0 0 calc(50% - 16px); /* Kein Wachsen, kein Schrumpfen, genau 1/3 Breite */
	}
	.ce_image_extended .image_container img{
		max-width: 400px;
		width: 100%;
	}
	.ce_image_extended .image_container{
		width: 100%;
		max-width: 100%;
	}
	#google-maps{
		height: 550px !important;
	}

}

@media screen and (max-width: 767px){
	.ce_gallery ul.flex-gallery{
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		scrollbar-width: 0;
	}
	.ce_gallery ul.flex-gallery::-webkit-scrollbar {
		display: none !important;
	}
	#google-maps{
		height: 450px !important;
	}
	.ce_revolutionslider .ce_revolutionslider_image svg{
		min-width: 200px !important;
		height: auto !important;
		display: block;
	}
	.more a{
		font-size: 100%;
	}
	.autogrid_row>.column,
	.autogrid_wrapper.gutter_l>div, .autogrid_row.gutter_l>div{
		padding-left: 0;
    	padding-right: 0;
	}
	.ce_headervideo{
		padding-top: 0;
		padding-bottom: 0;
	}
	.ce_headervideo.height_xxlarge,
	.ce_headerimage.height_xxlarge{
		height: calc(100vh - 70px);
		min-height: 700px;
	}
	.h-align-right,
	.ce_price.align-center,
	 .ce_price.align-center *,
	 .ce_text_extented.align-center,
	 .ce_text_extented.align-center *{
		text-align: left !important;
	}
	.img-trenner .ce_text_extented.align-center,
	.img-trenner .ce_text_extented.align-center *,
	.img-trenner .h-align-center{
		text-align: center !important;
	}
	.h-align-right.ce_hyperlink a{
		margin-bottom: 0;
	}
	#footer .ce_image_extended .image_container img{
		width: auto;
	}
	#footer .attributes .ce_image_extended .image_container img{
		margin-left: 10px;
		margin-right: 10px;
	}
	.special-absatz h4 + p{
		margin-top: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width: 550px){
	.mod_newslist{
		gap: 0;
		justify-content: center;
	}
	.mod_newslist .layout_latest{
		flex: 0 0 100%; /* Kein Wachsen, kein Schrumpfen, genau 1/3 Breite */
		margin-bottom: 25px;
	}
	#google-maps{
		height: 350px !important;
	}
	.ce_hyperlink a, a.btn{
		text-align: left !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ce_text_extented.list-horizontal  ul li{
		display: block;
		margin: 0 0 10px;
		text-align: left !important;
	}
	.ce_gallery .swiper-container .swiper-pagination{
		display: none;
	}
	.swiper-button-next, .swiper-button-prev{
		width: calc(30px / 44 * 27);
    	height: 30px;
	}
	.swiper-button-next{
		right: 10px;
	}
	.swiper-button-prev{
		left: 10px;
	}
	.home .swiper-button-next{
		right: 0;
	}
	.home .swiper-button-prev{
		left: 0;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 30px;
	}
	.social_feed_container > .social_feed_element:nth-child(n+9){
		display: none;
	}
}
.tp-parallax-wrap{
	width: 100%;
	left: 0 !important;
}
.tp-loop-wrap{
	width: 100%;
}
.tp-mask-wrap{
	left: 50%;
	transform: translateX(-50%);
}
.rs-container.fullscreen{
	width: 100% !important;
}

.d21-widget .d21-widget-container{
	max-width: initial !important;
}
.accessibility_widget_trigger{
	bottom: 80px;
	top: auto;
	min-width: 65px;
    line-height: 30px;
}
.ce_form .widget-checkbox fieldset{
	border: 0;
}
.ce_form .widget-checkbox fieldset span{
	 align-items: flex-start;
}
.ce_form .widget-checkbox fieldset span .checkbox{
	margin-top: 5px;
}
.ce_form .widget-checkbox fieldset span *{
	text-align: left !important;
}
   

