/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */


.anfi-checkbox-block{
	max-width: 535px;
	margin: 2em 0 1em 0;
	position: relative;
}

.anfi-checkbox-block input{
	position: relative;
	top: -0.5px;
	margin-right: 5px;
}

.anfi-checkbox-block em{
	color: #ee001c;
	font-size: 18px;
	line-height: 0;
	position: relative;
	left: -3px;
	top: 1px;
	display: inline-block;
}

.anfi-checkbox-block .anfi-checkbox-label{
	padding-left: 20px;
	display: block;
	line-height: 1.3;
}

.anfi-checkbox-block .checkbox-wrapper{
	display: block;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	position: absolute;
}

.anfi-checkbox-block .checkbox-wrapper .validation-advice{
	position: absolute;
	bottom: -1.6em;
	width: 180px;
}


#cookie-bar {background: #333333; height:auto; line-height:24px; color:#fff; text-align:center; padding:6px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding: 10px; font-size: 100%;}
#cookie-bar p span {display: block; font-size: 80%;}
#cookie-bar a {color: #fff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px; margin-top: 8px;}
#cookie-bar .cb-enable {background: #2cb8cb;}
#cookie-bar .cb-enable:hover {background: #2cb8cb;}
#cookie-bar .cb-disable {background:#2cb8cb;}
#cookie-bar .cb-disable:hover {background:#2cb8cb;}
#cookie-bar .cb-policy {background: #2cb8cb;}
#cookie-bar .cb-policy:hover {background: #2cb8cb;}



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*
.header .skip-link .count {
	background-color: deepskyblue;
}
*/

.lang-switcher-af{
	position: relative;
	top: 0.8em;
}

.lang-switcher-af ul.dropdown-content-af li{
	float: left;
	margin-left: 1em;
}

.lang-switcher-af .dropdown-content-af li .dropdown-icon{
	width: 18px;
	display: inline-block;
	background-repeat: no-repeat;

}

#header-nav .nav.container.clearer .inner-container{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#header-nav .nav.container.clearer .inner-container ul{
	padding: 0 1em 0 1.7em;
}

body, html{
	height: 100%;
}

.jsonly{
  display: none;
}

.scaleImageH img{
	vertical-align: middle;
    height: 100%;
  	width: auto;
}

.scaleImageW img{
	vertical-align: middle;
    width: 100%;
  	height: auto;
}

.dT{
	display: table;
}

.dT .dR{
	display: table-row;
}

.dT .dRG{
	display: table-row-group;
}

.dT .dR .dC{
	display: table-cell;
}

.dT .dtC{
	display: table-caption;
}

.taL{
	text-align: left;
}

.taC{
	text-align: center;
}

.taR{
	text-align: right;
}

.vaT{
	vertical-align: top;
}

.vaM{
	vertical-align: middle;
}

.vaB{
	vertical-align: bottom;
}

.ttU{
	text-transform: uppercase;
}

.w1{
	width: 1%;
}

.w100{
	width: 100%;
}

.h100{
	height: 100%;
}

.footer-anfilogo-container{
	margin-top: 240px;
	padding-bottom: 59px;
}

@media only screen and (max-width: 960px) {
	.footer-anfilogo-container{
		margin-top: 120px;
		padding-bottom: 40px;
	}
}

.footer-anfilogo-container .inner-container{
	position: relative;
}

.anfiFooterLogo{
	width: 40%;
	position: absolute;
	bottom: -90px;
	margin: 0 10% 0 50%;
	text-align: center;
	pointer-events: none;
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	.anfiFooterLogo{
		bottom: -76px;
		margin: 0 30% 0 30%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.anfiFooterLogo{
		bottom: -55px;
		margin: 0 30% 0 30%;
	}
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
	.anfiFooterLogo{
		bottom: -46px;
		margin: 0 30% 0 30%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
	.anfiFooterLogo{
		bottom: -33px;
		margin: 0 30% 0 30%;
	}
}

@media only screen and (max-width: 480px) {
	.anfiFooterLogo{
		bottom: -50px;
		width: 60%;
		margin: 0 auto 0 16%;
	}
}

.col_left_shippingInfo{
	margin-top: 4.5em;
}

.col_left_shippingInfo table td{
	padding-right: 1em;
}

.col_left_shippingInfo table tr td:last-child{
	text-align: right;
}

.col_left_shippingInfo table{
	margin-bottom: 1em;
}

.col_left_shippingInfo .shippingImage{
	width: 60%;
}

.footer #subscribe-form label{
	padding-right: 0.3em;
}

#review-buttons-container{
	margin-top: 0; /* Korrigiert fehlerhaften Abstand über den Buttons im letzten Checkout-Schritt. */
}

.footer-primary.footer.container .feature{
	line-height: 17px;
	height: 38px;
}

.footer-primary.footer.container .feature p.one-liner{
	padding-top: 9px;
}

.footer-primary.footer.container h6.block-title.heading{
	font-size: 157%;
}

.footer-primary.footer.container .collapsible .block-title{
	cursor: auto;
}

.anfiSternchenText{
	text-align: center;
	font-size: 80%;
	color: #999;
}

.anfiSternchenText a{
	color: #999;
}

.tax-details{
	display: none;
}

span.price:after{
	content: "*";
}

@media only screen and (min-width: 960px) {
	.inner-container{
		padding-left: 24px;
		padding-right: 24px;
	}
}

.widget.widget-static-block h6 + hr{
	color: #e5e5e5;
	background: #e5e5e5;
	border: none;
	height: 1px;
}

@media only screen and (min-width: 768px){
	.header-primary.header.container{
		background-color: rgba(255,255,255,0.5);
	}
}
@media only screen and (max-width: 767px) {
	.header-primary-container{
		background-image: url(../images/nav_bg_halbtransparent.png);
		background-repeat: no-repeat;
		background-position: 0 -200%;
	}
}

.error-msg{
	background: rgba(44,184,203,0.3) !important;
	background-image: none !important;    
	padding: 25px 25px 25px !important;
	color: #000;
}

.std a{
	color: #2CB8D6;
}

.std a:hover{
	color: #999;
}


