﻿html body {
    background-color: #fcfbf6;
    color: #333;
}

.main_page .headband h2 {
    color: #222;
    margin-bottom: 20px;
    margin: 20px auto 10px;
}

header .row {
    max-width: 1020px;
    margin: auto;
}

header .row .logo {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    padding: 15px 0;
}

    .logo img {
        max-width: 330px;
        margin-left: 20px;
    }

.footer {
    height: 100px;
    padding-top: 20px;
    text-align: center;
    background-color: #dedfe0;
    color: #666;
}

div.footer-logo {
    display: inline-flex;
    height: 100%;
}

    div.footer-logo svg {
        vertical-align: middle;
        padding-left: 20px;
        height: 100%;
    }


@media (max-width: 899px) {

    header .row .logo {
        text-align: center;
    }

    .logo img {
        margin-left: 0px;
    }

    .main_page .headband h2 {
        font-size: 1.5rem;
    }

    div.footer-logo svg {
        height: calc(70%);
        margin-top: 10px;
    }
       
}

/* Cookie Consent overrides */
div.privacypolicies-com---reset {
    font-family: Arial, Helvetica, sans-serif;
}

.privacypolicies-com---palette-light .cc-nb-buttons-container .cc-nb-okagree {
    color: #fff;
    background-color: #00152a;
    font-weight: normal;
    width: initial;
    border-radius: 2.2em;
    border: 2px solid #00152a;
}

.privacypolicies-com---palette-light .cc-nb-buttons-container .cc-nb-reject {
    color: #fff;
    background-color: #00152a;
    font-weight: normal;
    width: initial;
    border-radius: 2.2em;
    border: 2px solid #00152a;
}

.privacypolicies-com---palette-light .cc-nb-buttons-container .cc-nb-changep {
    width: initial;
    border-radius: 2.2em;
}

.privacypolicies-com---palette-light .cc-cp-foot-button .cc-cp-foot-save {
    color: #fff;
    background: #00152a;
    font-weight: normal;
    width: initial;
    border-radius: 2.2em;
    border: 2px solid #00152a;
}

    .privacypolicies-com---palette-light .cc-nb-buttons-container .cc-nb-okagree:hover,
    .privacypolicies-com---palette-light .cc-nb-buttons-container .cc-nb-reject:hover,
    .privacypolicies-com---palette-light .cc-cp-foot-button .cc-cp-foot-save:hover {
        color: #ffffff;
        background: #3073ba;
        border: 2px solid #3073ba;
    }

.privacypolicies-com---palette-light .cc-pc-head-lang .cc-pc-head-lang-select:focus {
    box-shadow: 0 0 0 2px #00152a
}

.privacypolicies-com---palette-light .cc-pc-head-lang .cc-pc-head-close:active, .privacypolicies-com---palette-light .cc-pc-head-lang .cc-pc-head-close:focus {
    border: 2px solid #00152a;
}

/* End Cookie Consent overrides */
