.ck.ck-editor__main, .mud-input-control.Text {
    font-family: 'Roboto', sans-serif;
    color: black;
}

.ck.ck-editor__main h1, .mud-input-control.Text h1 {
    width: 100%;
    position: relative;
    font-size: 28px;
    z-index: 10;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    color: #304886;
}

.ck.ck-editor__main h2, .mud-input-control.Text h2 {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}

.ck.ck-editor__main h3, .mud-input-control.Text h3 {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}

.ck.ck-editor__main h4, .mud-input-control.Text h4 {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
}

.ck.ck-editor__main h5, .mud-input-control.Text h5 {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.ck.ck-editor__main h6, .mud-input-control.Text h6 {
    font-size: 7px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.ck.ck-editor__main p, .mud-input-control.Text p {
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.ck.ck-editor__main strong a, .ck.ck-editor__main a strong, .mud-input-control.Text a strong {
    color: #304886 !important;
    font-weight: 500;
    text-decoration: underline #304886 !important;
}

.ck.ck-editor__main iframe, .mud-input-control.Text iframe {
    width: 700px !important;
    height: 393px !important;
}

ul, ol {
    margin: revert !important;
    padding: revert !important;
    list-style: revert !important;
}


/* richtexteditor */
rte-powerby {
    display: none;
    visibility: hidden;
}

.rte-toolbar-desktop {
    position: sticky;
    top: 50px;
    z-index: 100;
}