@charset "utf-8";

*{
	font-family: 'Quicksand', sans-serif;
	margin: 0px 0px;
	border: 0px;
	border-spacing: 0px;
}
	
html{
}

body{
	background-color: rgba(21, 21, 19, 1.0);
	color: #fff;
}

#datepicker {
	background-color: #a78951;
	color: #fff;
}

a:link, a:visited {
	color: #a78951;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h1 {
	color: #fff;
	background-color: rgba(167, 137, 81, 1.0);
	font-size: 28px;
	font-weight: lighter;
	letter-spacing: 2px;
	padding: 0 10px;

}

h2 {
	color: #fff;
	background-color: rgba(167, 137, 81, 1.0);
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 2px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
}

h3 {
	color: #fff;
	background-color: #333333;
	font-size: 14px;
	font-weight: lighter;
	padding: 0px 0px 0px 10px;
	line-height: 40px;
	height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.responsive-video iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-video {
	position: relative;
	height: 0;
	padding: 0 0 57% 0;
 	overflow: hidden;
}

.einzoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.einzoomen:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.auszoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.auszoomen:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.graustufen {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.pulsieren {
    animation: pound 3.0s infinite;
	transform-origin: center;
}

@keyframes pound {
	50% { transform: scale(0.9);
	-webkit-filter: opacity(0.7); }
}

.dropdown {
	display: inline-block;
    position: relative;
}

.dropdown-inhalt {
	display: none;
	position: absolute;
	white-space: nowrap;
	font-size: 14px;
	line-height: 16px;
    padding: 9px 15px;
    z-index: 8000;
}

.dropdown:hover .dropdown-inhalt {
    display: block;
}

.Weiterlesen {
	display: none;
}

#Hit {
	position: fixed;
	left: 5%;
	bottom: 8%;
}

.Hit {
  	width: 16vw;
  	height: 16vw;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	box-sizing: border-box;
	border-radius: 50%;
	font-size: 1.20vw;
	line-height: 1.50vw;
	color: #fff;
  	background: #a78951;
  	padding: 2% 2%;
	z-index: 6000;
}

#Ab {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 0 10px;
	z-index: 7000;
}

#Auf {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 0px;
	width: auto;
	padding: 5px 10px;
	z-index: 7000;
}

.images {
	width: 100%;
	height: auto;
}

.editor {
	border: 1px dashed black;
}





@media screen and (min-width: 1024px) {

#Kopfzeile{
	background-color: rgba(21, 21, 19, 1.0);
	font-size: 18px;
	color: #fff;
	height: 40px;
	margin: 40px 0 0 0;
	padding: 6px 0 0 0;
}

#Logo{
	background-color: rgba(35, 34, 32, 1.0);
}

#Buchen{
	position: fixed;
	background: #a78951;
	width: 100%;
	height: 40px;
	/*box-shadow: 0px 2px 4px #000;*/
	padding: 6px 0 0 0;
	z-index: 6000;
}

#Navigation{
	background-color: #333333;
	height: 40px;
	z-index: 5000;
}

#Oben {
	display: none;
	visibility: hidden;
}

#Navigation_2 {
	display: none;
	visibility: hidden;
}

#Navigation_3 {
	display: none;
	visibility: hidden;
}

#Navigation_4 {
	display: none;
	visibility: hidden;
}

#Schliessen {
	display: none;
	visibility: hidden;
}

#Rollbalken {
	display: none;
	visibility: hidden;
}

#Hauptmenue{
	font-size: 16px;
	font-weight: lighter;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: left;
}

.Hauptmenue li{
	display: inline;
}

.Hauptmenue ul {
	background: #333333;
	list-style: none;
	display: inline-table;
	padding: 0px 0px 0px 0px;
}

.Hauptmenue ul li:first-child {
	border-left: none;
}

.Hauptmenue ul li:last-child {
	border-right: none;
}

.Hauptmenue ul li {
	float: left;
	border-left: 1px solid #424647;
    border-right: 1px solid #1b1c1d;
}

.Hauptmenue ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.Hauptmenue .nav-child {
	background-color: #333333;
	position: absolute;
	min-width: 200px;
	z-index: 1000;
	display: none;
	line-height: 0px;
}

.Hauptmenue ul li:hover > a {
	color: #ffffff;
	background: #161718;
}

.Hauptmenue ul ul li{
	float: none;
	border: none;
}

.Hauptmenue ul ul li a {
	padding: 15px 10px;
}

.Hauptmenue ul li:hover > ul {
	display: block;
	background: #333333;
	padding: 0;
}

.Hauptmenue ul ul li:hover > ul {
	margin-top: -30px;
	position: absolute;
	margin-left: 200px;
}

#Diverses{
	margin: 10px 0px 0px 0px;
}

#Module{
	background-color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Inhalt{
	font-size: 1.20em;
	padding: 2% 10%;
}

#Inhalt img {
	display: block;
}

.cols-2 .column-1 {
	background-color: #fff;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.cols-2 .column-2 {
	background-color: #fff;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Fusszeile{
	background-color: #333333;
	padding: 1% 10%;
}

#Beamer{
	z-index: -2000;
}

.readmore {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 0px;
}

.pauschalen {
	background-color: #7f663d;
	float: left;
	width: 23%;
	margin: 1% 1%;
	padding: 1% 1%;
}

.t10 {
	float: left;
	width: 8%;
	margin: 0 1%;
}

.t14 {
	float: left;
	width: 12%;
	margin: 0 1%;
}

.t15 {
	float: left;
	width: 13%;
	margin: 0 1%;
}

.t25 {
	float: left;
	width: 23%;
	margin: 1% 1%;
}

.t33 {
	float: left;
	width: 31.333%;
	margin: 1% 1%;
}

.t35 {
	float: left;
	width: 33%;
	margin: 0 1%;
}

.t50 {
	float: left;
	width: 48%;
	margin: 1% 1%;
}

.t66 {
	float: left;
	width: 64%;
	margin: 1% 1%;
}

.t75 {
	float: left;
	width: 73%;
	margin: 1% 1%;
}

}





@media screen and (max-width: 1023px) {
 
#Kopfzeile{
	display: none;
	visibility: hidden;
	background-color: rgba(21, 21, 19, 1.0);
	font-size: 18px;
	color: #fff;
	height: 40px;
	margin: 40px 0 0 0;
	padding: 6px 0 0 0;
}

#Logo{
	background-color: rgba(35, 34, 32, 1.0);
	margin: 50px 0 0 0;
}

#Buchen{
	display: none;
	visibility: hidden;
	position: fixed;
	background: #a78951;
	width: 100%;
	height: 40px;
	/*box-shadow: 0px 2px 4px #000;*/
	padding: 6px 0 0 0;
	z-index: 6000;
}

#Oben {
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: rgba(21, 21, 19, 1.0);
	width: 100%;
	line-height: 0px;
	z-index: 6000;
}

#Navigation {
	display: none;
	visibility: hidden;
}

#Navigation_2 {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(21, 21, 19, 1.0);
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	font-size: 18px;
	color: #ffffff;
	z-index: 8000;
}

#Navigation_3 {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	padding: 0 5%;
	overflow-y: scroll;
	z-index: 6000;
}

.Navigation_3 ul {
	list-style: none;
	font-size: 1.50em;
}

.Navigation_3 ul li a {
	display: block;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

.Navigation_3 .nav-child {
	z-index: 1000;
	display: none;
	margin: 0 0 0 5%;
}

.Navigation_3 ul ul li a {
	padding: 0 10px;
}

.Navigation_3 ul li:hover > ul {
	display: block;
}

#Navigation_4 {
	width: 100%;
	height: 450px;
}

#Schliessen {
	margin: 5px 5px 5px 5px;
	z-index: 6000;
}

#Rollbalken {
	position: relative;
	height: 100%;
    width: 100%;
    overflow: hidden;
}

#Diverses{
	margin: 10px 0px 0px 0px;
}

#Module{
	background-color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Inhalt{
	font-size: 1.20em;
	padding: 2% 10%;
}

#Inhalt img {
	display: block;
}

.cols-2 .column-1 {
	background-color: #fff;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.cols-2 .column-2 {
	background-color: #fff;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Fusszeile{
	background-color: #333333;
	padding: 1% 10%;
}

#Beamer{
	z-index: -2000;
}

.readmore {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 0px;
}

.pauschalen {
	background-color: #7f663d;
	float: left;
	width: 98%;
	margin: 1% 1%;
	padding: 1% 1%;
}

.t10 {
	float: left;
	width: 8%;
	margin: 0 1%;
}

.t14 {
	float: left;
	width: 98%;
	margin: 0 1%;
}

.t15 {
	float: left;
	width: 98%;
	margin: 0 1%;
}

.t25 {
	float: left;
	width: 98%;
	margin: 1% 1%;
}

.t33 {
	float: left;
	width: 98%;
	margin: 1% 1%;
}

.t35 {
	float: left;
	width: 98%;
	margin: 0 1%;
}

.t50 {
	float: left;
	width: 98%;
	margin: 1% 1%;
}

.t66 {
	float: left;
	width: 98%;
	margin: 1% 1%;
}

.t75 {
	float: left;
	width: 98%;
	margin: 1% 1%;
}

}