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

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




	
body {
		max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	background: #d6ece8;
	/*  background-image: url(bilder/bgt.png);
	background-size: contain; 
	background-repeat: no-repeat;
	background-position:top; */
	}
	
	
	


.main {
	padding: 80px 100px 20px 120px;
	background-color: #d6ece8;
	width: 100%;
		 min-height: 420px;  
	background-image: url(bilder/bgb.gif);
	background-size: auto; 
	background-repeat: no-repeat;
	background-position:top;
}
	
	
footer {
	display : none;
	}


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

.eingeruckt {
	
	margin-left: 150px;
}

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


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

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

a.in:link {  color:#22a1aa; text-decoration:none; font-size: 0.8em;}
a.in:hover {  color:#000000; text-decoration:none; }
a.in:visited {  color:#22a1aa; text-decoration:none; }
a.in:active { color:#22a1aa; text-decoration:none; }


a.uk:link {  color:#0d7f87; text-decoration:none; }
a.uk:hover {  color:#000000; text-decoration:none; }
a.uk:visited {  color:#0d7f87; text-decoration:none; }
a.uk:active { color:#0d7f87; text-decoration:none; }


h1 {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 1.1em;
	font-weight: 200;
	line-height: 1.5;
	margin-bottom: 0em;
/*	font-style: italic; */
	font-style: oblique; 
	
}

h3 {
	font-size: 1.0em;
	margin-bottom: 1.0em;
}

h4 {
	font-size: 1.0em;
	 color: #fdce30;
	 margin-bottom: 0.5em;
	
	
}

h5 {
	font-size: 1.0em;

	 color: #fec400;	
}

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

p {
	font-size: 1.0em;
	font-weight: 400;
	line-height: 1.5;
	 /* letter-spacing: 0.05em; 
	   margin-bottom: 1.0em; */
}


hr { 
  
    height: 1px; 
    margin: 0 auto;
    color: #22a1aa;
	  width: 100%; 
   
}


.magenta {
	color: #990000;
}

.blau {
	color: #22a1aa;
}



.balken {
	
	
	 /* background-color: #5e71a8; 
	 height: 70px; */
	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: 30%;
	}
	
.col-lg-two {
		width: 70%;
	}
	
/*.col-md-one-half {
		width: 50%;
	} */
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}

/* HIER GEAENDERTE LISTENDEFINITION */


 ol { 
 
 list-style: url("bilder/li.png");
 }
 
ol li {
	/* display:block; */
	float: righ;
	/* margin-left: 81px;
	margin-right: 1px; */
	margin-top: 5px;
	
}

/* ENDE */ 

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


	
}

/*Style for menu links  mod ul dazu*/
ul li a {
	display:block;
	min-width:120px;
	 height: 40px; 
	text-align: center;
	line-height: 40px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  */
	letter-spacing: 0.05em;
	font-size: 1.0em;
	font-weight: 600;
	color: #fff;
	
		
	background: #22a1aa;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
color: #22a1aa;
	background: #fdce30;
}

.aktiv a {
	
color: #22a1aa;
background: #fdce30;
}



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

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #fdce30;
	color: ##22a1aa;
}

/*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: #22a1aa;
	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 : 1000px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing mod ul vorgesetzt*/
	ul 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;
	}
	
	


.main {
	padding: 40px 10px 10px 10px;
	
}

.eingeruckt {
	
	margin-left: 10px;
}

footer {
	display:block;

	}


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

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

}



