@import url(http://fonts.googleapis.com/css?family=Lusitana:400,700);

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	}

p {margin:5px 0px;}

#header {
	padding-top:30px;
	height:51px;
	position:fixed;
	}

#header a.home { 
	display: block;
	width: 128px;
	height: 24px;
	background-image: url(../img/logo-px2.png);
	background-size: 128px 24px;
   }

#sidebar {
	margin-top:35%;
	}

#sidebar ul {
	border-top:7px solid #cfc7be;
	position:fixed;
	padding-top:5px;
	width:125px;
	}

#sidebar ul li a {
	border-radius: 0px;
	border: 0px;
	padding-left:0px !important;
	}

.nav-tabs > li > a {
	padding-top:4px !important;
	padding-bottom:4px !important;
	}

#sidebar ul li.active a {
	text-decoration:underline;
	color:#9a8b7b;
	}

#sidebar ul li a:focus,
#sidebar ul li a:hover  {
	text-decoration:underline;
	background-color: transparent;
	}
	
.row-fluid {
	margin-bottom:15px;
	}

#main-content img {
	margin-bottom:15px;
	width:auto;
	}

#main-content img.logo {
	width:119px;
	}

#main-content img.pic-small {
	max-width:60%;
	}

div.line-thin {
	border-top:3px solid #cec6be;
	width:50%;
	}

div.line-thick {
	border-bottom:7px solid #cec6be;
	width:50%;
	margin-top:60px;
	margin-bottom:10px;
	}

div.line-thick-flat {
	border-bottom:7px solid #cec6be;
	width:50%;
	margin-top:40px;
	margin-bottom:10px;
	}

#content {margin-top:73px;}


h1 {
	line-height:30px;
	margin-top:0px;
	font-weight: normal;
	font-size:24px;
	padding-top:10px;
	padding-left:2px;
	position:relative;
	}


span.telefon,
span.email {
	font-size:20px;
	position:relative;
	padding-left:14px;
	}

span.telefon:before {
	content: "T";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    width: 15px;
	color:#c4bab0;
	font-size:11px;
	position:absolute;
	line-height:20px;
	top:0px;
}

span.email:before {
	content: "E";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    width: 20px;
	color:#c4bab0;
	font-size:11px;
	position:absolute;
	line-height:15px;
	top:0px;
}

a.go-to-top {
	width: 100px;
	height: 20px;
	background-image:url(../img/icon-go-to-top.png);
	background-repeat: no-repeat;
	background-position:left center;
	background-size: 10px 9px;
	padding-left: 15px;
	}



@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#header a.home { 
   background-image:url(../img/logo-px2.png);
   background-size: 128px 24px;
   }

a.go-to-top {
	background-image:url(../img/icon-go-to-top.png);
	background-repeat: no-repeat;
	background-position:left center;
	background-size: 15px 13px;
	padding-left: 20px;
	}

}


/* Desktop big*/

@media (min-width: 1200px) {
	body {
		font-size: 14px;
		line-height:20px;
		}
	
	#sidebar {
    margin-top: 33%;
}

	#main-content img.pic-small {
	max-width:75%;
	}
	
h1 {
	width:75%;
}

#header a.home { 
	display: block;
	width: 128px;
	height: 24px;
	background-image: url(../img/logo-px2.png);
	background-size: 128px 24px;
   }


}

/* Desktop middle */
@media (min-width: 980px) {
#main-content img.pic-small {
	max-width:80%;
	}



}


/* iPad Querformat  */
@media (max-width: 979px) {
#main-content img.pic-small {
	max-width:80%;
	}


}


/* iPad Hochformat */

@media (min-width: 768px) and (max-width: 979px) {

h1 {
    width: 100% !important;
}

#header a.home { 
	display: block;
	width: 100px;
	height: 19px;
	background-image: url(../img/logo-px2.png);
	background-size: 100px 19px;
   }

#sidebar ul {
	width:100px;
	}

.span4.ipad-width,
.span8.ipad-width {
	width: 48.6188% !important;
	}

#sidebar {
	margin-top:35%;
	}

#sidebar ul {
	border-top:7px solid #cfc7be;
	position:fixed;
	padding-top:5px;
	width:100px;
	}


}

/* iPhone Querformat */

@media (max-width: 767px) {

#sidebar {
	margin-top:0px;
	display:none;
	}

#sidebar ul {
	border-top:7px solid #cfc7be;
	position:relative;
	padding-top:5px;
	width:100%;
	}

#content {
    margin-top: 13px;
}



h1 {
    width: 100%;
}

#header a.home { 
	display: block;
	width: 128px;
	height: 24px;
	background-image: url(../img/logo-px2.png);
	background-size: 128px 24px;
   }

#header {
	padding-top:30px;
	height:51px;
	position:relative;
	}


a.menu {
	display:block;
	width:30px;
	height:30px;
	background-image: url(../img/icon-menu.png);
	background-repeat:no-repeat;
	position:absolute;
	right: 21px;
	top:30px;
	z-index:100;
	cursor:pointer;
	}

div.line-thin,
div.line-thick {
    width: 100%;
}

div.line-thick-flat {
    width: 100%;
}

#main-content img.pic-small {
    max-width: 100%;
}

.container {margin-bottom:20px !important;}

	}



/* iPhone Hochformat */
@media (max-width: 480px) {
	
	}
