/*
Theme Name: NO SUN Child
Description: Wordpress Theme für Kunden
Author: NO SUN GmbH
Template: nosun
*/

html:not(.html-home) {
    overflow: auto !important;
}

body:not(.home) {
    overflow: auto !important;
}
body:not(.home) #header {
    position: static !important;
}

body:not(.home) #page {
    height: auto !important;
}

body:not(.home) header .header-logo {
    margin-bottom: 80px;
}

body:not(.home) main .container,
body:not(.home) footer .container {
    margin-left: 95px;
}
@media screen and (max-height: 768px), screen and (max-width: 1024px), screen and (max-height: 992px) and (min-width: 1024px) {
    body:not(.home) main .container,
    body:not(.home) footer .container {
        margin-left: 65px;
    }
}
@media screen and (max-height: 575px), screen and (max-width: 767px) {
    body:not(.home) main .container,
    body:not(.home) footer .container {
        margin-left: 0.25rem;
    }
}

body:not(.home) footer {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

body:not(.home) footer a {
    color: #cfa93f;
    text-decoration: none;
    font-weight: bold;
}