html, body {
    height: 100%;
    width: 100%;
}
body {
	padding: 0;
	margin: 0;
	/*font-family: "Source Sans Pro";*/
	font-family: "open sans";
	background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #ffffff;
}
* {
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}

body.mobile .icon, body.mobile .software_overview, body.mobile .menu_wrap {
	filter: blur(0)!important;
	-webkit-filter: blur(0)!important;
	-moz-filter: blur(0)!important;
	-ms-filter: blur(0)!important;
}
body.mobile .slide{
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s;
}

.fa::before {
	position: relative;
	z-index: 99;
}


.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #fff;
}

img  {
	border-width: 0;
}
.mainmenu {
	position: relative;
}

.left {
	float: left;
}
.right {
	float: right;
}

header {
	display: block;
	width: 100%;
	xmargin-top: 2em;
}

.inner {
	max-width: 1024px;
	margin: 0 auto;
}

header > .inner {
	max-width: 850px;
	
}

.head-menu-item {
    width: 50%;
    text-align: left;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.right.head-menu-item {
	text-align: right;
}

.head-menu-item a {
	display: inline-block;
	/*width: 35%;*/
	margin-right: 3em;
	font-weight: bold;
	padding: 0em 1em 0.2em 1em;
}

.mainmenu a.active {
	border-bottom: 1px solid #fff;
}
.logo {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -6px;
}
.head-menu-item.right a + a {
	margin-right: 0;
}
.logo.head-menu-item img {
	margin: 0px 105px;
}

.home_center > ul{
    left: 0;
    transform: translate3D(0,-70%,0);
    -webkit-transform: translate3D(0,-70%,0);
    -moz-transform: translate3D(0,-70%,0);
    -o-transform: translate3D(0,-70%,0);
    -ms-transform: translateY(-70%);
    -ms-transform: translate3D(0,-70%,0);
    padding: 0em 3em;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.icon {
	width: 25%;
	float: left;
	list-style: none;
	font-size: 4em;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	
	opacity: 0;
	
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.icon i {
	position: relative;
	z-index: 10;
	height: 1em;
	width: 1em;
}


.software .icon {
	width: 20%;
	opacity: 0;
	transform: translate3D(0,80%,0);
    -webkit-transform: translate3D(0,80%,0);
    -moz-transform: translate3D(0,80%,0);
    -o-transform: translate3D(0,80%,0);
    -ms-transform: translateY(80%);
    -ms-transform: translate3D(0,80%,0);
	filter: blur(15px);
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-ms-filter: blur(15px);
	/*visibility: hidden;*/
}

.main .icon {
	opacity: 1;
}

body.hide_icons .icon{
	opacity: 0;
	transform: translate3D(0,-80%,0);
    -webkit-transform: translate3D(0,-80%,0);
    -moz-transform: translate3D(0,-80%,0);
    -o-transform: translate3D(0,-80%,0);
    -ms-transform: translateY(-80%);
    -ms-transform: translate3D(0,-80%,0);
	filter: blur(15px);
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-ms-filter: blur(15px);
}

.software_overview, .hardware_overview, .internet_overview, .systemint_overview {
	height: 0;
	overflow: hidden;
	
	box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
	
	transform: translate3D(0,100%,0);
    -webkit-transform: translate3D(0,100%,0);
    -moz-transform: translate3D(0,100%,0);
    -o-transform: translate3D(0,100%,0);
    -ms-transform: translateY(100%);
    -ms-transform: translate3D(0,100%,0);
	
	/* Frisst zu viel Leistung. In ein paar Jahren vielleicht :) */ 
	/*filter: blur(15px);
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-ms-filter: blur(15px);*/
	
	transition: all 700ms .1s;
	-webkit-transition: all 700ms .1s;
	-moz-transition: all 700ms .1s;
	-ms-transition: all 700ms .1s;
	
	background: #fff;
	
	opacity: 0;
	/*margin-top: 50px;*/
    padding: 0em 3em;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
.software_overview .inner, .software_overview .inner, .hardware_overview .inner, .internet_overview .inner, .systemint_overview .inner {
	box-shadow: 0 -25px 50px rgba(0, 0, 0, .1);
}
.software_overview  h1 {
	color: #333;
	margin: 0;
}

.subtitle {
	font-style: italic;
}
.software, .software_overview {
	visibility: hidden;
}

.show_software .main .icon, .show_overview .main .icon, .show_hardware .main .icon, .show_internet .main .icon, .show_systemint .main .icon {
	transform: translate3D(0,-80%,0);
    -webkit-transform: translate3D(0,-80%,0);
    -moz-transform: translate3D(0,-80%,0);
    -o-transform: translate3D(0,-80%,0);
    -ms-transform: translateY(-80%);
    -ms-transform: translate3D(0,-80%,0);
	filter: blur(15px);
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-ms-filter: blur(15px);
	pointer-events: none;
	opacity: 0;
	/*visibility: hidden;*/
}
.show_software .software, .show_overview .software_overview{
	visibility: visible;
}


.placeholder {
	height: 100px;
}
/*
.show_overview .slide, .show_hardware .slide, .show_internet .slide, .show_systemint .slide{
	height: 50%;
	position: absolute;
	overflow: hidden;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
}*/
.show_overview .software_overview, .show_hardware .hardware_overview, .show_internet .internet_overview, .show_systemint .systemint_overview {
	height: 100%;
	overflow: visible;
	opacity: 1;
}
body.mobile.show_overview .slide, body.mobile.show_hardware .slide, body.mobile.show_internet .slide, body.mobile.show_systemint .slide {
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	
}

.show_software .software .icon, .show_overview .software_overview, .show_hardware .hardware_overview, .show_internet .internet_overview, .show_systemint .systemint_overview{
	opacity: 1;
	transform: translate3D(0,0%,0);
    -webkit-transform: translate3D(0,0%,0);
    -moz-transform: translate3D(0,0%,0);
    -o-transform: translate3D(0,0%,0);
    -ms-transform: translateY(0%);
    -ms-transform: translate3D(0,0%,0);
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	/*visibility: visible;*/
}

.title {
	background: #fff;
	color: #333;
	border-radius: 3px;
	padding: .5em;
	position: relative;
	top: -20px;
	box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.subtitle {
	font-size: 1em;
	margin-bottom: 2em;
}

.overview_container {
	box-sizing: border-box;
	width: 100%;
	color: #333;
	padding: 0 2em;
}

.overview_container a {
	color: #404040;
}
.overview_container .right {
	float: right; 
	width: 70%;
	text-align: left;
	padding-left: 5em;
	box-sizing: border-box;
}
.overview_container .left {
	float: left;
	
	width: 30%;
}
.product_image {
	height: 500px;
	background-repeat: no-repeat;
	background-size: 150% auto;
	background-position: top center;
}
.product_image_small {
	display: none;
}

.product_screenshots h4 {
	text-align: left;
	margin-top: 3em;
}
.image_dummy {
	background: #666;
	width: 150px;
	height: 70px;
	float: left;
	box-sizing: border-box;
	margin-left: 1em;
	margin-bottom: 1em;
}
.show_more {
	margin-top: 2em;
}

.show_more a {
	padding: .3em 2em;
	background: #fff;
	border: 1px solid #404040;
}

.button {
     border: 1px solid #404040;
     opacity: 0.8;
     padding: .3em 1em;
     font-family: "open sans";
     font-size: 16px;
     background: #fff;
     transition: opacity 0.5s ease 0s;
     margin: 0 auto;
     width: 30%;
     display: block;
     cursor: pointer;
}
.less_content {
	margin-bottom: 0;
}
.more_content {
	display: none;
	margin: 0;
}

.bpconnect i{
	color: #c97314;
}
.ecom3 i{
	color: #aa0a1c;
}
.lvis i{
	color: #38969c;
}
.portal i{
	color: #309c64;
}
.custom i{
	color: #53575b;
}
.icon a {
	display: block;
}
.icon span {
	margin-top: .5em;
	font-size: 0.5em;
	display: block;
}

.software .icon span:last-child {
	margin-top: 0;
}

.icon.back {
	width: 100%;
	font-size: 1em;
	margin-bottom: 2em;
}
.icon.back p, .back > p{
	margin: 0;
	font-size: .9em;
}
.title.back > p {
	margin-top: -.5em;
	font-weight: normal;
}
.software .icon span.small {
	font-size: 0.3em;
}


.home_center {
	margin-top: 40px;
}
.home_center ul:hover .icon {
	/*opacity: 0.6;	*/
}
.home_center .icon:hover {
	/*opacity: 1!important;*/
	margin-top: -.1em;
}


.product_slider {
	position: relative;
	height: 100%;
}

.product_slide {
	display: none;
}
.product_slide:target {
	display: block;
}


.icon:nth-child(1){
	transition-delay: 0.1s;
}
.icon:nth-child(2){
	transition-delay: 0.15s;
}
.icon:nth-child(3){
	transition-delay: 0.2s;
}
.icon:nth-child(4){
	transition-delay: 0.25s;
}
.icon:nth-child(5){
	transition-delay: 0.3s;
}
.icon:nth-child(6){
	transition-delay: 0.3s;
}


.hide_icons .slide video {
	opacity: 0;
}

video { 
    position: absolute;
	top: 50%; 
	left: 50%;

	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	
	transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

	z-index: 6;
	opacity: 0.7;
}
/*
.slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #333;
}*/
#q {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #333;
	z-index: -2;
}
.slide::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/pattern.png) repeat;
	z-index: -1;
	opacity: 0.3;
}/*

.slide {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: -2;
	margin: 0;
	padding: 0;
	transition: all 200ms .2s ease-out;
	-webkit-transition: all 200ms .2s ease-out;
	-moz-transition: all 200ms .2s ease-out;
	-ms-transition: all 200ms .2s ease-out;
}
*/
.slide li > img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;

	-moz-animation: image 24s linear infinite 0s; 
	-webkit-animation: image 24s linear infinite 0s; 
	-ms-animation: image 24s linear infinite 0s; 
	opacity: 0;
	z-index: 6;
	
	
}
.slide li > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-moz-animation: image 24s linear infinite 0s; 
	-webkit-animation: image 24s linear infinite 0s; 
	-ms-animation: image 24s linear infinite 0s; 
	opacity: 0;
	z-index: 6;
}

.slide li:nth-child(2) div,.slide li:nth-child(2) img {
    -moz-animation-delay: 8s; 
    -webkit-animation-delay: 8s; 
    -ms-animation-delay: 8s; 
}

.slide li:nth-child(3) div,.slide li:nth-child(3) img {
    -moz-animation-delay: 16s; 
    -webkit-animation-delay: 16s;
    -ms-animation-delay: 16s;  
}

footer {
	height: 70px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    xmargin-top: -70px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

footer::before {
	content: "";
	display: none;
	position: absolute;
	width: 200px;
	height: 150%;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
footer::after {
	content: "";
	display: none;
	position: absolute;
	width: 200px;
	height: 150%;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.show_overview footer::before, .show_overview footer::after {
	display: block;
}

.copyright {
	font-size: 0.8em;
	color: #333;
	text-align: center;
	line-height: 70px;
}
#wrapper {
    min-height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

#wrapper .content {
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

@-moz-keyframes image {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: .7;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: .7;
        -moz-transform: scale(1.1);
        -moz-animation-timing-function: ease-in;
    }
    30% {
    	opacity: .7;
    }
    40%, 100% { 
    	opacity: 0;
    	-moz-transform: scale(1.2) rotate(6deg);
    }
}

@-ms-keyframes image {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: .7;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: .7;
        -ms-transform: scale(1.1);
        -ms-animation-timing-function: ease-in;
    }
    30% {
    	opacity: .7;
    }
    40%, 100% { 
    	opacity: 0;
    	-ms-transform: scale(1.2) rotate(6deg);
    }
}


@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    10% {
        opacity: .7;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    20% {
        opacity: .7;
        -webkit-transform: scale(1.1);
        -webkit-animation-timing-function: ease-in;
    }
    30% {
    	opacity: .7;
    }
    40%, 100% { 
    	opacity: 0;
    	-webkit-transform: scale(1.2) rotate(6deg);
    }
}

@keyframes image {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    10% {
        opacity: .7;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    20% {
        opacity: .7;
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    30% {
    	opacity: .7;
    }
    40%, 100% { 
    	opacity: 0;
    	transform: scale(1.2) rotate(6deg);
    }
}

.raster > ul  {
	margin: 0;
	padding: 0;
}
.raster > ul > li {
	list-style: none;
	display: inline-block;
	margin: 0;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	margin-bottom: 2em;
	padding: 0 .5em;
	text-align: left;
}

.raster > ul ul {
	margin: 1em 0;
}

.raster > ul > li > p {
	margin: 0;
	padding: 0 1em;
}


.kontakt .left {
	width: 30%;
}

.about .left, .about .right {
	width: 100%;
	padding: 0;
}

.about .about_us_img {
	width: 90%;
	margin: 0 auto;
	margin-top: -40px;
	display: block;
	margin-bottom: 2em;
	height: auto;
}

.kontakt .right {
	width: 70%;
}
.anschrift p {
	margin: 0;
}
.anschrift {
	margin-top: 27px;
}
.kontakt .left{
	text-align: left;
}

#kontakt {
	text-align: left;
}

#kontakt > div {
	margin-bottom: .5em;
}
form input, form select, textarea  {
	padding: .5em 1.5em;
	width: 40%;
	max-width: 250px;
	box-sizing: border-box;
	border: 1px solid #C9C9C9;
	font-family: arial;
	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	box-shadow: none;
}

input:hover, textarea:focus, .button:hover {
	border-color: #A6A6A6;
}
input:focus, textarea:focus, .button:focus {
	border-color: #919191;
}
form textarea {
	width: 100%;
	max-width: 505px;
	resize: none;
	height: 10em;
	
}
.full_input input {
	width: 100%;
	max-width: 505px;
}
.mobile_menu {
	position: absolute;
	right: 1em;
	top: -1em;
	display: none;
	
}
.mainmenu .mobile_menu > a {
    color: #fff;
    cursor: pointer;
    font-size: 3em;
    line-height: 1.3em;
}

body.show_menu .slide {
	height: 100%;
	position: fixed;
}
body.show_menu .menu_wrap {
    opacity: 1;
    
    /*filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);*/
	
    transform: translate3D(0,0%,0);
    -webkit-transform: translate3D(0,0%,0);
    -moz-transform: translate3D(0,0%,0);
    -o-transform: translate3D(0,0%,0);
    -ms-transform: translateY(0%);
    -ms-transform: translate3D(0,0%,0);
	
	visibility: visible;
}
.menu_wrap {
   /* filter: blur(15px);
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-ms-filter: blur(15px);*/
  
	transform: translate3D(0,80%,0);
    -webkit-transform: translate3D(0,80%,0);
    -moz-transform: translate3D(0,80%,0);
    -o-transform: translate3D(0,80%,0);
    -ms-transform: translateY(80%);
    -ms-transform: translate3D(0,80%,0);	
	visibility: hidden;
	
    font-weight: 700;
    opacity: 0;
    transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
    position: absolute;
    background: #fff;
    left: 0;  
    top: 90px;
    width: 100%;
    box-sizing: border-box;
    padding: 1.2em;
    z-index: 2;
    
    box-shadow: 0 0 50px rgba(0,0,0,0.6);
    
    text-align: right;
}
.menu_wrap .fa {
	margin-right: 1em;
	float: left;
}
.menu_wrap ul {
	padding: 0;
	margin: 0;
}
.menu_wrap li {
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    text-transform: capitalize;
    margin: 1em 0;
    font-size: 1.5em;
}
.menu_wrap li a {
    color: #666;
}
.menu_wrap li.active a {
    color: #333;
}
body.show_menu .menu_wrap {
    opacity: 1;
}

/*
body.show_menu #wrapper .content{
	opacity: 0.2;
}*/


/*noscript */

noscript .bg {
	box-sizing: border-box;
    left: 0;
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate3D(0,-70%,0);
    -webkit-transform: translate3D(0,-70%,0);
    -moz-transform: translate3D(0,-70%,0);
    -o-transform: translate3D(0,-70%,0);
    -ms-transform: translateY(-70%);
    -ms-transform: translate3D(0,-70%,0);
    width: 100%;
} 

@media (max-width: 1250px){
	.icon, .software .icon {
		width: 50%;
		margin-bottom: 1em;
	}
	.software .icon {
		width: 33.3%;
	}
	
	.software .icon.back {
		width: 100%;
	}
	.home_center ul > .icon:hover {
		margin-top: 0em;
	}
	
	.home_center > ul{
	    transform: translate3D(0,0%,0);
	    -webkit-transform: translate3D(0,0%,0);
	    -moz-transform: translate3D(0,0%,0);
	    -o-transform: translate3D(0,0%,0);
	    -ms-transform: translateY(0%);
	    -ms-transform: translate3D(0,0%,0);
	    top: 90px;
	}
	
	.icon span {
		margin-top: 0;
	}
}



@media (max-width: 950px)
{
	header > .inner {
		max-width: 100%;
	}
	.inline {
		display: inline-block;
		vertical-align: middle;
	}
	
	.margin {
		margin-right: 2em;
	}
	#wrapper {
		padding: 0;
	}
	
	.overview_container .left {
		width: 50%;
		margin: 0 auto;
	}
	
	.product_image {
		height: 150px;
		display: none;
	}
	
	
	header {
		margin: 0;
		padding-bottom: 70px;
	}
	
	
	footer {
		height: 40px;
	}
	.copyright {
		line-height: 40px;
	}
	.software_overview {
		margin-top: 0px;
		padding: 0em 1.5em;

	}
	.head-menu-item {
		display: none;
	}
	.mobile_menu {
		display: block;
		top: 2px;
		right: 20px;
	}
	.logo {
		left: 1em;
		top: 1em;
		margin-left: 0;
	}
	
	.software .icon {
		width: 50%;
	}
	
	.overview_container .left, .overview_container .right {
		width: 100%!important;
		padding: 0 1em;
		float: none;
		text-align: left;
	}
	
	
	.produkte .overview_container .product_slide > .left {
		display: none;
	}
	
	.show_overview footer::before, .show_overview footer::after {
		display: none;
	}
	
	.raster li {
		padding: 0;
	}
	
	.overview_container{
		padding: 0 1.5em;
	}
	.software_overview, .hardware_overview, .internet_overview, .systemint_overview {
		padding: 0 1em;
	}
}
@media (max-width: 750px)
{
	
	.raster > ul > li {
		width: 100%;
	}
	
	.overview_container .left, .overview_container .right {
		padding: 0;
	}
	.product_image_small {
		width: 3cm;
		height: auto;
	}
	
	
	form input, form textarea, .full_input input {
		max-width: 1000px;
	}
	
	form input {
		width: 49%;
	}
	
	
	.logo {
		left: 1em;
		top: 0;
		margin-top: 15px;
		margin-left: 0;
		
	}
	
	.mobile_menu {
		top: 0em;
	}
	
	.software .icon, .main .icon {
		width: 100%;
	}
	
	
}

@media (max-width: 500px)
{
	.overview_container{
		padding: 0 1em;
	}
	.software_overview, .hardware_overview, .internet_overview, .systemint_overview {
		padding: 0 .5em;
	}
	
	.product_image_small {
		width: auto;
		margin: 0 auto;
		left: -5px;
		display: block;
	}
}


/* ASCII EXPERIMENT*/
/*Some styles*/

* {margin: 0; padding: 0;}

body {
	text-align: center;
}

#ascii {
	font-family: monospace;
	font-size: 11px;
	line-height: 70%;
}

#sprite {
	display: none;
}

#a_container {
	overflow: hidden;
	display: inline-block;
	color: #444;
}
.ascii_animation {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #333;
}


