/**
 * TinyMCE
 */
.mce-toolbar .mce-btn .mce-txt {
	line-height: 1.4 !important;
}
.mce-toolbar .mce-btn button,
.qt-dfw {
    padding: 4px 8px !important;
}
.mce-toolbar .mce-btn-group .mce-btn,
.qt-dfw {
	margin: 0 0 0 2px !important;
}

.message-box .colored-span {
	color: #00b0ef;
}
.acf-editor-wrap iframe {
	min-height: 100px !important;
	height: 180px;
	max-height: auto !important;
}

.wp-block {
	max-width: 100%;
}

.is-reloading {
	position: relative;
}

.is-reloading:after {
	content: 'Seite lädt neu…';
	text-align: center;
	color: white;
	font-size: 36px;
	line-height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.8);
	z-index: 99999999;
}

div[class*="fade-in"]>* {
	opacity: 1 !important;
}