.stage {
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage.-hero-ao .be-imageFigure {
    background: #404040 !important;
  }
}

.stage.-hero-ao .be-imageFigure picture {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stage.-hero-ao .be-imageFigure picture {
    opacity: 0.4;
  }
}

.stage.-hero-ao .ao-image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 47%;
}

@media (min-width: 1200px) {
  .stage.-hero-ao .ao-image {
    padding-right: 0;
  }
}

.stage.-hero-ao .ao-image img {
  max-width: 100%;
}

.stage .be-searchInput {
  color: #333333;
}

.stage .be-searchInput input {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
  height: 80px;
  line-height: 1.1;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 30px;
  border-bottom: none;
}

.stage .be-searchInput input:focus {
  border-bottom: none;
}

.stage .be-searchInput button[type="submit"] {
  right: 24px;
  margin-top: -14px;
}

.stage .be-searchInput button[type="submit"]::before {
  font-size: 25px;
}

.stage .be-searchInput ._divider {
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  bottom: 18px;
  height: 1px;
  background: #cccccc;
}

.stage .be-searchInput button[type="reset"] {
  display: none;
}

.stage .be-searchInput .searchPredictions {
  border-top: 1px solid #cccccc;
  top: 80px;
}

.stage .be-searchInput .searchPredictions p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.stage .container-h {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage .container-h {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.stage.-info ._top,
.stage.-hero ._top,
.stage.-hero-ao ._top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stage .be-intro {
  display: inline;
}

.stage .be-intro span {
  display: inline;
}

.stage .be-intro span._overline {
  display: block;
}

.stage .be-infoPopOver {
  display: inline;
  vertical-align: super;
}

@media (max-width: 767px) {
  .stage .be-infoPopOver {
    margin-top: 20px;
  }
}

.stage .content .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stage .content .d-flex .col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.stage .content .d-flex .buttons + div {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .stage .content .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .stage .content .d-flex p,
  .stage .content .d-flex .list-checked {
    color: #ffffff;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .stage .content .d-flex p,
  .stage .content .d-flex .list-checked {
    color: #333333;
    margin-top: 130px;
  }

  .stage .content .d-flex p a,
  .stage .content .d-flex .list-checked a {
    color: #00008F;
  }

  .stage .content .d-flex p a:hover,
  .stage .content .d-flex .list-checked a:hover {
    color: #00006D;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .stage .content .d-flex p,
  .stage .content .d-flex .list-checked {
    margin-top: 90px;
  }
}

.stage .ce-imageBgFull {
  z-index: 0;
}

.stage .ce-imageBgFull .be-imageFigure {
  background-color: #cccccc;
}

.stage.-bgImage .ce-imageBgFull {
  opacity: 0;
}

.stage.-bgImage .ce-imageBgFull .be-imageFigure:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

@media (max-width: 991px) {
  .stage.-bgImage .ce-imageBgFull .be-imageFigure:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.stage.-bgImage.-filter-light .ce-imageBgFull .be-imageFigure:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.stage ._badge {
  display: block;
  text-align: center;
  max-width: 100%;
}

@media (min-width: 992px) {
  .stage ._badge {
    position: absolute;
    right: 15px;
    bottom: 40px;
    text-align: right;
  }
}

.stage ._badge img {
  max-width: 400px;
  max-height: 250px;
  width: auto;
}

.stage ._disturber {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  font-size: 2.0rem;
  text-align: center;
}

@media (max-width: 991px) {
  .stage ._disturber {
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .stage ._disturber {
    position: relative;
    margin: 0 -20px;
    left: 0;
    font-size: 1.6rem;
  }
}

.stage ._top {
  padding: 100px 0;
  min-height: 540px;
}

@media (max-width: 767px) {
  .stage ._bottom div + div {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom div + div {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .stage ._bottom > *:first-child {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom > *:first-child {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .stage ._bottom > *:last-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom > *:last-child {
    margin-bottom: 60px;
  }
}

.stage p {
  margin: 0;
}

.stage .btn {
  width: 100%;
}

@media (max-width: 767px) {
  .stage .btn:last-child {
    margin-top: 20px;
  }
}

.stage .-ghost .be-infoPopOver a::after {
  color: #ffffff;
}

/* Temporaere Anpassung fuer AXADE-2111 - DELETEME ASAP */

.stage .btn-primary {
  border-width: 0;
  color: #fff;
  background-color: #d24723;
}

.stage .btn-primary.disabled{
  border-radius: 0px;
  border: 0px solid #D24723;
  opacity: 0.5;
  background: #D24723;
}

.stage .btn-primary::after {
  background: #B03C1D;
}

.stage .btn-primary:hover {
  color: #fff;
}

.stage .btn-primary:hover::after {
  background: #bf5545;
}

.stage .btn-secondary {
  border-width: 0;
  color: #d24723;
  background-color: transparent;
  -webkit-box-shadow: inset -0.2rem 0.2rem 0 0 #d24723, inset 0.2rem -0.2rem 0 0 #d24723;
  box-shadow: inset -0.2rem 0.2rem 0 0 #d24723, inset 0.2rem -0.2rem 0 0 #d24723;
}

.stage .btn-secondary::after {
  background-color: #d24723;
  border-color: #d24723;
}

.stage .btn-secondary:hover {
  color: #fff;
  -webkit-box-shadow: inset -0.2rem 0.2rem 0 0 #bf5545, inset 0.2rem -0.2rem 0 0 #bf5545;
  box-shadow: inset -0.2rem 0.2rem 0 0 #bf5545, inset 0.2rem -0.2rem 0 0 #bf5545;
}

.stage .btn-secondary:hover::after {
  background-color: #bf5545;
}

/*******/

.stage .-ghost .btn-secondary  {
  -webkit-box-shadow: inset -0.2rem 0.2rem 0 0 #fff, inset 0.2rem -0.2rem 0 0 #fff;
  box-shadow: inset -0.2rem 0.2rem 0 0 #fff, inset 0.2rem -0.2rem 0 0 #fff;
}

.stage .-ghost .btn-secondary::after {
  background-color: #fff;
  border-color: #fff;
}

.stage .-ghost .btn-secondary:hover {
  -webkit-box-shadow: inset -0.2rem 0.2rem 0 0 #fff, inset 0.2rem -0.2rem 0 0 #fff;
  box-shadow: inset -0.2rem 0.2rem 0 0 #fff, inset 0.2rem -0.2rem 0 0 #fff;
}

.stage .-ghost .btn-secondary:hover::after {
  background-color: #fff;
}

/*******/

/* Temporaere Anpassungen fuer AXADE-2111 - Ende*/

axa-hero-stage[theme="dark"] axa-text a:not(.btn):not(.btn-link) {
  color: #ffffff;
  text-decoration: underline;
}

axa-hero-stage[theme="dark"] axa-text a:not(.btn):not(.btn-link):active,
axa-hero-stage[theme="dark"] axa-text a:not(.btn):not(.btn-link):focus,
axa-hero-stage[theme="dark"] axa-text a:not(.btn):not(.btn-link):hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.hero-stage-wrapper {
  min-height: 490px;
}

@media (min-width: 768px) {
  .hero-stage-wrapper { min-height: 520px; }
}

@media (min-width: 980px) {
  .hero-stage-wrapper { min-height: 540px; }
}
