@charset "utf-8";
/* CSS Document */
/* KOLTZER 2012 */
/* Stylesheets screen    */

body {
	background-image: url(../img/hintergrund-fpapier-s.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #0e0f12;
	color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 2;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#head {
	padding-top: 100px;
	/*margin-bottom: 100px;*/ /* temporär weggenommen für 25 jähriges Jubiläum */
	height: 250px;
	width: 800px;
	background-position: center 100px;
	background-repeat: no-repeat;
}
#head p.headline {
	padding-top: 280px;
	text-transform: uppercase;
	font-size: 26px;
}
#head p.red {
	color: #e3051a;
}
#head p {
	text-align: center;
	line-height: 0.5;
	color: #CCC;
}
#nav-holder {
	height:35px;
}
.jubilee {
	margin-top: 2em;
	text-align: center;
}
.jubilee img {
	box-shadow: 19px 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

#navi {
	width: 800px;
	z-index:999;
}
#navi ul {
	width: 800px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #DDD;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;	
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;	
	-khtml-border-bottom-left-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;	
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;	
}

#navi li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #666;
}

#navi li:first-child {
	border-left: 0;
}

#navi a {
	font-size: 16px;
	font-size: 16px;
	line-height: 2;
	border: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 5px 12px;
	padding: 5px 1px;
	height: 30px;
}

#navi a:hover {
	color: #666;
}
#navi a:active {
	color: #999;
}
#navi a:focus {
	outline: 0;
}
#navi a.link-active {
	border-bottom: 5px solid #F00;
}
#navi.active ul {
}

.sticky #navi {
	position: fixed;
	top: 0;
	width: 100%;
	width: 800px;
}

.sticky #navi ul {
	margin: 0 auto;
	background-color: #0f1114;
	height: 50px;
	-webkit-box-shadow: 14px 14px 24px 0px #000;
	-moz-box-shadow: 14px 14px 24px 0px #000;
	box-shadow: 14px 14px 24px 0px #000;	
}

section {
	padding-top: 60px;
	min-height: 800px;
	width: 700px;
	margin: 0 auto;
}
#start {
	/*margin-top: 600px !important;*/
	margin-top: 80vh;
}
section h1 {
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
	font-size: 26px;
	margin: 34px 0;
	padding: 0;
	text-transform: uppercase;	
}

section.section-active h1 {
	color: #F00;
}
section h2 {
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
}
section h3 {
	font-size: 18px;
	margin: 20px 0 10px 0;
	padding: 12px 0 0 0;	
}
section h4 {
	line-height: 1.2;
	text-transform: uppercase;
	border-left: 5px solid #ff0000;
	padding-left: 5px;
	display: inline-block;
	margin-bottom: 5px;
	margin: 10px 0 10px 0;
}
section h5 {
	font-size: 14px;
}

section .slogan {
	float: right;
	margin-top: 40px;
	margin-right: 0px;
	margin: 40px 0 10px 10px;
	background-color: rgba(204,0,0,0.6);
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	-khtml-border-radius: 90px;
	border-radius: 90px;	
	-webkit-box-shadow: 10px 10px 20px 0px #000;
	-moz-box-shadow: 10px 10px 20px 0px #000;
	box-shadow: 10px 10px 20px 0px #000; 
	height: 160px;
	width: 160px;
	border: 1px solid #111;	
}

section .slogan p {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;	
	line-height: 30px;
	margin: 50px 0;
	padding: 0 5px;
}
section .slogan p.dreizeilig {
	margin: 37px 0;
}
section .slogan p.vierzeilig {
	margin: 25px 0;
}

footer p {
	width: 700px;
	border-top: 1px dashed #666;	
	margin: 20px 0 0 50px;
	padding: 20px 0;
}

aside {
}

.clearfix {
	clear:both;
}

/* Element-Selektoren */
p, ul {
	margin-bottom: 1em;
}
section li {
	list-style: square;
	margin: 0 0 0 2em;
}

/* Polaroid-Style f. Fotos */
img.polaroid {
	margin: 10px 0;
	padding: 20px;
	text-align: center;
	background-color: #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
}

/* Logo Images */
.logo {
	float: left;
	padding: 0 6px;
}

/* Info Box */
.info {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 100%;
	line-height: 25px;
	border-right: 1px dashed #666;
	padding: 0 10px 0 10px;
}

.info {
	opacity:1;
	-webkit-transition:opacity 700ms linear;
	-moz-transition:opacity 700ms linear;
	-o-transition:opacity 700ms linear;	
	transition:opacity 700ms linear;
}

.info.hidden {
	opacity:0;
}

.info p {
	font-size: 11px;
	line-height: 1.5;
	color: #CCC;	
	border-top: 1px dashed #666;
	padding: 12px 0 0px 0;
}
.info div>p:first-of-type {
	border-top: none;
}
.info img {
	margin: 14px auto 0px auto;
}
.info strong {
	text-transform: uppercase;
	border-left: 5px solid #ff0000;
	padding-left: 5px;
	display: inline-block;
	margin-bottom: 5px;
}
.info a:link, .info a:visited {
	color: #CCC;
	text-decoration: underline;
}

.info a:hover, .info a:active {
	color: #CCC;
	text-decoration: none;
}

/* Diverses */
p.hinweis, ul.hinweis {
	padding-top: 12px;
	font-size: 12px;
}
.dashed-top {
	border-top: 1px dashed #666;
}

/* Pfeil nach oben */
.top:before {
	position: relative;
	float: right;
	margin-right: 4px;
	content:"";
	border-bottom:12px solid #CCC;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
}

/* Tabellenformatierungen */
table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	margin-bottom: 10px;
}

/* Links im Content/Section-Bereich */
section a:link, section a:visited {
	color: #CCC;
	text-decoration: underline;
}

section a:hover, section a:active {
	color: #CCC;
	text-decoration: none;
}

/* Google Maps */
#map-container, #map {
	width: 660px;
	height: 400px;
}
#map-container {
	margin: 10px 0 20px 0;
	padding: 20px;
	text-align: center;
	background-color: #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;			
}
#map-container div {
	color: #666;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
}
#map-container div a {
	color: #666;
}
#map img {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

/* media queries */
@media only screen and (min-width: 1101px) {
	#head {
	  background-image: url(../img/koltzer-logo-2012.png);
	}
}
@media only screen and (max-width: 1100px) {
	#container {
	  width: 720px;
	  margin: 0 40px 0 auto;
	}
	#head {
	  width: 720px;
	  background-image: url(../img/koltzer-logo-2012-smaller.png);
	}
}

@media only screen and (max-width: 1240px) {
	#container {
	margin: 0 80px 0 auto;
	}
}
@media only screen and (max-width: 1100px) {
	#container {
	  width: 720px;
	  margin: 0 40px 0 auto;
	}
	#head {
	  width: 720px;
	  background-image: url(../img/koltzer-logo-2012-smaller.png);
	}
	#navi {
	  width: 720px;
	}
	.sticky #navi {
	  width: 720px;
	}	
	#navi ul {
	  width: 720px;
	}
	#navi li {
	  padding: 0 7px;
	}
	#navi a {
	  font-size: 14px;
	}
	.info p {
		line-height: 1.3;	
	}
	.info strong {
		font-size: 10px;
		margin-bottom: 4px;
		padding-left: 4px;		
	}  
}

@media only screen and (max-width: 960px) {
	#container {
	  width: 720px;
	  margin: 0 auto;
	}
	.info {
		display: none;	
	}
}
