﻿body {
    font-size: 16px;
}

a:hover, a:focus {
    color: #0076D6;
    text-decoration: underline;
}

a {
    color: #0076D6;
    text-decoration: none;
}

.navbar {
    background: #e5eef5 none repeat scroll 0 0;
    border: medium none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > .active > a {
    background-color: white;
}

.navbar-collapse {
    overflow: hidden;
}


.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

h3 > .badge {
    vertical-align: middle;
    margin-top: -0.4em;
}

.logobar {
    background-color: #fff;
}

.headlines {
    margin-bottom: 20px;
}

    .headlines h5 {
        font-size: 16px;
        color: #3c4b05;
        font-family: DIN Next W02 Medium;
        font-weight: normal;
        margin: 5px 0px;
    }

    .headlines small {
        font-size: 100%;
        font-family: DIN Next W02 Light;
        color: #333;
    }

.content {
    background: white;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding-top: 20px;
    border: 10px solid #e5eef5;
}

footer {
    background: white;
}

    footer.container {
        padding: 0;
    }

    footer .container-fluid {
        background: #e5eef5;
        background: rgba(229,238,245,1.00);
    }

.footerlinks li {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0px;
    display: inline;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #4c4c4c;
}

    .footerlinks li:last-of-type {
        border: none;
    }

.footerlinks {
    padding: 20px;
    text-align: center;
    color: #4c4c4c;
    margin: 0 auto;
}

    .footerlinks a {
        text-decoration: none;
        color: #000;
        font-family: DIN Next W02 Medium;
        font-weight: normal;
    }

        .footerlinks a:hover {
            text-decoration: underline;
        }

.footerlogos ul {
    margin: 20px;
    text-align: center;
    padding: 0;
}

.footerlogos li {
    list-style-type: none;
    display: inline;
    margin: 20px 30px;
}

.mediagallery {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    float: left;
    list-style-type: none;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

    .mediagallery li {
        float: none;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .mediagallery figure {
        display: inline-block;
        cursor: pointer;
        float: none;
    }

    .mediagallery a, .waver a {
        display: block;
        overflow: hidden;
        text-decoration: none;
    }

    .mediagallery img, .waver img {
        display: block;
        max-height: 100%;
        width: auto;
        display: inline-block;
        margin-bottom: 2px;
        position: relative;
        height: 200px;
    }

    .mediagallery figcaption {
        position: absolute;
        top: 0;
        color: #fff;
        -ms-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        white-space: normal;
        padding: 4px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        -ms-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 1px 2px #000000;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.075);
        -ms-box-shadow: 0 1px 2px #000000;
        -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.075);
        box-shadow: 0 1px 2px #000000;
        box-shadow: 0 1px 2px rgba(0,0,0,0.075);
        overflow: auto;
        height: 200px;
        width: 100%;
    }

    .mediagallery h4, .mediagallery dl {
        margin: 0;
    }

    .mediagallery dl {
        font-size: 12px;
    }

    .mediagallery .click-message {
        position: absolute;
        bottom: 5px;
        margin-left: 5px;
        color: #fff;
    }

    .mediagallery figure:hover figcaption {
        -ms-opacity: 1;
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .mediagallery figure:hover h4 {
        background: #09579d;
        background: rgba(9,87,157,0.60);
        margin: 0;
        padding: 10px;
    }

    .mediagallery figure:hover dl {
        background: #09579d;
        background: rgba(9,87,157,0.60);
        padding: 0px 10px 10px 10px;
        margin: 0;
    }

    .mediagallery figure dd, .mediagallery figure dt, .carousel-inner dd, .carousel-inner dt {
        display: inline-block;
    }

        .medigallery .mediagallery figure dt:before, .carousel-inner dt:before {
            content: "\00a0";
        }

        .mediagallery figure dt:after, .carousel-inner dt:after {
            content: "\00a0";
        }

        .mediagallery figure dd:after, .carousel-inner dd:after {
            content: "\00a0\00a0|";
        }

        .mediagallery figure dd:last-of-type:after, .carousel-inner dd:last-of-type:after {
            content: "";
        }

.audio-img {
    margin-bottom: 10px;
}

.article-logo {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 5px;
    max-width: 220px;
    border: 1px solid #ddd;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px #000000;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    -ms-box-shadow: 0 1px 2px #000000;
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    box-shadow: 0 1px 2px #000000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    text-align: center;
}

    .article-logo img {
        padding: 5px;
    }

    .article-logo figcaption {
        margin-bottom: 5px;
        padding-bottom: 3px;
        font-size: small;
        font-family: DIN Next W02 Medium;
        line-height: 115%;
        border-bottom: 1px solid #ddd;
        color: #999;
        text-align: left;
    }

.article h1 {
    font-size: 24px;
    margin-bottom: 0px;
}

.marginalspalte {
    background: whitesmoke;
    margin: 10px 25px 20px 0;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.marginalspalte-seitwaerts {
    background: whitesmoke;
    margin: 0px 25px 20px 0;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.marginalspalte .media-list {
    border-bottom: 1px solid #999;
    padding-bottom: 25px;
    font-size: 14px;
}

    .marginalspalte .media-list:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.pagination {
    margin: 0;
}

.schlagwort {
    margin: 0;
}

    .schlagwort ul {
        margin: 0;
        padding: 0;
        display: inline;
    }

        .schlagwort ul li {
            list-style-type: none;
            display: inline;
        }

            .schlagwort ul li:after {
                content: ", ";
            }

            .schlagwort ul li:last-of-type:after {
                content: "";
            }

nav.col-xs-12.text-center:after {
    border-bottom: 1px solid rgb(0, 87, 157);
    display: block;
    content: "";
    padding-bottom: 11px;
}

.navbar-text {
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 15px;
}

.share {
    margin-top: 10px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-inner .item {
    text-align: center;
}

    .carousel-inner .item img, .carousel-inner .item a {
        display: inline-block;
    }

.modal-header .close {
    margin-top: -22px;
}

.gnampf .close {
    margin-top: -2px;
}

.infobereich {
    background: aliceblue;
    padding: 10px 20px 10px 20px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .infobereich dt, .infobereich dd {
        display: inline;
        width: inherit;
        margin: 0;
        word-wrap: break-word;
    }

        .infobereich dt:after {
            content: ":\00a0";
            display: inline;
        }

        .infobereich dd:after {
            content: "\A";
            white-space: pre;
            line-height: 0%;
            display: block;
            clear: both;
        }

.startseite-left-side {
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
    background-color: #00579e;
    color: white;
}

    .startseite-left-side .startseite-left-side-text {
        padding: 5px 15px 15px 15px;
    }

    .startseite-left-side a {
        color: white;
        text-decoration: underline;
        font-size: 0.9em;
        display: block;
        margin-top: 10px;
    }

.startseite-right-side {
    margin-bottom: 15px;
}

    .startseite-right-side a {
        color: white;
        display: block;
        position: relative;
    }

    .startseite-right-side figcaption {
        position: absolute;
        cursor: pointer;
        width: 100%;
        top: 0px;
        height: 100%;
        padding-right: inherit;
    }

        .startseite-right-side figcaption h2 {
            background-color: #981135;
            color: white;
            display: block;
            -ms-border-top-right-radius: 6px;
            border-top-right-radius: 6px;
            -ms-border-top-left-radius: 6px;
            border-top-left-radius: 6px;
            text-align: right;
            width: 100%;
            position: absolute;
            padding: 3px 4px 5px 5px;
            font-size: 24px;
            margin-top: 0;
        }

        .startseite-right-side figcaption h3 {
            background-color: #981135;
            color: white;
            display: block;
            -ms-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -ms-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            text-align: right;
            width: 100%;
            position: absolute;
            padding: 0px 5px 0px 5px;
            font-size: 18px;
            line-height: 24px;
            bottom: -10px;
        }

    .startseite-right-side figure:hover span,
    .startseite-right-side h2:hover span,
    .startseite-right-side h3:hover span {
        text-decoration: underline;
    }

    .startseite-right-side span {
        background-color: #98BF0C;
        -ms-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        display: inline-block;
        color: #000;
        padding: 0px 10px 0px 10px;
        margin-left: 10px;
        margin-right: -5px;
    }


.tag-cloud {
    background-color: #cedfec;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: #565656;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

    .tag-cloud ul {
        margin: 0;
        padding: 10px;
    }

    .tag-cloud li {
        list-style-type: none;
        display: inline;
    }

        .tag-cloud li:after {
            content: ", ";
        }

        .tag-cloud li:first-of-type:after {
            content: " ";
        }

        .tag-cloud li:last-of-type:after {
            content: "";
        }

    .tag-cloud a {
        font-weight: normal;
        color: #373737;
    }

.bbtable, .bbtablerow, .bbtablecell {
    border: 1px solid black;
    padding: 4px;
}

.bblist {
    margin-bottom: 0;
}

.back-to-top {
    margin: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    display: none;
    text-decoration: none;
}

    .back-to-top i:after {
        content: "\00a0";
        font-size: 4px;
    }


.suchergebnisliste small {
    font-family: DIN Next W02 Medium;
    display: block;
    padding-top: 6px;
}

.suchergebnisliste h4 {
    display: inline;
}

.suchergebnisliste .link-divider {
    border-left: 1px solid #337ab7;
    margin-left: 5px;
    padding-left: 6px;
}

.suchergebnisliste p a {
    background-color: #98bf0c;
    border: medium none;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    padding: 0 6px 1px;
}

#resultList {
    padding-left: 0;
}

.help-link {
    padding-bottom: 14px;
}

.impressum h1 {
    font-size: 30px;
}

.impressum h2 {
    font-size: 24px;
}

.navbar .search-row input{
    width: 300px;
}

@media (max-width: 767px) {
    .navbar .search-row {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar .search-row input{
        margin-bottom: 10px;
        width: 100%;
    }

    .navbar-right li {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .body {
        background: #e5eef5;
    }

    .content {
        border: none;
    }

    .navbar-default .navbar-nav > .active > a {
        -ms-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -ms-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .mediagallery img, .waver img, .mediagallery figcaption {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .startseite-left-col {
        padding-right: 0;
    }

    .startseite-left-side {
        height: 350px;
    }
}
