/* dummy for RTE*/
ul.rte_check1 {

}

ul.rte_check2 {

}

ul.rte_punkt_gray {

}

ul.inhalt {

}

/*fixes rte override by base min*/
em {
    font-style: italic;
}

/* Overrides styles for text inside of Text and Media component */
.rte_text {
    em {
        font-style: italic;
    }
}

/* inside backend rte */
body.cke_editable {
    padding: 4px;
}

/* actual style which overrides one from old ratgeber */
ul.rte_check1,
ul.rte_check2,
ul.rte_punkt_gray, body.cke_editable ul:not([class]),
ul.inhalt {
    margin-bottom: 13px;
}

ul.rte_check1 li,
ul.rte_check2 li,
ul.rte_punkt_gray li, body.cke_editable ul:not([class]) li,
ul.inhalt li {
    padding-left: 1ch;
}

/* overrides when text float image on right side */
div.gallery.float-left + div.rte_text ul.rte_check1,
div.gallery.float-left + div.rte_text ul.rte_check2,
div.gallery.float-left + div.rte_text ul.rte_punkt_gray,
div.gallery.float-left + div.rte_text ul.inhalt {
    width: auto;
    overflow: hidden;
    padding-left: 24px;
}

.right_rte_indent {
    padding: 0;
}

/* list style: · default */
ul.rte_punkt_gray, body.cke_editable ul:not([class]) {
    list-style-type: "\2022";
}

/* list style: green checkmark */
ul.rte_check1 {
    list-style-type: "\2713";
}
ul.rte_check1 li::marker {
    color: #00D683;
}

/* list style: red cross */
ul.rte_check2 {
    list-style-type: "\2717";
}
ul.rte_check2 li::marker {
    color: #FF7072;
}

/* list style: arrow */
ul.inhalt {
    list-style-type: none;
    list-style-image: url("../Images/arrow.png");
}

ul.rte_check1 li a,
ul.rte_check2 li a,
ul.rte_punk_gray li a,
ul.inhalt li a {
    color: #007C8A;
    margin: 0;
    padding: 0;
}

.left-side {
    padding-left: 0;
}

.right-side {
    padding-right: 0;
}

.default-side {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .left-side {
        padding-left: 0;
        padding-right: 0;
    }

    .right-side {
        padding-right: 0;
        padding-left: 0
    }
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

a.rte_button {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    white-space: nowrap;
    border: none;
    color: #333;
    padding: 7px 15px;
    line-height: 22px;
    background: #e5e5e5;
    &:hover {
        background: #ccc;
    }
}
