#texRahmen128 .iconsumgebend {
    display: flex; /* Flexbox verwenden */
    justify-content: center; /* Icons horizontal zentrieren */
    width:20%;
    margin: 0 auto;
    align-items: baseline;
}

#texRahmen128 .iconsumgebend p {
    margin: 0 10px; /* Abstand zwischen den Icons */
}

#texRahmen128 .iconsumgebend img {
height: 30px;
width: auto;
}

#texRahmen128 .iconsumgebend p:nth-child(2) img {
height: 23px;
}

#texRahmen128 .iconsumgebend p:nth-child(1) img {
height: 28px;
}

#texRahmen128 strong {
font-weight: 500;
text-transform: uppercase;
}

#texRahmen128 h1 {
margin-top: 10px;
margin-bottom: 10px;
}

#texRahmen128 br {
display: block;
}

@media screen and (max-width: 800px) {
#texRahmen128 p {
padding: 0;
}

#texRahmen128 p.bild img {
width: 50%;
}

#texRahmen128 p img {
max-width: unset;
}

}


#texRahmen135 .iconsumgebend {
    display: flex; /* Flexbox verwenden */
    justify-content: center; /* Icons horizontal zentrieren */
    width:20%;
    margin: 0 auto;
    align-items: baseline;
}

#texRahmen135 .iconsumgebend p {
    margin: 0 10px; /* Abstand zwischen den Icons */
}

#texRahmen135 .iconsumgebend img {
height: 30px;
width: auto;
}

#texRahmen135 .iconsumgebend p:nth-child(2) img {
height: 23px;
}

#texRahmen135 .iconsumgebend p:nth-child(1) img {
height: 28px;
}

#texRahmen135 strong {
font-weight: 500;
text-transform: uppercase;
}

#texRahmen135 h1 {
margin-top: 10px;
margin-bottom: 10px;
}

#texRahmen135 br {
display: block;
}

@media screen and (max-width: 800px) {
#texRahmen135 p {
padding: 0;
}

#texRahmen135 p.bild img {
width: 50%;
}

#texRahmen135 p img {
max-width: unset;
}

}