#footer-line p { display:inline; }

/* langswitch-menu */

#langswitch-menu {
    margin-top: 24px;
    position: absolute;
    right: 15px;
}

#langswitch-menu :not(.contextual) a {
    color: #a9586b;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#langswitch-menu :not(.contextual) a:hover {
    text-decoration: underline;
}

#langswitch-menu :not(.contextual) a:after {
    content: '|';
    padding-left: 15px;
    padding-right: 15px;
}
#langswitch-menu :not(.contextual) li:last-child a:after {
    content: '';
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    #langswitch-menu {
        margin-top: 0px;
        bottom: 30px;
    }
    #langswitch-menu :not(.contextual) a {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    #langswitch-menu :not(.contextual) a {
        font-size: 12px !important;
        text-transform: none !important;
        line-height: 1em !important;
    }
    #langswitch-menu {
        bottom: 24px;
    }
}

@media (max-width: 768px) {
    header #langswitch-menu {
        margin-top: 0px;
        bottom: 6px;
    }
}

@media (max-width: 768px) {
    header #langswitch-menu {
        bottom: 2px;
    }
}

/* node-preview-container */

.node-preview-container { background:yellow; }
.node-preview-container .form-item-view-mode { display:none; }

/* subheader */

.subheader { 
    padding-top: 5px;
    overflow: auto;
    white-space: nowrap;
}
.subheader a {
    color: #4b526c;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 0 10px 0 0;
    font-size: 12px;
    line-height: 14px;
    border-right: solid 1px #ede7e8;
    border-top: solid 1px #ede7e8;
}
.subheader a.icon-home { font-size:14px; }
.subheader a.active { background: #ede7e8; }

@media (max-width: 768px) {
    .subheader a {
        padding: 10px 5px;
        font-size: 10px;
    }
}

.site-support, .site-subheader {
    line-height: 15px;
    font-size: 12px;
}

/* header */

.site-support,
.site-subheader { 
    line-height: 17px;
    font-size: 14px;
}

/* other */

.logo { padding: 30px 30px 0 0; position: relative; z-index: 5; display: block; }
.logo img { width: 120px; }

.site-name {
    line-height: 1.2em;
    font-size: 18px;
    font-weight: bold;
    color: #4b526c;
    margin-bottom: 12px;
}


#about-menu {
    margin-top: 24px;
    position: absolute;
    right: 15px;
}

#about-menu a {
    color: #a9586b;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#about-menu a:hover {
    text-decoration: underline;
}

#about-menu a:after {
    content: '|';
    padding-left: 15px;
    padding-right: 15px;
}
#about-menu a:last-child:after {
    content: '';
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    .logo { padding: 20px 10px 0 0; }
    .site-header {
        padding-top: 20px;
    }
    #about-menu {
        margin-top: 0px;
        bottom: 30px;
    }
    #about-menu a {
        font-size: 12px;
    }
    .site-support,
    .site-subheader { 
        line-height: 15px;
        font-size: 12px;
    }

    .site-name {
        line-height: 1em;
        font-size: 14px;
    }
    #main-menu {
        display: none;
    }
    .burger {
        display: block;
    }
    #header-container { display: block; }
    #header-container:after {
        clear: both;
        display: block;
        content: '';
    }

    header .logo {
        float: left;
    }
    header .logo img { width: 80px; }

    footer .logo {
        padding-bottom: 20px;
    }

    footer .logo img { width: 80px; }

    .breadcrumb {
        display: none !important;
    }

    #about-menu {
        top: 0;
    }
}

@media (max-width: 400px) {
    #about-menu a {
        font-size: 12px !important;
        text-transform: none !important;
        line-height: 1em !important;
    }
}

@media (max-width: 768px) {
    .site-support { display: none !important; }
}


