/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* mediaboxAdvanced v1.4.6, (c) 2007-2010 John Einselen <http://iaian7.com>, MIT-style license */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayFF{background:transparent url("../../assets/mootools/mediabox/1.4.6/images/80.png") repeat}#mbOverlay.mbOverlayIE{position:absolute}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.50);-khtml-box-shadow:0 5px 20px rgba(0,0,0,0.50);-moz-box-shadow:0 5px 20px rgba(0,0,0,0.50);box-shadow:0 5px 20px rgba(0,0,0,0.50);-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=180,Color='#000000')}#mbCenter.mbLoading{background:#000 url("../../assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:bold;line-height:20px;font-size:12px}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:14px;font-size:10px}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:normal}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:bold;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:16px;line-height:14px;font-weight:bold}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*
 * BASICS ->
 */
	* {
		box-sizing: border-box;
	}

	#mbCenter * {
		box-sizing: content-box;
	}

	img {
		-ms-interpolation-mode: bicubic;
	}

	.block {
		overflow:hidden;
	}
	.clear,#clear,.clearFloat {
		height:0.1px;
		font-size:0.1px;
		line-height:0.1px;
		clear:both;
	}

	.invisible {
		border:0;
		clip:rect(0 0 0 0);
		height:1px;
		margin:-1px;
		overflow:hidden;
		padding:0;
		position:absolute;
		width:1px;
	}

	.error {
		color: #AA0000;
		display: inline-block;
		font-size: 1.12rem;
	}

	.success {
		background-color: #11aa13;
		color: #ffffff;
		display: inline-block;
		padding: 15px;
		font-size: 1.12rem;
	}

	body {
		background-color: #E7E9F1;
		padding: 10px;
		font-size: 12px;
		font-size: 0.85rem;
		position: relative;
	}

	h1 { font-size: 1.5rem; margin-top: 0; }
	h2 { font-size: 1.17rem; }
	h3 { font-size: 1.12rem; }
	h4 { font-size: .83rem; }
	h5 { font-size: .67rem; }
	h6 { font-size: .55rem; }
	p { font-size: 0.85rem; }
	div { font-size: 0.85rem; }


	#footer,
	#paymentOptionsInfo {
		background-color: #FFFFFF;
		padding: 20px;
		overflow: hidden;
	}

	.button {
		display: inline-block;
		border: 1px solid #000000;
		padding: 5px;
		text-align: center;
		background-color: #EEEEEE;
	}

	body #wrapper {
		max-width: 1440px;
		margin: 0 auto;
		position: relative;
		background-color: #ffffff;
	}

	body:not(.merconisThemeLayoutQuickview) #wrapper {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	}
	


	#header:after {
		content: "";
		clear: both;
		display: table;
	}

	#main {
		float: right;
		width: 72%;
		margin-bottom: 2%;
		position: relative;
	}

	#left {
		width: 26%;
		float: left;
		margin-bottom: 2%;
	}

	#footer {
		clear: both;
	}

	/*
	 * -> fake tables
	 */
	.ls_r_table {
		display: table;
	}
	.ls_r_thead {
		display: table-header-group;
	}
	.ls_r_tbody {
		display: table-row-group;
	}
	.ls_r_tfoot {
		display: table-footer-group;
	}
	.ls_r_tr {
		display: table-row;
	}
	.ls_r_td {
		display: table-cell;
		text-align: left;
		vertical-align: top;
	}
	.ls_r_caption {
		display: table-caption;
	}
	.ls_r_colgroup {
		display: table-column-group;
	}
	.ls_r_col {
		display: table-column;
	}
	/*
	 * <- fake tables
	 */

	.pagination {
		margin-bottom: 20px;
		text-align: right;
	}
	
	.pagination ul li {
		display: inline-block;
	}

	.content, h1, h2, h3, .navigation ul li a, a, div {
		font-family: "Open Sans","Arial" !important;
		line-height: normal;
	}	

	input, .button, textarea, select, .submit {
		padding: 10px;
		color: #555555;
	}

	input, textarea, select {
		border: 1px solid #CCCCCC;
	}

	.submit, .button {
		border: none;
		cursor: pointer;
		background-color: #6B87A0;
		border: none;
		color: #FFFFFF;
	}

	select {
		cursor: pointer;
	}

	a:hover {
		text-decoration: underline;
	}

	a.button {
		text-decoration: none;
	}
	


/*
 * <- BASICS
 */

/*
 * Forms ->
 */

	
	.formbody div label,
	.formbody table tr td label {
		margin-right: 10px;
		min-width: 140px;
		display: inline-block;
	}
	
	.formbody input,
	.formbody select,
	.formbody textarea,
	.formbody table tr td input,
	.formbody select,
	.formbody textarea {
		min-width: 150px;	
	}

	.formbody .button,
	.formbody .submit,
	.formbody table tr td .button,
	.formbody table tr td .button {
		width: auto;
		min-width: 0;
	}
	/*
	 * User sorting form ->
	 */
		.userSortingForm {
			padding: 0 10px;
			text-align: right;
		}
	/*
	 * User sorting form ->
	 */

	/*
	 * Contact form ->
	 */
		.merconis-contactform .formbody textarea {
		 width: 300px;
		}
	/*
	 * Contact form ->
	 */
/*
 * <- Forms
 */

/*
 * MERCONIS Slider ->
 */
	.lsSlideboxContainer.leftImpossible .buttonLeft {
		visibility: hidden;
	}
	.lsSlideboxContainer.rightImpossible .buttonRight {
		visibility: hidden;
	}
	.lsSlideboxContainer.upImpossible .buttonUp {
		visibility: hidden;
	}
	.lsSlideboxContainer.downImpossible .buttonDown {
		visibility: hidden;
	}
	.lsSlideboxContainer.leftPossible .buttonLeft {
		visibility: visible;
	}
	.lsSlideboxContainer.rightPossible .buttonRight {
		visibility: visible;
	}
	.lsSlideboxContainer.upPossible .buttonUp {
		visibility: visible;
	}
	.lsSlideboxContainer.downPossible .buttonDown {
		visibility: visible;
	}
/*
 * <- MERCONIS Slider
 */

/*
 * Quickview and mediabox ->
 */
	.quickview {
		position: relative;
		text-align: center;
		top: -180px;
		width: auto;
		z-index: 10020;
		opacity: 0;
	}

	.quickview a.button {
		background-color: rgba(191, 55, 55, 0.5);
		color: #FFFFFF;
		border-radius: 2px;
		padding: 4px;
	}

 	.quickview a.button:hover {
		background-color: #BF3737;
	}	

	.merconisThemeLayoutQuickview #main {
		width: 100%;
		box-shadow: none;
	}
	
	#mbOverlay {
		opacity: 0 !important;
	}

	#mbImage {
		background: #ffffff !important;
	}

	#mbCenter {
		background-color: #ffffff !important;
		color: #555555 !important;
		border-radius: 0;
		z-index: 10030;
	}

	body.merconisThemeLayoutQuickview  {
		background: #ffffff !important;
	}

	#mbImage #wrapper {
		box-shadow: none !important;
	}
	
	#mbBottom > div {
		color: #555555 !important;
		font-size: 140% !important;
		font-size: 1.2rem !important;
	}

	#mbBottom > a  big {
		color: #bf3737 !important;
		font-size: 200% !important;
		font-size: 1.6rem !important;
	}

/*
 * <- Quickview and mediabox
 */

/*
 * MINI CART ->
 */
	.template_cart_mini {

		position: relative;
	}

	.template_cart_mini a {
		position: relative;
	}

	.template_cart_mini p.msgNoProductsInCart {
		margin: 0;
		margin-right: 30px;
	}

	.template_cart_mini .cartPreview .closeButton {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 20px;
		top: 10px;
		cursor: pointer;	}

	.template_cart_mini .cartPreview > h3 {
		border-bottom: 1px solid #cdcdcd;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}

	.template_cart_mini .cartPreview {
		display: none;
		background-color: #ffffff;
		padding: 20px;
		position: absolute;
		right: 0px;
		top: 25px;
		width: 570px;
		z-index: 10050; /* must be high enough to place the element above the mediabox */
		line-height: normal;
		overflow: hidden;
	}

	.template_cart_mini .cartPreview .linkToCart {
		margin-top: 20px;
		text-align: right;
	}

	.template_cart_mini .cartPreview .linkToCartTop {
		margin: 0;
		position: relative;
		top: 40px;
	}

	.template_cart_mini .cartPreview .shopProduct {
		display: block;
		position: relative;
		padding-bottom: 10px;
	}

	.template_cart_mini .cartPreview .shopProduct:not(:last-child) {
		border-bottom: 1px solid #cdcdcd;
		margin-bottom: 10px;
	}

	.template_cart_mini .cartPreview .shopProduct .fieldLabel {
		font-weight: bold;
	}

	.template_cart_mini .cartPreview .shopProduct .image {
		display: inline-block;
		vertical-align: top;
		width: 80px;
		margin-right: 10px;
	}

	.template_cart_mini .cartPreview .shopProduct .productDetails {
		display: inline-block;
		vertical-align: top;
		width: 190px;
		margin-right: 10px;
	}

	.template_cart_mini .cartPreview .shopProduct .productDetails h3 {
		margin: 0;
		font-weight: bold;
	}

	.template_cart_mini .cartPreview .shopProduct .productDetails h4 {
		margin: 0;
		font-weight: normal;
	}

	.template_cart_mini .cartPreview .shopProduct .priceSingle {
		display: inline-block;
		vertical-align: top;
		width: 120px;
		margin-right: 10px;
	}

	.template_cart_mini .cartPreview .shopProduct .quantity {
		display: inline-block;
		vertical-align: top;
		width: 80px;
		margin-right: 10px;
	}
/*
 * <- MINI CART
 */

/*
 * PRODUCT OVERVIEW ->
 */
	/*
	 * IMAGE CONTAINER ->
	 */
	.imageContainer {
		position: relative;
		text-align: center;
	}

	.imageContainer img {
		max-width: 90%;
	}
	
	.productImageOverlay.isOnSale {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.productImageOverlay.isNew {
		position: absolute;
		left: 0;
		top: 0;
	}
	/*
	 * <- IMAGE CONTAINER
	 */
	
	.productList .productMainImageBlock {
		margin-bottom: 10px;
		min-width: 100%;
		min-height: 100%;
	}
	
	.productList .productInfoBlock02 {
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
		position: absolute;
		bottom: 0;
	}
	
	.productList .shopProduct {
		position: relative;
		width: 213px;
		height: 310px;
		padding: 8px;
		margin-bottom: 10px;
		border: 1px solid #DDDDDD;
		float: left;
		margin-left: 10px;
		background-color: #FFFFFF;
	}

	.productList .shopProduct .backgroundLinkToShopProduct {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.productList .shopProduct:hover {
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
		transition: all 0.4s ease-out 0s;
	}

 	.productList .shopProduct:hover .quickview {
		opacity: 1;
		transition: all 0.8s ease-out 0s;
	}



	.oldPrice {
		color: #aa0000;
		text-decoration: line-through !important;
	}

	.currentPrice .label,
	.currentPrice .value {
		display: inline-block;
	}
	



	


	.gotoProductDetails .button {
		margin-top: 10px;
	}
/*
 * <- PRODUCT OVERVIEW
 */

/*
 * PRODUCT SINGLEVIEW ->
 */
	/*
	 * lsNavtabGallery ->
	 */
	.lsNavtabGallery {
		position: relative;
		margin-bottom: 10px;
	}
	
	.lsNavtabGallery .navigation {
		display: none;
	}
	
	.lsNavtabGallery .navigation .prev,
	.lsNavtabGallery .navigation .next,
	.lsNavtabGallery .navigation .play,
	.lsNavtabGallery .navigation .stop {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px;
		cursor: pointer;
		background-color: #FFFFFF;
	}
	
	.lsNavtabGallery .labels .label {
		display: inline-block;
		margin-right: 5px;
		margin-top: 5px;
		cursor: pointer;
	}
	
	.lsNavtabGallery .contents {
		position: relative;
		overflow: hidden;
	}
	
	.lsNavtabGallery .contents .content {
		display: none;
		opacity: 0;
	}
	
	.lsNavtabGallery .contents .content.noJsDefault {
		display: block;
		opacity: 1;
	}
	
	.lsNavtabGallery .contents img {
		height: auto;
		width: 100%;
	}
	/*
	 * <- lsNavtabGallery
	 */

	.socialMediaButtons ul li {
		display: inline-block;
		margin-right: 10px;
	}

	.socialMediaButtons ul li img {
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	}
	




	
	
	.template_productDetails .pricesNotInfluencedByConfigurator .scalePriceStepMinQuantity {
		float: left;
	}
	
	.template_productDetails .currentPrice .scalePriceStep {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	
	.template_productDetails .currentPrice .basePrice,
	.template_productDetails .currentPrice .configuratorPrice {
		font-weight: normal;
	}
	

	.template_productDetails .stockInfo span {
		display: inline-block;
		padding: 4px;
		width: auto;
		margin: 0;
		color: #147EB7;
	}

	.template_productDetails .stockInfo {
		margin-bottom: 10px;
	}
	



	
	.template_productDetails .inputQuantity {
		margin-top: 10px;
	}
	
	.template_productDetails .inputQuantity input[name="quantity"] {
		padding: 10px;
		text-align: right;
		max-width: 150px;
		font-size: 1.2rem;
	}

	.template_productDetails .inputQuantity .submit {
		font-size: 1.2rem;
		background-color: #11aa13;
	}

	.template_productDetails .inputQuantity .submit:hover {
	    background-color: #23C423;
		transition: all 0.4s ease-out 0s;
	}

	.template_productDetails .backButtonBox {
		float: right;
		margin-bottom: 10px;
		text-align: right;
	}
	
	.productAttributes,
	.variantAttributes {
	    margin-bottom: 10px;
	}
	
	.productAttributes h4,
	.variantAttributes h4 {
		margin-bottom: 0px;
	}
	
	.variantSelector form {
		margin: 0;
	}
	
	.variantSelector .variantSelectorWidget,
	.variantSelector .variantSelectorSubmit {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.variantSelector .variantSelectorWidget label,
	.variantSelector .variantSelectorWidget select {
		display: inline-block;
		margin-right: 10px;
	}
			
	.template_productDetails .productInfoBlock01 {
		margin-bottom: 10px;
	}
	
	.template_productDetails .productInfoBlock02 {
		margin-bottom: 20px;
	}
	
	.template_productDetails .productInfoBlock03 {
	    float: left;
	    min-width: 150px;
	    max-width: 320px;
	    width: 40%;
	    margin-right: 2%;
	}
	/* Preisbox */ 
	.template_productDetails .productInfoBlock04 {
		float: none;
		clear: both; 
		width: 100%;
	}

	.template_productDetails .productInfoBlock05 {
		float: right;
		width: 58%;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	
	.template_productDetails .productInfoBlock06 {
		clear: both;
		margin-bottom: 20px;
	}
	
	@media only screen and (max-width: 470px) {		
		.template_productDetails .productInfoBlock03,
		.template_productDetails .productInfoBlock04,
		.template_productDetails .productInfoBlock05 {
			clear: both;
		    width: 100%;
		    margin: 0;
		}		
	}
/*
 * <- PRODUCT SINGLEVIEW
 */

/*
 * CART ->
 */
	/*
	 * Checkout flow bar ->
	 */
	.checkoutFlowStep {
	    display: inline-block;
	    margin-right: 10px;
	    color: #CCCCCC;
		background-color: #6B87A0;
	}
	
	.checkoutFlowStep a,
	.checkoutFlowStep span {
		display: block;
		padding: 10px 10px;
		color: inherit;
	}
	
	.checkoutFlowStep.allowed {
	    color: #FFFFFF;
	}

	.checkoutFlowStep.allowed:hover {
	    background-color: #7B93A0;
		transition: all 0.4s ease-out 0s;
	}
	
	.checkoutFlowStep.allowed a {
		color: #FFFFFF;
	}
	
	.checkoutFlowStep.valid {
		color: #FFFFFF;
	}
	
	.checkoutFlowStep.valid a {
		color: #FFFFFF;
	}
	
	.checkoutFlowStep.active {
		color: #FFFFFF;
	}
	
	.checkoutFlowStep.active a {
		color: inherit;
	}
	
	.checkoutFlowStep.active.valid {
		background-color: #11AA13;;
		color: #FFFFFF;
	}
	
	.checkoutFlowBar {
		margin-bottom: 20px;
	}
	/*
	 * <- Checkout flow bar
	 */


	/*
	 * products in cart ->
	 */

	.ls_r_table.productsInCart {
		width: 100%;
	}

	.ls_r_table.productsInCart .ls_r_td.title .imgBox {
		float: left;
		width: 25%;
		margin-right: 5%;
	}

	.ls_r_table.productsInCart .ls_r_td.title .imgBox img {
		height: auto;
		width: 100%;
	}

	.ls_r_table.productsInCart .productDetailsBox {
		width: 70%;
		display: inline-block;
	}

	.ls_r_table.productsInCart .configuratorRepresentation {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.ls_r_table.productsInCart .formQuantity {
		margin: 0;
	}
	.ls_r_table.productsInCart .fieldLabel {
		display: none;
	}
	
	.ls_r_table.productsInCart .ls_r_tr.header {
	    font-weight: bold;
	}
	
	.ls_r_table.productsInCart .ls_r_td {
		padding: 4px;
		border-bottom: 1px solid #000000;
	}
		
/* Mengeneingabe im Warenkorb*/
	.ls_r_table.productsInCart .ls_r_td.quantity input.quantity {
		width: 40px;
		text-align: right;
		display: inline-block;
		margin: 0;
	}
	
	.ls_r_table.productsInCart .ls_r_td.quantity input.submit {
		display: inline-block;
		margin: 0;
	}

	.ls_r_table.productsInCart .ls_r_td.price,
	.ls_r_table.productsInCart .ls_r_td.priceSingle,
	.ls_r_table.productsInCart .ls_r_td.priceCumulative,
	.ls_r_table.productsInCart .ls_r_td.taxClass,
	.ls_r_table.productsInCart .ls_r_td.delete {
		text-align: right;
	}
	
	.ls_r_table.productsInCart .ls_r_td.delete {
		width: 75px;
	}
	
	.ls_r_table.productsInCart .ls_r_td.taxClass {
		width: 90px;
	}
	
	.ls_r_table.productsInCart .ls_r_td.price {
		width: 110px;
	}
	
	.ls_r_table.productsInCart .ls_r_td.quantity {
		width: 100px;
	}
	/*
	 * <- products in cart
	 */
	
	
	/*
	 * calculation ->
	 */
	.ls_r_table.calculation {
		width: 100%;
	}
	
	.ls_r_table.calculation .ls_r_td {
		padding: 4px;
	}
	
	.ls_r_table.calculation .ls_r_td.price,
	.ls_r_table.calculation .ls_r_td.taxClass {
		text-align: right;
	}
	
	.ls_r_table.calculation .ls_r_td.delete {
		width: 75px;
	}
	
	.ls_r_table.calculation .ls_r_td.taxClass {
		width: 90px;
	}
	
	.ls_r_table.calculation .ls_r_td.price {
		width: 110px;
	}
	
	.ls_r_table.calculation .ls_r_td.label {
		width: 250px;
	}
	
	.ls_r_table.calculation .ls_r_tr.info .ls_r_td {
		font-style: italic;
		color: #AAAAAA;
	}
	
	@media only screen and (max-width: 930px) {
		/*
		 * remove table behaviour ->
		 */
		.ls_r_table.productsInCart {
			display: block;
		}
		.ls_r_table.productsInCart .ls_r_thead {
			display: block;
		}
		.ls_r_table.productsInCart .ls_r_tbody {
			display: block;
		}
		.ls_r_table.productsInCart .ls_r_tfoot {
			display: block;
		}
		.ls_r_table.productsInCart .ls_r_tr {
			display: block;
		}
		.ls_r_table.productsInCart .ls_r_td {
			display: block;
		}
		.ls_r_table.productsInCart .ls_r_caption {
			display: block;
		}
		.ls_r_table.productsInCart .ls_r_colgroup {
			display: block;
		}
		.ls_r_table.productsInCart .ls_r_col {
			display: block;
		}
		/*
		 * <- remove table behaviour
		 */
		
		.checkoutFlowStep {
			display: block;
			margin: 0 0 5px 0;
		}
		
		.ls_r_table.productsInCart .fieldLabel {
			display: block;
			font-weight: bold;
		}
	
		.ls_r_table.productsInCart .ls_r_tr.header {
			display: none;
		}

		.ls_r_table.productsInCart .ls_r_tr.shopProduct {
			padding-bottom: 70px;
			margin-bottom: 10px;
			border-bottom: 1px solid #000000;
			position: relative;
		}
		
		.ls_r_table.productsInCart .ls_r_td {
			padding: 4px;
			border: none;
		}
	
		.ls_r_table.productsInCart .ls_r_tr.shopProduct .ls_r_td.priceSingle {
		    bottom: 10px;
		    display: block;
		    position: absolute;
		    right: 210px;
		    height: 55px;
		}
		
		.ls_r_table.productsInCart.showTaxColumn .ls_r_tr.shopProduct .ls_r_td.priceSingle {
			right: 300px;
		}
		
		.ls_r_table.productsInCart .ls_r_tr.shopProduct .ls_r_td.quantity {
		    bottom: 10px;
		    display: block;
		    position: absolute;
		    right: 100px;
		    height: 55px;
		}
		
		.ls_r_table.productsInCart.showTaxColumn .ls_r_tr.shopProduct .ls_r_td.quantity {
			right: 190px;
		}
		
		.ls_r_table.productsInCart .ls_r_tr.shopProduct .ls_r_td.priceCumulative {
		    bottom: 10px;
		    display: block;
		    position: absolute;
		    right: 0px;
		    height: 55px;
		}
		
		.ls_r_table.productsInCart.showTaxColumn .ls_r_tr.shopProduct .ls_r_td.priceCumulative {
			right: 90px;
		}
		
		.ls_r_table.productsInCart .ls_r_tr.shopProduct .ls_r_td.taxClass {
		    bottom: 10px;
		    display: block;
		    position: absolute;
		    right: 0px;
		    height: 55px;
		}
		
		.ls_r_table.productsInCart.showTaxColumn .ls_r_tr.shopProduct .ls_r_td.delete {
			position: absolute;
			top: 0px;
			right: 0px;
		}
		
		.ls_r_table.calculation .ls_r_td.delete {
			display: none;
		}
	}
	
	@media only screen and (max-width: 480px) {
		.ls_r_table.productsInCart .ls_r_td.title .imgBox {
			float: none;
			width: 100%;
			margin-right: 0;
			text-align: center;
		}

		.ls_r_table.productsInCart .ls_r_td.title .imgBox img {
			height: auto;
			width: 70%;
		}

		.ls_r_table.productsInCart .productDetailsBox {
			width: 100%;
		}
	
		.ls_r_table.productsInCart .ls_r_tr.shopProduct .ls_r_td.priceSingle,
		.ls_r_table.productsInCart .ls_r_tr.shopProduct .ls_r_td.quantity,
		.ls_r_table.productsInCart .ls_r_tr.shopProduct .ls_r_td.priceCumulative,
		.ls_r_table.productsInCart .ls_r_tr.shopProduct .ls_r_td.taxClass {
			position: relative !important;
			right: auto !important;
			bottom: auto !important;
			width: 100%;
			height: auto;
			text-align: left;
		}
		
		.ls_r_table.productsInCart .fieldLabel {
			display: inline-block;
			margin-right: 10px;
		}
		
		.ls_r_table.productsInCart .fieldContent {
			display: inline-block;
		}
		
		.ls_r_table.productsInCart .ls_r_tr.shopProduct {
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
	}
	/*
	 * <- calculation
	 */

	
	/*
	 * coupons ->
	 */
	.headlineMainSection.coupon {
		margin-top: 20px;
	}
	
	.availableCoupons input#ctrl_use_coupon,
	.availableCoupons input#ctrl_use_coupon_submit {
	    display: inline-block;
	    margin-left: 10px;
	}
	
	.availableCoupons .couponUsed .couponTitle,
	.availableCoupons .couponUsed a {
		display: inline-block;
		margin-right: 10px;
	}
	
	.template_cart_big .submitBox {
		width: 100%;
		text-align: right;
		margin-top: 20px;
	}
	
	.template_cart_big .ls_r_table input {
		padding: 2px;
	}
	
	@media only screen and (max-width: 485px) {
		.availableCoupons input#ctrl_use_coupon, .availableCoupons input#ctrl_use_coupon_submit {
		    display: block;
		    margin-top: 5px;
		    margin-left: 0px;
		    width: 100% !important;
		}
	}
	/*
	 * <- coupons
	 */


/*
 * <- CART
 */

/*
 * CHECKOUT ->
 */
	.template_cart_big .backButtonBox {
	    text-align: left;
	    width: 100%;
	}
	
	.customerData .feLogin {
		margin-bottom: 20px;
	}
	
	.customerData .feLogin label {
		font-weight: bold;
		display: inline-block;
		margin-right: 10px;
	}
	
	.customerData .feLogin input {
		display: inline-block;
		margin-right: 20px;
	}
	
	.customerData .feLogin br {
		display: none;
	}
	
	.customerData .feLogin .submit_container {
		display: inline-block;
		margin-top: 10px;
	}
	
	.customerData .feLogin .submit_container input {
		margin: 0;
	}
		
	.formCustomerData fieldset.left {
	    float: left;
	    width: 49%;
	}
	
	.formCustomerData fieldset.right {
	    float: right;
	    width: 49%;
	}
	
	.formCustomerData fieldset.bottom {
	    clear: both;
	}
	
	.reviewCheckoutData {
		padding-bottom: 50px;
		position: relative;
	}
	.submit_container.buttonBuy {
		bottom: 0;
		position: absolute;
	}

	.submit_container.buttonBuy input {
		background-color: #11aa13;
		font-size: 1.2rem;
	}
	
	.reviewCheckoutData .confirmOrder fieldset {
		border: none !important;
		padding: 0px !important;
	}
	
	.formConfirmOrder .explanation {
	    border: 1px solid #cccccc;
	    height: 150px;
	    overflow-y: scroll;
	    padding: 10px;
	}
	
	.formCustomerData .widget {
		margin-bottom: 10px;
	}
	
	.formCustomerData label {
	    font-weight: bold;
	    display: inline-block;
	}
	
	.formCustomerData .bottom label {
		display: block;
	}
	
	.formCustomerData .bottom textarea {
		display: block;
		width: 100%;
	}
	
	.formCustomerData .submit_container {
		margin-top: 10px;
	}
	
	@media only screen and (max-width: 865px) {
		.customerData .feLogin br {
			display: block;
		}
		
		.customerData .feLogin label {
			width: 100px;
		}
		
		.customerData .feLogin input {
			margin-bottom: 10px;
		}
		
		.customerData .feLogin .submit_container {
			display: block;
		}
	}
	
	@media only screen and (max-width: 485px) {
		.formCustomerData fieldset.left,
		.formCustomerData fieldset.right {
		    float: none;
		    clear: both;
		    width: 100%;
		}
	}
/*
 * <- CHECKOUT
 */

/* 
 * PAYMENT AND SHIPPING OPTIONS ->
 */
	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer,
	#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer  {
		background-color: #EEEEEE;
		display: block;
		position: relative;
		padding-right: 40px;
	}
	
	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer:last-child,
	#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer:last-child  {
		border-bottom: none;
	}
	
	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer input,
	#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer input {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer label,
	#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer label {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		cursor: pointer;
		padding-left: 220px;
		background-repeat: no-repeat;
		background-position: left center;
		min-height: 75px;
	}
	
	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer label .title,
	#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer label .title {
		font-weight: bold;
		display: block;
		padding-top: 10px;
	}
	
	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer label .description,
	#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer label .description {
		display: block;
	}
	
	#ctrl_fflSelectPaymentMethod span#debtOrder.paymentAndShippingOptionContainer label {
	    background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/debtOrder.png");
	}
	
	#ctrl_fflSelectPaymentMethod span#purchaseOnAccount.paymentAndShippingOptionContainer label {
	    background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/purchaseOnAccount.png");
	}
	
	#ctrl_fflSelectPaymentMethod span#prepayment.paymentAndShippingOptionContainer label {
	    background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/prepayment.png");
	}
	
	#ctrl_fflSelectPaymentMethod span#paymentOnDelivery.paymentAndShippingOptionContainer label {
	    background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/paymentOnDelivery.png");
	}
	
	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer#sofortbanking label {
		background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/sofortBanking.png");
	}
	
	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer#payPal label {
		background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/payPal.png");
	}

	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer#payPalPlus label {
		background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/payPalPlus.png");
	}

	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer#santander label {
		background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/santander.png");
	}

	#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer#vrpay label {
		background-image: url("../../files/merconisfiles/themes/theme6/images/paymentOptions/vrpay.png");
	}

	/*
	 * SANTANDER WEB QUICK ->
	 */
	form.santanderWebQuickBirthday .inputBlock {
		display: inline-block;
		margin-right: 5px;
		vertical-align: bottom;
	}

	form.santanderWebQuickBirthday .inputBlock label,
	form.santanderWebQuickBirthday .inputBlock input {
		display: block;
	}

	form.santanderWebQuickBirthday .inputBlock label {
		font-weight: bold;
	}

	form.santanderWebQuickBirthday [name="santanderWebQuickBirthdayDay"],
	form.santanderWebQuickBirthday [name="santanderWebQuickBirthdayMonth"]{
		width: 70px !important;
	}

	form.santanderWebQuickBirthday [name="santanderWebQuickBirthdayYear"]{
		width: 90px !important;
	}

	form.santanderWebQuickBirthday .submit {
		margin-bottom: 0 !important;
	}
	/*
	 * <- SANTANDER WEB QUICK
	 */

	#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer#dhl label {
		background-image: url("../../files/merconisfiles/themes/theme6/images/shippingOptions/dhl.png");
	}
	
	#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer#pickupByCustomer label {
		background-image: url("../../files/merconisfiles/themes/theme6/images/shippingOptions/pickupByCustomer.png");
	}
	
	.customPaymentMethodUserInterface,
	.formPaymentMethodAdditionalData,
	.customShippingMethodUserInterface,
	.formShippingMethodAdditionalData {
		border: 4px solid #CCCCCC;
		padding: 2px 10px 10px;
		margin-bottom: 10px;
	}

	.confirmCheckoutMessageSofortbanking {
		border: 4px solid #11AA13;
		margin-bottom: 30px;
		margin-top: 10px;
		padding: 10px;
	}

	.shippingFee.shippingFeeLabel,
	.paymentFee.paymentFeeLabel {
		display: inline-block;
		margin-top: 20px;
	}
	.shippingFee.shippingFeeLabel p,
	.paymentFee.paymentFeeLabel p {
		color: #11AA13;
		font-size: 1.12rem;
	}
	
	@media only screen and (max-width: 560px) {
		#ctrl_fflSelectPaymentMethod span.paymentAndShippingOptionContainer label,
		#ctrl_fflSelectShippingMethod span.paymentAndShippingOptionContainer label {
			padding: 100px 10px 10px 10px !important;
			background-position: center top !important;
		}
	}
/*
 * <- PAYMENT AND SHIPPING OPTIONS
 */

/*
 * REVIEW ->
 */
	.formConfirmOrder fieldset {
		margin-top: 10px;
		margin-bottom: 10px;
	}
/*
 * <- REVIEW
 */

/*
 * MY ORDERS ->
 */
	.sortingForm {
		text-align: right;
	}
	
	.numPerPageBox,
	.sortingBox,
	.submitBox {
		display: inline-block;
		width: auto;
		margin-bottom: 5px;
	}
	
	.ls_r_table.myOrdersTable {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.ls_r_table.myOrdersTable .ls_r_tr.header {
	    font-weight: bold;
	}
	
	.ls_r_table.myOrdersTable .ls_r_td {
		padding: 4px;
	}
	
	.ls_r_table.myOrdersTable .ls_r_tr:not(.last) .ls_r_td {
		border-bottom: 1px solid #000000;
	}
	
	.ls_r_table.myOrdersTable .ls_r_td .label {
		display: none;
	}
	
	@media only screen and (max-width: 500px) {
		/*
		 * remove table behaviour ->
		 */
		.ls_r_table.myOrdersTable {
			display: block;
		}
		.ls_r_table.myOrdersTable .ls_r_thead {
			display: block;
		}
		.ls_r_table.myOrdersTable .ls_r_tbody {
			display: block;
		}
		.ls_r_table.myOrdersTable .ls_r_tfoot {
			display: block;
		}
		.ls_r_table.myOrdersTable .ls_r_tr {
			display: block;
		}
		.ls_r_table.myOrdersTable .ls_r_td {
			display: block;
		}
		.ls_r_table.myOrdersTable .ls_r_caption {
			display: block;
		}
		.ls_r_table.myOrdersTable .ls_r_colgroup {
			display: block;
		}
		.ls_r_table.myOrdersTable .ls_r_col {
			display: block;
		}
		/*
		 * <- remove table behaviour
		 */
		
		.ls_r_table.myOrdersTable .ls_r_tr.header {
			display: none;
		}
		
		.ls_r_table.myOrdersTable .ls_r_tr:not(.last) {
			padding-bottom: 10px;
			border-bottom: 1px solid #000000;
			margin-bottom: 10px;
		}
		
		.ls_r_table.myOrdersTable .ls_r_td {
			border: none;
			padding: 0;
			margin-bottom: 5px;
		}
		 
		.ls_r_table.myOrdersTable .ls_r_td .label {
			display: inline-block;
			font-weight: bold;
			margin-right: 10px;
		}
		
		.ls_r_table.myOrdersTable .ls_r_td .value {
			display: inline-block;
		}		
	}
/*
 * <- MY ORDERS
 */

/*
 * LSZOOM ->
 */
	.lsZoomImageWrapper {
		display: block;
	}
	
	.lsZoomBigBox {
		background-color: #FFFFFF;
		display: none;
		overflow: hidden;
		position: absolute;
		z-index: 10005;
	}
	
	.lsZoomBigBox img {
		position: relative;
		max-width: none;
		height: auto !important;
		width: auto !important;
	}
	
	.lsZoomPreloader {
		width: 100%;
		height: 100%;
		background:	url("../../files/merconisfiles/themes/theme6/images/misc/loading.gif") center center no-repeat;
	}
	
	.lsZoomAreaMarker {
		width: 20px;
		height: 20px;
		top: 0px;
		left: 0px;
		border: 2px solid #FFFFFF;
		position: absolute;
		z-index: 10003;
		display: none;
	}
/*
 * <- LSZOOM
 */

 
/*
 * Filter form ->
 */
	.template_filterForm_default {
		border: 1px solid #cdcdcd;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.template_filterForm_default h2 {
		background-color: #6B87A0 !important;
		color: #ffffff;
		margin-bottom: 0px;
		margin-top: 0;
		padding: 6px;
		position: relative;	
	}
	
	.template_filterForm_default .filterContent {
		overflow: hidden;
	}
	
	.template_filterForm_default.useLsUnfold h2 {
		cursor: pointer;
	}

	.template_filterForm_default.useLsUnfold h2:after {
		position: absolute;
		right: 10px;
		top: 1px;
		font-size: 1.7rem;
		transition: opacity 0.4s linear;
	}
	
	.template_filterForm_default.useLsUnfold.lsUnfoldClosed h2:after {
		content: "+";
		opacity: 1;
	}
	
	.template_filterForm_default.useLsUnfold.lsUnfoldOpen h2:after {
		content: "-";
		opacity: 1;
	}

	.template_filterForm_default.useLsUnfold.lsUnfoldRunning h2:after {
		opacity: 0;
	}
	
		
	.template_filterForm_default.nothingToFilter {
		display: none;
	}
	
	.template_filterForm_default form {
		padding: 20px;
	}
	
	.template_filterForm_default .noMatch {
		color: #AAAAAA;
		font-style: italic;
	}
	
	.template_filterForm_default .checkAll {
		color: #AAAAAA;
		font-style: italic;
	}
	
	.template_filterForm_default .noSelection {
		color: #AAAAAA;
		font-style: italic;
	}
	
	.filterOptionsBox,
	.filterPriceBox {
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 0px;
		vertical-align: top;
		width: 220px;
	}
	
	.filterOptionsBox .label,
	.filterPriceBox .label {
		margin: 0px;
		padding: 5px 26px 5px 5px;
		position: relative;
		cursor: pointer;
		background-color: #6B87A0;
		color: #FFFFFF;
	}
	
	.filterOptionsBox.useLsUnfold .label,
	.filterPriceBox.useLsUnfold .label {
		cursor: pointer;
	}

	.filterOptionsBox.useLsUnfold .label:after,
	.filterPriceBox.useLsUnfold .label:after {
		position: absolute;
		right: 5px;
		top: 0px;
		font-size: 1.5rem;
		transition: opacity 0.4s linear;
	}
	.filterOptionsBox.useLsUnfold.lsUnfoldClosed .label:after,
	.filterPriceBox.useLsUnfold.lsUnfoldClosed .label:after {
		content: "+";
		opacity: 1;
	}
	
	.filterOptionsBox.useLsUnfold.lsUnfoldOpen .label:after,
	.filterPriceBox.useLsUnfold.lsUnfoldOpen .label:after {
		content: "-";
		opacity: 1;
	}

	.filterOptionsBox.useLsUnfold.lsUnfoldRunning .label:after,
	.filterPriceBox.useLsUnfold.lsUnfoldRunning .label:after {
		opacity: 0;
	}
	
	.filterOptionsBox .showAndHideOptionsIcon {
		position: absolute;
		bottom: 5px;
		right: 5px;
		width: 16px;
		height: 16px;
		cursor: pointer;
		font-weight: bold;
		font-size: 1.5rem;
	}
	
	.filterOptionsBox .showAndHideOptionsIcon:after {
		content: "-";
	}
	
	.filterOptionsBox .showAndHideOptionsIcon.currentlyHiding:after {
		content: "+";
	}
	
	.filterOptionsBox .showAndHideOptionsIcon.hidden {
		display: none;
	}
	
	.filterOptionsBox .content,
	.filterPriceBox .content {
		display: block;
		position: relative;
		overflow: hidden;
		height: auto;
		padding-top: 5px;
	}
	
	.filterOptionsBox .filterOption {
		display: block;
		margin: 4px 0;
	}
	
	.filterOptionsBox .filterOption.hidden {
		display: none;
	}
	
	.filterOptionsBox .filterOption input {
	    display: inline-block;
	    margin-right: 5px;
	    width: auto;
	}
	
	.filterOptionsBox .checkAll {
		display: none;
	}
	
	.template_filterForm_default #ctrl_priceLow,
	.template_filterForm_default #ctrl_priceHigh {
		width: 40px;
	}
	
	.msgFilterHidesSomeProducts,
	.msgVariantDoesNotMatchFilter {
		color: #C61B1B;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.filterOption label {
		padding: 2px;
		cursor: pointer;
	}
	
	.filterOption:not(.checkAll) *:checked + label {
		background: #bf3737 none repeat scroll 0 0;
		transition: background 0.4s linear;
		border-radius: 3px;
		color: #FFFFFF;
	}
/*
 * <- Filter form
 */


 /*
 * FooterBottom CrossSeller ->
 */
	.crossSellerCTE {
		border: 1px solid #cdcdcd;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		width: 100%;
		position: relative;
	}

	.crossSellerCTE .lsSlideboxContainer {
		height: 270px;
	}

	.crossSellerCTE .crossSeller > h2,
	#ergebnisliste-produkt-suche h2 {
		background-color: #6B87A0 !important;
		color: #ffffff;
		margin-bottom: 0px;
		margin-top: 0;
		padding: 6px;
	}
	
	.crossSellerCTE .crossSeller.useLsUnfold > h2 {
		cursor: pointer;
	}
	
	.crossSellerCTE .crossSeller.useLsUnfold > h2:after {
		position: absolute;
		right: 10px;
		top: 1px;
		font-size: 1.7rem;
		transition: opacity 0.4s linear;
	}
	
	.crossSellerCTE .crossSeller.useLsUnfold.lsUnfoldClosed > h2:after {
		content: "+";
		opacity: 1;
	}
	
	.crossSellerCTE .crossSeller.useLsUnfold.lsUnfoldOpen > h2:after {
		content: "-";
		opacity: 1;
	}
	
	.crossSellerCTE .crossSeller.useLsUnfold.lsUnfoldRunning > h2:after {
		opacity: 0;
	}

	#ergebnisliste-produkt-suche h1 {
		margin-bottom: 0;
	}

	.crossSellerCTE .productList {
		padding: 10px;
	}
	
	.crossSellerCTE .productList .shopProduct {
		width: 158px !important;
		height: 250px;
		padding: 8px;
		border: none;
		float: left !important;
		margin: 0 5px 30px 0 !important;
		background-color: #FFFFFF;
	}

	.crossSellerCTE .lsSlideboxContainer .buttonLeft,
	.crossSellerCTE .lsSlideboxContainer .buttonRight {
		cursor: pointer;
		height: 24px;
		width: 40px;
		max-width: 40px;
		position: absolute;
		top: 110px !important;
		bottom: -10px !important;
		border: none;
		width: 50px !important;
		height: 50px !important;
		background-color: rgba(255,255,255,0.3);
	}

	.crossSellerCTE .lsSlideboxContainer .buttonLeft {
		background-image: url("../../files/merconisfiles/themes/theme6/vendor/leadingSystems/lsSlides/images/left.png");
		background-position: center center;
		background-repeat: no-repeat;
		left: 8px !important;
	}

	.crossSellerCTE .lsSlideboxContainer .buttonRight {
		background-image: url("../../files/merconisfiles/themes/theme6/vendor/leadingSystems/lsSlides/images/right.png");
		background-position: center center;
		background-repeat: no-repeat;
		right: 8px !important;
	}

	.crossSellerCTE .lsSlideboxContainer .buttonUp {
		display: none;
	}

	.crossSellerCTE .lsSlideboxContainer .buttonDown {
		display: none;
	}
/*
 * <- FooterBottom CrossSeller
 */


/*
 * MISC ->
 */
	.shopLogo {
		float: left;
		margin-bottom: 20px;
		position: relative;
		z-index: 10010;
	}

	.shopLogo img {
		max-width: 200px;
		height: auto;
	}

	#header .ls_languageSelector {
		float: right;
		margin-left: 2%;
		margin-bottom: 20px;
		overflow: visible;
		padding-top: 5px;
	}

	#slideshowHeader {
		width: 100%;
		display: inline-block;
	}

	#slideshowHeader img{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}

	.mod_personalData .submit_container {
		margin-top: 10px;
	}
	.mod_registration .submit_container {
		margin-top: 10px;
	}
	/*
	 * Search field/LiveHits ->
	 */
	.template_productSearch_default {
		width: 100%;
		display: inline-block;
		text-align: center;
		padding-top:1em
	}
	
	.template_productSearch_default #ctrl_merconis_searchWord {
		padding-right: 20px !important;
		width: 65%;
	}
	
	.template_productSearch_default #ctrl_merconis_searchWord:hover,
	.template_productSearch_default #ctrl_merconis_searchWord:focus	{
		border-color: #BF3737;
	}
	
	.template_productSearch_default #ctrl_merconis_searchWord_submit {
	}
	
	.template_productSearch_default .merconisHitSelector {
	    width: 220px;
		margin-top: 10px;
		box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.3);
	}
	
	.template_productSearch_default .merconisHitSelector .hit {
	    background-color: #FFFFFF;
		cursor: pointer;
		padding: 2px 10px;
		border-left: 4px solid #FFFFFF;
		border-right: 4px solid #FFFFFF;
	}
	
	.template_productSearch_default .merconisHitSelector .hit:hover,
	.template_productSearch_default .merconisHitSelector .hit.active {
		border-left: 4px solid #BF3737;
		border-right: 4px solid #BF3737;
		transition: all 0.4s ease-out 0s;
	}
	
	.template_productSearch_default .merconisHitSelector .hit ._mainImage {
		min-width: 90px !important;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		text-align: left;
	}
	
	.template_productSearch_default .merconisHitSelector .hit ._title {
		margin-bottom: 5px;
		text-align: right;
	}
	
	.template_productSearch_default .merconisHitSelector .hit ._priceAfterTaxFormatted {
		margin-top: 5px;
		text-align: right;
	}
	/*
	 * <- Search field/LiveHits
	 */
	
	.hasBeenPutInCart {
		color: #11AA13;;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.watchlistContainer .favoriteSwitchBox input[name="favoriteAddOrRemoveSubmit"] {
		padding: 1px;
		font-size: 80%;
		font-size: 0.6rem;
	}
	
	.watchlistContainer.inMyWatchlist .favoriteSwitchBox  input[name="favoriteAddOrRemoveSubmit"] {
		background-color: #11AA13;
	}

	.watchlistContainer .favoriteSwitchBox .success {
		font-size: 80%;
		font-size: 0.6rem;
	}
	
	.watchlistContainer .favoriteSwitchBox form {
		margin-bottom: 0;
		margin-top: 6px;
	}
	
	#tl_login td.col_0,
	#tl_login td.col_1 {
		padding-bottom: 5px;
		padding-right: 20px;
		vertical-align: middle;
	}
/*
 * <- MISC
 */

 
/*
 * example footer ->
 */
	#footer {
		overflow:hidden;
		background-color: #6B87A0;
	}
	 
	#footer div.footerColumn {
		float: left;
		margin-left: 2%;
		margin-right: 2%;
		width: 28%;
		color: #FFFFFF;
	}

	#footer div.footerColumn04 {
		clear: left;
	}
/*
 * <- example footer
 */

 
 /*
 * example payment options info ->
 */
	#paymentOptionsInfo div {
		float: left;
		width: 50%;
		padding: 5px;
		color: #FFFFFF;
	}

	#paymentOptionsInfo img {
		width: 100%;
	}
/*
 * <- example payment options info
 */

/*
 * loading overlay for lsMerconisPaymentAndShippingFormController ->
 */
	#waitingForShippingOrPaymentSelection {
		 position: fixed;
		 top: 0px;
		 right: 0px;
		 bottom: 0px;
		 left: 0px;
		 background-color: rgba(0,0,0,0.5);
	}

	#waitingForShippingOrPaymentSelection:after {
		 content: "loading...";
		 color: #FFFFFF;
		 width: 100px;
		 font-weight: bold;
		 font-size: 1.5rem;
		 position: absolute;
		 left: 50%;
		 top: 50%;
	}
/*
 * <- loading overlay for lsMerconisPaymentAndShippingFormController
 */

 
 /*
 * NAVIGATION ->
 */
	/*
	 * breadcrum navi/navigation path ->
	 */
	.mod_breadcrumb {
		margin-top: 5px;
		line-height: normal;
		font-size: 0.7rem;
	}

	.mod_breadcrumb ul {
		margin: 0;
	}

	.mod_breadcrumb ul li {
		display: inline-block;
		white-space: nowrap;
	}

	.mod_breadcrumb ul li:not(:last-child):after {
		padding-left: 10px;
		padding-right: 10px;
		content: ">";
	}
	/*
	 * <- breadcrum navi/navigation path
	 */

	/*
	 * main navigation in header (big screen) ->
	 */
	#header .mainNavigation {
		margin-top: 10px;
		border-bottom: 1px solid #bf3737;
		overflow: visible;
		position: relative;
		text-align: center;
		z-index: 10015;
	}

	#header .mainNavigation ul {
		margin: 0;
	}

	#header .mainNavigation ul li {
		position: relative;
	}

	#header .mainNavigation ul li span,
	#header .mainNavigation ul li a {
		color: #777777;
		text-decoration: none;
	}

	#header .mainNavigation ul.level_1 > li {
		display: inline-block;
		margin-right: 15px;

	}







	#header .mainNavigation .submenu ul {
		position: absolute;
		display: none;
		background-color: rgba(255,255,255,1.0);
		box-shadow: 3px 15px 10px rgba(0,0,0,0.8);
		padding: 20px;
		padding-right: 10px;
	}

	#header .mainNavigation .submenu:hover > ul {
		display: block;
	}

	#header .mainNavigation .submenu ul.level_2 {
		top: 100%;
		left: 0px;
		border-top: 1px solid #BF3737;
		text-align: left;
	}

	#header .mainNavigation .submenu ul.level_2 ul {
		top: 0px;
		left: 100%;
	}

	#header .mainNavigation .submenu ul li {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 10px;
		margin-right: 0px;
		white-space: nowrap;
	}
	/*
	 * <- main navigation in header (big screen)
	 */



	/*
	 * main navigation submenu (big screen) ->
	 */
	.mainNavigationSubmenu {
		margin-bottom: 20px;
	}

	.mainNavigationSubmenu ul {
		margin-bottom: -5px;
	}

	#header .mainNavigationSubmenu ul li {
		position: relative;
		padding-top: 5px;
		padding-bottom: 5px;
	}





	.mainNavigationSubmenu ul.level_2 li {
		margin-left: 15px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	.mainNavigationSubmenu ul.level_1 > li > a,
	.mainNavigationSubmenu ul.level_1 > li > span {
		font-weight: normal;
	}

	.mainNavigationSubmenu ul li span,
	.mainNavigationSubmenu ul li a {
		color: #777777;
		font-size: 100%;
		font-size: 0.85rem;
		text-decoration: none;
		padding-right: 15px;
	}

	.mainNavigationSubmenu span:hover,
	.mainNavigationSubmenu a:hover,
	.mainNavigationSubmenu span.active,
	.mainNavigationSubmenu a.active,
	.mainNavigationSubmenu span.trail,
	.mainNavigationSubmenu a.trail {
		color: #BF3737;
	}

	.mainNavigationSubmenu ul li .ocSubnaviToggler {
		display: block;
		height: 23px;
		width: 20px;
		position: absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
		background-size: 10px;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #F4F4F4;
	}

	.mainNavigationSubmenu ul li.lsUnfoldClosed > .ocSubnaviToggler {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_down.png");
	}

	.mainNavigationSubmenu ul li.lsUnfoldOpen > .ocSubnaviToggler {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_up.png");
	}

	.mainNavigationSubmenu ul li.lsUnfoldOpen.lsUnfoldRunning > .ocSubnaviToggler {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_down.png");
	}

	.mainNavigationSubmenu ul li.lsUnfoldClosed.lsUnfoldRunning > .ocSubnaviToggler {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_up.png");
	}

	/*
	 * If the body class "useOcNavi" is set by the javascript off canvas navigation
	 * module, we know that javascript is active. Therefore, in this case we hide
	 * navigation levels below level_1 because we know that the unfolding script will
	 * be used to show them.
	 */
	body.useOcNavi .mainNavigationSubmenu ul.level_1 ul {
		margin-top: 5px;
		overflow: hidden;
		display: none;
	}
	/*
	 * <- main navigation submenu (big screen)
	 */



	/*
	 * second navigation in header (big screen) ->
	 */
	#header .secondNavigation {
		float: right;
		text-align: right;
		margin-bottom: 20px;
		padding-top: 5px;
	}

	#header .secondNavigation ul li {
		display: inline-block;
		margin-left: 10px;
	}

	#header .secondNavigation span:hover,
	#header .secondNavigation a:hover,
	#header .secondNavigation span.active,
	#header .secondNavigation a.active,
	#header .secondNavigation span.trail,
	#header .secondNavigation a.trail {
		color: #BF3737;
	}

	#header .secondNavigation span.submenu,
	#header .secondNavigation a.submenu {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_right.png");
		background-size: 10px;
		background-position: right center;
		background-repeat: no-repeat;
	}

	#header .secondNavigation span.trail,
	#header .secondNavigation a.trail {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_down.png");
		background-size: 10px;
		background-position: right center;
		background-repeat: no-repeat;
	}
	/*
	 * <- second navigation in header (big screen)
	 */



	/*
	 * -> small screen navigation (containing main navigation, second navigation
	 * and a few other things, e.g. languageSelector and search form)
	 */
	#smallScreenNaviToggler {
		width: 40px;
		height: 40px;
		cursor: pointer;
		display: none;
		position: absolute;
		z-index: 10100;
		top: 20px;
		right: 30px;
	}

	#merconisSmallScreenNavigation {
		padding: 10px;
		position: relative;
		overflow: hidden;
		display: none;
		box-shadow: 0 4px 10px #666666;
	}

	/*
	 * language selector in small screen navi ->
	 */
	#merconisSmallScreenNavigation .ls_languageSelector {
		margin-left: -5px;
		margin-bottom: 20px;
		overflow: visible;
	}

	#merconisSmallScreenNavigation .ls_languageSelector img {
		padding: 5px;
		display: inline-block;
	}
	/*
	 * <- language selector in small screen navi
	 */

	/*
	 * product search form in small screen navi ->
	 */
	#merconisSmallScreenNavigation .template_productSearch_default {
		text-align: left;
		padding-top: 5px
	}
	/*
	 * <- product search form in small screen navi
	 */

	/*
	 * navigation modules in small screen navi ->
	 */
	#merconisSmallScreenNavigation .mainNavigation {
		padding-bottom: 20px;
	}

	#merconisSmallScreenNavigation .mod_navigation ul {
		margin-bottom: -5px;
	}

	#merconisSmallScreenNavigation .mod_navigation ul li {
		position: relative;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#merconisSmallScreenNavigation .mod_navigation ul li:not(:last-child) {
		border-bottom: 1px solid #CDCDCD;
	}

	#merconisSmallScreenNavigation .mod_navigation ul.level_2 li:first-child {
		border-top: 1px solid #CDCDCD;
	}

	#merconisSmallScreenNavigation .mod_navigation ul li:last-child {
		margin-bottom: 10px;
	}

	#merconisSmallScreenNavigation .mod_navigation ul.level_2 li {
		margin-left: 15px;
		margin-right: 0px;
		margin-bottom: 0px;
	}



	#merconisSmallScreenNavigation .mod_navigation ul li span,
	#merconisSmallScreenNavigation .mod_navigation ul li a {

		padding-right: 15px;
	}

	#merconisSmallScreenNavigation .mod_navigation span:hover,
	#merconisSmallScreenNavigation .mod_navigation a:hover,
	#merconisSmallScreenNavigation .mod_navigation span.active,
	#merconisSmallScreenNavigation .mod_navigation a.active,
	#merconisSmallScreenNavigation .mod_navigation span.trail,
	#merconisSmallScreenNavigation .mod_navigation a.trail {
		color: #BF3737;
	}

	#merconisSmallScreenNavigation .mod_navigation ul li .ocSubnaviToggler {
		display: block;
		height: 28px;
		width: 40px;
		position: absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
		background-size: 16px;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: rgba(255, 255, 255, 0);
	}

	#merconisSmallScreenNavigation .mod_navigation ul li.lsUnfoldClosed > .ocSubnaviToggler {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_down.png");
	}

	#merconisSmallScreenNavigation .mod_navigation ul li.lsUnfoldOpen > .ocSubnaviToggler {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_up.png");
	}

	#merconisSmallScreenNavigation .mod_navigation ul li.lsUnfoldOpen.lsUnfoldRunning > .ocSubnaviToggler {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_down.png");
	}

	#merconisSmallScreenNavigation .mod_navigation ul li.lsUnfoldClosed.lsUnfoldRunning > .ocSubnaviToggler {
		background-image: url("../../files/merconisfiles/themes/theme6/images/misc/arrow_up.png");
	}

	/*
	 * If the body class "useOcNavi" is set by the javascript off canvas navigation
	 * module, we know that javascript is active. Therefore, in this case we hide
	 * navigation levels below level_1 because we know that the unfolding script will
	 * be used to show them.
	 */
	body.useOcNavi #merconisSmallScreenNavigation .mod_navigation ul.level_1 ul {
		margin-top: 5px;
		overflow: hidden;
		display: none;
	}
	/*
	 * <- navigation modules in small screen navi
	 */



	/*
	 * Show the small screen navi toggler regardless of the screen size if
	 * the ocNavi is open. Otherwise the ocNavi could not be closed if the screen
	 * has increased while the ocNavi has been open.
	 */
	body.useOcNavi.lsOcNaviOpen #smallScreenNaviToggler {
		display: block;
	}
	/*
	 * <- small screen navigation
	 */


	@media only screen and (max-width: 768px) {
		/* hide the big screen navigation elements */
		#header .secondNavigation,
		#header .mainNavigation,
		.mainNavigationSubmenu,
		.mod_breadcrumb {
			display: none;
		}

		/* show the small screen navigation */
		#merconisSmallScreenNavigation {
			display: block;
		}

		/*
		 * hide the small screen navi if the javascript
		 * off canvas navigation is active
		 */
		body.useOcNavi #merconisSmallScreenNavigation {
			display: none;
			margin-bottom: 0;
		}

		/*
		 * show the small screen navi toggler if the
		 * javascript off canvas navigation is active
		 */
		body.useOcNavi #smallScreenNaviToggler {
			display: block;
		}
	}
/*
 * <- NAVIGATION
 */


/*
 * MERCONIS Linkbox ->
 */
	.merconisLinkbox {
		width: 48%;
		height: auto;
		float: left;
		margin-right: 4%;
		margin-bottom: 20px;
		position: relative;
	}

	.merconisLinkbox.even {
		float: none;
		margin-right: 0;
	}
	
	.merconisLinkboxImage img {
		width: 100%;
		height: auto;
		margin-bottom: -3px;
	}
	
	.merconisLinkboxText {
		background-color: #6B87A0;
		width: 100%;
		padding: 5px 10px 10px 10px;
	}

	.merconisLinkboxText p,
	.merconisLinkboxText h2 {
		color: #FFFFFF;
	}

	.merconisLinkboxText2 p {
		font-size: 1.3rem;
	}

	.merconisLinkboxLink {
		top: 5%;
		left: 5%;
		position: absolute;
		text-align: left;
		width: 100%;
	}
	
	.merconisLinkboxLink a {
		display: inline-block;
		font-size: 1.5rem;
		padding: 15px;
		background-color: rgba(255,255,255,0.5);
		color: #555555;
		border-radius: 2px;
	}

	.merconisLinkboxLink a:hover {
		background-color: rgba(255,255,255,0.8);
		transition: all 0.4s ease-out 0s;
	}
	
	@media only screen and (max-width: 760px) {		
		.merconisLinkbox {
			width: 100%;
			clear: both;
			margin-bottom: 20px;
		}
	}
/*
 * <- MERCONIS Linkbox
 */

/*
 * Example content ->
 */
	#examplecrosssellernewproducts {
		clear: both;
	}
	
 	.ls_exampleContent {
		margin-top: 30px;
		margin-bottom: 30px;
	}
/*
 * <- Example content
 */


/*
 * Misc. Media Queries ->
 */
	@media only screen and (max-width: 900px) {
		#left {
			width: 28%;
		}

		#main {
			width: 70%;
		}
	}

	@media only screen and (max-width: 768px) {
		body {
			background-color: #FFFFFF;
			padding: 0;
		}
		
		#wrapper {
			padding: 10px;
			box-shadow: none;
		}
		
		#main {
			width: 100%;
		}

		#header .template_productSearch_default,
		#header .ls_languageSelector,
		#slideshowHeader,
		#paymentOptionsInfo {
			display: none;
		}

		#left {
			display: none;
		}
		
			.startseite #left {
			display: block;
		}
		
		
		.template_cart_mini .cartPreview {
			width: 360px;
		}


		.template_cart_mini .cartPreview .linkToCartTop {
			margin: 0;
			margin-top: 20px;
			text-align: left;
			top: 0;
		}

		.template_cart_mini .cartPreview .shopProduct .productDetails {
			margin-right: 0;
			margin-bottom: 40px;
		}

		.template_cart_mini .cartPreview .shopProduct .priceSingle {
			margin: 0;
			position: absolute;
			right: 107px;
			bottom: 10px;
		}

		.template_cart_mini .cartPreview .shopProduct .quantity {
			margin: 0;
			position: absolute;
			right: 10px;
			bottom: 10px;		
		}
	}


	/* führt zu einem schlechten Ergebnis auf Smarphones
	@media only screen and (max-width: 550px) {
		.template_cart_mini .cartPreview {
			left: -120px;
		}
	}
*/



	@media only screen and (max-width: 410px) {
		.template_cart_mini .cartPreview {
			width: 300px;
		}

		.template_cart_mini .cartPreview .shopProduct .productDetails {
			width: 160px;
		}

		.template_cart_mini .cartPreview .shopProduct .image {
			margin-bottom: 40px;
		}

		.template_cart_mini .cartPreview .shopProduct .priceSingle {
			right: auto;
			left: 0px;
			bottom: 10px;
		}
	}

	@media only screen and (max-width: 359px) {
		.template_cart_mini {
			margin-left: 7%;
		}
	}

	@media only screen and (max-width: 860px) {
		.quickview {
			display: none;
		}		

	/*	#footer div.footerColumn {
			float: none;
			margin: 20px 0;
			width: 100%;
			border-bottom: 1px solid #CDCDCD;
		}*/
	}

	@media only screen and (max-width: 665px) {
		.template_productDetails .productInfoBlock05 {
			width: 100%;
			display: inline-block;
			margin-top: 10px;
		}
	}
	
	@media only screen and (max-width: 319px) {
		.productList .shopProduct {
			float: none;
			margin: 0px;
			margin-bottom: 10px;
			width: 100%;
		}
	}

	@media only screen and (min-width: 320px) {
		.productList .shopProduct {
			margin-left: 0;
			margin-right: 2%;
			width: 48%;
		}
	}

	@media only screen and (min-width: 967px) {
		.productList .shopProduct {
			margin-left: 0;
			margin-right: 1.5%;
			width: 31.5%;
		}
	}

	@media only screen and (min-width: 1280px) {
		.productList .shopProduct {
			margin-left: 0;
			margin-right: 0.9%;
			width: 24%;
		}
	}
/*
 * <- Misc. Media Queries
 */


/* SLIDER_Startseite.css */
.slider-control{margin-top:-50px}.content-slider .image_container img{width:100%;height:auto}.content-slider .image_container{position:relative}.content-slider .image_container .caption_container{bottom:50px;left:50px;position:absolute;display:block}.content-slider .image_container h2.title{margin:0;padding-top:0;padding-right:0;padding-bottom:0;font-size:7em;color:#e20613}.content-slider .image_container span.slider_button{margin-top:2em;padding:.8em;background-color:#25365b;font-size:1.2em;color:#fff;text-transform:uppercase;letter-spacing:.1em;font-weight:400}.slider_button_container{padding-top:2em;padding-bottom:2em}.content-slider .image_container h3.caption{max-width:60%;padding:0;font-size:2em;color:#000;text-transform:none}.slider-control .slider-next,.slider-control .slider-prev{display:none}.content-slider .image_container h2.title{width:100%;max-width:700px;font-size:3em}
/* TCC_Anpassung.css */
body{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}h2.variantTitle{margin-top:0}div.variantenGenerator{padding:10px;background-color:#f2f2f2}div.variantenGenerator h2.variantenGeneratorHeadline{margin-top:0;padding-bottom:5px;border-bottom:1px solid #e20613;font-size:1.5em;color:#e20613;text-transform:uppercase;font-weight:400}.attributeBox{width:100%}.attributeBox .values{padding:20px 0}.attributeBox .value,.attributeBox .value:not(:last-child){width:23%;float:left;display:block;margin-bottom:20px;padding:10px;background-color:#fff;border:0px;margin-left:1%; margin-right:1%}.attributeBox .value:hover,.attributeBox .value:not([data-lsjs-class*="possible"]):hover{background-color:#e20613;color:#fff;cursor:pointer}.attributeBox .closeButton{width:30px;height:30px;top:3px;text-align:center;background-color:#e20613;border:2px solid #FFF;border-radius:50%;font-size:1.3em;behavior:url('assets/css3pie/1.0.0/PIE.htc')}.attributeBox .value[data-lsjs-class*="selected"]{background-color:#e20613;color:#FFF}.template_productDetails .currentPrice .scalePriceStep{margin-top:0;margin-bottom:0;padding:10px;border-bottom:1px solid #fff}.attributeBox .value:not([data-lsjs-class*="possible"]){color:#000}.template_productDetails .currentPrice .scalePriceStep:hover{background-color:#fff}.template_productDetails .currentPrice .scalePriceStep .scalePriceStepMinQuantity{font-weight:bold}.template_productDetails .currentPrice .scalePriceStep .finalPrice{text-align:right}.responsive img{width:100%;height:auto;max-width:100%;display:block}.tcc_briefgenerator table.lead_table tr td{padding-top:1em;padding-bottom:1em;border-bottom:1px solid #ccc;font-size:.8em}.tcc_briefgenerator table.lead_table tr.erledigt_1 td{background-color:#e8e8e8;color:#a19d9d}.tcc_briefgenerator table.lead_table tr.erledigt_1.verkauft_3 td{background-color:#f7c1c1}.tcc_briefgenerator table.lead_table tr.erledigt_1.verkauft_1 td{background-color:#ffeeba;color:#916703}.tcc_briefgenerator table.lead_table tr.erledigt_1.verkauft_2 td{background-color:#bbe899;color:#386b1b}.ls_r_tr.sum.invoicedAmount{padding-top:10px;font-weight:bold}.introcontainer{margin-bottom:1em;padding:1em;background-image:url("../../files/CONTENT/00_START/HINTERGRUENDE/background-heavy.jpg");background-repeat:no-repeat;background-size:cover}.introcontainer.light{background-image:url("../../files/CONTENT/00_START/HINTERGRUENDE/background-light.jpg");background-repeat:no-repeat}.introcontainer.eco{background-image:url("../../files/CONTENT/00_START/HINTERGRUENDE/background-eco.jpg");background-repeat:no-repeat}.introcontainer.invisibleserie{background-image:url("../../files/CONTENT/00_START/HINTERGRUENDE/background-invisible.jpg");background-repeat:no-repeat}.introcontainer.decor{background-image:url("../../files/CONTENT/00_START/HINTERGRUENDE/background-decor.jpg");background-position:right bottom;background-repeat:no-repeat}.preiscontainer{padding:20px;background-color:#f2f2f2}.quantityInput,.template_productDetails .currentPrice{width:50%;float:left;display:block}.quantityInput form{margin-bottom:0}.unscaledSinglePrice{margin-bottom:10px;padding-bottom:30px;border-bottom:1px solid #d1d1d1}.template_productDetails .currentPrice{width:40%;margin-right:2%}.quantityInput{width:58%;height:120px;margin-bottom:10px;border-bottom:1px solid #d1d1d1}.priceContainer .value{}.einzelpreis{font-size:4em;color:#e20613;font-weight:300}.preiscontainer .quantityComparison,#gesamtinfo{font-size:1.5em;color:#e20613}#gesamtinfo{display:block;padding-top:11px}.einzelpreis .preistextzusatz{font-size:.7em}.submit,.button{background-color:#e20613;transition: all 0.3s ease}.submit:hover,a.button:hover{background-color:#c40000;color:#fff}.template_cart_big .artNr,.template_cart_big .productAttributes h4,.template_cart_big .attributeInfo,#main .template_cart_big .deliveryTimeMessage p{font-size:.8em}#merconisSmallScreenNavigation{background-color:#25365b}#merconisSmallScreenNavigation .mod_navigation ul li span,#merconisSmallScreenNavigation .mod_navigation ul li a{font-size:1.5em;text-decoration:none;color:#fff;font-weight:300}.useFoldedNavi .foldedNaviToggler{width:40px;background-image:url("../../files/LAYOUT/arrow-down.png");background-position:center center;background-repeat:no-repeat;border:0;text-indent:-1000px;background-size:contain}.useFoldedNavi .foldedNaviToggler.lsUnfoldOpen{background-image:url("../../files/LAYOUT/arrow-up.png")}#left{padding-top:50px}a{color:#25365b}#container a{text-decoration:underline;color:#e20613}input.submit{border-radius:0;behavior:url('assets/css3pie/1.0.0/PIE.htc');-webkit-appearance: none}#left .leftNavigation li a,#left .leftNavigation li span{display:block;padding:.4em 1em;border-bottom:1px solid #ebedf0;font-size:1.3em;text-decoration:none;color:#25365b;font-weight:300}#left .leftNavigation li span{background-color:#ebedf0;color:#e20613}#left .leftNavigation li a:hover{color:#e20613}.tl_confirm{display:block;padding:1em;text-align:center;background-color:#ecffd8;border:1px solid #237d00;color:#237d00}p.error{margin-right:auto;margin-left:auto;padding:1em;text-align:center;background-color:#ffd3d3;border:1px solid #ff0000;color:#ff0000}.mod_personalData table,.mod_registration table,.mod_changePassword table,.formCustomerData table{width:100%;max-width:500px}.tccstyling input,.mod_personalData input,.mod_personalData select,.mod_registration input,.mod_registration select,.mod_changePassword input,.mod_changePassword select{width:100%;background-color:#ebedf0;border:0;border-radius:0;behavior:url('assets/css3pie/1.0.0/PIE.htc')}#customerData .formCustomerData input.text,#customerData .formCustomerData select{width:60%;float:right;background-color:#ebedf0;border:0;border-radius:0;behavior:url('assets/css3pie/1.0.0/PIE.htc')}#customerData .formCustomerData .formbody label{min-width:100px;float:left;clear:right;display:block}#customerData .formCustomerData .formbody .widget{min-height:36px}.tccstyling input.submit,.mod_personalData input.submit,.mod_registration input.submit,.mod_changePassword input.submit{background-color:#e20613}.mod_personalData select,.mod_registration select,.formCustomerData select,select#ctrl_fflUserSortingSelection{height:36px;-webkit-appearance: none;  -webkit-border-radius: 0px}.tccstyling label,.mod_personalData label,.mod_registration label,.mod_changePassword label,.formCustomerData label{padding-top:7px}.tccstyling td,.mod_personalData td,.mod_registration td,.mod_changePassword td,.formCustomerData td{padding-top:5px}#container{padding-right:1em;padding-left:1em}.mod_breadcrumb{padding-right:2em;padding-bottom:2em;padding-left:2em}.mod_breadcrumb a{color:#25365b}.MiniNavigation{width:100%;text-align:right}.MiniNavigation ul{margin-bottom:0}.MiniNavigation li{display:inline-block;margin-right:1em;font-size:1em}#shopHeader{padding-top:1.5em}#shopHeaderCol1,#shopHeaderCol2,#shopHeaderCol3{width:30%;float:left;display:block}#shopHeaderCol1{width:26%;padding-right:2%;padding-left:2%}.template_productSearch_default #ctrl_merconis_searchWord{background-color:#ebedf0;border:0}#shopHeaderCol2{width:55%}#shopHeaderCol1 img{width:100%;height:auto;max-width:310px}#shopHeaderCol3{width:15%;float:right;padding-top:1em;text-align:right}.template_cart_mini.miniCartToggler a{height:36px;display:block;margin-right:1em;padding-top:10px;padding-right:10px;background-color:#ebedf0;color:#e20613;cursor:pointer; transition: all 0.3s ease}.template_cart_mini.miniCartToggler .cartPreview a{height:auto;margin-right:0;padding-top:2em;padding-bottom:2em;background-color:#e20613;font-size:1.5em;color:#fff}.template_cart_mini .cartPreview .closeButton{font-size:2em;color:#e20613}.template_cart_mini .cartPreview > h3{text-align:left;text-transform:none}.template_cart_mini.miniCartToggler .cartPreview a:hover{background-color:#fff;color:#e20613}.template_cart_mini a:hover{background-color:#e20613;color:#fff}.template_cart_mini a::before{margin-right:3em;font-family:FontAwesome;content: "\f07a";transition: margin 0.3s ease}.template_cart_mini a:hover::before{margin-right:4em}#header a{text-decoration:none}.template_cart_mini .cartPreview{background-color:#ebedf0;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.2);box-shadow:0 0 2px 2px rgba(0,0,0,.2);behavior:url('assets/css3pie/1.0.0/PIE.htc')}#easyfloorVorteile{padding:1em;background-color:#ebedf0;font-size:1.3em;color:#e20613;font-weight:300}#easyfloorVorteile span{margin-right:3em}#easyfloorVorteile a{float:right;display:inline-block;margin-top:-0.5em;margin-right:-0.5em;padding:.5em;background-color:#e20613;text-decoration:none;color:#fff}#header .mod_navigation.mainNavigation{padding-right:0;padding-left:.5em;background-color:#25365b}#header .mainNavigation{text-align:left}#header .mainNavigation ul.level_1 > li > span,#header .mainNavigation ul.level_1 > li > a{display:block;padding:1em .8em;font-size:1.5em;color:#fff;font-weight:300}#header .mainNavigation ul.level_2 > li > span,#header .mainNavigation ul.level_2 > li > a{display:block;padding:.5em 1em;font-size:1.2em;color:#fff;font-weight:300}#header .mainNavigation .submenu ul.level_2{width:100%}#header .mainNavigation span.submenu::after,#header .mainNavigation a.submenu::after{margin-left:.5em;font-family:FontAwesome;content: "\f107"}a.merconisThemePageLogout::after{margin-left:.5em;font-family:FontAwesome;content: "\f08b"}#header .mainNavigation ul li a:hover,#header .mainNavigation ul li:hover{background-color:#e20613}.shopLogo img{width:100%;max-width:300px}.ce_gallery img{width:100%;height:auto}#main p{line-height:1.5em}#main a{color:#e20613;text-decoration:underline !important}#main a.button{color:#fff}.productInfoBlock03 .imageContainer img.productImage{max-width:100%}.galleryContainer.lsNavtabGalleryProductDetails .visible img{margin:0;vertical-align:top}.galleryContainer.lsNavtabGalleryProductDetails .visible{padding-bottom:10px}.galleryContainer.lsNavtabGalleryProductDetails .navigation.visible{display:none}.navtab .visible{line-height:0}.lsNavtabGallery{margin-bottom:0}.galleryContainer.lsNavtabGalleryProductDetails{max-width:1000px}.template_productDetails .productInfoBlock03{max-width:1000px}#header .mainNavigation{border-bottom:1px solid #e20613}#header .mainNavigation .submenu ul{padding:10px;background-color:#e20613;-webkit-box-shadow:2px 2px 2px 2px rgba(0,0,0,.2);box-shadow:2px 2px 2px 2px rgba(0,0,0,.2);behavior:url('assets/css3pie/1.0.0/PIE.htc')}#header .mainNavigation .submenu ul li{border-bottom:1px solid #e2e2e2}#header .mainNavigation .submenu ul li a{color:#fff}#header .mainNavigation .submenu ul.level_2{border-bottom:1px solid #e20613}h1{font-size:3em;color:#25365b;font-family:'Work Sans', sans-serif !important;font-weight:300}h1.productTitle{margin-bottom:0;padding-bottom:0}.productInfoBlock02{border-bottom:1px solid #e2e2e2}.produzentUndArtikelnummer span{display:inline-block;padding:.3em;background-color:#e20613;font-size:1em;color:#fff}h2{font:2em 'Lato', sans-serif;font-weight:700}.merconisLinkbox .merconisLinkboxText{background-color:#25365b;transition: all 0.3s ease}.merconisLinkbox:hover .merconisLinkboxText{background-color:#e20613}.merconisLinkbox .merconisLinkboxText a{display:inline-block;padding:5px 10px;border:3px solid #fff;font-size:1.2em;color:#fff;font-weight:700;transition: all 0.3s ease}.merconisLinkbox .merconisLinkboxText a:hover{background-color:#fff;color:#e20613}.template_filterForm_default h2,.crossSellerCTE .crossSeller > h2,#ergebnisliste-produkt-suche h2{background-color:#25365b !important;font-weight:300}#product_detail_Info_block .prod_detail_col_1,#product_detail_Info_block .prod_detail_col_2{width:49%;float:left;display:block}#product_detail_Info_block .prod_detail_col_2{padding-left:2%}.content,h1,h2,h3,.navigation ul li a,a,div{font-family:'Lato', sans-serif;font-family: 'Lato', sans-serif !important}h2.info_title{display:block;padding-bottom:.5em;border-bottom:1px solid #25365b;color:#25365b}h3,.productInfoBlock05 h4{font-size:1.5em;text-transform:uppercase}.productAttributes h4,.variantAttributes h4{margin-bottom:.5em}.productAttributes .attributeTitle{font-weight:bold}#main .ce_text ul li,#main .ce_list ul li,.ce_list.liste_text_checked li,.ce_list.liste_text_alert li,.productInfoBlock05 ul li,#product_detail_Info_block ul li{padding-bottom:10px;padding-left:25px;text-align:left;border-bottom:0}#main ul{line-height:1.5em}.liste_text_checked li:before,#main .ce_text ul li:before,#main .ce_list ul li:before,.productInfoBlock05 ul li:before,#product_detail_Info_block ul li:before{width:20px;display:inline-block;margin:0 0 0 -20px;font-family:'FontAwesome';color:#e20613;content: '\f138'}#main #product_detail_Info_block table tr td{padding:1em .5em}#main #product_detail_Info_block table tr td{border-bottom:1px solid #ebedf0}#main #product_detail_Info_block table tr td.col_first{font-weight:bold}.hamburger-box{width: 40px;    height: 24px;    display: inline-block;    position: relative}#smallScreenNaviToggler.lsOcNaviOpen .hamburger-inner{-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg)}#smallScreenNaviToggler .hamburger-inner{top: auto;    bottom: 0}.hamburger-inner::before,.hamburger-inner::after{content: "";    display: block}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{background-color:#fff;width: 40px;    height: 2px;    position: absolute;    border-radius: 2px}.hamburger-inner::before{top:-10px}.hamburger-inner::after{top:10px}#smallScreenNaviToggler.lsOcNaviOpen .hamburger-inner::before{top: 0;    -webkit-transform: rotate(-90deg);    transform: rotate(-90deg)}#smallScreenNaviToggler.lsOcNaviOpen .hamburger-inner::after{top: 0;    opacity: 0}.lsOcNaviOpen .hamburger-inner::after{top:20px}.productList .shopProduct{height:auto;min-height:300px;padding-top:0;padding-right:0;padding-left:0}.productInfoBlock02{border-bottom:0}#main .productList .productInfoBlock02 .productTitle{display:inline-block;padding:3px;background-color:rgba(255,255,255,.8);font-size:1.1em;text-decoration:none;color:#25365b;text-transform:uppercase;text-decoration:none !important}.shopProduct.template_productOverview div.producer{padding-bottom:1em;padding-left:3px}.shopProduct.template_productOverview .vergleichsmenge{display:block;font-size:.6em}.shopProduct.template_productOverview .vergleichsmenge b{margin-right:1em}.shopProduct.template_productOverview .currentPrice{display:block;padding:5px;background-color:#fff;font-size:1.6em;color:#e20613}.template_productOverview .oldPrice{padding-left:3px}#main .checkoutFlowStep.valid a,#main .checkoutFlowStep.invalid a,#main .checkoutFlowStep a{color:#fff}.paypalweiterleitung .submit_container input{width:100%;padding-top:2em;padding-bottom:2em;text-align:center;background-color:#012169;font-size:2em;transition: all 0.3s ease}.paypalweiterleitung .submit_container input:hover{width:100%;padding-top:2em;padding-bottom:2em;text-align:center;background-color:#009cde;font-size:2em}.success{display:block;margin-top:1em;margin-bottom:1em;background-color:#ecffd8;border:1px solid #237d00;color:#237d00}.success::before{margin-right:1em;font-family:FontAwesome;content: "\f00c"}.textOutput{display:inline-block;padding-bottom:.5em}#ctrl_fflSelectPaymentMethod span#prepayment.paymentAndShippingOptionContainer label{background-image:url("../../files/LAYOUT/payment_vorkasse-2prznt.png")}#ctrl_fflSelectPaymentMethod span#purchaseOnAccount.paymentAndShippingOptionContainer label{background-image:url("../../files/LAYOUT/payment_rechnung.png")}#ctrl_fflSelectPaymentMethod span#kreditkarte.paymentAndShippingOptionContainer label{background-image:url("../../files/LAYOUT/payment_kreditkarte.png")}span.button.notactive{background-color:#d9d9d9;cursor:default}
/* TCC_Anpassung_Footer.css */
#footer div.footerColumn{width:23%;margin-right:1%;margin-left:1%}#footer a{text-decoration:underline;text-decoration:none;color:#fff}#footer .introtext{width:100%;max-width:200px;margin-top:2em;margin-bottom:2em;padding-top:2em;padding-bottom:2em;border-top:1px solid #fff;border-bottom:1px solid #fff;font-size:.9em}#footer .callus span,#footer h3{display:block;padding-bottom:.5em;font-size:2em;font-weight:300}#footer h3{margin-bottom:.8em;padding-bottom:1em;border-bottom:1px solid #fff;color:#fff}#footer div.footerColumn.footerColumnAnwendungen,#footer div.footerColumn.footerColumnQuicklinks,#footer div.footerColumn.footerColumnServices{padding-top:9px}.footerColumn.footerColumnAnwendungen ul li a,.footerColumn.footerColumnAnwendungen ul li span,.footerColumn.footerColumnQuicklinks ul li a,.footerColumn.footerColumnQuicklinks ul li span{display:block;padding-top:.5em;padding-bottom:.5em}.footerColumn.footerColumnAnwendungen ul li a::before,.footerColumn.footerColumnAnwendungen ul li span::before,.footerColumn.footerColumnQuicklinks ul li a::before,.footerColumn.footerColumnQuicklinks ul li span::before{margin-right:1em;margin-left:.5em;font-family: 'FontAwesome';    color: #e20613;    content: '\f138';transition: all 0.3s ease}.footerColumn.footerColumn02 ul li a:hover::before{margin-right:.5em;margin-left:1em;color:#fff}#footer figure.logocontainer{height:73px;display:block}#footer figure.logocontainer img{width:100%;height:auto;max-width:270px}#footer .footerColumnServices figure img{width:100%;height:auto;max-width:270px}#footer .footerColumn03 figure img{width:100%;height:auto}#footer{background-color:#25365b}#footer .footer_col{width:32%;float:left;display:block;color:#fff}#footer .footer_col_1 img{width:100%;height:auto;max-width:300px}.footerclear{clear:both}#footerbottom li{display:inline;padding-right:1em;padding-left:1em}#footerbottom{padding-top:2em;padding-bottom:2em;text-align:center;border-top:1px solid #fff}
/* TCC_Startseite.css */
.startseite #left,.startseite #main{width:50%;padding-top:3em}.startseite .crossSellerCTE{display:none}.startseite #left .inside{margin-right:20px}.startseite #main .inside{margin-left:20px}.startseite .mod_breadcrumb{display:none}
/* TCC_Anpassung_Navigation.css */
#header li.musterAnfordern{background-color:#e20613}#header .mainNavigation ul.level_2 > li > span,#header .mainNavigation ul.level_2 > li > a{padding-left:0}#header .mainNavigation ul.level_1 > li{margin-right:0}#header .mainNavigation ul.level_1 > li > span,#header .mainNavigation ul.level_1 > li > a{font-size:1.3em}
/* ELEMENT-VerlinkterContainer.css */
.ce_tcclink h2,.ce_tcclink p{margin-top:0;margin-bottom:0}.ce_tcclink,.ce_tcclink h2,.ce_tcclink h3{color:#fff;color: #fff !important}.ce_tcclink .innerlink{background-position:center center;background-repeat:no-repeat;background-size:cover;transition: all 300ms}.ce_tcclink{margin-bottom:10px;background-position:center center;background-repeat:no-repeat;background-size:cover;transition: all 300ms}.ce_tcclink p{line-height:1.2em}.ce_tcclink a{position:relative;display:block}.tccLinkColorOverlay{transition: all 300ms}.tccLinkCaptiontext{bottom:0;left:0;right:0;position:absolute;padding:20px;transition: all 300ms;opacity: 1}.noDefaultCaption:hover .tccLinkCaptiontext{opacity:0}.noDefaultIcon:hover .tccLinkIcon{opacity:0}.noDefaultInfotext:hover .tccLinkInfoText{opacity:0}.noDefaultSubIcon:hover .tccLinkSubIcon{opacity:0}.tccLinkCaptiontext.captionStyle_0{background-color:rgba(255,255,255,1)}.tccLinkCaptiontext.captionStyle_1{bottom:0;left:0;right:0;top:0;text-align:center;color:#fff}.tccLinkInfoText{bottom:0;left:0;right:0;top:0;position:absolute;padding:21px 20px 20px;color:#fff;transition: all 300ms;font-weight: 700;text-shadow: 1px 0px 4px rgba(0, 0, 0, 1)}.tccLinkColorOverlay{bottom:0;left:0;right:0;top:0;position:absolute}.tccLinkIcon,.tccLinkHoverIcon{bottom:0;left:0;right:0;top:0;position:absolute;background-position:center center;background-repeat:no-repeat;opacity: 1;transition:all 300ms}.tccLinkHoverIcon{display:none}.ce_tcclink:hover .tccLinkHoverIcon{display:block}.tccLinkSubIcon{bottom:0;left:0;right:0;top:0;position:absolute;padding:20px;background-position:right top;background-repeat:no-repeat;transition: all 300ms}.tccLinkCaptionHovertext{}.ce_tcclink .tccLinkCaptionHovertext{bottom:0;left:0;right:0;position:absolute;display:block;padding:20px}.tccLinkCaptionHovertext.captionStyle_0{display:block;background-color:rgba(255,255,255,1);transition: all 300ms;opacity: 0}.ce_tcclink:hover .tccLinkCaptionHovertext.captionStyle_0{opacity:1}.ce_tcclink .tccLinkCaptionHovertext.captionStyle_1{bottom:0;left:0;right:0;top:0;display:block;text-align:center;color:#fff;opacity:0;transition: all 300ms}.ce_tcclink:hover .tccLinkCaptionHovertext.captionStyle_1{opacity:1}.tccLinkIconHover{bottom:0;left:0;right:0;top:0;position:absolute;display:block;background-position:center bottom;background-repeat:no-repeat;transition:all 300ms;opacity: 0}.ce_tcclink:hover .tccLinkIconHover{display:block;background-position:center center;opacity:1}.tccLinkInfoTextHover{display:none;color:#fff;font-weight: 700;text-shadow: 1px 0px 4px rgba(0, 0, 0, 1)}.ce_tcclink:hover .tccLinkInfoTextHover{bottom:0;left:0;right:0;top:0;position:absolute;display:block;padding:21px 20px 20px;transition: all 300ms}.tccLinkSubIconHover{bottom:0;left:0;right:0;top:0;position:absolute;display:block;padding:20px;background-position:right top;background-repeat:no-repeat;opacity:0;transition: all 300ms;background-position: 90% 10%}.ce_tcclink:hover .tccLinkSubIconHover{background-position:right top;opacity: 1}
@media screen and (max-width: 1300px){
/* REPSONSIVE_UNTER_1300.css */
.content-slider .image_container h2.title{font-size:5em}.content-slider .image_container h3.caption{padding-top:5px;padding-bottom:5px;font-size:1.5em}.slider_button_container{margin-top:1;margin-bottom:1}#easyfloorVorteile{font-size:1em}#easyfloorVorteile span{margin-right:1em}.template_cart_mini a::before,.template_cart_mini a:hover::before{margin-right:1em}#shopHeaderCol1{width:36%}#shopHeaderCol2{width:40%}#shopHeaderCol3{width:20%}#footer h3{font-size:1.3em}#footer .callus span{font-size:1.4em}
}
@media screen and (max-width: 900px){
/* RESPONSIVE_UNTER_900.css */
.template_productDetails .currentPrice{width:100%;float:none;display:block;margin-right:0}.unscaledSinglePrice{margin-bottom:0;padding-bottom:0;border-bottom:0}.quantityInput{width:100px;height:auto;float:none}#footer div.footerColumn{width:48%}#footer .introtext{max-width:250px}#footer div.footerColumn.footerColumnQuicklinks{clear:left}.footerbezahlen{margin-right:4%}.footerclear{clear:left}#footer .introtext{margin-right:0}.content-slider .image_container h2.title{font-size:3em}.content-slider .image_container h3.caption{width:80%;margin-top:0;margin-bottom:0}.content-slider .image_container .caption_container{bottom:1em;left:1em}.slider-control .slider-menu{left:auto;right:10px;text-align:right}#easyfloorVorteile{font-size:.8em}#header .mainNavigation ul.level_1 > li{margin-right:0}#header .mainNavigation ul.level_1 > li > span,#header .mainNavigation ul.level_1 > li > a{padding:1em .5em;font-size:1.3em}.startseite #left,.startseite #main{width:100%;float:none;margin-right:0;margin-left:0}.startseite #main .inside,.startseite #left .inside{margin-right:0;margin-left:0}
}
@media screen and (max-width: 768px){
/* RESPONSIVE_UNTER_768.css */
#easyfloorVorteile{background-color:#25365b}#footer .callus span,#footer h3{font-size:1.6em}#footer .introtext{border-top:0;border-bottom:0}.content-slider .image_container h3.caption{width:80%;display:none;margin-top:0;margin-bottom:0;font-size:1em}.slider_button_container{display:none}.content-slider .image_container .caption_container{top:50px}.content-slider .image_container img{min-width:600px;float:right}#shopHeaderCol2{display:none}#shopHeaderCol3{width:40%;max-width:150px}#shopHeaderCol1{width:60%}.template_cart_mini a{margin-right:0}.MiniNavigation ul{padding-top:1em;padding-bottom:1em}#easyfloorVorteile{padding:1em;font-size:1.1em}#easyfloorVorteile span,#easyfloorVorteile i{display:none}#easyfloorVorteile a{float:none;display:inline-block;margin:0}#header .mainNavigation ul.level_1 > li{margin-right:0}#header .mainNavigation ul.level_1 > li > span,#header .mainNavigation ul.level_1 > li > a{padding:1em .5em;font-size:1.3em}
}
@media screen and (max-width: 590px){
/* RESPONSIVE_UNTER_590.css */
#footer div.footerColumn{width:98%}#footer .introtext{width:100%;max-width:100%;margin-top:0;margin-bottom:0;padding-top:1em;padding-bottom:1em}#footer div.footerColumn.footerColumn01,#footer div.footerColumn.footerColumn02,.footerbezahlen,.footerversenden{width:94%;float:none;margin-right:3%;margin-left:3%}
}
/* Kontaktformulare.css */
.musterform .formbody{width:100%;max-width:500px}div.form_half{width:49%;float:left;display:block}div.form_half_right{margin-left:2%}div.form_third{width:32%;float:left;display:block}div.form_third_middle{margin-right:2%;margin-left:2%}.musterform .formbody select{width:100%;height:36px;border-radius:0;behavior:url('assets/css3pie/1.0.0/PIE.htc')}.musterform .formbody textarea{width:100%;height:150px;background-color:#ebedf0}.musterform .formbody .submit_container{padding-top:20px}
/* ELEMENT-DOWNLOAD-DOWNLOADS.css */
#main .ce_download a{display:block;margin-bottom:5px;padding:.8em;background-color:#e20613;font-size:1.3em;text-decoration:none;color:#fff;transition: all 0.3s ease; text-decoration:none !important;font-weight:300}#main .ce_download a:hover{background-color:#ebedf0;color:#e20613}.ce_download img{display:none}
