html, body {
    overflow-x: hidden;
    padding-right: 0px !important;
}

body {
    background-color: white !important;
    position: relative;
}

p {
    color: black;
}

.updateData {
    font-size: 30px;
}

.textData {
    font-size: 20px;
}

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}

.backgroundLogo {
    background-color: black !important;
}

.footer {
    color: white;
    font-size: 15px;
}

.footerCredits {
    color: white;
    font-size: 20px;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.wrapper {
    margin-left: 2%;
    margin-right: 2%;
}

.customContenitor {
    text-align: center;
}

    .customContenitor .loader {
        margin-top: 200px;
    }

.navItem :hover {
    background-color: black;
}

    .navItem :hover > a {
        color: white !important;
    }

.nav-item .nav-link {
    font-size: 25px;
}

@media only screen and (max-width: 1199px) {
    .mobile-100 {
        height: 50vh
    }
}

@media only screen and (max-width: 400px) {
    .mobileSmLogo {
        width: 60% !important;
    }
}

@media only screen and (max-width: 500px) {
    .mobileBorderText {
        width: 80% !important;
    }
}

.hamburgher {
    position: absolute;
    right: 0;
    top: 0;
}

.desktopFeinrohren img {
    width: 60%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .desktopFeinrohren img {
        width: 75%;
    }
}
@media only screen and (max-width: 1199px) {
    .desktopFeinrohren img {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .mobileFeinrohren img {
        width: 90%;
    }
}





.sponsorForHeadquarter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    position: relative;
    top: -10px;
}

    .sponsorForHeadquarter > sponsor-component {
        flex-grow: 1;
    }

        .sponsorForHeadquarter > sponsor-component > div {
            margin: 0;
        }

            .sponsorForHeadquarter > sponsor-component > div > div {
                width: 16% !important;
            }

                .sponsorForHeadquarter > sponsor-component > div > div.desktopFeinrohren {
                    width: 30% !important;
                }

            .sponsorForHeadquarter > sponsor-component > div > div img {
                width: 100%;
            }
