@font-face {
    font-family: "Mahsuri";
    src: url("../fonts/Mahsuri-Sans-MT-Std-Bold.otf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Mahsuri";
    src: url("../fonts/Mahsuri-Sans-MT-Std-Regular.otf") format("truetype");
    font-weight: 400;
}

body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #113f5d;
    color: #fff;
    font-family: 'Mahsuri', sans-serif;
    /* font-size: calc(1.92rem * var(--aspect-ratio-canvas-font-scale, 1)); */
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.65;
    margin-top: 0;
}
strong {
    color: #fac710;
}


/* Linke Seite */
.containerText {
    width: 50%;
    float: left;
    height: auto;
}

.station {
    min-height: 100vh;
}

.stationText {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    padding-bottom: 100px;
}

.stationNr {
    padding: 10px;
    background-color: #fff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
}

.slick-track {
    width: 100%;
    height: 100%;
}

.stationBG {
    background-size: cover;
    background-position: center;
}


/* Rechte Seite */
.containerMap {
    width: 50%;
    float: right;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}

.containerMap #svg-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url("../Images/Karte/karte_leonhardt_lagoon_5.png");
    background-position: center center;
    background-size: cover;
}

#svg-map .logo {
    position: absolute;
    width: 12%;
    right: 5%;
    top: 23%;
}

#svg-map .usaMap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
}

.markers {
    position: relative;
    width: 100%;
    height: 100%;
}

.markers a {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #113f5d;
    text-align: center;
    border-radius: 100px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markers li {
    list-style-type: none;
}

.markers a {
    color: #fff;
    text-decoration: none;
}
.markers .active a,
.markers a:active {
    background-color: #fac710;
}

.m1 {
    top: 110px;
    left: 200px;
}

.m2 {
    top: 160px;
    left: 185px;
}

.m3 {
    top: 210px;
    left: 185px;
}

.m4 {
    top: 260px;
    left: 190px;
}

.m5 {
    top: 300px;
    left: 225px;
}

.m6 {
    top: 320px;
    left: 265px;
}

.m7 {
    top: 335px;
    left: 305px;
}

.m8 {
    top: 370px;
    left: 330px;
}

.m9 {
    top: 385px;
    left: 375px;
}

.m10 {
    top: 430px;
    left: 415px;
}

.m11 {
    top: 490px;
    left: 445px;
}

.m12 {
    top: 510px;
    left: 500px;
}

.m13 {
    top: 505px;
    left: 555px;
}

.m14 {
    top: 460px;
    left: 575px;
}

.m15 {
    top: 380px;
    left: 550px;
}

.m16 {
    top: 315px;
    left: 525px;
}

.m17 {
    top: 280px;
    left: 485px;
}

.m18 {
    top: 245px;
    left: 460px;
}

.m19 {
    top: 210px;
    left: 440px;
}

.m20 {
    top: 175px;
    left: 410px;
}

.m21 {
    top: 140px;
    left: 365px;
}

.m22 {
    top: 107px;
    left: 312px;
}

.m23 {
    top: 90px;
    left: 255px;
}


/* Slick Slider */
.stationimage .slick-list {
    aspect-ratio: 16 / 9;
    object-position: center center;
}

.slick-next {
    right: 0 !important;
    z-index: 1;
    margin-right: 1.6rem;
}

.slick-prev {
    left: 0 !important;
    z-index: 1;
    margin-left: 1.6rem;
}

.slick-prev, .slick-next {
    width: auto !important;
    height: auto !important;
    background-color: #113f5d !important;
    padding: 10px !important;
    border-radius: 100px !important;
    border: 1px solid #2485c4 !important;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1), 0px 1px 18px 0px rgba(0, 0, 0, 0.05), 0px 3px 5px -1px rgba(0, 0, 0, 0.03);
    scale: 1;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
}
.slick-prev:active,
.slick-next:active {
    background-color: #17567f !important;
    scale: 1.1;
}

.slick-next:before {
    content: ' ' !important;
    background-image: url("../Icons/angle-right-regular.svg");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
}

.slick-prev:before {
    content: ' ' !important;
    background-image: url("../Icons/angle-right-regular.svg");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(180deg);
}

.slick-dots {
    bottom: 10px !important;
    background-color: rgba(0,0,0,0.3);
    width: fit-content !important;
    left: 50%;
    transform: translateX(-50%);
    height: fit-content;
    border-radius: 50px;
    /* background-color: gainsboro; */
    display: flex !important;
    padding: 7px 5px !important;
}

.slick-dots li button:before {
    opacity: 1 !important;
    color: #A9B4B3 !important;
    font-size: 10px !important;
    border: 1px solid transparent;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #F2F8F7 !important;
    border: 1px solid transparent !important;
    font-size: 10px !important;
}
