/* bald kommt fix im template */
.content-body li {
    width: auto !important;
}

.button.list-entry-link {
    background-color: #f8c558;
    color: #222;
}

.button.list-entry-link:hover {
    background-color: #004d9d;
    color: #fff;
}

.brick-title {
    padding-bottom: 1.5em;
}


/* aktive Seite in Menü  */
li.quiqqer-menu-megaMenu-list-item--current a {
    color: #F8C558 !important;
}

/* team-page */
.team-page-entry-left {
    width: 30% !important;
}
.team-page-entry-right {
    width: 70% !important;
}


/* Fix wegen verticalem Scrollbalken, wenn Slide gewechselt wird */
.quiqqer-bricks-promoslider {
    overflow: hidden;
}

.quiqqer-bricks-promoslider-wallpaper-prev,
.quiqqer-bricks-promoslider-wallpaper-next {
    transition: all 0.3s ease-in-out;
}


/* timeline tc blau gold */
.timeline .timeline-entry {
    border-left: medium solid #F8C558;
    display: block;
    margin: 0 0 0 11em;
    padding: 0 0 0 0.33em;
    text-align: left;
}

/* clear fix für Bilder mit float */
.timeline .timeline-entry:after {
    clear: both;
    content: "";
    display: block;
    float: none;
    font-size: 0;
    line-height: 0;
}

.timeline .timeline-entry time::after {
    color: orange;
    content: " —";
}
.timeline .timeline-entry time {
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    margin-left: -13.4em;
    text-align: right;
    width: 13em;
    margin-top: 1.3em;
}

.timeline .timeline-entry time.time2x {
    margin-top: 4em;
}

.timeline .timeline-entry time.time3x {
    margin-top: 8em;
}

.timeline .timeline-entry time.time4x {
    margin-top: 12em;
}

@media screen and (min-width: 767px) {
    .header-bar-inner-logo-text {
        display: none;
    }
}


/* workarounds for picture update */

.page-header-logo img {
    height: 50px;
}

.header-img {
    min-width: 100%;
}

.page-header, .page-header picture {
    min-width: 100%;
}


/* Cards */
.qui-control-childrenlist-cardRows-entry {
    border: 2px solid transparent;
}

/***********************/
/* Startseite - Inhalt */
/***********************/
.page-1 .main-content div[role="main"] {
    max-width: 800px;
    margin: 0 auto;
}

/*****************************/
/* Startseite - Mitteilungen */
/*****************************/
.brick-id-27 {
    background: #fafafa !important;
}

.brick-id-27 .qui-control-childrenlist-cardRows {
    max-width: 800px;
    margin: 0 auto;
}

.brick-id-27 .qui-control-childrenlist-cardRows-entry {
     background: #fff;
}

.quiqqer-menu-megaMenu .fa-angle-down {
    display: none;
}