/* Company-Slider - angepasste Konfiguration  - Start */
.company-slider {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.company-slider .fa-arrow-circle-o-left {
    position: absolute;
    right: 101%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
    color: #c39f18;
}

.company-slider .fa-arrow-circle-o-right {
    position: absolute;
    left: 101%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
    color: #c39f18;
}

.company-slider-item {
    margin: 5px;
}

.company-slider-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
}
/* Company-Slider - angepasste Konfiguration  - Ende */


/* History-Slider - angepasste Konfiguration - Start */
.history-slider {
    position: relative;
    padding-top: 45px;
}

.history-slider .prev {
    position: absolute;
    right: 22px;
    top: 0;
    background: #c39f18;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    transition: all .4s;
}

.history-slider .next {
    position: absolute;
    right: 0;
    top: 0;
    background: #c39f18;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    transition: all .4s;
}

.history-slider .next:hover, .history-slider .prev:hover {
    cursor: pointer;
    background: #005286;
}

.history-slider-item {
    padding: 45px 15px 15px 15px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.history-slider-item:focus {
    outline: none;
}

.history-slider-item span {
    background: #c39f18;
    position: relative;
    padding: 0 5px;
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
    font-family: Catamaran, sans-serif;
    font-weight: 500;
    line-height: 1;
}

.history-slider-item span:before {
    content: '';
    background: #005286;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
}

.history-slider-item span:after {
    content: '';
    background: #333;
    position: absolute;
    width: 200px;
    height: 1px;
    bottom: 5px;
    left: 50px;
}

.history-slider-item h4 {text-transform: none;}
/* History-Slider - angepasste Konfiguration - Ende */