@media(min-width: 1140px)  {
.frame-container {
    max-width: unset;
}
}

.tx-felogin-pi1 form {
    margin-top: 1rem;
}
.nav-tabs {
    width:  100%;
    background: #f5f6f6;
    border-bottom: 0;
}

.tab-navigation .nav-item {
    background: #f5f6f6;;
}
.tab-navigation .nav-item.active a {
    color: #a9681f;
}
.tab-navigation a {
    text-decoration: none;
}

.tab-content {
    background: #fff;
    padding: 1rem;
}

.frame table {
    border: 0  !important;
}

.card-img-top {
    max-height: 310px;
    min-height: 220px;
    height: 27vh;
    display: flex;
    align-items: center;
}

.card-body {

}

.gallery-item-size-1 {
    max-width: 50%;
}

.frame-type-image .gallery-row {
    width: 100%;
    justify-content: center;
}

.timeline-item-date {
    display: none;
}

.timeline-item-header-headline  {
    color: #a9681f;
    margin-bottom: 0.5em;
}

figure .caption {
    text-align: left;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus
{
    color: #fff;
    background-color: #a9681f;
    border-color: #a9681f;
}

.card-group-element-item .card {
    border: 1px solid black;
    border-radius: 0;
}

.card .card-title a:not(.btn) {
    color: #a9681f;
    margin-bottom: 0.5em;
}