.projekte .projekt-item{
	margin-top: 40px;
	margin-bottom: 60px;
}

.projekte .wp-block-button{
	margin-top: 20px;
}

.projekte span.abgelaufen{
	display: inline-block;
	margin: -10px 0 15px;
	padding: 10px 20px;
	background: #ED6A58;
	color: #fff;
	font-family: "Roboto Slab", sans-serif;
}

/* admin */

#editor .acf-block-preview .projekte{
	height: 100px;
	max-width: 100%;
	background: #f4f4f4;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	margin: 0;
	padding: 0;
}

#editor .acf-block-preview .projekte:after{
	content: "Projekte";
	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 .projekte > *{
	display: none;
}