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

.tx-fsnd-product2 div.productListing
{
	max-width: 100%;
	overflow-x: hidden;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2
{
	max-width: 100%;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 tr.prodRowEven
{
	background: #EBEDF2;
	color: #3E3E3E;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 tr.prodRowEven:hover
{
	background: #F0F0F0;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 tr.prodRowOdd:hover
{
	background: #E8EAF8;
	color: #3E3E3E;
}


.tx-fsnd-product2 .productListing .tx_fsndproduct2 th
{
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 td
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 tr.prodRowOdd td
{
	border-right: 1px #666 solid;
}


.tx-fsnd-product2 .productListing .tx_fsndproduct2 tr.prodRowEven td
{
	border-right: 1px #3E3E3E solid;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 tr.prodRowEven:hover td
{
	/*border-color: #FFF;*/
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 tr.prodRowOdd:hover td
{
	border-color: #3E3E3E;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 td.prodDatasheet,
.tx-fsnd-product2 .productListing .tx_fsndproduct2 td.prodImage
{
	border-right: none !important;
}

.tx-fsnd-product2 .tx_fsndproduct2 .prodName
{
	white-space: nowrap;
}

.tx-fsnd-product2 .productListing .tx_fsndproduct2 .prodName small
{
	display: block;
	margin-top: -5px;
	font-size: 80%;
}

.tx-fsnd-product2 div.prodResponsiveItems
{
	display: none;
}

.prodResponsiveItems div.prodResponsiveItem
{
	width: 95%;
	padding: 2%;
	margin-top: 10px;
	margin-bottom: 5px;
	background-clip: #F0F0F0;
	border: 1px #EEE solid;
}

.prodResponsiveItems .prodResponsiveItem .prodItemLabel
{
	display: block;
	font-weight: 600;
	color: #3E3E3E;
}

.prodResponsiveItems .prodResponsiveItem .prodItemDatasheetBox .prodItemLabel
{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.prodResponsiveItems .prodResponsiveItem div.prodItemMountingBox
{
	float: right;
	background: none !important;
}

.prodResponsiveItems .prodResponsiveItem .prodItemMountingBox .prodItemLabel
{
	display: none;
}

.prodResponsiveItems .prodResponsiveItem .prodItemDatasheetBox .prodItemValue
{
	display: inline-block;
	vertical-align: middle;
}

.prodResponsiveItems .prodResponsiveItem .prodItemMountingBox  .prodItemValue a
{
	display: block;
	margin-top: 10px;
	text-align: center;
}

.prodResponsiveItems .prodResponsiveItem div.prodResponsiveItemBox
{
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

.prodResponsiveItems .prodResponsiveItem div.prodItemImageBox
{
	width: 50px;
	height: 100%;
}

.prodResponsiveItems .prodResponsiveItem .prodItemImageBox img
{
	width: 100%;
	height: auto;
}

.prodResponsiveItems .prodResponsiveItem div.prodItemDatasheetBox
{
	vertical-align: middle;
}


.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2
{
    background-color: white;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 10px;
    margin: 0 1%;
    width: 98%;
}

.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 th
{
    padding: 7px 4px 7px 10px;
	color: rgb(255, 255, 255);
	background-color: rgb(64, 88, 171);
	box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.6) inset;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 tbody td
{
	padding-right: 4px;
	border-color: #FFF;
	border-right: none !important;
	vertical-align: middle;
}
.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 th:first-child
{
    width: 70px;
	box-shadow: 3px 0 5px -3px rgba(0, 0, 0, 0.6) inset;
}

.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 tr.prodRowEven
{
	background: none;
	border-right: none;
}

.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 tr.prodRowOdd,
.tx-fsnd-product2 .petermannListing .prodResponsiveItems div.prodRespItemOdd
{
    /*background-color: rgb(189, 221, 242);*/
	border-right: none;
}
.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 tr.prodRowEven
{
    background-color: rgb(189, 221, 242);
}

.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 .prodImage img
{
	max-height: 30px;
	height: auto;
}

.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 td.prodPackaging,
.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 td.prodOneyearstability,
.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 td.prodApplication
{
	white-space: nowrap;
}

.tx-fsnd-product2 .petermannListing .prodResponsiveItems div.prodResponsiveItem
{
	width: 99%;
	padding: 0px;
	background: #F0F0F0;
}

.tx-fsnd-product2 .petermannListing .prodResponsiveItems div.prodRespItemEven
{
	background: #F0F0F0;
}

.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodResponsiveItem div.prodResponsiveItemBox
{
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	background: #FFF;
}

.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodRespItemEven div.prodResponsiveItemBox
{
	background: #FFF;
}

.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodRespItemOdd div.prodResponsiveItemBox
{
	/*background: rgb(199, 231, 255);*/
}

.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodResponsiveItem div.prodResponsiveItemProdBox
{
	color: #FFF;
	background: rgb(64, 88, 171);
	margin-bottom: 10px;
}

.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodResponsiveItem .prodResponsiveItemProdBox div.prodItemImageBox
{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #FFF;
}

.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodResponsiveItem .prodResponsiveItemProdBox div.prodItemNameBox
{
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	background: none;
}
.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodResponsiveItem .prodResponsiveItemProdBox .prodItemNameBox .prodItemLabel
{
	color: #FFF;
}
.tx-fsnd-product2 ul.fsndProductMenu,
.tx-fsnd-product2 .fsndProductMenu ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.menuDialogBox #productCategoryMenu
{
	width: auto;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.menuItem #productCategoryMenu
{
	position: absolute;
	display: none;      							/* TEMPORÄRER CODE !!!!! */
	width: auto;
	left: -430px !important;
	top: 39px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #FFF;
	background: rbga( 255, 255, 255, 0.9 );
	z-index: 300;
	
	
}
.menuItem #productCategoryMenu *
{
	z-index: 300;
}
.menuItem #productCategoryMenu li
{
	cursor: pointer;
}

.menuItem .productCategory li
{
	width: 50%;
}

.menuItem li#productCategory1
{
	width: 100% !important;
}

li#productCategory1 .categoryProducts
{
    width: 50%;
}
/*
.productCategory
{
    width: 50%;
}
*/
.menuItem #productCategoryMenu .catOpen li
{
	background: none;	
}

.menuItem #productCategoryMenu li
{
	cursor: pointer;
	/*background: rgba(201,201,201, 0.75);*/
}

.menuItem #productCategoryMenu h4
{
	margin-top: 24px;	
	margin-left: 35px;
}

#productCategoryMenu div.productMenuWrapper
{
	width: 860px;
	height: 100%;
	border: 1px #F0F0F0 solid;
	color: #4b4b4d;
	overflow: hidden;
	padding-bottom: 105px;
}
.menuDialogBox #productCategoryMenu div.productMenuWrapper
{
	width: 100%;
	max-width: 100%;
}
div#productDetailInfo
{
	position: absolute;
	width: 50%;
	top: 115px;
	right: -2px;
	font-size: 14px;
	background-color: rgba(200,200,200,0.65);
	border-left: 2px #FFF solid;
}
#productDetailInfo h2.productTitle
{
	margin-bottom: 0px;
	margin-top: 0;
	padding: 5px 0;
	padding-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	font-stretch: expanded;
	font-style: italic;
	color: #C9C9C9;
	text-transform: uppercase;
	background-color: rgba(188,188,188,1);
}

#productDetailInfo p
{
	margin-top: -1px;
}
#productDetailInfo h2.productTitle,
#productDetailInfo div.productDetailItem
{
	padding-left: 15px;
}

.productTitleBase 
{
    background: rgba(188, 188, 188, 1) none repeat scroll 0 0;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 0;
	margin-bottom: 10px;
}

#productDetailInfo div.productDetailItem
{
	margin-bottom: 5px;
	font-size: 14px;
}
#productDetailInfo .productDetailItem label
{
	margin-bottom: -2px;
	color: #C9C9C9;
	font-weight: 600;
}

#productMenu
{
	display: none;
}

.productMenuHeader > p
{
    color: #C9C9C9;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-left: 30px;
	padding: 12px 0 12px 0;
}

ul.fsndProductMenu
{
	width: 100%;
	display: inline-block;
	border-right: 1px #F0F0F0 solid;
	vertical-align: top;
	overflow: hidden;
}
.fsndProductMenu li.productCategory
{
	border-top: 1px #aaa solid;
}
#productDetailInfo div.productImage
{
	width: 100%;
	/*margin-bottom: 20px;*/
}
#productDetailInfo .productImage img
{
	width: 100%;
	height: auto;
}
.fsndProductMenu li.productCategory:first-child
{
	border-top: none;
}
.fsndProductMenu .productCategory div.productCategoryItem
{
	min-height: 40px;
	padding-top: 20px;
	
	width: 100%;
	font-size: 18px;
	background-color: rgba(201, 201, 201, 0.75);
}

div.productListPropertiesBoxes
{
	margin-top: 20px;
    margin-bottom: 15px;
	margin-left: -10px;
	margin-right: -20px;
}

.productListPropertiesBoxes div.productWrapper
{
	display: inline-block;
	width: 33%;
	height: 480px;
	
	overflow: hidden;
}

.productListPropertiesBoxes .productWrapper div.productWrapperInner
{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.productListPropertiesBoxes .productWrapperInner div.productImage
{
	width: 100%;
	min-height: 134px;
	margin-bottom: -4px;
	background-color: #FFF;
	overflow: hidden;
}

.productListPropertiesBoxes .productWrapperInner .productImage img
{
	width: 100%;
	height: auto;
}

.productListPropertiesBoxes .productWrapperInner div.productHeader
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: #bcbcbc;
}

.productListPropertiesBoxes .productWrapperInner .productHeader h3
{
	margin-top: 0px;
	color: #2b72d8;
}

.darkTheme .productListPropertiesBoxes .productWrapperInner .productHeader h3
{
	color: #C9C9C9;
}

.productListPropertiesBoxes .productWrapperInner div.productDetail
{
	min-height: 206px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: #d5d5d5;
}

.productListPropertiesBoxes .productWrapperInner div.productFooter a
{
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #C9C9C9;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.productCategoryItem > h3
{
	margin-left: 35px;	
}

hr.productVariantSeparator
{
	color: #AAA;
	background: #AAA;
}

.fsndProductMenu .productCategory.catOpen div.productCategoryItem,
.fsndProductMenu .productCategory div.productCategoryItem:hover,
.fsndProductMenu .categoryProducts li.categoryProductItem:hover
{
	background-color: #9da2a8;
	color: #4b4b4d;
}

.fsndProductMenu .categoryProducts li.categoryProductItem.currentProduct
{
	background-color: #82b2d6 !important;
}

.fsndProductMenu .productCategory .productCategoryItem a,
.fsndProductMenu .productCategory .productCategoryItem a:visited,
.fsndProductMenu .productCategory .productCategoryItem h3
{
	color: #4b4b4d;
	text-decoration: none;
	font-weight: 400;
}

.fsndProductMenu .productCategory.catOpen div.productCategoryItem h3,
.fsndProductMenu .productCategory div.productCategoryItem:hover h3
{
	
}

.fsndProductMenu .productCategory .productCategoryItem a h3
{
	font-size: 18px;
}

.fsndProductMenu .productCategory .productCategoryItem a:hover
{
	text-decoration: none;
}

.fsndProductMenu ul.categoryProducts
{
	display: none;
	/*padding-bottom: 5px;*/
}
.fsndProductMenu .catOpen ul.categoryProducts
{
	/*display: block;*/
}
.fsndProductMenu .categoryProducts li.categoryProductItem
{
	width: 100%;
	height: 65px;
	
	border-top: 1px #AAA solid;
}
.fsndProductMenu .categoryProducts .categoryProductItem div.categoryProductItemWrapper
{
	/*
	height: 95%;
	width: 95%;
	margin-top: 2.5%;
	margin-left: 2%;
	*/
}
.fsndProductMenu .categoryProducts .categoryProductItem .categoryProductItemWrapper h4
{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}
.categoryProductItem div.productItemIcon
{
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
}
.categoryProductItem .productItemIcon img
{
	height: 65px;
	width: auto;
}
.fsndProductMenu div.categoryProductDetails
{
	position: absolute;
	display: none;
	left: 100%;
	top: 0px;
}

.productMenuFooter
{
    background-color: #9da2a8;
    font-weight: 600;
    padding: 10px 0 15px 35px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.productMenuFooter a
{
    color: #000 !important;
}

.productCategory div.productOverview
{
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

.productCategory .productOverview h3,
.productDetail h3
{
	font-size: 16px;
}

.productCategory .productOverview h4,
.productDetail h4
{
	font-size: 15px;
}

.productCategory .productOverview div.productShortDescription
{
    -moz-column-count: 2;
    -moz-column-gap: 1.25em;
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
	-webkit-column-gap: 1.25em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1.25em; /* Firefox */
    column-gap: 1.25em;
}

.productCategory .productOverview div.productName
{
	text-align: center;
}

div.productDetailInfo
{
	margin-top: 15px;
	font-size: 16px;
}

.productDetailInfo .important
{
	font-size: 18px;
}

.productCategory .productOverviewExtended div.productInfo,
.productDetail div.productInfo
{
	width: 48%;
	float: left;
	padding-bottom: 15px;
	background: #D0D0D0;
}

.propertiesAlphaDetail .productInfo div.productSubtitle,
.productCategory .productOverviewExtended div.productSubtitle
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-right: 0px;
}

.productCategory .productOverviewExtended div.productSubtitle
{
	padding-bottom: 5px;
}

.productInfo div.productDetail
{
	margin-left: 15px;
	margin-right: 15px;
	line-height: normal;
}

.productSubtitle h3
{
	margin: 0px;
	padding-bottom: 0px;
	font-weight: 600;
}

.productSubtitle h4
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 400;
}

.productCategory .productOverviewExtended .productInfo div.detailImage
{
}

.productCategory .productOverviewExtended .productInfo .detailImage div.interiorImage
{
	width: 100%;
}

.productCategory .productOverviewExtended .productInfo .detailImage img,
.propertiesAlphaDetail .productInfo .interiorImage img
{
	width: 100%;
	height: auto;
}

.productInfo div.contactLinkWrapper
{
	height: 20px;
	padding-left: 15px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.productCategory .productOverviewExtended .productInfo div.contactLinkWrapper a,
.productCategory .productOverviewExtended .productInfo div.contactLinkWrapper a:visited
{
	color: #101010;
}

.productCategory .productOverviewExtended .productInfo div.contactLinkWrapper a:hover
{
	text-decoration: underline;
}

.productCategory .productOverview div.productName
{
	background-color: #bcbcbc;
}

.productCategory .productOverview .productName h2
{
	font-size: 34px !important;
	color: #707070;
	padding-bottom: 10px;
	padding-top: 10px;
}

.productCategory .productOverview .productName p.basedOn
{
	padding-top: 0px;
	padding-bottom: 5px;
}

.productCategory .productOverviewExtended p.basedOn
{
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	margin: 0px;
	text-align: right;
}

.productCategory .productOverview .productName .basedOn a,
.productCategory .productOverview .productName .basedOn a:visited
{
	color: #C9C9C9;
	text-decoration: none;
}

.productCategory .productOverviewExtended .basedOn a,
.productCategory .productOverviewExtended .basedOn a:visited
{
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.productCategory .productOverviewExtended .basedOn a .basedOnLabel
{
	color: #C9C9C9;
}

.productCategory .productOverview .productName .basedOn a:hover
{
	text-decoration: underline;
}

.productCategory .productOverview .productName .basedOn .basedOnLabel
{
	display: inline-block;
	margin-right: 12px;
	color: #f6aa26;
}
.productCategory .productOverview div.productImages
{
	width: 100%;
	margin-bottom: 10px;
}

.productCategory .productOverviewExtended div.productImages
{
}

.productCategory .productOverview .productImages div.productImage
{
}

.productCategory .productOverviewExtended .productImages div.productImage
{
	display: none;
}

.productCategory .productOverviewExtended .productImages div.productImage1
{
	display: block;
}

.productCategory .productOverview .productImages .productImage img
{
	width: 100%;
	height: auto;
}

.productCategory .productOverviewExtended .productImages .productImage img
{
	width: 100%;
	height: auto;
}

.productCategory .productOverview .productImages div.imageSliderCtrl
{
	position: absolute;
	top: 45%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 60px;
	background: #F0F0F0;
	background: rgba( 255, 255, 255, 0.4 );
	cursor: pointer;
	z-index: 10;
}

.productCategory .productOverview .productImages div.prevImage
{
	left: 0px;
}

.productCategory .productOverview .productImages div.nextImage
{
	right: 0px;
}

.productCategory .productOverview div.productSeparator,
.productCategory .productListPropertiesOverviewExtended div.productSeparator
{
	width: 90%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #CCC;
}

.productCategory .productListPropertiesOverviewExtended div.productSeparator
{
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
}

#mainContent .flexSlider article.layout5 .csc-default h2.productName, 
#mainContent .flexSlider article.layout5 .csc-default h3.basedOn,
.pageContentWrapper .flexSlider article.layout5 .csc-default h2.productName, 
.pageContentWrapper .flexSlider article.layout5 .csc-default h3.basedOn
{
	display: block;
	height: auto;
	padding-bottom: 0px;
	padding-top: 0px;
}
#mainContent .flexSlider article.layout5 .csc-default h2.productName,
.pageContentWrapper .flexSlider article.layout5 .csc-default h2.productName
{
	min-height: 45px;
	font-size: 20px/*22px*/;
}
#mainContent .flexSlider article.layout5 .csc-default h3.basedOn,
.pageContentWrapper .flexSlider article.layout5 .csc-default h3.basedOn
{
	font-size: 12px;
	color: inherit;
}
#mainContent .flexSlider article.layout5 .csc-default div.productHeader,
.pageContentWrapper .flexSlider article.layout5 .csc-default div.productHeader
{
	height: 78px;
	margin-bottom: 10px;
	overflow: hidden;
}
.productSlider div.productSliderDescription
{
	min-height: 135px;
}

.productSlider .productSliderDescription p.readMoreLink
{
	display: block;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/***********************************
************************************
****
****	Product Page
****
************************************
***********************************/
div.productInfoShortDescription
{
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.productListPropertiesOverviewExtended div.productInfoShortDescription,
.productDetail div.productInfoShortDescription,
.productDetail div.productInfoDescription,
.productListPropertiesOverviewExtended div.productInfoDescription,
.productDetail div.productInfoDescription2
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 30px;
}

.productInfoShortDescription h3,
.productInfoDescription h3
{
   margin-top: 0px;
   padding-top: 0px;
   font-size: inherit;
   font-family: inherit;
}

div.productDetailAddInfo
{
	clear: both;
	float: none;
}

.tx-fsnd-product2 .toggleDescription, 
#dropDownElement #readMoreOpen2
{
    color: #2b72d8;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 5px;
    position: absolute;
    right: 0;
	bottom: 0;
    text-decoration: underline;
}

.darkTheme .tx-fsnd-product2 .toggleDescription, 
.darkTheme #dropDownElement #readMoreOpen2
{
	color: #101010;
}

.productInfoLegend
{
	display: none;
}

.productDetail .layout0 div.articleInnerWrapper,
.productOverview .layout0 div.articleInnerWrapper
{
	width: 1600px;
	background: #DBDBDB;
}

.productDetail div#teaser
{
	overflow: hidden;
}

.productDetail #teaser div.teaserInnerWrapper
{
	height: 845px;
	height: 100%;
	width: 100%;
}

.productDetail #teaser div.teaserNavItem
{
	top: 36%;
}

.productDetail #teaser img.teaserImage
{
	width: 100%;
	height: auto;
}

.productDetail #teaser div.teaserPreviewImages
{
	margin-top: 3px;
}

.productDetail #teaser .teaserPreviewImages .previewImg
{
	display: inline-block;
	max-width: 13%;
	margin-right: 4px;
	vertical-align: bottom;
	cursor: pointer;
}

.productDetail #teaser .teaserPreviewImages #previewImg9.previewImg
{
	margin-right: 0px;
}

.productDetail #teaser .teaserPreviewImages .currentPreview
{
	cursor: default;
}

.productDetail #teaser .teaserPreviewImages img.previewImage
{
	max-width: 100%;
	height: auto;
	border-top: 3px #F0F0F0 solid;
}

.productDetail #teaser .currentPreview img.previewImage
{
	border-top-color: #fda929;
}

#teaserWrapper.productHeaderTeaserWrapper
{
	padding-top: 30px;
}

.productHeaderTeaserWrapper #productTitle
{
	background: #bcbcbc;
}

.tx-fsnd-product2 #productTitle h1
{
	padding-top: 15px;
	font-size: 30px;
	color: #707070;
	text-align: center;
   text-transform: uppercase;
	font-weight: 400;
}

.productInfoProductId
{
    margin-top: -15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}

.listOfExtras
{
   margin-top: 8px;
}

.specLabel
{
	display: inline-block;
	min-width: 27%;
	padding-right: 20px;
	font-weight: 600;
   vertical-align: top;
}

.extraList
{
   display: inline-block;
   max-width: 71%;
   vertical-align: top;
}

.productInfoProductId2
{
    padding-bottom: 5px;
}

.productInfoProductId p.base
{
    color: #101010;
	margin-right: 7px;
}

.productInfoProductId2 p.base
{
	margin-right: 5px;	
}

.productInfoProductId > p,
.productInfoProductId2 > p
{
    display: inline-block;
}

.carSpecs
{
	/*width: 49.5%;*/
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.productDetail .productInfoShortDescriptionWrapper,
.productListPropertiesOverviewExtended .productInfoShortDescriptionWrapper
{
	width: 48%;
	float: right;
	padding-bottom: 15px;
	background: #D0D0D0;
}

.productListPropertiesOverviewExtended div.productInfoDescription
{
	 
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.25em;
    -webkit-column-gap: 1.25em;
    column-gap: 1.25em;
}

.carSpecs
{
	background: rgba(200, 200, 200, 0.65);
}

#carSpecsHeaderWrapper
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	background: rgba(188, 188, 188, 1);
}

#carSpecsHeader h2
{
	color: #2b72d8;
	font-size: 24px;
	font-style: italic;
    font-weight: 600;
}

.darkTheme #carSpecsHeader h2
{
	color: #C9C9C9;
}

.carSpecsInnerWrapper
{
	width: 350px;
	padding: 20px;
	padding-top: 0px;
	margin: 0 auto;	
}

.productInfoPictures a img
{
	border: 2px solid lightgrey;
}

.productInfoPictures a:hover img
{
	border: 2px solid #ffa633;
}

#fsndProductCarousel 
{
	position: relative;
	height: 550px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.carousel-image 
{
	border: none;
	display: block;
}
.carousel-feature 
{
	position:absolute;
	top: -1000px;
	left: -1000px;
	cursor: pointer;
}
.carousel-feature .carousel-caption 
{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-feature .carousel-caption p 
{
	margin: 0;
	padding: 5px;
}
.tracker-summation-container 
{
	position: absolute;
	display: none;
	right: 0px;
	bottom: 0px;
	padding: 3px;
	margin: 3px;
}

.tracker-individual-container 
{
    position: absolute;
    right: 10px;
    top: -20px;
    padding: 0;
    margin: 0;
}

.propertiesAlphaDetail .tracker-individual-container
{
	top: auto;
	right: 30px;
	bottom: -20px;
}

.tracker-individual-container li 
{
	list-style:none;
}

.tracker-individual-container .tracker-individual-blip 
{
	height: 10px;
	width: 10px;
	margin: 0px 3px;
	/*padding: 4px 4px;*/
	text-align: center;
	background: #d1d1d1;
	text-indent: -10000px;
	border-radius: 5px;
}

.tracker-individual-container .tracker-individual-blip-selected 
{
	background: #FFFFFF;
	color: #000;
}

.carouselNav
{
	position: absolute;
	display: inline-block;
	top: 46%;
	height: 8%;
	cursor: pointer;
	z-index: 20;
}

#but_prev
{
	left: 0px;
}

#but_next
{
	right: 0px;
	text-align: right;
}

.carouselNav img
{
	width: auto;
	height: 100%;
}

#but_pause,
#but_start
{
	display: none;
}

#carousel-left 
{
	position: absolute;
	bottom: 33px;
	left: 220px;
	cursor: pointer;
}

#carousel-right 
{
	position: absolute;
	bottom: 33px;
	right: 220px;
	cursor: pointer;
}

#productImageFlowWrapper a.backLink,
#productImageFlowWrapper a.contactLink
{
	position: absolute;
	display: block;
	right: 10px;
	width: 120px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: #FFF;
	
    -webkit-transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}

#productImageFlowWrapper a.backLink
{
	top: 5px;
	background-color: #f6aa26;
}

#productImageFlowWrapper a.contactLink
{
	bottom: 5px;
	background-color: #2b72d8;
}

.darkTheme #productImageFlowWrapper a.contactLink
{
	background-color: #C9C9C9;
}

#productImageFlowWrapper a.backLink:hover
{
	color: #2b72d8;
	background-color: #d1d1d1;
	
    -webkit-transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}

.darkTheme #productImageFlowWrapper a.backLink:hover
{
	color: #C9C9C9;
}

#productImageFlowWrapper a.contactLink:hover
{
	color: #2b72d8;
	background-color: #d1d1d1;
	
    -webkit-transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}

.darkTheme #productImageFlowWrapper a.contactLink:hover
{
	color: #C9C9C9;
}

div.productOverviewMenu
{
	text-align: center;
}

.darkTheme div.productOverviewMenu
{
	width: 1480px;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	left: 50%;
	background: #909090;
	background: rgba(220,220,220,0.4);
	
	-moz-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

.darkTheme .productOverviewMenu div.productOverviewMenuInner
{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.productOverviewMenu ul.productClassList
{
	margin-left: 0px;
	padding-left: 0px;
}

.productOverviewMenu .productClassList li.otherProduct
{
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

.productOverviewMenu .productClassList .otherProduct a,
.productOverviewMenu .productClassList .otherProduct a:visited
{
	color: #3E3E3E;
	text-decoration: none;
}

.productOverviewMenu .productClassList .otherProduct a:hover
{
	text-decoration: underline;
}

.productOverviewMenu .base,
.productOverviewMenu .productClassList .otherProduct .currentProduct
{
	color: #2b72d8;
}

.darkTheme .productOverviewMenu .base,
.darkTheme .productOverviewMenu .productClassList .otherProduct .currentProduct
{
	color: #C9C9C9;
}

.productOverviewMenu .productClassList .otherProduct .currentProduct
{
	text-decoration: underline;
}
@media screen and (max-width:2000px)
{
	.productDetail .layout0 div.articleInnerWrapper,
	.productOverview .layout0 div.articleInnerWrapper
	{
		width: 1400px;
	}

	.productDetail div#teaser div.teaserInnerWrapper
	{
		height: 735px;
	}
}

@media screen and (max-width:1200px)
{
	.productDetail .layout0 div.articleInnerWrapper,
	.productOverview .layout0 div.articleInnerWrapper
	{
		width: 1000px;
	}

	.productDetail div#teaser div.teaserInnerWrapper
	{
		height: 525px;
	}
}

@media screen and (max-width:1100px)
{
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 th
	{
		font-size: 11px !important;
	}
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 td
	{
		font-size: 10px !important;
	}

	.productCategory .productOverviewExtended div.productImages
	{
	}

}

@media screen and (max-width:1040px)
{
	#productImageFlowInnerWrapper
	{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#fsndProductCarousel
	{
		margin-top: 10px;
	}
	.productInfoShortDescription,
	.productListPropertiesOverviewExtended div.productInfoDescription
	{
		 
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
}

@media screen and (max-width:960px)
{
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 td,
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 th
	{
		font-size: 9px !important;
	}

	.productCategory .productOverviewExtended div.productImages
	{
		height: 430px;
	}
	.productCategory .productOverviewExtended div.productInfo
	{
		height: 460px;
	}
	.productCategory .productOverviewExtended .productInfo div.detailImage
	{
		height: 155px;
	}
}

@media screen and (max-width:900px)
{
	.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 td.prodPackaging,
	.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 td.prodOneyearstability,
	.tx-fsnd-product2 .petermannListing .tx_fsndproduct2 td.prodApplication
	{
		white-space: normal;
	}
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 td,
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 th
	{
		font-size: 9px !important;
	}

	.productCategory .productOverviewExtended div.productImages
	{
		height: 410px;
	}
	.productCategory .productOverviewExtended div.productTeaser
	{
		width: 72.2%;
	}
	.productCategory .productOverviewExtended div.productInfo
	{
		height: 440px;
		width: 27%;
	}
	.productCategory .productOverviewExtended .productInfo div.detailImage
	{
		height: 150px;
	}
}
@media screen and (max-width:800px)
{
	.productCategory .productOverviewExtended div.productImages
	{
		height: 360px;
	}
	.productCategory .productOverviewExtended div.productInfo
	{
		height: 390px;
	}
	.productCategory .productOverviewExtended .productInfo div.detailImage
	{
		height: 140px;
	}
	#fsndProductCarousel div.carousel-feature,
	#fsndProductCarousel img
	{
		max-width: 100%;
	}
	#fsndProductCarousel img
	{
		height: auto;
	}
}

@media screen and (max-width:800px) and (orientation: portrait)
{
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 td,
	table#table-selector-guide td
	{
		font-size: 7px !important;
		white-space: normal !important;
		padding-left: 5px !important;
	}
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 th,
	#table-selector-guide th
	{
		font-size: 9px !important;
		white-space: normal !important;
	}
	/*
	.tx-fsnd-product2 .productListing table.tx_fsndproduct2
	{
		display: none;
	}
	.tx-fsnd-product2 div.prodResponsiveItems
	{
		display: block;
	}
	*/
}
@media screen and (max-width:768px)
{
	.productCategory .productOverviewExtended .productImages .productImage img
	{
		width: 100%;
		height: auto;
	}
	.productCategory .productOverviewExtended div.productTeaser,
	.productCategory .productOverviewExtended div.productInfo
	{
		display: block;
		width: 100%;
		height: auto;
	}
	.productCategory .productOverviewExtended div.productImages
	{
		height: auto;
	}
	.productCategory .productOverviewExtended .productImages div.productImage
	{
		display: block;
		position: relative;
		left: auto;
		transform: translate( 0, 0 );
	}
	.productCategory .productOverviewExtended .productImages div.productImage1
	{
		display: block;
	}
	.productTeaser .basedOn
	{
		display: none;
	}
	.productCategory .productOverviewExtended div.productInfo
	{
		height: auto;
	}
	.productCategory .productOverviewExtended .productInfo div.detailImage
	{
		display: block;
		float: none;
		height: auto;
		margin-top: 0px;
	}
	.productCategory .productOverviewExtended div.productSubtitle
	{
		display: block;
		float: none;
		clear: both;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		vertical-align: top;
	}
	.productDetail .productInfoShortDescriptionWrapper, 
	.productListPropertiesOverviewExtended 
	.productInfoShortDescriptionWrapper,
	.productCategory .productOverviewExtended div.productInfo, 
	.productDetail div.productInfo
	{
		display: block;
		width: 100%;
		float: none;
		clear: both;
	}
	.productCategory .productOverviewExtended div.productSubtitle h2,
	.productCategory .productOverviewExtended div.productSubtitle h3,
	.productCategory .productOverviewExtended div.productSubtitle h4
	{
		margin-left: 15px;
		margin-right: 15px;
	}
	.productCategory .productOverviewExtended div.productDetail
	{
		padding-bottom: 30px;
	}
	.productCategory .productOverviewExtended .productInfo div.contactLinkWrapper
	{
		clear: both;
	}
	.productDetail #dropDownElementInnerWrapper, 
	.productDetail .layout0 div.articleInnerWrapper
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.productDetail #teaser div.teaserPreviewImages
	{
		text-align: center;
	}
	.productDetail #teaser .teaserPreviewImages .previewImg
	{
		max-width: 14%;
		margin-left: 2px;
		margin-right: 2px;
	}
	.productCategory div.productOverview,
	.productListPropertiesOverviewExtended div.productInfoShortDescription, 
	.productDetail div.productInfoShortDescription, 
	.productDetail div.productInfoDescription, 
	.productListPropertiesOverviewExtended div.productInfoDescription, 
	.productDetail div.productInfoDescription2
	{
		padding-bottom: 20px;
		padding-top: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:640px)
{
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 td,
	table#table-selector-guide td
	{
		font-size: 6px !important;
		white-space: normal !important;
		padding-left: 5px !important;
	}
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 th,
	#table-selector-guide th
	{
		font-size: 8px !important;
		white-space: normal !important;
	}
	.tx-fsnd-product2 .petermannListing table.tx_fsndproduct2 .prodImage,
	table#table-selector-guide .prodImage
	{
		display: none;
	}
	.productCategory .productOverview .productName h2
	{
		font-size: 24px !important;
	}
	.productCategory .productOverview h3
	{
		font-size: 13px;
	}
	#fsndProductCarousel
	{
		height: 490px;
	}
}

@media screen and (max-width:580px)
{
	#fsndProductCarousel
	{
		height: 460px;
	}
}

@media screen and (max-width:480px)
{
	.productCategory .productOverview .productName h2
	{
		font-size: 22px !important;
	}
	.productCategory .productOverview h3
	{
		font-size: 12px;
	}
	#fsndProductCarousel
	{
		height: 380px;
	}
}

@media screen and (max-width:380px)
{
	.productCategory .productOverview .productName h2
	{
		font-size: 20px !important;
	}
	#fsndProductCarousel
	{
		height: 300px;
	}
}

@media screen and (max-width:380px) and (orientation: portrait)
{
	.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodResponsiveItem div.prodResponsiveItemBox
	{
		width: 31%;
		padding-right: 0.5%;
		padding-left: 0.5%;
		margin-right: 0.5%;
		margin-left: 0.1%;
		white-space: normal;
		overflow: hidden;
	}
	.tx-fsnd-product2 .productListing table.tx_fsndproduct2,
	table#table-selector-guide
	{
		display: none;
	}
	div.respItems,
	.tx-fsnd-product2 div.prodResponsiveItems,
	.csvProductListing div.respItems
	{
		display: block;
	}
}

@media screen and (max-width:320px) and (orientation: portrait)
{
	.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodResponsiveItem div.prodResponsiveItemBox
	{
		min-width: 47.5%;
	}
	.tx-fsnd-product2 .petermannListing .prodResponsiveItems .prodResponsiveItem .prodResponsiveItemProdBox div.prodItemImageBox
	{
		min-width: 0px;
	}
}


