
.bildtextmodule--fullscreenstellenanzeige .justify-content-space-between {
    justify-content: space-between !important;
}

.bildtextmodule--fullscreenstellenanzeige .fullscreenbild .siegel {
    width: 33%;
    max-width: 285px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.bildtextmodule--fullscreenstellenanzeige .siegel figure {
    width: 100%;
    height: 100%;
}

.bildtextmodule--fullscreenstellenanzeige .siegel img {
    position: absolute;
    width: 100%;
    min-width: 285px;
    height: auto;
    object-fit: cover;
    bottom: 7px;
    left:100px;
    margin-bottom: -15px;
}

@media (max-width: 992px) {
    .bildtextmodule--fullscreenstellenanzeige {
        margin-bottom: 50px;
        max-height: unset;
    }
    .bildtextmodule--fullscreenstellenanzeige .fullscreenbild {
        flex-direction: column;
    }.bildtextmodule--fullscreenstellenanzeige .fullscreenbild img {
        height: 500px;
    }
    .bildtextmodule--fullscreenstellenanzeige figure {
        position: relative;
    }
    .bildtextmodule--fullscreenstellenanzeige .wrapper {
        width: 100%;
        margin-top: unset;
    }

    .bildtextmodule--fullscreenstellenanzeige .siegel img {
        height: auto;
        left: 0px;
        min-width: unset;
    }

    .bildtextmodule--fullscreenstellenanzeige .wrapper--before {
        position: absolute;
    }
    .bildtextmodule--fullscreenstellenanzeige .wrapper--content {
        margin-bottom: unset;
    }
}

@media (max-width: 520px) {
    .bildtextmodule--fullscreenstellenanzeige .fullscreenbild .siegel {
        width: 200px;
    }
}


.text66bild33 {
    margin: 150px 0 150px 0;
    width: 100%;
}

.text66bild33 .content {
    padding: 0px;
}

.text66bild33 .wrapper {
    padding: 0 0px !important;
}

.text66bild33 .text {
    width: 100%;
}

.text66bild33 .image {
    display: flex;
    align-items: center;
    width: 330px;
}

.text66bild33 figure {
    overflow: unset;
}

.text66bild33 img {
    margin: 0 15px !important;
    max-width: 285px;
    object-fit: contain;
}

.text66bild33 .col-12 {
    flex-direction: row;
}

.text66bild33 h2 {
    color: #47515A;
    margin-bottom: 32px;
}

@media (max-width: 1200px) {
    .text66bild33 .content {
        flex-direction: row-reverse;
    }
    .text66bild33 .content div:last-of-type {
        padding-right: 50px !important;
    }
    .text66bild33 .wrapper {
        padding: 0 15px !important;
    }
}

@media (max-width: 991px) {
    .text66bild33 {
        padding: 0 15px;
    }
    .text66bild33 .content {
        flex-direction: column;
    }
    .text66bild33 .content div:last-of-type {
        padding-right: unset !important;
    }
    .text66bild33 .wrapper {
        padding: 0 0px !important;
    }
    .text66bild33 .text {
        padding-left: unset !important;
        padding-right: unset !important;
        margin-top: 50px;
    }
    .text66bild33 .image {
        width: 100%;
        justify-content: center;
    }
}
