
.barGraphWrapper
{
    max-height: 100vw;
    max-width: 90vw;
    width: 100%;
}

.bar-horGraphWrapper
{
    max-width: 100vw;
    height: calc(45vh + 3rem);
}

.barGraphWrapper .graphElement
{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    gap: 1.5rem;
    width: 100%;
    height: 100%;
    max-width: 98vw;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.bar-horGraphWrapper .graphElement
{
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    gap: 4rem;
    width: 100%;
    height: 100%;
    max-width: 98vw;
    padding-bottom: 2.5rem;
}

.barGraphWrapper .graphItemWrapper
{
    position: relative;
    width: 100%;
    min-height: 4rem;
    flex-grow: 1;
    flex-shrink: 1;
}

.bar-horGraphWrapper .graphItemWrapper
{
    position: relative;
    height: 100%;
    min-width: 4rem;
    flex-grow: 0;
    flex-shrink: 1;
}

.barGraphWrapper .barGraphItem
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
}

.bar-horGraphWrapper .barGraphItem
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.barGraphWrapper .graphText
{
    position: absolute;
    display: inline-block;
    padding-left: 2rem;
    left: 0;
    top: 50%;
    color: #ffffff;
    white-space: nowrap;
    transform: translate(0,-50%);
}

.bar-horGraphWrapper .graphText
{
    position: absolute;
    display: inline-block;
    bottom: 1rem;
    right: 50%;
    color: #ffffff;
    white-space: nowrap;
    writing-mode: vertical-lr;
    transform: scale(-1) translate(-50%,0);

    /*transform: rotate(-90deg) translate(50%,-100%);*/
}

.videoInner
{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%,-50%);
}

.videoContainer
{
    max-width: 100%;
    overflow: hidden;
}

.videoContainer .videoElement
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.videoContent
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.textInVideo
{
    max-width: 45%;
    padding-top: 4vh;
}

.videoContent:has(div.inVideoImageWrapper) .textInVideo
{
    padding-top: 4vh;
}

.inVideoImageWrapper
{
    max-width: 48%;
}

.videoTextHeader
{
    padding-bottom: 2em;
}

.videoTextTitle
{
    margin: 0;
    padding: 0;
}

.videoTextTitlePlain
{
    font-size: 2.2em;
}

img.inVideoImage
{
    max-width: 100%;
    height: auto;
}

.circleGraphWrapper .graphElement
{
    display: flex;
    justify-content: space-around;
    padding-bottom: 2rem;
    padding-top: 1.5rem;
}

.circleGraphImageContainer
{
    display: inline-block;
    width: 6rem;
    padding: 1rem;
    text-align: center;
    overflow: visible;
}

.circleGraphWrapper .graphItemWrapper
{
    display: flex;
    gap: 1em;
    align-items: center;
}

.circleGraphWrapper .graphName
{
    font-weight: 600;
    text-transform: uppercase;
}

.circleGraphImage
{
    max-width: 90%;
    height: auto;
    overflow: visible;
}

.circleGraphCircle
{
    transform-origin: center;
}

.timelineWrapper
{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 2.5em;
    padding-top: 2.5em;
    padding-bottom: 2em;
}

.timeLineCurrentText
{
    font-size: 0.9em;
}

.timeLineCurrentText h3
{
    font-weight: 400;
    color: inherit;
    letter-spacing: 1px;
    font-size: 1rem;
    text-transform: uppercase;
}

.timeLineTitle
{
    margin-top: -0.5em;
    line-height: 1.5em;
    word-spacing: 15em;
}

.eventTable td,
.eventTable th
{
}

td.timelineSeparator
{
    position: relative;
    width: 4em;
}

.timelineSeparator > *
{
    position: absolute;
    top: -1px;
    left: 50%;
    height: calc(100% + 3px);
    transform: translate(-50%,0);
}

.eventTimeLineImg
{
    width: 50%;
    background-image: url("../Images/spaceship.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.eventTimeLineProgress
{
    width: 50%;
    background-image: url("../Images/blue-arrow-dwn.png");
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.timeLineCurrentText
{
    height: 8em;
    font-weight: 400;
    text-align: left;
}

.eventTimelineLine
{
    width: 0;
    border-left: 3px var(--qplix-blau) solid;
}

tbody tr:last-child .eventTimelineLine
{
    height: 50%;
}

.eventTable tbody
{
    font-size: 0.9em;
}

tbody td
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.eventDate
{
    padding-right: 1em;
    text-align: right;
}

eventText
{
    padding-left: 1.2em;
}

tbody .eventText
{
    color: var(--qplix-blau);
    text-transform: uppercase;
    font-family: d-din-condensed-bold;
    letter-spacing: 1px;
}


@media screen and (max-width: 600px)
{
    .barGraphWrapper .graphElement
    {
        transform: rotate(90deg);
        justify-content: flex-start;
        padding-bottom: 0;
        padding-left: 3rem;
    }
}
