/* @charset "UTF-8"; */

* {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, hr {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
	font-family: 'Open Sans', Arial, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a {
	font-weight:bold;
	color:#000;
	outline:none;
	text-decoration:none
}
a:hover {
	color:#fc0;
}
hr {
	border:none;
}
/*--Design--*/

body {
	margin:0px;
	padding:0px;
	background: #eee;
	font-size:14px;
	color:#666;
}
.shadow {
	width:950px;
	margin:0 auto;
	position:relative;
	/*left:50%;
	margin-left:-500px;*/
}
.box {
	width:900px;
	position:relative;
	margin:0 auto;
	text-align:center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 5px rgba(204,204,204,1);
	-webkit-border-bottom-right-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-bottomright: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	overflow: hidden;
	margin-bottom: 25px;
}
#content {
	min-height:300px;
	text-align:left;
	margin: 10px 0px 0px 270px;
	background:#fff;
	line-height:1.7em;
	padding-top:15px;
	padding-right: 5%;
	padding-bottom: 25px;
}

#karte {
	width: 100%;
	height: 400px;
}

#karte iframe {
	width: 100%;
	height: 100%;
}

#footer {
	clear:both;
	float: left;
	background: url(../images/header.png) repeat-x top;
	width: 100%;
	/*margin:0 auto;*/
	position:relative;
	height: auto;
	padding: 25px 5% 3% 270px;
	font-size: 14px;
	line-height: 1.7;
	color:#000;
	margin : 0 auto;
	text-align:center;
}

	#logo {
		height:137px;
		width: 100%;
		background:url(../images/logo_zimmervermietung.png) no-repeat;
		background-size: auto 100%;
		padding:0px;
		margin:0px;
	}
	

#header {
	text-align:left;
	height: auto;
	background:url(../images/header.png) top repeat-x;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(102,102,102,0.33);
	-moz-box-shadow: 0px 5px 5px 0px rgba(102,102,102,0.33);
	box-shadow: 0px 5px 5px 0px rgba(102,102,102,0.33);	
}
#header h1 {
	padding-top:60px;
	font-size:1.8em;
	padding-left:15px;
	font-weight:normal;
	color:#333;
}
#header h2 {
	font-size:1.4em;
	padding-left:15px;
	font-weight:normal;
	color:#c90;
	margin-bottom:15px;
}
#header img {
	height: auto;
	width:900px;
	top:1250px;
	position:absolute;
}

/*--Navigation--*/

#navigation {
	float:left;
	font-size:0.8em;
	width:180px;
	margin-left:50px;
	margin-top: 10px;

}
#navigation ul {
	margin:0px;
	list-style:none;
}
#navigation li {
	margin:8px;
	padding:0px;
}
#navigation a {
	display:block;
	background:url(../images/nav.png) no-repeat left top;
	text-decoration:none;
	font-weight:bold;
	color:#c90;
	margin-bottom:10px;
	line-height: 40px;
	height: 40px;
	width:160px;
	overflow:hidden;
}
#navigation a:hover {
	background:url(../images/nav.png) no-repeat left bottom;
	color:#000;
}

#navigation  div.menubutton {
	display: none;
}

/*--Auszeichnungen--*/

.copy {
	color:#999;
}
#content h1 {
	font-weight:normal;
	color:#c90;
	font-size:1.5em;
	padding-bottom:20px;
	line-height:1.3;
	font-weight:bold;
}
#content h2 {
	font-weight:normal;
	color:#000;
	font-size:1.3em;
	padding-bottom:15px;
	line-height:1.3;
	font-weight:bold;
}
#content h3 {
	font-weight:normal;
	color:#000;
	font-size:1.4em;
	padding-bottom:10px;
}
#content h4 {
	font-weight:normal;
	color:#000;
	font-size:1.2em;
	padding-bottom:7px;
}
#content h5 {
	font-weight:normal;
	color:#c90;
	font-size:1.1em;
	padding-bottom:5px;
}
#content h6 {
	font-weight:normal;
	color:#c90;
	font-size:0.9em;
	padding-bottom:3px;
}
#content p {
	padding-top:7px;
	padding-bottom:7px;
}
#content li {
	font-weight:bold;
	padding-left:10px;
}
/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
#slider {
	position:relative;
	width: 100%; /* Change this to your images width */
	height: auto; /* Change this to your images height */
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#111;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
#ieOutside {
	width: 100%;
	padding: 10px 0;
}
#ieInside {
	width: 920px;
	margin: 0 auto;
	padding: 10px 15px 3px 15px;
	background: #fff;
	border: solid 3px #f00;
	font: 14px/20px;
	color: #000;
}
#ieInside h5 {
	font: 18px/24px Verdana, sans-serif;
	font-weight: bold;
	color: #f00;
}
#ieInside a, #ieInside a:link, #ieInside a:visited {
	color: #000;
	text-decoration: underline;
	font-weight:bold;
}
#ieInside a:hover, #ieInside a:active {
	color: #f00;
	text-decoration: underline;
	font-weight:bold;
}

#footer p {
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

#footer p#footer1 {
	margin-right: 50px;
}

#footer p#footer3 {
	width: 100%;
	text-align: right;
	font-size: 10px;
	margin-bottom: 0;
}

#footer p a:link,
#footer p a:visited {
	color: #000;
	text-decoration: none;
}

#footer p a:hover,
#footer p a:focus,
#footer p a:active {
	color: #ff9900;
}

@media screen and (max-width: 899px) {

	.box {
		width: 100%;
		position:relative;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		margin-bottom: 0;
	}
	
}

@media screen and (max-width: 767px) {

	#navigation {
		margin-left: 2.5%;
	}
	
	#content {
		margin: 10px 5% 0px 35%;
	}

	#footer {
		padding: 25px 5% 3% 35%;
	}

@media screen and (max-width: 599px) {

	body { 
		position: relative; 
	}

	#header {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}	
	#logo {
		height: 102px;
		background-position: -20px -5px;
	}
	
	#navigation {
		float: none;
		width: 100%;
		padding: 0; 
		margin: 0;
		background: transparent;
	}
	
	#navigation  div.menubutton {
		display: block;
		position: absolute;
		right: 1em;
		top: 25px;
		z-index: 1000;
	}
	
	#navigation ul#navlist {
		max-height: 0;
		overflow: hidden; 
		transition: 0.55s;  
		list-style-type: none;
		padding: 0; 
		border-radius: 0;
		margin: 0;
	}
	#navigation li { 
		display: block; 
		border-bottom: 1px solid #ddd;
		margin: 0; 
	}
	#navigation li:last-of-type {
		border-bottom: 0;
	}
	#navigation div.menubutton a {
		display: block; 
		color: white;
		background-image: none;
		background: #f06529;
		background: #08c;
		background: #e34c26;
		text-decoration: none;
		padding: 0.5em;
		border-radius: 5px;
		border: none;
		margin-bottom: 0;
		width: auto;
		height: auto;
		line-height: 1.3;
		padding: 0.5em;
		font-size: 15px;
	}
	div.menubutton a.shownavlist:after {
		content: " \25bc";
		font-size: 0.7rem;
	}
	div.menubutton a.hidenavlist:after {
		content: " \25b2";
		font-size: 0.7rem; 
	}  
	#navigation div.menubutton a.hidenavlist {
		display: none;
	}


	#navigation ul#navlist li a {
		display: block; 
		text-decoration: none;
		background-image: none;
		background: #eee;
		color: #333;
		padding: 14px; 
		text-align: left; 
		border-radius: 0 ;
		margin: 0;
		width: 100%;
		height: auto;
		line-height: 1.5;
		font-size: 14px;
		font-weight: normal;
		
	}
	
	#navigation ul#navlist a:hover, 
	#navigation a:focus {
		background-image: none;
		text-decoration: none;
		background-color: #e34c26;
		color: #fff;
	}
	#navigation ul#navlist a.active {
		background: #e34c26;
		color: white;
		text-decoration: none;
	}
	#menu:target ul#navlist { 
		max-height: 300px; 
	}
	#menu:target a.shownavlist { 
		display: none; 
	}
	#menu:target #navigation div.menubutton a.hidenavlist { 
		display: block; 
	}
	

#content {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#footer {
		padding: 25px 5% 3% 5%;
	}

}

@media screen and (max-width: 399px) {

	#logo {
		background-position: -25px -6px;
	}

	#karte {
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width: 319px) {

	#logo {
		height: 65px;
		background-size: auto 100%;
		background-position: -10px -4px;
	}

	#navigation  div.menubutton {
		top: 16px;
	}
	
}
