/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2025 | 18:30:48 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
	 box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
End of comment */ 



div.eg-branding-inline {
	position: absolute;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	top: 0px;
	opacity: 1.0;
	box-shadow: -1px 6px 30px 11px rgba(0,0,0,0.75);
}


div.eg-Branding-Logo { 
	left:10%;
	padding-top: 10px;
}

div.eg-branding-navigation {
	right:10%;
	padding-top: 110px;	
}

nav.eg-navigation {

}

div.eg-green-background {
	background: #95bc97;
}


div.eg-top-header {
	position: absolute;
	width: 100%;
	height:100px;
	opacity: 0.5;
}

div.eg-zitat-startpage {
	position: relative;
	justify-content: center;
	top: -100px;
	z-index: 999;
	padding: 40px;
	content: 450px;
	max-width: 450px;
box-shadow: -1px 6px 30px 11px rgba(0,0,0,0.75);
}

.eg-title {
	text-decoration-color: E2E2AC;
}

img.eg-header-image {
	width: 100%;
}

hr.eg-trenner {
	background: #578E23;
	height: 5px;
}


@media screen and (max-width: 500px) {
	div.eg-zitat-startpage {
		position: relative;
		justify-content: center;
		top: -20px;
		z-index: 999;
		padding: 20px;
		content: 350px;
		max-width: 350px;
		box-shadow: -1px 6px 30px 11px rgba(0,0,0,0.75);
	}
	div.eg-Branding-Logo { 
		max-width: 150px;
	}
	div.eg-top-header {
		width: 100%;
		height:50px;
		opacity: 0.5;
	}
	.eg-oberer-abstand-seiten {
		height: 150px !important;
	}
}
