.ce-hero {
  position: relative;
  width: 100%;
  color: #fff;
}

.ce-hero-inner {
  position: relative;
  width: 100%;
  background: #0b0b0b;
  overflow: hidden;
}

.ce-hero-inner--boxed {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .ce-hero-inner--boxed { max-width: 540px; }
}
@media (min-width: 768px) {
  .ce-hero-inner--boxed { max-width: 720px; }
}
@media (min-width: 992px) {
  .ce-hero-inner--boxed { max-width: 960px; }
}
@media (min-width: 1200px) {
  .ce-hero-inner--boxed { max-width: 1140px; }
}
@media (min-width: 1400px) {
  .ce-hero-inner--boxed { max-width: 1320px; }
}

.ce-hero-inner--full {
  max-width: none;
}

.ce-hero-media {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.ce-hero-media-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay entfernt, damit Inhalt nicht abgedunkelt wird */

.ce-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: auto;
}

.ce-hero-content--left {
  justify-content: flex-start;
  text-align: left;
}

.ce-hero-content--center {
  justify-content: center;
  text-align: center;
}

.ce-hero-content--right {
  justify-content: flex-end;
  text-align: right;
}

.ce-hero-content--left .ce-hero-card {
  margin-right: auto;
}

.ce-hero-content--center .ce-hero-card {
  margin-left: auto;
  margin-right: auto;
}

.ce-hero-content--right .ce-hero-card {
  margin-left: auto;
}

.ce-hero .ce-hero-card {
  background-color: rgba(0, 114, 182, 0.3);
  border-radius: 0 !important;
  padding: 15px !important;
  display: inline-block;
  width: auto;
}

.ce-hero-title {
  text-align: left;
  color: #fff;
  font-size: calc(1.425rem + 2.1vw);
}

.ce-hero-body,
.ce-hero-body p {
  color: #fff;
}
