/* Start custom CSS *//* Wenn die Bildschirmhöhe kleiner als 800px ist */
@media (min-width: 1025px) and (max-height: 950px) {
  .heading-subpage {
    font-size: 130px !important;
  }
}

/* Wenn die Bildschirmhöhe kleiner als 600px ist */
@media (min-width: 1025px) and (max-height: 850px) {
  .heading-subpage {
    font-size: 115px !important;
  }
}

@media (max-width: 1024px) {
  .heading-subpage {
    font-size: 110px !important;
  }
}

@media (max-width: 767px) {
  .heading-subpage {
    font-size: 65px !important;
  }
}/* End custom CSS */