.row-reverse {
    flex-direction: row-reverse;
}

.home_sidebar img {
    height: 100%;
    object-fit: cover;
    max-height: 100px;
    margin-top: 15px;
}

.home_sidebar p {
    font-size: 14px;
    line-height: 18px;
}

.haupt_elemente .col-lg-8 .text-center {
    border: 1px solid black;
    line-height: 1.3;
    padding: 43px 30px;
}

.startseite .carousel img {
    height: 340px!important;
    width: 100%;
    object-fit: cover;
}

.startseite .text_box {
    background: #fde70c;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 18px;
    text-align: center;
    min-height: 128px;
    margin-bottom: 15px;
}

.startseite .haupt_elemente a {
    text-decoration: none!important;
    color: inherit!important;
    font-weight: 700!important;
}

.startseite .haupt_elemente .col-lg-4 {
    margin-bottom: 30px;
}

.startseite .haupt_elemente img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1024px) {
    .sidebar_element_2 {
        margin-top: 35px!important;
    }
    .sidebar_element_3 {
        margin-top: 17px!important;
    }
}