/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: "objektiv-mk2", sans-serif;
	line-height:1.8;
	font-size: 16px;
	margin: 0px;
	background-color: #F9F6F5;
	color: #5A523B;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "itc-giovanni", serif;
	line-height:1.2;
	margin: 0 auto 30px;
	font-size: 45px;
	font-weight: 300;
}
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: #8D4944;
	text-decoration: none;
}
a:active, a:hover {
	color: #8D4944;
}
.textcenter{
	text-align:center;
}
svg, video{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
/* //////////////////////////////////// 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;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}

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

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

/* ///////////////// Header ///////////////// */
.header{
	text-align: center;
	padding: 40px 0 30px;
}
.header_logo{
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
	width: 150px;
}
.header_logo a{
	display: block;
}

.button_anfragen{
	float: left;
	border-bottom: 3px solid #8D4944;
	padding-bottom: 3px;
	width: 135px;
	margin: 12px auto;
}
.button_anfragen a{
	display: block;
	background-color: #8D4944;
	color: #fff;
	padding: 8px 17px;
	font-size: 14px;
}
.button_anfragen:hover{
	border-bottom: 3px solid #5A523B;
}
.button_anfragen a:hover{
	color: #fff;
	background-color: #5A523B;
}

.menu_rechts{
	float: right;
	margin: 23px auto;
	text-align: right;
}


/* ///////////////// Open Menu ///////////////// */
.open_menu{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0 auto;
}
.open_menu:hover{
	cursor: pointer;
}
.open_menu span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #8D4944;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.open_menu span:nth-child(1){
	top: 0px;
}
.open_menu span:nth-child(2), .menu_open span:nth-child(3){
	bottom: 14px;
	width: 70%;
	right: 0;
	left: auto;
}
.open_menu span:nth-child(4){
	bottom: 0px;
}
.open_menu.open span:nth-child(1){
	top: 18px;
	width: 0%;
	left: 50%;
}
.open_menu.open span:nth-child(2){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 15px;
	width: 100%;
}
.open_menu.open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 15px;
	width: 100%;
}
.open_menu.open span:nth-child(4){
	top: 18px;
	width: 0%;
	left: 50%;
}

/* ///////////////// Language ///////////////// */
#languages{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	text-align: left;
}
#languages a{
	display: block;
	text-transform: uppercase;
	color: #5A523B;
}
#languages a.active_lang{
	display: none;
}


/* ///////////////// Menu ///////////////// */
.menu{
	position: fixed;
	right: -450px;
	height: 100%;
	background-color: #8D4944;
	padding: 50px 80px;
	z-index: 10;
	width: 450px;
	transition: 0.5s ease;
	overflow: scroll;
}
.menu.slide_in{
	right: 0;
}
.table_div{
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell_div{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.nav-menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-menu li{
	display: block;
	opacity: 0.7;
}
.nav-menu li:last-child{
	margin-bottom: 0;
}
.nav-menu li a{
	color: #fff;
	display: block;
	padding: 15px 0 15px 20px;
	background-image: url('https://www.hausnoldin.com/wp-content/themes/effekt/images/arrow.svg');
	background-size: 7px;
	background-position: left top 32px;
	background-repeat: no-repeat;
	font-family: "itc-giovanni", serif;
	font-size: 35px;
	line-height: 1.3;
}
.nav-menu li:hover{
	opacity: 1;
}
.nav-menu li.current_page_item{
	opacity: 1;
}


.close_menu{
	display: block;
	width: 40px;
	height: 30px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 100px;
	float: right;
}
.close_menu span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
}
.close_menu span:first-child{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 13px;
}
.close_menu span:last-child{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 13px;
}



/* //////////////////////////////////// Slick Slider //////////////////////////////////// */
.slick-slider{
	width: 100%;
	position: relative;
}
.slick-slide{
	background-size: cover;
	background-position: center;
	background-repeat:  no-repeat;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.slider .slick-slide{
	height: calc(100vh - 155px);
}
.small_slider .slick-slide .inner_slide{
	height: auto;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
	background-repeat:  no-repeat;
}
.slick-slide{
	width: 100%;
	opacity: 1;
	position: relative;
	margin: 0 auto;
	display: none;
}
.slick-slide:first-child, .slick-initialized .slick-slide{
	display: block;
}
.slider .slick-list{
	padding: 0 !important;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}

.slick-prev {
	background-image: url('https://www.hausnoldin.com/wp-content/themes/effekt/images/prev.svg');
	z-index: 5;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: none;
	bottom: 40px;
	right: 100px;
	border: 1px solid #fff;
}
.slick-next{
	background-image: url('https://www.hausnoldin.com/wp-content/themes/effekt/images/next.svg');
	z-index: 5;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: none;
	bottom: 40px;
	right: 40px;
	border: 1px solid #fff;
}

.slider_text {
	position: absolute;
	left: 80px;
	bottom: 70px;
	color: #fff;
	text-align: left;
	z-index: 5;
	width: calc(100% - 250px);
}
.text_box_1{
	font-family: "itc-giovanni", serif;
	font-size: 55px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.text_box_2{
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 1px;
}
.verlauf {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45%;
	z-index: 1;
}

/* //////////////////////////////////// Button //////////////////////////////////// */
.button{
	display: inline-block;
	border-bottom: 3px solid #8D4944;
	padding-bottom: 3px;
	margin-top: 30px;
}
.button a{
	display: block;
	background-color: #8D4944;
	padding: 8px 17px;
	color: #fff;
	font-size: 14px;
}
.button:hover{
	border-bottom: 3px solid #5A523B;
}
.button a:hover{
	background-color: #5A523B;
	color: #fff;
}


.button_w{
	display: inline-block;
	border-bottom: 3px solid #F1F0F1;
	padding-bottom: 3px;
	margin-top: 30px;
}
.button_w a{
	display: block;
	background-color: #F1F0F1;
	padding: 8px 17px;
	color: #5A523B;
	font-size: 14px;
}
.button_w:hover{
	border-bottom: 3px solid #5A523B;
}
.button_w a:hover{
	background-color: #5A523B;
	color: #fff;
}





.einleitung_home_links{
	width: 480px;
	margin-left: calc(50% - 480px);
	float: left;
}
.einleitung_bild_box{
	width: calc(50% - 20px);
	float: right;
	overflow: hidden;
	line-height: 0;
}
.einleitung_bild_box img{
	width: auto;
	height: auto;
	max-width: none;
	max-height: 400px;
}


/* //////////////////////////////////// Version 2 - Text / Bild //////////////////////////////////// */
.bild_box{
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
}
.text_box{
	background-color: #F9F6F5;
	padding: 50px;
	width: 50%;
	margin: 50px auto;
	position: relative;
	z-index: 2;
}

.Links .bild_box{
	left: 40px;
	width: 50%;
}
.Links .text_box{
	float: right;
	margin-right: 100px;
}
.Rechts .bild_box{
	right: 40px;
	width: 50%;
}
.Rechts .text_box{
	float: left;
	margin-left: 100px;
}



.einrucken.Links .bild_box{
	left: 140px;
}
.einrucken.Links .text_box{
	margin-right: 0px;
}
.einrucken.Rechts .bild_box{
	right: 140px;
}
.einrucken.Rechts .text_box{
	margin-left: 0px;
}


/* //////////////////////////////////// Version 3 - Text / Hintergundbild //////////////////////////////////// */
.bg_box{
	position: relative;
	background-size: cover;
	background-position: center right;
}
.overlay{
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.inner_text_box{
	padding: 100px;
	max-width: 600px;
	position: relative;
	z-index: 2;
	color: #fff;
}
.inner_text_box h2{
	color: #fff;
}
.markel{
	line-height: 0;
	width: 150px;
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 30px;
}


/* //////////////////////////////////// Version 4 - Slider //////////////////////////////////// */
.slider_begrenzer{
	width: calc(50% + 600px);
	float: right;
}
.diffrent_slider .slick-track .slick-slide:nth-child(odd) .inner_slider_bild{
	padding: 40px;
}
.diffrent_slider .inner_slider_bild{
	text-align: center;
	line-height: 0;
	padding: 0px;
}
.diffrent_slider .inner_slider_bild img{
	margin: 0 auto;
	width: auto;
	height: auto;
}

.inner_slider_bild a{
	display: block;
}

/* //////////////////////////////////// Version 5 - Events //////////////////////////////////// */
.events_links{
	float: left;
	width: calc(50% - 50px);
}
.events_rechts{
	float: right;
	width: calc(50% - 50px);
}

.event_box{
	border-top: 2px solid #707070;
	padding: 30px 0;
}
.event_box:last-child{
	border-bottom: 2px solid #707070;
}
.event_box h3{
	font-size: 25px;
	margin-bottom: 10px;
	text-transform: none;
}
.info_box{
	margin-bottom: 5px;
}
.info_box span{
	display: inline-block;
	vertical-align: middle;
}
.info_box span.trenner{
	margin: 0 10px;
}
.ort{
	margin-bottom: 15px;
}

.button_simple{
	text-decoration: underline;
}
.button_simple a{
	color: #5A523B;
	text-transform: lowercase;
}
.button_simple a:hover{
	color: #8D4944;
}



.event_bild{
	padding-bottom: 50%;
	background-size: cover;
	background-position: center;
}
.vorschau_text{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 40px;
}


/* //////////////////////////////////// Version 5 - Events //////////////////////////////////// */
.schnellanfrage{
	
}
.schnellanfrage_input{
	width: calc(25% - 100px);
	float: left;
	border-bottom: 1px solid #5A523B;
	margin-right: 50px;
}
.schnellanfrage_input label {
	text-transform: uppercase;
	color: #8D4944;
	font-size: 13px;
	letter-spacing: 1px;
}
.schnellanfrage_input input{
	width: 100%;
	height: 40px;
	border: none;
	background-color: transparent;
	font-family: "itc-giovanni", serif;
	color: #5A523B;
	font-size: 20px;
}
.schnellanfrage_input select{
	width: 100%;
	height: 40px;
	border: none;
	background-color: transparent;
	font-family: "itc-giovanni", serif;
	color: #5A523B;
	font-size: 20px;
}

.schnellanfrage_button{
	width: 200px;
	border-bottom:  3px solid #8D4944;
	float: right;
	padding-bottom: 3px;
	margin-top: 19px;
	cursor: pointer;
}
.schnellanfrage_button input{
	background-color: #8D4944;
	padding: 10px 20px;
	color: #fff;
	font-family: "itc-giovanni", serif;
	border: none;
	box-shadow: none;
	width: 100%;
	font-size: 20px;
	cursor: pointer;
}


.verzierung{
	height: 40px;
	width: 100%;
	margin: 40px auto 0;
	background-image: url('https://www.hausnoldin.com/wp-content/themes/effekt/images/verzierung.jpg');
	background-position: center;
	background-repeat: repeat;
}





/* //////////////////////////////////// Template Herberge //////////////////////////////////// */
.einleitung_links{
	width: calc(50% - 20px);
	float: left;
}
.einleitung_rechts{
	width: calc(50% - 20px);
	float: right;
}

.bg_rot{
	background-color: #f0e9e6;
}
.zimmer_kategorie_box{
	padding: 50px 0 0;
}
.herrenhaus_box{
	border-top: 15px solid #CDB3A9;
}
.jugendvilla_box{
	border-top: 15px solid #8D4944;
}

.zimmer_kategorie_box h2{
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	line-height: 1;
}
.herrenhaus_box h2{
	color: #CDB3A9;
}
.jugendvilla_box h2{
	color: #8D4944;
}
.titel_box{
	margin-bottom: 50px;
}
.titel_box span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-left: 20px;
	font-size: 15px;
}
.zimmer_box{
	width: calc(50% - 30px);
}
.zimmer_box h3{
	float: left;
	margin: 0 auto;
	font-size: 35px;
}
.info_box_zimmer{
	float: right;
	font-size: 11px;
	color: #8D4944;
	margin-top: 12px;
}
.info_box_zimmer img{
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	margin-right: 10px;
}
.info_box_zimmer span{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.fleache{
	float: left;
	font-size: 15px;
}


.zimmer_slider{
	margin-bottom: 20px;
}
.zimmer_slider .slick-slide{
	height: auto;
}
.zimmer_slider .slick-prev{
	width: 30px;
	height: 30px;
	right: 60px;
	bottom: 20px;
}
.zimmer_slider .slick-next{
	width: 30px;
	height: 30px;
	right: 20px;
	bottom: 20px;
}




.accordion {
	background-color: transparent;
	color: #5A523B;
	font-family: "itc-giovanni", serif;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-size: 35px;
	border-bottom: 1px solid #5A523B;
	padding: 0 0 30px;
}
.active_accordion, .accordion:hover {
}
.accordion:after {
	background-image: url('https://www.hausnoldin.com/wp-content/themes/effekt/images/down.svg');
	float: right;
	width: 30px;
	height: 15px;
	background-size: cover;
	background-position: center;
	content: '';
	margin: 14px auto;
}
.active_accordion:after {
	background-image: url('https://www.hausnoldin.com/wp-content/themes/effekt/images/up.svg');
}
.panel {
	padding: 0;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}
.active_panel{
	margin-top: 50px;
}
.preis_box{
	display: block;
	margin-bottom: 10px;
}
.beschreibung{
	width: 60%;
	float: left;
	font-weight: 400;
}
.preis{
	float: left;
	padding-left: 10px;
}
.first_active{
	max-height: none;
}
.preise_beschreibung{
	margin-top: 30px;
}

.ausstattung_box{
	margin-bottom: 10px;
	padding-right: 20px;
	display:table;
}
.ausstattung_box img{
	float: left;
	width: 15px;
	margin-top: 8px;
	margin-right: 10px;
}
.ausstattung_box span{
	float: left;
	width: calc(100% - 25px);
}
.colum{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	column-width: 50%;
	break-inside: avoid-column;
	column-gap: unset;

}



.fancybox__counter{
	display: none;
}




/* //////////////////////////////////// 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: "objektiv-mk2", 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: "objektiv-mk2", 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;
}
.check_anfrage_text{
	width: calc(100% - 23px);
	float: right;
}
.anfragen_btn {
    width: auto;
    display: inline-block;
    border: none;
    font-size: 17px;
    text-transform: none;
	color: #fff;
	font-family: "objektiv-mk2", sans-serif;
	margin-top: 30px;
	padding: 10px 20px;
	background-color: #8D4944;
}
.anfragen_btn:hover{
	cursor: pointer;
	background-color: #5A523B;
	color: #fff;
}
.anfragen_btn:disabled{
	color: #fff;
	background-color: #ccc;
}
.wpcf7-not-valid-tip{
	font-size: 16px;
	font-weight: 300;
}


.flex_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 60px;
	column-gap: 60px;
}




/* ///////////////// Footer ///////////////// */
.footer a{
	color: #5A523B;
	font-weight: 500;
}
.logo_footer{
	margin-bottom: 30px;
}
.footer_rechts{
	position: absolute;
	right: 40px;
	bottom: 20px;
}
.facebook{
	width: auto;
	line-height: 0;
}
.facebook a{
	display: inline-block;
	vertical-align: bottom;
	width: 30px;
}
.facebook a:last-child{
	margin-left: 10px;	
}
.impressum{
	
}
.impressum a{
	display: block;
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}

.sub_footer{
	display: block;
	width: 70%;
	height: 50px;
	background-repeat: repeat;
	background-size: auto;
	background-position: top;
	float: right;
	margin: 40px auto 0;
	opacity: 0.4;
}







/* //////////////////////////////////// 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) */
}