
b {
    font-weight: bolder;
    font-style: italic;
}
.box-image-text .image {
    min-height: 200px;
    max-height: 200px;
}

.box-simple {
    min-height: 230px;
}

header .navbar-affixed-top {
    z-index: 101;
}

div.save-the-date {
    position: relative;
}

img.save-the-date {
    width: 50%;
    max-width: 760px;
    min-width: 20em;
    margin-bottom: -3%;
}

div.save-the-date p {
    position: absolute;
    left: 61%;
    top: 32%;
    color: #0000;
    font-size: 2em;
    text-align: center;
}

.bar.background-participation, #heading-breadcrumbs {
    background: #8f6e5a url('../img/banners/audience_participation.jpg') bottom left repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

.bar.background-news {
    background: rgba(220, 220, 220, 0.36) url('../img/banners/latest-news-delfi-gmw.jpg') center center content-box;
    background-attachment: scroll;
    background-size: cover;
    padding-bottom: 0;

    background: #8f6e5a url('../img/banners/audience_participation.jpg') bottom left repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;

}

.bar.background-news .row.bg-halfwhite {
    background: rgba(255,255,255,0.5);
}

.bar.background-news .row h4 a {
    color: rgb(42, 75, 107);
}
.bar.background-news .row .author-category {
    color: white;
}

.background-participation h1, .bar.background-news h3 {
    color: white;
}
.bar.background-white {
    color: rgb(45,108,140);
}
.fa-quote-right, .fa-quote-left {
    color: rgb(86,202,204);
}

.quote-text {
    color: rgb(45,108,140);
}
.logos {
    margin-top: 1em;
}

.logos .gmw, .logos .gi, .logos .fgele {
    background-color: white;
    border: #FFF 3px solid;
    margin: 0.2em 0 0.2em 0;
}

#heading-breadcrumbs {
    background-attachment: scroll;
    background-position-y: 75%;
    margin-bottom: auto;
}

.background-halfwhite {
    background: rgba(255,255,255,0.5);
}

.box-simple-list {
    min-height: auto;
    margin-bottom: auto;
}
.box-simple-list .icon {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    margin-bottom: 0.1em;
}
.box-simple-list .icon .fa {
    font-size: 0.8em;
}
.seperate-top {
    padding-top: 0.5em;
}
#copyright {
    padding: 0;
}


.panel.navi {
    margin-bottom: 0;
    margin-top: 70px;
}

/* space on top */
section:first-of-type {
    margin-top: 60px;
}
section.background-participation {
    margin-top: 0;
}

.form-control.textarea-10 {
    height: 10em;
}

#footer {
    background: rgb(45,108,140);
    color: white;
    padding-bottom: 0.5em;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active, #footer a:focus{
    color: white;
}

.legallinks, .legallinks ul, .legallinks ul li { display: inline;}
.legallinks ul li {
    padding-left: 1em;
}
.container {
    font-size: 120%;
}

.call-for-action {
    text-align: center;
}


@media only screen and (min-width: 768px) {
    .panel.navi {
        margin-top: 67px;
    }
    div#content {
        min-height: 60ex;
    }
}

#bodyOverview ol li, ol.none li {
    list-style-type: none;
}

.container button.btn {
    white-space: normal;
}

main.homepage section:first-of-type {
    margin-top: 0;
    padding-top: 0;
}