/* plugins.css - Gutenberg und Kernelemente */
.wp-block-group {
    margin-bottom: 20px;
}


.site-main > .container > .wp-block-columns {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}


.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img {
    border-radius: 30px;
}


@media (max-width: 781px) {
    .wp-block-columns > .wp-block-column:first-of-type {
        padding-bottom: 50px;
    }
}

/*
*       COLUMNS
*
*****************************************/


.wp-block-columns .has-background {
    padding: 25px 25px 0 25px;
    border-radius: 20px;
}


/*
*       CONTACT FORM 7
*
*****************************************/



.wpcf7 form.sent .wpcf7-response-output {
    border-color: #1b6c22 !important;
    background: #1b6c22 !important;
    padding: 20px 30px !important;
}
