.Shore_to_Ship_layer {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: left;
    justify-content: left;
    overflow: hidden;
}
/* standing points */






.kreis {
    width: 30px;
    height: 30px;
    background: #0062ae;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    outline: none;
}
.text_kreis {
    
    color: #FFF;
    font-size: 1.4vw;
    font-family: 'Panton', sans-serif;
    line-height: 1.5;
    position: absolute;
    left: 43%;
}

@media (max-width: 599px) {
    .kreis {
        transform: scale(0.4);
    }
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 600px) {
    .kreis {
        transform: scale(0.7);
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .kreis {
        transform: scale(1);
    }
}
#button_kreisA {
    position: absolute;
    left: 55%;
    top: 55%;
}
#TextA {
    display: none;
    position: absolute;
    left: 55%;
    top: 60%;
}
#button_kreisB {
    position: absolute;
    left: 80%;
    top: 45%;
}
#TextB {
    display: none;
    position: absolute;
    left: 80%;
    top: 50%;
}
#button_kreisC {
    position: absolute;
    left: 70%;
    top: 30%;
}
#TextC {
    display: none;
    position: absolute;
    left: 70%;
    top: 35%;
}




#button_Shore_to_ShipA {
    position: absolute;
    left: 50%;
    top: 90%;
}
#TextShore_to_ShipA {
    display: none;
    position: absolute;
    left: 50%;
    top: 80%;
}
#button_Shore_to_ShipB {
    position: absolute;
    left: 41%;
    top: 90%;
}
#TextShore_to_ShipB {
    display: none;
    position: absolute;
    left: 41%;
    top: 77%;
}
#button_Shore_to_ShipC {
    position: absolute;
    left: 53%;
    top: 65%;
}
#TextShore_to_ShipC {
    display: none;
    position: absolute;
    left: 53%;
    top: 70%;
}
#button_Shore_to_ShipD {
    position: absolute;
    left: 80%;
    top: 30%;
}
#TextShore_to_ShipD {
    display: none;
    position: absolute;
    left: 80%;
    top: 35%;
}
#button_Shore_to_ShipE {
    position: absolute;
    left: 30%;
    top: 30%;
}
#TextShore_to_ShipE {
    display: none;
    position: absolute;
    left: 30%;
    top: 35%;
}
















.standingpoint_hg {
    background-color: #0062ae;
    opacity: 1;
    padding: 1%;
    width: 15%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    z-index: 2;
}
.text {
    color: #FFF;
    font-size: 1.4vw;
    font-family: 'Panton', sans-serif;
    line-height: 1.5;
}
.TextA:focus ~ #testA, 
.TextA:hover ~ #TextA, 
.TextB:focus ~ #TextB, 
.TextB:hover ~ #TextB, 
.TextC:focus ~ #TextC, 
.TextC:hover ~ #TextC, 
.TextShore_to_ShipA:focus ~ #TextShore_to_ShipA, 
.TextShore_to_ShipA:hover ~ #TextShore_to_ShipA,
.TextShore_to_ShipB:focus ~ #TextShore_to_ShipB, 
.TextShore_to_ShipB:hover ~ #TextShore_to_ShipB,
.TextShore_to_ShipC:focus ~ #TextShore_to_ShipC, 
.TextShore_to_ShipC:hover ~ #TextShore_to_ShipC,
.TextShore_to_ShipD:focus ~ #TextShore_to_ShipD, 
.TextShore_to_ShipD:hover ~ #TextShore_to_ShipD,
.TextShore_to_ShipE:focus ~ #TextShore_to_ShipE, 
.TextShore_to_ShipE:hover ~ #TextShore_to_ShipE
{
    display: block;
}
/* end standing points */
.logo img {
    width: 17%;
    height: auto;
    position: absolute;
    left: 3.3%;
    top: 3.3%;
}
.winkelbox {
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    transform: skewY(-6deg);
    background-color: #144734;
}
.winkelbox1 {
    width: 33%;
    height: 33%;
    position: absolute;
    left: 80%;
    top: 4%;
}
.winkelbox2 {
    width: 33%;
    height: 27%;
    position: absolute;
    left: 80%;
    top: 40%;
}
.winkelboxbuffertank {
    width: 23%;
    height: 18%;
    position: absolute;
    left: 3%;
    top: 40%;
    background-color: #FFF;
    color: #144734;
    font-size: 1.4vw;
    font-family: 'Panton', sans-serif;
    line-height: 1.5;
    border: 1px solid #144734;
}





ul {
      padding-left: 8%;
    padding-top: 3%;  
    
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeOut {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
/*div.closebox {
	display:none;
}*/
.closebox {
    height: 5%;
    background: #0062ae;
    position: absolute;
    overflow: hidden;
    width: 11.5%;
    left: 86.5%;
    top: 3.3%;
    border: 1px solid #0062ae;
    cursor: pointer;
}
.closebox:before {
    content: '';
    position: absolute;
    top: 0%;
    right: -75%;
    width: 100%;
    height: 300%;
    background: #ffffff;
    transform: rotate(0deg);
}
.closebox span:after {
    content: '';
    border: solid #0062ae;
    border-width: 0 0.3vw 0.3vw 0;
    padding: 3%;
    transform: rotate(135deg);
    position: relative;
    top: 25%;
    right: 17%;
    float: right;
}
.closebox span {
    margin-left: 10%;
    margin-top: 3%;
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
a img {
    border: 0;
    outline: none;
}
a, a:link, a:visited {
    text-decoration: none;
    border: none;
    outline: none;
    color: #FFF;
}
.video-container {
    position: relative;
}
video {
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.overlay {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: left;
    justify-content: left;
    overflow: hidden;
}
/*.pulse {
	visibility:hidden;
}*/
.pulsate1, .pulsate2, .pulsate3, .pulsate4, .pulsate5, .pulsate6, .pulsate7, .pulsate8, .pulsate9, .pulsate10, .pulsate11 {
    border: 1px solid #FFF;
    opacity: 1;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.link {
    height: 100%;
    width: 100%;
    color: #FFF;
    font-size: 1.4vw;
    font-family: 'Panton', sans-serif;
    line-height: 1.5;
}
#c1 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 8%;
}
#c2 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 13%;
}
#c3 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 18%;
}
#c4 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 23%;
}
#c5 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 28%;
}
#c6 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 33%;
}
#c7 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 44%;
}
#c8 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 49%;
}
#c9 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 54%;
}
#c10 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 59%;
}
#c11 {
    height: 100%;
    position: absolute;
    left: 81.5%;
    top: 64%;
}