.wp-block-columns {
    margin-bottom: 0;
}

.wp-block-group.bg-grey {
    background-color: rgba(0, 0, 0, 0.05);
}

.wp-block-group.bg-blue {
    background-color: #10699c;
}

.wp-block-group.bg-magenta {
    background-color: #d3157a;
}

.ct-section .ct-section-inner-wrap.aligncenter {
    align-items: center;
    align-content: center;
}

.ct-section .ct-section-inner-wrap.alignleft {
    align-items: flex-start;
    align-content: flex-start;
}

.ct-section .ct-section-inner-wrap.alignright {
    align-items: flex-end;
    align-content: flex-end;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.to-back {
    z-index: 0;
}

.to-front {
    z-index: 5;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100%;
}

.ct-section>.ct-section-inner-wrap.flex-stretch {
    align-items: stretch;
}

.klantenservice .wp-block-image.esther {
    position: absolute;
    height: 230px;
    bottom: 0;
    right: 20%;
    margin: 0;
    z-index: 1;
}

.klantenservice .esther img {
    height: 230px;
    width: auto;
}

@media only screen and (max-width: 769px) {
    .klantenservice .wp-block-image.esther {
        right: 5%;
    }
}

.esther .size-full.is-resized {
    margin: 0;
}

.gform_button.button {
    border: 0;
    background: var(--accent);
    padding: 20px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-family: 'Raleway';
}


/*
Hide ghost kit */

#menu-posts-ghostkit_template,
#toplevel_page_edit-post_type-wp_block,
#toplevel_page_ghostkit {
    display: none;
}