* {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 1.6;
}
.MB a {
	color: #111;
	text-decoration: none;
}
.youTube {
	height: 500px;
}
.Button {
	color: #FFF;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;
	cursor: pointer;
	font-weight: bold;
	background-color: #5B3D3F;
}
.ShowOnMobile {
	display: none;
}
.MobileZimmerAnfrage .DivInput {
	display: inline-block;
}
.Down {
	z-index: 40;
	position: fixed;
	bottom: 40px;
	width: 50px;
	height: 30px;
	margin-left: -25px;
	left: 50%;
	animation: DownA;
	animation-delay: 0ms;
	animation-direction: normal;
	animation-duration: 800ms;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	cursor: pointer;
}.DownF {
	display: none;
}
@keyframes DownA {
	0% {transform: translateY(0px);}
	50% {transform: translateY(-5px);}
	100% {transform: translateY(0px);}
}
.Down img {
	display: block;
	width: 100%;
}
.BodySmall .Photos {
	height: 60%;
	bottom: inherit;
}
.BodySmall .Content {
	top: 60%;
}
.Photos {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
	height: 100%!important;
}
.Photos .loader {
	position: absolute;
	transform: scale(1.1);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%!important;
}
.Navbar {
	background-color: #5B3D3F;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 15px;
	width: 65px;
	z-index: 50;
	height: 100%;
}
.Navbar #nav-icon3 {
	position: absolute;
	left: 15px;
	top: 15px;
}
.Navbar .Buttons {
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	text-align: center;
}
.Buttons .b3 {
	display: none;
}
.Navbar .Text {
	-ms-writing-mode: tb-rl; 
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
	text-orientation: sideways-right;
	transform: rotate(180deg);
	line-height: 1;
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
}
.Navbar .b1, .Navbar .b2 {
	width: 100%;
	border-top: 1px solid #3D2D2F;
	padding-top: 20px;
	padding-bottom: 20px;
}
.Navbar .img {
	display: inline-block;
	width: 26px;
}
.Navbar .line {
	width: 1px;
	display: inline-block;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.Navbar a {
	text-decoration: none;
	color: #FFF!important;
	cursor: pointer;
	display: block;
}
.NavMobile {
	display: none!important;
}

.Navigation {
	position: fixed;
	left: 50px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 48;
	background-color: rgba(91,61,63,0.9);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.NavigationF {
	pointer-events: inherit;
	opacity: 1;
	display: block!important;
}
.Navigation .grid {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.Navigation .grid .g {
	width: 20%;
	text-align: center;
	border-left: 1px solid #3D2D2F;
	height: 40%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 100px;
}
.Navigation .grid .g:nth-child(1) {
	border-left: 0px;
}
.Navigation .Nav {
	text-decoration: none;
	color: #FFF;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}
.Navigation .NavLogo {
	display: none;
	position: fixed;
	left: 50%;
	width: 140px;
	margin-left: -70px;
	top: 20px;
}
.NavLogo img {
	display: block;
	width: 100%;
}
.Navigation .sub {
	opacity: 0;
	transform: translateY(-5px);
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.umbruch {
	display: none;
}
.Navigation .grid .g:hover .sub {
	opacity: 1;
	transform: translateY(0px);
	pointer-events: inherit;
}
.MobileAnfragen {
	display: none;
}
.Navigation .NavSub {
	display: block;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
	text-decoration: none;
	font-family: 'Baskervville', serif;
	font-style: italic;
	font-size: 22px;
}
.Content p a {
	text-decoration: none;
	color: #111;
}
.Logo {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 140px;
	margin-left: -70px;
	z-index: 52;
}
.Logo img {
	display: block;
	width: 100%;
}
.Content {
	position: absolute;
	left: 65px;
	top: 100%;
	right: 0px;
	height: auto;
	background-color: #FFF;
	padding-top: 65px;
}
h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 40px;
	font-weight: bold;
	color: #5d4041;
	margin-left: 30px;
}
h2 {
	font-family: 'Baskervville', serif;
	font-style: italic;
	font-size: 27px;
	font-weight: lighter;
	color: #5d4041;
}
h3 {
	font-family: 'Baskervville', serif;
	font-style: italic;
	font-size: 20px;
	font-weight: lighter;
	color: #FFF;
	line-height: 1.1;
}
h4 {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.1;
}
h5 {
	font-family: 'Baskervville', serif;
	font-style: italic;
	font-size: 20px;
	font-weight: lighter;
	color: #5d4041;
	text-align: center;
	line-height: 1.1;
}
h6, h7 {
	color: #5d4041;
	font-size: 30px;
	text-align: center;
}
h7 {
	text-align: left;
	margin-bottom: 15px!important;
	display: block;
}

strong {
	font-weight: bold!important;
}



.Slider {
	overflow: hidden;
	height: auto;
}
.Slider li {
	background-size: 100%;
	height: auto;
}
.Slider li .c {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
	background-color: rgba(0,0,0,.23);z-index: 1;
}
.Slider li .c div {
	text-align: center!important;
	padding-top: 80px;
	padding-bottom: 80px;
}
.Slider .Line, .M_Aufklappboxen .Line, .M_Zimmer .x .grid_6:nth-child(2) .Line {
	height: 180px;
	width: 1px;
	background-color: #FFF;
	display: inline-block;
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}
.Slider .Icon {
	display: inline-block;
	width: 80px;
	margin-bottom: 15px;
}

.LinkWhite, .Link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.LinkWhite span, .Link span {
	border-bottom: 2px solid #FFF;
}
.Link {
	color: #5d4041;
	display: inline-block;
}
.Link span {
	border-bottom: 2px solid #5d4041;	
}
.Link .s {
	color: #111;
	padding-left: 15px;
	border: 0px!important;
	font-weight: lighter;
}
.Footer {
	background-color: #5B3D3F;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.Footer strong {
	color: #FFF;
}
.Footer .grid {
	align-items: flex-end;
}
.Footer .grid_6 {
	text-align: right;
}
.Footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
.Footer .logos {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	margin-bottom: 20px;
}
.Footer .abstand {
	display: inline-block;
	width: 15px;
}
.Footer .logos a {
	margin-left: 20px;
}
.Innerebner {
	display: inline-block;
	width: 70px;
	margin-left: 20px;
}

.LinkMail, .LinkTel {
	background-image: url(img/mail.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px 20px;
	padding-left: 30px;
	font-size: 20px!important;
	color: #BBA279!important;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Baskervville', serif;
}
.LinkTel {
	pointer-events: none;
	background-image: url(img/tel.svg);
}



.M_Box1 .grid_6 {
	padding-left: 50px;
	padding-right: 50px;
}
.M_Box1 img {
	margin-top: -40px;
}

.M_TextblockZ p {
	text-align: center!important;
}

.M_Box2 img {
	width: 100%;
}
.M_Box2 .grid_6:nth-child(1) {
	padding-right: 40px;
	position: relative;
}
.M_Box2 .grid_6:nth-child(2) {
	padding-left: 40px;
	position: relative;
}
.M_Box2 .right {
	text-align: right;
}
.M_Box2 .Badget {
	position: absolute;
	bottom: -60px;
	right: -30px;
}
.M_Box2 .IBK {
	position: absolute;
	width: 50%;
}
.M_Box2 .IBK img {
	display: block;
	width: 100%;
}


.M_AbstandMini {
	display: block;
	height: 40px;
}
.M_Abstand1 {
	display: block;
	height: 120px;
}
.M_Abstand2 {
	display: block;
	height: 80px;
}


.M_Newsletter {
	background-color: #BBA279;
	text-align: center;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 60px;
}
.M_Newsletter .grid {
	align-items: flex-end;
}
.M_Newsletter .wappen {
	display: inline-block;
	width: 80px;
	margin-bottom: 10px;
}
.M_Newsletter .line {
	display: inline-block;
	height: 80px;
	width: 1px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.M_Newsletter .InputWhite {
	border: 0px;
	border-bottom: 1px solid #FFF;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF;
	background-color: transparent;
	margin-right: 10px;
	width: 45%;
}
.M_Newsletter .SubmitWhite {
	border: 1px solid #FFF;
	background-color: transparent;
	padding: 5px;
	font-size: 15px;
	font-weight: 700;
	padding-left: 20px;
	width: 230px;
	display: block;
	padding-right: 20px;
	margin-left: 20px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.M_Newsletter .checkboxx {
	font-size: 12px;
}

.M_Aufklappboxen .grid {
	justify-content: flex-start;
	transform: translateX(-20px);
}
.M_Aufklappboxen .grid .c {
	width: 33%;
	position: relative;
	padding: 20px;
}
.M_Aufklappboxen .c .photo {
	width: 100%;
}
.M_Aufklappboxen .photo img {
	display: block;
	width: 100%;
}
.M_Aufklappboxen .over {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	right: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 10;
}
.M_Aufklappboxen .over * {
	text-align: center!important;
	color: #FFF!important;
}
.M_Aufklappboxen .disabled {
	position: absolute;
	left: 20px;
	z-index: 20;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background-color: rgba(91,61,63,0.8);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.M_Aufklappboxen .disabledF {
	opacity: 1;
	pointer-events: inherit;
}
.M_Aufklappboxen .Detail, .Slider .Detail {
	display: none;
	padding-left: 50px;
	padding-right: 50px;
}
.M_Aufklappboxen .Detail .bg, .Slider .Detail .bg {
	background-color: #5B3D3F;
	color: #FFF;
	padding: 30px;
	padding-bottom: 50px;
	width: 100%;
}
.M_Aufklappboxen .Detail .bg * {
	color: #FFF!important;
}
.M_Aufklappboxen .Detail .schliessen, .Slider .Detail .schliessen {
	background-image: url(img/x.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 12px 12px;
	padding-left: 20px;
}
.M_Aufklappboxen .Spalten, .Slider .Spalten {
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 40px;
	column-count: 2;
	column-gap: 70px;
}
.M_Aufklappboxen .Spalten p, .Slider .Spalten p {
	text-align: justify!important;
}
.M_Aufklappboxen .Detail .Line {
	height: 80px;	
}
.Cat {
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
}
.Cat .Link {
	margin-right: 30px;
}
.Cat .Link span {
	border-bottom: 0px;
}
.Cat .LinkA span {
	border-bottom: 2px solid #5d4041;
}
.M_Aufklappboxen .M_Box2 .grid_5 {
	margin-right: 4px;
	background-size: cover;
	background-position: top center;
}
.M_Aufklappboxen .M_Box2 .grid_7 {
	background-color: #5d4041;
	padding: 30px;
	text-align: left;
}
.M_Aufklappboxen .M_Box2 .Line, .M_Zimmer .x .grid_6:nth-child(2) .Line  {
	height: 50px;
}
.M_Aufklappboxen .M_Box2 .grid_7 * {
	color: #FFF!important;
}
.M_Aufklappboxen .M_Box2 .grid_7 ul {
	list-style: url(img/ulsmall1w.png);
}
.M_Aufklappboxen .naechte {
	font-size: 21px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
.M_Aufklappboxen .M_Box2 .grid_7 h3, .M_Zimmer .x .grid_6:nth-child(2) h3 {
	margin-bottom: 20px!important;
}
.M_Aufklappboxen .M_Box2 .grid_7 h3, .M_Aufklappboxen .M_Box2 .grid_7 li {
	text-align: left!important;
}
.ZimmerShow {
	display: none;
}
.ZimmerShowF {
	display: block;
}
.Center * {
	text-align: center!important;
}
.Center h1 {
	margin-left: 0px!important;
}
strong {
	color: #5d4041;
}
.Maps iframe {
	width: 100%;
	height: 400px;
}

.M_Galerie .grid {
	flex-wrap: wrap;
}
.M_Galerie img {
	display: block;
	width: 100%;
}
.M_Galerie .grid div {
	width: 33.33%;
	padding: 1px;
}

.M_Photo2 img {
	display: block;
	width: 100%;
}
.M_Photo2 .grid_6:nth-child(1) {
	padding-right: 2px;
	padding-left: 20px;
}
.M_Photo2 .grid_6:nth-child(2) {
	padding-left: 2px;
	padding-right: 20px;
}


.PreiseDatum {
	background-color:#5B3D3F;
	color:#FFF;
	padding:15px;
	padding-left: 20px;
	margin-top:10px;
	cursor:pointer;
	background-image: url(img/pfeil_down.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 20px 20px;
}
.PreiseDatum strong {
	color: #FFF;
}
	.PreiseDatum h5 {
		color:#FFF;
	}
.Preise {
	padding:0px;
	background-color:#EFEFEF;
}
.Preise img {
	display: block;
	width: 100%;
}
	.Preise .grid_3, .Preise .grid_6 {
		padding-left:0px;
		padding:0px;
		padding-top: 4px;
		padding-bottom: 4px;
		border-bottom:1px solid #FFF;
	}
	.Preise .col_1_3 {
		border-bottom:1px solid #FFF;
		padding:8px;
	}

	.table .row .col_1_3 {
		width: 40%!important;
	}
.table {
	width:100%;
	display:table;
	background-color:#E0DED8;
}
.table .col_headline {
	background-color:#433A22;
	color:#FFF;
	padding:8px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
	.table .row {
		display:table-row;
	}
		.table .row .col_2_3 {
			display:table-cell;
			float:inherit;
			width:66.66%;
		}
		.table .row .col_1_3 {
			display:table-cell;
			height:100%;
			width:33.33%;
			float:inherit;
			vertical-align:middle;
			text-align:left;
			border-bottom:1px solid #FFF;
		}
		.table .row .col {
			padding:8px;
			padding-left:10px;
			padding-right:10px;
			height:100%;
		}
.M_EmailTel {
	text-align: center;
	margin-top: 20px;
}
.M_EmailTel a {
	font-size: 25px!important;
}
.M_EmailTel a:nth-child(1) {
	margin-right: 25px;
}
.M_EmailTel a:nth-child(2) {
	margin-left: 25px;
}

.M_Zimmer h6 {
	text-align: left!important;
}
.M_Zimmer h5 {
	text-align: left!important;
	margin-top: 5px!important;
}
.M_Zimmer .gridbottom {
	align-items: flex-end;
	margin-bottom: 20px;
}
.M_Zimmer .Personen {
	text-align: right;
	font-weight: bold;
	color: #5d4041!important;
}
.M_Zimmer img {
	width: 100%;
	display: block;
}
.M_Zimmer .x .grid_6:nth-child(1) {
	padding-right: 4px;
}
.M_Zimmer .x .grid_6:nth-child(2) {
	background-color: #5B3D3F;
	padding: 30px;
}
.M_Zimmer .x .grid_6:nth-child(2) h3 {
	text-align: left!important;
	font-style: italic;
}
.M_Zimmer .x .grid_6:nth-child(2) * {
	color: #FFF!important;
}
.M_Zimmer .x .grid_6:nth-child(2) ul {
	list-style: url(img/ulsmall1w.png);
}