.box {
    width: 100%;
    height: 60px;
    background-color: lightblue;
}

.text {
    width: 100%;
    height: 40px;
    background-color: lightblue;
}

.unterteilung1 {
    width: 33%;
    height: 120px;
    background-color: lightblue;
}

.unterteilung2 {
    width: 33%;
    height: 120px;
    background-color: lightblue;
    margin-left: 10px;
}

.unterteilung3 {
    width: 33%;
    height: 120px;
    background-color: lightblue;
    margin-left: 10px;
}

.navigation {
    display: flex;
    flex-direction: row;
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}

body {
    background-color: black;
}

.bild img {
    transition: 300ms;
    padding: 10px;
    margin-bottom: 10px;
}

.bild img:hover {
    filter: invert(100%);
    background-color: white;
}

.navigation img {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
}

.navigation img {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
    transition: 300ms;
}

.navigation1 {
    color: black;
    padding: 3px 5px;
    transition: 300ms;
}

.navigation2 {
    margin-left: 10px;
    margin-right: 10px;
    color: black;
    transition: 300ms;
    padding: 3px 5px;
}

.foolder {
    background: white;
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.zeile1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.text1 {
    margin-left: 10px;
}

.text2 {
    margin-left: 10px;
}
.zeile2 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 40px;
}

.zeile3 {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.test {
    margin-left: 10px;
}

.navigation1:hover {
    background: black;
    color: white
}

.navigation2:hover {
    background: black;
    color: white
}

.navigation1 h3, .navigation2 h3  {
    margin: 0;
}

.navigation1 {
    color: black;
    padding: 3px 5px;
    transition: 300ms;
}