/*
    Theme Name: Gymnasium Sanitz Theme
    Author: Fabian Scheiderer
    Description: Main Theme for Gymnasium Sanitz
    Version: 0.1.0
*/

/* Works, but is not visible now --> create a customClassname for element before use!
.gsMainHeader {
    background-color: #660066
}
*/

header {
    position: sticky;
    top: 0;
    height: auto;
    z-index: 1000;
    background: white;
}

/* Common */
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-main {
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 1;
}

/* Footer */
.gsMainFooter {
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.gsMainFooterFlex {

    width: 100%;

    margin-left: 0;
    margin-right: 0;

}

.gsMainFooterCol {
    flex: 1 1 50%;
}

.gsMainFooterCol:last-child {
    justify-content: flex-end;
}

/* Header */
.gsMainHeaderLogo {
    width: 20%;
    max-width: 400px;
    min-width: 100px;
    height: auto;
    resize: both;
    text-align: center;
}

.gsMainHeader {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;

}

.gsMainHeaderFlex {
    
    margin-top:0px;
}

.gsMainHeaderSpacer{
    margin-top:0px;
}

.gsMainHeaderSpacerBottom {
    margin-top: 0px;
    background: linear-gradient(0deg, #FFFFFFFF 20%, #D1E2FA 60%, #FFFFFF 60%);
}

.gsMainFooterSpacerTop {
    margin-top: 0px;
    background: linear-gradient(180deg, #FFFFFF 20%, #D1E2FA 100%);
}