@media only screen and (max-width: 760px) {
}.tf-promosectie {
  margin: 10rem auto;
  max-width: var(--gutenmaxwidth);
  width: 100%;
}
@media only screen and (max-width: 1040px) {
  .tf-promosectie {
    margin: 7rem auto;
  }
}
@media only screen and (max-width: 760px) {
  .tf-promosectie {
    margin: 4rem auto;
  }
}
.tf-promosectie .tf-promosectie_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tf-promosectie .tf-promosectie_inner .titleholder {
  width: 100%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1040px) {
  .tf-promosectie .tf-promosectie_inner .titleholder {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 760px) {
  .tf-promosectie .tf-promosectie_inner .titleholder {
    margin-bottom: 50px;
  }
}
.tf-promosectie .tf-promosectie_inner .titleholder h2 {
  font-family: var(--raleway);
  font-weight: var(--medium);
  color: var(--cfontd);
  line-height: 1.2;
  font-size: 7.5rem;
  margin: 0;
}
@media only screen and (max-width: 1360px) {
  .tf-promosectie .tf-promosectie_inner .titleholder h2 {
    font-size: 6.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .tf-promosectie .tf-promosectie_inner .titleholder h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 1040px) {
  .tf-promosectie .tf-promosectie_inner .titleholder h2 {
    font-size: 4.688rem;
  }
}
@media only screen and (max-width: 760px) {
  .tf-promosectie .tf-promosectie_inner .titleholder h2 {
    font-size: 9vw;
  }
}
.tf-promosectie .tf-promosectie_inner .titleholder .firsttitle {
  font-weight: var(--bold);
  padding-left: 15%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 760px) {
  .tf-promosectie .tf-promosectie_inner .titleholder .firsttitle {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.tf-promosectie .tf-promosectie_inner .mediaholder {
  margin-top: 160px;
  width: calc(50% - 60px);
}
@media only screen and (max-width: 1200px) {
  .tf-promosectie .tf-promosectie_inner .mediaholder {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 1040px) {
  .tf-promosectie .tf-promosectie_inner .mediaholder {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 760px) {
  .tf-promosectie .tf-promosectie_inner .mediaholder {
    margin-top: 50px;
  }
}
.tf-promosectie .tf-promosectie_inner .maintxtholder {
  width: calc(50% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
  .tf-promosectie .tf-promosectie_inner .maintxtholder {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 1040px) {
  .tf-promosectie .tf-promosectie_inner .maintxtholder {
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
.tf-promosectie .tf-promosectie_inner .maintxtholder > .txtholder {
  width: 100%;
}
.tf-promosectie .tf-promosectie_inner .maintxtholder > .txtholder > *:first-child {
  margin-top: 0 !important;
}
.tf-promosectie .tf-promosectie_inner .maintxtholder > .txtholder > *:last-child {
  margin-bottom: 0 !important;
}
.tf-promosectie .tf-promosectie_inner .maintxtholder > .txtholder > *:nth-last-child(2):is(.tf-block) {
  margin-bottom: 0 !important;
}
