@charset "UTF-8";
/* CSS Document */
html, body {
  position: relative;
  height: 100vh;
}
body {
  background: #eee;
 
}
.container-mitte{
  background: #eee;
  margin-top: 10%;
 
}
.light {
  background: #eee;
 
}

.titel{
font-size: .9em;
    color: #999999;
    display: block;
    z-index: 30000;
	margin-top: auto;

    }
a {
font-weight: bold!important;
	       color: #999999!important;


    }

p {	margin-bottom:12px;  
		margin-top:12px;  

  }
.genericon{	color:#666666;

  }