html {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;

	font-family:'FrutigerLTW01-47LightCn';
	font-size:16px; 
	line-height:1.40;
	color: #000000;
	font-weight: normal;
}

body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	line-height:1.40;
}

h1 {
	font-family:'LibelSuit';
	font-size:32px;
	line-height: 1.44;
	color:#000000;
	vertical-align: middle;
}

h2 {
	font-family:'LibelSuit';
	font-size:25px;
	line-height: 1.44;
	color:#000000;
	vertical-align: middle;
}

.white {
	color:#FFFFFF;
}

strong {
	font-family:'FrutigerLTW01-67BoldCn';
}

.orange {
	color:#F28B00;
}

a {	
	color: #000000;
	text-decoration:none;
}

a:hover {
	color:#f28b00 !important;
}

div.bodyWrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.box {
	height:100%;
	float:left;
	padding:20px;
	border: 5px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius: 15px;
}

.box, div.productTeaser img, .productTab ul.tabs li, .tabContainer  {
	behavior:url(/workspace/script/PIE.php);
}

div.headbar {
	background-color: #000000;
	height:54px;
	position: relative;
}

#logo {
	position: absolute;
	top: -77px;
	height: 47px;
}

div.socialBar {
	position: absolute;
	right: 5px;
	top: -75px;
	height:30px;
}

div.socialBar img {
	float:left;
	margin-left: 3px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-size: auto 19px;
}

#socialIcons {
	float: left;
}

#socialSearchLing {
	float: right;
}

#home {
	margin-right: 19px;
	float:left;
}

#home {background-image: url(/workspace/images/Home_23x23_weiss.png)}
#home:hover {background-image: url(/workspace/images/Home_23x23_orange.png)}
#google {background-image: url(/workspace/images/Google_23x23px_weiss.png)}
#google:hover {background-image: url(/workspace/images/Google_23x23px_orange.png)}
#twitter {background-image: url(/workspace/images/Twitter_23x23px_weiss.png)}
#twitter:hover {background-image: url(/workspace/images/Twitter_23x23px_orange.png)}
#xing {background-image: url(/workspace/images/Xing_23x23px_weiss.png)}
#xing:hover {background-image: url(/workspace/images/Xing_23x23px_orange.png)}
#facebook {background-image: url(/workspace/images/Facebook_23x23px_weiss.png)}
#facebook:hover {background-image: url(/workspace/images/Facebook_23x23px_orange.png)}

#search {
	float:left;
	margin-right:15px;
}

a.language {
	color:#FFFFFF;
	margin-right:15px;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Top Navigation */

nav {
	height: 30px;
	position: absolute;
	right: 5px;
	width: 80%;
	top: -45px;
	background-color: #D9D5C9;
}
nav ul {
	height: 30px;
}
nav li {
	display: inline;
	float:left;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 30px;
}
nav a {
	color:#000000;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a#pull {
	display: none;
}

a.boxLink :hover{
	color: #000000;
}

div.firstBar {
	height:300px;
	margin-top: 30px;
}

#iconCloudBox {
	width:60%;
	position: relative;
	
	/* fallback */
	background: url(/workspace/images/Bildmotiv_Home.png); 
	/* Saf4+, Chrome */
	background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent)), url(/workspace/images/Bildmotiv_Home.png); 
	/* Chrome 10+, Saf5.1+ */
	background: -webkit-linear-gradient(left, #000000, transparent), url(/workspace/images/Bildmotiv_Home.png); 
	/* FF3.6+ */
	background: -moz-linear-gradient(left, #000000 34%, transparent 83%), url(/workspace/images/Bildmotiv_Home.png); 
	/* IE10 */
	-ms-linear-gradient(left, #000000, transparent), url(/workspace/images/Bildmotiv_Home.png);
	/* Opera 11.10+ */
	-o-linear-gradient(left, #000000, transparent), url(/workspace/images/Bildmotiv_Home.png); 
	/* W3C */
	background: linear-gradient(to right, #000000 34%, transparent 83%), url(/workspace/images/Bildmotiv_Home.png);
	
	background-color: #000000;
	-moz-background-size:100%; /* Firefox */
	-webkit-background-size:100%; /* Safari, Chrome */
	background-size:auto 100%; /* Opera, IE, W3C Standard */
	background-repeat: no-repeat;
	
	background-position: right bottom;
	background-position-x: 100%;
	background-position-y: 100%;
}

#productHead {
	position: relative;
	width:60%;
	overflow: hidden;
	background: url(/workspace/images/background_23.png);
	
	-moz-background-size:auto 100%; /* Firefox */
	-webkit-background-size:100% 100%; /* Safari, Chrome */
	background-size:auto 100%; /* Opera, IE, W3C Standard */
	
	background-position: right bottom;
	background-position-x: 100%;
	background-position-y: 100%;
	
	padding-bottom: 0px;	
}

#productHeadTop{
	width: 100%;
	height: 201px;
	position:relative;
}

#productHeadBottom{
	width: 100%;
	height: 69px;
}

#productHeadIcon{
	position:absolute;
	bottom:0px;
	right:0px;
	max-width:54%;
	max-height:100%;
}

#productHeadTitle{
	width: 38%;
	float: right;
	text-align: right;
	font-size:50px
}

#serviceHeadTitle {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 60px;
}

.tagCloud {
	height:180px;
	width:77%;
	margin-bottom:20px;
}

.tagCloud div {
	position: relative;
	height:57px;
}

.tagCloud div span{
	position: absolute;
}

.tagCloud div span:first-child{
	top: 0px;
}

.tagCloud div span:first-child + span{
	bottom: 0px;
}

div.row1 span:first-child {
	right: 46%;
	font-size: 24px;
	font-family:'FrutigerLTW01-67BoldCn';
}

div.row1 span:first-child + span {
	left: 45%;
	font-size: 17px;
}

div.row2{
	height: 27px;
}

div.row2 span:first-child {
	left: 20%;
	font-size: 24px;
}

div.row3{
	height: 25px;
}

div.row3 span:first-child {
	left: 45%;
	font-size: 18px;
	font-family:'FrutigerLTW01-67BoldCn';
}

div.row4 span:first-child {
	right: 50%;
	font-size: 24px;
}

div.row4 span:first-child + span {
	left: 23%;
	font-size: 21px;
	font-family:'FrutigerLTW01-67BoldCn';
}

.productSlogan {
	height:69px;
}

.productSlogan h1 {
	color:#F28B00;
	line-height:69px;
	width: 62%;
	height: 69px;
	float: left;
}

.iconCloudText {
	color:#FFFFFF;
	width: 70%;
	margin-top:-16px;
}

.iconCloudText p { /*knt*/
	margin-top:16px;
	margin-bottom:16px;
}

#purposeBox {
    width: 40%;
	overflow: hidden;
	background-color: #E1CCAD;
}

#purposeBox h1:hover {
    color:#F28B00 !important;
}

#purposeTop {
	height: 201px;
}

#purposeBottom {
	color:#FFFFFF;
	height: 69px;
	line-height: 69px;
}

#purposeBottom h1{
    line-height: 69px;
    background-color: black;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
}

#mtoBox {
	position: relative;
	background-color: #E1CCAD;
	width:40%;
	overflow: hidden;
}

#mtoTop {
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#mtoText {

}

#mtoText p {
	margin-top:16px;
}

.mtoPic {
	background-image: url('/workspace/images/trans_Icon_MadeToOrder.png');
	-moz-background-size:auto 100%; /* Firefox */
	-webkit-background-size:auto 100%; /* Safari, Chrome */
	background-size:auto 100%; /* Opera, IE, W3C Standard */
	
	background-repeat: no-repeat;
	
	background-position: 98% 1px;
	background-position-x: 98%;
	background-position-y: 1px;
}

/* knt: entfernt - weil neues layout für box
#mtoContact {
	margin-top: 5px;
}

#mtoBox p {
	width: 50%;
	padding-right: 20px;
	border-right: 20px;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/

p.mtoLeft{
	float:left;
}

p.mtoRight{
	float:right;
}	

p.furtherInformation strong:hover {
	color:#F28B00;
}

div.secondBar {
	
}

div.productTeaser {
	height: 450px;
	width:20%;
	overflow: hidden;
}

h1.serviceHeading {
	font-size: 27px;
}

div.productTeaser img {
	bottom: 20px;
	position: absolute;
	right: 20px;
	width: 62%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius: 15px;
}


div.productTeaserText ul {
	margin-left:10px;
} 	

div.product {
	width:25%;
	float:left;
	height: 720px;
	overflow: hidden;
}

div.service {
	width:20%;
	float:left;
	overflow: hidden;
}

.service div {
	width:100%;
}

/*PRERELEASE FIX height:560px*/
div.product.mini {
	height: 500px;
}

/*PRERELEASE FIX height:20%*/
.product div {
	width:100%;
	height:25%;
	padding:10px;
}

.product div p {
	float:left;
	width:61%
}

.product div p.furtherInformation {
	margin-bottom:10px;
}

.product img {
	height:84%;
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}

.productDescription div {
	width: 40%;
	float:left;
	border: 5px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mtoDescription {
	width:37.5%;
	float:left;
	height:100%
}

.tabBox {
	padding:0px !important;
	width: 75%;
	margin-top: -5px;

}

.tabBox a {
	padding-left:5px;
	padding-right:5px;
}

ul.tabs {
	float: left;
	list-style: none;
	width:100%;
	margin-left: 15px;
}

ul.tabs li {
	float: left;
	height: 100%;
	width:33.33%;
	padding: 20px;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-border-top-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
	
	-moz-border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
}

.tabContent {
	clear: left;
	padding: 19px;
}

.tabContainer {
	clear: left;
	border: solid 2px #D9D5C9;
	margin-right: 5px;
	margin-left: 5px;
	
	-moz-border-bottom-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	
	-moz-border-bottom-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
}

.productTab ul.tabs {
	margin-left:0px;
	height: 80px;
}

.productTab .tabContent {
	padding:20px;
}

.productTab ul.tabs li.active {
	background-color: #fee9d2;
}

.productTab a {
	padding:0px;
}

.overBox {
	background-color: #D9D5C9;
	position: relative;
	cursor:pointer;
}

.overBox:hover {
	background-color: #fee9d2;
}

div.footer {
	background-color: #000000;
	height:60px;
	text-align:center;
	margin-top: 5px;
	float: left;
	width: 100%;
}

.footer a {
	color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	line-height:60px;
}

/*
* Grid List
*/
/*PRERELEASE ADDED CLASS*/
.quarter {
	width:25% !important;
}


.grid_list {
	width:20%;
	float:right;
}

.grid_list ul {
    list-style-type: none;
    list-style-image:none;
    background-color:silver;
    margin:0px;
    border-left:1px solid #D9D5C9;
    border-right:1px solid #D9D5C9;
}

.grid_list ul li {
    border-bottom:1px solid #D9D5C9;
    margin:0px;
    padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
}

.grid_list li:first-child {
    border-top:1px solid #D9D5C9;
}

.grid_list a {
    display:block;
}

.grid_list ul li:nth-child(even){
    background-color: #D9D5C9;
}

.grid_list ul li:nth-child(odd){
    background-color: #EEECE3;
}

.grid_list ul li:hover {
    background-color:#FEE9D2;
}

.grid_list ul li span {
    color:#0d81cc;
    font-family: "ITCAvantGardeW01-CnBk";
}

/*
*	Twitter
*/

/***
* Twitter List < Grid_list
*/
.twitter_list {
    padding:0px;
}

.twitter_list .tweet img {
    display:block;
}

.twitter_list .tweet img.twtBottom {
    margin-left: -75px;
}

.twitter_list ul li {
    cursor:pointer;
}

.twitter_list .tweet {
    background-color:#000000;
    height:30px;
}

h1.tweet {
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;	
	border-top-left-radius: 10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius: 10px;
}

a.tweet {
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;	
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius: 10px;
}

a.tweet div {
    width: 50%;
    float: right;
}

.twitter_list ul a {
    display:inline;
}

.twitter_list ul a:hover {
    display:inline;
}					

/*
* Contact Form
*/

.contactForm {
	display: block;
	width: 75%;
	padding-left:0px;
	padding-top:0px;
	height:auto;
}

.contactForm div {
	padding-bottom:8px;
}

.contactForm select {
	border:1px solid #F28B00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}

.contactForm input {
	border:1px solid #F28B00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}

.contactForm textarea {
	border:1px solid #F28B00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}

.text h1, .contactForm h1 {
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}

.contactForm .line1 {
	display:block;
}

.contactForm .line1 label.first {
	width: 20%; 
	float: left;
}

.contactForm .line1 label.second {
	width: 80%; 
	float: left;
}

.contactForm .line1 label select {
	width: 85%;
}
.contactForm .line1 label input {
	width: 100%;
}

.contactForm .line2 {
	display:block;
}

.contactForm .line2 label {
	width: 50%; 
	float: left;
}

.contactForm .line2 label input {
	width: 95%;
}

.contactForm .line2 label input.second {
	width: 100%;
}

.contactForm .line3 {
	display:block;
}

.contactForm .line3 label {
	width: 100%; 
	float: left;
}

.contactForm .line3 label input {
	width: 100%;
}

.contactForm .line4 {
	display:block;
}

.contactForm .line4 label {
	width: 50%; 
	float: left;
}

.contactForm .line4 label input {
	width: 95%;
}

.contactForm .line4 label input.second {
	width: 100%;
}

.contactForm .line5 {
	display:block;
}

.contactForm .line5 label {
	width: 100%; 
	float: left;
}

.contactForm .line5 label textarea {
	width: 100%;
	height: 150px;
	resize: none;
}

.contactForm .line6 {
	display:block;
}
.contactForm .line7 {
	display:block;
	text-align: right;
}

.floatingText {
	padding: 0px;
	width: 75%;
	height:auto;
}

/*Blog*/

.blogTeaserBoard {
	background-color: #EEECE3;
	width: 80%;
}

.blogEntry {
	margin-top:25px;
	padding-bottom:30px;
	border-bottom: 2px solid #D9D5C9;
}

a.readMoreLink {
	float: right;
}

.blogHeader {
	width:80%;
}

.blogDate {
	width:20%;
}

.blogTeaser {
	
}

.contactMini {
	background-color: #D9D5C9;
	width: 25%;
	padding: 0px;
}

.contactBoxTop  {
padding-left: 20px;
padding-top: 15px;
}

.contactBoxBottom  {
	padding-left: 20px;
	padding-bottom:15px;
}

/*Device scaling media queries*/

/**
*	Maximum
**/
@media (min-width: 1001px) {
	.bodyWrapper {
		min-width:640px;
		max-width:1200px;
	}
}

/**
*	Medium
**/
@media (min-width: 641px) and (max-width: 1000px) {
	a.menuElement {
		margin-left: 4px;
		margin-right: 4px;
		font-size: 11px;
		font-weight: bold;
	}
	
	.hide {
		display:none;
	}
	
	.quarter {
		width:100% !important;
	}

	#productHead, #iconCloudBox, .tabBox {
		width:100% !important;
	}
	
	#productHead.half, #iconCloudBox.half, #mtoBox, .productTeaser, .product, .mtoDescription, #purposeBox {
		width:100% !important;

	}
	
	div.product, .productTeaser {
		height: auto !important;
	}
	
	.rowheightlow {
		height:300px;
	}
	
	.rowheighthigh {
		height:auto;		
	}
	
	.rowheighthigh #purposeTop {
		height: auto;
	}
	
	#purposeBottom {
		margin-bottom: -20px;
		margin-top: 10px;
	}
	
	.productDescription div {
		width:50% !important;
	}
	
	.firstMini {
		width: 100% !important;
		height: 35% !important;
	}
	
	.firstMini img {
		height: 100% !important;
		width:auto !important;
	}
	
	div.product.mini {
		height: 170px !important;
	}
	
	.mini {
		width: 100% !important;
		height: auto !important;
	}
	
	.mini div {
		width:25%;
	}
	
	.product img {
		height:auto;
		width: 40%;
	}
	
	.product div {
		height: 100%;
	}
	
	.product div p {
		width: 100%;
		float:none;
	} 
	
	.service div {
		height: 155px;
	}
	
	nav li {
		margin-right: 0px;
		margin-left: 8px;
	}
	
	.secondBar {
		height:auto !important; 	
	}
	
	.secondBar.productSecondBar {
		height:auto !important; 
	}
	
	.tabBox {
		height:auto;
	}
	
	.productTab .tabContainer {
		height:auto;
	}
	
	div.productTeaser h1 {
		float: left;
		font-size: 32px;
	}
	

	div.productTeaserText {
		width: 100%;
		clear: left;
	}
	
	div.productTeaser img {
		position: static;
		width:22%;
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius: 5px;
	}
	
	.grid_list {
		width:100%;
	}
	
	.floatingText {
		width: 100%;
	}
	
	.blogTeaserBoard {
		width: 75%;
		height: auto;
	}
	
	.contactForm {
	display: block;
	width: 100%;
	padding-left:0px;
	padding-top:0px;
	height:auto;
	}

	.contactMini {
		width: 100%;
	}


}

/**
*	Minimum
**/
@media (min-width: 0px)  and (max-width: 640px) {
	body {
		min-width:320px;
	}

	h1 {
		font-size:26px;
	}
	
	.iconCloudText {
		width: 100%;
	}

	div.headbar {
		height:70px;
	}
	
	div.socialBar {
		top: -95px;
	}
	
	#logo {
		top: -92px;
	}
	
	#home {
		margin-right: 5px;
	}
	
	#search {
		margin-right:5px;
		width:105px;
		float:right;
	}
	
	#socialSearchLing{
		width: 120px;
	}
	
	nav {
		height: auto;
		width: 100%;
		right: 0px;
		z-index: 1;
	}
	
	nav a {
		text-align: left;
		border-bottom: 1px solid #878787;
		width: 100%;
	}
	
	nav ul {
  		display: none;
  		height: auto;
  	}
	
	nav li {
		float: none;
  		position: relative;
		margin-left:10px;
		margin-right:0px;
		font-weight: bold;
	}
	
	nav ul a:hover  {
		background-color: #fee9d2;
	}	
	
	nav a#pull {
		display: block;
		position: relative;
		text-align: left;
		color:#FFFFFF;
		font-weight: bold;
		background: url('/workspace/images/nav-icon.png') no-repeat scroll 95% 50% transparent;
		
		
	}
	
	nav a#pull:hover {
		color:#FFFFFF !important;
		background: url('/workspace/images/nav-icon_orange.png') no-repeat scroll 95% 50% transparent;
	}

	nav a#pull:after {
		content:"";
	}
	
	a.language {
		float: right;
		margin-right:8px;
	}
	
	.box {
		width:100% !important;
		height:auto !important;
	}
	
	#mtoTop{
		height: 33%;
	}
	
	#purposeBottom {
		margin-bottom: -20px;
		margin-top: 10px;
	}
	
	#purposeTop {
		height:auto !important;
	}
	
	#productHeadIcon {
		right: -20px;
	}

	#productHeadSlogan  {
		width:62%;
		font-size: 18px;
		line-height: 34px;
	}
	
	#productHeadTitle {
		width: 38%;
		font-size: 34px;
		line-height: 34px;
	}
	
	div.row1 span:first-child {
		right: -16%;
		font-size: 17px;
	}
	
	div.row1 span:first-child + span {
		left: 59%;
	}
	
	div.row2 span:first-child {
		font-size: 22px;
	}
	
	div.row3 {
		height: 45px;
	}
		
	div.row3 span:first-child {
		left: 21%;
		font-size: 17px;
	}
	
	div.row4 {
		width: 55%;
		height: 65px;
	}
	
	div.row4 span:first-child {
		right: -23%;
		font-size: 21px;
	}
	
	div.row4 span:first-child + span {
		left: 16%;
		font-size: 18px;
		line-height: 18px;
	}
	
	
	div.productTeaserText {
		width: 100%;
		clear: left;
	}
	
	div.productTeaser img {
		position: static;
		width:30%;
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius: 5px;
	}
		
	div.productTeaser h1 {
		float: left;
	}
	
	div.mini {
		width: 100%;
		height:auto !important;
	}
	
	.mini div p {
		width: 55%;
	}
	
	.product img {
		height:100px;
	}
	
	.productDescription div {
		width: 100%;
	}
	
	.productTab ul.tabs h1{
		font-size:25px;
	}
	
	ul.tabs li {
		padding-top: 10px;
	}
	
	.footer a {
		margin-left:10px;
		margin-right:10px;
		line-height:30px;
	}
}
