/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
	font-family: 'sofia-pro', sans-serif;
	color: #000000;
	line-height:1.5;
	font-size:20px;
	margin: 0px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	line-height:1.2;
	font-weight: normal;
	margin: 0 auto 40px;
	font-size: 40px;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
a{
	color: #bf9911;
	text-decoration: none;
}
a:active, a:hover {
	color: #e7e1d0;
}
.bg_dunkel a:active, .bg_dunkel a:hover {
	color: #fff;
}
.textcenter{
	text-align:center;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.margin_oben{
	margin-top: 100px;
}
.margin_unten{
	margin-bottom: 100px;
}

.bg_dunkel .margin_oben{
	padding-top: 100px;
	margin-top: 0;
}
.bg_dunkel .margin_unten{
	padding-bottom: 100px;
	margin-bottom: 0;
}


.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;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}

.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.h600{
	height: 900px;
}

/* //////////////////////////////////// HEADER Allgemein //////////////////////////////////// */
.header{
	text-align: center;
	position: relative;
	width: 100%;
	background-color: #e7e1d0;
	padding: 25px 0;
}
.open_menu{
	width: 45px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	left: 40px;
	top: 24px;
}
.open_menu span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
}
.open_menu span:nth-child(1){
  top: 0px;
}
.open_menu span:nth-child(2){
  top: calc(50% - 1px);
}
.open_menu span:nth-child(3){
  bottom: 0px;
}

.close_menu{
	width: 45px;
	height: 34px;
	cursor: pointer;
	position: relative;
	margin: 0 auto 30px;
}
.close_menu span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	top: 15px;
}
.close_menu span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close_menu span:nth-child(2){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.open_menu:hover span, .close_menu:hover span{
	background-color: #bf9911;
}

.header_logo{
	display: inline-block;
	margin: 0 auto;
	line-height: 0;
}
.header_logo a{
	display: block;
}


.anfragen_buchen{
	position: absolute;
	right: 40px;
	top: 24px;
}
.link_box{
	display: inline-block;
	margin-left: 10px;
}
.link_box:first-child{
	margin: 0 auto;
}
.link_box a{
	display: block;
	color: #000000;
	text-decoration: underline;
}
.link_box a:hover{
	color: #bf9911;
}




/* //////////////////////////////////// Menu //////////////////////////////////// */
.menu{
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	text-align: center;
	display: none;
	z-index: 10;
	background-color: #e7e1d0;
	top: 0;
	left: 0;
	padding: 50px 0;
}
.table_div{
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell_div{
	display: table-cell;
	vertical-align: middle;
}
.nav_menu{
	padding: 0;
	margin: 0 auto;
}
.nav_menu li{
	display: block;
	margin-bottom: 40px;
}
.nav_menu li:last-child{
	margin: 0 auto;
}
.nav_menu li a{
	display: block;
	color: #000000;
	line-height: 1;
	font-size: 40px;
}
.nav_menu li a:hover{
	color: #bf9911;
}
.nav_menu li.current_page_item a{
	text-decoration: underline;
}

/* //////////////////////////////////// Sprachmenu //////////////////////////////////// */
#sprach_menu_home{
	
}
#sprach_menu{
	margin-top: 40px;
}
.sprach_menu a{
	display: block;
	color: #bf9911;
}
.sprach_menu a:hover{
	text-decoration: underline;
}
.sprach_menu a.active_lang{
	display: none;
}




/* //////////////////////////////////// Slick Slider //////////////////////////////////// */
.slick-slider{
	width: 100%;
	position: relative;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-slide{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	float: left;
	display: none;
}
.slick-slide:first-child, .slick-initialized .slick-slide{
	display: block;
}
.full_slider .slick-slide{
	height: calc(100vh - 132px);
	position: relative;
}
.small_slider .slick-slide{
	position: relative;
	height: 800px;
}

.slick-slide img{
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}


.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50px;
	height: 33px;
	z-index: 7;
	transform: none;
}
.slick-prev {
	background-image: url('https://www.pfoeslhof.it/wp-content/themes/effekt/images/prev.svg');
}
.slick-next{
	background-image: url('https://www.pfoeslhof.it/wp-content/themes/effekt/images/next.svg');
}
.inner_full_image{
	padding-top: 60%;
}



.full_slider .slick-prev {
    right: 100px;
	bottom: 40px;
}
.full_slider .slick-next {
    right: 40px;
	bottom: 40px;
}

.small_slider .slick-prev {
    right: 100px;
	bottom: 40px;
}
.small_slider .slick-next {
    right: 40px;
	bottom: 40px;
}

/* //////////////////////////////////// Allgemein //////////////////////////////////// */
.button{
	display: inline-block;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #000000;
}

.button span, .button a{
	display: block;
	color: #000000;
	display: block;
	padding: 10px 25px;
}
.button a:hover{
	color:#FFFFFF;;
	background-color: #bf9911;
}


.aktivitaeten_box a:hover .button span{
	color:#FFFFFF;;
	background-color: #bf9911;
}



.bg_dunkel{
	background-color: #f2f0eb;
}


/* //////////////////////////////////// Version 2 / Bild-Text //////////////////////////////////// */
.flex_box_bild_text{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 40px;
}
.bild_box_rechts{
	width: calc(50% - 20px);
	position: relative;
}
.bild_box_rechts img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.text_box_links{
	width: calc(50% - 20px);
}


/* //////////////////////////////////// Version 3 / 2 Spalten text //////////////////////////////////// */
.flex_box_zweispalten{
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.spalte_links{
	width: calc(50% - 20px);
}
.spalte_rechts{
	width: calc(50% - 20px);
}


/* //////////////////////////////////// Version 4 / Bild ganze Breite //////////////////////////////////// */
.inner_gb{
	padding-top: 50%;
}


/* //////////////////////////////////// Version 6 / Aktivitäten //////////////////////////////////// */
.flex_box_aktivitaeten{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 40px auto;
}
.aktivitaeten_box{
	display: block;
	width: calc(50% - 20px);
	text-align: center;
}
.aktivitaeten_box a{
	display: block;
	color: #5A3D28;
}
.aktivitaeten_box h3{
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 20px;
}
.aktivitaeten_bild_box{
	line-height: 0;
	overflow: hidden;
}
.aktivitaeten_bild_box img{
	transition: transform .2s;
}
.aktivitaeten_text_box{
	padding: 25px
}
.aktivitaeten_box a:hover{
	background-color: #f2f0eb;
	color: #000000;
}
.aktivitaeten_box a:hover h3{
	color: #bf9911;
}
.aktivitaeten_box a:hover .aktivitaeten_bild_box img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* //////////////////////////////////// INPUT Fields //////////////////////////////////// */
.abstand_row{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.input{
	width: calc(50% - 15px);
	margin-right: 30px;
	float: left;
}
.input.last{
	margin: 0 auto;
	float: right;
}
.input.full{
	width: 100%;
}
.input input, .input select{
	width: 100%;
	height: 40px;
	font-size: 18px;
	font-family: 'sofia-pro', sans-serif;
	padding: 0 10px;
	font-weight: 300;
	border: 1px solid #000;
	background-color: #fff;
}
.bemerkungen{
	width: 100%;
	margin-bottom: 20px;
}
textarea{
	width: 100%;
	height: 100px;
	font-size: 18px;
	font-family: 'sofia-pro', sans-serif;
	font-weight: 300;
	padding: 10px;
}
.check_anfrage{
	float: left;
	line-height: 1;
}
.check_anfrage span{
	margin: 0 auto;
}
.check{
	margin: 0 auto;
	width: 13px;
	height: 13px;
}
.check_anfrage_text{
	width: calc(100% - 23px);
	float: right;
}
.anfragen_btn {
    width: auto;
    display: inline-block;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #fff;
	font-family: 'sofia-pro', sans-serif;
	margin-top: 30px;
	padding: 10px 20px;
	background-color: #bf9911;
}
.anfragen_btn:hover{
	cursor: pointer;
	background-color: #f2f0eb;
	color: #bf9911;
}
.anfragen_btn:disabled{
	color: #fff;
	background-color: #ccc;
}

.wpcf7-not-valid-tip{
	font-size: 1rem;
}











/* //////////////////////////////////// FOOTER //////////////////////////////////// */
.footer{
	background-color: #bf9911;
	padding: 50px 0;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #D5C5B7;
}


.footer_links{
	float: left;
	margin-right: 100px;
}
.footer_links a{
	display: block;
	font-size: 25px;
}
.mwst{
	margin-top: 20px;
}
.adresse{
	float: left;
}
.facebook {
  float: right;
  line-height: 0;
}
.facebook a .cls{
	fill: #d5c5b7;
}
.facebook a:hover .cls{
	fill: #5A3D28;
}

.impressum{
	position: absolute;
	right: 0;
	bottom: 0;
}

.buchenblock{
	background-color:#f9f9f9;
	padding: 30px 0;
}
.buchenblock h2{
	text-align:center;
}
/* 2 Spalten mit 40px Gap */
.native-ciaobooking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(440px, 1fr));
  gap: 40px; /* wirkt für Zeilen & Spalten */
}

/* Form-Row: keine Inline-Blocks/Breiten mehr erzwingen */
.layout-inline .cb-form-row {
  display: block;      /* statt inline-block */
  width: auto;         /* statt 50% */
  min-width: 0;        /* Grid managt die Breite */
  box-sizing: border-box;
}

/* Submit-Zeile über volle Breite & zentrierten Button */
.layout-inline .cb-native-submit {
  grid-column: 1 / -1;               /* nimmt eigene Zeile über beide Spalten */
  display: flex;
  justify-content: center;           /* Button zentrieren */
}




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