::selection {
  background-color: #135cae;
  color: #fff;
}

::-moz-selection {
  background-color: #135cae;
  color: #fff;
}

.panel.panel-image .panel-heading img {
  width: 100%;
  border: 2px solid #eaedf2;
}

.panel.panel-image .panel-body a {
  margin-top: 20px;
}

#footer #footer-main .fa {
  color: #aab2bd;
}

#main-content.imprint {
  padding-top: 40px;
}

@media (max-width: 767px) {
  #main-content.imprint dl.dl-horizontal {
    text-align: center;
  }
}

#main-content.imprint .page-header.page-header-with-icon {
  margin-top: 20px;
}

#main-content.imprint dl.dl-horizontal dd {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .icon-boxes.contact {
    padding-left: 30px;
  }
}

#map-canvas {
  height: 500px;
  width: 100%;
  background-color: #f7f7f7;
}

#map-canvas .spinner-wrapper {
  padding-top: 220px;
}

#map-canvas i{
  position: relative;
  margin: 0 auto;
  color: #135cae;
  display: block;
}

.text-boxes h3 {
  margin-top: 0;
}

.text-boxes hr.hr-half {
  margin-top: 5px;
}

.distribution .image-link {
  border: 1px solid #c5c5c5;
  height: 165px;
}

.distribution .image-link img {
  object-fit: contain;
  max-height: 165px;
}

ul.list-info li {
  color: #d9534f;
  font-style: italic;
  font-size: 11px;
}

#footer-copyright p.powered-by {
  margin: 5px 0 0 0;
  float: right;
}

#footer-copyright p.powered-by a {
  color: #aab2bd;
}
.imprint p.lead, .privacy-policy p.lead{
  text-align: left;
}
.imprint strong, .privacy-policy strong{
  font-size: 18px;
  text-align: left;
  display: block;
}

