/*---- basics ---*/

@viewport {
   width: device-width;
   zoom:1;
}
body {
	margin:0;
	width:auto;
	font:normal 1em Verdana, Geneva, sans-serif;
}
#grayout {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: black;
   opacity: 0.8;
   z-index: 9;
}
#grayout p {
	background-color:#C00;
	color:#FFF;
	-ms-writing-mode: tb-rl; 
   	writing-mode: vertical-rl; 
   	transform:rotate(180deg);
	position:fixed;
	top:50%;
	left:0;
	padding:15px 5px;
	cursor:pointer;
	border-radius:8px 0 0 8px;
}
.thema {
	padding-top:99px;
	min-height:500px;
	width:100%;
	overflow:hidden;
	text-align:center;
}
.hell {
	background-color:#FFF;
}
.dunkel {
	background-color:#EEE;
}
.container {
	overflow:auto;
	width:100%;
	padding-top:50px;
	text-align:center;
}
.block {
	display:inline-block;
	margin:20px;
}
.center {
	text-align:center;
}
.scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
}
.scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .5);
}
h1 {
	color:#300;
	text-align:center;
}
h4 {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:large;
	font-weight:bold;
}
h4.ausstattung {
	padding-left:10px;
	text-align:left;
}
p {
	color:#333;
	margin:0px;
}

#navigation {
	top:0px;
	position:fixed;
	z-index:200;
	background-color:#303030;
	width:100%;
	height:60px;
	text-align:right;
	display:none;
}
#navigation ul {
	list-style-type:none;
	margin-top:60px;
	width:30%;
	float:right;
	padding-bottom:15px;
	background-color:#303030;
	opacity:.8;
	display:none;
}
img.logo_klein {
	top:0px;
	position:fixed;
	left:0px;
	display:none;
	z-index:201;
}
img.hamburger {
	position:fixed;
	top:5px;
	right:50px;
	height:50px;
	display:none;
	z-index:202;
	cursor:pointer;
}
#navigation li {
	float:none;
	font:bold 1.8em Verdana, Geneva, sans-serif;
	list-style-type:none;
	background-color:transparent;
	color:#FFF;
	padding:7px;
	cursor:pointer;
}

@media (min-device-width: 900px) {
	#navigation {
	top:30px;
	height:40px;
}
#navigation ul {
	padding:0 20px 0 0;
	margin-top:0px;
	opacity:1;
	display:block;
	width:auto;
}
img.logo_klein {
	top:30px;
	width:auto;
	height:40px;
}
#navigation li {
	float:left;
	font-size:1em;
}
}
/*----------Willkommen---------*/
#Willkommen {
	background:  url(../_bilder/haus_header.jpg) no-repeat center top;
	background-size:cover;
	padding-top:0px;
	min-height:860px;
	text-align:left;
}
#enter {
	position:absolute;
	top:540px;
	left:50%;
	width:180px;
	height:190px;
	display:block;
	text-align:center;
	cursor:pointer;
}
#enter p {
	color:#FFF;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:15px;
}
#enter p.neu {
	color:#FFF;
	font-weight:normal;
	font-size:.9em;
	margin-top:35px;
}

/*----------angebote----------*/
#angebot {
	width:45%;
	position:fixed;
	left:0;
	bottom:0;	
	display:block;
	background: rgba(255, 255, 255, 0.7);
	padding:15px;
	border-radius: 0 40px 0 0;
}

#angebot p:first-of-type {
	color:#900;
	font-weight:bold;
}
#angebot_text {
	color:#000;
}
	
@media (max-device-width: 1280px) {
	#Willkommen {
	background:  url(../_bilder/haus_900.jpg) no-repeat center top;;
	background-size:cover;
	height:1600px;
	}
	#angebot {
		display:none;
	}
	#enter {
		left:30%;
		width:20%;
		height:20%}
	}
	#enter p {
		font-size:2em;
	}
}
/*----------WG----------
div.wrapperWg {
	display:inline-block;
	vertical-align:top;
}
div.galerie {
	width:914px;;
	display:inline-block;
}
div.ausstattung {
	width:30%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	text-align:left;
}
div.preise {
	margin-top:50px;
}
#preistabelle {
	width:420px;
	border:thin solid #CCC;
	display:inline-block;
	margin:5px;
}
#preistabelle table {
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
}
#preistabelle table td {
	height:30px;
	vertical-align:middle;
}
table.saison {
	height:40px;
	color:#FFF;
	font-weight:bold;
}
table.preise {
	background-color:#FFF;
}
table.preise tr.null {
	background-color:#ddd;
}
table.preise tr.eins{
	background-color:#f5f5f5;
}
table.preise tr.zwei{
	background-color:#eee;
}
div.beschreibungText {
	background-color:#eee;
	margin:20px 0px;
	padding:20px;
}
div.beschreibungText div {
	display:inline-block;
	width:420px;
	margin:30px 2%;
	vertical-align:top;
	text-align:left;
}
div.beschreibungText p {
	margin-bottom:10px;
}
--------ende WG-------------*/
/*----------calendar----------*/
h4.grau {
	background-color:#CCC;
	text-align:center;
	margin:50px 0 0 0;
	padding:20px 0;
}
div.calendar {
	width:100%;
	background-color:#CCC;
	padding-top:30px;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
div.calendarWrap {
	width:905px;
	height:420px;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	font-weight:normal;
	text-align:center;
}
div.fenster {
	width:100%;
	overflow:hidden;
	float:left;
}
div.fenster ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:3906px;
	position:relative;
	left:0px;
}
div.calendar li.blatt {
	width:273px;
	height:310px;
	background-color:#FFF;
	text-align:center;
	margin:3px;
	display:inline-block;
}
div.calendar div.monat {
	height:25px;
	text-align:center;
	font-size:smaller;
	padding-top:5px;
}
div.calendar div.wochentage {
	height:35px;
	padding-top:10px;
	color:#666;
	font-weight:bold;
}
div.calendar div.wochentag {
	width:35px;
	height:30px;
	display:inline-block;
	margin-right:1px;
	margin-top:5px;
}
div.calendar div.tage {
	height:220px;
}
div.calendar div.tage div{
	width:35px;
	height:35px;
	margin-right:1px;
	margin-top:1px;
	display:inline-block;
}
div.calendar div.tage div p {
	margin:8px 0 0 0;
	padding:0px;
}
.white {
	background-color:#FFF;
}
.green {
	background-color:#6C6;
}
.red {
	background-color:#F66;
}
.yellow {
	background-color:#FF9;
}
div.calendar img {
	float:left;
}
#aktion {
	width:400px;
	text-align:center;
	background-color:#666;
	margin-bottom:30px;
}
#aktion div {
	width:35px;
	height:35px;
	margin:10px;
	display:inline-block;
	cursor:pointer;
}
#aktion div.speichern {
	width:120px;
	background-color:#eee;
	text-align:center;
}
#aktion div.speichern p {
	margin:8px 0 0 0;
	padding:0px;
	cursor:pointer;
}
/*--------------ende calendar----------*/
/*----------kontakt----------*/

/*--------------ende kontakt----------*/
/*--------------impressum----------*/

/*--------------ende impressum----------*/
#hoch {
	width:50px;
	height:50px;
	background-color:#bbb;
	position:fixed;
	bottom:20px;
	right:20px;
	border:none;
	display:none;
	color:#FFF;
	font-weight:bold;
	font-size:36px;
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
	padding:0;
}
