
/*Normal*/
@font-face {
	font-family: 'DINWebPro';
	src: url('../Fonts/DINWebPro.woff') format('woff'); /* Pretty Modern Browsers */
url('../Fonts/DINWebPro.eot'), /* IE9 Compat Modes */
url('../Fonts/DINCompPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*Bold*/
@font-face {
	font-family: 'DINWebPro-Bold';
	src: url('../Fonts/DINWebPro-Bold.woff') format('woff'); /* Pretty Modern Browsers */
url('../Fonts/DINWebPro-Bold.eot'), /*!* IE9 Compat Modes *!*/
url('../Fonts/DINCompPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: bold;
}

/*Italic*/
@font-face {
	font-family: 'DINWebPro-Ita';
	src: url('../Fonts/DINCompPro-Ita.ttf') format('truetype');
	font-weight: italic;
	font-style: italic;
}
/*Bold/Italic*/
@font-face {
	font-family: 'DINWebPro-BoldIta';
	src: url('../Fonts/DINCompPro-BoldIta.ttf') format('truetype');
	font-weight: bold-italic;
	font-style: bold-italic;
}

/*
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Screen 960px *****/
/*http://www.x-flow.com/EngineeredAbout.aspx*/
.top			{ margin:0 auto; margin-top:30px; }
.base		{ margin:0 auto; margin-bottom:40px; }
span.example{ margin-bottom:5px; padding:5px 0 5px 0; background-color:#eee; text-align:center; width:100%; display:block; }

.align-justify,
.text-justify {
    text-align: justify;
}

body {
	margin: 0;
	color: #5F5F5F;
	font-family: DINWebPro, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	/*color: #2D3D48;*/
	background: #fff!important;
}


/*color: #2D3D48;PENTAIR SILVER-GRAY*/
/*color: #008ABC;PENTAIR BRIGHT BlUE*/
/*color: #0C3471;PENTAIR BlUE*/
/*color: #58595B;PENTAIR DARK GRAY*/


/*LINKS ################################*/
a, a:link, a:visited {
	color: #008ABC;/*PENTAIR BRIGHT BLUE*/
}

ul li {
	color: #58595B;/*PENTAIR DARK GRAY*/
}

/*GRAFIK #################################*/

.pentairBreightBlue {
	color: #008ABC;/*PENTAIR BRIGHT BlUE*/;
}


/*Cookie Ext ##############################*/

.cc_banner-wrapper {
	height: 100% !important;
}

.cc_banner-wrapper .cc_container{
	position: relative;
}

.cc_banner-wrapper .cc_message{
	color: #ccc;
}

.dp--cookie-check{
	border: none;
}

.cookie-section .hidden{
	display: none !important;
}

.cc-window.cc-floating{
	max-width: 32em;
}

.dp--cookie-check label:first-child{
	padding-left: 0px;
}

.cc-message .cc-link{
	display: inline;
}

.cc-message .ui-accordion-header{
	background: none;
	color: #fff;
	border: none;
	text-align: right;
}

.cc-message .ui-accordion .ui-state-default .ui-icon{
	background-image: url("../Media/accordion-nav-white.png");
	left: auto;
	margin-left: -20px;
	margin-top: -6px;
}

.cc-message .ui-accordion .ui-state-active .ui-icon {
	background-image: url("../Media/accordion-nav-active-white.png");
}

.cc-message .ui-accordion-content{
	padding: 0px;
	background: none;
}

.cc-message .ui-accordion-content *{
	color: #fff;
}


/*HEADER ##############################*/

div.header {
	height: 46px;
	background: #666666;
}

div.header,
div.header a {
	font-size: 10px;
	color: #ffffff;
	font-family: DINWebPro, arial, helvetica;
}

iframe[name="google_conversion_frame"] {
	position: absolute;
}




/**
    Youtube Video Styles
 */
.ce-youtube {
	margin: 0 0 50px 0;
	cursor: pointer;
}

.videoContainer {
	display: none;
	position: relative;
	z-index: 1201;
	width:100%;
	height: auto;
	left: 0;
	top: 0;
}
.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ce-youtube .videoClose {
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 2;
	font-size: 40px;
	text-align: center;
	color: black;
	opacity: .4;
	background-color: rgba(255,255,255,.5);
	box-shadow: 0 0 1px 0 #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.ce-youtube .videoContainer:hover .videoClose   {
	display: block;
	color: black;
	opacity: .8;
	background-color: rgba(255,255,255,.5);
}

.ce-youtube .gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.ce-youtube .gradient.btm {
	bottom: 2px;
	left: 0;
	background: -moz-linear-gradient(bottom,rgba(0,0,0,1) -10%,rgba(0,0,0,0) 20%);
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,1) -10%,rgba(0,0,0,0) 20%);
	background: linear-gradient(to top,rgba(0,0,0,1) -10%,rgba(0,0,0,0) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}
.ce-youtube .ytIcon {
	height: 70px;
	width: 70px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	opacity: 0.75;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	transition:         all .2s ease-in-out;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../Media/Icons/icon-youtube-quadrat-red.svg");
}
.ce-youtube:hover .ytIcon {
	opacity: 1;
	width: 80px;
	height: 80px;
}

@media only screen and (max-width: 768px) {
	.ce-youtube .ytIcon,
	.ce-youtube:hover .ytIcon {
		width: 50px;
		height: 50px;
	}
}

.ce-youtube figure {
	margin: 0;
	display: inline-block;
	position: relative;
}
.ce-youtube img {
	/*filter: blur(2px);*/
	/*-webkit-filter: blur(2px);*/
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
/*.ce-youtube:hover img  {*/
/*    filter: blur(0);*/
/*    -webkit-filter: blur(0);*/
/*}*/

.ce-youtube .textContent {
	padding: 0;
	bottom: 8px;
	left: 15px;
	position: absolute;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
}

.ce-youtube .textContent p,
.ce-youtube .textContent h1,
.ce-youtube .textContent h2,
.ce-youtube .textContent h3,
.ce-youtube .textContent h4,
.ce-youtube .textContent h5,
.ce-youtube .textContent h6 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	line-height: 100%;
	position: relative;
	text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

@media only screen and (max-width: 768px) {
	.ce-youtube .textContent p,
	.ce-youtube .textContent h1,
	.ce-youtube .textContent h2,
	.ce-youtube .textContent h3,
	.ce-youtube .textContent h4,
	.ce-youtube .textContent h5,
	.ce-youtube .textContent h6 {
		font-size: 18px;
	}
}

.ce-youtube .media-breakpoint-down-md .textContent {
	padding-bottom: 20px;
}
.ce-youtube .media-breakpoint-down-md * {
	font-size: 17px;
	line-height: 140%;
}
.ce-youtube .media-breakpoint-down-sm {
	padding: 0;
}
.ce-youtube .media-breakpoint-down-sm .ytIcon {
	height: 40px;
	width: 40px;
}
.ce-youtube .media-breakpoint-down-xs .textContent {
	padding: 0 15px 10px 15px;
}

/*.embed-responsive .embed-responsive-item,*/
/*.embed-responsive embed,*/
/*.embed-responsive iframe,*/
/*.embed-responsive object,*/
/*.embed-responsive video {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    border: 0;*/
/*}*/

/*.embed-responsive-16by9::before {*/
/*    padding-top: 56.25%;*/
/*}*/

/*.embed-responsive-item {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/


.spacer-xs {
	border: 0;    
	margin: 15px 0;
}

.spacer-s {
	margin: 30px 0;
}

.spacer-m {
	margin: 45px 0;
}

.spacer-l {
	margin: 60px 0;
}

.spacer-xl {
	margin: 75px 0;
}

.clear-both{
	clear: both;
}

.navTopWrapper {
	float: right;
}

#navMeta {
	float: left;
	display: block;
	margin: 14px 0 0 0;
}

#navMeta ul li {
	float: left;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	background: url(../Media/pipeWhite.jpg) no-repeat right 0;
}

.languageBox {
	margin: 14px 20px 0 0;
	display: block;
	float: left;
}

.languageBox ul li {
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
	float: left;
	text-transform: uppercase;
	color: #ccc;
}

.languageBox ul span {
	line-height: 10px;
	margin: 4px 3px 0 3px;
	float: left;
	display: inline;
}

.languageBox ul li.active {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.languageBox ul li a {
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
}


#search,
#search .box1 {
	float: left;
}

#search .box2 {
	display: inline-block;
}

#searchInput {
	width: 150px;
	height: 20px;
	margin: 10px 0 0px 0;
	padding: 0 0 2px 5px;
	border: 1px solid #D2D0D0;
	display: block;
	font-family: DINWebPro, arial, helvetica;
	color: #989898;
	font-size: 10px;
}

.searchbox-value {
	width: 150px;
	height: 22px;
	height: 16px\0/IE8+9;
	margin: 10px 0 0px 0;
	padding: 2px 0 0px 5px;
	padding: 6px 0 2px 5px\0/IE8+9;
	display: block;
	font-family: DINWebPro, arial, helvetica;
	color: #989898;
	font-size: 10px;
	float: left;
	outline: 0;

}

.searchbox-submit {
	height: 24px;
	width: 24px;
	margin: 10px 0 0 0;
	padding: 15px 5px 5px 5px;
	color: #efefef;
	background: url("../Media/go.jpg") 6px 8px no-repeat #64A70B;/*PENTAIR GREEN*/
	display: inline-block;
	cursor: pointer;
}

.searchbox-value,
.searchbox-submit {
	border: none;
	border-radius: 0 0;
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0;
}

#search a {
	height: 14px;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
	display: block;
	color: #efefef;
	background: #64A70B;
	font-size: 11px;
	text-transform: uppercase;
}

#logoWrapper {
	height: 101px;
}

#logoWrapper .grid_8 {
	margin-right: 6px;
}

#logo img {
	padding: 0;
}

#logo2 {
	float: right;
}
#logo2 img {
	border-bottom: 2px solid #989898;
}

#mobile-logo {
	display: none;
}

#headImgWrapper {
	margin: 14px 0 20px;
}

/*STARTSEITE*/

#startseite #headImgWrapper {
	margin: 14px 0 20px;
	background: none;
	min-height: 432px;
	min-height: 428px;
	height: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#startseite #headImgWrapper .h1Wrapper {
	padding: 0px 0 8px 0;
	width: 550px;
	background: #ffffff;
}

#startseite #headImgWrapper h1 {
	margin: 52px 0 0 32px;
	padding: 15px 0 0 30px;
	font-size: 28.5px;
	line-height: 28px;
	color: #58595B;/*PENTAIR DARK GRAY*/
	letter-spacing: -1px;
	word-spacing: 2px;
	font-family: DINWebPro, arial, helvetica;
}

#startseite #headImgWrapper h2 {
	margin: 15px 0 0 32px;
	padding: 0 0 0 30px;
	font-family: DINWebPro, arial, helvetica;
	font-size: 20.5px;
	line-height: 25px;
	color: #58595B;
	max-width: 470px;
}

#startseite #headImgWrapper h2.white {
	color: #fff;
}

#startseite #headImgWrapper .grid_12 {
	height: 428px;
	margin-right:0;
	position: relative;
}

#startseite #headImgWrapper .grid_12 .teaserimg img {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: -1;
}

#startseite #headImgWrapper .content .newsbox {

	max-width: 250px;
	height: auto;
	background: rgba(255,255,255,0.5);
	padding: 15px;
	display: inline-block;
	/*margin: 0px 35px 0 0px;*/
	/*padding: 8px 10px 5px 18px;*/
	/*position: relative;*/
	/*background: url(../Media/bgTransWhite50.png) repeat;*/
	/*background: rgba(255,255,255,0.5);*/
}
#startseite #headImgWrapper .content .newsbox h2 {
	color: #0C3471;
	margin: 0;
	padding: 0px 0px 8px 0px;
	font-size: 14px;
	letter-spacing: -0.3px;
	line-height: 20px;
	font-weight: bold;
}

#startseite #headImgWrapper .content .newsbox img {
	width: 100%;
	height: auto;
	margin-top: 0px;
}

#startseite #headImgWrapper .content .newsbox img.link {
	margin: 0;
	float: none;
	border: none;
}

#startseite #headImgWrapper .content .newsbox a {
	color: #0C3471;/*PENTAIR BLUE*/
	font-weight: bold;
}

.newsboxWrapper {
	float:right;
}

#startseite #headImgWrapper .content .newsbox1 {
	margin: 52px 35px 0 0px;
}

#startseite #headImgWrapper .content .newsbox2 {
	margin: 10px 35px 0 0px;
}

#startseite #headImgWrapper .content {
	text-align: left;
	padding: 0px 0 0 0px;
	font-size: 20px;
	font-weight: 400;
}

.overflowvisible {
	overflow: visible;
}

.ce-3d-view model-viewer{
	width: 100%;
	height: 600px;
	margin: 50px 0;
}

/*HEAD IMAGE #################################*/

#headImgWrapper {
	background: url(../Media/headImage.jpg) repeat-x #2A3843;/*PENTAIR DARK GRAY*/
	height: 65px;
	-webkit-box-shadow: 0px 3px 3px 1px #cccccc;
	-moz-box-shadow: 0px 3px 3px 1px #cccccc;
	box-shadow: 0px 3px 3px 1px #cccccc;
	behavior:url(PIE.htc);
}

#headImage {
	height:100%;
	height: auto;
	float:left;
}

#headImgWrapper h1,
#headImgWrapper h5 {
	margin:16px 0 0 19px;
	margin:14px 0 0 19px\0/IE8+9;
	padding: 0 0 0 20px;
	background: url(../Media/arrRightWhite.png) no-repeat 0 8px;
	background: url(../Media/arrRightWhite.png) no-repeat 0 11px\0/IE8+9;
	color: #fff;
	font-weight: normal;
	font-family: DINWebPro, arial, helvetica;
	text-transform: uppercase;
	font-size: 24.5px;
	letter-spacing: 1px;
}

#headImgWrapper h2.white {
	height: 134px;
}

#headImgWrapper h2 a {
	color: #fff;
	text-decoration: none;
}



/*BREAD CRUMB ###############################*/

#navBreadCrumbWrapper {
	height: 33px;
	padding: 0;
	margin-bottom: 21px;
	background: url(../Media/breadCrumbBg.jpg) repeat-x 0 0px #E4E4E4;
}

#navBreadCrumb ul {
	margin: 0 0 0 18px;
	padding: 0;
}

#navBreadCrumb li {
	margin: 0;
	padding: 8px 6px 0 0;
	font-size: 11px;
	font-family: DINWebPro, arial, helvetica;
	float: left;
}

#navBreadCrumb li.active,
#navBreadCrumb li.LinkedItem,
#navBreadCrumb li a.active,
#navBreadCrumb li a.LinkedItem,
#navBreadCrumb li a,
#navBreadCrumb li a:hover {
	color: #0C3471;
}

#navBreadCrumb li a {
	margin: 0;
	padding: 0 6px 0 0;
}


#navBarWrapper {
	height: 27px;
	padding: 0px 0 0 0;
}

#navBarWrapper .navBarContainer {
	position: relative;
	margin: 0 auto;
	/*width: 960px;*/
}

/*NAVIGATION MAIN ##############################*/

#navMain {
	margin: 0 0 0 0px;
	font-family: DINWebPro-Bold, arial, helvetica;
	font-size: 12.5px;
	text-transform: uppercase;
	font-weight: bold;
}

#navMain ul {
	margin: 0;
	padding: 0;
}

#navMain ul li {
	padding: 5px 18px 2px 18px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #ccc;
	float: left;
	border-top: 2px solid #666666;
	cursor: pointer;
}

#navMain .item0 {
	border-top-color: #0C3471;/*PENTAIR BLUE*/
}

#navMain .item1 {
	border-top-color: #008ABC;/*PENTAIR BRIGHT BLUE*/
}

#navMain .item2 {
	border-top-color: #64A70B;/*PENTAIR GREEN*/
}

#navMain .item3 {
	border-top-color: #58595B;/*PENTAIR DARK GRAY*/
}

#navMain .item4 {
	border-top-color: #D29F13;/*PENTAIR GOLD*/
}

#navMain .item5 {
	border-top-color: #9E2A2F;/*PENTAIR DARK RED*/
}

#navMain .item6 {
	border-top-color: #2D3D48;/*PENTAIR SILVER GRAY*/
}

.navigationTrigger a,
#navMain ul li a {
	padding: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #666666;
}

#navMain ul li a:hover {
	text-decoration: underline;
}

#navMain ul li.last,
#navMain ul li.last a {
	background: none;
	border-right: none;
}

/*2. EBENE ################*/

#navMain ul ul,
#navMain ul li:hover ul ul{
	display: none;
	z-index: 9999;
	position: absolute;
	/*left: 0;*/
	background: #fff;

	opacity: 0.95;
	filter:Alpha(Opacity=95);
}

#navMain ul li:hover ul {
	display: block;
}

#navMain ul ul li {
	margin-left: -19px;
	padding:10px 18px 8px 18px;
	float: none;
	border-right: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: none;
	border-top: none;
	background: #fff;
	text-transform: none;
	border: none;
}
#navMain ul ul li.first {
	padding-top: 14px;
}
#navMain ul ul li.last {
	background: #fff;
}

#navMain ul ul li a {
	font-family: DINWebPro, Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;

}



/*NAV MAIN OVERLAY ###################################*/

#navMainOverlay {
	padding-bottom: 10px;
	background: #fff;
	font-family: DINWebPro, verdana, Arial, Helvetica, Sans-Serif;
	color: #008ABC!important;/*PENTAIR BRIGHT BlUE*/
	border: 1px solid #ccc;
	position:absolute;
	z-index: 2000;/*wegen dem startseitenslider zindex so hoch!*/
	left: 0px;
	top: 27px;
	display: none!important;
}

.close {
	height: 30px;
	width: 30px;
	background: url(../Media/close2.jpg) center center no-repeat;
	position: absolute;
	left: 265px;
	top: 4px;
	cursor: pointer;
}

.dropArr {
	height: 22px;
	width: 70px;
	background: url(../Media/dropdown_down_arrowDarkGray.gif) right 2px no-repeat #fff;
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 2;
	cursor: pointer;
}

.arr {
	height: 13px;
	width: 23px;
	background: url(../Media/dropdown_down_arrow.gif) 0px 0px no-repeat;
	position: absolute;
	left: 50px;
	top: -1px;
}

#navMainOverlay .row {
	width: 640px; /*2px weniger wegen der border, für 2 rows*/
	width: 958px; /*2px weniger wegen der border, für 3 rows*/
}

#navMainOverlay .txtPicItem {
	margin: 0 5px 15px 15px;
	display: block;
	clear: both;
}

#navMainOverlay .txtPicItem img {
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}

#navMainOverlay .txtPicItem a {
	padding: 15px 0 0;
	display: block;
	font-size: 15px;
}

#navMainOverlay .row1,
#navMainOverlay .row2,
#navMainOverlay .row3 {
	margin-right: 0;
	min-height: 250px;
}

/*sekrechter strich*/
#navMainOverlay .row1,
#navMainOverlay .row2 {
	background: url(../Media/dropDownDownLine.png) no-repeat transparent;
}

#navMainOverlay .row1 {
	width: 351px;
	width: 380px;
	background-position: 365px 40px;
}

#navMainOverlay .row2 {
	background-position: 275px 40px;
}

#navMainOverlay .row2 .content,
#navMainOverlay .row3 .content{
	padding-left: 16px;
}

#navMainOverlay .row2 ,
#navMainOverlay .row3 {
	width:244px; /*für 2 rows*/
	width:282px; /*für 3 rows*/
}

#navMainOverlay .title h4 {
	height: 25px;
	margin-bottom: 15px;
	padding: 9px 0 6px 15px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
}

#navMainOverlay ul {
	margin: 0;
	padding: 0;
}

#navMainOverlay ul li {
	font-size: 12px;
	padding: 0 0 0px 10px;
	background: url(../Media/carrotRight.jpg) 0px 4px no-repeat;
}




/*
	Einkommentieren wenn die 3. Spalte des NavMainOverlay nicht angezeigt werden soll
	Dazu auch das HTML auskommentieren
*/

/*
#navMainOverlay {
	left: 130px;
}
.arr {
	left: 400px;
}
#navMainOverlay .row {
	width: 685px;
}
#navMainOverlay .row2 {
	background:none;
}
*/



/*NAVIGATION LEFT ##############################*/
/*#navLeft {*/
/*	width: 182px;*/
/*}*/

#navLeft ul {
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#navLeft ul {
	margin-top: -3px;
}

#navLeft ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d6d6d6;
	color: #767676;
	font-family: DINWebPro, arial, helvetica;
	font-size: 12px;
}

#navLeft ul li a.active {
	text-decoration: underline;
}

#navLeft ul li a {
	padding: 14px 14px 13px 17px;
	display: block;
	color: #2D3D48;/*PENTAIR SILVER-GRAY*/
	border-bottom: 1px solid #fff;
}

#navLeft ul li:first-child a:first-child {
	padding-top: 0px;
}

#navLeft ul li.last,
#navLeft ul li.last a {
	padding-bottom: 8px;
	border-bottom: none;
}


/*2. Ebene*/

#navLeft ul ul{
	border: none;
	border-radius: none;
	-webkit-border-radius:none;
	-moz-border-radius: none;
}

#navLeft ul li ul li {
	border-bottom:none;
}


#navLeft ul li ul li a {
	padding: 4px 14px 3px 30px;
}


/* 3. Ebene*/

#navLeft ul li ul li {
	border-bottom:none;
	font-size: 12px;
}


#navLeft ul li ul li ul li a {
	padding: 4px 14px 3px 50px;
	border: none;
}

#navLeft ul li.last,
#navLeft ul li.last a {
	padding-bottom: 8px;
	border-bottom: none;
}

/*4. ebene*/

#navLeft ul li ul li ul li ul li a {
	padding: 4px 14px 3px 60px;
	border: none;
}


/*COLUMN RIGHT #############################*/

#colRight {
	padding: 0px 0 0 10px;
}

.infobox {
	margin: 0 0 19px 0;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior:url(PIE.htc);
}

.infobox form{
	padding: 0 15px;
}

.infobox form input{
	margin-bottom: 5px;
}

.infobox .headline {
	border-bottom: 1px solid #D6D6D6;
}

.infobox {
	padding-bottom: 15px;
}

.infobox .content p {
	margin: 0 15px 0 15px;
	font-size: 11px;
	line-height: 13px;
}


.infobox  p {
	padding: 15px 15px 0 15px;
	margin: 0;

	border-top: 1px solid #D6D6D6;
	font-size: 11px;
	line-height: 13px;
}

.infobox  ul {
	padding: 8px 0 0 0;
	margin: 0;
}

.infobox ul li {
	padding: 0 0 0 15px;
	font-size: 10px;
	list-style-image: url(../Media/carrotRight.jpg)!important;
	list-style-position: inside;
}


.infobox h1, .infobox h2, .infobox h3, .infobox h4 {
	line-height: 120%;
	margin: 0 0 10px 0;
	padding: 9px 15px;
	font-size: 15px;
	font-family: DINWebPro-Bold, arial, helvetica;
	border-bottom: 1px solid #D6D6D6;
}

.infobox h5 {
	margin-bottom: 7px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 13px;
	font-family: DINWebPro-Bold, arial, helvetica;
	text-transform: uppercase;
}


/*FOOTER ###############################*/
#footerWrapper {
	margin-top: 40px;
	height: 52px;
	background: #ffffff;
}

#footerWrapper .border {
	/*width: 944px;*/
	border-top: 1px solid #666666;
}

#footerWrapper .grid_6.last {
	margin-right: 0;
}

.footer {
	height: 18px;
	font-family: DINPro, arial, helvetica;
	font-size: 10px;
}

.footer,
.footer a,
.footer li {
	color: #666666;
}

.footer ul.navLeft,
.footer ul.navRight {
	margin:  0;
	padding: 0;
}

.footer ul.navLeft li,
.footer ul.navRight li {
	padding: 0 12px 0px 0;
	margin: 0;
	float: left;
	text-transform: uppercase;
}

.footer ul.navRight li {
	padding-top: 4px;
}

.footer ul.navRight li a,
.footer ul.navLeft li a {
	padding: 7px 12px 0px 0;
	margin: 0;
	float: left;
	display: block;
	line-height:100%;
}

.footer ul.navRight li a {
	padding: 7px 0px 0px 0;
}

.footer ul.navLeft li a {
	border-right: 1px solid #666666;
}

.footer ul.navRight {
	float: right;
}

.footer ul.navRight li.copyright,
.footer ul.navRight li.last,
.footer ul.navRight li.last a {
	padding-right: 0;
}

.footer ul li a.footIcon {
	padding: 0;
}

.footer ul.navRight li a img {
	margin-top: -3px;
}

.mobileFooterInfo {
	margin: 50px 0 0 0;
	padding: 0 0 0 14px;
	display: none;
}

.mobileFooterInfo h2,
.mobileFooterInfo h3,
.mobileFooterInfo h4 {
	font-family: DINWebPro, verdana, Arial, Helvetica, Sans-Serif;
}

.mobileFooterInfo h2,
.mobileFooterInfo h3 {
	text-transform: uppercase;
}

.mobileFooterInfo h2 {
	font-size: 20px;
	line-height: 24px;
}

.mobileFooterInfo h3 {
	font-size: 32px;
	line-height: 36px;
}

.mobileFooterInfo h4 {
	font-size: 18px;
	line-height: 22px;
}

.mobileFooterInfo strong {
	color: #666666;
}



/*FONT ###############################*/

p, #content li {
	font-family: DINWebPro, verdana, Arial, Helvetica, Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: DINWebPro-Bold, arial, helvetica;
	color: #58595B; /*PENTAIR DARK GRAY*/
}

#headImgWrapper h5 {
	line-height: 40px;
}

p,
#content h3 {
	margin: 0 0 14px;
	padding: 0;
	line-height: 17px;
	font-size: 13px;
	color: #58595B;/*PENTAIR DARK-GRAY*/
}

b {
	font-family: DINWebPro-Bold, arial, helvetica;
}

i {
	font-family: DINWebPro-Ita, arial, helvetica;
}

#content h1 {
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
	font-size: 25px;
	font-family: DINWebPro, arial, helvetica;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#content h2 {
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	font-size: 18px;
	font-family: DINWebPro, arial, helvetica;
	line-height: 20px;
	letter-spacing: 1px;
}

#content h3 {
	margin:0;
	font-family: DINWebPro-Bold, arial, helvetica;
}


#content li {
	list-style: disc;
	padding-left: 0;
	margin-left: 15px;
}


#content img {
	width: 100%;
	height: auto;
}

#content li.column {
	list-style: none;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
	padding-left: 0;
}
.ce-column:last-child {
	margin-right: 10px;
}



/*ALLGEMEIN ###############################*/
.hide {

	display: none;
}


/*to top*/
#toTop {
	bottom:100px;
	right:10px;
}




/*JQuery Tabs*/

#tabContent {
	padding:10px;
}

.ui-widget-header {
	background: none;
	border: none;
	color: #222222;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li {
	width: 49%;
	margin: 1px -0.1em 0 0;
	padding: 0;
	text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #E6E6E6;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: url("../Media/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
	border: 1px solid #D3D3D3;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0px;
}
#tabs ul li {
	border-top-right-radius: 4px;
	border-top-left-radius: 0px;
}
#tabs ul li:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 4px;
}
.ui-widget-content {
	background: url("../Media/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
	border: none;
}
.ui-tabs .ui-tabs-panel {
	padding: 0 1em 0 0;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0.73em 0.73em;
	font-size: 18px;
	font-family: DINWebPro-Bold, arial, helvetica;
	color: #58595B; /*PENTAIR DARK GRAY*/
}




/********************************************************/
/* Produktausleitung					                */
/********************************************************/


.productOverviewWrapper {
	margin: 20px 0 0 0!important;
}


.itemWrapper {
	float: left;
	margin: 0 11px 25px 0;
}

.productOverviewItem {
	width: 168px;
	height: 140px;
	padding: 5px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin:0;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.productOverviewItem.productAni{
	width: 288px;
	height: 240px;
}

.lastitem {
	margin: 0;

}

.itemWrapper p a {
	padding: 8px 0 0 0;
	font-weight: bold;
	display: block;
}
#content .productOverviewItem img,
.productOverviewItem img {
	margin: 0;
	padding: 0;
	max-height: 140px;
	width: auto;
	height: auto;
}


.g-recaptcha{
	margin-bottom: 15px;
}

/*News aud der startseite*/

.NewsListing {
	border-bottom: 1px solid #E6E6E6;
	padding: 20px 14px 0;
	color: #5F5F5F;
}
.NewsListing,
.NewsListing a {
	font-size: 13px;
}
.NewsListing a {
	color: #0C3471;
}

.NewsListing h6 {
	margin: 0;
	font-weight: bold;
}

#map{
	margin-right: 10px;
	z-index: 99;
}


/********************************************************/
/* Extension fe_login 							*/
/********************************************************/

.felogin-form {
	margin-top: 20px;
}
.felogin-form input {
	margin-bottom: 10px;
}

/********************************************************/
/* Extension tt_address (tt_address)            */
/********************************************************/

form#agencies-form {
	padding: 0 0 20px 0;
}
div#agencies-map,
div#agencies-content {
	width: 334px;
}
div.agencies-item {
	padding: 0 0 20px 0;
}

.searchResultTable tbody {
	cursor: pointer;
}

.training {
	font-weight:normal;
	white-space: nowrap;
}

.training .star {
	padding: 0 10px;
	background: url("../Media/star.png") no-repeat center center;
	background-size: 20px;
}

.mobile .mapButton {
	background: #ccc;
}
.mobile .training .star {
	display: list-item;
}

/********************************************************/
/* Extension powermail (powermail)            */
/********************************************************/

fieldset.tx-powermail-pi1_fieldset {
	border: none;
	background-color: #fff;
	/*padding: 10px;*/
}

fieldset.tx-powermail-pi1_fieldset label,
fieldset.tx-powermail-pi1_fieldset fieldset legend {
	display: block;
	width: 200px;
	float: left;
	font-weight: normal;
	/*color: #515151;*/
	color: #000;
	white-space: normal;
}

.powermail_fieldwrap_input.radio-Input label:last-child{
	float: none;
	display: inline-block;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset input.powermail_date,
fieldset.tx-powermail-pi1_fieldset input.powermail_datetime,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset input.powermail_captcha,
fieldset.tx-powermail-pi1_fieldset select {
	border: 1px solid #ccc;
	background: #f8f8f8 none;
	-moz-box-shadow: 0 0 5px #eee inset;
	-webkit-box-shadow: 0 0 5px #eee inset;
	padding: 2px;
	width: 200px;
}

.tx-powermail-pi1 {
	margin-top: 25px;
}


.tx-powermail-pi1,
.tx-powermail-pi1 input,
.tx-powermail-pi1 select,
.tx-powermail-pi1 label {
	font-family: DINWebPro, verdana, Arial, Helvetica, Sans-Serif;
	color: #2D3D48;
}

fieldset.tx-powermail-pi1_fieldset legend,
.tx-powermail-pi1 legend {
	/*display: none;*/
	color: #58595B;
}

fieldset.contactform-fieldset-message label {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 120%;
	font-size: 100%;
}

span.powermail_mandatory,
div.powermail_mandatory_js {
	color: #000;
	font-size: 85%;
}

.tx_powermail_pi1_fieldwrap_html{
	height: 30px;
	display: block;
	width: auto;
}

.tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_textarea {
	height: 100%;
}

.tx-powermail-pi1_formwrap_476 div.form-label {
	width: 268px;
}

.tx-powermail-pi1_formwrap_458 #powermaildiv_uid243 {
	height: 55px;
}

.tx_powermail_pi1_fieldwrap_html_submit {
	margin: 30px 0 0 0;
	display: block;
}

div.form-label{
	width: 218px;
	width: 150px;
	display: block;
}
input.powermail_text {
	width: 218px;
}

.form-input.float-right {
	float: none;
}

div.powermail_mandatory_js {
	float: left;
}
textarea.powermail_textarea {
	width: 218px;
}
input.powermail_submit,
input.tx-powermail-pi1_confirmation_back,
input.tx-powermail-pi1_confirmation_submit {
	padding: 0 20px 0 20px;
	border: 1px solid #808080;
	cursor: pointer;
}

input.powermail_submit:hover,
input.tx-powermail-pi1_confirmation_back:hover,
input.tx-powermail-pi1_confirmation_submit:hover {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s ease;
	-moz-transition:    all .2s ease;
	-o-transition:      all .2s ease;
	-ms-transition:     all .2s ease;
	transition:         all .2s ease;
}

fieldset.contactform-fieldset-submit legend {
	display: none;
}
fieldset.contactform-fieldset-message legend {
	display: none;
}

.powermail_captchaimage {
	display: block;
	max-width: 229px;
}

/* Kontaktfornular - Bestaetigungsseite */
div.tx-powermail-pi1_confirmation {
	padding: 0 0 20px 0;
}
div#contactform-confirmation-back {
	padding: 0 0 0 0;
}
div#contactform-confirmation-submit {
	padding: 0 0 0 10px;
}

/* Seminarformular */
textarea.seminarform-field-member-names,
textarea.seminarform-field-message {
	width: 444px;
	height: 140px;
}

/* Pumpenregistrierung */
fieldset.registrationform-fieldset-submit legend {
	display: none;
}


/* guestbook commets */
.tx-veguestbook-pi1 input,
.tx-veguestbook-pi1 select,
.tx-veguestbook-pi1 label {
	font-family: DINWebPro, verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #2D3D48;
}

.tx-veguestbook-pi1 .tx-guestbook-field {
	padding: 5px 0;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med,
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big,
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea  {
	width:225px;
}

.tx-veguestbook-pi1 .tx-guestbook-field label {
	margin: 0 0 0 0px;
	width:150px;
}

.tx-veguestbook-pi1 .comment {
	background:#f3f4f6;
	border-top:1px solid white;
	padding:10px;
}

.tx-veguestbook-pi1 .tx-guestbook-clear {
	display:none;
}

.tx-veguestbook-pi1 .tx-guestbook-pagination {
	float: none;
	margin: 10px;
}

.tx-veguestbook-pi1  .comment p {
	margin:0;
	padding:0;
}

.tx-veguestbook-pi1  .entry-text {}
.tx-veguestbook-pi1  .entry-text .surname {
	color:#017baa;
	font-weight:bold;
}

.tx-veguestbook-pi1  .entry-date {
	color:#929395;
	font-size:85%;
}


/* baustellen formular */
form#baustellenschild {
	margin-bottom:50px;
}

.tx-guestbook-field img {
	margin: 0px 0 5px 150px;
	width: 150px;
}

.tx-veguestbook-pi1 form input.tx-guestbook-submit{
	width:auto;
	padding: 0 20px;
	margin: 30px 0;
	color: #2D3D48;
	font-size: 13px;
	border: 1px solid #808080;
}



/********************************************************/
/* Extension date2cal (date2cal)            */
/********************************************************/

/* Hilfe ausblenden */
img.date2cal_img_help {
	display: none;
}

/* Datumsvorschau in Formularen ausblenden */
div.form-input div span {
	display: none;
}

/* Checkbox in Formularen ausblenden */
div.form-input input.jscalendar_cb {
	display: none;
}


/********************************************************/
/* Owl Slider Anpassungen         			           */
/********************************************************/

#owlCarouselQuadsRelated{
	margin-bottom: 100px;
}
#owlCarouselQuadsRelated.kachelslider{
	margin-bottom: 55px;
}
.mobileNavigationBottom .owlQuad a{
	background-color: #888;
	padding:0;
}
.relatedObjects .owlQuad a img{
	background-color: #efefef;
	transition: background-color .4s ease;
	width: 100%;
	height: auto;
	padding-top: 30px;
}
.relatedObjects .owlQuad.onePxPadding:hover{
	border: 2px solid #858d91;
}

.mobileNavigationBottom .owlQuad a.active,
.mobileNavigationBottom .owlQuad a:hover{
	background-color: rgba(38, 51, 60, 0.9);
	color:#fff!important;
}
.mobileNavigationBottom .owlQuad a:focus{
	background-color: transparent;
}

.mobileNavigationBottom .owlQuad a span,
.relatedObjects .owlQuad a span{
	display: block;
	width: 100%;
	position: absolute;
	z-index:300;
	bottom:8px;
	text-align:center;
}

.relatedObjects .owlQuadText{
	position: absolute;
	z-index: 600;
	top:0;
	padding:8px;
}

.relatedObjects .owlQuadTextHeadline{
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.onePxPadding {
	padding: 1px!important;
}

.owl-controls{
	position: relative;
	z-index:400;
	text-align: right;
}
.owl-nav{
	display: inline-block;
	float: right;
}
.owl-controls .owl-prev,
.owl-controls .owl-next{
	background-image:url(../media/arrLeftWhite.png);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center;
	background-color: rgba(38, 51, 60, 0.7);
	color:#fff;
	width:36px;
	height:36px;
	float: left;
	opacity: 0.8;
	margin-top:2px;
	margin-right:2px;
}
.owl-controls .owl-next{
	background-image:url(../media/arrRightWhite.png);
	/*        float: right;*/
}
.owl-controls .owl-next:hover{
	opacity:1;
	background-color: rgba(38, 51, 60, 0.9);
}
.owl-controls .owl-prev:hover{
	opacity:1;
	background-color: rgba(38, 51, 60, 0.9);
}

.owl-controls .owl-dots{
	/*position: absolute;*/
	z-index:500;
	top:8px;
	position: relative;
	float: right;
	top: 16px;
	margin-right: 20px;
}

.owl-controls .owl-dot{
	width:8px;
	height:8px;
	background-color: #ccc;
	float:left;
	margin-right: 4px;
}
.owl-controls .owl-dot.active{
	background-color: rgba(38, 51, 60, 0.9);
}


/********************************************************/
/* Drena-Line				       			           */
/********************************************************/

.drena-line-content{
	margin-top: 35px;
}

h1 .detail{
	color: rgba(100,167,11);
	margin-left: 20px;
}




/********************************************************/
/* Extension News                  			           */
/********************************************************/

.news .news-list-item {
	padding: 0 0 19px 0;
}

.news .news-img-wrap a{
	border: 1px solid #B5BCC1;
}

.news h2 {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 100%;
}

.news h2 a {
	color: #58595B;
}

.news .news-list-content p {
	margin-bottom: 5px;
}

.news .article .news-img-wrap a {
	display: block;
	/*float: left;*/
	padding: 0;
	/*border: none;*/
	background: #fff;
}

/* SINGLE*/
.news-single .article .news-img-wrap {
	float: left;
	width: 218px;
	margin: 0 20px 15px 0;
	border: none;
}
.news-single .news-single-image {
	width: 218px;
}

/*.news-single .news-single-content {*/
/*    width: 452px;*/
/*}*/

.news-related {
	padding: 0;
	border: none;
}

.news-related-files ul li {
	margin-bottom: 10px;
}


/********************************************************/
/* Extension News (tt_news)     			           */
/********************************************************/

/*Listen Ansicht*/
div.news-list-item {
	padding: 0 0 19px 0;
}
div.news-list-image {
	width: 218px;
	border: 1px solid #B5BCC1;
}
/*div.news-list-content {*/
/*	width: 452px;*/
/*}*/
/*#content .news-list-content h2 {*/
/*	padding: 0;*/
/*	margin: 0 0 0 0;*/
/*	line-height: 100%;*/
/*}*/
/*#content .news-list-content p {*/
/*	margin-bottom: 5px;*/
/*}*/

/* Detail Ansicht */
/*div.news-single-image {*/
/*	width: 218px;*/
/*}*/
/*div.news-single-content {*/
/*	width: 452px;*/
/*}*/
/*div.news-single-backlink {*/
/*	padding: 4px 0 20px 0;*/
/*	border-top: 3px solid #E4E7E9;*/
/*	clear:both;*/
/*}*/

/* Pagebrowser */
/*div.pagebrowser-wrap {*/
/*	padding: 4px 0 20px 0;*/
/*	border-top: 3px solid #E4E7E9;*/
/*}*/

/*Listenansicht / Übersicht*/

.news-list-item {
	min-height:  125px;
	display: block;
}

/*.NewsListing h6 a {*/
/*    font-size: 13px;*/
/*}*/

/*.csc-textpic-imagerow ul li {*/
/*    list-style: none;*/
/*}*/



/* Dateiliste */
ul.documents li a {
	margin: 0 10px 0 0;
}

/* Bildunterschriften */
.csc-textpic-caption {
	padding: 4px 0 10px 0;
	font-size: 12px;
}

figcaption.image-caption {
	margin-top: 10px;
}

div.csc-textpic-above,
div.csc-textpic-clear {
	margin: 0 0 14px 0;
}

div.csc-textpic-above div.csc-textpic-text {
	padding-top: 14px;
}

#tx-indexedsearch-searchbox-sword {
	margin-top: 0;
}



/***** Tables  *****/

table                                    { margin:28px 0 28px 0; width:100%; border: none; border-bottom: 1px solid #999;}
table th                                 { text-align: left; margin: 0;padding:4px 8px 4px 8px; background-color:#fff; color:#333; font-weight:bold; border: none; border-bottom: 1px solid #999; }
table td                                 { margin: 0; padding:4px 8px 4px 8px; background-color:#fff; color:#333; border: none; border-bottom:1px solid #d6d6d6; }
table tr.even td                         { background-color:#fff; }
table tr.odd td                         { background-color:#d6d6d6; }
table tr td:last-child{
	text-align: right;
}
table td.highlight                         { color:#FFF; font-weight:bold; }
table tr td.highlight                    { background-color:#333;  }
table p { margin:0;}

table.text-left tr td,
table.text-left tr th {
	text-align: left;
}
.tablesorter .header {
	padding-right: 17px;
	background-image: url("../Media/sorting.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.rte-table tr td:last-child{
	text-align: left;
}


.border-top {
	border-top: 1px solid #ddd;
}

.tx_tp3jobs.table th{
	padding: 10px 8px;
	background-color: #e4e4e4;
}

.tx_tp3jobs.table td{
	padding: 10px 8px;
	color: #58595B;
}

.tx_tp3jobs.table td:last-child{
	text-align: left;
}


/*STARITE Styles*/

.nascosto, .vista_137 .csc-header {
	display: none;
}

.tx-powermail{
	margin-bottom: 50px;
}

.powermail_captchaimage{
	margin-left: 185px;
}

.tx-a3plus-locator input,
.tx-a3plus-locator select,
input.powermail_captcha,
input.powermail_input,
select.powermail_select,
textarea.powermail_textarea{
	padding: 8px;
	font-size: 13px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #666;
	display: block;
}

input#iddenButton{
	padding: 10px 20px !important;
	min-width: 170px !important;
	font-size: 16px !important;
}

input.powermail_submit{
	padding: 10px 20px;
	min-width: 170px;
	font-size: 16px;
}

.powermail_field a,
.checkbox *{
	font-size: 14px;
}

.powermail_captchaimage{
	margin-top: 5px;
}

legend.powermail_legend{
	font-size: 16px;
	margin-bottom: 10px;
}

.tx-a3plus-locator select,
select.powermail_select{
	height: 34px;
	max-width: 320px;
}

fieldset.contactform-fieldset-message label,
.powermail_label{
	font-size: 15px;
}




/*IPAD PORTAIT*/

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#navBarWrapper .navBarContainer {
		/*wichtig für die positionierung des main overlay*/
		width: 768px;
	}

	#logoWrapper .grid_4 {
		width: 235px;
	}

	#mobile-logo {
		display: none;
	}

	/*MAIN OVERLAY*/

	#navMainOverlay {
		margin: 0 14px;
	}

	#navMainOverlay .row {
		width: 766px;
	}

	#navMainOverlay .row2,
	#navMainOverlay .row3 {
		margin-left: 0;
		background: none;
	}

	#navMainOverlay .row2,
	#navMainOverlay .row3 {
		width: 358px;
	}

	#navMainOverlay .row3 {
		min-height: 60px;
	}

	.close {
		left: 700px;
	}



	#startseite #headImgWrapper .h1Wrapper {
		width: 400px;
	}

	#startseite #headImgWrapper h1,
	#startseite #headImgWrapper h5 {
		margin-left: 0;
		padding-left: 10px;
	}

	#startseite #headImgWrapper h2 {
		max-width: 400px;
		margin-left: 0;
		padding-left: 10px;
	}

	.footer ul.navLeft {
		padding-left: 20px;
	}

	/*Produktübersicht*/
	.productOverviewWrapper {
		margin: 20px 0 0 15px !important;
	}


	/*News List*/
	div.news-list-item {
		padding-bottom: 30px;
	}

	/*#content .news-single-content,*/
	/*#content .news-list-content {*/
	/*	width: 320px;*/
	/*}*/



	#content .csc-textpic-imagewrap,
	#content .csc-textpic-imagerow,
	#content img {
		max-width: 548px;
		height: auto;
	}

	#content .csc-textpic-image ,
	#content .csc-textpic-imagerow img{
		max-width: 172px;
	}

	/*Index Search*/
	div.tx-indexedsearchcontent-wrap {
		width: 467px;
	}

	#tabsWrapper li {
		width: 85.5px;
		padding: 13px;
		font-size: 14px;
	}

	#tabsWrapper .tabsContent img {
		width: 226.5px;
		height: auto;
	}

}


@media only screen and (max-width: 960px) {
	.header {
		height: 100%;
		padding-bottom: 20px;
	}

	#navMeta {
		margin-top: 0;
	}

	#navMeta ul li {
		padding: 0px 10px 0px 0px;
		margin: 0px 10px 0px 0px;
	}

	#navMeta ul li.last {
		background: none;
	}

	/*LOGOS ######################*/
	#logoWrapper {
		/*margin-top: -10px;*/
		height: 100%;
		padding-bottom: 0px;
		margin-bottom: -10px;
	}
	#logoWrapper .grid_8{
		margin-top: 0px;
	}

	#logo img {
		padding: 0;
	}

	#logo {
		position: relative;
		top: 0px;
	}

	#logo2 {
		position: relative;
		top: -35px;
		float: none;
	}


	#mobile-logo img{
		width: 100%;
		height: auto;
	}

	#navMain {
		float: none;
		margin: 0;
	}

	/*kann auch entfernt werden - dann ungleich untereinander*/
	#navMain ul li {
		padding: 3px 0 5px 18px;
		width: 300px;
		position: relative;
	}

	#navMain ul li a.active{
		text-decoration: underline;
	}

	#navMain ul ul {
		display: block;
	}

	#navMain ul li.active ul {
		position: relative;
	}
	#navMain ul ul,
	#navMain ul li:hover ul ul{
		display: block;
		position: relative;
	}

	#navBarWrapper {
		margin-top: 10px;
		height: 100%;
		padding-bottom: 0px;
	}
	#navBarWrapper .grid_12 {
		margin: 0;
	}

	#navBarWrapper .navBarContainer {
		width: 300px;
	}

	#navMainOverlay .row {
		width: auto;
	}

	#navMainOverlay  {
		width: 300px;
		top: 53px;
		left: 0;
	}

	#navMainOverlay .txtPicItem img {
		display: none;
	}

	#navMainOverlay .txtPicItem {
		height: 30px;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	#navMainOverlay .txtPicItem a {
		padding: 0;
		margin: 0;
	}

	#navMainOverlay .row1,
	#navMainOverlay .row2,
	#navMainOverlay .row3 {
		width: 300px;
		background: none;
	}

	#navMainOverlay .row1 {
		margin: 0px;
		background: none;
		min-height: 100px!important;
	}

	#navMainOverlay .row3 {
		min-height: 60px;
	}

	#navMainOverlay .row2,
	#navMainOverlay .row2 .title h4,
	#navMainOverlay .row2 .content {
		margin-left: 0px;
	}

	#navMainOverlay .row1 .content {
		padding-left: 0px;
	}

	.arr {
		left: 15px;
	}

	#navBreadCrumbWrapper .grid_12 {
		margin: 0;
	}

	#navLeft {
		width: auto;
	}
}


/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {

	.spacer-s {
		height: 30px;
	}

	.spacer-m {
		height: 60px;
	}

	#mobile-logo {
		display: block;
	}

	#colLeft {
		margin-bottom: 20px;
	}

	#content img {
		max-width: 300px;
		height: auto;
	}

	#colRight {
		padding: 0;
	}

	#footerWrapper .grid_6 {
		margin-top: 0;
		float: none;
	}

	#footerWrapper .grid_6.last .footer {
		margin-top: 20px;
	}

	.footer ul.navRight {
		float: none;
	}

	.footer ul.navLeft li,
	.footer ul.navRight li {
		padding: 0 15px 10px 0;

	}
	#footerWrapper {
		height: 80px;
	}

	.footer .navLeft li.item2 {
		display: block;
	}

	.mobileFooterInfo {
		display: block;
	}

	#startseite .colRight {
		margin: 0;
		width: 300px;
	}
	#startseite #tabs img {
		width:291px;
	}

	#headImgWrapper {
		height: 100%;
		background: none;
	}

	#headImgWrapper h1,
	#headImgWrapper h5 {
		padding: 0;
		margin: 0;
		background: none;
		color: #58595B;
		font-size: 20px;
		display: none;
	}

	#startseite #headImgWrapper .grid_12 {
		margin-top:0;
		background-image: none;
	}

	#startseite #headImgWrapper .content .newsbox {
		max-width: 300px;
		left: 35px;
	}

	#startseite #headImgWrapper .content .newsbox1,
	#startseite #headImgWrapper .content .newsbox2 {
		top: 0px;
	}

	#startseite #headImgWrapper .content .newsbox1 {
		margin: 0;
		margin-top: 10px;
	}

	#startseite #headImgWrapper .content .newsbox h2{
		display:block;
	}

	#startseite #headImgWrapper h1,
	#startseite #headImgWrapper h5 {
		margin: 0px 0 0 0px;
		padding: 17px 0 0 17px;
		font-size: 20.5px;
		line-height: 20px;
	}

	#startseite #headImgWrapper h2.white,
	#startseite #headImgWrapper h2 {
		margin: 0px 0 0px 0px;
		padding: 5px 0 0 18px;
		font-size: 15.5px;
		line-height: 15px;
		display: none;
	}

	#startseite #headImgWrapper h2.white {
		max-height: 100px;
		color: #666666;
	}


	#tabsWrapper li {
		width: 122px;
	}

	#tabsWrapper {
		margin: 20px 0 0 0;
	}


	#content h1 {
		font-size: 18px;
	}

	.csc-textpic-caption,
	.csc-textpic-imagewrap.csc-textpic-single-image {
		padding-bottom: 20px;
	}

	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		float: none;
	}
	.csc-textpic.csc-textpic-intext-left-nowrap div,
	.csc-textpic.csc-textpic-intext-left-nowrap div {
		margin: 0!important;
	}

	/*Index Search*/
	div.tx-indexedsearchcontent-wrap {
		width: 267px;
	}

	#content .tx-indexedsearch li {
		margin-left: 10px;
	}
	.tx-indexedsearch .searchbox-tmpl-css label {
		width: 5.7em;
		float: left;
	}
	#tx-indexedsearch-searchbox-sword {
		margin-top: 0;
		float: left;
		width: 100px;
	}

	div.news-list-content {
		padding: 10px 0 0 0;
		width: auto;
		display: inline-block;
	}

	div.news-single-content {
		width: 300px;
	}

	.ce-left .ce-gallery{
		float: none;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#startseite #headImgWrapper h1 {
		font-size: 26.5px;
	}

	#navMain ul li {
		padding: 5px 15px 2px 15px;
	}
}

@media only screen and (max-width: 768px) {
	.ce-youtube .ytIcon,
	.ce-youtube:hover .ytIcon {
		width: 50px;
		height: 50px;
	}

	.tx-a3plus-locator input,
	.tx-a3plus-locator select,
	input.powermail_captcha,
	input.powermail_input,
	select.powermail_select,
	textarea.powermail_textarea{
		max-width: 260px;
	}

	.powermail_field  .powermail_captchaimage{
		margin: 0 !important;
		margin-top: 5px !important;
	}

	.powermail_fieldwrap.col-indented {
    max-width: 260px;
    margin-left: 0px;
	}


	.ce-3d-view model-viewer{
		height: 400px;
		margin: 25px 0;
	}

}
