@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Prokyon";
    min-height: 100%;
    display: flex;
}

:root {
    --animate-delay: 0.5s;
}

*,
::after,
::before {
    box-sizing: border-box;
}

  
.stage {
    width: 100%;
    max-width: 1620px;
    margin: auto;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    padding: 60px 0 0px 0;
}

/* Minimum aspect ratio */
@media (min-aspect-ratio: 22/9) {
    .stage {
        width: 40%;
        padding: 0;
        }
  }
/* @media (min-aspect-ratio: 8/5) {
    .stage {
        width: 70%;
        padding: 0;
        }
  }
   */
  /* Maximum aspect ratio */
  @media (min-aspect-ratio: 16/9) {
    .stage {
        width: 100%;
        }
  }
.start-frame{position: relative;}
.stage.loading {
    opacity: 0;
    transition: all .5s ease-in-out;
}

.stage img {
    width: 100%;
    height: auto;
}

.headline {
    line-height: 1.2;
    font-size: 2.5vw;
    padding: 2%;
    background-color: #991d85;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 1;
    position: absolute;
    top: 3.5%;
    right: 2%;
    left: 48%;
    margin-top: 0;
}

.headline.opend {
    margin-top: 0%;
    bottom: auto;
    right: 48%;
    left: 2%;
    transition: all .5s ease-in-out;
}

.details {
    width: 100%;
    position: absolute;
    top: 60px;
    transition: all 1s ease-in-out;
}

.images {
    /* background-color: rgba(233, 230, 223, 1); */
    transition: all 1s ease-in-out;
    position: relative;
}

.details.closed {
    background-color: transparent;
    transition: all 1s ease-in-out;
}

.details.opend .headline {
    padding: 0;
    overflow: hidden;
    max-height: 0;

}

.details.closed .images {
    /* overflow: hidden;
    max-height: 0;
    transition: all 1s ease-in-out; */
   display: none;
}

.details.opend .images {
    display: block;
    /* overflow: visible;
    max-height: 2080px;
    transition: all 1s ease-in-out; */
}

.animatedimage {
    position: relative;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

.animatedimage>* {
    position: absolute;
    display: inline-block;
    visibility: hidden;
    border: 0;
}

.animatedimage>.poster {
    position: static;
    visibility: visible;
}

.animatedimage[data-spritesize]>* {
    position: relative;
}

.points {
    display: none;
    font-weight: 500;
    font-size: 11px;
    opacity: 1
}




.points.show {
    display: block;
}

.fade {
    opacity: 0;
    transition: all 1s ease-in-out;
}

.points div {
    position: absolute;
    cursor: pointer;
    display: flex;
}

.plus {
    width: 3vw !important; height: 3vw !important;
}

#point1 {
    top: 63%;
    left: 26%;
}

#point2 {
    top: 27%;
    left: 62%;
}

#point3 {
    top: 50%;
    left: 45%;
}

#point4 {
    top: 50%;
    left: 67%;
}

#point5 {
    top: 36%;
    left: 60%;
}
#hlpoint1 {
    top: 35%;
    left: 75%;
}

#hlpoint2 {
    top: 55%;
    left: 28%;
}


#hrpoint1 {
    top: 54%;
    left: 51%;
}

#hrpoint2 {
    top: 28%;
    left: 73%;
}

#hrpoint3 {
    top: 50%;
    left: 45%;
}

#hrpoint4 {
    top: 45%;
    left: 58%;
}

#hrpoint5 {
    top: 35%;
    left: 55%;
}

.bg-petrol-a{
    background-color: rgba(0,140,149,.2)!important;
}


.point.passiv {
    color: #968f88;
    transition: all .3s ease-in-out;
}

.point.active {
    color: #991d85;
    transition: all .3s ease-in-out;
}

.point.passiv .plus {
    content: url("../img/plusAW-p.svg");
    transition: all .3s ease-in-out;
}

.point.active .plus {
    content: url("../img/plusAW-a.svg");
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

.infos a {
    padding: 0.5rem 1rem;
    background-color: #000;
    color: #FFF;
    text-decoration: none;
    display: flex;align-items: center;justify-content: center;
    line-height: 1;
    text-align: center;
}

.info {
    font-size: 70%;
    padding: .5rem;
    background-color: #FFF;
    max-width: 92%;
    position: absolute;
    bottom: 8%;
    right: 3%;
    display: none;
    z-index: 1;
    box-shadow: 0 .25rem .25rem rgba(0,0,0,.55)!important;

}
.tds-icon{width: 14px;}
.info.opend {
    display: block;
}

.info h2 {
    font-size: 3vw;
    color: #991d85;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
    margin-right: 1rem;
    margin-bottom: 0;
}

.close {
    padding-top: 4px;
    cursor: pointer;
}

.close img { 
    fill: #FFF;
    max-width: 42px;
    min-width: 22px;
}
.info .close img { 
    fill: #FFF;
    max-width: 32px;
    min-width: 22px;
}

#closeMain,#closeMainhabourLeft,#closeMainhabourRight {
    position: absolute;
    top: 3.5%;
    right: 2.5%;
}

.fullscreen {
    max-width: 26px;
    position: absolute;
    bottom: 3.5%;
    right: 2.5%;
    width: 40px;
}

.d-flex {
    display: flex;
}

.marker {
    width: 100%;
}

#bgVideo {
    width: 100%;
}



.play-wrapper,
.load-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}

.play {
    position: absolute;
    width: 16vw !important;
    transform: translate(-8vw, -8vw);
    top: 50%;
    left: 50%;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #991d85;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

td {
    vertical-align: middle;
}
@media (min-width: 768px) {
    .stage {
        padding: 0;
    }
    .points {
        font-size: 1.3vw;
    }

    .info {
        max-width:90%;
        font-size: 80%;
        padding: 1rem;
        
 
    }
    .details {
        top: 0;

    }
    .tds-icon{width: 16px;}
    .info h2 {
        font-size: 1.5rem;

    }
}

@media (min-width: 1024px) {

    .info {
        max-width: 75%;
        font-size: 100%;

    }
    .tds-icon{width: 18px;}

}

@media (min-width: 1920px) {

    .headline {
        line-height: 1.2;
        font-size: 3rem;

    }

    .points {
        font-size: 1.5rem;
    }

}
.hotspot {
display: block;
/* width: 40px;
height: 40px;
border-radius: 100%;
border: none;
background-color: #991d85;
box-sizing: border-box; */
position: absolute;

cursor: pointer;
}

.table thead th{background-color: #DAD5C9;}
.table tr:nth-child(even){background-color: rgba(	218,213,201,.5);}