

/**umb_name:h2*/
h2{}

/**umb_name:h3*/
h3{}

/**umb_name:h4*/
h4{}

.mce-content-body [data-toc-level] {
    position: relative;
	padding-left:10px;
}

.mce-content-body [data-toc-level]:after {
    position: absolute;
    left: -8px;
    top: -4px;
    height: 8px;
    padding: 2px;
    line-height: 0.7;
    font-size: 12px;
    font-weight: 900;
    font-family: arial;
    border: 1px solid #03bfb3;
    color: #03bfb3;
    content: attr(data-toc-level);
    background-color: #fff;
}

.mce-content-body [data-toc-level]:before {
    position: absolute;
    top: -5px;
    left: -9px;
    bottom: -7px;
    display: block;
    border-top: 2px solid #03bfb3;
    border-bottom: 2px solid #03bfb3;
	border-left: 2px solid #03bfb3;
	border-right: 2px solid #03bfb3;
    width: 100%;
    content: ' ';
}

.pagebreak {
	clear: both;
 	page-break-after: always;
}

.mce-content-body .pagebreak {
	width: 100%;
    height: 45px;
    position: relative;
    background-color: aliceblue;
	border: 1px solid #bccbd8;
}

.mce-content-body div.pagebreak:after {
    content: '⎘';
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    top: 12px;
    font-size: 35px;
    color: #03bfb3;
}

.mce-content-body div.pagebreak:before {
content: 'Pagebreak';
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    top: 0px;
    padding-left: 25px;
    line-height: 44px;
    width: calc(100% - 25px);
    height: 44px;
    color: #bccbd8;
    /* background-color: #bccbd8;*/
}

/**umb_name:rette-font*/
.rette-font{background-color: #D9FCD9;}

/**umb_name:slette-font*/
.slette-font{background-color: #FCBDBD;
text-decoration: line-through;}

#tinymce span.shortCode {
    color: #ff562a;
}

.mce-content-body img {
    max-width: 440px !important;
    position: relative;
    margin-bottom: 30px;
}

.mce-content-body table img {
    left: 0;
    transform: none;
}

/**umb_name:billedetekst*/
.imagetext {
    font-style: italic;
}

/**umb_name:manchettekst*/
.manchettext {
    font-weight: bold;
}

/**umb_name:specialtekst */
.specialtext {
}
