/*
@version 1.0.3
*/
.nebenan-header-block {
  height: 660px;
  background-image: linear-gradient(180deg, #DAF6F9 0%, #F6FDEA 47%, #FBFFBF 97%);
}

.nebenan-header-block__background--image {
  position: absolute;
  min-width: 600px;
  bottom: 0;
  right: -25px;
  z-index: 0;
}

.nebenan-header-block__image--bubble {
  float: right;
  position: absolute;
  right: 20%;
  width: 163px;
}

.nebenan-header-block__container {
  position: relative;
  height: 633px;
  padding-top: 86px;
}

.nebenan-header-block__main-row {
  z-index: 1;
}

.nebenan-header-block__headline--secondary {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #228288 !important;
}

.nebenan-header-block__headline {
  font-size: 35px;
  line-height: 44px;
}

.nebenan-header-block__nebenan-de-icon--small {
  height: 26px;
  margin-bottom: 2px;
}

.nebenan-header-block__list-item {
  font-size: 18px;
  list-style-type: none;
  line-height: 35px;
}

.nebenan-header-block__list-icon--green {
  color: #228288;
  margin-right: 7px;
}

.nebenan-header-block__cta-button {
  border: none;
  width: 270px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin: 10px 0;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  transition: 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #770358;
}

.nebenan-header-block__cta-button:hover {
  color: white;
  opacity: 0.9;
}

.nebenan-header-block__funnel-wrapper {
  width: 570px;
  height: 332px;
}

.nebenan-header-block__teaser-big {
  width: 240px;
  float: right;
  position: absolute;
  right: 10%;
}

@media(max-width:1280px) {
  .nebenan-header-block {
  height: 800px;
}
 .nebenan-header-block__container {
   height: 774px;
 }
  .nebenan-header-block__headline--secondary {
   margin-left: 20px;
 }
}

@media(max-width:1024px) {
  .nebenan-header-block {
     height: 930px;
  }
  .nebenan-header-block__container {
    height: 903px;
  }
  .nebenan-header-block__funnel-wrapper {
    width: 654px;
  }
  .nebenan-header-block__teaser-big {
    width: 200px;
    right: 4%;
  }
  .nebenan-header-block__headline--secondary {
    margin-left: 20px;
  }
}

@media(max-width: 992px) {
  .nebenan-header-block__image--bubble {
    right: 10%;
  }
  .nebenan-header-block__teaser-big {
    width: 180px;
    bottom: -86%;
    left: 28%;
  }
}

@media(max-width: 768px) {
  .nebenan-header-block {
    height: 1155px;
  }

  .nebenan-header-block__container {
    height: 1130px;
    display: flex;
    flex-direction: column;
  }

  .nebenan-header-block__content {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nebenan-header-block__main-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .nebenan-header-block__main-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px;
    padding-left: 14px;
  }

  .nebenan-header-block__image--bubble {
    bottom: -50%;
    right: 30%;
  }

  .nebenan-header-block__headline--secondary {
    text-align: center;
    margin-left: 0;
  }

  .nebenan-header-block__cta-button {
    width: 100%;
    max-width: 425px;
  }

  .nebenan-header-spacer {
    background: #f2f2f2;
    height: 50px;
  }

  .nebenan-header-block__funnel-wrapper {
    width: 450px;
  }
  .nebenan-header-block__teaser-big {
    width: 240px;
    bottom: -171%;
  }
  .nebenan-header-block__background--image {
    right:0;
  }
}

@media(max-width: 425px) {
  .nebenan-header-block__funnel-wrapper {
    width: 420px;
  }

  .nebenan-header-block {
    height: 1045px;
  }

  .nebenan-header-block__container {
    height: 1019px;
  }
  .nebenan-header-block__teaser-big {
    width: 240px;
    bottom: -139%;
    left: 25%;
  }
}

@media(max-width: 375px) {
  .nebenan-header-block {
    height: 1000px;
    padding-top: 0px;
  }

  .nebenan-header-block__background--image {
    min-width: 486px;
  }

  .nebenan-header-block__image--bubble {
    bottom: -33%;
    right: 30%;
  }
  .nebenan-header-block__funnel-wrapper {
    width: 340px;
  }
  .nebenan-header-block__container {
    height: 1000px;
  }
  .nebenan-header-block__teaser-big {
    width: 210px;
    bottom: -134%;
    left: 11%;
  }
}
