body {
    color: #333;
}

h1 {
    color: #204c9a;
}

h2 {
    color: #000;   
}


BUTTON.dropdown-toggle {
    border-radius: 0 !important;
    background-color: #fff;
    border: 1px solid #ced4da;
    margin-top: 0 !important;
}

.navbar-default {
    background-color: #204c9a !important;
    color: #fff;
}

.navbar-mainnavigation .navbar-brand-image img {
    max-widht: 200px !important;    
}


#page-footer {
    z-index: 2;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
#page-footer .container {
    padding: 0;
    margin: 0;
    width: 100%;
}
#page-content {
    padding-bottom: 5em;    
}
footer {
    background-color: #333;   
}

footer H5 {
    color: #fff;    
}

.footer-section-content a:not(.btn) {
    color: #fff;
}

.footer-section-meta .frame {
    padding-top: 0;
    padding-bottom: 1rem !important;
}
.footer-section-meta a:not(.btn) {
    color: #FFF;
    width: auto;
}
.footer-section-meta {
    color: #fff;
    background-color: #333;
}

.footer-sociallinks .sociallinks-item {
    margin-right: 2em;
    width: auto;    
}
.footer-sociallinks .sociallinks-item:last-child {
    margin-right: 0em;
}



.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-footer {
    border-right: 1px solid #ccc; 
    line-height: 3em;
    color: #fff;
    width: 33.33%;
}
.btn-footer:hover {
    background-color: #666;
}

.btn-footer:last-child {
    border-right: 0px solid #ccc;   
}

.btn-footer A {
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #fff !important;
    display: flex;
    justify-content: center;
}

#loading {
    background-color: #000;
    opacity: .9;
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 10;
    display: none;
    pointer-events: none;
}

#loading-svg {
    display: block;
    width: 6em;
    height: 6em;
    margin-left: -3em;
    margin-top: -3em;
    left: 50%;
    top: 50%;
    position: absolute;
}

.typo3-messages {
    list-style: none;
    text-align: center;
    font-weight: bold;
}