body {
    color: #000;
}

a, a:hover {
    color: #b37d4b;
}

a.arrow:before {
    color: #b37d4b;
    font-weight: bold;
    font-size: 20px;
}

.lead {
    color: #b37d4b;
    margin: 40px 0;
}

.button {
    background-color: #b37d4b;
}

h1, h2, h3, h4, h5 {
    color: #000;
}

h1 {
    font-size: 32px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h1+h2 {
    font-size: 20px;
}

h3 {
    font-size: 22px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    font-weight: bold;
}

nav.main a:after {
    border-color: #000;
}

nav.main li:hover a:after, nav.main .selected a:after, nav.main .active a:after, nav.main .selected a:after {
    border-color: #b37d4b;
}

nav.main a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

nav.main {
    width: 100%;
}

nav.main .parent ul {
    background: #f9f9f9;
}

nav.main .parent ul li {
    text-align: center;
}

nav.main .parent ul li a {
    padding-left: 30px;
}

nav.main li.parent a.backButton {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    color: #000;
}

nav.main li.parent a.backButton:before {
    color: #000;
}

nav.main .parent ul li:hover, nav.main .parent ul li.active, nav.main .parent ul li.selected {
    background: none;
}

nav.main .parent ul li.active a, nav.main .parent ul li.selected a {
    color: #000;
}

nav.main .parent ul li:hover a, nav.main .parent ul li.active a, nav.main .parent ul li.selected a {
    color: #000;
}

nav.main .parent ul li:hover a:after, nav.main .parent ul li.selected a:after, nav.main .parent ul li.active a:after, nav.main .parent ul li.selected a:after {
    border-color: #000;
}

nav.main .parent ul li a {
    color: #000;
}

.navigationContainer {
    overflow: hidden;
}

@media only screen and (min-width: 1120px) {
    nav.main {
        width: calc(100% - 55px);
    }

    nav.main a {
        font-size: 16px;
    }
}

nav.main li:hover a, nav.main .selected a, nav.main .active a, nav.main .selected a {
    color: #b37d4b;
}

nav.main .active, nav.main .selected, nav.main li:hover {
    background: #fff;
}

nav.language a {
    background-color: white;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

nav.language a:hover, nav.language a.active {
    color: #b37d4b;
}

nav.language li:first-child {
    border-right: 1px;
}

.navigationButton, .closeMenuButton, .closeMenuButton:hover, nav.main a.backButton {
    color: #000;
}

#logo a {
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

@media only screen and (min-width: 992px) {
    #logo a {
        font-size: 1.5em;
    }
}

header#header.sticky .upper #logo a {
    font-size: 1em;
    line-height: 1.3em;
}

header#header {
    background: #fff;
    box-shadow: none;
    height: 60px;
}

header#header.sticky {
    border-bottom: 1px solid #dcdcdc;
}

@media only screen and (min-width: 768px) {
    header#header {
        height: 100px;
    }
}

@media only screen and (min-width: 992px) {
    header#header {
        height: auto;
    }
}

.navigationContainer {
    background: #fff;
}

footer#footer {
    background: #fff;
}

footer#footer .bottom {
    border-top: 1px solid #000;
}

footer#footer .row > .span3 {
    width: 100%;
}

footer#footer .row > .span3:last-child {
    display: none;
}

footer#footer .bottom .row>div {
    margin-bottom: 0;
}

footer#footer .bottom {
    border-top: 1px solid #dcdcdc;
}

@media only screen and (min-width: 468px) {
    footer#footer .row > .span3 {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    footer#footer .row > .span3 {
        width: 33%;
    }

    footer#footer .bottom .row>div {
        margin-bottom: 30px;
    }
}

nav.footer ul li a {
    color: #000;
}

main ul li:before, main ol li:before, main dl dd:before, footer#footer .frame ul li:before, footer#footer .frame ol li:before, footer#footer .frame dl dd:before {
    background: #000;
}

ul.browsebox li a, ul.browsebox li span a, ul.paginator li a, ul.paginator li span a, ul.browsebox li a:hover, ul.browsebox li span a:hover, ul.paginator li a:hover, ul.paginator li span a:hover, ul.browsebox li.disabled span, ul.paginator li.disabled span {
    border: none;
}

ul.browsebox li.disabled span, ul.paginator li.disabled span {
    color: #b37d4b;
}

ul.browsebox li.active span, ul.browsebox li.tx-indexedsearch-browselist-currentPage a, ul.paginator li.active span, ul.paginator li.tx-indexedsearch-browselist-currentPage a {
    border: none;
    text-decoration: underline;
}

.article .header h3, .article .header h3 a {
    font-weight: bold;
}

.news-img-wrap, .news-text-wrap, .news-backlink-wrap {
    margin-top: 30px;
}

.news-single .news-img-wrap {
    margin-top: 30px;
}

.news-img-wrap img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .news-single .header h1 {
        width: 100%
    }

    .news-single .header .date-author {
        width: 30%;
        float: none;
    }

    .news-img-wrap {
        width: calc(30%);
        float: left;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .news-text-wrap {
        width: calc(70% - 60px);
        margin-left: calc(30% + 60px);
    }

    .news-backlink-wrap {
        clear: both;
    }
}

#news-container-72 .article .header, #news-container-72 .article .teaser-text {
    display: none;
}

#news-container-72 .article {
    border: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 50px;
    width: 50%;
    align-self: flex-end;
}

@media only screen and (min-width: 768px) {
    #news-container-72 .article {
        width: 33%;
    }
}

@media only screen and (min-width: 1120px) {
    #news-container-72 .article {
        width: 20%;
    }
}

#news-container-72 .article figure {
    width: auto;
    margin-right: 10px;
}

#news-container-72 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footerLogo a {
    color: #000;
}

.frame-layout-3.frame:before, .frame-layout-4.frame:before, .slick-slider:before {
    content: '';
    display: none;
}

.frame-center .news > ul {
    text-align: center;
    list-style: none;
    border-bottom: 1px solid #000;
}

.frame-center .news > ul > li {
    display: inline-block;
}

.frame-center .news > ul > li:before {
    display: none;
}

.frame-center .news > ul > li a {
    color: #000;
}

.frame-center .news > ul > li a.active {
    color: #b37d4b;
}

#c204 .date-author, #c91 .date-author {
    display: none;
}

.tx_teams-team {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdbd6;
}
.tx_teams-team:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/**
 * Newslike styling
 */
 main.newslike .ce-textpic.ce-left.ce-nowrap .ce-gallery {
    margin-top: 0;
    width: 250px;
    margin-right: 20px;
    float: left;
    margin-bottom: 0;
}

main.newslike .ce-textpic.ce-left.ce-nowrap .ce-bodytext {
    width: calc(100% - 270px);
    float: right;
}

main.newslike .ce-textpic.ce-left.ce-nowrap .ce-bodytext h3,
main.newslike .ce-textpic.ce-left.ce-nowrap .ce-bodytext h3 a {
    font-weight: bold;
}
