html
{
    padding:0;
    margin:0;
}
body
{
    padding:0;
    margin:0;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout ul
{
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout ul li
{
    position: relative;
    padding: 6px 0 6px 32px;
    line-height: 1;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout ul li::before
{
     content: url(resource/icons/light/angle-right.svg);
     display:block;
     width:9px;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout ol
{
    margin: 0;
    padding: 0 0 0 17px;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout ol li
{
    position: relative;
    padding: 5px 0 5px 3px;
    line-height: 1;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout hr
{
    opacity:.25;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout img
{
    max-width: 100% !important;
    height: auto;
}

/* TITELS & TEKSTEN */

.block-editor .editor-styles-wrapper .block-editor-block-list__layout h1, .block-editor .editor-styles-wrapper .block-editor-block-list__layout h2, .block-editor .editor-styles-wrapper .block-editor-block-list__layout h3, .block-editor .editor-styles-wrapper .block-editor-block-list__layout h4, .block-editor .editor-styles-wrapper .block-editor-block-list__layout h5, .block-editor .editor-styles-wrapper .block-editor-block-list__layout h6,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .h1, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h2, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h3, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h4, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h5, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h6,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-large-font-size, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-huge-font-size
{
    display: block;
    color: inherit;
    line-height: 1.25;
    word-break: break-word;
    position: relative;
    margin-top: 30px !important;
    margin-bottom: 24px !important;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout h1, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h1, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-huge-font-size
{
    font-size:50px;
    font-weight: 300;
    color:#89c0cc;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout h2, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h2, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-large-font-size
{
    font-size:40px;
    font-weight: 300;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout h3, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h3
{
    font-size:37px;
    font-weight: 300;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout h4, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h4
{
    font-size:34px;
    font-weight: 300;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout h5, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h5 {
    font-size:30px;
    font-weight: 600;
    color:#89c0cc;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout h6, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .h6
{
    font-size:26px;
    font-weight: 600;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .lead, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .intro, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-medium-font-size
{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
    display: block;
    margin-bottom: 15px !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .lead a, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .intro a, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-medium-font-size a
{
    font-size: 20px;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout small, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .small
{
    font-size: 14px;
    font-weight: 300;
    color: inherit;
    display: block;
    margin-bottom: .5rem !important;
}
 .block-editor .editor-styles-wrapper .block-editor-block-list__layout small a,  .block-editor .editor-styles-wrapper .block-editor-block-list__layout .small a
{
    font-size: 14px;
    margin-bottom:15px !important;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout p, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-small-font-size
{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.9em;
    color: inherit;
    word-break: break-word;
    position: relative;
    display: block;
    margin-bottom: 15px !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout p:last-child, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-small-font-size:last-child
{
    margin-bottom: 0 !important;
}


.block-editor .editor-styles-wrapper .block-editor-block-list__layout a, .block-editor .editor-styles-wrapper .block-editor-block-list__layout p a, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-small-font-size a, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-small-font-size p a
{
    color: currentColor;
    text-decoration: underline;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout a:hover, .block-editor .editor-styles-wrapper .block-editor-block-list__layout p a:hover, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-small-font-size a:hover, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-small-font-size p a:hover,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout a:focus-within, .block-editor .editor-styles-wrapper .block-editor-block-list__layout p a:focus-within, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-small-font-size a:focus-within, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .has-small-font-size p a:focus-within
{
    color: currentColor;
    text-decoration: none;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .condensed
{
    font-variation-settings: 'wdth' 85;
}

/* BG */

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .bg-white
{
    background:#FFFFFF !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .bg-black
{
    background: #000000 !important;
    color: #FFFFFF !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .btn.btn-text
{
    color:#FFFFFF !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .bg-primary
{
    background:#89c0cc !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .bg-secondary
{
    background:#ebe5dd !important;
}

/* BUTTON */
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons
{
    margin:auto !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button a,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button .wp-block-button__link
{
    font-size: 1rem;
    font-weight: 400;
    line-height: .8;
    text-decoration: none;
    display: table;
    border-radius: 0;
    padding: 20px 25px 20px 44px;
    margin:0 20px 10px 0;
    transition: all 360ms;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button a::before,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button .wp-block-button__link::before
{
     content: url(resource/icons/light/angle-right.svg);
     display:block;
     width:15px;
     position:absolute;
     top:50%;
     left:17px;
     transform:translateY(-50%);
     transition:all 360ms;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-primary a,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-primary .wp-block-button__link
{
    background: #89c0cc;
    color: #000000;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-primary a::before,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-primary .wp-block-button__link::before
{
    content: url(resource/icons/light/angle-right-white.svg);
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-secondary a,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-secondary .wp-block-button__link
{
    background: #ebe5dd;
    color: #000000;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-white a,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-white .wp-block-button__link
{
    background: #FFFFFF;
    color: #000000;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-white a::before,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-white .wp-block-button__link::before
{
    content: url(resource/icons/light/angle-right-primary.svg);
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-text a,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-text .wp-block-button__link
{
    background: transparent;
    color: #000000;
    padding-left:27px;
    padding-right:0;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-text a::before,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button.btn-text .wp-block-button__link::before
{
     content: url(resource/icons/light/angle-right-white.svg);
     left:0;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .is-base-dark .wp-block-buttons .wp-block-button.btn-text a::before,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .bg-black .wp-block-buttons .wp-block-button.btn-text a::before,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .is-base-dark .wp-block-buttons .wp-block-button.btn-text .wp-block-button__link::before,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .bg-black .wp-block-buttons .wp-block-button.btn-text .wp-block-button__link::before
{
    color: #FFFFFF;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons
{
    margin: .5rem 0;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons::last-child
{
    margin-bottom:0;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button
{
    background-color: transparent !important;
    padding: 0 !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button a,
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wp-block-buttons .wp-block-button .wp-block-button__link
{
    margin:0 !important;
}

/* WRAPPER */

.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wrapper-top, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .wrapper, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .wrapper-top-small, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .wrapper-small
{
    padding-top:30px !important;
}
.block-editor .editor-styles-wrapper .block-editor-block-list__layout .wrapper-bottom, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .wrapper, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .wrapper-bottom-small, .block-editor .editor-styles-wrapper .block-editor-block-list__layout .wrapper-small
{
    padding-bottom:30px !important;
}

.bg-image
{
    width: 100%;
    background-image: url("resource/image/bg-marbled.jpg");
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-image-full
{
    width: 100%;
    background-image: url("resource/image/bg-marbled.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.bg-image.wp-block-group,
.bg-image-full.wp-block-group
{
    width: 100vw;
    margin-left: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    transform: translateX(-50%);
    padding: 0 10px;
}
.bg-image.wp-block-group .wp-block-group__inner-container,
.bg-image-full.wp-block-group .wp-block-group__inner-container
{
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.bg-image.wp-block-group .wp-block-group__inner-container img,
.bg-image-full.wp-block-group .wp-block-group__inner-container img
{
    border:solid 8px #FFFFFF;
}

.bg-image.wp-block-group:last-child
.bg-image-full.wp-block-group:last-child
{
    margin-bottom:-30px;
}

.wp-block-media-text
{
    margin: 1rem 0;
}
.wp-block-media-text .wp-block-media-text__media
{
    margin-bottom: 1rem;
}
.wp-block-media-text .wp-block-media-text__media img {
    border-bottom-left-radius:50px;
}
.wp-block-media-text .wp-block-media-text__content
{
    padding-left:50px;
    padding-right:0;

}
.wp-block-media-text.has-media-on-the-right
{
     margin-top:1rem;
     margin-bottom:0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content
{
    padding-left:0;
    padding-right:50px;
}

.wp-block-media-text.is-image-fill
{
    border-bottom-left-radius: 50px;
    overflow: hidden;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media
{
    margin-bottom: 0;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__content
{
    padding:40px 50px;
}

.wp-block-media-text:not(.is-image-fill)
{
    background:transparent !important;

}
.wp-block-media-text:not(.is-image-fill).bg-primary .wp-block-media-text__content,
.wp-block-media-text:not(.is-image-fill).bg-secondary .wp-block-media-text__content,
.wp-block-media-text:not(.is-image-fill).bg-black .wp-block-media-text__content
{
    padding:30px;
    margin-right:30px;
}
.wp-block-media-text:not(.is-image-fill).bg-primary,
.wp-block-media-text:not(.is-image-fill).bg-secondary,
.wp-block-media-text:not(.is-image-fill).bg-black
{
    background:transparent !important;
}
.wp-block-media-text:not(.is-image-fill).bg-primary .wp-block-media-text__content
{
    background:#89c0cc;
}
.wp-block-media-text:not(.is-image-fill).bg-secondary .wp-block-media-text__content
{
    background:#ebe5dd;
}
.wp-block-media-text:not(.is-image-fill).bg-black .wp-block-media-text__content
{
    background:#000000;
}

.wp-block-media-text:not(.is-image-fill).bg-primary:not(.has-media-on-the-right) .wp-block-media-text__media img,
.wp-block-media-text:not(.is-image-fill).bg-secondary:not(.has-media-on-the-right) .wp-block-media-text__media img,
.wp-block-media-text:not(.is-image-fill).bg-black:not(.has-media-on-the-right) .wp-block-media-text__media img
{
    border-radius:0;
}

.wp-block-media-text:not(.is-image-fill).bg-primary:not(.has-media-on-the-right) .wp-block-media-text__content,
.wp-block-media-text:not(.is-image-fill).bg-secondary:not(.has-media-on-the-right) .wp-block-media-text__content,
.wp-block-media-text:not(.is-image-fill).bg-black:not(.has-media-on-the-right) .wp-block-media-text__content
{
    border-bottom-left-radius: 50px;
    margin-left:30px;
}

.block-editor .editor-styles-wrapper .block-editor-block-list__layout > *:not(.wp-block-group)
{
    margin-left:auto !important;
    margin-right:auto !important;
}

.wp-block-columns
{
    display: block;
}

#wpfooter
{
    position: static;
}
