.wp-block {
	max-width: 1440px;
	min-height: 26px;
	border: 1px dashed #e8e8e8;
}

/* rechte Seitenleiste */
@media (min-width: 782px){
	.interface-complementary-area__fill, .interface-complementary-area {
		width: 350px !important;
	} 
}
@media (min-width: 1200px){
	.interface-complementary-area__fill, .interface-complementary-area {
		width: 450px !important;
	}
}
@media (min-width: 1600px){
	.interface-complementary-area__fill, .interface-complementary-area {
		width: 500px !important;
	}
}
@media (min-width: 1910px){
	.interface-complementary-area__fill, .interface-complementary-area {
		width: 600px !important;
	}
}
@media (min-width: 2100px){
	.interface-complementary-area__fill, .interface-complementary-area {
		width: 700px !important;
	}
}

.acf-block-body::before {
	content: "\f464";
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--wp-admin-theme-color);
	font-family: dashicons;
	color: white; /* Icon-Farbe */
	width: 24px; 
	height: 24px;
	border-radius: 3px;
	font-size: 1.2rem;
}
.acf-block-class-styles{
	background-color: #f4f8fb;
	border-bottom: 1px solid #cccccc;
}
.acf-block-class-headline{
	background-color: #f4f8fb;
	border-bottom: 1px solid #cccccc;
}

img[loading="lazy"] {
	opacity: 1;
	filter: blur(0px);
}
