/*
@version 1.0.14
*/

.dialog-block-next {
  min-height: 600px;
  padding: 0;
  position: relative;
}

/* background-container */
.dialog-block-next__background-container {
  position: absolute;
  padding: 0;
  background: #FCD85D;;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.dialog-block-next__background-container--blue {
  position: absolute;
  padding: 0;
  background: rgb(70, 181, 185);
  height: 100%;
  width: 100%;
  z-index: 0;
}

.dialog-block-next__background-container--right {
  width: 200px;
  float: right;
  right: 0px;
  height: 100%;
}

.dialog-block-next__background-container--xmas {
  text-align: right;
  width: auto;
}

.dialog-block-next__background-container--xmas img {
  bottom: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
}

.dialog-block-next__background-container--middle {
  width: 600px;
  margin-right: 120px;
  right: 0px;
  height: 100%;
  position: relative;
  left: 49%;
}

.dialog-block-next__background-img--top-right {
  right: 139px;
  width: 125px;
  position: absolute;

}

.dialog-block-next__background-img--middle {
  position: absolute;
  bottom: 0px;
  max-height: 450px;
  right: 40%;
}

.dialog-block-next__background-img--offer-bubble {
  width: 160px;
  left: 800px;
  top: 170px;
  max-width: 160%;
}

.dialog-block-next__background-img--offer-bubble--mobile {
  display: none;
}

.dialog-block-next__background-img--bottom-right {
  right: 0;
  bottom: 0px;
  max-width: 540px;
  position: absolute;
}

.dialog-block-next__background-img--bottom-right--large {
  right: 0;
  bottom: 0px;
  width: 850px;
  position: absolute;
}

/* main content */
.dialog-block-next__content {
  height: 100%;
  min-height: 549px;
  display: flex;
}

.dialog-block-next__content-row {
  flex-grow: 1;
  min-height: 580px;
  display: flex;
  margin: 0 -15px;
}

.dialog-block-next__content-left,
.dialog-block-next__content-right  {
  padding: 15px;
  display: flex;
  height: 100%;
  min-height: 400px;
  justify-content: flex-end;
}

.dialog-block-next__content-left {
  flex: 0 0;
  align-items: flex-end;
}

.dialog-block-next__patners-title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  color: #592a75;
}

.dialog-block-next__patners-logo {
  width: 83px;
  margin: 7px;
}

.dialog-block-next__mobile-headline {
  display: none;
  height: 53px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #228288;
  z-index: 1;
}

.dialog-block-next__content-right {
  flex: 1 1;
  flex-direction: column;
  align-items: flex-start;
}

.dialog-block-next__background__bottom-gradient {
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 29%, rgba(0, 0, 0, 0.05) 66%, rgba(0, 0, 0, 0.10) 100%);
}

.dialog-block-next__block__tel-link,
.dialog-block-next__block__whatsapp-link {
  color: #228288
}

.company-details-next {
  display: flex;
  bottom: 100px;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}

.company-details-next-mobile {
  display: none;
}

.company-details-next__reviews {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 370px;
  min-height: 41px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 4px;
}

.company-details-next__lawyer-info {
  color: #ffffff;
  font-size: 14px;
  margin: 10px auto 2px auto;
}

.company-details-next__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: space-around;
  width: 370px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 0;
}

.company-details-next__wrapper--xmas {
  color: #228288;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.company-details-next--contact {
  display: flex;
  justify-content: space-around;
}

.company-details-next--contact {
  display: flex;
  justify-content: space-around;
}

.company-details-next--contact a {
  color: #228288;
  font-size: 18px;
}

.company-details-next--corona {
  color: #228288;
  display: flex;
  font-size: 28px;
  font-weight: 800;
  justify-content: space-around;
  padding-bottom: 10px;
}

.company-details-next--contact--phone-img {
  margin: 0px 5px 4px 0px;
}

.company-details-next--contact--phone {
  color: #228288;
  font-weight: bold;
  font-size: 18px;
}

.company-details-next--opening-hours {
  color: #228288;
  padding: 7px;
  font-size: 14px;
  text-align: center;
}

.company-details-next__contact span {
  color: #228288;
  font-size: 18px;
}

.company-details-next__contact img {
  margin-right: 7px;
  width: 20px;
}

.company-details-next__reviews {
  color: #228288;
  font-size: 14px;
}

.company-details-next__reviews .reviews__link a {
  color: #228288;
  font-size: 14px;
}


.company-details-next__reviews .reviews__badges img {
  height: 30px;
  margin: 3px;
  max-height: 5vw;
}

.company-details-next__reviews .reviews__stars {
  display: flex;
  margin-top: 3px;
}

.company-details-next__reviews .reviews__stars span {
  margin-right: 5px;
}

.header-wrapper-next .call-to-action-next {
  position: relative;
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.call-to-action-next__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 90px;
  max-width: 600px;
}

.call-to-action-next__content h1 {
  font-size: 28px;
  margin: 14px;
  font-weight: bold;
  color: #228288;
}

.call-to-action-next__content h3 {
  font-size: 18px;
  margin: 14px;
  color: #404040;
}

.call-to-action-next__content .cta-button {
  border: none;
  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;
}

.call-to-action-next__content button.cta-button--big {
  padding: 20px 40px;
  margin: 25px 0;
}

.call-to-action-next__footer {
  background: #228288;
}

.call-to-action-next__footer ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 15px 0;
  margin-bottom: 0;
}

.call-to-action-next__footer ul li {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
  counter-increment: item;
}

.call-to-action-next__footer ul li:before {
  font-size: 10px;
  line-height: 17px;
  width: 17px;
  margin-right: 10px;
  content: counter(item);
  background: #fff;
  border-radius: 100%;
  color: #228288;
  text-align: center;
  display: inline-block;
}

.bubble-link-next {
  width: 163px;
  height: 163px;
  z-index: 1000;
  position: absolute;
  right: 16%;
  top: 25%;
  left: 72%;
}

/* for small laptops */
@media (max-width: 1280px) and (min-width: 1000px) {
  .dialog-block-next__content-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .dialog-block-next__background-container--middle {
    left: 583px;
  }

  .bubble-link-next {
    right: 20%;
  }

  .dialog-block-next__content-right {
    right: 20px;
  }
}

@media (max-width: 1024px) {
  .dialog-block-next__background-container--middle {
    display: block;
    left: 426px;
  }
}


@media (max-width: 1280px) {

  .dialog-block-next__background-container--middle {
    margin-right: -168px;
  }

  .dialog-block-next__patners-title {
    margin-bottom: 28px;
    margin-left: 21px;
  }

  .dialog-block-next__content-left {
    display: none;
  }

  .dialog-block-next__content-left,
  .dialog-block-next__content-right  {
    min-height: 96px;
    height: auto;
    align-items: center;
  }

  .dialog-block-next__dialog {
    margin-top: auto;
  }

  .dialog-block-next__dialog-header {
    min-height: 86px;
    display: flex;
    justify-content: center;
  }

  .company-details-next {
    position: static;
  }

}

@media (min-width: 768px) and (max-width: 1280px) {
  .dialog-block-next__content-right {
    margin-top: 115px;
  }

  .dialog-block-next__patners-title {
    margin-bottom: -65px;
  }

}

@media (max-width: 1200px) {
  .dialog-block-next__background-container--middle {
    width: 150px;
    left: 70%;
  }

  .dialog-block-next__background-img--middle {
    display: none;
  }

}

/* for mobile */
@media (max-width: 999px) {
  .dialog-block-next__background-container--middle {
    display: none;
  }

  .dialog-block-next__content-right {
    right: 3%;
  }

  .bubble-link-next {
    right: 3%;
  }

}

/* for mobile */
@media (max-width: 768px) {
  .dialog-block-next__background-img--offer-bubble--mobile {
    width: 160px;
    display: block;
    margin-right: 50%;
  }

  .dialog-block-next__mobile-headline {
    display: block;
    margin: 0;
  }

  .dialog-block-next__content {
    height: 100%;
    min-height: 600px;
    display: block;
    background: rgba(0, 0, 0, .8);
  }

  .dialog-block-next__content-left,
  .dialog-block-next__content-right {
    display: flex;
  }

  .dialog-block-next__content-left {
    display: none
  }

  .dialog-block-next__patners-title {
    margin-bottom: 28px;
    margin-left: 0;
    width: auto;
  }

  .dialog-block-next__content-right {
    flex-direction: column;
    width: 93%;
    left: 3%;
  }

  .dialog-block-next__dialog {
    max-width: 100%;
  }

  .dialog-block-next__dialog-headline {
    max-width: 248px;
  }

  .dialog-block-next__dialog-footer__list {
    flex-direction: column;
    justify-content: space-around;
    padding: 14px;
  }

  .company-details-next-mobile {
    display: flex;
    background: #F2F2F2;
    flex-direction: column;
  }

  .company-details-next-mobile .company-details-next-mobile__opening-hours {
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    color: #228288;
  }

  .company-details-next-mobile span {
    text-decoration: none;
  }

  .company-details-next-mobile span .company-details-next-mobile__opening-hours {
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    color: #228288;
  }

  .company-details-next--corona--mobile {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 10px;
  }

  .company-details-next {
    display: none;
    flex: 0 0;
  }

  .dialog-block-next__background-img--top-right {
    right: 48px;
  }

  .company-details-next__contact {
    display: flex;
    flex-direction: column;
    background: none;
    text-align: center;
    margin: 0;
    width: auto;
  }

  .company-details-next__contact a {
    color: #228288;
  }

  .company-details-next__contact .phone,
  .company-details-next__contact .whatsapp {
    background: white;
    padding: 15px;
    margin: 10px 20px;
    border-radius: 4px;
  }

  .company-details-next__reviews {
    height: 56px;
    width: auto;
    margin: 0px 20px;
  }

  .company-details-next__reviews .reviews__link a {
    font-size: 10px;
  }

  .dialog-block-next__background-img--offer-bubble {
    height: 105px;
    width: 110px;
  }

  .bubble-link-next {
    top: 87%;
    left: 6%;
    height: 105px;
    width: 110px;
  }

  .dialog-block-next__background-container {
    height: 100%;
  }
}

@media (max-width: 426px) {
  .company-details-next {
    display: none;
  }

  .dialog-block-next__background-img--top-right {
    right: 28px;
    margin-top: -70px;
  }

  .dialog-block-next__patners-title {
    width: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -30px;
  }

  .bubble-link-next, .dialog-block-next__background-img--offer-bubble {
    height: 110px;
    width: 110px;
    margin-top: -2%;
  }

  .dialog-block-next__mobile-headline {
    font-size: 24px;
    margin: 0;
  }

  .dialog-block-next__mobile-headline--xmas {
    margin: 0;
  }

  .page-template-lekker .dialog-block-next__mobile-headline {
    margin: 60px 0px -30px 0px;
  }

  .dialog-block-next__patners-title {
    font-size: 16px;
  }
}

