@font-face {
 font-family: 'Open Sans Condensed'; /* Gewünschter Name */
 src: url('../OpenSans-CondensedBold.woff') 
           format('woff'), 
          /* für moderne Browser */
      url('../OpenSans-CondensedBold.woff2') 
           format('woff2');
         /* für Safari, Android, iOS */
font-family: 'Open Sans Condensed light'; /* Gewünschter Name */
 src: url('../OpenSans-CondensedLight.woff') 
           format('woff'), 
          /* für moderne Browser */
      url('../OpenSans-CondensedLight.woff2') 
           format('woff2');
         /* für Safari, Android, iOS */
}
html {
	height: 100%;
}

body {
	margin: 0px auto;
	background-attachment: fixed;
	background-image:  url(../bg6.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-position: right bottom;
}

#header {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	padding: 3em;
	/*background-color: rgba(255,255,255,0.8);*/
	height: 18%;
		
}

#container {
	width: 100%;
	margin: 0px auto;
	min-heigth: 100%;
}
#footer1 {
	/*background-color: rgba(255,255,255,0.8);*/
	position:absolute;
    bottom: 0;
    width: 100%;
	height: 11em;
	font-family: 'Open Sans Condensed light', sans-serif;
	font-size: 1.2em;
	text-align: center;
}
#footer {
	/*background-color: rgba(255,255,255,0.8);*/
	
    width: 100%;
	height: 11em;
	font-family: 'Open Sans Condensed light', sans-serif;
	font-size: 1.2em;
	text-align: center;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.6em;
	text-align: center;
	position: relative;
	bottom: 0px;
	color: #e2001a;	
}

a {
	color: #e2001a;
	font-weight: bold;
	text-decoration: underline;	
}

a:visited {	
	color: #D6B049;	
}

a:hover, li a:focus {
	border-color: transparent;
	background-color: #e2001a;
	color: #ffffff;
	text-decoration: none;
 }




.logo {
	width: 30%;
	float: left;
	padding-right: 3em;
	min-width: 300px;
	padding-bottom: 100px;
	}



.image {
	font-size: 0.8em;
	text-align: right;
	padding-right: 2em;
}
.kasten {
 width: 1em;
 height: 1em;
 margin-top: 0.2em;
 background-color: #e2001a;
 margin-right: 0.3em;
 display:block;
 float:left;
}
.liste {
	float: left;

	padding-right: 0.5em;
	padding-bottom: 1em;
}
#inhalt {
	/*background-color: rgba(255,255,255,0.8);*/
	width: 100%;
	margin: 0px auto;
}

.text {
	background-color: rgba(255,255,255,0.8);
	font-size: 1.2em;
	max-width: 450px;
	margin: 0px auto;
	font-family: 'Open Sans Condensed light', sans-serif;
	
}

/*----- mobile -------- */
@media (max-width: 742px) 
{  
 body {
    min-width: 320px;
  }
#header {
	height: 45%;
	margin-bottom: 15em;
	width: 100%;	
}
.liste {
	display: block;
}
#footer {
	
	position: relative;
    bottom: 0;
    width: 100%;
	height: 11em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
}
.logo {
	width: 100%;
	min-width: 300px;
	padding-bottom: 20px;
}
.text {
	padding: 15px;
	
}

/* CSS Document */

