.aboutme .text {
	left: -40px !important;
	z-index: 1000;
	position: relative;
}
.hintergrundbilderextra{
	position: absolute;
}
.bottom-right{
	bottom: 0;
	right: 0px;
}

#masthead{
	position: fixed;
	width: 100%;
}

.acf-form-container{
	z-index: 10000;
}

.acf-form-container-news{
	display: none;
	position: fixed;
	top: 0px;
	z-index: 10000;
	background: rgba(0,0,0,0.8);
	width: 100vw;
	height: 100vh;
}
.acf-form-container-news .acf-form-container-content{
	height: calc(100vh - 60px);
}

.acf-form-container-single{
	display: none;
	background: rgba(0,0,0,0.95);
	width: 100vw;
	height: 100vh;
	max-width: none;
	z-index: 10000;
	left: 0px;
	top: 0px;
	position: fixed;
	padding-left: 20px;
	padding-right: 20px;
	
}
.acf-form-container-single .acf-form-container-content{
	height: calc(90vh);
	width: calc(100% - 50px);
}



.block-edit-buttons .edit-button strong{
	-webkit-mask-image: url(images/edit.svg);
    mask-image: url(images/edit.svg);
	
}
.block-edit-buttons .delete-button strong{
	-webkit-mask-image: url(fa-layout/fa-images/delete.svg);
    mask-image: url(fa-layout/fa-images/delete.svg);
	
}
.flexible-text ul{
	padding-left: 22px;
}
.flexible-text ul li{
	list-style: square;
	margin-bottom: 20px;
}


@media (max-width: 1024px) {
	.break_on_laptop .image img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.aboutme .text {
	left: 0px !important;
}

}

