.body .container {
  background-color: rgba(255,255,255,0.85);
}
.footer .container {
  background-color: rgba(255,255,255,0.85);
  padding: 20px;
}
.footer{
  margin-bottom: 1080px;
}
/*Text wird mit Silbentrennung angezeigt*/
p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

