/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
.product-prices .tax-shipping-delivery-label .delivery-information {
	font-size: 1.25em;
	color: #2fb5d2;
}

 .js-address-form #invoice-address .col-md-3 {
	 width: 26%
 }
 
 .address-form .js-address-form .form-fields .col-md-3 {
	 width: 16%;
	 text-align: left;
 }

.product-variants-item .sr-only {
	position: relative;
	margin-left: 2em;
}

.product-variants-item .float-xs-left {
	float: none !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1410px;
        max-width: 100%;
    }
}

/** Layout **/

#wrapper {
    background: #F8F8F8;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.11);
    padding-top: 0;
}

#wrapper .breadcrumb {
    padding-top: .875em;
    /*    padding-left: 15px;
    padding-right: 15px;*/
}

.header-top .container {
    max-width: 1410px;
}

.header-nav .container .row {
    margin: 0;
}

/** allgemein **/

#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container {
    box-shadow: none;
}

.block-categories a,
.h1, .h2, .h3, .h6, h6 {
    color: #00338F;
}

.text-uppercase {
    text-transform: none !important;
}

/** Header header.tpl **/ 

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.11);
}

#wrapper {
    margin-top: 140px;
    box-shadow: none;
}

#header .header-nav {
    border-bottom: 1px solid #f1f1f1;
    max-height: 40px;
    background: #F4F4F4;
    margin-bottom: 0;
}

#header .header-top {
    padding-top: 0;
    padding-bottom: 0;
}

#header .header-top .top-menu li a {
    line-height: 82px;
}

#header .header-top .top-menu .top-menu li a {
    line-height: 40px;
    color: #FFF;
}

#header .header-nav a {
    
    font-size: 14px;
}

#header .header-top .menu {
    margin-bottom: 0;
	padding-left: 0;
}

#header .header-nav #_desktop_contact_link #contact-link,
#header .header-nav .user-info {
    margin-top: 8px;
}

#_desktop_contact_link #contact-link {
    font-weight: 600;
    color: #01B1EC;
}

.header-nav .col-xs-12,
.header-nav .col-md-7 {
    padding-left: 0;
    padding-right: 0;
}

#header .header-nav .blockcart {
    padding: 6px 10px;
    font-size: 14px;
    height: 38px;
}

.top-menu {
    margin-top: 10px;
    margin-bottom: 0;
}

#_desktop_logo {
    margin-top: 20px;
}

#header .header-top .search-widget {
    margin-top: 30px;
    min-width: inherit;
}

.carousel {
    box-shadow: none;
}

/** Navigation **/

#header .header-top a[data-depth="0"] {
    text-transform: none;
}

.top-menu a[data-depth="0"] {
    font-weight: 500;
}

#header .menu, #header .menu>ul>li {
    float: left;
}

/** subnavigation**/

.popover.sub-menu {
    top: 101px;
    background: #01B1EC; 
    color: #FFF;
}

.top-menu .sub-menu {
    box-shadow: none;
}

/** footer **/

.footer-container {
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.11);
    background: #01B1EC;
    padding-top: 3em;
    font-size: 85%;
}

.footer-container li a {
    color: #FFF;
}

.footer-container li a:hover,
.footer-container li a:active,
.footer-container li a:focus {
    color: #FFF;
    text-decoration: underline;
}

.footer-container .h3.myaccount-title a,
.footer-container .h3 {
    color: #FFF !important;
    text-transform: uppercase !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
}

.footer-container .h3 {
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.block-contact a,
.block-contact {
    color: #FFF;
}

.block-contact .block-contact-title {
    text-transform: uppercase !important;
    color: #FFF;
}

/** Breadcrumb **/

#wrapper .breadcrumb li a {
    color: #AAA;
    font-size: 12px;
}

#wrapper .breadcrumb li:after {
    font-size: 12px;
    color: #01B1EC;
}

/** Headlines **/

#products .products-section-title, 
.featured-products .products-section-title, 
.product-accessories .products-section-title, 
.product-miniature .products-section-title {
    text-align: left;
    background: rgb(0,177,235);
    color: #FFF;
    padding: 10px 20px;
}

/** Slider **/

.carousel .carousel-inner {
    height: auto;
    
}

/** newsletter **/

#checkout .block_newsletter {
    margin-top: 2em;
}

/** Card / Contact **/

.card {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.11);
    border: 0;
}

.cart-grid {
    padding-top: 1em;
}

/** left sidebar **/

.products-sort-order .select-title,
.page-order-detail .box,
#search_filters, 
#search_filters_brands, 
#search_filters_suppliers,
.block-categories {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.11);
}

/** Home/Category **/

#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container {
    width: 256px;
}

#products .all-product-link, 
.featured-products .all-product-link, 
.product-accessories .all-product-link, 
.product-miniature .all-product-link {
    background: #00338F;
    color: #FFF;
    padding: 10px 30px;
}

.page-prices-drop #wrapper {
    padding-top: 50px;
}

#block-newsletter-label {
    padding-top: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #00338F;
    font-weight: 700;
}

.block_newsletter p.explanation {
    font-size: 13px;
    line-height: 1.5;
}

/** Product full **/

#product #content {
    margin: 0;
    max-width: 650px;
}

.product-additional-info .social-sharing,
.payment-options .payment-option img {
    display: none;
}

.product-price.h5 {
    font-size: 3rem;
}

.product-description table {
    margin-bottom: 2em;
}

.product-description table td {
    border: 1px solid rgba(0,0,0,.1);
    padding: .5em;
}

#main .images-container .js-qv-mask {
    width: 100%;
    white-space: initial; 
}

.product-cover {
    width: 100%;
    float: right;
}

.product-accessories {
    margin-top: 2em;
    margin-left: -15px;
}

.product-accessories .h5 {
    margin-left: 15px;
    margin-bottom: 1em;
}

/** Product Category **/

#category .product-miniature .highlighted-informations,
#category .product-miniature .product-description,
#category .product-miniature .thumbnail-container {
    width: 238px !important;
}

#category .product-miniature img {
    max-width: 232px; 
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 400;
}

#pagenotfound .page-not-found, #products .page-not-found {
    max-width: 100%;
}

/** checkout **/

body#checkout #header .header-nav {
    padding: 0;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.11);
}

body#checkout #wrapper {
    margin-top: 100px;
    padding-top: 40px;
}

body#checkout #_desktop_logo {
    padding-bottom: 20px;
}

body#checkout #footer {
    padding: 0;
}

body#checkout section#content {
    padding-top: 1em;
}

body#checkout section.checkout-step {
    box-shadow: 0 1px 1px rgba(0,0,0,.11);
}

/** cms sites **/

#wrapper .breadcrumb[data-depth="1"] {
    display: block;
}

#index #wrapper .breadcrumb[data-depth="1"] {
    display: none;
}

div.aeuc_footer_info {
    text-align: left;
    color: #FFF;
}

div.aeuc_footer_info a {
    color: #FFF;
}

.product-description table td {
    font-size: .9375rem;
    color: #7a7a7a;
    font-family: Noto Sans,sans-serif;
    -webkit-font-smoothing: antialiased;
}

.contact-link span {
    margin-right: 10px;
}

#header {
    color: #232323;
}

#header .material-icons {
    color: #7a7a7a;
}

#header .header-nav #menu-icon {
	margin: 1.5rem 1rem 0;
}

.footer-container .search-widget {
	display: none;
}

@media only screen and (max-width: 1359px) {
    .col-md-5 {
        width: 53.66667%;
    }
    .col-md-7 {
        width: 43.66667%;
    }
    #header .header-top .search-widget {
        float: none;
    }
}
@media only screen and (max-width: 1261px) {
    #header .header-top .search-widget {
        width: 30%;
        margin-top: 30px;
        margin-left: 1em;
    }
    .header-top .col-md-3 {
        width: 100%;
    }
    .header-top .col-md-9 {
        width: 80%;
    }
    #_desktop_logo {
        margin-top: 27px;
    }
}
@media only screen and (max-width: 1223px) {
    #header .header-top .search-widget {
        width: 25%;
    }
}
@media only screen and (max-width: 1200px) {
    .product-cover {
        float: none;
        width: 100%;
    }
    
    #main .images-container .js-qv-mask {
        width: 100%;
    }
    
    .product-images>li.thumb-container {
        float: left;
        width: auto;
    }
}
@media only screen and (max-width: 1175px) {
    #header .header-top .search-widget {
        width: 20%;
    }
}
@media only screen and (max-width: 1144px) {
    #header .header-top .search-widget {
        width: 20%;
    }
}
@media only screen and (max-width: 1075px) {
    #header .header-top .search-widget {
        width: 18%;
    }
}
@media only screen and (max-width: 1049px) {
    #header .header-top .search-widget {
        width: 15%;
    }
}

@media only screen and (max-width: 1023px) {
    .header-top .col-md-3 {
        width: auto;
    }
    .header-top .col-md-9 {
        width: auto;
    }
    #_desktop_logo {
        margin-top: 1.3em;
    }
}

@media only screen and (max-width: 990px) {
    .container {
        width: 100%;
    }
}

@media only screen and (max-width: 981px) {
    #header .header-top .search-widget {
        width: 15%;
		font-size: .7em;
    }
}

@media only screen and (max-width: 953px) {
    .header-top .col-md-3 {
        width: 25%;
    }
    .header-top .col-md-9 {
        width: 75%;
    }
    #_desktop_logo {
        margin-top: 25px;
    }
    #header .header-top .top-menu li a {
        font-size: .9em;
    }
}
@media only screen and (max-width: 950px) {
    #header .header-top .search-widget {
        width: 15%;
    }
}

@media only screen and (max-width: 923px) {
    #header .header-top .search-widget {
        width: 12%;
    }
}

@media only screen and (max-width: 831px) {
    #header .header-top .top-menu li a {
        font-size: 1em;
    }
}

.has-discount .discount,
#products .product-miniature .discount-amount.discount-amount, 
#products .product-miniature .discount-amount.discount-percentage, 
#products .product-miniature .discount-percentage.discount-amount, 
#products .product-miniature .discount-percentage.discount-percentage, 
#products .product-miniature .on-sale.discount-amount, 
#products .product-miniature .on-sale.discount-percentage, 
#products .product-miniature .online-only.discount-amount, 
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .pack.discount-amount, 
#products .product-miniature .pack.discount-percentage, 
#products .product-miniature .product-flags .new.discount-amount, 
#products .product-miniature .product-flags .new.discount-percentage, 
.featured-products .product-miniature .discount-amount.discount-amount, 
.featured-products .product-miniature .discount-amount.discount-percentage, 
.featured-products .product-miniature .discount-percentage.discount-amount, 
.featured-products .product-miniature .discount-percentage.discount-percentage, 
.featured-products .product-miniature .on-sale.discount-amount, 
.featured-products .product-miniature .on-sale.discount-percentage, 
.featured-products .product-miniature .online-only.discount-amount, 
.featured-products .product-miniature .online-only.discount-percentage, 
.featured-products .product-miniature .pack.discount-amount, 
.featured-products .product-miniature .pack.discount-percentage, 
.featured-products .product-miniature .product-flags .new.discount-amount,
.featured-products .product-miniature .product-flags .new.discount-percentage, 
.product-accessories .product-miniature .discount-amount.discount-amount, 
.product-accessories .product-miniature .discount-amount.discount-percentage, 
.product-accessories .product-miniature .discount-percentage.discount-amount, 
.product-accessories .product-miniature .discount-percentage.discount-percentage, 
.product-accessories .product-miniature .on-sale.discount-amount, 
.product-accessories .product-miniature .on-sale.discount-percentage, 
.product-accessories .product-miniature .online-only.discount-amount, 
.product-accessories .product-miniature .online-only.discount-percentage, 
.product-accessories .product-miniature .pack.discount-amount, 
.product-accessories .product-miniature .pack.discount-percentage, 
.product-accessories .product-miniature .product-flags .new.discount-amount, 
.product-accessories .product-miniature .product-flags .new.discount-percentage, 
.product-miniature .product-miniature .discount-amount.discount-amount, 
.product-miniature .product-miniature .discount-amount.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-amount, 
.product-miniature .product-miniature .discount-percentage.discount-percentage, 
.product-miniature .product-miniature .on-sale.discount-amount, 
.product-miniature .product-miniature .on-sale.discount-percentage, 
.product-miniature .product-miniature .online-only.discount-amount, 
.product-miniature .product-miniature .online-only.discount-percentage, 
.product-miniature .product-miniature .pack.discount-amount, 
.product-miniature .product-miniature .pack.discount-percentage, 
.product-miniature .product-miniature .product-flags .new.discount-amount,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
    background-color: red;
}

#order-slips-link {
    display: none !important;
}

#header .header-top #lnk-angebote a[data-depth="0"],
.block-promo .cart-summary-line .label, .block-promo .promo-name,
.has-discount.product-price, .has-discount p {
    color: red;
}

#header .header-top #lnk-angebote a[data-depth="0"] {
    font-weight: bold;
}

.product-description ul {
    margin-left: 1.5em;
}

.product-description li {
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400;
}

.shipping-amount-display.product,
.shipping-amount-display.checkout {
    border: 2px solid lightgrey;
    padding: 3em 2.5em 1.5em;
}


/**
BUG FIXES SAFARI
**/
#header .header-nav .user-info:not(*:root),
#header .header-nav .user-info:not(*:root) {
    padding-top: 8px;
    margin-top: 0;
}
#main .images-container .js-qv-mask:not(*:root) {
    width: 90%;
}

.product-quantity:not(*:root) {
    display: block;
}
.product-quantity .qty:not(*:root) {
    display: inline;
}
.bootstrap-touchspin:not(*:root) {
    display: table;
}

@media only screen and (max-width: 1295px) {
	#wrapper {
		margin-top: 219px;
	}
    #header .header-top .search-widget {
        width: 18%;
    }
    .header-top .col-md-9:not(*:root) {
        width: 80%;
    }
    
}
@media only screen and (max-width: 1152px) {
    #header .header-top .search-widget:not(*:root) {
        width: 22%;
    }
}
@media only screen and (max-width: 1108px) {
    #header .header-top .search-widget:not(*:root) {
        width: 18%;
    }
    #header .header-top .search-widget form input::placeholder:not(*:root) {
        font-size: .8em;
    }
}
@media only screen and (max-width: 1056px) {
    #header .header-top .search-widget:not(*:root) {
        width: 15%;
    }
    #header .header-top .search-widget form input::placeholder:not(*:root) {
        font-size: .7em;
    }
}
@media only screen and (max-width: 1025px) {
    .col-md-5 {
        width: 49.66667%;
    }
    .col-md-7 {
        width: 49.66667%;
    }
    #header .header-top .search-widget:not(*:root) {
        width: 15%;
    }
}

@media only screen and (max-width: 1025px) {
    #header .header-top .search-widget:not(*:root) {
        width: 13%;
		margin-top: 30px;
    }
	.search-widget form input[type=text],
	.search-widget form input[type=text]:focus,
	.search-widget form input[type=text]:active,
	.search-widget form input[type=text]:hover {
		font-size: .8em;
	}
	#contact-link {
		font-size: .9em;
	}
	#header .header-top .search-widget {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1250px) {
    #header .header-top .search-widget {
        width: 17%;
    }
}
@media only screen and (max-width: 1240px) {
    #header .header-top .search-widget {
        width: 14%;
    }
}
@media only screen and (max-width: 1219px) {
    .header-top .col-md-9:not(*:root) {
        width: 100%;
    }
    #header .header-top .search-widget {
        width: 30%;
    }
}
@media only screen and (min-width:1064px) and (max-width: 1374px) {
	.js-address-form #invoice-address .col-md-3 {
		width: 35%;
	}
}
@media only screen and (max-width: 1200px) {
    .container {
        width: 1410px;
        max-width: 100%;
    }
}
    
@media only screen and (max-width: 1182px) {
    #header .header-top .search-widget {
        width: 25%;
    }
}

@media only screen and (max-width: 1160px) {
    #header .header-top .search-widget {
        width: 22%;
    }
}
@media only screen and (max-width: 1063px) { 
	.address-form .js-address-form .form-fields .col-md-3 {
		width: 24%;
		text-align: left;
		float: left;
	}
	 .js-address-form #invoice-address .col-md-3 {
		width: 100%;
		float: left;
	}
    .col-md-5 {
        width: 56.66667%;
    }
    .col-md-7 {
        width: 40.66667%;
    }
}
@media only screen and (max-width: 1001px) {
    #header .header-top .search-widget {
        width: 19%;
    }
}

@media only screen and (max-width: 984px) {
    #header .header-top .search-widget:not(*:root) {
        width: 11%;
    }
	.search-widget form input[type=text],
	.search-widget form input[type=text]:focus,
	.search-widget form input[type=text]:active,
	.search-widget form input[type=text]:hover	{
		font-size: 0;
	}
}

@media only screen and (max-width: 907px) {
    #header .header-top .search-widget {
        width: 40%;
    }
	#contact-link {
		font-size: .8em;
	}
	#header .header-top .search-widget {
		margin-top: 0;
	}
}

@media only screen and (max-width: 906px) {
	#contact-link {
		font-size: .8em;
	}
	#header .header-top .search-widget {
		margin-top: 0;
	}
}

@media only screen and (max-width: 890px) {
    #header .header-top .search-widget:not(*:root){
		display: inline-block;
    }
	#contact-link {
		font-size: .8em;
	}
	#header .header-top .search-widget {
		margin-top: 0;
	}
}




/** iPad Mini Querformat **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
    #_desktop_contact_link #contact-link a {
        font-weight: 600;
        color: #01B1EC;
        font-size: inherit;
    }
    .popover.sub-menu {
        top: 97px;
    }
    #header .header-top .search-widget {
        display: none;
    }
}

/** iPad Mini Hochformat **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {
    #_desktop_contact_link #contact-link a {
        font-weight: 600;
        color: #01B1EC;
    }
    #_desktop_contact_link #contact-link {
        font-size: .55em;
    }
    .popover.sub-menu {
        top: 97px;
    }
}

@media only screen and (max-width: 767px) {
	
	#header .header-nav .top-logo {
		padding-top: 2em;
	}
	
	.top-logo h1 {
		padding: 0;
	}
	
	.footer-container .search-widget {
		display: inline-block;
		margin: 0 0 1em .7em;
		width: 92.5%;
	}
	
	.search-widget form input[type=text],
	.search-widget form input[type=text]:focus,
	.search-widget form input[type=text]:active,
	.search-widget form input[type=text]:hover {
		font-size: 1em;
		width: 100%;
	}
	
    #header .header-nav #menu-icon .material-icons {
        font-size: 3em;
        line-height: 1.7em;
    }
    #header .header-top .top-menu li a {
        font-size: inherit;
    }
    #header .header-top,
    #header .header-nav {
        background: #FFF;
        border: 0;
    }
    #header {
        height: 100px;
        background: #FFF;
    }
    
    #wrapper {
        margin-top: 120px;
    }
	
	#header .header-top .search-widget:not(*:root) {
		display: none;
	}
    
    .footer-container .h3 {
        border: 0;
    }
    
    h1, h2, h3, h4, h5, h6 {
        padding-top: 20px;
    }
    
    #custom-text {
        padding: 10px;
        line-height: 1.5;
    }
    
    .card {
        background: #FFF;
    }
    
    .js-cart,
    .cart-summary {
        padding: 10px;
    }
    
    .block-promo .promo-code-button {
        padding-left: 0;
        text-align: right;
        display: block;
    }
    
    #header .header-top .top-menu .top-menu li a {
        color: #333;
    }
    
    #header .header-top .top-menu li a {
        line-height: inherit;
    }
    
    #mobile_top_menu_wrapper {
        margin-top: 50px;
    }
    
    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
        display: none;
    }
    
    .product-line-actions .col-md-6 {
        padding: 0;
    }
    
    .cart-detailed-actions .btn-primary {
        margin-top: 1em;
    }
    
    body#checkout #header .header-nav .logo {
        max-height: 50px;
    }
    
    body#checkout #header .header-nav {
        box-shadow: none;
    }
    
    body#checkout section.checkout-step .payment-options label {
        display: inline;
    }
    
    .card-block {
        padding: 10px;
    }
    
    #products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
        margin-top: 0;
    }
    
    #_desktop_contact_link #contact-link {
        font-size: .625em;
    }
	
	#header .header-nav {
		max-height: 80px;
	}
	.hidden-sm-down {
  		display:none!important
 	}
	
	.header-top .container {
		max-width: 100%;
	}
	#header .header-top .top-menu .top-menu li a {
		line-height: 1em;
		margin-left: .5em;
	}
}

#_mobile_search {
	margin-right: .1em;
}

/**
BUG FIXES SAFARI
**/

.cc-compliance > .cc-btn {
    flex: none !important;
}