body {
	overflow-x: hidden;
	height: auto;
	padding: 0;
	color: #fff;
}
p, h1, h2, h3, h4, h5, h6 {
}
.info-text, .info-text-mobile {
	font-size: 90%;
}
.info-text {
	position: absolute;
	bottom: 0;
	padding: 0 20% 0 20%;
}
#header {  }
#content {  }
#desktop, #mobile {
	position: absolute;
	top: 0;
	bottom: 0;
}
#left, #mid, #right {
	background: #fff;
}
#left:hover, #mid:hover, #right:hover, #top:hover, #center:hover, #bottom:hover {
	cursor: pointer;
}
#ido-software-logo, #schwarzelektronik-logo, #excess24-logo {
	margin-top: 55%;
	width: 100%;
}
#left-text, #mid-text, #right-text {
	padding: 50px;
	padding-left: 20%;
	padding-right: 20%;
}
#top, #center, #bottom {
	background-color: #fff;
	width: 100%;
}
#center-logo {
	margin-left: 4%;
}
#top-logo, #bottom-logo {  }
#ido-software-logo-klein, #schwarzelektronik-logo-klein, #excess24-logo-klein {
	max-width: 100%;
}
.vertical-line, .horizontal-line {
	top: 0;
	display: block;
	border: none;
	background-color: #ec6620;
	width: 1px;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 400, from(#ec6620), to(transparent));
}
.horizontal-line {
	height: 1px;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#ec6620), to(transparent));
}
#top-logo, #top-text, #center-logo, #center-text, #bottom-logo, #bottom-text {
	margin-top: 15px;
}
#top-text, #center-text, #bottom-text {
	padding: 30px;
	color: #2c2b2a;
}
#footer {  }
@media screen and ( max-width: 767px ) {
	#desktop {
		display: none;
	}
}
@media screen and ( min-width: 768px ) {
	#mobile {
		display: none;
	}
}
@media screen and ( min-width: 992px) {
	#left-text, #mid-text, #right-text {
		visibility: hidden;
	}
}