#status-wrapper {
    padding-top: 130px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}

#status-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 80%;
    display: flex;
    justify-content: center;
    max-width: 900px;
    flex-wrap: wrap;
    overflow-x: hidden;
}

.status-item {
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px;
    margin-bottom: 40px;
}

.status-item img {
    height: 40px;
    width: 40px;
}

nav {
    background-color: #1a1a1a;
}

h1 {
    text-align: center;
    font-size: 25px;
}

h4 {
    margin-top: 30px;
    font-size: 20px;
    padding-bottom: 5px;
}

p {
    color: #1a1a1a;
    text-align: center;
}

.orange {
    color: orange;
}

.red {
    color: red;
}

.green {
    color: green;
}

h3 {
    font-size: 25px;
    text-align: center;
    margin-top: 100px;
}

#wartungWeb li {
    list-style: disc;
}

@media only screen and (min-width: 900px) {

    #status-wrapper {
        padding-top: 160px;
        background-color: white;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 150px;
    }

    h1 {
        font-size: 35px;
    }


}