@font-face{
    font-family:'SpiegelSansCd';
    font-style:normal;
    font-weight:normal;
    src:url("../fonts/SpiegelSans4Cd-5Regular.woff2") format("woff2"),
        url("../fonts/SpiegelSans4Cd-5Regular.woff") format("woff")
}
@font-face{
    font-family:'SpiegelSansCd';
    font-style:normal;
    font-weight:700;
    src:url("../fonts/SpiegelSans4Cd-7Bold.woff2") format("woff2"),
        url("../fonts/SpiegelSans4Cd-7Bold.woff") format("woff")
}

html, body, text{
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: "SpiegelSansCd";
    font-size: 18px;
    line-height: 16px;
}

h1{
    padding:0;
    margin:0;
    font-size: 36px;
    line-height: 36px;
}
.header{
    position: absolute;
    top: 0;
    z-index: 1;
}
.footer{
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.slide{
    height: 100%;
    width: 100%;
}
.canvas{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.marker{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 40px;
    text-shadow: 0px 0px 10px #FFFFFF;
}
.source{
    font-size: 14px;
}
#skala{
    position: absolute;
    bottom: 5%;
    margin: 0 auto;
    padding: 9px 15px 9px 15px;
    background: white;
    /* max-width: 50%; */
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    border: 1px solid #000;
    z-index: 1;
}

.d{
    display: unset;
}
.m{
    display: none;
}
@media only screen and (max-width: 600px){
    html, body, text {
        font-size: 20px;
        line-height: 14px;
    }
    h1{
        font-size: 34px;
        line-height: 28px;
    }
    .source{
        font-size: 12px;
        line-height: 12px;
    }
    .marker{
        font-size: 25px;
    }
    .m{
        display: unset;
    }
    .d{
        display: none;
    }
}