/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.impressum-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 7.5rem 0 2.5rem 0;
}
.impressum-container p
{
    color: var(--color-font);
    font-size: 1.125rem;
}
.impressum-content
{
    width: 90%;
    text-align: center;
}
.impressum-content h1
{
    font-size: 2.5rem;
    padding: 0;
    margin: 0;
}
.impressum-content-adress
{
    padding: 1.25rem 0 1.25rem 0.625rem;
}
.impressum-content h2
{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1.375rem;
}
.impressum-content-contact
{
    padding: 1.25rem 0 1.25rem 0.625rem;
}

@media screen and (max-width: 1000px)
{
    .impressum-container
    {
        margin: 6.25rem 0 1.875rem 0;
    }
    .impressum-container p
    {
        font-size: 1rem;
    }
    .impressum-content h1
    {
        font-size: 2.1875rem;
    }
    .impressum-content h2
    {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 800px)
{
    .impressum-container
    {
        margin: 5.625rem 0 1.25rem 0;
    }
    .impressum-container p
    {
        font-size: 0.875rem;
    }
    .impressum-content h1
    {
        font-size: 1.875rem;
    }
    .impressum-content h2
    {
        font-size: 1.125rem;
    }
   
}

@media screen and (max-width: 500px)
{
    .impressum-content h1
    {
        font-size: 1.5rem;
    }
    .impressum-container
    {
        margin: 4.6875rem 0 1.25rem 0;
    }
}
