h1 {
    font-size: 3.5rem !important;
    margin-bottom: 0 !important;
}

#main-heading {
    margin-bottom: 2rem !important;
}

h2 {
    font-size: 3rem !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

h3 {
    font-size: 2.5rem !important;
}

h4 {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
}

h5 {
    font-size: 1.7rem !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Red Hat Display';
}

@media only screen and (min-width: 768px) {
    #impressum {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    #impressum {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.heading-impressum {
    margin: 2rem 0 1rem 0 !important;
}
