/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*@colorWhite: #fff;
@colorBlack: #000;
@colorLightGrey: #aaa;
@colorGrey: #6d6d6d;
*/
/*
@colorThemeOrange: #eda053;
@colorThemeCyan: #6dbcdb;
@colorThemeYellow: #f6c562;
*/
@media (min-width: 375px) and (max-width: 550px) {
  .measurement-content .component-adexperiences-measurement-intro .text h2 {
    font-size: 50px;
    max-width: 400px;
  }
  .measurement-content .component-adexperiences-measurement-performance .component-inner .text h3 {
    font-size: 50px;
    max-width: 400px;
    text-align: center;
    padding-inline: 10%;
  }
}
@media (max-width: 780px) {
  .measurement-content .component-adexperiences-measurement-performance .component-inner .text {
    text-align: left;
  }
  .measurement-content .component-adexperiences-measurement-performance .component-inner .section-two {
    margin-top: -1px;
  }
}
html[lang="de"] #footer .footer-legal > ul {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
