.message {
  padding: 0 15px 20px 15px !important;
  margin-left: 0 !important;
}

.message.error.success {
  border-left-color: #00a32a;
}

/* section.location-map {
  margin: 100px 0;
} */

.ladestationen h2 {
  margin-bottom: 30px !important;
}

.wpb_content_element .ladestationen > .container {
  padding-left: 0; 
  padding-right: 0;
}

#mapwrapper {
  width: 100%;
  height: 500px;
  border-radius: 10px; 
  overflow: hidden;
}

.logo {
  margin-top: 10px;
}

.highlighted-text {
  color: #E2001A;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 8px;
  display: block;
}

.gm-style-iw-chr {
  position: absolute;
  right: 0;
}

.gm-style-iw-d {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.gm-style-iw-d a:hover,
.gm-style-iw-d a:visited, 
.gm-style-iw-d a:active, 
.gm-style-iw-d a:focus,
.gm-style-iw-d a {
  font-weight: 400;
  color: #4b4b4d;
  text-decoration: none;
}

.gm-style-iw-d a:hover {
  color:#E2001A;
}

.gm-style-iw-d a.button {
  display: block;
  margin-top: 8px;
  color: #4b4b4d;
  font-size: 17px; 
}

.gm-style-iw-d a.button:hover {
  color: #ffffff;
}

#umkreis-zahl {
  font-size: 16px;
  font-weight: 400;
}

.location-map .BorlabsCookie {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 50px;
}

.location-map .BorlabsCookie ._brlbs-google-maps {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .location-map .BorlabsCookie {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 50px;
  }
}
.location-box {
  padding-bottom: 50px;
}

.location-box a.button:not(:hover),
.location-box a {
  color: #4b4b4d;
  text-decoration: none;
}

.location-box a:hover,
.location-box a {
  font-weight: normal;
}

.location-box a.button {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

.location-box .image-wrapper {
  min-height: 100px; 
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .location-box {
    padding-bottom: 20px;
  }

  .locations-list > .row {
    margin-left: -10px; 
    margin-right: -10px;
  }
}