.ansprechpartner-details__portrait-container {
  float: left;
  margin: 0 30px 30px 0;
}

.ansprechpartner-details__details {
  margin-bottom: 30px;
}

.ansprechpartner-liste__person {
  background: none !important;
  float: left;
  margin: 0 50px 80px 0;
  padding: 0 !important;
}

@media print {
  .ansprechpartner-liste__person {
    list-style-type: none !important;
  }
}

.ansprechpartner-liste__portrait {
  margin-bottom: 20px;
}

.ansprechpartner-liste__name {
  font-size: 1rem;
}

.cookie-consent {
  background: #dededa;
  border-top: 1px solid #aeaea4;
  bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.cookie-consent__message {
  display: block;
}

.cookie-consent__link {
  color: #d40028;
  text-decoration: underline;
}

.cookie-consent__link:active, .cookie-consent__link:focus, .cookie-consent__link:hover {
  text-decoration: none;
}

.cookie-consent__btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  background: #d40028 url("../img/icons/check--light.svg") no-repeat 8px 13px;
  background-size: 14px;
  border-color: #a1001e;
  color: #fff;
  margin-left: 30px;
  padding-left: 30px;
}

.cookie-consent__btn:active, .cookie-consent__btn:focus, .cookie-consent__btn:hover {
  background-color: #bb0023;
  background-image: url("../img/icons/check--light.svg");
  color: #fff;
}

.cc-invisible {
  opacity: 0;
}

.europemap__map {
  height: 520px;
  width: 680px;
}

.europemap .jqvmap-zoomin,
.europemap .jqvmap-zoomout {
  position: initial;
}

@media print {
  .footer-functions {
    display: none;
  }
}
