#title h1 {
    text-indent: -9999px;
    display: block;
}

#title h1::before{
   content: 'Bebauungspläne der Stadt Bad Friedrichshall';
    position: absolute;
    left: 9999px;
}

#title h2 {
    text-indent: -9999px;
    display: none;
}