.ccm-ui.mesch-image-button-text {
    
}
.ccm-ui.mesch-image-button-text .form-group:after,
.ccm-ui.mesch-image-button-text .form-group:before {
    content: "";
    display: table;
}
.ccm-ui.mesch-image-button-text .form-group:after {
    clear: both;
}
.ccm-ui.mesch-image-button-text .redactor-toolbar a:focus,
.ccm-ui.mesch-image-button-text .redactor-toolbar a:hover {
    text-decoration: none;
}

.ccm-mesch-image-button-text {
    margin-bottom: 30px;
}
.ccm-mesch-image-button-text .content h1:first-child,
.ccm-mesch-image-button-text .content h2:first-child,
.ccm-mesch-image-button-text .content h3:first-child,
.ccm-mesch-image-button-text .content h4:first-child,
.ccm-mesch-image-button-text .content h5:first-child,
.ccm-mesch-image-button-text .content h6:first-child {
    margin-top: 0;
}
.ccm-mesch-image-button-text .image {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .ccm-mesch-image-button-text .image {
        margin-bottom: 0;
    }
}