/* Kopfzeile */
.container-header {    
  background-image: linear-gradient(135deg,#2e2e2e 0,#0c4f9e 100%);
}

/* abstand von der slideshow zum inhaltstext  */
.container-banner {
  display: block;
  margin: 0 0 0rem;
  /* margin: 0 0 2rem;*/
}


/* Boxenformat */
.box-schatten
{
 box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.35);
-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.35);
padding: 10px;
margin-right: 10px;
}
  


/* Fußzeile */
.container-footer{  
  background-color: #2e2e2e;
  background-image: linear-gradient(135deg,#2e2e2e 0,#2e2e2e 100%);
   
}
/* Fußzeile größe */
.footer .grid-child {padding: 0.5em}



