.dtx-hero h1 {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
  font-size: max(3rem, min(calc(0.0277777778 * (100vw - 74.4rem) + 3rem), 5.4rem));
  line-height: 1.07;
  text-transform: uppercase;
}
.dtx-hero__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dtx-hero__content__left {
  width: calc(var(--column-fluid) * 3.5);
}
.dtx-hero__content__right {
  width: calc(var(--column-fluid) * 7.5);
}
.dtx-hero__content__right .dtx-lazy {
  --ratio: 60%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dtx-overname-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dtx-overname-form__left {
  width: calc(var(--column-fluid) * 3);
}
.dtx-overname-form__left h2 {
  text-transform: uppercase;
  font-size: max(2rem, min(calc(0.0046296296 * (100vw - 74.4rem) + 2rem), 2.4rem));
  line-height: 0.9;
}
.dtx-overname-form__right {
  width: calc(var(--column-fluid) * 7.5);
}

@media only screen and (max-width: 1260px) {
  .dtx-hero__content__left {
    width: calc(var(--column-fluid) * 4);
  }
  .dtx-overname-form__left {
    width: calc(var(--column-fluid) * 4);
  }
}
@media only screen and (max-width: 984px) {
  #hero {
    margin-top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
  }
  .dtx-hero__content {
    flex-direction: column;
  }
  .dtx-hero__content__left {
    width: 100%;
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
  }
  .dtx-hero__content__right {
    width: 100%;
  }
  .dtx-overname-form {
    flex-direction: column;
  }
  .dtx-overname-form__left {
    width: 100%;
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
  }
  .dtx-overname-form__right {
    width: 100%;
  }
}