body
{
	min-height: 200px !important;
}

.post-message,
.post-message ul,
.post-message ol,
.post-message li,
.post-message p,
.post-message a,
#tinymce,
#tinymce ul,
#tinymce ol,
#tinymce li,
#tinymce p,
#tinymce a
{
	/*font-size: 13px;*/
	/*font-family: Verdana,Arial,Helvetica;*/
	font-size: 14px;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
}

#tinymce p,
#af-wrapper .post-message p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#tinymce ul,
#af-wrapper .post-message ul
{
	margin: 0px 0px;
    margin-left: 10px;
	padding: 0px 0px 0px 20px !important;
}

#af-wrapper .post-message ul.image-list
{
	margin: 0px 0px;
    margin-left: 0px;
	padding: 0px 0px 0px 0px !important;
}


#tinymce ol,
#af-wrapper .post-message ol
{
	margin: 0px 0px;
	padding: 0px 0px 0px 19px;
}

#tinymce li,
#af-wrapper .post-message li
{
	margin: 0px;
}

#tinymce hr,
.entry-content hr,
hr.styled-separator
{
	border: 1px dashed #939393;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 35px 3%;
}

#af-wrapper .post-message li:last-child
{
	margin-bottom: 0px !important;
}

#af-wrapper .post-message ul.image-list li:last-child
{
	margin-bottom: 0px !important;
}


#af-wrapper .post-message ul.image-list li
{
	margin: 0px;
	display: block;
	float: left;
	overflow: hidden;
	height: 90px;
}

#tinymce blockquote,
#af-wrapper blockquote
{
	margin: 50px 0px;
	padding: 30px;
}


/* Menü anpassungen */

.mce-menubtn.mce-fixed-width span
{
	width: 60px !important;
}

/*
.mce-toolbar.mce-first
{
	display: block;
}
.mce-toolbar.mce-last
{
	display: none;
}
.mce-menubar.mce-first
{
	display: block;
}
*/

@media screen and (max-width: 782px)
{
    .mce-menubar #mceu_31,
	.mce-menubar #mceu_32,
	.mce-menubar #mceu_33,
	.mce-menubar #mceu_36,
	.mce-menubar #mceu_37
    {
        display: none;
    }
	
	/*
	.mce-toolbar.mce-first
    {
        display: none;
    }
	.mce-toolbar.mce-last
    {
        display: block;
    }
	.mce-menubar.mce-first
	{
		display: block;
	}
	*/
}