.gruen .centered-wrapper-inner {
	background: rgba(150,217,100,0.6);
}

.gruen2 .centered-wrapper-inner {
	background: rgba(150,217,100,0.8);
}

.main-navigation > ul > li > a, .main-navigation > ul > li > strong, .main-navigation > ul > li > span.active, .main-navigation > ul > li > span.trail, .main-navigation > ul > li > span.forward {
	font-size: 1.1em;
	text-transform: none;
}

.main-navigation > ul > li > a {
	font-weight: normal;
}

.gruen .button.-secondary {
	color: #ffffff;
	border: 2px solid #ffffff;
}

.main-navigation > ul > li > a.active:not(.highlight)::after, .main-navigation > ul > li > a.trail:not(.highlight)::after, .main-navigation > ul > li > a.forward:not(.highlight)::after, .main-navigation > ul > li > strong.active:not(.highlight)::after, .main-navigation > ul > li > strong.trail:not(.highlight)::after, .main-navigation > ul > li > strong.forward:not(.highlight)::after, .main-navigation > ul > li > span.active:not(.highlight)::after, .main-navigation > ul > li > span.trail:not(.highlight)::after, .main-navigation > ul > li > span.forward:not(.highlight)::after {
	display: none;
}

.fusszeile {
	padding-top: 5em;
	color: #cecece;
}

.fusszeile h4 {
    font-size: 1.2em;
}

.fusszeile h3 {
    font-size: 1.3em;
}

.fusszeile a {
	color: #ffffff;
}


.image_container a:hover::after, .image_container a:focus::after {
	content:"";
}

.image_container a:hover::before, .image_container a:focus::before {
	background: none;
}

.footer-navigation {
	background: #575757;
	margin: 0;
	
	padding-bottom: 1em;
}

.footer-navigation a, .footer-navigation strong, .footer-navigation span.trail, .footer-navigation span.active, .footer-navigation span.forward {
	color: #cecece;
	text-transform: none;
	font-size: 1.1em;
}

.footer-copyright {
	background: #575757;
	margin: 0;
	padding-bottom: 2em;
}

.boxen .rs-column {
	border: 2px solid #979797;
padding-bottom: 1em;
background: #ededed;
}


.ce_accordion .toggler {
	font-size: 1.2em;
	font-weight: normal;
	color: inherit;
	border: none;
	border-bottom: 3px solid #dcdcdc;
}

.ce_accordion .toggler::after, .ce_accordion .toggler.ui-accordion-header-active::after {
	content: "";
}

.ce_accordion .accordion {
	background: none;
	border: none;
	padding: 0.06667em 3em;
}




form .widget {
    
    font-size: 1.3em;
    line-height: 3em;
}

form .widget button{
    
    font-size: 0.8em;
    line-height: normal;
}

.main-content label {
	color: inherit;
}

.rueckruf input {
	width: 100%;
}

.rueckruf button {
	margin-top: 0;
}

.rueckruf form .widget {
	font-size: 1.1em;
}







@media (max-width: 1070px) {
	.logo img {
		height: 3em;
	}
	
	.main-navigation > ul > li > a, .main-navigation > ul > li > strong, .main-navigation > ul > li > span.active, .main-navigation > ul > li > span.trail, .main-navigation > ul > li > span.forward {
		font-size: 1em;
	}
}


@media (max-width: 599px) {
	.rueckruf .rs-column.-medium-first-row {
		margin-top: 0;
	}
	
	.rueckruf input {
	width: unset;
}

	.rueckruf .right {
	float: left;
}
}