
.contentMain1 .csc-default,
.contentRight1 .csc-default {
    background-color: rgb(255, 255, 255);
    padding: 0.46875rem 0.9375rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.section {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    overflow: hidden;
}

/* --- mit Rahmen und weiße Hintergrundfarbe --- */
.section.bgWhite {
    background-color: rgb(255, 255, 255);
    padding: 0.9375rem 0.9375rem 0.46875rem 0.9375rem;
}
.section.tx-solr {
    margin-top: 0;
    padding-top: 0;
}

/* --- mit Rahmen und Signal-Hintergrundfarbe --- */
.section.bgSignal {
    background-color: rgb(255, 153, 0);
    padding: 0.9375rem 0.9375rem 0.46875rem 0.9375rem;
    color: #ffffff;
}

    .section.bgSignal h1, .section.bgSignal h2,
    .section.bgSignal h3, .section.bgSignal h4,
    .section.bgSignal h5, .section.bgSignal h6 {
        color: #ffffff;
    }

/* --- mit Rahmen und ohne Hintergrundfarbe --- */
.section.bgGrey {
    padding: 0.9375rem 0.9375rem 0.46875rem 0.9375rem;
}

/* --- ohne Rahmen und ohne Hintergrundfarbe --- */
.section.bgNoBorder {

}

/* --- .addressBox --- */

.contentMain .addressBox {
    margin-bottom: 0.9375rem;
}

.contentRight .addressBox {
    margin-bottom: 1.875rem;
}

    .contentMain .csc-default + .addressBox:last-child,
    .contentRight .csc-default + .addressBox:last-child {
        margin-bottom: 0;
    }

    .addressBox p {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .addressBox .profil img {
        margin-bottom: 0.5rem;
    }



/* --- news --- */

.news {
    background-color: rgb(255, 255, 255);
    padding: 0.9375rem;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}
    .news h3 {
        line-height: 1.1;
    }

    .news .newsDate {
        font-size: 0.9rem;
    }

    .news .article {
        margin-bottom: 1rem;
        padding-bottom: 1.5rem;
    }

    .news .newsTeaser {
        margin-top: 0.46875rem;
    }

    .news .newsImage img {
        margin-bottom: 0.46875rem;
    }

    .news .news-backlink-wrap::before
    {
        content: '\f100\0020';
        font-family: FontAwesome, sans-serif;
    }

    .news .more::after {
        content: '\0020\f101';
        font-family: FontAwesome, sans-serif;
    }

.news .previous a::before {
    content: '\0020\f100';
    font-family: FontAwesome, sans-serif;
}

.news .next a::after {
    content: '\0020\f101';
    font-family: FontAwesome, sans-serif;
}

.news .next::before {
    content: "";
    font-family: FontAwesome,sans-serif;
    padding-left: 0;
}

.news li.current {
    font-weight: bold;
}

.news .newsDate {
    color: #888;
}

    .news .newsDate .news-list-category {
        color: #888;
        border-left: 1px solid #ddd;
        margin-left: 6px;
        padding-left: 8px;
    }


.news-single .teaser-text {
    color: rgb(96, 96, 96);
    font-size: 1rem;
}

/* --- Indexed Search --- */

.tx-indexedsearch-rules p {
    color: #888888;
    font-size: 0.85rem;
}

.tx-indexedsearch-icon img {
    max-width: none;
}

.tx-indexedsearch-redMarkup {
    color: #B93227 !important;
}

.tx-indexedsearch-res .hidden {
    display: none;
}

.tx-indexedsearch-res .info {
    padding-top: 0.3rem;
    font-size: 0.8rem;
    font-style: normal;
    color: #7D7D7D;
}



.tx-indexedsearch-browsebox ul.browsebox  {
    list-style-type: none !important;
}

.tx-indexedsearch-browsebox .browsebox li {
    float:left;
}

.tx-indexedsearch-browsebox .browsebox li a {
    padding-right: 0.5rem;
}

.tx-indexedsearch table tbody,
.tx-indexedsearch table tfoot,
.tx-indexedsearch table thead {
    background-color: #fefefe;
    border: 1px solid #f1f1f1;
}
.tx-indexedsearch table tbody td,
.tx-indexedsearch table tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}
.tx-indexedsearch table tbody tr {
    background-color: #ffffff;
}
.tx-indexedsearch table tbody tr:first-child {
    background-color: #eeeeee;
}


input::placeholder, textarea::placeholder {
    color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999999;
}

/* --- .calendarize --- */

.calendarize .panel {
    padding: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E6E6E7;
}

    .calendarize .panel:last-child {
        border-bottom: none;
    }

    .calendarize h2 {
        font-size: 1.4rem;
    }

    .calendarize h4 {
        font-size: 1.2rem;
    }

    .calendarize a.btn,
    .calendarize a.btn:visited {
        color: #FFFFFF;
        float: right;
        padding: 0.5rem 1rem;

        transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
        margin-bottom: 0.5rem;
    }


/* --- .elastic-frame --- */

.elastic-frame {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.elastic-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- .busSystem --- */

.busSystem .specialBox {
    margin-bottom: 0;
}

.busSystem .section.bgWhite {
    margin-top: 0;
}
