

.mod-stage__ratio-setter {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

@media (min-width:992px) {
    .mod-stage__ratio-setter {
        padding-top: 50%;
    }
}

.mod-stage__svg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mod-stage__svg__left-poly {
    fill: url(#stageLeftPattern);
}

.mod-stage__svg__right-poly {
    fill: url(#stageRightPattern);
}

.mod-stage__svg__bottom-poly {
    fill: url(#stageBottomPattern);
}

.mod-stage__svg.is-open-left #mod-stage__svg__right-poly:hover,
.mod-stage__svg.is-open-left #mod-stage__svg__bottom-poly:hover,
.mod-stage__svg.is-open-right #mod-stage__svg__left-poly:hover,
.mod-stage__svg.is-open-right #mod-stage__svg__bottom-poly:hover,
.mod-stage__svg.is-open-bottom #mod-stage__svg__left-poly:hover,
.mod-stage__svg.is-open-bottom #mod-stage__svg__right-poly:hover,
.mod-stage__svg.is-initial #mod-stage__svg__left-poly:hover,
.mod-stage__svg.is-initial #mod-stage__svg__right-poly:hover,
.mod-stage__svg.is-initial #mod-stage__svg__bottom-poly:hover {
    cursor: pointer;
}

.mod-stage__svg.is-open-left~.mod-stage__link--left,
.mod-stage__svg.is-open-right~.mod-stage__link--right,
.mod-stage__svg.is-open-bottom~.mod-stage__link--bottom {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s linear, opacity 0.1s linear 0.5s;
    text-align: right;
}

/*
.mod-stage__svg.is-open-left~.mod-stage__link__label--left,
.mod-stage__svg.is-open-left~.mod-stage__link__label--right,
.mod-stage__svg.is-open-left~.mod-stage__link__label--bottom,
.mod-stage__svg.is-open-right~.mod-stage__link__label--right,
.mod-stage__svg.is-open-right~.mod-stage__link__label--left,
.mod-stage__svg.is-open-right~.mod-stage__link__label--bottom,
.mod-stage__svg.is-open-bottom~.mod-stage__link__label--bottom,
.mod-stage__svg.is-open-bottom~.mod-stage__link__label--left,
.mod-stage__svg.is-open-bottom~.mod-stage__link__label--right {
    
    visibility: hidden;
    opacity: 0;
    
    transition: visibility 0.3s linear,
    opacity 0.3s linear 0.5s, 
    transform 0.3s linear 1s;

} 
*/
.mod-stage__svg.is-open-left~.mod-stage__link__label--left{
      visibility: hidden;
      opacity: 0;
      transition: visibility 0.3s linear,
      opacity 0.3s linear 0.5s;
}

.mod-stage__svg.is-open-left~.mod-stage__link__label--right{
    top: 15%;
    right: 5%;
    text-align: right;
    transform: none;
    
}
.mod-stage__svg.is-open-left~.mod-stage__link__label--bottom {    
    bottom: 10%;
    right: 5%;
    left: auto;
    text-align: right;
    transform: none;
}





.mod-stage__svg.is-open-right~.mod-stage__link__label--right {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear 0.5s, transform 0.3s linear 1s;
    
}

.mod-stage__svg.is-open-right~.mod-stage__link__label--left {
    bottom: 30%;
    left: 3%;
    right: auto;
    text-align: left;
    transform: none;
    
}

.mod-stage__svg.is-open-right~.mod-stage__link__label--bottom {
    bottom: 10%;
    right: auto;
    left: 16%;
    text-align: left;
    transform: none;
}





.mod-stage__svg.is-open-bottom~.mod-stage__link__label--bottom {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear 0.5s, transform 0.3s linear 1s;
}

.mod-stage__svg.is-open-bottom~.mod-stage__link__label--left {
    top: 29%;
    left: 2%;
    right: auto;
    text-align: left;
    transform: none;
}

.mod-stage__svg.is-open-bottom~.mod-stage__link__label--right {
    top: 7%;
    right: auto;
    left: 17%;
    text-align: left;
    transform: none;
}


.mod-stage__svg.is-initial~.mod-stage__link__label.mod-stage__link__label--left {
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.mod-stage__svg.is-initial~.mod-stage__link__label.mod-stage__link__label--right {
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

.mod-stage__svg.is-initial~.mod-stage__link__label.mod-stage__link__label--bottom {
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mod-stage__link__label{
        position: absolute;
        display: block;
        text-align: center;
        color: #fff;
        visibility: visible;
        opacity: 1;
        transition: visibility 0.1s linear,
        opacity 0.1s linear 0s;
}


.mod-stage a:hover {
    color: #fff;
}

@media (min-width:768px) {
    .mod-stage__link__label {
        font-size: 1rem;
    }
}

@media (min-width:996px) {
    .mod-stage__link__label {
        font-size: 1.5rem;
    }
}

@media (min-width:1200px) {
    .mod-stage__link__label {
        font-size: 2.1rem;
    }
}

.mod-stage__overlay {
    /*mix-blend-mode: multiply;*/
}

.mod-stage__link {
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s linear, opacity 0.1s linear 0s;
}



.mod-stage__link--left,
.mod-stage__link--right,
.mod-stage__link--bottom {
    max-width: 800px;
}

@media (max-width:991px) {
    .mod-stage__link--left,
    .mod-stage__link--right,
    .mod-stage__link--bottom {
        width: 60%;
    }
}

@media (min-width:768px) {
    .mod-stage__link--left,
    .mod-stage__link--right,
    .mod-stage__link--bottom {
        width: 65%;
    }
}

.mod-stage__link--right,
.mod-stage__link--bottom {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mod-stage__link--left {
    top: 52%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width:768px) {
    .mod-stage__link--left {
        left: 7%;
    }
}

.mod-stage__link--right {
    top: 15%;
}

@media (min-width:1200px) {
    .mod-stage__link--right {
        top: 20%;
    }
}

.mod-stage__link--bottom {
    bottom: 10%;
    left: 60%;
}

@media (min-width:768px) {
    .mod-stage__link--bottom {
        left: 55%;
        bottom: 17%;
    }
}

@media (min-width:1200px) {
    .mod-stage__link--bottom {
        bottom: 24%;
    }
}

.mod-stage__link__subheadline {
    margin: 0 0 1px 0 !important;
    color: #fff;
    font-size: 22px;
}

@media (max-width:767px) {
    .mod-stage__link__subheadline {
        font-size: 0.75rem;
        line-height: 0.8125rem;
    }
}

.mod-stage__link__headline {
    font-weight: bold;
    margin: 0 0 5px 0 !important;
}

@media (max-width:767px) {
    .mod-stage__link__headline {
        font-size: 1rem;
        line-height: 1.125rem;
    }
}

@media (min-width:768px) {
    .mod-stage__link__headline {
        margin-bottom: 10px !important;
        font-family: abel;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: lighter;
    }
}

#mod-stage__svg__left-poly {
    fill: url(#stageLeftPattern);
}

#mod-stage__svg__right-poly {
    fill: url(#stageRightPattern);
}

#mod-stage__svg__bottom-poly {
    fill: url(#stageBottomPattern);
}

#mod-stage__svg__oi-logo {
    fill: #ff5800;
    cursor: pointer;
    pointer-events: bounding-box;
}

.mod-stage-with-division {
    vertical-align: top;
}

@media (max-width:767px) {
    .mod-stage-with-division__item {
        max-height: calc(50vh - 34px);
        overflow: hidden;
    }
}

@media (min-width:768px) {
    .mod-stage-with-division__item:first-child .mod-stage-with-division__text-container {
        left: 1px;
        border-right: 1px solid #b1b3b5;
    }
}

.mod-stage-with-division__item:first-child .mod-stage-with-division__link:after {
    right: 0;
}

@media (min-width:768px) {
    .mod-stage-with-division__item:nth-child(2) .mod-stage-with-division__text-container {
        border-left: 1px solid #b1b3b5;
    }
}

.mod-stage-with-division__item:nth-child(2) .mod-stage-with-division__link:after {
    left: 0;
}

.mod-stage-with-division__link {
    height: 100%;
}

@media (min-width:320px) and (max-width:375px) and (min-aspect-ratio:64/127),
(min-width:376px) and (max-width:431px) and (min-aspect-ratio:47/89),
(min-width:432px) and (max-width:487px) and (min-aspect-ratio:108/197),
(min-width:488px) and (max-width:543px) and (min-aspect-ratio:122/217),
(min-width:544px) and (max-width:599px) and (min-aspect-ratio:34/59),
(min-width:600px) and (max-width:655px) and (min-aspect-ratio:10/17),
(min-width:656px) and (max-width:711px) and (min-aspect-ratio:82/137),
(min-width:712px) and (max-width:767px) and (min-aspect-ratio:89/147) {
    .mod-stage-with-division__link {
        display: flex;
        align-items: center;
    }
}

@media (min-width:768px) {
    .mod-stage-with-division__link:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        background-color: #ececeb;
        transition: width 0.4s linear;
        z-index: 9;
    }
}

@media (min-width:768px) {
    .mod-stage-with-division__link:hover:after {
        width: 100%;
    }
}

.mod-stage-with-division__bg-img {
    background-size: cover;
    background-position: center center;
}

@media (max-width:767px) {
    .mod-stage-with-division__text-container {
        background-color: #fff;
    }
}

@media (min-width:768px) {
    .mod-stage-with-division__text-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width:320px) and (max-width:375px) and (min-aspect-ratio:64/127),
(min-width:376px) and (max-width:431px) and (min-aspect-ratio:47/89),
(min-width:432px) and (max-width:487px) and (min-aspect-ratio:108/197),
(min-width:488px) and (max-width:543px) and (min-aspect-ratio:122/217),
(min-width:544px) and (max-width:599px) and (min-aspect-ratio:34/59),
(min-width:600px) and (max-width:655px) and (min-aspect-ratio:10/17),
(min-width:656px) and (max-width:711px) and (min-aspect-ratio:82/137),
(min-width:712px) and (max-width:767px) and (min-aspect-ratio:89/147) {
    .mod-stage-with-division__text-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.mod .mod-stage-with-division__headline {
    padding-top: 15px;
    margin-top: 0;
}

@media (min-width:768px) {
    .mod .mod-stage-with-division__headline {
        margin-bottom: 16px;
    }
}

.mod-stage-with-division__text {
    padding-bottom: 20px;
}

.mod-stage-with-division__headline,
.mod-stage-with-division__text {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {
    .mod-stage-with-division__headline,
    .mod-stage-with-division__text {
        max-width: 320px;
    }
}

@media (min-width:992px) {
    .mod-stage-with-division__headline,
    .mod-stage-with-division__text {
        max-width: 400px;
    }
}

@media (min-width:1200px) {
    .mod-stage-with-division__headline,
    .mod-stage-with-division__text {
        max-width: 480px;
    }
}

.mod-stage-with-division__bg-img,
.mod-stage-with-division__text-container {
    z-index: 10;
}
