/* owl */

.singleposttemplate-bild{
}



/* admin */

#editor .acf-block-preview .singleposttemplate-bild{
	height: 100px;
	background: url('../../images/wilbeck_pattern.png') center center #f4f4f4;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}

#editor .acf-block-preview .singleposttemplate-bild:after{
	content: "Single Post Template Bild";
	font-weight: 500;
	background: #fff;
	padding: 6px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#editor .acf-block-preview .singleposttemplate-bild > *{
	display: none;
}