/* Tabellen Optimierung */
table th, table td {
  border: 1px solid #cccccc;
}

/* Firmenlogo Optimierung Mobile */
@media (max-width: 767px) {
  .logo > a img {
    width: 100%;
    height: 100%;
  }
}

/* Karussell Anpassung  */
.karusell-content {
  background: #cccccc none repeat scroll 0 0;
}