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

html, body, div, span, applet, object, iframe,
h1, h2, h3, 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;
}

sup {font-size: 10px;
position: relative;
   vertical-align: baseline;
   top: -0.7em;}

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;
	}

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;}

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


/* Header */

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

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 h4 {margin:0;}

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: 14px;
    left: 0;
	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;


}

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:Arial, Helvetica, sans-serif; 
				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:Arial, Helvetica, sans-serif; 
				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:Arial, Helvetica, sans-serif; 
				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.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.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, div#main-img-wrap-mp-serie {width:100%; height:400px; margin-top:20px; background-color:#333; z-index:3;}

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

div#main-img-mp-serie, div#main-img-wrap-mp-serie {height:576px;}

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-Roman'; 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-Roman'; font-size:18px; color:#fff; font-weight:400; 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; position:relative;}

/* 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 tionselect, div#maincontent-product tionselect {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 tionselect.subheadline, div#maincontent-product tionselect.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:700px; height:auto; float:left; margin-top:40px;}

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 {margin-top:20px;}

div#ourproducts 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#ourproducts ul li a:hover, a.textlink:hover {
				color:#F00;
				padding-left:17px;
				}
				
				
div#content-right {float:right; margin-top:57px; width:245px; height:auto;}

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

div#content-right tionselect {font-family: 'HelveticaNeueLT-Roman';}

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-januar-2014.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#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#broschuereconnect {
			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/mvr-connect.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#broschuereconnecten {
			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/mvr-connect-en.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/mvr-connect-en.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#startbroschuere {
			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/start.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#broschueremvsen {
			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#startbroschuereen {
			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/start.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#broschuerempde {
			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/mp1200de.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#broschuerempen {
			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/mp1200en.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#broschuereeasde {
			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/ea-s-de.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#broschuereeasen {
			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/ea-s-en.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#broschuereeavde {
			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/eav.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#broschuereeaven {
			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/eav-en.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#broschueremxde {
			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/mxde.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#broschueremxen {
			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/mxen.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#broschueremxen:hover,div#broschueremvsen:hover, div#broschueremvsde:hover, div#broschuerempde:hover, div#broschuerempen:hover,div#broschueremxde:hover, div#broschuereeavde:hover,div#broschuereeaven:hover,div#broschuereeasde:hover, div#broschuereeasen:hover,div#startbroschuere:hover, div#startbroschuereen:hover  {
			background-position:bottom;
			}

div#broschuere a, div#broschuereen a, div#broschueremvsen a, div#broschueremvsde a, div#broschuerempde a, div#startbroschuere a {display:block; width:124px; height:175px;}



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/60000maschinen.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#aktuelles:hover {
			background-position:left;
			}

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

div#newscontent {height:auto; width:700px; 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'; font-size:14px; color:#F00; margin:auto; padding-top:20px;}

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

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

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

div#machine-info p { font-family: 'HelveticaNeueLT-Roman'; margin-top:30px; line-height:24px; font-size:14px; color:#757575;}

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

div#machine-info h3 {font-size:48px; font-family: 'HelveticaNeueLT-Thin'; font-weight: normal; font-style: normal;}

div#machine-info h4.subheadline {margin-top:20px; color:#000; font-family: 'HelveticaNeueLT-Roman'; font-weight: normal; }

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

div#ourproducts ul.checklist li {padding-left:30px; background:url(../img/check.png); background-position:left; line-height:20px; background-repeat:no-repeat; font-size:14px; color:#777;}

.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:100%; text-align:justify; color:#757575; margin-bottom:20px;}
#ourproducts .infoblock h5 {font-size:14px; color:#757575;}
#ourproducts .infoblock tionselect {font-size:18px; font-family: 'HelveticaNeueLT-Roman'; margin-bottom:0px; }
#ourproducts .infoblock tionselect.subheadline {font-size:14px; font-family: 'HelveticaNeueLT-Bold';  margin-top:0px;  padding-top:0px; color:#757575;}
#ourproducts .infoblock p {margin-top:5px;}

.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.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;
	}
	
.techdownloadtable tr td {
	height:auto;
	line-height:20px;
	text-align:center;
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	font-size:10px;
	padding-top:12px;
	padding-bottom:12px;
	}
	
.techdownloadtable tr td img {
	margin:auto;
	margin-top:10px;
	}
	
.techdownloadtable tr th {
	height:auto;
	background:#efefef;
	line-height:20px;
	padding-top:12px;
	font-weight:bold;
	padding-bottom:12px;
	}

	
.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;}

ul.storyboxes li {
	width:200px; 
	margin-right:50px; 
	height:auto;
	float:left;
	}
	
ul.storyboxes li.last {margin-right:0px;} 

#newscontent ul.storyboxes li h3, #newscontent ul.storyboxes li h3 a {font-family: 'HelveticaNeueLT-Roman'; font-size:18px; line-height:14px;}
#newscontent ul.storyboxes li tionselect {font-family: 'HelveticaNeueLT-Roman'; font-size:14px; color:#000; line-height:24px; margin-bottom:10px; }
#newscontent ul.storyboxes li p {font-family: 'HelveticaNeueLT-Roman'; font-size:14px; color:#757575; line-height:24px; margin-bottom:10px; }
#newscontent ul.storyboxes li a {font-family: 'HelveticaNeueLT-Bold'; font-size:14px; color:#f00; line-height:24px; margin-bottom:10px; background-image:none; padding-left:0px;}
#newscontent ul.storyboxes li a:hover {color:#757575; padding-left:0px;}

#content-right ul.functionslist {
	width:245px;
	height:auto;
	color:#757575;
	margin-bottom:40px;
	}

#content-right ul.functionslist li {
	width:225px;
	height:50px;
	line-height:50px;
	display:block;
	border-bottom:1px solid #efefef;
	font-family: 'HelveticaNeueLT-Roman';
	font-size:14px;
	position:relative;
	}
	
#content-right ul.functionslist li img {float:left; padding-right:10px; margin-top:10px;}

#content-right ul.functionslist li a {
	text-decoration:none; 
	color:#757575;
	font-family: 'HelveticaNeueLT-Roman'; 
	font-size:14px;
	width:205px;
	height:50px;
	display:block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	position:absolute;
	padding-left:40px;
	}
#content-right ul.functionslist li a:hover {
	color:#f00;
	border-bottom-color:#f00;
	}
	
#newscontent .formbox h3 {font-family: 'HelveticaNeueLT-Roman'; font-size:18px; line-height:14px; margin-bottom:30px;}
#newscontent .formbox {margin-bottom:30px;}

.dots, #slidernav {
  text-align: center;
}

.dots li, #slidernav li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 17px 0 0 5px;
  text-indent: -999em;
  border: 2px solid #757575;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active, #slidernav li.active {
  background: #757575;
  opacity: 1;
}

a.magnify {width:135px; height:100px; z-index:1; position:relative; height:auto; display:block;}

a.magnify span.zoom-icon{
  visibility:hidden;
  position:absolute;
  left:5px;
  top:10px;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

a.magnify:hover span.zoom-icon{
  visibility:visible;
}

.serienfeld {
	position:fixed; 
	right:0px; 
	top:30%; 
	width:40px; 
	height:100px; 
	background:#fff; 
	z-index:1000;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	overflow:hidden;
	-webkit-box-shadow: 0 0 5px 0 rgba(117,117,117,0.1);
	box-shadow: 0 0 5px 0 rgba(117,117,117,0.1);
	border:1px solid #efefef;
	border-right:none;
	}

.serienfeld2 {
	position:fixed; 
	right:0px; 
	top:30%; 
	width:40px; 
	height:182px; 
	background:#fff; 
	z-index:1000;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	overflow:hidden;
	-webkit-box-shadow: 0 0 5px 0 rgba(117,117,117,0.1);
	box-shadow: 0 0 5px 0 rgba(117,117,117,0.1);
	border:1px solid #efefef;
	border-right:none;
	}
	
.serienfeld:hover {
	width:50px;
	-webkit-transition: width 200ms ease;
	-moz-transition: width 200ms ease;
	-ms-transition: width 200ms ease;
	-o-transition: width 200ms ease;
	transition: width 200ms ease;
	}
	
#viewer {width:1024px; height:400px;}

table.broschuerenliste {margin-top:-30px;}

table.broschuerenliste tr td {height:25px;}

div#content-right blockquote {
    margin: 4px 0px 0px 0px;
    quotes: "\201C""\201D""\2018""\2019";
	font-family: "Cabin-Regular";
}

div#content-right blockquote:before {
    color: red;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    vertical-align: -0.4em;
	
}


div#content-right blockquote p {
    display: inline;
    font-style: italic;
	line-height: 23px; 
	font-size: 14px; 
	color: #757575;
}
div#content-right blockquote:after {
    color: red;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0em;
    vertical-align: -0.5em;
}

div#content-right blockquote:after q:after{
    content: '';
    content: none;
}

div#content-right .kundenstimme{
background: #f9f9f9;
    border: 1px solid #efefef;
	padding:8px;
}




div#content-right .kundenstimme img{
	position:relative;
	}

div#content-right .kundenstimme img.logo{
	position:absolute; 
	top:0; 
	display:block;}

div#content-right .kundenstimme a.lesen{
	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;
    margin-left: 0px;
    line-height: 30px;
    text-align: left;
	}
	
div#content-right .kundenstimme  a.lesen:hover {
    background: #f00;
    color: #fff;
    background-image: url(../img/arr-left-white.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}


div.subnavi {
	width:1024px; 
	margin:auto; 
	height:auto;
	margin-top:0px;
	border-bottom:0px solid #f9f9f9;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9; 
	}
	
div.subnavi ul li {
	float:left;
	width:auto;
	height:auto;
	padding:5px 20px 5px 20px;
	position:relative;
	text-align:center;
	color:#777;
	font-size:14px;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-ms-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
	border-bottom:0px;
	line-height:30px;
	border:1px solid #f9f9f9;
	border-bottom:none;
	border-top:none;
	}
	
div.subnavi ul li img {float:left; padding-right:10px;}
	
div.subnavi ul li:hover {background:#efefef;}

div.subnavi ul li.technical {border-left:3px solid #efefef;}
	
div.subnavi ul li a {
	text-decoration:none; 
	color:#fff; 
	font-size:14px; 
	font-weight:regular;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
	
div.subnavi ul li img {margin:auto; margin-bottom:5px; margin-top:5px;}

div.produktbild {margin-top:20px;}	

div.artikel-bild {float:left; 
margin-right:20px; 
position:relative; 
background-image:url(../img/play-icon-profil.png); background-repeat:no-repeat;}


div.artikel-bild a.profilvid {position:absolute; top:0; width:35px; height:35px; display:block;}

div.artikel-bild a.profilvid img {border:none;}