.chronikNavi {
    width: 100%;
    position: relative;
    background-color: #424242;
    height: 46px;
}

.chronikNavi ul {
    width: 100%;
    list-style: none;
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
}

.chronikNavi li .chronikKey{
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 70px;
    display: inline-block;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.chronikNavi li .chronikNaviLine {
    background-color: #424242;
    position: absolute;
    top: 100%;
    display: none;
    left: 50%;
    height: 42px;
    width: 1px;
}

.chronikNavi li.chr-active .chronikNaviLine {
    display: block;
}
.chronikNavi li {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
    height: 46px;
    background-color: #424242;
    margin-bottom: 42px;
}

.chronikNavi li:last-of-type {
    border-right: none;
}

.chronikNavi li.chr-active {
    background-color: #9f0e13;
    font-size: 137.5%;
}

.chronikNavi .slick-prev {
    position: absolute;
    left: 5px;
    top: 0;
    height: 46px;
    z-index: 15;
    width: 70px;
    background-image: url('../Img/chronik/pfeil_weiss_links.png');
    background-position: left 10px center;
    background-repeat: no-repeat;
    color: transparent;
    background-color: rgba(66,66,66,0.8);
}

.chronikNavi .slick-next {
    position: absolute;
    right: 5px;
    top: 0;
    height: 46px;
    z-index: 15;
    width: 70px;
    background-image: url('../Img/chronik/pfeil_weiss_rechts.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: transparent;
    background-color: rgba(66,66,66,0.8);
}

.chronikLine {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: #424242;
    margin-top: 42px;
}

.chronikContent
{
    margin-bottom: 40px;
    padding-left: 150px;
    padding-right: 150px;
}

.chronikYear {
    display: none;
    width: 100%;
    position: relative;
}

.chronikYear.chr-activeyear {
    display: block;
}

.chronikYear .chronikBox {
    width: calc(100%/3);
    background-color: #fff;
    padding: 12px;
    margin-top: 48px;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 87.5%;
    max-height: 590px;
    height: 590px;
}

.chronikYear .chronikBox .chronikText.active {
    max-height: 100%;
    overflow: hidden;
    width: 100%;
}

.chronikYear .chronikBox .chronikExpander {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 560px;
    background-color: rgba(255,255,255,0.8);
    left: 0;
    cursor: pointer;
    background-image: url('../Img/icons_content/nach_unten_text.png');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.chronikYear .chronikBox .chronikExpander.visibleExpander{
    display: block;
}

.chronikYear .chronikBox img {
    width: auto;
    height: 150px;
}

.chronikYear .chronikBox.expanded {
    max-height: none;
    height: auto;
    padding-bottom: 30px;

}

.chronikYear .chronikBox.expanded .chronikExpander {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    top: calc(100% - 30px);
}


.chronikYear .chronikBox h2 {
    font-size: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.chronikYear .chronikBox h3 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 85%;
}

.chronikYear .chronikBox img {
    max-width: 100%;
    height: auto;
}

.chronikYear .chronikBox .chronikBoxLine {
    position: absolute;
    bottom: 100%;
    height: 48px;
    left: 50%;
    width: 1px;
    background-color: #424242;
}

.chronikYear .slick-prev {
    position: absolute;
    z-index: 50;
    width: 45px;
    height: 55px;
    left: -150px;
    top: calc(50% - -2px);
    background-image: url('../Img/chronik/pfeil_links.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.5);;
    color: transparent;
    cursor: pointer;
}

.chronikYear .slick-next {
    position: absolute;
    z-index: 50;
    width: 45px;
    height: 55px;
    right: -150px;
    top: calc(50% - -2px);
    background-image: url('../Img/chronik/pfeil_rechts.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.5);
    color: transparent;
    cursor: pointer;
}

.chronikYear .slick-disabled {
    opacity: 0.3;
}

.chronikYear .chronikBox img {
    max-width: 100%;
    margin: auto;
}

.extlinks {
    text-decoration: underline;
}

.intlinks {
    text-decoration: underline;
}

.videofiles {

}

.audiofiles {

}

.slick-slider {
    -webkit-touch-callout: initial!important; /* iOS Safari */
    -webkit-user-select: auto!important; /* Safari */
    -khtml-user-select: text!important; /* Konqueror HTML */
    -moz-user-select: text!important; /* Firefox */
    -ms-user-select: text!important; /* Internet Explorer/Edge */
    user-select: text!important; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    cursor: auto!important;
}
