@font-face {
    font-family: RobotoSlab;
    src: url(fonts/Roboto_Slab/static/RobotoSlab-Regular.ttf);
}

body {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), 
                url('img/RefHafen_Background-Waben-001.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: #fafafa;
    overflow: hidden;

    font-family: RobotoSlab, Verdana, sans-serif;
    font-size: 18px;
}

.header {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}


.content-text {
    position: absolute;
    top: 20vh;
    margin-right: 10vw;
    margin-left: 10vw;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;

}


.warmup-btn {
    all: unset;
    position: absolute;
    bottom: 20vh;
    right: calc(50vw - 20vh);
    width: 40vh;
    height: 8vh;
    background-color: #939393;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.warmup-btn-text {
    position: relative;
    width: fit-content;
    height: fit-content;
    font-size: 3vh;
    color: white;
}





.logo {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}

.logo a {
    padding: 0px;
    margin: 0px;
}

.logo img {
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: auto;
}


.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.alp-footer {
    position: relative;
    padding: 8px;
    margin: 8px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;

}

.alp-footer a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}