@charset "UTF-8";

.history-slider {
    background-color: white;
    color: #527893;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    overflow: hidden;
    margin: 0;
    border: solid 1.5px #527893;
}

@media (max-width: 767px) {
    .history-slider {
        margin: 30px 0;
    }
}

.history-slider:first-child {
    margin-top: 0;
}

.history-slider.initiated {
    opacity: 1;
    transition: 0.5s ease;
}

.history-slider .slide-wrapper {
    position: relative;
    display: block;
    border-bottom: 6px solid #527893;
}

.history-slider .slide-wrapper .owl-item {
    flex: 1 1 100%;
    position: relative;
    height: 100%;
}

.history-slider .slide-wrapper .owl-nav button {
    position: absolute;
    top: 45%;
    border: 0;
    background-color: #80a5cf;
    right: 0;
    width: 52px;
    height: 52px;
    margin: -26px 26px;
    font-size: 0;
    background-image: url(arrow.svg);
    background-size: 200% 100%;
    background-position: center right;
    transition: 0.3s ease;
}

@media (max-width: 991px) {
    .history-slider .slide-wrapper .owl-nav button {
        width: 40px;
        height: 40px;
        margin: -20px 0;
    }
}

.history-slider .slide-wrapper .owl-nav button:hover {
    background-color: white;
    background-position: center left;
}

.history-slider .slide-wrapper .owl-nav button:focus {
    box-shadow: none;
    outline: 0;
}

.history-slider .slide-wrapper .owl-nav button.owl-prev {
    left: 0;
    transform: rotate(180deg);
}

.history-slider .slide-wrapper .item {
    position: relative;
    display: flex;
    height: 100%;
}

.history-slider .slide-wrapper .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background-color: white;
    opacity: 0.1;
}

.history-slider .slide-wrapper .item.image-loaded .image-box {
    opacity: 1;
}

@media (max-width: 567px),
(max-width: 991px) and (min-width: 768px) {
    .history-slider .slide-wrapper .item {
        flex-direction: column;
    }

    .history-slider .slide-wrapper .item:before {
        display: none;
    }
}

.history-slider .slide-wrapper .image-box {
    position: relative;
    display: block;
    flex: 1 1 50%;
    max-width: 50%;
    background-color: white;
    opacity: 0;
    transition: 0.5s linear;
}

@media (min-width: 568px) {
    .history-slider .slide-wrapper .image-box {
        min-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .history-slider .slide-wrapper .image-box {
        min-height: 0;
    }
}

.history-slider .slide-wrapper .image-box:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 75%;
}

@media (max-width: 567px),
(max-width: 991px) and (min-width: 768px) {
    .history-slider .slide-wrapper .image-box {
        max-width: none;
        flex: none;
        margin: 20px;
        order: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .history-slider .slide-wrapper .image-box {
        margin: 40px 60px;
        flex: none;
    }

    .history-slider .slide-wrapper .image-box:before {
        padding-top: 65%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .history-slider .slide-wrapper .image-box:before {
        padding-top: 80%;
    }
}

.history-slider .slide-wrapper .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-slider .slide-wrapper .text-box {
    position: relative;
    flex: 1 1 50%;
    max-width: 50%;
}

.history-slider .slide-wrapper .text-box:before {
    content: "";
    position: relative;
    display: block;
    padding-top: 18%;
}

@media (max-width: 991px) {
    .history-slider .slide-wrapper .text-box:before {
        padding-top: 20px;
    }
}

@media (max-width: 567px),
(max-width: 991px) and (min-width: 768px) {
    .history-slider .slide-wrapper .text-box {
        max-width: none;
    }
}

.history-slider .slide-wrapper .year {
    position: relative;
    font-size: 160px;
    line-height: 1;
    margin-left: -210px;
    margin-left: 30px;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom: 20px;
}

.history-slider .slide-wrapper .year:before {
    content: "";
    position: absolute;
    display: block;
    left: 4px;
    right: 0;
    bottom: -15px;
    height: 5px;
    background-color: #527893;
}
/*
.history-slider .slide-wrapper .year .one {
    margin-left: -18px;
    margin-right: -12px;
}
*/

@media (min-width: 992px) and (max-width: 1199px) {
    .history-slider .slide-wrapper .year {
        font-size: 120px;
        margin-top: 28px;
    }

    .history-slider .slide-wrapper .year:before {
        height: 4px;
    }
}

@media (max-width: 991px) {
    .history-slider .slide-wrapper .year {
        margin-left: 55px;
    }
}

@media (max-width: 767px) {
    .history-slider .slide-wrapper .year {
        font-size: 80px;
        margin-left: 28px;
    }

    .history-slider .slide-wrapper .year:before {
        height: 3px;
        left: 2px;
    }

    .history-slider .slide-wrapper .year .one {
        margin-left: -9px;
        margin-right: -4px;
    }
}

.history-slider .slide-wrapper p:not(.year) {
    font-size: 24px;
    line-height: 1.3;
    padding: 16px 34px 30px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 991px) {
    .history-slider .slide-wrapper p:not(.year) {
        padding: 20px 60px;
    }
}

@media (max-width: 767px) {
    .history-slider .slide-wrapper p:not(.year) {
        font-size: 18px;
        padding: 10px 30px;
    }
}

@media (max-width: 767px) and (min-width: 568px) {
    .history-slider .slide-wrapper p:not(.year) {
        padding-bottom: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .history-slider .slide-wrapper p:not(.year) {
        font-size: 20px;
    }
}

.history-slider .item-wrapper {
    padding-left: 40px;
    line-height: 1.4;
    font-weight: 700;
}

@media (max-width: 567px) {
    .history-slider .item-wrapper {
        max-width: 240px;
        padding-left: 25px;
    }
}

.history-slider .item-wrapper .owl-nav {
    display: none;
}

.history-slider .item-wrapper .owl-stage-outer {
    overflow: visible;
}

.history-slider .item-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 15px;
    right: -500px;
    background-color: #999999

    ;
}

.history-slider .item-wrapper .item {
    position: relative;
    display: block;
    padding: 120px 0;
    cursor: pointer;
}

.history-slider .item-wrapper .item.placeholder {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 567px) {
    .history-slider .item-wrapper .item.placeholder {
        margin-right: -200px;
    }
}

@media (max-width: 567px) {
    .history-slider .item-wrapper .item {
        padding: 90px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .history-slider .item-wrapper .item {
        padding: 106px 0;
    }
}

.history-slider .item-wrapper .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 1px;
    bottom: 50%;
    margin-bottom: -8px;
    background-color:#527893;
    transform: translate3d(0, 0, 0);
}

.history-slider .item-wrapper .item.active .year {
    color: white;
}

.history-slider .item-wrapper .item.active .year:before {
    right: 0;
}

.history-slider .item-wrapper .owl-item:nth-child(even) .year+p,
.history-slider .item-wrapper .owl-item:nth-child(even) ul {
    top: auto;
    bottom: 20px;
}

.history-slider .item-wrapper .owl-item:nth-child(even) .item:before {
    top: 50%;
    margin: -7px 0 0;
    bottom: 23px;
}

.history-slider .item-wrapper .year {
    position: relative;
    font-size: 40px;
    padding: 1px 10px 0 10px;
    line-height: 1;
    margin: 0;
    display: inline-block;
    z-index: 1;
    transition: 0.3s ease;
    font-weight: 600;
    top: -8px;
}

.history-slider .item-wrapper .year:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    transition: 0.3s ease;
    background-color: #527893;
    z-index: -1;
}

.history-slider .item-wrapper .year~p,
.history-slider .item-wrapper .year+ul {
    font-size: 13px;
    position: absolute;
    left: 16px;
    top: 20px;
    margin: 0;
    font-weight: 600;
    width: 170%;
}

@media (max-width: 567px) {

    .history-slider .item-wrapper .year~p,
    .history-slider .item-wrapper .year+ul {
        font-size: 10px;
        width: 120%;
    }
}

.history-slider .item-wrapper ul+p {
    display: none;
}

.history-slider .item-wrapper ul {
    padding: 0;
    list-style: none;
    width: 100%;
    counter-reset: licount;
}

.history-slider .item-wrapper li {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 14px;
}

.history-slider .item-wrapper li:nth-child(3)~li:not(:last-child) {
    counter-increment: licount;
    position: absolute;
    visibility: hidden;
}

.history-slider .item-wrapper li:nth-child(4)~li:last-child {
    font-size: 0;
    counter-increment: licount;
}

.history-slider .item-wrapper li:nth-child(4)~li:last-child:after {
    content: "+ " counter(licount) " weitere";
    font-size: 13px;
}

@media (max-width: 567px) {
    .history-slider .item-wrapper li:nth-child(4)~li:last-child:after {
        font-size: 10px;
    }
}

.history-slider .item-wrapper li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    width: 7px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    background-color: #527893;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

html[lang="en"] .history-slider .item-wrapper li:nth-child(4)~li:last-child:after {
    content: "+ " counter(licount) " more";
}

html[lang="pl"] .history-slider .item-wrapper li:nth-child(4)~li:last-child:after {
    content: "+ " counter(licount) " more";
}

html[lang="fr"] .history-slider .item-wrapper li:nth-child(4)~li:last-child:after {
    content: "+ " counter(licount) " wi─Öcej";
}

.history-slider .owl-carousel .owl-nav button.owl-next,
.history-slider .owl-carousel .owl-nav button.owl-prev,
.history-slider .owl-carousel button.owl-dot {
    background: #999999 url(/typo3conf/ext/websitetec/Resources/Public/Css/Fonts/arrow.svg) center right / 200% 100%;
    font-family: din-2014, sans-serif;
    font-size: 0;
}

.history-slider .slide-wrapper .owl-nav button:hover {
    background-color: white !important;
    background-position: center left !important;
}