.navbar-brand {
  padding: 5px 15px;
}

.navbar-brand img {
  max-height: 58px;

}

:root {
  --primary-accent: #a9b8c8ff;
}

.customers .item img {
  display: inline-block;
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  filter: none;
  -webkit-filter: none;
}
.customers .item img:hover {
  max-width: auto;
  filter: none;
  -webkit-filter: none;
}

.oeffnungszeiten table {
border-collapse: collapse;
font-family: Arial, sans-serif;
}
.oeffnungszeiten th, .oeffnungszeiten td {
padding: 8px 12px 8px 0;
text-align: left;
}
.oeffnungszeiten th {
background-color: #f2f2f2;
}


.box-simple .icon img {
  max-height: 50px;
}


.agb ol { counter-reset: item }
.agb li { display: block }
.agb li:before { content: counters(item, ".") " "; counter-increment: item }

.agb ul, ol {
 padding-left: 0px;
}
.agb ol li {
  padding-top:10px;
}

.agb ol li ul li:before {
content: none;
}