


@media (min-width: 992px) {

    #wrapper {
        left: 50%;
        margin: 0 auto 0 -475px; 
        min-height: 100%;
        position: absolute;
        width: 950px;
        z-index: 10;
    }

}


@media (max-width: 991px) {

    
    #content_right {
        float: none;
        height: auto;
        display: flex;
    }

    #content_left{
        float: none;
    }

    #content {
        border: 8px solid #20A5D5;
        border-radius: 4rem 4rem 0rem 4rem;
        background: rgba(255, 255, 255, .55) !important;
        margin-left: 1rem;
        margin-right: 1rem;
        width: auto;
    }

    #impressum #content_bottom {
        width: auto;
        margin-top: 1rem;
    }

    #impressum #content_left {
        height: auto;
    }

    #impressum #content_right {
        display: flex;
        flex-direction: column !important;
        padding: 0 40px 0 80px;
        margin-top: 1rem;
    }

    #impressum  #content {
        height: 50rem;
    }

}


@media (max-width: 767px) {

    #content_bottom {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    #impressum tbody tr td {
        display: block !important;
    }

    #impressum #content {
        height: 54rem;
    }

}

@media (min-width: 576px) {
    .link-content-left {
        display: block;
    }

    .link-footer {
        display: none;
    }

    #impressum #content_right {
        width: auto;
    }

 /*    #impressum tbody tr td {
        display: block !important;
    } */
    
}


@media (max-width: 575px) {
    
    #content_right {
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 1rem;
        width: auto;
    }

    #content_left {
        width: auto;
        padding: 0 40px 0 50px;
    }

    #content {
        height: 75rem;
        width: 21.5rem;
        margin: 2rem auto;
    }

    #content_left {
        height: auto;
    }

    .link-content-left {
        display: none;
    }

    .link-footer {
        display: block;
        margin-top: 1rem;
        margin-bottom: 2rem;
        position: unset !important;
    }

    #content_top {
        width: auto;
    }

    #content_right img {
        margin-left: 1rem !important;
    }

    #impressum tbody tr td {
        text-align: left;
    }

    #impressum #content_right {
        padding: 0 40px 0 50px;
    }

    #impressum #content_right span {
        text-align: left;
    }

    #impressum #content {
        height: 61rem;
    }

}


@media (max-width: 375px) {

    #content {
        margin-bottom: 3rem;
    }

}