/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten. 
 */

.is-style-infobox {
    padding: 30px 38px 35px;
    background-color: #F0EF9A;
    transform: rotate(-1.2deg);
    border-radius: 30px;
}
.is-style-nicht-abgerundet > div > img {
    border-radius: 0;
}
.is-style-logo img{
  mix-blend-mode: multiply;
  border-radius: 0 !important;
}


@media only screen and (min-width: 800px) {
}