@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; font-family: 'HelveticaNeueLT-Roman';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, 
q:before {
	content: ' » ';
	color:#F00;
	font-size:14px;
}

blockquote:after, q:after {
	content: ' « ';
	color:#F00;
	font-size:14px;

}

i {font-style:italic;}

strong {font-weight:bold;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr.shadow { 
	position: relative; 
	width: 90%; 
	height: 50px; 
	border: 0; 
	margin: 0 auto; 
	overflow: hidden; 
	margin-top:30px;
	margin-bottom:20px;
}
 
hr.shadow:before { 
	content: ""; 
	position: absolute; 
	top: -25px; 
	left: 0; 
	width: 100%; 
	height: 25px; 
	z-index: 50; 
	border-radius: 0 0 100% 100% / 0 0 150% 150%; 
	box-shadow: 0 0 20px 7px rgba(0,0,0,0.03), 0 0 10px 3px rgba(0,0,0,0.05); 
} 

hr.shadow-last { 
	position: relative; 
	width: 90%; 
	height: 20px; 
	border: 0; 
	margin: 0 auto; 
	overflow: hidden; 
}
 
hr.shadow-last:before { 
	content: ""; 
	position: absolute; 
	top: -25px; 
	left: 0; 
	width: 100%; 
	height: 25px; 
	z-index: 50; 
	border-radius: 0 0 100% 100% / 0 0 150% 150%; 
	box-shadow: 0 0 20px 7px rgba(0,0,0,0.03), 0 0 10px 3px rgba(0,0,0,0.05); 
} 

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


/* Inputfields */

label {font-family: 'HelveticaNeueLT-Roman'; font-size:12px; color:#000; width:150px; height:25px; line-height:25px; margin-bottom:10px; display:inline-block;}

select {
	height:25px; 
	line-height:25px; 
	width: 200px; 
	border:none; 
	background:#efefef; 
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
	
#viewer{
	margin:0 auto;
	width:1024px;
	height:460px;
}

input[type=text] {
	height:25px; 
	line-height:25px; 
	width: 190px; 
	border:none; 
	background:#efefef; 
	-webkit-transition: background 350ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
	padding-left:10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus {background:#666; color:#FFF;}

textarea {
	height:75px; 
	line-height:25px; 
	width: 190px; 
	border:none; 
	background:#efefef; 
	font-family: 'HelveticaNeueLT-Roman';
	font-size:12px;
	padding:5px;
	-webkit-transition: background 350ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
	
textarea:focus {background:#666; color:#FFF;}

input[type=submit] {margin-left:150px; margin-top:20px; height:25px; width:150px; line-height:25px; border:none; background:#666; color:#FFF; -webkit-transition: background 350ms ease-in-out; 	-moz-transition: background 500ms ease-in-out; 	-ms-transition: background 500ms ease-in-out; 	-o-transition: background 500ms ease-in-out; 	transition: background 500ms ease-in-out;-webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; cursor:pointer;}

input[type=submit]:hover {background:#f00; color:#fff;} 

/* Wrapper */

div#main {width:100%; height:auto; border-top:3px solid #f00;}

.wrapper {width:1024px; height:auto; margin:auto;}

.liner {height:1px; border-bottom:1px solid #ededed;}

.clb {clear:both;}

.top15 {margin-top:15px;}

h4 a {color:#F00; text-decoration:none;}

/* Header */

header {width:100%; height:120px;}

header#lang {width:100%; height:70px;}

div#logo {width:421px; height:51px; margin-top:5px; padding-left:20px; float:left;}

div#tech-nav {width:180px; height:60px; margin-top:5px; float:right; display:none;}

div#tech-nav p {font-size:12px; font-family: 'HelveticaNeueLT-Roman'; color:#666; line-height:20px;}

div#langselect {height:25px; width:180px; float:right; margin-top: 23px; z-index:1; position:relative;}

div#langselect ul {height:25px; width:160px; background: rgba(50, 50, 50, 0.8);  color:#fff; border:none; outline:none; line-height:25px; overflow:hidden; background-image:url(../img/arr-down.png); background-position:top right; background-repeat:no-repeat; 
			-webkit-transition: all 500ms ease-in-out;
			-moz-transition: all 500ms ease-in-out;
			-ms-transition: all 500ms ease-in-out;
			-o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
			}

div#langselect ul:hover {
			height:55px; 
			background-image:none;
			}

div#langselect ul li {padding-left:10px;}

div#langselect ul li img {padding-right:10px;}

div#langselect ul li a {color:#FFF; font-family: 'HelveticaNeueLT-Roman'; text-decoration:none; font-size:12px;}

div#langselect ul li a:hover {color:#F00;}


/* Main-Navigation */

nav {width:80%; height:25px; margin-top: 30px; font-family:font-family: 'HelveticaNeueLT-Roman'; font-size:14px; color:#666; float:left;}

nav ul li {float:left; display:block; margin-left:18px; position:relative;}

nav ul li a {text-decoration:none; color:#666; padding-right:18px;}

nav ul li a.last {padding-right:0px;}

nav ul li a:hover {color:#f00;}

nav > #menu > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 25px;
	left: 0px;
	z-index: 40;
	padding: 30px 10px 40px 10px;
	line-height: 20px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 15px 15px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);


}

nav > #menu > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

nav ul li h4 a {color:#f00;}

div#erodieren-und-automatisieren {
	width:800px; height:auto;
	}
	
#unternehmen-nav {width:800px; margin-left:-493px;}
	
div.expand-nav ul li,  div#unternehmen-nav ul li  {width:160px; height:auto; float:left; margin-right:20px; position:relative; padding-left:0px;}

div#erodieren-und-automatisieren ul li.zweihundert {width:200px; height:auto; float:left; margin-right:20px; position:relative; padding-left:0px;}

div#erodieren-und-automatisieren ul li.last, div#kundenservice ul li.last, div.expand-nav ul li.last, div#unternehmen-nav ul li.last {margin-right:0px;}

div#erodieren-und-automatisieren ul li h3, div#kundenservice ul li h3, div.expand-nav ul li h3, div#unternehmen-nav ul li h3 {
				font-family: 'HelveticaNeueLT-Roman'; 
				font-size:28px; 
				color:#f00; 
				font-weight:400; 
				margin-bottom:10px; 
				line-height:48px;
				}
				
div#erodieren-und-automatisieren ul li h4, div#kundenservice ul li h4, div.expand-nav ul li h4, div#unternehmen-nav ul li h4 {
				font-family: 'HelveticaNeueLT-Roman'; 
				font-size:18px; 
				color:#f00; 
				font-weight:400; 
				line-height:22px;
				}
				
div#erodieren-und-automatisieren ul li h5, div#kundenservice ul li h5, div.expand-nav ul li h5, div#unternehmen-nav ul li h5 {
				font-family: 'HelveticaNeueLT-Roman'; 
				font-size:12px; 
				color:#000; 
				font-weight:700;
				margin-bottom:10px; 
				line-height:18px;
				}

div#erodieren-und-automatisieren ul li li, div#kundenservice ul li li, div.expand-nav ul li li, div#unternehmen-nav ul li li {
				float:none; 
				padding:0; 
				margin:0;
				}

div#erodieren-und-automatisieren ul li li a, div#kundenservice ul li li a, div.expand-nav ul li li a, div#unternehmen-nav ul li li a {
				color:#000; 
				font-size:12px;
				text-decoration:none; 
				background-image:url(../img/arr-left-red.png); 
				background-position:left; background-repeat:no-repeat; 
				padding-left:15px;
				-webkit-transition: all 250ms ease-in-out;
				-moz-transition: all 250ms ease-in-out;
				-ms-transition: all 250ms ease-in-out;
				-o-transition: all 250ms ease-in-out;
				transition: all 250ms ease-in-out;
				}
				
div#erodieren-und-automatisieren ul li li a.external, div#kundenservice ul li li a.external, div.expand-nav ul li li a.external, div#unternehmen-nav ul li li a.external {
				background-image:url(../img/external_link.png);
				}
				
div#erodieren-und-automatisieren ul li li a.mvrmini {background-image:url(../img/mvrmini.png); padding-left:20px;}
div#erodieren-und-automatisieren ul li li a.mvsmini {background-image:url(../img/mvsmini.png); padding-left:20px;}
div#erodieren-und-automatisieren ul li li a.mpmini {background-image:url(../img/mpmini.png); padding-left:20px;}
div#erodieren-und-automatisieren ul li li a.mxmini {background-image:url(../img/mxmini.png); padding-left:20px;}
div#erodieren-und-automatisieren ul li li a.easmini {background-image:url(../img/easmini.png); padding-left:20px;}
div#erodieren-und-automatisieren ul li li a.eavmini {background-image:url(../img/eavmini.png); padding-left:20px;}
div#erodieren-und-automatisieren ul li li a.fasmini {background-image:url(../img/fasmini.png); padding-left:20px;}
div#erodieren-und-automatisieren ul li li a.startmini {background-image:url(../img/startmini.png); padding-left:20px;}
div#erodieren-und-automatisieren ul li li a.automationmini {background-image:url(../img/automationmini.png); padding-left:20px;}

div#maincontent ul li li a.mvrmini {background-image:url(../img/mvrmini.png); padding-left:26px;}
div#maincontent ul li li a.mvsmini {background-image:url(../img/mvsmini.png); padding-left:26px;}
div#maincontent ul li li a.mpmini {background-image:url(../img/mpmini.png); padding-left:26px;}
div#maincontent ul li li a.mxmini {background-image:url(../img/mxmini.png); padding-left:26px;}
div#maincontent ul li li a.easmini {background-image:url(../img/easmini.png); padding-left:26px;}
div#maincontent ul li li a.eavmini {background-image:url(../img/eavmini.png); padding-left:26px;}
div#maincontent ul li li a.fasmini {background-image:url(../img/fasmini.png); padding-left:26px;}
div#maincontent ul li li a.startmini {background-image:url(../img/startmini.png); padding-left:26px;}
div#maincontent ul li li a.automationmini {background-image:url(../img/automationmini.png); padding-left:26px;}

div#maincontent ul li li a.mvrmini:hover, div#maincontent ul li li a.mvsmini:hover, div#maincontent ul li li a.mpmini:hover, div#maincontent ul li li a.mxmini:hover, div#maincontent ul li li a.easmini:hover, div#maincontent ul li li a.eavmini:hover, div#maincontent ul li li a.fasmini:hover, div#maincontent ul li li a.startmini:hover, div#maincontent ul li li a.automationmini:hover {
	background-image:url(../img/mini-white.png);
	}
				
div.expand-nav p {font-size:12px; color:#000;}
				
div#erodieren-und-automatisieren ul li li a:hover, div#kundenservice ul li li a:hover, div.expand-nav ul li li a:hover, div#unternehmen-nav ul li li a:hover {color:#F00;}


/* Main-Pic */

div#sliderwrap, div#main-img-wrap {width:100%; height:400px; margin-top:20px; background-color:#333; z-index:3;}

div#slider, div#main-img {width:1024px; height:400px; margin:auto; position:relative;}

div.slidercaption, div#main-img-caption {
	position: absolute;
	bottom: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	background: rgba(0, 0, 0, 0.8);
	width: 984px;
	height: 49px;
	overflow: hidden;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	}

div.slidercaption:hover, div#main-img-caption:hover {
	height:155px;
	background: rgba(255, 0, 0, 0.9);
	color:#666;
	cursor:pointer;
	}

div.slidercaption h3, div#main-img-caption h3 {font-family: 'HelveticaNeueLT-Thin'; font-size:28px; color:#fff; font-weight:400; margin-bottom:10px; line-height:48px; padding-top:10px;}

div.slidercaption img, div#main-img-caption img {float:right;}

div.slidercaption p, div#main-img-caption p {font-family: 'HelveticaNeueLT-Thin'; font-size:18px; color:#fff; line-height:22px;}

div.slidercaption a, div#main-img-caption a {font-family: 'HelveticaNeueLT-Roman'; font-size:18px; color:#fff; font-weight:400; line-height:22px;}

div.slidercaption hr, div#main-img-caption hr {height:1px; width:984px; background:none; border:none; border-bottom:1px solid #fff; outline:none; margin-bottom:20px; }

div.prev {position:absolute; width:50px; height:50px; top:0; left:0; margin-top:170px; background: rgba(0, 0, 0, 0.4); -webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px; background-image:url(../img/slider/prev.png); background-repeat:no-repeat; cursor:pointer;}

div.next {position:absolute; width:50px; height:50px; top:0; right:0; margin-top:170px; background: rgba(0, 0, 0, 0.4); -webkit-border-radius: 50px 50px 50px 50px;
border-radius: 50px 50px 50px 50px; background-image:url(../img/slider/next.png); background-repeat:no-repeat; cursor:pointer;}

div#slidernav {width:100%; height:50px; background-color:#efefef;}

div#slidercap {position:absolute; width:100%; height:auto; margin-top:55px; line-height:60px; padding-left:20px;}
div#slidercap h1 {font-family: 'HelveticaNeueLT-Thin'; font-size:53px; color:#F00;}
div#slidercap h2 {font-family: 'HelveticaNeueLT-Thin'; font-size:24px; color:#666; line-height:30px; margin-top:28px;}
div#slidercap a {font-family: 'HelveticaNeueLT-Thin'; font-size:18px; color:#fff; background:#666; padding:5px 10px 5px 10px; border:1px solid #efefef; text-decoration:none;}
div#slidercap a:hover {background:#f00; color:#fff;}

/* Start-Content */

div#maincontent {
	width:1024px; 
	margin:auto; 
	height:auto;
	background-color:#fff;
	}


div#maincontent-product {
	width:1024px; 
	margin:auto; 
	height:auto;
	background-color:#fff;
	}

div#maincontent h3, div#maincontent-product h3 {font-family: 'HelveticaNeueLT-Roman'; font-size:28px; color:#f00; font-weight:400; margin-bottom:0px; line-height:36px;}
div#maincontent h4, div#maincontent-product h4 {font-family: 'HelveticaNeueLT-Roman'; font-size:18px; color:#f00; font-weight:400; line-height:22px;}
div#maincontent h5, div#maincontent-product h5, div#maincontent h5 a {font-family: 'HelveticaNeueLT-Roman'; font-size:12px; color:#000; font-weight:700; margin-bottom:10px; line-height:18px; text-decoration:none;}

div#maincontent h4.subheadline, div#maincontent-product h4.subheadline  {font-family: 'HelveticaNeueLT-Roman'; font-size:18px; color:#000; font-weight:400; line-height:22px; margin-top:0px; padding-top:0px; margin-bottom:20px;}
div#maincontent p, div#maincontent-product p {color:#000; font-size:12px; line-height:18px;}


div#ourproducts {width:850px; height:auto; float:left; margin-top:40px;}
div.conwrap.startpage {width:100%; height:auto; float:none; margin-top:20px; text-align:center;}
div.conwrap.startpage.semipageleft {float:left; width:45%; height:auto; margin-top:20px; text-align:center;}
div.conwrap.startpage.semipageright {float:right; width:45%; height:auto; margin-top:20px; text-align:center;}

div#drahterodiermaschinen {width:203px; height:auto; padding-right:10px; float:left;}

div#senkerodiermaschinen {width:203px; height:auto; padding-right:10px; float:left;}

div#automation {width:203px; height:auto; padding-right:10px; float:left;}

div#startlochbohren {width:203px; height:auto; padding-right:0px; float:left;}

div#ourproducts ul, div.conwrap.startpage ul {margin-top:20px;}

div#ourproducts ul li, div.conwrap.startpage ul li {margin-bottom:10px; font-size:12px; line-height:18px;}
div#ourproducts ul li a, a.textlink {
				color:#000; 
				text-decoration:none; 
				background-image:url(../img/arr-left-red.png); 
				background-position:left; background-repeat:no-repeat; 
				padding-left:15px;
				-webkit-transition: all 250ms ease-in-out;
				-moz-transition: all 250ms ease-in-out;
				-ms-transition: all 250ms ease-in-out;
				-o-transition: all 250ms ease-in-out;
				transition: all 250ms ease-in-out;
				}
				
div.conwrap.startpage ul li a {
				color:#000; 
				text-decoration:none; 
				background-image:url(../img/arr-left-red.png); 
				background-position:10px center; background-repeat:no-repeat; 
				padding-left:25px;
				display:block;
				}	
				
div.conwrap.startpage ul li h4 a {padding:0; background-image:none; color:#f00;}	
div.conwrap.startpage ul li h4 a:hover {background:none; color:#f00;}
				
div.conwrap.startpage ul li a:hover {background:#f00; color:#fff; background-image:url(../img/arr-left-white.png); background-position:10px center; background-repeat:no-repeat; }
				
div#ourproducts ul li a:hover, a.textlink:hover {
				color:#F00;
				padding-left:17px;
				}
				
				
div#content-right {float:right; width:138px; height:auto; margin-top:40px;}

div#content-right p {font-size:12px; color:#000; font-family: 'HelveticaNeueLT-Roman'; line-height:18px; margin-top:10px; margin-bottom:20px;}

div#profil {
			width:138px; 
			height:195px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/profil.png); 
			background-position:left; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition:  250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			}

div#profil:hover {
			background-position:right;
			}

div#profil a {display:block; width:138px; height:195px;}

div#umweltschutz {
			width:138px; 
			height:195px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/umweltschutz.jpg); 
			background-position:left; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			}

div#umweltschutz:hover {
			background-position:right;
			}

div#umweltschutz a {display:block; width:138px; height:195px;}

div#changes {
			width:138px; 
			height:183px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/changes.jpg); 
			background-position:left; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			}

div#changes:hover {
			background-position:right;
			}

div#changes a {display:block; width:138px; height:183px;}


div#broschuere {
			width:195px; 
			height:138px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/mvr1200.png);
			background-position:top; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			}
			
div#broschuereen {
			width:195px; 
			height:138px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/mvs1200.jpg);
			background-position:top; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			}

div#broschueremvren {
			width:195px; 
			height:138px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/mvr1200en.jpg);
			background-position:top; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			} 
			
div#broschueremvsde {
			width:195px; 
			height:138px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/mvs1200de.jpg);
			background-position:top; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			} 

div#broschuere:hover, div#broschuereen:hover, div#broschueremvren:hover, div#broschueremvsde:hover  {
			background-position:bottom;
			}

div#broschuere a, div#broschuereen a, div#broschueremvren a, div#broschueremvsde a {display:block; width:138px; height:195px;}



div#aktuelles {
			width:138px; 
			height:195px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/broschueren-download.jpg);
			background-position:right; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			}


div#neueroeffnung {
				width:138px; 
			height:195px; 
			-webkit-box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3);
			box-shadow: 2px 2px 5px 1px rgba(102,102,102,0.3); 
			overflow:hidden; 
			background:url(../img/neueroeffnung.jpg);
			background-position:left; 
			background-repeat:no-repeat;
			-webkit-transition: all 250ms ease-in-out;
			-moz-transition: all 250ms ease-in-out;
			-ms-transition: all 250ms ease-in-out;
			-o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
			}


div#neueroeffnung:hover {
			background-position:right;
			}

div#neueroeffnung a {display:block; width:138px; height:195px;}

div#newscontent {height:auto; width:850px; display:block;}

div#newscontent p {line-height:20px; margin-bottom:20px;}

div#customers, div.left-infobox {width:400px; height:auto; float:left;}
div#frontpage, div.right-infobox {width:400px; height:auto; float:left; margin-left:25px;}

div#customers img, div#frontpage img, .left-infobox img, .right-infobox img {float:left; padding-right:10px;}

div#customers blockquote, .left-infobox blockquote, .right-infobox blockquote { font-size:12px; line-height:20px; font-family: 'HelveticaNeueLT-Roman'; width:360px;}

div#frontpage p, .left-infobox p, .right-infobox p {font-family: 'HelveticaNeueLT-Roman'; color:#000; line-height:20px; font-size:12px;}

div#socialcontent {height:auto; width:850px;}

div#partner {width:825px; height:auto; float:left;}
div#socialmedia {width:400px; height:auto; float:left; margin-left:25px;}

div#partner p, div#socialmedia p {font-family: 'HelveticaNeueLT-Roman'; color:#000; line-height:20px;padding-top:20px; font-size:12px;}

div#partner a {color:#F00; font-weight:bold;}

div#partner ul {margin-top:40px;}

div#partner ul li { width:350px; height:150px; float:left; margin-bottom:40px; margin-right:50px; text-align:center;}

div#partner ul li.last-partner {margin-right:0px;}

div#fb, div#gp, div#yt, div#li {
			width:35px; 
			height:35px; 
			float:left; 
			margin-right:20px; 
			}

div#fb a, div#gp a, div#yt a, div#li a {width:35px; height:35px; display:block;}

div#fb {	
			background-image:url(../img/social/facebook-bw.jpg);   			
			-webkit-transition: all 500ms ease-in-out; 
			-moz-transition: all 500ms ease-in-out;
			-ms-transition: all 500ms ease-in-out;
			-o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
			}
		
div#gp {
			background-image:url(../img/social/google-plus-bw.jpg);   			
			-webkit-transition: all 500ms ease-in-out; 
			-moz-transition: all 500ms ease-in-out;
			-ms-transition: all 500ms ease-in-out;
			-o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
			}
		
div#yt {	
			background-image:url(../img/social/youtube-bw.jpg); 
  			-webkit-transition: all 500ms ease-in-out; 
			-moz-transition: all 500ms ease-in-out;
			-ms-transition: all 500ms ease-in-out;
			-o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
			}
		
div#li {
			background-image:url(../img/social/linked-in-bw.jpg); 
  			-webkit-transition: all 500ms ease-in-out; 
			-moz-transition: all 500ms ease-in-out;
			-ms-transition: all 500ms ease-in-out;
			-o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
			}

div#fb:hover {background-image:url(../img/social/facebook.jpg);}
		
div#gp:hover {background-image:url(../img/social/google+.jpg);}
		
div#yt:hover {background-image:url(../img/social/youtube.jpg)}
		
div#li:hover {background-image:url(../img/social/linkedin.jpg);}



/* Footer */

footer {height:auto; padding-bottom:20px; background:#000; color:#FFF;}

div#footerwrap {width:1024px; height:auto; margin:auto;}

div#breadcrumb {width:1024px; margin:auto; height:30px;margin-top:10px; margin-bottom:10px; font-family: 'HelveticaNeueLT-Roman'; font-size:12px; color:#fff;}

div#copyright {width:450px; float:left; height:auto; font-family: 'HelveticaNeueLT-Roman'; color:#fff; font-size:12px;}

div#technav-bottom {text-align:right;width:450px; float:right; height:auto; font-family: 'HelveticaNeueLT-Roman'; color:#fff; font-size:12px;}

div#technav-bottom a {font-family: 'HelveticaNeueLT-Roman'; color:#fff; font-size:12px; text-decoration:none;}

.blackshift-turn
		{
		width:100%;
		height:39px;
		background-image:url(../img/shift-black-turn.png);
		background-position:top right;
		background-repeat:no-repeat;	
		z-index:12;
		margin-top:80px;
		}

#breadcrumbs {height:30px; width:1024px; font-family: 'HelveticaNeueLT-Roman'; color:#F00; font-size:12px; margin:auto; padding-top:20px; border-bottom:1px solid #efefef;}

#breadcrumbs a {color:#000; text-decoration:none}

#breadcrumbs a:after {content: " // "; color:#000; }

div#machine-info {width:750px; height:auto; float:left; } 

div#machine-info p { font-size:12px; color:#000; line-height:18px; font-family: 'HelveticaNeueLT-Roman';}

div#machine-info h5 {margin-top:30px;}

.checklist {padding-top:0px; margin-top:0px;}

.checklist li {padding-left:30px; background:url(../img/check.png); background-position:left; line-height:20px; background-repeat:no-repeat;}

.featurelist {padding-top:0px; margin-top:0px;}

.featurelist  li {line-height:20px; background-repeat:no-repeat;}

div#machine-gallery {width:750px; height:auto;}

div#machine-gallery ul {margin:auto;}

div#machine-gallery ul li {float:left; width:230px; height:122px; margin-left:20px; position:relative;}

div#machine-gallery ul li a {margin:0; padding:0; background-image:none; background:none; display:block; width:230px; height:122px;}

div#machine-gallery ul li a:hover {padding-left:0;}

div#machine-gallery ul li .detail-caption {font-size:10px; position:absolute; bottom:0;padding-left: 5px; padding-top:4px; height:20px; width:100%; background: rgba(255, 255, 255, 0.9);}

div#machine-features {width:750px; height:335px; margin-top:40px; position:relative;}

div#machine-feature img.main {float:left; padding-right:20px;}

div#hotspot1, div#hotspot2, div#hotspot3, div#hotspot4, div#hotspot5, div#hotspot6, div#hotspot7, div#hotspot8, div#hotspot9, div#hotspot10, div#hotspot11, div#hotspot12, div#hotspot13, div#hotspot14, div#hotspot15 {
	position:absolute;
	width:40px;
	height:40px;
	}
	
div#hotspot3 a, div#hotspot5 a, div#hotspot7 a, div#hotspot8 a, div#hotspot9 a, div#hotspot10 a, div#hotspot11 a {
	display:block;
	width:40px;
	height:40px;
	background:rgba(255,0,0,0.8);
	-webkit-border-radius: 40px 40px 40px 40px;
	border-radius: 40px 40px 40px 40px;
	border:3px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
	
div#hotspot1 a, div#hotspot2 a, div#hotspot4 a, div#hotspot6 a, div#hotspot12 a, div#hotspot13 a, div#hotspot14 a, div#hotspot15 a {
	display:block;
	width:40px;
	height:40px;
	background:rgba(0,0,0,0.8);
	-webkit-border-radius: 40px 40px 40px 40px;
	border-radius: 40px 40px 40px 40px;
	border:3px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
	
div#hotspot1 a {
		background-image:url(../img/haube-oeffnen.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot2 a {
		background-image:url(../img/filter.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot3 a {
		background-image:url(../img/bedienung.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot4 a {
		background-image:url(../img/automatische-reinigung.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot5 a {
		background-image:url(../img/erodieren.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot6 a {
		background-image:url(../img/kontaktwechsel.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot7 a {
		background-image:url(../img/zahnrad.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot8 a {
		background-image:url(../img/tisch.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot9 a {
		background-image:url(../img/3d-lageerfassung.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot10 a {
		background-image:url(../img/solide-konstruktion.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot11 a {
		background-image:url(../img/tubular-direkt.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot12 a {
		background-image:url(../img/digital-fs.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot13 a {
		background-image:url(../img/tools.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot14 a {
		background-image:url(../img/spindel.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot15 a {
		background-image:url(../img/robot.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
div#hotspot1 a:hover, div#hotspot2 a:hover, div#hotspot3 a:hover, div#hotspot4 a:hover, div#hotspot5 a:hover, div#hotspot6 a:hover, div#hotspot7 a:hover, div#hotspot8 a:hover, div#hotspot9 a:hover, div#hotspot10 a:hover, div#hotspot11 a:hover, div#hotspot12 a:hover, div#hotspot13 a:hover, div#hotspot14 a:hover, div#hotspot15 a:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	background-image:url(../img/play-video.png);
	}
		
div#hotspot1 {	
				top:50px; 
				left:160px; 	
				}
				
div#hotspot2 {
				top:140px; 
				left:20px; 	
				}
				
div#hotspot3 {
				top:60px; 
				left:310px; 	
				}
				
div#hotspot4 {
				top:140px; 
				left:250px; 	
				}
				
div#hotspot5 {	
				top:130px; 
				left:180px; 	
				}
				
div#hotspot6 {	
				top:130px; 
				left:180px; 	
				}
				
				
div#hotspot7 {	
				top:30px; 
				left:150px; 	
				}
				
div#hotspot8 {	
				top:150px; 
				left:240px; 	
				}
				
div#hotspot9 {	
				top:100px; 
				left:140px; 	
				}
				
div#hotspot10 {	
				top:200px; 
				left:160px; 	
				}
				
div#hotspot11 {	
				top:150px; 
				left:80px; 	
				}		
				
div#hotspot12 {	
				top:150px; 
				left:80px; 	
				}		
				
div#hotspot13 {	
				top:150px; 
				left:240px; 	
				}	
				
div#hotspot14 {	
				top:130px; 
				left:180px; 	
				}		
				
div#hotspot15 {	
				top:60px; 
				left:280px; 	
				}		
				
				
				
div#hotspot1 a:hover, div#hotspot2 a:hover, div#hotspot3 a:hover, div#hotspot4 a:hover, div#hotspot5 a:hover, div#hotspot6 a:hover {	
				background-image:url(../img/play-video.png);
				background-repeat:no-repeat;
				background-position:center;
				}
				
		
				

div#feature-buttons {width:300px; float:right; height:auto;}

div#feature-buttons ul li {
		height:15px; 
		margin-bottom:20px; 
		width:250px; 
		font-size:14px;
		padding:10px;
		padding-left:20px;
		-webkit-border-radius: 15px 15px 15px 15px;
		border-radius: 15px 15px 15px 15px; background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */

		-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
		}
		
div#feature-buttons ul lihover{
		background:#f00;
		color:#FFF;
		
		}

.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal{
	display: none;
	background:#fff;
	padding:40px;
	overflow:auto;
	z-index:1001;
	position:absolute;
	width: 640px;
	min-height: 400px;
	color:#000;
	font-size:14px;
	font-family: 'HelveticaNeueLT-Roman';
}

.modal h3 {font-size:24px; color:#F00; margin-bottom:20px;}

.modal p {line-height:20px; }

.modal img {width:640px; height:360px; margin:auto; background:#CCC; margin-bottom:10px;}

.modal a.closeBtn {position:absolute; top:0px; right:0px; width:40px; height:40px; overflow:hidden; background-image:url(../img/close.png); background-position:top center; background-repeat:no-repeat; margin-top:20px; margin-right:20px;}

div.infoblock {width:600px; text-align:justify;}

.contentimg {margin-top:15px;}


#maincontent .tab {
	background:#CCC; 
	width:auto; 
	height:50px; 
	float:left;
	line-height:48px; 
	font-family: 'HelveticaNeueLT-Roman'; 
	font-size:12px; 
	font-weight:bold;
	color:#000; 
	padding-left:20px; 
	padding-right:20px; 
	text-align:center; 
	margin-right:5px; 
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px; background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */

	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#maincontent .active {
	color:#fff;
	background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */


	}
		
#maincontent .tab a {width:100%; height:auto; display:block; color:#000; text-decoration:none;}
#maincontent .active a {width:100%; height:auto; display:block; color:#fff; text-decoration:none;}

#newscontent ul.historie li {height:auto; margin-bottom:30px; width:70%; float:left; margin-right:40px; height:auto; text-align:center;}

div.jahreszahl {padding:5px; margin:auto; background:#999; color:#fff; width:50px; height:18px; text-align:center;  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px; 
margin-bottom:10px;}

div.ereignis {height:auto; line-height:25px;display:inline-block; }
#newscontent ul.maschinenhistorie {margin-bottom:40px;}
#newscontent ul.maschinenhistorie li {float:left; width:30%;}

#newscontent div.full-width {width:100%; height:auto;}

#newscontent ul.zertifikate li {width:33%; float:left; margin-bottom:40px;}

div.archiv {width:80%; height:130px; margin-bottom:40px;}

div.archiv img {float:left;margin-right:20px; border:1px solid #ccc;}



div.aktuelle-artikel {width:80%; height:auto; margin-bottom:40px;}

div.aktuelle-artikel img {float:left;margin-right:20px; border:1px solid #ccc;}

div.aktuelle-artikel p {margin-left:175px;}

div.aktuelle-artikel p.nomargin {margin-left:0px;}

div.downloadbutton {width:200px; height:40px; background:#f00; color:#fff; -webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px; -webkit-box-shadow: 1px 0 5px 0 rgba(0,0,0,0.2);
box-shadow: 1px 0 5px 0 rgba(0,0,0,0.2); font-family: 'HelveticaNeueLT-Roman'; font-size:12px; font-weight:bold;  line-height:40px; text-align:center; -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;}

div.downloadbutton:hover {background:#000; color:#FFF;}

div.downloadbutton a {text-decoration:none; color:#FFF; width:200px; height:40px; display:block;}

.betreuer {font-weight:bold; color:#F00;}

div.mrgr {margin-left:250px;}

div.mrgrr {margin-left:600px;}

div.mrgr50 {margin-left:50px;}

.subheadline {font-weight:bold; color:#F00;}

.imagegal ul li {width:237px; float:left; height:230px; margin-right:40px; padding-bottom:10px; background:#efefef;}
.imagegal ul li p {padding:10px;}

.linkliste  {width:50%; float:right; margin-top:50px;}

.introtext {height:auto; padding:20px; background:#efefef; color:#FFF;}

.multicolumn {-moz-column-count: 3;
-moz-column-gap: 40px;
-webkit-column-count: 3;
-webkit-column-gap: 40px;
column-count: 3;
column-gap: 40px;
margin-bottom:40px;
}

.interview {padding:20px; background:#efefef; margin-bottom:40px;}

.interview img {float:left; padding-right:10px; padding-bottom:10px;}

.eighthundred {width:800px; }
.sevenhundred {width:750px;}
.fourhundredthirty {width:430px;}
.eighthundredfifty {width:850px; margin-left:-570px;}
.onehundredeighty {width:180px;}
.redtext {color:#F00;}
.onehundredsixty {width:160px;}

.techdownloadtable {
	font-size: 12px;
	border: 1px solid #efefef;
	color: #000;
	}
	
.techdownloadtable tr td {
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #efefef;
	}
	
.techdownloadtable tr td img {
	margin:auto;
	margin-top:10px;
	}
	
.techdownloadtable tr th {
	height:40px;
	background:#efefef;
	line-height:40px;
	font-weight:bold;
	}
	
.techdownloadtable2 {
	font-size: 12px;
	color: #000;
	}
	
.techdownloadtable2 tr td {
	height:40px;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
	}
	
.techdownloadtable2 tr td img {
	margin:auto;
	margin-top:10px;
	}
	
.techdownloadtable2 tr th {
	height:40px;
	background:#efefef;
	line-height:40px;
	font-weight:bold;
	}
	
.techdownloadtable tr td.aufstellplan {text-align:left; padding-left:20px; background:url(../img/aufstellen.png); background-repeat:no-repeat;}
.techdownloadtable tr td.transport {text-align:left; padding-left:20px; background:url(../img/transport.png); background-repeat:no-repeat;}

.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate {-moz-transform:rotate(270deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(270deg); /* Safari */
-o-transform:rotate(270deg); /* Opera */
-ms-transform:rotate(270deg); /* IE9 */
transform:rotate(270deg); /* W3C */
width:30px;
}

.werkstueck {background:url(../img/werkstueckgroesse.png); background-repeat:no-repeat; background-color:#fff;}
.verfahrwege {background:url(../img/verfahrwege.png); background-repeat:no-repeat; background-color:#fff;}
.werkstueckgewicht {background:url(../img/werkstueckgewicht.png); background-repeat:no-repeat; background-color:#fff;}

.border {border:1px solid #efefef;}
.megrey {background:#757575; color:#fff;}
.black {background:#fff; color:#444;}
.red {background:#f00; color:#fff; font-weight:bold;}
.grey {background:#efefef;}
.grey2 {background:#f9f9f9;}
.darkgrey {background:#ccc;}
.fett {font-weight:bold;}
.clearedwhite {background:#fff;color:#fff;border:none;}

.black a {background:#444; color:#fff; display:block;height:40px; width:100%; text-decoration:none; font-weight:bold;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}
.black a:hover {background:#efefef; color:#444 ;}

.mvrblue {background:#fff; background-image:url(../img/machine-thumbs/mvrblue.png); background-repeat:no-repeat; color:#444; background-position:30px 10px;}
.mvrbluezehn {background:rgba(28,39,122,0.1);}
.mvrbluedreissig {background:rgba(28,39,122,1);  color:#fff;}
.mvrblue a {color:#444; display:block;height:40px; width:100%; text-decoration:none; font-weight:bold;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}
.mvrblue a:hover {background:#efefef; color:#444 ;}

.mvsblue {background:#fff; background-image:url(../img/machine-thumbs/mvsblue.png); background-repeat:no-repeat; color:#444; background-position:27px 10px;}
.mvsbluezehn {background:rgba(137,169,210,0.1);}
.mvsbluedreissig {background:rgba(137,169,210,1);  color:#fff;}
.mvsblue a {color:#444; display:block;height:40px; width:100%; text-decoration:none; font-weight:bold;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}
.mvsblue a:hover {background:#efefef; color:#444 ;}


.fablue {background:#fff; background-image:url(../img/machine-thumbs/fablue.png); background-repeat:no-repeat; color:#444; background-position:40px 10px;}
.fabluezehn {background:rgba(10,123,135,0.1);}
.fabluedreissig {background:rgba(10,123,135,1);  color:#fff;}
.fablue a {color:#444; display:block;height:40px; width:100%; text-decoration:none; font-weight:bold;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}
.fablue a:hover {background:#efefef; color:#444 ;}


.mxred {background:#fff; background-image:url(../img/machine-thumbs/mxred.png); background-repeat:no-repeat; color:#444; background-position:48px 10px;}
.mxredzehn {background:rgba(255,0,0,0.1);}
.mxreddreissig {background:rgba(255,0,0,1);  color:#fff;}
.mxred a {color:#444; display:block;height:40px; width:100%; text-decoration:none; font-weight:bold;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}
.mxred a:hover {background:#efefef; color:#444 ;}

.eas {background:#c0cb24; color:#fff;}
.eav {background:#265d29; color:#fff;}
.start {background:#fbd557; color:#000;}

.mporange {background:#fff; background-image:url(../img/machine-thumbs/mporange.png); background-repeat:no-repeat; color:#444; background-position:30px 10px;}
.nolink {background-image:none; color:#444; }
.mporangezehn {background:rgba(205,126,48,0.1);}
.mporangedreissig {background:rgba(212,123,34,1); color:#fff;}
.mporange a {color:#444; display:block;height:40px; width:100%; text-decoration:none; font-weight:bold;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}
.mporange a:hover {background:#efefef; color:#444 ;}

tr.maschinenlink a {
	color:#757575;
	font-weight:bold;
	text-decoration:none;
	}


.multicolumn ul li {
	list-style:none;
	}
	
.multicolumn li { 
    padding-left: 1em; 
    text-indent: -.9em;
}

.multicolumn li:before {
    content: "• "; padding-right:5px;
    color: red; /* or whatever color you prefer */
}

div#maincontent ul.news {width:100%; border-top:0px solid #efefef;}
div#maincontent ul.news li {width:96%; padding-left:20px; padding-top:20px; height:auto; border-bottom:1px solid #efefef; padding-bottom:20px; margin-bottom:0px; text-align:left; background:#f9f9f9;}
div#maincontent ul.news li.highlight {border-left:3px solid #f00;}
div#maincontent ul.news li h3 {color:#777; font-size:16px; text-transform:uppercase; font-weight:bold;}
div#maincontent ul.news li p {margin-top:0px; color:#777; line-height:22px; font-size:16px;}
div#maincontent ul.news li a {float:right;}
div#maincontent ul.news li h3 a {float:none; padding-left:0px; background-image:none;}

div#facts {width:100%; height:auto; margin-top:20px; border-bottom:1px solid #efefef; padding-bottom:20px; text-align:center; }
div#facts h2, div.conwrap.startpage h2 {padding:20px; padding-bottom:10px; margin-bottom:20px; font-family: 'HelveticaNeueLT-Thin'; font-size:34px; border-bottom:1px solid #efefef;}
div#facts ul li {float:left; height:80px; width:20%; margin-right:38px; padding:10px; padding-top:30px; text-align:center; background:#f9f9f9; border:1px solid #efefef;}
div.conwrap.startpage {border-bottom:1px solid #efefef; padding-bottom:20px;}
div.conwrap.startpage ul li h4, div#facts ul li h4 {font-size:24px;}
div.conwrap.startpage ul li p, div#facts ul li p {font-size:14px; margin-top:10px;}
div.conwrap.startpage ul li {float:left; height:440px; width:18%; margin-right:8px; padding:6px; padding-top:30px; text-align:center; background:#f9f9f9; border:1px solid #efefef; background-position:center 10px; padding-top:10px; background-repeat:no-repeat;}
div.conwrap.startpage ul.third {margin:auto;}
div.conwrap.startpage ul.third li {float:left; height:150px; width:100%; padding:0px; text-align:center; background:#f9f9f9; border:1px solid #efefef; background-repeat:no-repeat; background-position:top center; position:relative;}
div.conwrap.startpage ul.third li img {padding-top:20px;}
div.conwrap.startpage ul.third li div.captionheading {position:absolute; bottom:0px; left:0px; width:100%; height:30px; line-height:30px; background:rgba(50,50,50,0.9); color:#fff; font-size:16px; border-top:3px solid #efefef;}
div.conwrap.startpage ul.third li.profilepreview {background:url(../img/profil-vorschau.jpg); background-size:cover;}
div.conwrap.startpage ul.third li.edmshop {background:url(../img/edm-shop.jpg); background-size:cover;}
div.conwrap.startpage ul.third li.messe {background:url(../img/messe-vorschau.jpg); background-size:cover;}
div.conwrap.startpage ul.third li.messeeng {background:url(../img/messe-vorschau_eng.jpg); background-size:cover;}
div.conwrap.startpage.semipageleft ul.third li a { opacity:0; position:absolute; padding-top:60px;  width:100%; height:90px; background-image:none; padding-left:0px; font-size:1.5em; font-family:'HelveticaNeueLT-Roman'; -webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;}
div.conwrap.startpage.semipageleft ul.third li a:hover { opacity:1; background-color:rgba(0,0,0,0.9);}
div.conwrap.startpage ul li.lastfact, div#facts ul li.lastfact, div.conwrap.startpage ul.third li.lastfact {margin-right:0;}
div.conwrap.startpage ul li li {width: 100%; height:30px; float:none; padding:0px; margin-left:0px; line-height:30px; text-align:left; background:#fff;}
div.conwrap.startpage.semipageright ul li a {display:block; width:150px; height:30px; margin:auto; line-height:30px; text-align:left; margin-top:5px; background-color:#fff; border:1px solid #efefef;}
div.conwrap.startpage.semipageright ul li a:hover {background-color:#f00; color:#fff;}



div.lang p {margin:0px; padding:0px; line-height:normal;}

ul.languagepage {margin-top:20px;}

ul.languagepage li img {margin-right:20px;}

ul.languagepage li {width:93%; height:40px; background:#333; line-height:normal; margin-bottom:10px; color:#fff; }
ul.languagepage li:hover {background:#777;}

div#main div#sliderwrap div#slidercap div.lang div.left ul.languagepage li a {display:block; width:240px; height:40px; line-height:30px; background:none; text-transform:none; border:none; font-size:14px;}
