
.historie {
    background: url(../images/bg-historie.jpg) no-repeat 0 0;
    position: relative;
}

.inner-banner.historie .opacity h2 {
    text-transform: uppercase;
    color: rgb(9, 66, 143);
    position: relative;
    padding-left: 15px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
}

.inner-banner.historie .opacity .default-item {
    border-left: 3px solid rgb(9, 66, 143);;
    height: 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-banner.historie .opacity #breadcrumbs {
    text-align: left;
    color: #4d4d4d;
}

.inner-banner.historie .opacity #breadcrumbs a {
    color: #4d4d4d;
}

.timeline-block {
    position: relative;
}

.circle-year {
    width: 92px;
    height: 92px;
    background: #3c669e;
    display: block;
    line-height: 92px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 4px 1.5px 1px #264c7e;
    box-shadow: 0 4px 1.5px 1px #264c7e;
}

.circle-year.first {
    width: 92px;
    height: 92px;
    background: #3c669e;
    display: block;
    line-height: 92px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 4px 1.5px 1px #264c7e;
    box-shadow: 0 4px 1.5px 1px #264c7e;
}

.circle-year.last {
    width: 92px;
    height: 92px;
    background: #52ad0e;
    display: block;
    line-height: 92px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 4px 1.5px 1px #4fa30f;
    box-shadow: 0 4px 1.5px 1px #4fa30f;
}

.timeline {
    padding: 75px 0px;
    margin-left: 15px;
    margin-bottom: -75px;
}

.timeline-item {
    margin-bottom: 30px;
}

.time-title {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    padding-top: 15px;
    padding-left: 45px;
}

.time-description {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 28px;
    padding-left: 45px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 75px;
    left: 59px;
    width: 3px;
    height: calc(100% - 80px);
    background: #ced9e9;
}

@media (max-width: 991px) {
    .time-title {
        padding-left: 15px;
    }

    .time-description {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .inner-banner.historie .opacity .default-item {
        border-left: 3px solid rgb(9, 66, 143);;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .historie {
        background: #f2f2f2;
    }
}
