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

html, 
html * {
	/* padding: 0;
	margin: 0; */
	box-sizing: border-box;
	font-family: Arial, Helvetica, " sans-serif";
	font-size: 16px;
	color:#cccccc;
}

.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);display:none}
.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}
body.lb-disable-scrolling{overflow:hidden}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:1px}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;background-color:#333;width:250px;height:250px;margin:0 auto;border-radius:2px}
.lb-loader,.lb-nav{position:absolute;left:0}
.lb-outerContainer:after{display:table}
/* Bildrand */
.lb-container{padding:2px}

.lb-loader{top:43%;height:25%;width:100%}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.gif) no-repeat}
.lb-nav{top:0;height:100%;width:100%;z-index:10}

.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{
width:34%;left:0;float:left;background:url(images/prev.png) left 48% no-repeat;
filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s
}
.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;
background: url(images/next.png) right 48% no-repeat;
filter:alpha(Opacity=0);
opacity:0;-webkit-transition:opacity .6s;
-moz-transition:opacity .6s;
-o-transition:opacity .6s;
transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);
opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{display:table}
.lb-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:14px;font-weight:600;line-height:1em}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#000}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

body { 
max-width: 1600px;
margin-left: auto;
margin-right: auto;
background-color:#000000; 
 background-attachment:fixed;
scrollbar-3dlight-color:#abc4dd; scrollbar-arrow-color:#5370ae; 
scrollbar-base-color:#FFFFFF; scrollbar-darkshadow-color:#8d9fcd; 
scrollbar-face-color:#eaeff9; scrollbar-highlight-color:#ffffff; scrollbar-shadow-color:#dce5f5; 
}

footer {

/*position: fixed; */
 padding: 20px 20px 10px;
  bottom: 0;
  left: 0;
  right: 0;
	
	text-align: center; 
	
	height: 90px;
	vertical-align: bottom; 
	
}

h1 { font-size:0.8em; color:#333333; font-weight:normal; }

h2 { font-size:1.0em; color:#cccccc; font-weight:normal; }

h3 { font-size:1.1em; color:#6e7eaf; font-weight:bold; }

h4 { font-size:0.8em; color:#999999; font-weight:normal; }

h5 { font-size:1.2em; color:#000000; font-weight:normal; }

h6 { font-size:0.9em; color:#8998c9; font-weight:normal; }

p {
	font-size: 15px;
	color:#999999;
	 /*font-weight: 400; 
	margin-bottom: 1.0em; */
}


img {
	
	max-width: 100%;
	height: auto;
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 4px;	
}


a.nav:link { font-size:1.1em; color:#FFFFFF; text-decoration:none; }
a.nav:hover { font-size:1.1em; color:#333333; text-decoration:none; }
a.nav:visited { font-size:1.1em; color:#FFFFFF; text-decoration:none; }
a.nav:active { font-size:1.1em; color:#FFFFFF; text-decoration:none; }

a.in:link {  color:#666666; text-decoration:none; font-size: 1.0em; }
a.in:hover {  color:#f05a23; text-decoration:none; }
a.in:visited {  color:#666666; text-decoration:none; }
a.in:active { color:#666666; text-decoration:none; }


hr { color:#1d1916; }

.uns {
	 display: none;
}

.rand {
	border: 1px solid #999999;
	
}
.rand:hover {
 border-color: #ccc;
}


.col {
	width: 100%;
	float: left;
	padding: 0px 10px 20px 10px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}	
	

.col-halb {
		width: 50%;
		padding: 0px 50px 0px 10px;
	}
	
.col-viertel {
		width: 25%;
		padding: 50px 10px 10px 30px;
	}
.col-dreiviertel {
		width: 75%;
		padding: 20px 10px 10px 150px;
	}
.col-drittel {
		width: 33.3%;
	}
.col-zweidrittel {
		width: 66.6%;
	}
	
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	 margin:0;
	padding:0;
	 position: absolute; 

	
}

/*Create a horizontal list with spacing oben rechts unten links*/
li {
	display:block;
	float: righ;
	margin-right: 0px;
	margin-top: 0px;
	border-width: 0px;
	width:180px;
  border-style: solid;
  border-color: #000000;
	
}

/*Style for menu links*/
li a {
	display:block;
	width:140px;
	 height: 40px; 
	text-align: left;
	line-height: 40px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  */
	letter-spacing: 0.02em;
	font-size: 1.0em;
	font-weight: 400;
	color: #999;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 0px 7px;
	  border-style: solid;
	border-color: #666666;
	/* background: rgba(250, 250, 255, 0.8);  */
	text-decoration: none;
}




/*Hover state for top level links*/
li:hover a {
color: #f05a23;
	/*background: #fcfcfc; */
  border-color: #f05a23;
}

.aktiv a {
	
color: #cc0000;
}




/*Style for dropdown links */
li:hover ul a {
	background: #5e71a8;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #8694bd;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}


/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 80px;
	padding: 0 20px;
}



/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	text-decoration: none;
	color: #f05a23;
	background: #666666;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


@media screen and (max-width : 768px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		/* margin-bottom: 1px; */
		border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background: #e8f4fc;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
		text-align: center;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	
	header {
	
	/*	background: #4cbbbf;
		background-image: url(bilder/cl18m.png);
		background-repeat: no-repeat;
	background-position: left top; */
height: auto;	
}




body {
		margin-left: auto;
	margin-right: auto;

	
	}
.col {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
}
	
.col-halb {
		width: 100%;
	}
	
.col-viertel {
		width: 100%;
	}
.col-dreiviertel {
		width: 100%;
	}
.col-drittel {
		width: 100%;
	}
.col-zweidrittel {
		width: 100%;
	}

.unsichtbar {
	 display: none;
}


}
