/* General Style */ 
body {
	font-family: 'Telex', sans-serif;
	margin:0em;
	padding:0em;
}


.pichead {
    width:100%;
	height:auto;
	max-width:100%;
    position: relative;
}
.pichead img {
    display: block;
}
.pichead span {
	font-size:1.8em;
	font-family: 'Telex', sans-serif;
	color: #A3A3A3;
	position: absolute;
	padding:0em 0em 0em 0.68em;
	line-height: 0.7em;
    bottom: 0;
}

.picheadzimmer {
    width:100%;
	height:auto;
	max-width:100%;
    position: relative;
}
.picheadzimmer img {
    display: block;
}
.picheadzimmer span {
	font-size:1.8em;
	font-family: 'Telex', sans-serif;
	color: #A3A3A3;
	position: absolute;
	padding:0em 0em 0em 8.53em;
	line-height: 0.7em;
    bottom: 0;
}

.picheadoldest {
    width:100%;
	height:auto;
	max-width:100%;
    position: relative;
}
.picheadoldest img {
    display: block;
}
.picheadoldest span {
	font-size:1.3em;
	font-family: 'Great Vibes', fantasy;
	color: #ffffff;
	position: absolute;
	padding:0em 0em 0em 0.68em;
	line-height: 0.7em;
    bottom: 0;
}


.eckenrundung {
    width:100%;
	height:auto;
	max-width:100%;
	-moz-border-radius:9px 9px 0px 0px; /* Firefox */
	-webkit-border-radius:9px 9px 0px 0px; /* Chrome, Safari */
	-khtml-border-radius:9px 9px 0px 0px; /* Konqueror */
	border-radius:9px 9px 0px 0px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
    border: 1px solid #cccccc; 
} 


h1 {
	font-size:1.05em;
	line-height:1.4em;
	line-height:1.0em;
	font-family: 'Telex', sans-serif;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.3em 0em 0em 0em;
	text-align:center;
}
h2 {
	font-size:0.95em;
	line-height:0.4em;
	line-height:1.0em;
	font-family: 'Telex', sans-serif;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.3em;
	text-align:center;
}

gallery {
	background-color: #A3A3A3;
	margin:0em;
	padding:0em;
}


img.anfragebutton { 
	border: 0px solid #314F99; 
	border-radius: 17px;
	width:100%;
	height:auto;
	max-width:100%;
    position: relative;
} 
img.anfragebutton:hover { 
    box-shadow: 0 0 7px #314F99;
  	width:100%;
	height:auto;
	max-width:100%;
    position: relative;
}


.folderthumb {
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.2), 4px 6px 20px 0 rgba(0, 0, 0, 0.19);
	opacity: 1;
	filter: alpha(opacity=100);
	width:100%;
	height:auto;
	max-width:100%;
    position: relative;
} 
.folderthumb:hover {
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.2), 4px 6px 20px 0 rgba(0, 0, 0, 0.19);
	opacity: 0.7;
	filter: alpha(opacity=70);
	width:100%;
	height:auto;
	max-width:100%;
    position: relative;
}


article {
	line-height:1.3em;
	font-family: 'Telex', sans-serif;
	background-color: #A3A3A3;
	font-size:1.1em;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.2em;
	text-align:left;
}
article a {
	color:#E2E2E2;
}
.kursiv {
	font-style: italic; 
}


ul {
	margin:0px;
	padding:0px;
}
li {
	list-style:square;
	font-weight:100;
	color:#2F2D2C;
}


img.head {
	width:100%;
	height:auto;
	max-width:100%;
}
img.menu {
	width:100%;
	height:auto;
	max-width:100%;
}
img.fb { 
	width:8%;
	height:auto;
	max-width:8%;
}
img.de { 
	width:12%;
	height:auto;
	max-width:8%;
}
img.en { 
	width:12%;
	height:auto;
	max-width:8%;
}
img.icon { 
	width:12%;
	height:auto;
	max-width:12%;
}


a {
	text-decoration: none;
}


/* On Top Bar */
#menubar {
	display:block;
	background:#333333;
} 
#menubar ul {
	display:block;
	width:2.2em;
	margin:0 auto;
	padding:0.8em 0em 0.6em 0em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}


/* Scroll to top */ 
.scrollToTop{
	width:40px; 
	height:40px;
	padding:0px; 
	text-align:center; 
	font-weight:bold;
	color: #444;
	text-decoration:none;
	position:fixed;
	bottom:7%;
	right:7%;
	display:none;
	background:  url("images/arrow_up.png") no-repeat 0px 0px;
}
.scrollToTop:hover{
	text-decoration:none;
}


/* Header */ 
header {
	display:block;
	background-image: linear-gradient(to bottom, #335DA9 5%, #335DA9 120%);
	text-align:center;
}


/* Navigation */ 
nav {
	display:block;
	height:2.5em;
	background:#333333;
	text-align:center;
}
nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#707070;
	font-size:1.22em;
	line-height:2.5em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}
nav ul li a:hover {
	border-bottom: 0.12em solid #707070;
}
nav ul li a.active {
	border-bottom: 0.12em solid #335DA9;
}


/* Icons */ 
icons {
	display:block;
	background:#575757;
	margin:1.0em 0em 0em 0em;
	border-radius: 9px;
}
icons ul {
	display:block;
	width:100%;
	text-align:center;
	margin:0px auto;
	padding:1em 0em 0em 0em;
}
icons ul li {
	display:inline;
	line-height:2.8em;
	color:#ffffff;
	padding:1.70em;
}


/* Booking */ 
booking {
	display:block;
	background-image: linear-gradient(to bottom, #cccccc 5%, #8E8E8E 100%);

}
booking ul {
	display:block;
	width:89%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}
booking ul li {
	display:inline;
	font-size:1.12em;
	line-height:1.3em;
	color:#ffffff;
	padding:0em 0.625em 0em 0em;
}
booking ul li a {
	color:#ffffff;
}


/* Slideshow */ 
slideshow {
	display:block;
	background:#A3A3A3;
}
slideshow ul {
	display:block;
	width:100%;
	max-width:100%;
	text-align:center;
	margin:0px auto;
}



/* Footer */ 
footer {
	display:block;
	background:#8E8E8E;
}
footer ul {
	display:block;
	width:100%;
	max-width:100%;
	text-align:center;
	margin:0px auto;
	padding:0.0em 0.0em 5.0em 0.0em;
}
footer ul li {
	display:inline;
	font-family:'Gafata', sans-serif;
	font-size:1em;
	line-height:1.3em;
	color:#ffffff;
	text-align:center;
}


footer ul li a {
	color:#ffffff;
	line-height:1.5em;
}
footer ul li a:hover {
	border-bottom: 0em solid #ffffff;
}


.since {
	font-family: 'Great Vibes', fantasy;
	font-size: 1.8em;
	line-height:3.3em;
	color: #2F2D2C;
	text-align:center;
}


/* Mobile Style */
@media screen and (max-width:800px) {
	body {
		font-size:90%;
	}
}
@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
}
@media screen and (min-width:1920px) {
	nav.nav {
		display:block !important;
	}	
}
@media screen and (max-width:1920px) {
	body {
		font-size:86%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.0em 0em 0.0em 0em;
	}
}