@charset "UTF-8";
/* CSS Document */


html, 
html * {
	/* padding: 0;
	margin: 0; */
	box-sizing: border-box;
font-family: Arial, Helvetica, " sans-serif";
/*	font-size: 1em; */
	font-size: 16px; 
	color: #202020;
	 line-height: 1.4;
}

body {
		max-width: 1100px;
		margin-left: auto;
	margin-right: auto;
	background: #fff;
	background-image: url(bilder/bg.png); 
	/* background-size: contain; */
	background-repeat: repeat-x;
	background-position:top; 
	}
	
header {
background-image: url(bilder/bgo.png); 
background-repeat: no-repeat;
	vertical-align: bottom; 
	height: 270px;	
	}
.main {
	 padding: 50px 10px 10px 10px; 
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/* text-align: center; */
}

footer {
 /* position: fixed; */
 padding: 20px 20px 10px;
  bottom: 0;
  left: 0;
  right: 0;
	text-align: center; 
	vertical-align: bottom; 
}		

img {
	
	max-width: 100%;
	height: auto;
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}




.links {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.rechts {
	float: right;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.mobilsichtbar {
	 display: none;
}

a.norm:link {  color:#ffae00; text-decoration:none; font-size: 1.0em; }
a.norm:hover {  color:#666; text-decoration:none; }
a.norm:visited {  color:#ffae00; text-decoration:none; }
a.norm:active { color:#ffae00; text-decoration:none; }
.normakt {  color:#333;}

a.titel:link {  color:#333; text-decoration:none;  font-size: 1.0em; line-height: 1.0;}
a.titel:hover {  color:#c40020; text-decoration:none; }
a.titel:visited {  color:#333; text-decoration:none; }
a.titel:active { color:#333; text-decoration:none; }

a.in:link {  color:#aaa; text-decoration:none; font-size: 0.8em; }
a.in:hover {  color:#ffae00; text-decoration:none; }
a.in:visited {  color:#aaa; text-decoration:none; }
a.in:active { color:#aaa; text-decoration:none; }



h1 {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 0.4em;
	color: #3c3b3b;
}

h2 {
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 0.5em;
/*	margin-left: 2em; */
	color: #333;	
}

h3 {
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: -1.0em;
	 color:#3c3b3b;
}

h4 {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-bottom: 0.4em;
}

p {
	font-size: 1em;
	 /*font-weight: 400; 
	margin-bottom: 1.0em; */
}
.klein {
	font-size: 0.8em;
	 /*font-weight: 400; 
	margin-bottom: 1.0em; */
}

hr { 
    height: 1px; 
    margin: 0 auto;
    color: #ffc945;
	  width: 100%; 
}

.gold {
	color: #ff8f0b;
}

.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 30px 0px 30px; 
	}
	
.col-viertel {
		width: 25%;
	}
.col-drittel {
		width: 33.3%;
	}
.col-zweidrittel {
		width: 66.6%;
		 padding: 0px 30px 0px 30px; 
	}
	
 ol { 
 
 /* list-style: url("bilder/li.png"); */
list-style-type: circle 
 }
 
ol li {
	/* display:block; */
	float: righ;
	/* margin-left: 81px;
	margin-right: 1px; */
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.6;
	
}	
	
	

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none; 
	 margin:0;
	padding:0;
	 position: relative; 
}

/*Create a horizontal list with spacing   mod ul dazu*/
ul li {
	display:inline-block;
	float: righ;
	margin-right: 0px;
	margin-top: 0px;
}

/*Style for menu links  mod ul dazu*/
ul li a {
	display:block;
	/* min-width:150px; */
	 height: 25px; 
	text-align: right;
	/* line-height: 40px; */
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  */
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: 400;
	color: #555;
	border-width: 0px 1px 0px 0px;
	padding: 0px 10px 0px 10px;
	border-style: solid;
  border-color: #555;
	
		
	/*background: #22a1aa; */
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
color: #eea905;	
}


/*li a:hover::before {
	content: " > "; color: firebrick; font-size: 1.2em }
	margin-right: .1em;
	
} */

.aktiv a {	
color: #555;
}



/*Style for dropdown links*/
li:hover ul a {
	
	color: #333333;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	
	color: #e6a5b0;
}

/*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 {
	text-decoration: none;
	color: #000;
	font-size: 1.4em;
	text-align: center;
	padding: 25px 0px 5px 0px;
	/* background: #c40020; */
	border-style: solid;
  border-color: #eea905;
  border-width: 0px 0px 1px 0px;
	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;
}




/*Responsive Styles*/

@media screen and (max-width : 768px){
	/*Make dropdown links appear inline*/
	ul {
		 position: static; 
		display: none;
	}
	/*Create vertical spacing mod ul vorgesetzt*/
	ul li a{
		/* margin-bottom: 1px; */
		height: 40px; 
		border-width: 0px 0px 1px 0px;
		padding: 5px 10px 0px 10px;
			text-align: center;
color: #555;		
  border-style: solid;
  border-color: #eea905;
	}
	
li:hover a {
color: #eea905;	
}
.aktiv a {	
color: #eea905;
}

	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
		
	
header {
height: auto;

background-image: url(bilder/bgm.png); 	
} 




body {
		margin-left: auto;
	margin-right: auto;	
	}
	
.main {
	 padding: 10px 5px 5px 5px; 
	
}
	
footer {
position: static; 
 padding: 10px 5px 5px 5px;
  bottom: 0;
  left: 0;
  right: 0;
	text-align: center; 
	vertical-align: bottom; 
}	
	
.col {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
}
	
.col-halb {
		width: 100%;
		padding: 0px 10px 0px 10px;
	}
	
.col-viertel {
		width: 100%;
	}
.col-drittel {
		width: 100%;
	}
.col-zweidrittel {
		width: 100%;
	}

.unsichtbar {
	 display: none;
}
.mobilsichtbar {
	display:block;
}

}
