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

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




	
body {
		max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	background: #4f5d7d;
	/*  background-image: url(bilder/bgt.png);
	background-size: contain; 
	background-repeat: no-repeat;
	background-position:top; */
	}
	
.inhalt {	
	/* vertical-align: bottom;  */
	background-color: #ffffff;
	height: 100%;		
	}	
	
header {
	
	
	
	/* vertical-align: bottom;  */
	background-color: #222222;
	width: 100%;
		
	}
	
.headerm {
	 display: none;
		/* background: #b30466;
		 background-image: url(bilder/cl18m.png);
		background-repeat: no-repeat;
	background-position: left top; */

}

.leer {
	 display: block;
		background: #ffffff;
		height:100px;
}


.main	{
	 background: #ffffff; 
	 padding: 40px; 
	}
.main-ind	{
	 background: #ffffff; 
	 padding: 10px;
	}	
	
footer {
	/* background: #d0cddf; */
	}

.unten {
	vertical-align: bottom; 
	text-align: right; 
	margin-right: 20px;
}

 img {
	max-width: 100%;
	height: auto;
	/*vertical-align: middle;  
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 10px;
	margin-bottom: 10px;  */	
}


.imgrechts {
	
	/* max-width: 100%;
	height: auto;  */
    float: right;
    
    margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.imgklein {
	
	/* max-width: 100%;
	height: auto;  */
    float: right;
    
    margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.imgkl {
	
	/* max-width: 100%;
	height: auto;  */
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}


a.in:link {  color:#2082c1; text-decoration:none; font-size: 0.9em; }
a.in:hover {  color:#ec7c18; text-decoration:none; }
a.in:visited {  color:#2082c1; text-decoration:none; }
a.in:active { color:#2082c1; text-decoration:none; }


a.tra:link {  color:#2082c1; text-decoration:none; }
a.tra:hover {  color:#ec7c18; text-decoration:none; }
a.tra:visited {  color:#2082c1; text-decoration:none; }
a.tra:active { color:#2082c1; text-decoration:none; }

a.gro:link {  color:#2082c1; text-decoration:none; font-size: 1.2em;}
a.gro:hover {  color:#ec7c18; text-decoration:none; }
a.gro:visited {  color:#2082c1; text-decoration:none; }
a.gro:active { color:#2082c1; text-decoration:none; }

a.gelb:link {  color:#ffffff; text-decoration:none; font-size: 1.2em;}
a.gelb:hover {  color:#000000; text-decoration:none; }
a.gelb:visited {  color:#ffffff; text-decoration:none; }
a.gelb:active { color:#ffffff; text-decoration:none; }

a.sw:link {  color:#ffffff; text-decoration:none; font-size: 1.2em;}
a.sw:hover {  color:#ec7c18; text-decoration:none; }
a.sw:visited {  color:#ffffff; text-decoration:none; }
a.sw:active { color:#ffffff; text-decoration:none; }

h1 {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 0.8em;
	letter-spacing: 0.05em; 
	color: #2082c1;
	
}

h2 {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0.8em;
	letter-spacing: 0.05em; 
	color: #2082c1;
	
}

h3 {
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	color: #ec7c18;
}

h4 {
	font-size: 0.8em;
	 
	
	
}

h5 {
	font-size: 0.9em;
	font-weight: 200;	
}

h6 {
	font-size: 0.8em;
	font-weight: 200;	
}

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


hr { 
  
    height: 1px; 
    margin: 0 auto;
    color: #2082c1;
	 /*  width: 100%; */
   
}


.orange {
	color: #ec7c18;
}

.blau {
	color: #2082c1;
}

.weiss {
	color: #ffffff;
}

.gross {
	font-size: 1.2em;
}

.grossw {
	font-size: 1.2em;
	color: #ffffff;
}
.grossor {
	font-size: 1.2em;
	color: #ec7c18;
}

.fader { position: relative; display: inline-block; } .fader img { vertical-align: top; } 
.fader img.next { position: absolute; top: 0; left: 0; } 

.balken {
	
	
	background-color: #222222;
	 /*height: 10px; */
	width:  100%;
	max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}



.col {
	width: 100%;
}

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

.row:after {
	clear: both;
}	
	

.col-lg-one {
		width: 50%;
	}
	
.col-lg-two {
		width: 50%;
	}
	
/*.col-md-one-half {
		width: 50%;
	} */
	
	.col {
		float: left;
		padding: 10px 10px 10px 20px;
	}
	





/*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*/
li {
	display:inline-block;
	float: righ;
	margin-right: 1px;


	
}

/*Style for menu links*/
li a {
	display:block;
	min-width:120px;
	 height: 50px; 
	text-align: center;
	line-height: 50px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-size: 1.1em;
	color: #fff;
	background: #222222;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #ec7c18;
}

/*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: #fff;
	background: #222222;
	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;
}


/*Responsive Styles*/

@media screen and (max-width : 960px){
	/*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;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	
	header {
	 display: none;

}

.headerm {
	 display: block;
		background: #2082c1;
}

.leer {
	 display: none;
		
}

.main	{
	 background: #ffffff; 
	 padding: 5px; 
	}

body {
		margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	
	/* background-size: contain; */
	
	}
	

	.col-lg-one {
		width: 100%;
	}
	.col-lg-two {
		width: 100%;
	}





}
