/*///ALLGEMEIN///*/
*, *:before, *:after {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
img {
	max-width:100%;
	height:auto;
	width:100%;
}
li {
	list-style:none;
}
.container {
	max-width:1044px;   /*934*/
	padding:0 20px; /*padding:0 45px;*/
	margin:0 auto;
	position:relative;
}
.column {
	float:left;
}

/*///HEADER///*/
header {
	height:auto; /*100*/
	border-bottom:1px solid #fff;
	background:#000153 url(../images/header-bg.jpg) repeat-y left top;
	/*background-image: -webkit-linear-gradient(left, #6b6b9c 0%, #010154 80%);
	background-image: -moz-linear-gradient(left, #6b6b9c 0%, #010154 80%);
	background-image: -o-linear-gradient(left, #6b6b9c 0%, #010154 80%);
	background-image: -ms-linear-gradient(left, #6b6b9c 0%, #010154 80%);
	background-image: linear-gradient(left, #6b6b9c 0%, #010154 80%);*/
	top:0;
	width:100%;
	z-index:9999;
}
header .container {
	padding-top:13px;
	padding-bottom:6px;
}

/*///LOGO///*/
#logo {
	max-width:175px;
	float:left;
	width:19%;
}
#logo a {
	display:inline-block;
}

/*///BANNER/SLIDER///*/
.banner {
	margin-top:100px;
}
.banner .container {
	max-width:2500px;
	padding:0;
}

.newsSingleLeft {
	width: 630px;
	float: left;
}

.newsSingleLeft h1,
.newsSingleLeft h2 {
	text-transform: none;
}

.newsSingleRight {
	float: right;
	width: 343px;
}

.newsSingleRight img {
	margin-bottom: 20px;
}

/*///GER�TE-TEASER///*/
.deviceTeaser {
	padding-bottom:50px;
	margin-top:16px;
}
.deviceTeaser .container {
	max-width:1024px;
}
.deviceTeaser .column {
	border-right:1px solid #bab9ba;
	position:relative;
}
.deviceTeaser .column.last {
	border-right:0;
}
.deviceTeaser .column img {
	max-width:185px;
	margin:0 auto;
	vertical-align:bottom;
	display:block;
	width:auto;
}
.deviceTeaser .toTop {
	display:none;
	padding:10px 55px 10px 17px;
	background-position:95% center;
	text-align:right;
	margin-top:0;
}
.deviceTeaser .column a {
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
}

/*///MAIN///*/
/*#p2 .main {
	margin-top:167px;
}
#p3 .main {
	margin-top:260px;
}*/
.bar {
	min-height:67px;
	background:#010154;
	color:#fff;
	/*padding:24px 0 22px 0;*/
}
.bar .container {
	padding:21px 45px 20px;
}
.bar h1 {
	line-height:25px;
}
.newsItem {
	border-bottom:1px solid #bab9ba;
	position:relative;
	padding:42px 0 74px; /*padding:42px 50px 74px;*/
}
.newsItem .container {
	padding-left:45px;
	padding-right:45px;
}
.newsContent > .container {
	max-width:1024px;
	padding:0;
}
.moreInfo,
.moreInfoNews,
.toTop,
.main .application a {
	display:inline-block;
	color:#fff;
	padding:10px 10px 10px 17px;
	text-decoration:none;
	font-size:15px;
	font-weight:300;
	width:100%;
	margin-top:20px;
}
.newsItem .moreInfo,
.newsItem .moreInfoNews,
.newsItem .toTop {
	position:absolute;
	bottom:0;
	width:144px;
	height:38px;
}





.moreInfo,
.moreInfoNews,
.main .application a {
	background:#9696b9 url(../images/arrow-right.png) no-repeat right 15px center;
	left:0; /*45px*/
	float:left !important;
}


.news-single .moreInfoNews {
	background:#9696b9 url(../images/arrow-left.png) no-repeat right 15px center;
	bottom:0;
	width:144px;
	height:38px;
	float: none !important;
}

.toTop {
	background:#9696b9 url(../images/arrow-top.png) no-repeat right 15px center;
	right:0;
}

/*///SUBPPAGE_1///*/
.bar.head {
	border-bottom:1px solid #D7D9E3;
	margin-top:1px;
}
.bar.head .container {
	background-repeat:no-repeat;
	background-position:97% center;
	padding-left:20px;
	padding-right:20px;
}
.devices .container {
	padding:0;
}
.devices .column {
	border-left:1px solid #D7D9E3;
}
.devices .content {
	padding:15px;
}
.devices .content img {
	margin:30px 0;
}
.devices .column.last {
	border-right:1px solid #D7D9E3;
}
.devices .column .box.top {
	background:#0F1B5A;
	color:#D7D9E3;
	padding:10px;
}
.devices .column .box h2 {
	font-size:14px;
	text-align:center;
	font-weight:300;
	margin-bottom:0;
	text-transform:uppercase;
}
.devices .moreInfo,
.devices .moreInfoNews,
.devices .toTop {
	background-position:93% center;
	text-align:right;
	padding-right:16%;
	padding-bottom:11px;
}
.devices .toTop {
	display:none;
}
/*///SUBPAGE_2///*/
/*///CONTENTSLIDER///*/
.anchorMenu {
	width:100%;
	/*background:#8D1931;*/
	background: #e26e0e;
	position: relative;
	z-index: 800;
}
.anchorMenu .container {
	padding:0;
}

.anchorMenu ul:after {
	content:"";
	clear:both;
	display: block;
}
.anchorMenu ul li {
	width:24.9%;
	float:left;
}
.anchorMenu ul.three-anchors li {
	width:33.3%;
}
.anchorMenu ul li a {
	/*background:#8D1931; */
	background: #c35f0c;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	padding:15px;
	max-height:51px;
	display:block;
	text-align:center;
	border-right:1px solid #fff;
}
.anchorMenu ul li.last a {
	border-right:0;
}
.anchorMenu ul li a:hover,
.anchorMenu ul li.act a {
	/*background:#d8211c; */
	background: #e26e0e;
}
.anchorContent .container {
	/*overflow:hidden;*/
	padding:0 20px;
}
/*.anchorContent > .container {
	padding:0;
}*/
.anchorContent > .container section {
	/*padding-left:30px;*/
	padding-top:30px;
}
/*.anchorContent ul {
	position:relative;
}
.anchorContent ul li {
	float:left;
}*/
.anchorContent section > .column.size32 {
	margin-left:4%;
}
section > h3 {
	color:#fff;
	font-weight:400;
	background:#A3AEAD;
	padding:5px 10px;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.anchorContent .container > section {
	border-bottom:1px solid #E4E7E7;
	padding-bottom:50px;
	position:relative;
	z-index: 0;
	/*margin-bottom:50px;*/
}
.anchorContent .container > section section {
	margin-bottom:25px;
}
.anchorContent .container > section .toTop {
	width:144px;
	right:0;
	bottom:0;
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
}





/*///MEDIASLIDER///*/
/*.mediaSlider {
	width:100%;
	position:relative;
}
.mediaSlider .slider-wrap {
	position:relative;
	height:100%;
}
.mediaSlider .slider-wrap > ul {
	position:absolute;
}
.mediaSlider .slider-wrap > ul > li {
	display:inline-block;
}
.mediaSlider .slider-wrap > ul > li .column {
	margin-right:2%;
}
.mediaSlider .slider-wrap > ul > li .column.last {
	margin-right:0;
}
.mediaSlider .media-nav {
	position:absolute;
	top:28%;
	margin-top:-27px;
	background:#9696b9 no-repeat center center;
	width:39px;
	height:53px;
	z-index:999;
}
.mediaSlider .text h4 {
	margin-top:13px;
	margin-bottom:5px;
}
.mediaSlider .media-nav.prev {
	left:-16px;
	background-image:url(../images/arrow-left.png);
}
.mediaSlider .media-nav.next{
	right:-16px;
	background-image:url(../images/arrow-right.png);
}*/






/*///MEDIASLIDER///*/
/*.mediaSlider {
	position:relative;
	padding:0 50px;
	margin:0 auto;
}
.mediaSlider .slider-wrap {
	position:relative;
	height:100%;
	overflow:hidden;
}
.mediaSlider .slides {
	position:absolute;
	height:100%;
}
.mediaSlider .slides .slide {
	display:block;
	float:left;
	margin-right:15px;
	width:298px;
}
.mediaSlider .slides .slide.last {
	margin-right:0;
}
.mediaSlider .media-nav {
	position:absolute;
	top:28%;
	margin-top:-27px;
	background:#9696b9 no-repeat center center;
	width:39px;
	height:53px;
	z-index:999;
}
.mediaSlider .text h4 {
	margin-top:13px;
	margin-bottom:5px;
}
.mediaSlider .media-nav.prev {
	left:31px;
	background-image:url(../images/arrow-left.png);
	opacity:0.6;
}
.mediaSlider .media-nav.next{
	right:31px;
	background-image:url(../images/arrow-right.png);
}*/
.deviceTeaser p {
	text-align:center;
	font-weight:600;
	font-size:22px;
}
.deviceTeaser p span {
	display:block;
	font-size:20px;
	font-weight:200;
}
.deviceTeaser .column .text {
	margin-top:4px;
}

/*///TEMPOR�R///*/
/*#p135 .main,
#p136 .main,
#p137 .main {
	margin-top:167px;
}
#p133 .main,
.sub133 .main,
#p131 .main,
.sub148 .main {
	margin-top:218px;
}
.sub135 .main,
.sub136 .main,
.sub137 .main {
	margin-top:260px;
}*/
.theme-default .nivoSlider {
	box-shadow:0 0 0 transparent !important;
}
.tx-lumogooglemaps-pi1 {
	padding-bottom:40% !important;
}
.flagsRow {
	margin-bottom: 15px;
	position: relative;
	height: 72px;
	background: #010255;
}
.flagsRow > span {
	background:#010255 url(../images/globe_act_lang.png) no-repeat 30px center;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-indent: -9999px;
	height: 55px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* CONTACT FORM */
/*#p133 section:last-child .csc-default { display: none; } */
.tx-powermail { width: 40%; min-width: 400px; }
.powermail_fieldset { border: none; }
.powermail_fieldwrap { margin-bottom: 15px; }
.powermail_fieldwrap fieldset { border: none; }
.powermail_legend { display: none; }
.powermail_radio_inner { display: inline; margin-right: 15px; }
.powermail_label { display: inline-block; margin-bottom: 5px; }
.powermail_field { min-height: 30px; width: 100%; padding: 5px; box-sizing: border-box; transition: .2s; }
.powermail_field:hover, .powermail_field:focus { border-color: #d8211c; background: transparent; }
.powermail_textarea { resize: vertical; }
.powermail_select { border-width: 1px; }
.powermail_submit { cursor: pointer; height: 50px; background: #d8211c; color: white; transition: .2s; border: none; }
.powermail_submit:hover, .powermail_submit:focus { background: #3d3d3d; }

/* Product Input */
#powermail_fieldwrap_15 input[disabled] { pointer-events: none; background: #eee; }

#p133 #section3 {
	padding:0;
}
#section3 + section .Tx-Formhandler {
	padding:30px;
	padding-top:10px;
}
.flagsRow .flags {
	padding:18px 30px 18px 100px;
	position:absolute;
	width:100%;
}
.flagsRow .flags a {
	width:27px;
	height:auto;
	display:inline-block;
	cursor:pointer;
	margin-right:22px;
}
span#section1,
span#section2,
span#section3,
span#section4 {
	height:218px;
	display:block;
	width:100%;
	visibility:hidden;
	margin-top:-218px;
}
#p133 span#section3 + section .csc-textpic-imagewrap,
.sub133 span#section3 + section .csc-textpic-imagewrap {
	margin-left:30px;
	width:27px;
}
.main .application {
	position:relative;
	padding:5px 0;
	border-bottom:1px solid #ddd;
	height:auto;
	min-height:76px;
}
.main .application a {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	left:auto;
	line-height:17px;
	height:38px;
	width:141px;
}
.main .application h3 {
	margin-bottom:0;
	margin-top:23px;
	display:inline-block;
	margin-left:-141px;
	padding-left:141px;
	width:100%;
}
/*#p148 .main {
	margin-top:164px;
}*/
#p133 .bar.head .container,
#p131 .bar.head .container {
	background:none;
}
.newsItem div.moreInfo {
	padding:0;
}

.newsItem div.moreInfoNews {
	padding:0;
}


.news-single div.moreInfoNews {
	padding:0;
}

.newsItem div.moreInfo > a {
	padding:10px 10px 10px 17px;
	color:#fff;
	text-decoration:none;
	display:block;
	height:38px;
}

.newsItem div.moreInfoNews > a {
	padding:10px 10px 10px 17px;
	color:#fff;
	text-decoration:none;
	display:block;
	height:38px;
}

.news-single div.moreInfoNews > a {
	padding:10px 10px 10px 17px;
	color:#fff;
	text-decoration:none;
	display:block;
	height:38px;
}

.main section ul {
	margin-left:20px;
	margin-bottom: 10px;
}
.main section li {
	list-style:inherit;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
}
.bar.subpage {
	min-height:50px;
}
.bar.subpage .container {
	padding:15px 20px;
	text-transform:uppercase;
}
.sub148 section h3 {
	margin-bottom:0;
}
.sub148 .anchorContent .container > section {
	padding-bottom:30px;
	margin-bottom:0;
}
div.csc-textpic-imagecolumn,
td.csc-textpic-imagecolumn .csc-textpic-image {
	margin-right:15px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:0;
}
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
	display:block;
}
.sub148 .anchorContent .container > section .column {
	width:100%;
	max-width:298px;
	margin-right:15px;
}
.sub148 .anchorContent .container > section .column.last {
	margin-right:0;
}

.main .devices .column .box.top {
	background-repeat: no-repeat;
	background-position: 97% center;
}
#p135 .bar.head .container,
.sub135 .bar.head .container {
	background-image:url(../images/picto-ferngesteuert.png);
}
#p136 .bar.head .container,
.sub136 .bar.head .container {
	background-image:url(../images/picto-handgefuehrt.png); }

#c1012 .box.top,
#c1016 .box.top {
	background-image:url(../images/picto-hydrostatisch.png);
}

#c998 .box.top,
#c1002 .box.top {
	background-image:url(../images/picto-mechanisch.png);
}
#p137 .bar.head .container,
.sub137 .bar.head .container,
#p137 .main .devices .column .box.top {
	background-image:url(../images/picto-mechanisch.png);
}
.back {
	background:#9696b9 url(../images/arrow-left.png) no-repeat 8% center;
	bottom:0;
	color:#fff;
	font-size:15px;
	font-weight:300;
	left:0;
	padding-bottom:9px;
	padding-right:17px;
	padding-top:8px;
	position:absolute;
	text-align:right;
	text-decoration:none;
	width:144px;
}
#p131 .anchorContent .container > section {
	margin-bottom:0;
}
div.csc-textpic-imagerow {
	margin-bottom:15px;
}
.main section {
	clear: both;
}



.newsContent .newsItem .moreInfoNews,
.newsContent .newsItem .toTop {
	position: absolute;
}

/* Fancybox */
.column.size33 img, .column.size33.last img { margin-bottom: 20px; }



/* GOOGLE MAPS */
#gmap { height: 500px; }



#c367 .csc-default { display: none; } /* hide all addresses */
/*#c368.csc-default { display: block; } /* show GERMANY */


/* PRODUCT BUTTON */
.product-btns {
	text-align: center;
	margin-top: 100px;
}
.btn-product {
	border: none;
	color: white;
  	padding: 15px 15px 15px 45px;
	transition: .2s;
	cursor: pointer;
	font-size: 14px;
	background: #5D5D91 url(/fileadmin/templates/images/vorfuehrung.png) no-repeat 5px center;
	margin-left: 15px;
}
.btn-product:hover { background-color: #6F6E92; }

.btn-pdf {
	border: none;
	color: white;
	padding: 15px 15px 15px 45px;
	transition: .2s;
	text-decoration: none;
	font-size: 14px;
	background: #D8211C url(/fileadmin/templates/images/pdf-icon.png) no-repeat 5px center;
}
.btn-pdf:hover { background-color: #DE5652; }


/* UNTERNEHMEN BILDER AUSBLENDEN SMARTPHONE */
@media( max-width: 545px) {
	#p131 #c401 .csc-textpic-imagewrap { display: none; }
}


/* JOBANGEBOTE GRÖSSER */
#c429 h2 { font-size: 24px; }

/* GESCHICHTE GRÖSSER */
#c428 h2 { font-size: 24px; }