/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
	font-family: "Figtree", sans-serif;
	color: #2B2F34;
	margin: 0px;
	line-height: 1.6;
	font-size: 1.25rem;
	font-weight: 300;
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, .like_title{
	font-family: "Higuen", sans-serif;
	font-size: 3rem;
	color: #A19A6A;
	margin: 0 auto 40px;	
	line-height: 1.2;
	font-weight: 300;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img, svg, video{
	max-width: 100%;
	height:auto;
}
video{
	width: 100%;
	height: auto;
	max-height: 100svh;
	object-fit: cover;
	object-position: center;
}
a{
	color: #A19A6A;
	text-decoration: none;
}
a:active, a:hover {
	color: #A19A6A;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
.textcenter{
	text-align: center;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w700{
	max-width:700px;
	margin:0 auto;
	position:relative;
}
.margin_oben{
	margin-top: 100px;
}
.margin_unten{
	margin-bottom: 100px;
}
.padding_oben{
	padding-top: 100px;
}
.padding_unten{
	padding-bottom: 100px;
}
.margin_unten_half{
	margin-bottom: 50px;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.bg_padding{
	padding: 100px 0;
}
.bg_black{
	background-color: #2B2F34;
	color: #FFFFFF;
}
.bg_black .swiper-pagination-auflistung .swiper-pagination-bullet{
	background-color: #FFFFFF;
}


/* //////////////////////////////////// Menu //////////////////////////////////// */
.menu{
	display: none;
	background-color: #2B2F34;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	position: 0 40px;
	z-index: 11;
}
.menu_top {
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: center;
	justify-content: flex-end;
	padding: 30px 40px 0;
}
#languages{
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}
#languages a{
	width: 65px;
	height: 65px;
	border-radius: 100px;
	border: 2px solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	font-size: 1rem;
	text-transform: uppercase;
	color: #FFFFFF;
}
#languages a.active_lang{
	color: #77797C;
	border-color: #77797C;
	cursor: default;
}
#languages a span{
	display: block;
	z-index: 2;
}
#languages a:hover{
	
}
.close_menu{
	width: 75px;
	height: 75px;
	border-radius: 100px;
	border: 2px solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.close_menu svg, .open_menu svg{
	display: block;
	transition: transform 0.3s ease;
	z-index: 1;
}
.close_menu:hover{
	cursor: pointer;
}
.close_menu:hover::before, #languages a:hover::before, .swiper_arrows:not(.swiper-button-disabled):hover::before, .social_links a:hover::before{
  transform: scaleY(1);
}
#languages a.active_lang:hover::before{
	transform: scaleY(0);
}
.close_menu:hover svg{
	transform: rotate(180deg);
}

.menu-hauptmenu-container, .menu-hauptmenu-italienisch-container, .menu-hauptmenu-englisch-container{
	height: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}
.nav-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 100px;
}
.nav-menu li{
	cursor: pointer;
}
.nav-menu li:last-child{
	margin: 0;
}
.nav-menu li a{
	display: block;
	line-height: 1;
	color: #FFFFFF;
	font-size: 2rem;
	font-family: "Higuen", sans-serif;
}
.nav-menu li a:hover{

}
.nav-menu li a svg{
	display: block;
	margin: 0 auto;
	opacity: 0;
	transition: all 0.5s ease;
}
.nav-menu li.current-menu-item svg, .nav-menu li:hover svg, .nav-menu li.current-menu-parent svg{
	opacity: 1;
	transform: translateY(-40px);
}
.nav-menu li.current-menu-item svg .hover_fill, .nav-menu li.current-menu-parent svg .hover_fill{
	fill: #A19A6A;
}
.sub-menu{
	opacity: 0;
	padding: 0;
	transition: all 0.5s ease;
}
.sub-menu li{
	width: 100%;
	margin-bottom: 20px;
}
.sub-menu li:last-child{
	margin: 0;
}
.sub-menu li a{
	font-size: 1.4rem;
	color: #A19A6A;

	font-family: "Figtree", sans-serif;
}
.sub-menu li a:hover, .sub-menu li.current-menu-item a{
	text-decoration: underline;
}
.sub-menu li.anker a{
	text-decoration: none;
}
.sub-menu li.anker a:hover{
	text-decoration: underline;
}
.nav-menu li.current-menu-item .sub-menu, .nav-menu li:hover .sub-menu, .nav-menu li.current-menu-parent .sub-menu{
	opacity: 1;
	transform: translateY(30px);
}


/* //////////////////////////////////// Header //////////////////////////////////// */
.bg_muster{
	background-image: url('https://www.essa-suites.it/wp-content/themes/effekt/images/bg.jpg');
	background-repeat: repeat;
	background-size: auto;
}

.platzhalter{
	height: 313px;
	display: none;
}
.header{
	padding: 50px 0;
}
.header .w1280{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start; /* oder center, je nach Wunsch */
	gap: 10px;
}
.button-group {
	display: flex;
	gap: 20px;
}
.buttons .button {
	margin-top: 0 !important;
}
.buttons p{
	text-align:left;
	/*margin: 0!important;*/
	font-size: 18px;
}
.header.scrolled .buttons p a {
	color: #fff;
}
.header_logo{
	/*margin-right: 235px;*/
	margin-right: 75px;
}
.header_logo svg{
	display: block;	
	margin: 0 auto;
}
.header_logo svg.logo_schriftzug{
	margin-top: 20px;
}

.open_menu{
	width: 75px;
	height: 75px;
	border-radius: 100px;
	border: 2px solid #2B2F34;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.open_menu::before, .close_menu::before, #languages a::before, .swiper_arrows::before, .social_links a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #A19A6A;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.3s ease;
	z-index: -1;
}



.hover_stroke{
	transition: stroke 0.3s ease;
}
.hover_fill{
	transition: fill 0.3s ease;
}
.open_menu:hover{
	cursor: pointer;
}
.open_menu:hover::before{
  transform: scaleY(1);
}
.open_menu:hover .hover_stroke, .social_links a:hover .hover_stroke, .scrolled .hover_stroke, .swiper_arrows:not(.swiper-button-disabled):hover .hover_stroke{
	stroke: #FFFFFF;
}


.header.scrolled{
	background-color: #A19A6A;
	position: fixed;
	top: -200px;
	width: 100%;
	padding: 20px 0;
	transition: all 0.3s ease;
	z-index: 10;
}
.header.scrolled .header_logo {
  /*margin-right: 240px;*/
	margin-right: 80px;
}
.scrolled .logo_schriftzug{
	display: none;
}
.scrolled .open_menu{
	border-color: #FFFFFF;
}

.header.scroll_vis{
	top: 0;
}
.scrolled .hover_fill, .social_links a:hover .hover_fill{
	fill: #FFFFFF;
}

.header.scrolled .header_logo svg, .header.scrolled .open_menu{
	width: 70px;
	height: 70px;
}
.header.scrolled .button_t{
	background-image: url('https://www.essa-suites.it/wp-content/themes/effekt/images/button_bg.jpg');
	background-size: cover;
	background-position: center;
}
.header.scrolled .open_menu::before {
	background-color: #FFFFFF;
}
.header.scrolled .open_menu:hover svg .hover_stroke{
	stroke:#000000;
}

/* //////////////////////////////////// Button //////////////////////////////////// */
.button{
	display: inline-block;
	width: auto;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	margin-top: 30px;
}
.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A19A6A;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 0;
  transition: all 0.3s ease;
}

.button:hover::before, .info_leiste:hover .button::before{
  transform: scaleX(1);
}

.button a, .button span{
	border: 1px solid #2B2F34;
	border-radius: 50px;
	display: block;
	padding: 5px 30px;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	transition: all 0.3s ease;
	color: #2B2F34;
}
.button a:hover, .button span:hover, .info_leiste:hover .button a, .info_leiste:hover .button span{
	color: #FFFFFF;
}

.button_t a{
	border-color: #2B2F34;
	color: #2B2F34;
	background-color: transparent;
}

.button_bg{
	background-image: url('https://www.essa-suites.it/wp-content/themes/effekt/images/button_bg.jpg');
	background-size: cover;
	background-position: center;
}

.close_popup_button{
	margin: 50px auto;
}

/* //////////////////////////////////// Home //////////////////////////////////// */
.flex_slider{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
}
.slider_nav{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	gap: 40px;
	padding: 0 100px;
	flex-shrink: 0;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	line-height: 0;	
}
.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 100vh;
	display: block;
}


.swiper_arrows{
	width: 40px;
	line-height: 0;
	cursor: pointer;
	display: block;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}
.swiper-pagination{
	line-height: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 15px;
	background-color: #2B2F34; 
	cursor: pointer;
	opacity: 0.5;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active{
	opacity: 1;
}
.swiper-pagination-bullet:hover{
	background-color: #A19A6A;
}
.swiper-button-disabled{
	opacity: 0.5;
}





.swiper_auflistung .swiper-slide{
	 opacity: 0.3;
	 transition: opacity 0.4s ease;
	 line-height: inherit;
}
.swiper_auflistung .swiper-slide-active{
	 opacity: 1;
}
.swiper_auflistung .swiper-slide .bild_box{
	position: relative;
}
.swiper_auflistung .swiper-slide .bild_box::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.swiper_auflistung .swiper-slide img{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
}
.swiper_auflistung .swiper-slide:last-child .info_leiste{
	padding-right: 40px;
}






.flex_box_spruch{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: 0 40px;
}
.flex_box_spruch h2{
	max-width: 960px;
	text-align: center;
	padding: 0 100px;
	align-self: center;
	margin: 0;
}






.flex_box_spruch .bild_box {
  position: relative;
  line-height: 0;
  width: 25%;
}
.flex_box_spruch .bild_box_1{
	margin-left: 40px;
}

.flex_box_spruch .bild_box::after {
  content: "";
  display: block;
  padding-top: 150%;
}
.flex_box_spruch .bild_box img{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
}
.flex_box_spruch .bild_box_1 img{
	right: 40px;
	height: 80%;
}
.flex_box_spruch .bild_box_2 img{
	right: 80px;
	top: 40%;
	height: 60%;
}

.full_bild{
	max-height: 75svh;
	object-fit: cover;
	object-position: center;
}


.flex_box_auflistung{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 100px;
}
.flex_box_auflistung h2{
	position: sticky;
	top: 200px;
	margin: 0;
	width: 350px;
	flex-shrink: 0;
}
.flex_box_auflistung .auflistung_box{
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	position: relative;
	margin-bottom: 40px;
}
.flex_box_auflistung .auflistung_box:last-child{
	margin: 0;
}
.flex_box_auflistung .auflistung_box img{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 25px);
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.flex_box_auflistung .auflistung_box .text_box{
	width: calc(50% - 25px);
	margin: 100px 0;
}

.flex_box_auflistung .auflistung_box .text_box h3{
	margin-bottom: 20px;
	color: #FFFFFF;
	font-family: "Figtree", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
}
.flex_box_auflistung .auflistung_box .text_box p{
	margin-bottom: 20px;
}




/* //////////////////////////////////// Aufenthalt //////////////////////////////////// */
.text_box .auflistung_box{
	border-top: 1px solid #2B2F34;
	padding: 20px 0;
}
.text_box .auflistung_box:last-child{
	border-bottom: 1px solid #2B2F34;
}


/* //////////////////////////////////// Suiten Seite //////////////////////////////////// */
.suiten_box:last-child{
	margin-bottom: 0;
}
.slider_nav_auflistung {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 40px;
  padding: 0;
  z-index: 1;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 1;
  height: 100%;
}

.slider_nav_auflistung .swiper-pagination-bullet {
   background-color: #FFFFFF;
}

.info_leiste{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	cursor: pointer;
}
.leiste_links .button{
	margin-top: 0;
}
.leiste_rechts{
	text-align: right;
	font-size: 1.15rem;
}
.leiste_rechts p{
	margin-bottom: 0px;
	color: #FFFFFF;
}


.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	background-color: rgba(30, 37, 41, 0.7);
	z-index: 11;
	display: none;
	padding: 0 25px;
}
.flexbox_popup{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: calc(100% - 100px);
	margin: 50px auto;
}
#inner_popup{
	background-color: #ffffff;	
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}
	.close_popup {
	background-color: #1E2529;
	width: 40px;
	height: 40px;
	padding: 12px;
	line-height: 0;
	border-radius: 50px;
	margin-bottom: -20px;
	z-index: 2;
	cursor: pointer;
}
.close_popup:hover{
	background-color: #8E9294;
}



/* //////////////////////////////////// Single Suiten //////////////////////////////////// */
.start_bild img{
	max-height: 75vh;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.verlauf{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	z-index: 1;
	background: linear-gradient(to top, rgba(0,0,0, 0.5) 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0) 100%);
	text-align: center;
}
.verlauf .like_title{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 5rem;
}

.flex_box_version_1, .flex_box_version_2{
	display: flex;
	flex-direction: row-reverse;
	gap: 100px;
}
.flex_box_einleitung_reverse{
	flex-direction: row-reverse;
}

.flex_box_version_1 .text_box{
	width: 50%;
	padding: 80px 0;
}
.flex_box_version_1 .text_box .buttons{
	margin-top: 30px;
}
.flex_box_version_1 .bild_box{
	width: 50%;
	position: relative;
}
.flex_box_version_1 .bild_box::after {
	content: "";
	display: block;
	padding-top: 70%;
}

.flex_box_version_1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}



.einleitung_version_2 h1, .einleitung_version_2 h2{
	max-width: 500px;
	margin: 0 0 40px;
}
.flex_box_version_2 .text_box{
	width: 40%;
	margin-top: -80px;
}
.flex_box_version_2 .bild_box{
	width: 60%;
	line-height: 0;
	position: relative;
}
.flex_box_version_2 .bild_box::after {
	content: "";
	display: block;
	padding-top: 70%;
}


.flex_box_version_2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}




.flex_box_infos{
	border-top: 1px solid #2B2F34;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.info_box{
	width: 25%;
	text-align: center;
	padding: 0 30px;
	border-right: 1px solid #2B2F34;
}
.info_box:last-child{
	border: none;
}
.info_box span{
	display: block;
	font-size: 1.15rem;
	margin-top: 10px;
}
.icon_box{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	overflow: hidden;
	background-image: url('https://www.essa-suites.it/wp-content/themes/effekt/images/bg.jpg');
	background-repeat: repeat;
	background-size: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.icon_box svg {
  width: auto;
  display: block;
  margin:0 auto;
}

.tab_leiste{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	text-align: center;
}
.tab{
	color: #A19A6A;
	text-transform: uppercase;
	font-size: 1.15rem;
}
.tab:hover{
	cursor: pointer;
}
.tab.active{
	text-decoration: underline;
}
.tab_box{
	max-width: 960px;
	margin: 30px auto 0;
}
.tab_box ul{
	padding: 0;
	list-style: none;
}
.tab_box ul li {
  background-image: url('https://www.essa-suites.it/wp-content/themes/effekt/images/check.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left top 6px;
  padding-left: 40px;
  margin-bottom: 10px;
}

#tab1{
	background-image: url('https://www.essa-suites.it/wp-content/themes/effekt/images/bg.jpg');
  background-repeat: repeat;
  background-size: auto;
  padding: 30px;
  text-align: center;
}
#tab1 img{
	max-height: 400px;
	max-width: 600px;
	width: auto;
}
.ausstattung_box{
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
.ausstattung_box:last-child{
	margin: 0;
}
.ausstattung_box svg{
	display: block;
	flex-shrink: 0;
}
.ausstattung_box span{
	display: block;
}

.swiper_carousel .swiper-slide{
	transform: scale(0.8) translateZ(0);
	transition: 0.5s ease;
	opacity: 0.7;
	position: relative;
}
.swiper_carousel .swiper-slide:after, .swiper_suiten_auflistung .swiper-slide:after, .suiten_box .bild_box:after{
	content: "";
	display: block;
	padding-top: 60%;
}
.suiten_box .bild_box{
	position: relative;
}
.swiper_carousel .swiper-slide img, .swiper_suiten_auflistung .swiper-slide img, .suiten_box .bild_box img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
}
.swiper_carousel .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0);
  opacity: 1;
}

.slider_nav_carousel{
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	align-items: center;
	gap: 40px;
	padding: 0 30px;
	flex-shrink: 0;
	margin-top: 40px;
}


.slider_nav_carousel .swiper-pagination{
	flex-direction: row;
}



/* //////////////////////////////////// Explore Südtirol //////////////////////////////////// */
.gutter_sizer{
	width: 100px;
	display: block;
}
.grid_box{
	width: calc(50% - 50px);
	margin: 0 0 100px;
	position: relative;
}
.grid_box:nth-child(2){
	margin-top: 100px;
}
.grid_box .bild_box{
	position: relative;
	margin-bottom: 40px;
}
.grid_box .bild_box::after {
  content: "";
  display: block;
  padding-top: 120%;
}
.grid_box .bild_box img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
}
.grid_box:last-child, .grid_box:nth-last-child(2){
	margin-bottom: 0;
}

/* //////////////////////////////////// Footer //////////////////////////////////// */
footer.fullwidth{
	text-align: center;
	background-image: url('https://www.essa-suites.it/wp-content/themes/effekt/images/bg.jpg');
	background-repeat: repeat;
	background-size: auto;
	padding: 100px 0;
}
footer a{
	color: #2B2F34;
}
.verlinkung_footer{
	margin-top: 20px;
}
.verlinkung_footer a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	gap: 20px;
	line-height: 1;
	color: #A19A6A;
	font-family: "Higuen", sans-serif;
}
.verlinkung_footer svg {
	transition: transform 0.3s ease-in-out;
}
.verlinkung_footer a:hover svg{
    animation: bounce 0.5s infinite alternate ease-in-out;
}

@keyframes bounce {
    0% { transform: translateX(0); }
    100% { transform: translateX(10px); } /* Bewegt sich 20px nach rechts */
}




footer .adresse{
	margin: 50px auto;
}

.flex_box_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	font-size: 1.15rem;
}
.social_links{
	display: flex;
	gap: 10px;
	position: relative;
	z-index: 1;
	
}
.social_links a{
	line-height: 0;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}
.social_links a:hover .hover_fill_g{
	fill: #A19A6A;
}


.impressum{
	display: flex;
	gap: 40px;
}
.impressum a, .impressum span{

}


/* //////////////////////////////////// INPUT Fields //////////////////////////////////// */
.abstand_row{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	text-align: left;

}
.abstand_row_flex{
	display: flex;
	justify-content: space-between;
}
.abstand_row_flex .input{
	width: calc(33.33% - 20px);
}
.input.half{
	width: calc(50% - 15px);
}
.input label{
	display: block;
	font-size: 1.25rem;
	margin-bottom: 5px;
}
.input.last{
	margin: 0 auto;
	float: right;
}
.input.full{
	width: 100%;
}
.input input, .input select{
	width: 100%;
	height: 40px;
	font-family: "Figtree", sans-serif;
	padding: 0 10px;
	font-weight: 300;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 1.15rem;
	color: #2B2F34;
}
.bemerkungen{
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.25rem;
}
textarea{
	width: 100%;
	height: 100px;
	font-family: 'Figtree', sans-serif;
	font-weight: 300;
	padding: 10px;
	font-size: 1.15rem;
}
.check_anfrage{
	float: left;
	line-height: 1;
	
}
.check_anfrage span{
	margin: 0 auto;
}
.check{
	margin: 0 auto;
	width: 13px;
}
.check_anfrage_text{
	width: calc(100% - 23px);
	float: right;
	font-size: 1.15rem;
	text-align: left;
}
.full-width{
	text-align: left;
}
.anfragen_btn {
	width: auto;
	display: inline-block;
	font-family: 'Figtree', sans-serif;
	margin-top: 30px;
	border: 1px solid #2B2F34;
	border-radius: 50px;
	display: block;
	padding: 5px 30px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	transition: all 0.3s ease;
	color: #2B2F34;
	margin-top: 30px;
}
.anfragen_btn:hover{
	cursor: pointer;
	background-color: #A19A6A;
	color: #FFFFFF;
	text-decoration: underline;
}
.anfragen_btn:disabled{
	color: #fff;
	background-color: #ccc;
	text-decoration: none;
}

.wpcf7-form-control-wrap{
	font-size: 0.9rem;
}

.inner_full_image{
	padding-top: 60%;
}



.bookmenu{
	display:none;
}


.smoobu-booking-tool-container{
	text-align: center;
}
.smoobu-booking-tool-container iframe{
	margin: 0 auto;
}



/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}