/* Füge hier Dein eigenes CSS ein */
@media only screen and (max-width: 550px) {
  .mobile-titel-text { 
    font-weight:50;
    font-size: 18px;
  }
}

@media only screen and (min-width: 550px) {
  .mobile-titel-text { 
    font-weight:400;
    font-size: 36px;
    line-height: 1.4;
    margin: 0 0 1.5rem;
    padding-top: 1rem;
    display: block;
   
  }
}
