.projekte-start{
	margin-top: 40px;
}

.projekte-start .alm-btn-wrap{
	display: none;
}

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

/* admin */

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