* {
    background: #d2433d;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}

.Image-Wrapper{
    display: flex;
    flex-direction: row;
    max-width: 95%;
    margin-top: 22rem;
}

.Code-Verbrechen {
    
    height: auto;
    max-width: 100%;
    margin: 2em;
    display: flex;
    justify-content: center;

}
.Code-Verbrechen-Img{
    height: 600px;
    max-width: 100%;
    object-fit: contain;
}

#code-verbrechen-gallerie {
    object-fit: contain;
}

@media only screen and (max-width: 1100px) {
    
    .Image-Wrapper{
        flex-direction: column;
        margin-top: 0;
    }
}