.plugin-voyage {
    height: 30rem;
    position: relative;
    margin: 5rem auto 7.5rem auto;
}

.plugin-voyage .switch {
    width: 4rem;
    height: 4.57rem;
    cursor: pointer;
    position: absolute;
    margin-top: -1rem;
    top: 50%;
    z-index: 4;
    
    background-repeat: none;
}

.plugin-voyage .switch.switchToRight {
    right: 0px;
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/switchToRight.svg');
    background-repeat: no-repeat;
}

.plugin-voyage .switch.switchToLeft {
    left: 0px;
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/switchToLeft.svg');
    background-repeat: no-repeat;
}

.plugin-voyage .timeline {
    width: 192.27725rem;
    position: absolute;
    bottom: 0rem;
    
    background-color: #000;
    
    clear: both;
    height: 0.2rem;
}

.plugin-voyage .timeline .period {
    float: left;
    
    height: 30rem;
    position: relative;
    top: -30rem;
    
    width: 47.895rem;
}
.plugin-voyage .timeline .period .media {
    opacity: 0.5;
}
.plugin-voyage .timeline .period.current .media {
    opacity: 1;
}

.plugin-voyage .timeline .period .headline {
    position: absolute;
    z-index: 3;
    color: #fff;
    height: auto;
    width: 18.188rem;
    padding: 0.937rem;
    font-family: "Avenir Next W01";
    font-weight: bold;
}

.plugin-voyage .timeline .period .media {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 24.813rem;
    overflow: hidden;
    z-index: 1;
}

.plugin-voyage .timeline .period .media .picture {
    width: 100%;
}

.plugin-voyage .timeline .period .media .content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    
    height: 0px;
}

.plugin-voyage .timeline .period .media .content .element {
    display: none;
    padding: 1rem 2rem;
    font-family: "Avenir Next W01";
    line-height: 1.5rem;
}

.plugin-voyage .timeline .period .media .picture img {
    width: 100%;
    height: auto;
}

.plugin-voyage .timeline .period .lines {
    height: 15%;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.plugin-voyage .timeline .period .lines .line {
    position: absolute;
    width: 2px;
    height: 100%;
    
    display: none;
}

.plugin-voyage .timeline .period .years {
    height: 5%;
    position: absolute;
    bottom: -10%;
    width: 100%;
}

.plugin-voyage .timeline .period .years .year {
    position: absolute;
    height: 100%;
    font-family: "Avenir Next W01";
}

.plugin-voyage .timeline .period .points {
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.plugin-voyage .timeline .period .points .point {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    
    position: absolute;
    /*top: -0.9rem;*/
    bottom: -0.6rem;
    
    cursor: pointer;
}

.plugin-voyage .period-1 .point,
.plugin-voyage .period-1 .line,
.plugin-voyage .period-1 .headline {
    background-color: green;
}
.plugin-voyage .period-1 .year {
    color: green;
}

.plugin-voyage .period-2 .point,
.plugin-voyage .period-2 .line,
.plugin-voyage .period-2 .headline {
    background-color: red;
}
.plugin-voyage .period-2 .year {
    color: red;
}

.plugin-voyage .period-3 .point,
.plugin-voyage .period-3 .line,
.plugin-voyage .period-3 .headline {
    background-color: blueviolet;
}
.plugin-voyage .period-3 .year {
    color: blueviolet;
}

.plugin-voyage .period-4 .point,
.plugin-voyage .period-4 .line,
.plugin-voyage .period-4 .headline {
    background-color: blue;
}
.plugin-voyage .period-4 .year {
    color: blue;
}

#my-voyage .sitecontent {
    width: 100% !important;
}