@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:#ddd;
	letter-spacing: 0.3;
	line-height: 1.5;
}

body { background-color:#000000; 
margin-left: auto;
	margin-right: auto;
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; 
	max-width: 1500px;
}

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:#ddd; 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;
	 /*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: 0px;	
}


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.tx:link { font-size:1.1em; color:#f05a23; text-decoration:none; }
a.tx:hover { font-size:1.1em; color:#ccc; text-decoration:none; }
a.tx:visited { font-size:1.1em; color:#f05a23; text-decoration:none; }
a.tx:active { font-size:1.1em; color:#f05a23; text-decoration:none; }

a.in:link {  color:#666666; text-decoration:none; font-size: 0.8em; }
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; }


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

.rand2 {
	border: 1px solid #999999;
}

.mobilsichtbar {
	display:none;
}

.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: #ccc;
	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 : 1000px){
	/*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;
			color: #333;
	}
	/*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;
}
.mobilsichtbar {
	display:block;
}


}
