/* WYSIWYG */


.simple-box h1, .simple-box h2, .simple-box h3, .simple-box h4, .wysiwyg_content h1, .wysiwyg_content h2, .wysiwyg_content h3, .wysiwyg_content h4,
.simple-box2 h1, .simple-box2 h2, .simple-box2 h3, .simple-box2 h4 {
    font-weight: 600;
    color: #232323;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: -.5px;
    font-family: Poppins, sans-serif;
}

.simple-box h1, .simple-box2 h1 {
    font-size: 24px;
    line-height: 1.4;
}


.wysiwyg_content h2 {
    font-size: 2rem;
    line-height: 2.6rem;
}

.wysiwyg_content a {
    color: var(--main-color1);
}

.simple-box h2, .simple-box2 h2, .wysiwyg_content h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.simple-box h3, .simple-box2 h3, .wysiwyg_content h4 {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

section.simple-box {
    padding: 0;
    /* margin-bottom: 40px; */
}

.ck-editor .simple-box, .ck-editor .simple-box2 {
    padding: 10px;
    margin: 1em 0;

    background: rgba(0, 0, 0, 0.1);
    border: solid 1px hsl(0, 0%, 77%);
    border-radius: 2px;
}

.ck-editor .simple-box-title, .ck-editor .simple-box-description, .ck-editor .simple-box-image {
    padding: 10px;
    margin: 0;

    background: #FFF;
    border: solid 1px hsl(0, 0%, 77%);
}

.ck-editor .simple-box-title {
    margin-bottom: 10px;
}

.ck-editor .simple-box-image>p::before {
    content: "Plaats hier je foto";
    position: absolute;
    color: gray;
}

.ck-editor .simple-box-image>p:focus:before, .ck-editor .simple-box-image:active>p:before, .ck-editor .simple-box-image:focus>p:before {
    content: "";
}

.simple-box, .simple-box2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    align-items: center;
}

.simple-box .simple-box-left-side, .simple-box .simple-box-right-side {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    position: relative;

    justify-content: center;
    display: flex;
    flex-direction: column;
}

.simple-box2 .simple-box-right-side {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;

    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* SIMPLE BOX 1 */
.simple-box {
    margin-right: -15px;
    margin-left: -15px;
}

.wysiwyg_content .simple-box .simple-box-image {
    display: flex;
    flex: 1;
    height: 100%;
}

.wysiwyg_content .simple-box .simple-box-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.simple-box .simple-box-image figure {
    margin: 0;
    width: 100%;
}

.wysiwyg_content .simple-box .simple-box-right-side {
    /* padding: 90px 50px; */
    padding: 70px 50px;
}

.simple-box ul {
    padding-left: 18px;
}

.wysiwyg_content section.simple-box {
    position: relative;
    overflow: visible;
    /* background: #f2f2f2; */
    align-items: stretch;
}

/* section.simple-box::before {
    content: '';
    position: absolute;
    background: #f2f2f2;
    height: 100%;
    width: 200%;
    left: -50%;
} */

/* .wysiwyg_content section.simple-box:nth-child(even)::before {
    content: '';
    position: absolute;
    background-color: #f3f3f3;
    height: 100%;
    width: 200%;
    left: -50%;
} */

.wysiwyg_content section.simple-box:nth-child(even) .simple-box-left-side {
    order: 1;
}

.wysiwyg_content section.simple-box:nth-child(even) .simple-box-right-side {
    order: 0;
    margin-left: 0;
    width: 50%;
}


/* SIMPLE BOX 2 */
.wysiwyg_content .simple-box2 {
    padding: 0;
    margin-bottom: 20px;
}

.wysiwyg_content .simple-box2 .simple-box-right-side .simple-box-title {
    background-color: #494949;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 0;
}

.wysiwyg_content .simple-box2 .simple-box-right-side .simple-box-title:hover {
    background-color: #626262;
}

.wysiwyg_content .simple-box2 .simple-box-right-side .simple-box-title.active {
    color: var(--main-color1);
}

.wysiwyg_content .simple-box2 .simple-box-right-side .simple-box-title:after {
    content: '\002B';
    color: var(--main-color1);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.wysiwyg_content .simple-box2 .simple-box-right-side .simple-box-title.active:after {
    content: "\2212";
}

.wysiwyg_content .simple-box2 .simple-box-right-side .simple-box-description {
    padding: 25px 3px;
    display: none;
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.wysiwyg_content .simple-box figcaption {
    position: absolute;
    bottom: 18px;
    background: #00000052;
    color: white;
    font-size: 12px;
    padding: 3px 12px;
}
