/*
=======================================================
=== Allgemein
=======================================================
*/
main {
	margin-bottom: 60px;
}
.homepage main {
	margin-bottom: 0;
}
.position-relative {
	position: relative;
}
.col-main {
	min-height: 250px;
}
#infotext-container #error-container .alert,
#infotext-container #info-container .alert {
	margin-top: 25px;
	margin-bottom: 0;
}
/*body.catalog-page #infotext-container #error-container .alert, 
body.catalog-page #infotext-container #info-container .alert,
body.product-page #infotext-container #error-container .alert,
body.product-page #infotext-container #info-container .alert {
    margin-top: 0;
	margin-bottom: 21px;
}*/
	

/*
=======================================================
=== Hintergrundfarbe für alle Seiten richtig setzen
=======================================================
*/
main {
    background-color: #fff;
}
body.homepage main {
    /*background-color: #eae7de;*/
	background-color: #2B2024;
}


/*
=======================================================
=== Schattierungen über Stimmungsbildern
=======================================================
*/
.intro-block .intro-img:after,
.mood-img-block:after,
.bg-img-text-block .bg-img:after,
.tiles-block .tile:hover:after,
.img-overlay {
	content: '\A';
    top: 0;
	left: 0;
    height: 100%;
	width: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
	opacity: 0.25;
    /*background: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));*/
	transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}


/*
=======================================================
=== Suchfeld mit Input anpassen
=======================================================
*/
.navigation-meta .navbar-nav .search-form form#searchForm {	
	display: table;
	width: 100%;
	white-space: nowrap;
	position: relative;
}
.navigation-meta .navbar-nav .search-form #searchForm input[type=text] {
    display: table-cell;
}
.navigation-meta .navbar-nav .search-form #searchForm input[type=submit] {
	width: 50px;
    position: absolute;
    right: 0;
    border: 0;
    z-index: 1;
    height: 40px;
}
.navigation-meta .navbar-nav .search-form form#searchForm:after  {
	content: "\f002";
	display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: 22px;
    vertical-align: -14.28571429%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	position: absolute;
	top: 0;
	right: 1px;
	line-height: 28px;
	font-weight: 200;
	padding: 6px 12px;
}
@media (min-width: 768px) {
	.navigation-meta .navbar-nav .search-form form#searchForm:after {
		font-size: 26px;
	}
}
.navigation-meta .navbar-nav .search-form #searchForm .form-control {
	border-right-width: 1px;
}
.navigation-meta .navbar-nav .search-form {
	line-height: initial;
}


/*
=======================================================
=== Intro Layout übernehmen
=======================================================
*/
.intro-block .intro-img .intro-text {
	z-index: 2;
}
.intro-block .intro-img .intro-text .btn-default {
    line-height: 1.42857143;
}
.intro-block .intro-img .intro-text .btn-default:hover {
    border-color: #adadad;
}
.intro-block .intro-img .intro-text h1,
.intro-block .intro-img .intro-text h2 {
	margin-top: 21px;
}
/* Für spezifische Bilder auf Katalogseite */
.intro-block .intro-img {
	overflow: hidden;
}
.intro-block .intro-img img {
	/*width: 100%;*/
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 30%;
	/*position: relative;
	top: -30%;*/
}
.intro-block.small .intro-img {
	background-position: center;
}
@media (max-width: 500px) {	
	body.homepage .intro-block .intro-img h1 {
		font-size: 50px;
	}
}


/*
=======================================================
=== Katalogmenü Ausrichtung ohne pull-right
=== Letzte X Kataloge umschalten
=======================================================
*/
/*.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.navigation-main .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
}*/
#navbar.navigation-main ul.nav > li:nth-last-child(-n+3) ul {
	right: 0;
    left: auto;
}
#navbar.navigation-main ul.nav > li:nth-last-child(-n+3) ul .dropdown-menu {
    left: auto;
    right: 100%;
}

/*
=======================================================
=== Mobile Menü
=======================================================
*/
/* Leere span ausblenden */
.mm-listview-huge .mm-listview>li>span {
	display: none;
}

/*
==============================================================================================================
=== Startseite Kacheln:
===  - Hintergrundfarbe ohne Klasse sondern anhand Positionierung: 1, 2, 3, ...
===  - Bild mit img-Tag
==============================================================================================================
*/
.tiles-block > div:nth-child(6n+1) .tile .bg-color {
	/*background-color: #5E1230;*/
	background-color: #A57053;
}
.tiles-block > div:nth-child(6n+2) .tile .bg-color {
	/*background-color: #414b5f;*/
	background-color: #B98A73;
}
.tiles-block > div:nth-child(6n+3) .tile .bg-color {
	/*background-color: #b38d5d;*/
	background-color: #CAA793;
}
.tiles-block > div:nth-child(6n+4) .tile .bg-color {
	/*background-color: #164A5B;*/
	background-color: #403537;
}
.tiles-block > div:nth-child(6n+5) .tile .bg-color {
	/*background-color: #66574d;*/
	background-color: #514648;
}
.tiles-block > div:nth-child(6n+6) .tile .bg-color {
	/*background-color: #4a254c;*/
	background-color: #63595A;
}
.tiles-block .tile {
	overflow: hidden;
}
.tiles-block .tile .bg-img {
    width: 100%;
}


/*
=======================================================
=== Footer Kontakt-Bereich
=======================================================
*/
.bg-img-text-block .container {
	z-index: 2;
}
.bg-img-text-block .bg-img {
	position: relative;
}
.bg-img-text-block .text-block {
	padding-bottom: 30px;
}


/*
=======================================================
=== Footer Newsletter anpassen
=======================================================
*/
#NewsletterRegistration form {
	white-space: nowrap;
	display: flex;
}
#NewsletterRegistration form input[type=text],
#NewsletterRegistration form button {
	display: table-cell;
}
#NewsletterRegistration form input[type=text] {
	flex: 1 100%;
}
#NewsletterRegistration form button {
	vertical-align: top;
	border: 0;
	flex: 2;
}
#NewsletterRegistration form button:active:focus {
	color: #ffffff;
    background-color: transparent;
}
#NewsletterRegistration form button i {
	font-size: 20px;
}


/*
=======================================================
=== Footer Layout übernehmen
=======================================================
*/
footer .footer-001 h4, footer .footer-001 h5 {
    margin-top: 10.5px;
}
footer .footer-002 {
    line-height: initial;
}


/*
=======================================================
=== Vergleichsliste
=======================================================
*/
.product-compare-title {
	padding: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.product-compare {
	padding-bottom: 50px;
}
#product-compare-table table thead tr th:nth-child(1n+2),
#product-compare-table table tbody tr td:nth-child(1n+2) {
	min-width: 255px;
	max-width: 255px;
	text-align: center;
	vertical-align: middle;
}
#product-compare-table table {
	width: auto !important;
}
#product-compare-table table {
	word-break: break-word;
}
#product-compare-table table thead tr th,
#product-compare-table table tbody tr th,
#product-compare-table table tbody tr td {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#product-compare-table table>thead>tr>th {
    border-bottom: 0px;
    background-color: #c2986e;
    color: #FFF;
    padding: 20px 10px;
}
#product-compare-table table .compare-title {
	background-color: #F0F0F0;
	vertical-align: middle !important;
	min-width: 145px !important;
}
#product-compare-table table tbody tr:last-child th,
#product-compare-table table tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}
#product-compare-table .table {
	margin-bottom: 0px;
}
#product-compare-table table input.qty {
	padding: 8px 5px 8px 15px;
	margin-top: 1px !important;
}
#product-compare-table table button.btn-cart {
	margin-left: 5px;
	background-color: #c2986e;
	color: #fff;
}
#product-compare-table table button.btn-cart:hover {
	background-color: #000;
}
.toplinks>div>div.compare-list>a:before {
    content: '\f03A';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 13px;
    padding-right: 6px;
    color: #fff;
}
.product-block .product-action button.comparelist {
    width: 25%;
    -webkit-box-shadow: -1px 0px 0px 0px #EDEDED;
    -moz-box-shadow: -1px 0px 0px 0px #EDEDED;
    box-shadow: -1px 0px 0px 0px #EDEDED;
    background-color: #fff;
    float: right;
    border: none;
	border-left: 1px solid #EDEDED;
}
.product-block .product-action button.comparelist:hover {
	color: #000000;
}
.btn-comparelist:before {
    content: "\f0db";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 17px;
}

/*
=======================================================
=== Intro-Block für restliche Seiten übernehmen
=======================================================
*/
.intro-block.small {
    height: 38vh;
}
body.catalog-page .intro-block.small,
body.product-page .intro-block.small,
body.contact-page .intro-block.small {
    /*height: 50vh;*/
	height: 65vh;
}
body.catalog-page .intro-block.small .intro-img .intro-text,
body.product-page .intro-block.small .intro-img .intro-text,
body.contact-page .intro-block.small .intro-img .intro-text {
	bottom: 30%;
}
.intro-block.small .intro-img .intro-text {
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    top: initial;
    transform: none;
    bottom: 10%;
    width: 100%;
}
body.catalog-page .col-main,
body.product-page .col-main {
	/*margin-top: 0;*/
}
body.catalog-page .intro-block .intro-img {
    background-image: url(../img/intro/Header-CategoryPage.png);
	background-position: center 25%;
    background-size: cover;
}
body.product-page .intro-block .intro-img {
    background-image: url(../img/intro/Header-SingleProduct.png);
	background-position: center 25%;
    background-size: cover;
}
body.contact-page .intro-block .intro-img {
    background-image: url(../img/intro/Header-Kontakt.png);
	background-position: center 7%;
    background-size: cover;
}

/*
=======================================================
=== Artikelliste
=======================================================
*/
.products-grid .item .item-inner .item-info .info-inner .item-title a {
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
}
.products-grid .item .item-inner .item-info .info-inner .item-title {
    white-space: normal;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    max-height: 70px;
	line-height: 25px;
}
.products-grid .item .item-inner .item-info .info-inner .item-subtitle,
.products-grid .item .item-inner .item-info .info-inner .item-subtitle * {
	font-family: 'Oswald', sans-serif !important;
	font-size: 19px !important;
	font-weight: 300 !important;
    white-space: normal;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    max-height: 75px;
	line-height: 25px;
	display: inline-block;
}
.products-grid .item .item-inner .item-info {
	text-align: left;	
}
.products-grid .item .item-inner .item-info .info-inner .item-content .item-price {
	margin: 10px 0 0 0;
}
.product-block .product-action button.comparelist:after {
	/*background: url(../img/icons/ico-vergleichsliste.svg) no-repeat center !important;
    background-size: 18px !important;*/
	content: url(../img/icons/ico-vergleichsliste.svg);
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 100%;
}
#sort-by li {
	border: 0;
	color: #BBB4A6;
	font-size: 18px;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 300;
}
body.catalog-page .breadcrumbs {
	/*margin-bottom: 32px;*/
}
body.catalog-page .tiles-block {
	margin-top: 0;
	margin-bottom: 30px;
}
body.catalog-page .tiles-block .tile .title {
	font-size: 35px;
}
body.catalog-page .tiles-block .tile .bg-img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
body.catalog-page .subcatalog-sorting {
	margin-bottom: 30px;
}

@media (min-width:768px) and (max-width:991px) {
	.col-md-9 .products-grid #product-list div:nth-child(3n+4) .item,
	.col-md-12 .products-grid #product-list div:nth-child(3n+4) .item {
		clear: both;
	}
	.col-md-12 #loading-content .products-grid #product-list:nth-child(4) {
		display: none;
	}
}
@media (min-width:992px) {
	.col-md-9 .products-grid #product-list div:nth-child(3n+4) .item,
	.col-md-12 .products-grid #product-list div:nth-child(4n+5) .item {
		clear: both;
	}
}
#product-list_loadingImg {
	clear: both;
    margin: 0 auto;
    display: block;
}
#product-list_Empty {
	font-size: 16px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
}
.ajax-product-img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#loading-content .product-block {
	position: relative;
}
/* Bei Filter 3 Kacheln, sonst 4 */
.col-md-9 #loading-content .products-grid #product-list div .item.col-lg-3,
.col-md-9 #loading-content .products-grid #product-list div .item.col-md-3 {
	width: 33.33333333% !important;
}
.col-md-9 #loading-content .products-grid #product-list:nth-child(4) {
	display: none;
}
ul.products-grid.filter-loading:after {
	content: '\A';
    top: 0;
	left: 0;
    height: 100%;
	width: 100%;
    position: absolute;
    z-index: 1;
    background: #fff;
	opacity: 0.6;
	transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
}

/*
=======================================================
=== Breadcrumb
=======================================================
*/
.breadcrumbs {
	font-size: 18px;
    font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 300;
	margin-top: 25px;
	/*margin-bottom: 15px;*/
}
.breadcrumbs, .breadcrumbs a {
	color: #BBB4A6;
}
.breadcrumbs span {
    line-height: 26px;
}
.breadcrumbs #catalog-breadcrumb {
	line-height: 37px;
}


/*
=======================================================
=== Artikeldetails Layout übernehmen
=======================================================
*/
.product-view {
	font-size: 15px;
}
.product-view .product-shop {
	font-family: 'Merriweather Sans', sans-serif !important;
	font-size: 15px;
}
.product-view .product-name h1 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.product-view .product-number {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
}
.product-view .dimension-text {
	/*text-transform: uppercase;*/
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
}
.product-view .short-description {
	margin-top: 15px;
	font-size: 15px;
}
.product-view .short-description * {
	font-family: inherit !important;	
	font-size: inherit !important;
	font-family: 'Merriweather Sans', sans-serif !important;
}
.product-view .demonstration {
	margin-top: 15px;
}
.product-view .demonstration img {
	margin-right: 8px;
}
.product-essential .product-image img {
	margin-bottom: 10px !important;
}
.product-view .stock-info {
	margin-top: 15px;
}
.product-view .stock-info .fa {
	font-size: 18px;
	margin-left: 5px;
	margin-right: 16px;
}
.product-view .stock-info .fa.text-success {
	color: #829F28;
}
.product-view .product-shop .add-to-box {
	margin-top: 15px;
}
.product-view .add-to-cart .qty {
	background-color: #EAE7DE;
	border: 0;
	color: #000;
	height: 55px;
	width: 85px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
.product-view .product-shop .add-to-box .btn-cart {
	height: 55px;
	border: 0 !important;
	margin-left: 1px;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

.product-view .product-shop .add-to-box .add-to-wishlist,
.product-view .product-shop .add-to-box .add-to-comparelist,
.product-view .product-shop .add-to-box .email-to-a-friend,
.product-view .product-shop .add-to-box .question-to-a-product {
	line-height: 55px;
	height: 55px;
	width: 55px;
	border: 0;
	background: none;
	display: inline-block;
	font-size: 24px;
	color: #828282;
}
.product-view .product-shop .add-to-box .btn-cart {
	margin-right: 15px;
}
.product-view .product-shop .add-to-box .add-to-comparelist {
	background: url(../img/icons/ico-vergleichsliste.svg) no-repeat center !important;
    background-size: 30px !important;
}
.product-view .product-shop .add-to-box .question-to-a-product {
	width: 45px;
}
.product-view .product-shop .add-to-box .add-to-wishlist:hover,
.product-view .product-shop .add-to-box .add-to-comparelist:hover,
.product-view .product-shop .add-to-box .email-to-a-friend:hover,
.product-view .product-shop .add-to-box .question-to-a-product:hover {
	background: none;
	color: #000 !important;
	transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.z-content ul {
	list-style: square;
    padding-left: 2em;
    padding-top: 0.5em;
}
.product-collateral .z-content .z-content-inner * {
	font-family: 'Merriweather Sans', sans-serif !important;
	font-size: 15px !important;
}
#youtube-video-list {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
#youtube-video-list iframe,
#youtube-video-list object,
#youtube-video-list embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
=======================================================
=== Artikelpreis
=======================================================
*/
.regular-price .price,
.product-view .product-shop .price {
    font-size: 18px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 500;
	color: #c2986e;
}
.product-view .product-shop .price {
	font-size: 22px;
}


/*
=======================================================
=== Text-Content
=======================================================
*/
#text-content img {
	max-width: 100% !important;
}
#text-content div,
#text-content p,
#text-content span,
#text-content ul,
#text-content ol {
    font-size: 15px !important;
}
#text-content img {
	max-width: 100% !important;
}
#text-content .container-fluid.layout-container {
	padding-left: 0 !important;
    padding-right: 0 !important;
}


/*
=======================================================
=== Artikelverbindungen
=======================================================
*/
.product-link-table {
	float: left;
	clear: both;
	margin-top: 15px;
}
/*.product-link-table thead th {
	background-color: #c2986e;
	color: #fff;
}*/
.product-view .product-link-table .add-to-cart  .qty {
	height: 42px;
	width: 60px;
}
.product-link-table .btn-cart {
	height: 55px;
    border: 0 !important;
    margin-left: 1px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
	background: #c2986e;
    color: #fff;
    text-shadow: none;
    padding: 8px 20px;
    float: left;
    margin-top: 10px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.product-link-table .btn-cart:hover {
	background: #000;
}
.product-view .product-link-table  .stock-info {
    margin-top: 0;
} 
.product-view .product-link-table  .stock-info .fa {
    margin: 0;
} 

	
/*
=======================================================
=== Katalogfilter
=======================================================
*/
#blcSetCatalogFilter .special-cb input[type=checkbox],
#filter-accordion .lineitem input[type=checkbox]  {
	display: none;
}
#blcSetCatalogFilter .special-cb label,
#filter-accordion .lineitem label {
	margin-bottom: 0;
}
#blcSetCatalogFilter .special-cb label:before,
#filter-accordion .lineitem label:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background: #EAE7DE;
	margin-top: 2px;
}
#blcSetCatalogFilter .special-cb input[type=checkbox]:checked + label:before,
#blcSetCatalogFilter .special-cb label:hover:before,
#filter-accordion .lineitem input[type=checkbox]:checked + label:before,
#filter-accordion .lineitem label:hover:before {
	content: "\2713";   
    font-size: 12px;
    color: #000;
    text-align: center;
	line-height: 18px;
}
#blcSetCatalogFilter .special-cb input[type=checkbox]:disabled + label:hover,
#filter-accordion .lineitem input[type=checkbox]:disabled + label:hover {
	cursor: default;
}
#blcSetCatalogFilter .special-cb input[type=checkbox]:disabled + label:hover:before,
#filter-accordion .lineitem input[type=checkbox]:disabled + label:hover:before {
	/*content: "";*/
}
#blcSetCatalogFilter .special-cb input[type=checkbox]:disabled + label,
#filter-accordion .lineitem input[type=checkbox]:disabled + label {
	color: #ccc;
}
#blcSetCatalogFilter .special-cb label:hover:before,
#filter-accordion .lineitem label:hover:before {
    color: #AEAFB1;
}
#blcSetCatalogFilter label:hover {
    cursor: pointer;
}
#blcSetCatalogFilter #range-slider-container label:hover {
	cursor: inherit;
}
#blcSetCatalogFilter #range-slider-container label:before {
	content: '' !important;
	display: none !important;
}

#blcSetCatalogFilter .ui-slider {
	margin: 0 6px;
}
#blcSetCatalogFilter #range-slider-inputs {
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
}
#blcSetCatalogFilter input.filter-range {
    font-size: 15px;
    font-weight: normal;
    margin: 0 !important;
    padding: 10px 5px 10px 15px;
    width: 30px;
    background: #fff;
    border: 1px solid #EAEAEA;
    outline: none;
    color: #333;
    width: 70px;
}
#blcSetCatalogFilter .button {
	float: right;
	display: block;
	margin-top: 10px;
	background: #919396;
	color: #fff;
	border: 0 !important;
}
#blcSetCatalogFilter .button i { 
	line-height: 20px;
}
#range-slider-container .ui-widget-header {
	background: #000 !important;
}
#range-slider-container .ui-state-default, #range-slider-container .ui-widget-content .ui-state-default, #range-slider-container .ui-widget-header .ui-state-default, #range-slider-container .ui-button, html #range-slider-container  .ui-button.ui-state-disabled:hover, html #range-slider-container .ui-button.ui-state-disabled:active {
	background: #919396 !important;
}
#range-slider-container .ui-state-active, #range-slider-container .ui-widget-content .ui-state-active, #range-slider-container .ui-widget-header .ui-state-active {
	background: #F19A17 !important;
	border: 0 !important;
}
#blcSetCatalogFilter #range-slider-container {
	width: 100%;
	display: block;
	float: left;
}


/*
=======================================================
=== Katalogfilter - Tooltips
=======================================================
*/	
.filter-tooltip-container .filter-tooltip .tooltip-content {
	display: none;
}
.filter-tooltip-container .filter-tooltip i {
	font-size: 16px;
}	
.filter-tooltip-container .tooltip .tooltip-inner {
	max-width: 250px;
	width: 250px;
	text-align: left;
	padding: 12px;
}	
	
	
/*
=======================================================
=== Anmeldung
=======================================================
*/
#registered-users #frm11692ErrText {
	margin-top: 10px;
}


/*
=======================================================
=== Merkliste
=======================================================
*/
#shopping-cart-table .wishlist .btn-cart {
	height: 40px;
    border: 0 !important;
    margin-left: 1px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
	background-color: #c2986e;
	color: #fff;
	text-shadow: none;
    padding: 8px 20px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
#shopping-cart-table .wishlist .btn-cart:hover {
	background-color: #000;
}
#shopping-cart-table .wishlist input.qty {
	background-color: #EAE7DE;
    border: 0;
    color: #000;
    height: 40px;
    width: 65px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
	padding: 0 15px 0px 15px;
	text-align: center;
	border-radius: 2px;
}


/*
=======================================================
=== Energieetiketten
=======================================================
*/
.energy-label-container {
	display: inline-block;
    float: right;
	line-height: 27px;
}
.energy-label-container .energy-label-detail {
	display: none;
}
/*.energy-label-container .tooltip-inner {
    max-width: 200px;
    width: 200px;
	background-color: #fff;
	border: #ddd 1px solid;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
.energy-label-container .tooltip.left .tooltip-arrow {
	border-left-color: #fff !important;
	z-index: 999;
	border-size: 10px;
}*/
.energy-label-container .energy-label {
	cursor: pointer;
}
.energy-label-container .popover-title {
	display: none;
}
.energy-label-container .popover-content {
	padding: 10px 35px 10px 10px;
}
.energy-label-container .popover-content img {
	max-width: 200px;
}
.energy-label-container .popover-content button.close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
}
.energy-label-container .popover {
	z-index: 990;
}
/* Artikeldetails */
.product-shop .energy-label-container {
	display: block;
	float: left;
	line-height: inherit;
	margin-top: 15px;
}


/*
=======================================================
=== Layoutanpassungen 15.02.2023
=======================================================
*/
.navbar {
	/* Farbe: #251e20 mit 70% Deckkraft */
	background-color: rgba(37, 30, 32, 0.7);
}
.navbar.fixed-bg {
	background-color: rgba(37, 30, 32, 0.7);
}
.bg-img-text-block .bg-img {
    background-image: url(../img/kontakt/Coffee-Contact-section.png);
	padding-bottom: 31%;
	background-position: initial;
}
footer .footer-001 {
	background-image: url(../img/footer/Footer-Background.png);
}
.navigation-meta .navbar-nav .navigation-language {
	/* Neu immer anzeigen */
	display: block !important;
	padding-right: 8px;
}
@media (min-width: 768px) and (max-width: 992px) {
	.navigation-meta .navbar-nav .search-form {
		width: 280px;
	}
	.navbar-brand {
		height: 80px;
	}
}
@media (min-width: 992px) {	
	.navigation-meta .navbar-nav .navigation-language {
		padding-right: 20px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand svg {
		width: 250px;
		height: 95px;
	}
	.navigation-meta .navbar-nav .navigation-language {
		padding-right: 54px;
	}
}
.navigation-meta .navbar-nav .navigation-language .dropdown-toggle span {
    padding-right: 10px;
    font-size: 20px;
}
.navigation-meta .navbar-nav .navigation-language .dropdown-menu {
	background: #251e20;
	padding: 5px 10px;
	position: absolute;
}

	
/*
=======================================================
=== Responsive
=======================================================
*/
@media(min-width:1200px){
	
}
@media(max-width: 1199px){
	.add-to-cart > div > .cart-section {
		width: 100%;
		margin-bottom: 5px;
	}
	.product-view .product-shop .add-to-box .btn-cart {
		margin-right: 0;
	}
	/* Hide Text */
	.product-view .product-link-table .stock-info {
		font-size: 0;
	}
	.product-view .product-link-table .stock-info i {
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media(min-width:992px){
	/*#sort-by {
		position: absolute;
		top: -70px;
		right: 0;
	}*/
	
	/* Verbreitern, damit Sprachschalter Menü nicht überlappt */
	.navigation-meta .navbar-nav .search-form {
		width: 430px;
	}
	
	.product-link-table {
		overflow: visible;
	}
}
@media(max-width: 991px){
    .navigation-meta .navbar-nav .search-form #searchForm input[type=submit],
	.navigation-meta .navbar-nav .search-form form#searchForm:after {
		right: 16px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media(min-width:768px){
	/*
	=======================================================
	=== Artikeldetails: Tabs 
	=======================================================
	*/
    .z-tabs.horizontal {
		font-size: 17px !important;
	}
	.z-tabs.horizontal.z-rounded>ul.z-tabs-nav>li.z-first, .z-tabs.horizontal.z-rounded>ul.z-tabs-nav>li.z-first>a.z-link,
	.z-tabs.horizontal.z-rounded>ul.z-tabs-nav>li.z-last, .z-tabs.horizontal.z-rounded>ul.z-tabs-nav>li.z-last>a.z-link,
	.z-tabs.horizontal.top-left.z-rounded>.z-container {
		border-radius: 0 !important;
	}
	.z-tabs.white>ul.z-tabs-nav>li {
		width: calc(100% / 3) !important;
	}
	/*.z-tabs.horizontal>ul.z-tabs-nav>li {
		margin: 0px 0px 0px 0px !important;
		border-right: 8px solid #fff !important;
	}*/
	/*.z-tabs.horizontal>ul.z-tabs-nav>li:last-child {
		border-right: 0 !important;
	}*/
	.z-tabs.horizontal.top-left.z-shadows>ul.z-tabs-nav li,
	.z-tabs.white>ul.z-tabs-nav>li {
		background: #fff !important;			
	}
	.z-tabs.horizontal.top-left.z-shadows>ul.z-tabs-nav li.z-active,
	.z-tabs.white>ul.z-tabs-nav>li.z-active {
		background: #fff !important;	
	}
	.z-tabs.white>ul.z-tabs-nav>li a.z-link {
		color: rgba(0, 0, 0, 0.6) !important;
		text-shadow: none !important;
		font-size: 20px !important;
		font-weight: normal !important;
		padding: 15px 20px !important;
		text-transform: uppercase !important;	
	}
	.z-tabs.white>ul.z-tabs-nav>li.z-active a.z-link {
		color: rgba(0, 0, 0, 1) !important;
	}
	.z-tabs.horizontal.z-rounded>ul.z-tabs-nav>li>a.z-link {
		font-family: 'Oswald', sans-serif !important;
		font-size: 18px !important;
		font-weight: 600 !important;
		letter-spacing: 1px !important;
	}
	/*.z-tabs.vertical>.z-container>.z-content>.z-content-inner, .z-tabs.horizontal>.z-container>.z-content .z-content-inner {
		background: #EBEDED;
	}    */
}
@media(max-width:767px){
        
}
@media (max-width: 480px) {
	.col-md-9 #loading-content .products-grid #product-list div .item.col-lg-3,
	.col-md-9 #loading-content .products-grid #product-list div .item.col-md-3 {
		width: 100% !important;
	}
	.accordion-filter .panel-body select {
		width: 100% !important;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	body.catalog-page .intro-block.small .intro-img h1 {
		font-size: 35px;
	}
	/* Kachel-hover auf Startseite begrenzen (Bild nicht genug hoch) */
	.tiles-block .tile {
		max-height: 340px;
	}
}
/* iPhone 5/SE */
@media (max-width: 320px) {
	/* Überschrift auf Startseite verkleinern, damit nicht mit Suchfeld überlappend */
	.intro-block .intro-img h1 {
		font-size: 61px;
	}
	/* Kachel-hover auf Startseite begrenzen (Bild nicht genug hoch) */
	.tiles-block .tile {
		max-height: 285px;
	}
}







