.page {
	background: #fff0;
	border: none;
	box-shadow: none;
}

.tagline + .content-wrapper {
	background: #fff0;
}

body {
	border: 8px solid #a90050;
}

.main-navigation > ul > li > a, .main-navigation > ul > li > span.trail, .main-navigation > ul > li > span.forward {
	font-weight: normal;
}

.footer-navigation {
	margin: 0;
	background: #002055;
	padding-bottom: 0.5em;
}

.footer-navigation a {
	color: #ffffff;
}

.footer-copyright {
	margin-top: 0.5em;
	color: #a90050;
}

.fusszeile {
	padding-top: 3em;
}

.image_container a:hover::before, .image_container a:focus::before {
	background: none;
}

.image_container a:hover::after, .image_container a:focus::after {
	content: "";
}

.main-navigation-mobile-open {
    position: relative;
    top: 30px;
    left: 0;
    
    float: right;
}

.main-navigation-mobile-open::after {
    background: #000;
    box-shadow: 0 7px #000, 0 14px #000;
}

.main-content h1 {
	font-weight: normal;
	margin-bottom: 0.8em;
}

.button {
	width: 100%;
}

.button.-secondary {
	border: 2px solid #71759d !important;
	color: #002055;
}

.mitglieder strong {
	color: #a90050;
}

.footer-navigation strong {
	color: #ffffff;
}

.ce_accordion .toggler {
	color: #002055;
	border: 1px solid #a90050;
}

.ce_accordion .accordion {
	background: #f7f7f7;
	border: 1px solid #a90050;
	padding: 1.5em 1.33333em;
}

.oneo-no-sidebar .image_container.float_right, .oneo-no-sidebar .image_container.float_left {
    width: 45% !important;
}

.main-navigation-wrapper {
	border: none;
}








@media (max-width: 599px) {
	.main-navigation-search {
		display: none;
	}
}

@media (max-width: 900px) {
	.main-navigation {
		clear: unset;
		position: absolute;
	}
}

@media (max-width: 790px) {
	.main-navigation {
		clear: both;
		position: relative;
	}
}