#center {
    position: absolute;
    width: 100%;
}

.min-vh-80 {
    min-height: 86vh;
}

.container-chart-max {
    position: relative !important;
    margin: auto !important;
    height: 88vh !important;
    width: 80vw !important;
}

.container-chart-max-ticker {
    height: 90vh !important;
    width: 80vw;
}

.container-chart-box {
    height: 65vh !important;
    width: 65vw !important;
}

.container-chart-min {
    position: relative;
    margin: auto;
    height: 90vh;
    width: 75vw !important;
}

.standard-view {
    position: relative;
    margin: auto;
    max-width: 85vw;
}

.container-max {
    width: 88vw;
}

/**
* Alte Monitors
**/
@media only screen and (max-width: 1500px) {
    body {
        font-size: 95% !important;
    }

    .max-wv-72 {
        max-width: 72vw;
    }

    .scaled {
        transform: scale(0.9);
        margin-top: -2.3rem !important;
    }

    .scaled-chart {
        transform: scale(0.9);
    }

    .container-chart-max {
        position: relative;
        margin: auto;
        height: 95vh;
        width: 75vw;
    }

    .container-chart-max-ticker {
        height: 80vh;
        width: 75vw !important;
    }

    .container-chart-box {
        height: 65vh !important;
        width: 65vw !important;
    }


    .container-chart-min {
        position: relative;
        margin: auto;
        height: 90vh !important;
        width: 72vw !important;
    }

    .standard-view {
        position: relative;
        margin: auto;
        max-width: 72vw !important;
    }
}

@media only screen and (max-width: 980px) {
    body {
        font-size: 85% !important;
    }

    .scaled {
        transform: scale(0.7);
        margin-top: -2rem !important;
    }

    .scaled-chart {
        transform: scale(0.6);
    }

    .container-chart-max {
        position: relative;
        margin: auto;
        height: 100vh;
        width: 100vw;
    }

    .container-chart-max-ticker {
        height: 90vh;
        width: 90vw;
    }

    .container-chart-box {
        height: 55vh !important;
        width: 55vw !important;
    }

    .container-chart-min {
        position: relative;
        margin: auto;
        height: 95vh;
        width: 95vw;
    }
}

.progress-bar span {
    position: absolute;
    left: 20%;
    right: 20%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

/*Lesberkeit Verbesserung wichtig!*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.leaflet-container {
    height: 75vh;
}

.bw {
    filter: grayscale(100%);
}

img.leaflet-tile {
    image-rendering: crisp-edges;
}


