*, *: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;
}
/* Fancybox Close Button */
.fancybox-button svg {
display: none !important;
}
.fancybox-close-small {
  width:40px !important;
  height:40px !important;
  background:transparent !important;
  border: 3px solid #3db60f !important;
  border-radius: 50% !important;
  cursor:pointer !important;
  display:inline-block !important;
  margin:5px !important;
}
.fancybox-close-small:after{
    width:24px;
    height:4px;
    background-color:#3db60f;
    content:"";
    left:50%;
    top:50%;
    margin-left:-12px;
    margin-top:-2px;
    position:absolute;
    transform: rotate(-45deg);
	border-radius: 3px;
}
.fancybox-close-small:before{
    left:50%;
    top:50%;
    margin-left:-12px;
    margin-top:-2px;
    width:24px;
    height:4px;
    background-color:#3db60f;
    content:"";
    position:absolute;
    transform: rotate(45deg);
	border-radius: 3px;
}
/* Fancybox Close Button */



.menu_hinten_vorne {
	position: absolute;
	right: -3%;
	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: 28%;
}
.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: 5%;
	text-indent: -5%;*/
}
.title, .content p {
	width: fit-content;
  background: rgba(255, 255, 255, 0.0);
	padding-right: 2%;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 599px) {
.fancybox-content {
	padding: 14px !important;
}	
.fancybox-close-small {
  margin: -12px -12px !important;
}		
#vorne .menu-list {
    padding: 0 5px;
}	
.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) {
.fancybox-content {
	padding: 24px !important;
}		
.fancybox-close-small {
  margin: -5px -5px !important;
}	
#vorne .menu-list {
    padding: 0 5px;
}	
.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 {
  grid-row: row;
}
#section-ueberblick .test img {
	width: 7%;
	height: 7%;
	margin-right: 57%;
	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;
}
.menuwrapper {
  padding: 0.5% 0% 0.5% 3.5%;
  width: 100%;
}
.closebox {
  position: relative;
  float: left;
  width: 100%;
  max-width: 10%;
}
.logorechts {
  width: 100%;
  padding: 0% 3.5% 0% 0%;
  max-width: 12%;
  height: 100%;
  flex: 1;
  align-items: center;
  display: flex;	
}
.logorechts img {
  width: 100%;
  height: auto;
}
.kabelbox {
  position: relative;
  float: left;
  clear: both;
  margin-top: 10px;
  width: 100%;
  max-width: 10%;
}
.lupen img {
	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));
	width: 50px;
    height: 50px;
}
.lupe_img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.closebox img, .kabelbox 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, .kabelbox img:last-of-type, .lupe img:last-of-type {
	display: none;
}
.closebox:hover img:first-of-type, .kabelbox:hover img:first-of-type, .lupe:hover img:first-of-type {
	display: none;
	cursor: pointer;
}
.closebox:hover img:last-of-type, .kabelbox:hover img:last-of-type, .lupe:hover img:last-of-type {
	display: inline-block;
	cursor: pointer;
}

#button_smart_solution {
  position: absolute;
  left: 20%;
  top: 35%;
}
#button_smart_magnetic_solution {
  position: absolute;
  left: 30%;
  top: 15%;
}
#button_automation_power_system {
  position: absolute;
  left: 50%;
  top: 55%;
}
#button_basic_electric_solution {
  position: absolute;
  left: 70%;
  top: 15%;
}
#button_magnetic_solution {
  position: absolute;
  left: 70%;
  top: 35%;
}
.button { 
  width: auto;
  height: auto;
  background-color: #3db60f;
  padding: 0.3% 0.8%;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;	
}