@charset "utf-8";

.post-type-archive-aktuelles main .content{
	padding-left: 15px;
	padding-right: 15px;
}
.screen-reader-text{
		z-index: -9999px;
		display: none;
}
.nav-links{
	display: flex;
	flex-wrap: wrap;
}
.nav-links span, 
.nav-links a {
	display: block;
	padding: 7px 10px; 
	border: 2px solid #ccc;
	margin-right: 5px;
}
.nav-links span{
	background: green;
	color: #fff;
	border: 2px solid green;
}
.aktuelles-box .morebutton{
	border: 3px solid #333;
	padding: 10px 20px;
	display: block;
	max-width: 200px;
	text-align: center;
	color: #333;
	letter-spacing: 1px;
}
.aktuelles-box .image {
	position: relative;
	width: 50%;
}


.aktuelles-box .item{
	background: #fff;

}

.aktuelles-box .image{
	padding-bottom: 20%;
}
.aktuelles-box .image a{
	position: absolute;
	width: 100%;
	height: 100%;
}
.aktuelles-box .image img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.aktuelles-box .descriptio  {
	position: relative;
	width: 50%;
	padding: 50px;
	
}





.acf-form-container{
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}
.acf-form-container-content{
	max-width: 900px;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 20px;
	position: fixed;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	height: calc(100vh - 300px);
	transform: translate(-50%, -50%);
	overflow: scroll;
	box-shadow: 0 0 20px rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1);
	
	
}

.close-button,
.close-acf-form-button{
	background: #D6004A;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 15px 10px 12px 10px;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
	width: 150px;
	font-weight: normal;
	margin: auto auto;
	margin-bottom: 30px;
	margin-top: -22px;
	
}
.close-button strong,
.close-acf-form-button strong{
	font-weight: normal;
}
.acf-form-container input[type="submit"]{
	width: 100%;
	background: green;
	padding: 20px;
	border: none;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.frontend-buttons{
	position: fixed; 
	left: 10px;
	bottom: 10px;
	max-width: 100px;
	z-index: 20000;
}


.add-product-button{
	color: #000;
	background: green;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	cursor: pointer;
	z-index: 1000;
	margin-top: 5px;
	line-height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px rgba(255,255,255,0.4);
	font-weight: bold;
	letter-spacing: 1px;
}
.add-product-button strong{
	font-weight: normal;
}

.block-edit-buttons{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	z-index: 1000;

}

.block-edit-buttons .edit-button,
.block-edit-buttons .delete-button{
	width: 30px;
	height: 30px;
	border: none; 
	cursor: pointer;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	display:block;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	color: #000;
	letter-spacing: 1px;
	border-radius: 9999px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.block-edit-buttons .edit-button{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	margin-right: 5px;
}

.block-edit-buttons .delete-button{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8e84+46,ff6251+59,ff6251+59 */
	background: rgb(255,142,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,142,132,1) 46%, rgba(255,98,81,1) 59%, rgba(255,98,81,1) 59%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,142,132,1) 46%,rgba(255,98,81,1) 59%,rgba(255,98,81,1) 59%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,142,132,1) 46%,rgba(255,98,81,1) 59%,rgba(255,98,81,1) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e84', endColorstr='#ff6251',GradientType=0 ); /* IE6-9 */
}

.block-edit-buttons .edit-button strong,
.block-edit-buttons .delete-button strong{
	font-weight: normal;
	background-color: #000;
	display: block;
	width: 50%;
	height: 50%;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.block-edit-buttons .edit-button strong{
	-webkit-mask-image: url(fa-layout/fa-images/edit.svg);
    mask-image: url(fa-layout/fa-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);
	
}



.paper{
	background: #fff;
	padding: 50px;
}
@media (max-width: 1200px){
	.paper{
	padding: 30px;
	}
}
@media (max-width: 768px){
	.paper{
		padding: 20px;
	}
}

.single .featured_image .image {
	position: relative;
	padding-top: 40%;
	width: 100%;
	
}
.single .featured_image .image img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	top: 0px;
	
}


@media (min-width: 1200px){
	#main{
		min-height: 900px;
	}
}

@media (max-width: 900px){
	.post-type-archive-aktuelles #akutelles{
		display: block;
	}
	.post-type-archive-aktuelles #akutelles li{
		margin-bottom: 20px;
	}
	.post-type-archive-aktuelles #akutelles .image{
		padding-bottom: 50%;
	}
	.aktuelles-box .content #owl-posts h3{
		font-size: 25px;
		margin-bottom: 20px;
	}
	
}
@media (max-width: 600px){
	.aktuelles-box  #owl-posts .flex-wrap .image,
	.aktuelles-box  #owl-posts .flex-wrap .text{
		width: 100%;
	}
}
@media (max-width: 450px){
	.post-type-archive-aktuelles #akutelles .image{
		padding-bottom: 100%;
	}
}

