*, *:before, *:after {
	box-sizing: border-box;
}
a:hover, a:active {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.test, a.test {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 1.4vw;
	line-height: 1.5;
	position: relative;
}
.test:hover {
	color: #3db60f;
}
.menu_hinten_vorne {
	position: absolute;
	right: 0;
	top: 8%;
	font-family: TheSans, "Trebuchet MS", sans-serif;
	width: 100%;
	max-width: 23%;
}
.menu_hinten_vorne .heading.active {
	color: #3db60f;
}
.menu_hinten_vorne img {
	max-width: 80px;
}
#menu_hinten_vorne img {
	width: 9%;
	height: 9%;
	cursor: pointer;
}
#menu_hinten_vorne img:last-of-type {
	display: none;
}
#menu_hinten_vorne:hover img:first-of-type {
	display: none;
}
#menu_hinten_vorne:hover img:last-of-type {
	display: inline-block;
}
.menu_hinten_vorne .heading  {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 1.4vw;
	line-height: 0.8;
	position: relative;
}
.menu_hinten_vorne .heading:hover {
	color: #3db60f;
	cursor: pointer;
}	
.menu_hinten_vorne .heading span  {	
	font-size: 0.7vw;
}
.accordion {
	width: 100%;
	position: absolute;
	left: 3.3%;
	top: 20%;
	font-family: TheSans, "Trebuchet MS", sans-serif;
	max-width: 33%;
}
.accordion-item {
	position: relative;
}
.accordion-item.active .heading, .accordion-item .content p.active {
	color: #3db60f;
}
.accordion-item.active .icon {
	background: transparent;
	border: 1px solid #3db60f;
}
.accordion-item.active .icon:before {
	background: #3db60f;
}
.accordion-item.active .icon:not(:first-child):after {
	width: 0;
}
.accordion-item.active .icon:first-child:after {
	background: #3db60f;
}
.accordion-item .heading {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 1.4vw;
	line-height: 1.5;
	position: relative;
}
.accordion-item .heading:hover {
	color: #3db60f;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
	background: #3db60f;
}
.accordion-item .heading:hover .icon, .section-ueberblick-item .heading:hover .icon {
	border: 1px solid #3db60f;
}
.accordion-item .content a {
	color: #333333;
}
.accordion-item .content a:hover, .accordion-item .content p:hover {
	color: #3db60f;
	cursor: pointer;
}
.accordion-item .content {
	display: none;
	font-size: 1.4vw;
	line-height: 1.5;
	color: #333333;
}
.content_ueberblick {
	display: block !important;
}
.accordion-item .content p {
	margin-top: 0;
	padding-left: 4%;
	text-indent: -4%;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 599px) {
.accordion-item .icon, .section-ueberblick-item .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #333333;
	border-radius: 50%;
	transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
	content: "";
	width: 4px;
	height: 2px;
	background: #333333;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: -1;
}
.accordion-item .heading, .accordion-item .content {
	padding: 0.3rem 0 0.1rem .8rem;
}
.section-item .heading {
	padding: 0.3rem 0 .5rem .8rem;
}
.section-ueberblick-item .heading {
	padding: 0.3rem 0 0.1rem .8rem;
}
.trenner {
	border-width: 0.1rem 0 0 0;
	margin: .4rem auto;
	border-color: transparent;
	clear: both;
}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 600px) {
.accordion-item .icon, .section-ueberblick-item .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #333333;
	border-radius: 50%;
	transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
	content: "";
	width: 5px;
	height: 2px;
	background: #333333;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: -1;
}
.accordion-item .heading, .accordion-item .content {
	padding: 0.3rem 0 0.3rem 1rem;
}
.section-item .heading {
	padding: 0.3rem 0 1rem 1rem;
}
.section-ueberblick-item .heading {
	padding: 0.3rem 0 0.3rem 1rem;
}
.trenner {
	border-width: 0.1rem 0 0 0;
	margin: .6rem auto;
	border-color: transparent;
	clear: both;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.accordion-item .icon, .section-ueberblick-item .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #333333;
	border-radius: 50%;
	transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
	content: "";
	width: 8px;
	height: 2px;
	background: #333333;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: -1;
}
.accordion-item .heading, .accordion-item .content {
	padding: 0.3rem 0 0.3rem 1.6rem;
}
.section-item .heading {
	padding: 0.3rem 0 1rem 1.6rem;
}
.section-ueberblick-item .heading {
	padding: 0.3rem 0 0.3rem 1.6rem;
}
.trenner {
	border-width: 0.1rem 0 0 0;
	margin: .8rem auto;
	border-color: transparent;
	clear: both;
}
}
.section-item .heading {
	display: block;
	text-decoration: none;
	color: #3db60f;
	font-size: 1.4vw;
	line-height: 1.5;
	position: relative;
}
.section-ueberblick-item .heading {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 1.4vw;
	line-height: 1.5;
	position: relative;
}
#section-vorne img {
	width: 15%;
	height: 15%;
	margin-left: -5%;
	float: left;
	margin-top: -5%;
}
#section-ueberblick .test img {
	width: 7%;
	height: 7%;
	margin-right: 63%;
	float: right;
	margin-top: 0;
}
#section-ueberblick .test img:last-of-type {
	display: none;
}
#section-ueberblick .test:hover img:first-of-type {
	display: none;
}
#section-ueberblick .test:hover img:last-of-type {
	display: inline-block;
}
.section-ueberblick-item .heading:hover {
	color: #3db60f;
}
.closebox {
	position: absolute;
	right: 0;
	top: 5%;
	width: 100%;
	max-width: 10%;
}
.closebox img {
	width: 45%;
	height: 45%;
	margin-left: -5%;
	float: left;
	filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));
	-webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4));
}
.closebox img:last-of-type {
	display: none;
}
.closebox:hover img:first-of-type {
	display: none;
	cursor: pointer;
}
.closebox:hover img:last-of-type {
	display: inline-block;
	cursor: pointer;
}
/*@media (min-width: 1200px) {
	html {
		transform: scale(.8);
	}	
}*/