/*
In diesem CSS-Code werden die Aussehenseigenschaften der Startseite festgelegt.
*/

@font-face {
    font-family: "chalkduster";
    src: url("../style/font/Schoolbell-Regular.ttf") format("truetype");
}

#startImage {
    background-image: url("../img/startImage2.jpg");
    background-size: 742px 398px;
    background-repeat: no-repeat;
    flex: 0 0 auto;
    width: 742px;
    height: 357px;
    
}

@media only screen and (max-width: 742px) {
    #startImage {
        width: 100%;
    }
}

#startImageRepeat {
    background-image: url("../img/startImageRepeat.jpg");
    background-size: 742px 398px;
    background-repeat: repeat-x;
    flex: 1;
    
}

#startImageOverlay {
    position: absolute;
    right: 15px;
    align-self: center;
    background-color: rgba(0, 0, 0, 0.493);
    padding: 15px;
}

.chalkdusterText {
    font-family: "chalkduster";
    text-align: center;
}

#startImageContainer {
    display: flex;
    width: 100%;
    margin-top: -50px;
}

.bigText {
    font-size: 60px;
}

#reiseContainer {
    width: 100%;
    height: 425px;
    overflow-x: scroll;
    position: relative;
    text-align: left !important;
}

.reiseSlider {
    width: 20000px;
    margin-top: 36px;
    height: 40px;
    background-color: #9b9b9b;
    margin-left: 75px;
}

#reiseProgress {
    background-color: rgb(82, 173, 82);
    height: 40px;
    width: 0px;
    display: flex;
    align-items: end;

}

#gpsIcon {
    width: 40px;
    height: 60px;
    left: 215px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: -20px;
}

.mileStoneLine {
    width: 5px;
    background-color: yellow;
    height: 80px;
    
}

.mileStone {
    position: absolute;
}

.mileStoneLabel {
    padding: 10px;
    width: max-content;
    min-width: 130px;
    background-color: rgb(44, 44, 44);
    /*margin-left: -55px;*/
    translate: -50% 0%;
}

.nearMileStoneLabel {
    translate: 0%;
}

.mileStoneNoInfo {
    margin: 0px;
    font-size: 14px;
    width: 130px;
    margin-top: 5px;
}

.mapsIcon {
    width: 40px;
    margin-right: 3px;
    cursor: pointer;
}

.infoIcon {
    width: 40px;
    float: right;
    cursor: pointer;
}

.noDrag {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.completedLine {
    height: 5px;
    background-color: rgb(82, 173, 82);
    margin-left: 75px;
    width: 20000px;
    margin-top: 5px;
}

.widgetContainer {
    display: none;
    align-items: center;
    
    
}

.multipleEarthsImageContainer {
    border-radius: 100%;
    border: 10px solid rgb(82, 173, 82);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/earth2.png");
    width: 200px;
    height: 200px;
    background-size: contain;
    margin-left: 30px;
}

.secondEarthImageContainer {
    width: 180px;
    height: 180px;
}

.multipleEarthsOverlay {
    background-color: #0000008f;
    width: fit-content;
    padding:5px;
}

.multipleEarthsText {
    margin: 5px;
    font-size: 50px;
}

.widget {
    display: inline flow-root !important;
    width: max-content;
    vertical-align: top;
}

.multipleEarthsPlus {
    font-size: 100px;
}

#multipleEarthsCircle {
    border-radius: 100%;
    padding: 5px;
}

#multipleEarthRootContainer {
    align-content: center;
}

#currentKMDisplay {
    font-size: 25px;
}

#teaserTitle {
    margin-bottom: 7px;
}

.noAdditionalMargin {
    margin: 0px;
}