.sppb-addon-overlay-image-content {
  padding: 35px;
  -ms-display: flex;
  display: flex;
  position: relative;
  backface-visibility: hidden;
  overflow: visible;
}
.overlay-background-style {
  position: absolute;
  left: 0;
  top: 0;
  height: 410px;
  width: 100%;
  transition: .4s linear;
  margin-top: -64px;
}
#sp-header .logo {
    margin: 0 0 0 50%;
  align-items: center;
  width: 100%;
  align-items: baseline;
}

@media only screen and (max-width: 991px) {
.luhmannlogo {
  display: none !important;
}
}
@media only screen and (max-width: 428px) {
#sp-header .logo {
    margin: 0 0 0 35%;
  align-items: center;
  width: 100%;
  align-items: baseline;
}
}
.sppb-img-responsive {
  height: auto !important;
}
.sppb-section-content-bottom {
  display: flex;
  width: auto;
}