.stamp {
    max-width: 1682px;
    padding:73px 0 0 0 /* Abstand: 1Oberkante 2rechts 3Unterkante 4links */
}

@media (min-width: 769px) {
    .stamp {
        margin:0 auto
    }
}

@media (max-width: 768px) {
    .stamp {
        padding:36px 0 0 0 /*Smartphone; Abstand: 1Oberkante 2rechts 3Unterkante 4links */
    }
}

.stamp__wrapper {
    margin: 0 92px;
    display:flex
}

@media screen and (max-width: 768px) {
    .stamp__wrapper {
        flex-wrap:wrap;
        margin: 0 20px;
        display:flex
    }
}

@media (min-width: 769px) {
    .stamp__body {
        padding-right:3% /*Desktop: Abstand Bild/Text*/
    }
}

@media screen and (max-width: 768px) {
    .stamp__body {
        order:2 /*Smartphone: Textblock unterhalb des Bildes*/
    }
}

@media (min-width: 769px) {
    .stamp__image {
        flex:25% 0 0 /*Desktop: Bildgröße*/
    }
}

@media screen and (max-width: 768px) {
    .stamp__image {
        order: 1; /*Smartphone: Bild oben vor Textblock*/
        padding-bottom: 15px /*Smartphone: Abstand Bild/Text*/
    }
}