#einzelne-jahre img {
    height: 200px;
    object-fit: contain;
    max-width: 100%;
}

.informationen {
    text-align: center;
}

hr {
    border-top: 5px solid;
}
#einzelne-jahre #kleiner {
    height: 150px;
}

#einzelne-jahre #lift {
    height: 110px;
}

#noma {
    border-radius: 1rem;
}

#einzelne-jahre #dkms {
    height: 90px;
}

#image {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(180deg,rgba(238, 0, 0, 1) 0%, rgba(173, 0, 0, 1) 54%, rgba(148, 0, 0, 1) 99%);
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#daten {
    text-align: center;
}

#daten span {
    text-align: center;
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#daten span img {
    width: 100%;
    height: 70%;
    object-fit: contain;
}

.trenner {
    border: white 2px solid;
}






#image-mobile {
    width: 100%;
    height: 50vh;
    background-image:linear-gradient(180deg,rgb(238, 0, 0) 0%, rgba(173, 0, 0, 1) 54%, rgba(148, 0, 0, 1) 99%);
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.erfolg-1 {
    border-right: white 2px solid;
    padding-right: 20px; 
}

.erfolg-2 {
    border-left: white 2px solid; 
    padding-left: 20px;
}

/*#daten-mobile span {
    text-align: center;
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

}*/

table {
    width: 90%;
}

td {
    width: 50%;
}

td img {
    width: 100%;
    height: 25vh;
    object-fit: contain;
}