/*
	Theme Name: Feuerlöscher 24 Shop
	Theme URI: https://inoya.de
	Description: Feuerlöscher 24 Wordpress Theme
	Author: INOYA
	Version: 1.1 (MUSS AUCH IN DER FUNCTIONS.PHP AKTUALISIERT WERDEN)
*/

/*-------------------------------
[Table of contents]
	Blau #0F3E7CHzDVhBn!_dF
	
1. Allgemein
2. WooCommerce Standard INOYA
3. General
	3.1  Footer
	3.2  Single Product
	3.3  WooCommerce Notices Wrapper
	3.4  Cart
	3.5  Checkout
	3.6  Bestätigung
	3.7  Shop
	3.10 Marquee
	3.11 Category Seite
	3.12 Mein Konto
	3.13 Passwort Auge
4. Inhaltselemente
	4.1 Bild + Text
	4.2 Background Banner
	4.3 Kategorien
	4.4 Kategorie + Content
  4.5 FAQs
  4.6 Produkte
  4.7 Call to Action
  4.8 Kontaktfeld
5. Shortcodes
6. Footer
7. Single Produktdetailseite
8. Warenkorb
9. Kasse
10. Kategorie Seite
11. Header
12. Top Header
13. Warenkorb
-----------------------------------*/

:root {
  --fontFamily: 'Inter';
  --fontFamilyBold: 'Inter Bold';
  --fontSchreibschrift: 'Caveat';
  --mainColor: #333;
  --optionalColor: #333;
  --weiss-color: #ffffff;
  --blackColor: #111111;
  --fontSize: 16px;
  --transition: .5s;
  --rot-color:#cb0404;
  --gruen-color: #28a745;
  --blau-color: #070577;
  --weiss-color: #fff;
}

.schreibschrift {
  font-family: var(--fontSchreibschrift);
}

.card-header p.h3 {
	font-size: 22px;
}

.card-header {
	padding: 15px;
}

.vcenter {
	align-items: center;
	  align-self: center;
}
.padding-0 {
  padding: 0!important;
}

.text-rot {
	color: var(--rot-color);
}

.alert-danger {
	border-color: var(--rot-color)!important;
  background: var(--rot-color)!important;
  color: #fff!important;
}

.instandhaltungsnachweis_home img {
	width: 300px;
}

.default_content_page .content-area h1,
.default_content_page .content-area h2,
.default_content_page .content-area h3,
.default_content_page .content-area h4 {
	margin-bottom: 20px;
}

.default_content_page .content-area {
	padding-left: 20px;
}

.default_content_page .category-menue {
	margin-top: 0px !important;
}

.page-content {
	padding-left: 20px;
}

.text-gruen {
	color: var(--gruen-color)!important
}

img.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

img.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}

.section-title {
    margin-bottom: 40px;
    position: relative;
}

.kategorie-headline-produkte-auflistung .section-title {
    margin: 0px;
    padding: 0;
}



.fi_einleitungstext h1:first-child,
.fi_einleitungstext h2:first-child,
.fi_einleitungstext h3:first-child,
.fi_einleitungstext h4:first-child,
.fi_einleitungstext h5:first-child,
.fi_einleitungstext p:last-child {
	margin-bottom: 40px;
}

.bg-fbfbfb {
	background-color: #fbfbfb;
}

.bg-dcdcdc {
	background-color: #dcdcdc;
}

.bg-d8daef {
	background-color: #d8daef;
}

.bg-f8f6e1 {
	background-color: #f8f6e1;
}

.woocommerce-MyAccount-content .js_mitgliedsnummer_nachtragen {
	margin-top: 20px;
}


p {
  color: #333;
  font-size: var(--fontSize);
  line-height: 26px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, strong, b {
  font-family: var(--fontFamilyBold);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-bottom: 20px;
}

/*--------     2. WooCommerce Standard INOYA     --------*/

.btn-block { 
	width: 100%;
}


.fi_bild_text .about-content a,
.fi_text a { 
	color: var(--mainColor);
	text-decoration: underline;
	font-weight: bold;
	
}

.fi_text p{
	font-size: 17px;
	margin: 15px 0;
}

.fi_text h1,
.fi_text h2, 
.fi_text h3,
.fi_text h4 {
	margin: 20px 0;
}

.woocommerce-error { 
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.woocommerce .col-1, .woocommerce .col-2{
	max-width:none;
	width:100%;
}

.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2 {
    float: left;
    width: 100%;
}

@media screen and (min-width: 980px) { 
	.woocommerce .checkout .col2-set {
		width: 45%;
		float: left;
	}
}

@media screen and (min-width: 980px) {
	.woocommerce-checkout-review-order {
		width: 52%;
		float: right;
	}
}

/* Checkout */

.wc-gzd-checkbox-placeholder-legal {
	margin-top: 40px;
}



.wc-gzd-checkbox-placeholder-legal span {
	font-size: 13px;
}

.woocommerce form.woocommerce-checkout h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.woocommerce form .form-row label,
.woocommerce form .form-row .woocommerce-input-wrapper,
.woocommerce form .form-row .input-text {
    width: 100%;
}

#payment ul {
	margin: 0;
	padding: 0;
}

#payment ul li {
	list-style: none;
}

.woocommerce form .form-row {
    width: 100% !important;
}



.woocommerce form .form-row input.input-text,  
.woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
}


.woocommerce form .form-row label {
	margin-bottom: 10px;
	font-weight: bold;
}




@media screen and (max-width: 979px) {
	
	.custom-checkout h3 {
		width: 100%;
	}
	
}

#ship-to-different-address #ship-to-different-address-checkbox {
	margin-left: 5px;
}

#ship-to-different-address span {
	margin-left: 25px;
}

.woocommerce-Address .edit {
	float: right;
}

/* My Account */

@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */

.woocommerce-MyAccount-navigation {
	width: 22%;
	float: left;
}

.woocommerce-MyAccount-content {
	width: 77%;
	float: left;
	margin-left: 1%;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: var(--mainColor);

}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff; 
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 22px solid transparent;
  border-left: 14px solid var(--mainColor);
  border-bottom: 22px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.woocommerce-MyAccount-navigation ul li.is-active::before { 
	color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 22px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 22px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

.woocommerce-MyAccount-content a.edit {
 display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: var(--mainColor);
  color: var(--weiss-color);
  border-radius: 5px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  padding: 10px 25px;
  font-size: var(--fontSize);
  font-weight: 600;
}

@media screen and (max-width: 979px) {
	
	.woocommerce-MyAccount-navigation {
		width: 100%;
		float: left;
	}

	.woocommerce-MyAccount-content {
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	
	nav.woocommerce-MyAccount-navigation ul {
		width: 100%;
		max-width: 100%;
	}
	
}

.wc_payment_method {
	margin: 20px 0 0 0;
}

#place_order {
	width: 100%;
}
	

/*--------     3. General     --------*/

.form-group label { 
	margin-bottom: 5px;
	font-weight: bold;
}

.mt-20 {
	margin-top: 20px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}


/* 3.2 Single Product */

.single-product .entry-summary form.cart { 
	margin: 20px 0;
}

.wc-block-components-notice-banner__content,
.wc-block-components-notice-banner__content a {
	color: #333;
}

.woocommerce-product-gallery { 
	position: relative;
}

.woocommerce-product-gallery__trigger { 
	position: absolute;
	top: .875em;
    right: .875em;
    display: block;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
	background-color: #eeeeee;
    color: #333333;
	z-index: 999;
	padding: 5px;
    font-size: 20px;
}

.single-product .entry-summary .variations { 
	width: 100%;
}

.single-product .variations .value select { 
	width: 100%;
	margin: 10px 0;
}

.single-product .quantity { 
	margin-top: 10px;
}

.single-product .variations .reset_variations { 
	color: #e84646;
	text-decoration: underline;
}

.single-product .variations .label {
	vertical-align: top;
	padding-top: 10px;
	font-weight: bold;
}

.woocommerce-Price-amount bdi { 
	color: #333;
	font-weight: bold;
}

.related-products li.product { 
	text-align: center;
	list-style: none;
	position: relative;
}

.woocommerce-Price-currencySymbol {
	margin-left: 5px;
}


.related-products li.product .add_to_cart_button { 
	margin-top: 10px;
}

.woocommerce-loop-product__title { 
	font-size: 20px;
	margin-top: 20px;
}

.related-products ul.products-slides { 
	margin: 0;
	padding: 0;
}

.products .price { 
	width: 100%;
	font-size: 20px;
	min-height: 65px;
	display: block;
}

.products .woocommerce-loop-product__title { 
	min-height: 100px;
}

.products .add_to_cart_button { 
	width: 100%;
}

.tab-pane h2 {
	font-size: 28px;
}

.tab-pane h3 {
	font-size: 24px;
}

.tab-pane h4 {
	font-size: 22px;
}

.single-product .woocommerce-variation-price {
	display: none;
}

.single-product .wcfad-main-price.variation_modified p,
.single-product .wcfad-main-price.variation_modified p span {
	font-size: 22px;
}

/* 3.3 WooCommerce Notices Wrapper */
.woocommerce-notices-wrapper > div,
.woocommerce-notice { 
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	background: var(--mainColor);
	margin-bottom: 60px;
	color: #fff;
	border-radius: 4px;
}

.woocommerce-notices-wrapper a { 
	color: #fff;
	text-decoration: underline;
}

/* 3.4 Cart */

.shop_table .actions {
	text-align: right;
    padding: 20px 0;
}

.cart-totals .wc-proceed-to-checkout {
	text-align: center;
}

.cart-empty.woocommerce-info { 
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	padding: 10px 25px;
	display: block;
	margin-top: 10px;
	border-radius: 5px;
	width: 100%;
}

.coupon {
	margin-bottom: 20px;
}

.coupon .button, .woocommerce-form-coupon button {
	background-color: var(--blau-color) !important;
}

.return-to-shop {
	margin-top: 15px;
}

.wp-block-woocommerce-proceed-to-checkout-block {
	margin-top: 20px!important;
}

/* 3.5 Checkout */

.checkbox-legal {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	padding: 10px 20px!important;
	border-radius: 6px;
}

#place_order {
	margin-top: 20px;
}

.woocommerce-shipping-fields {
	margin-top: 20px;
}

#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
}

#shipping_method li {
	margin-bottom: 10px;
	margin-left: 0 !important;
}

#shipping_method label {
	margin-left: 5px;
	font-size: 13px;
}

#shipping_method li:before { 
	content: '';
}

#mailpoet_woocommerce_checkout_optin_field {
	margin-top: 20px;
}

.wc_payment_methods li { 
	padding-left: 0px !important;
}

.wc_payment_methods li::before { 
	content: '' !important;
	list-style: none !important;
}

#order_review_heading { 
	margin-top: 30px;
}

.checkbox-legal,
#mailpoet_woocommerce_checkout_optin_field { 
	font-weight: normal;
	font-size: 13px;
}

.shop_table { 
	margin-top: 20px;
}

p img.aligncenter {
	text-align: center;
}

.woocommerce-form-login-toggle { 
	background-color: #c1251b;
	padding: 20px 15px;
	color: #fff;
	margin: 0 0 20px 0;
	border-radius: 4px;
}

.woocommerce-account-fields .create-account {
	background-color: #c1251b;
	padding:  10px 15px 5px 15px;
	margin-top: 20px;
	color:  #fff;
}

.woocommerce-form-login-toggle a {
	color: #fff;
	text-decoration: underline;
}

.wc-gzd-checkbox-placeholder-data-download,
.wc-gzd-checkbox-placeholder-data-service {
	margin-top:  20px;
	
}

.wc-gzd-checkbox-placeholder-data-download p,
.wc-gzd-checkbox-placeholder-data-service p {
	font-size:  13px;
}


.woocommerce-form-coupon {
	padding: 10px;
}

label[for="cp-date-of-birth-invoice"] {
	margin: 10px 0;
}

.wc-proceed-to-checkout .ppc-button-wrapper {
	margin: 20px 0;
}

.wc-amazon-checkout-message {
	display: none;
}

/* 3.6 Bestätigung */

.woocommerce-notice {
	font-size: 22px;
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;

}

ul.woocommerce-order-overview,
ul.wc-bacs-bank-details {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.woocommerce-bacs-bank-details,
.woocommerce-columns--addresses {
	text-align: center;
	background: #f7f8fa;
	padding: 20px;
	margin: 20px 0;
}

ul.woocommerce-order-overview li,
ul.wc-bacs-bank-details li {
    font-size: 18px;
    margin-bottom: 10px;
}

.wc-bacs-bank-details-account-name {
	margin: 20px 0 0 0;
	font-weight: normal;
	font-size: 18px;
}

.woocommerce-bacs-bank-details h2,
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.wc-bacs-bank-details-heading {
	font-size: 18px!important;
}


.wc-bacs-bank-details-account-name {
	font-size: 19px;
}

.woocommerce-columns--addresses .col-1,
.woocommerce-columns--addresses .col-2 {
	width: 100% !important;
}

.woocommerce-order-details__title { 
	text-align: center;
	margin: 20px 0;
}

.woocommerce-order .woocommerce-bacs-bank-details { 
	display: none;
}

.woocommerce-MyAccount-downloads-file.button,
.wc-block-components-button {
	background-color: var(--mainColor);
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    padding: 5px 20px;
    margin: 10px;
}

.woocommerce-MyAccount-downloads-file.button:hover,
.wc-block-components-button:hover {
	color: #333;
	background-color: transparent;
	border: 2px solid #333;
}

/* 3.7 Shop */

li.outofstock > a.button { 
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	padding: 10px 25px;
	display: block;
	margin-top: 10px;
	border-radius: 5px;
}

ul.list-products { 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* 3.10 Marquee */

.marquee {
	width: 100%;
	overflow: hidden;
	border: 1px solid #c1251b;
	background: #c1251b;
	color: #fff;
}


.fi_banner h1,
.fi_banner h2,
.fi_banner h3 {
	margin-bottom: 25px;
}

.data-crefopay-placeholder-label {
	text-indent: 0!important;
}

/* 3.11 Category Seite */

.category-menue,
.category-sub-menue,
.category-sub-sub-menue {
	list-style: none;
    margin: 0;
    padding: 0;
}

.category-menue {
	background-color: rgba(0, 0, 0, .03);
    border-radius: 6px;
}

.category-menue li {
	color: #333;
	padding: 15px;
	width: 100%;
	position: relative;
}

.category-sub-menue li,
.category-sub-sub-menue li {
	padding: 6px 10px;
}

.category-sub-menue,
.category-sub-sub-menue {
	display: block;
    margin: 10px;
    padding: 5px 5px;
}

.category-menue > li { 
	border-bottom: 1px solid #e5e5e5;
}

.category-menue > li:last-child { 
	border-bottom: none;
}

.category-menue li i { 
	position: absolute;
	right: 20px;
	top: 5px;
	background-color: #fff;
	color: #333;
	padding: 5px;
	border-radius: 4px;
	font-weight: bold;
}

.category-menue li i:hover { 
	cursor: pointer;
} 

.category-menue > li a { 
	color: #333;
}

.category-sub-menue,
.category-sub-sub-menue {
	display: none;
}
/* - */
.category-menue li {
    position: relative;
}

.category-menue li.has-children > i.bx {
    position: absolute;
    right: 10px;      /* rechtsbündig */
    top: 10px;            /* oben ausrichten */
    font-size: 22px;  /* größer */
    color: #333;
    cursor: pointer;
    background: none; /* kein Rahmen oder Box */
    border: none;
    transition: transform 0.3s;
}

/* Drehen nach oben, wenn Menü offen */
.category-menue li.has-children.open > i.bx {
    transform: rotate(180deg); /* Pfeil nach oben */
}



@media screen and (min-width: 980px) { 
	.products-area.archive-produkt .category-menue {
		position: -webkit-sticky;
		  position: sticky;
		  top: 80px;
	}
}





/* 3.12 Mein Konto */

.woocommerce-orders-table__cell-order-actions a {
	color: var(--mainColor);
	text-decoration: underline;
	font-weight: bold;
	margin-right: 10px;
}

.woocommerce-form-login__rememberme {
	margin-top: 20px;
}

/* 3.13 Passwort Auge */

.password-input {
	position: relative;
}

.show-password-input {
	position: absolute;
    right: 2%;
    top: 1%;
}

/*--------     4. Inhaltselemente     --------*/

/* 4.1 Bild + Text */


.fi_bild_text ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
  
.fi_bild_text ul li { 
	margin-bottom: 15px;
}
  
.fi_bild_text ul li {
	display: inline-block;
	position: relative;
}
  
.fi_bild_text ul li:before {
	content: "\ea0f";
	font-family: 'boxicons'!important;
	font-size: 18px;
	color: var(--mainColor);
	margin-right: 5px;
}
  
.fi_bild_text ul li:last-child {
	margin-bottom: 0;
}



/*-----------------
	4.2 Background Banner
-----------------------*/

.banner-section {
	position: relative;
	padding: 100px 0px 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 600px;
}

.banner-section .content-box {
	position: relative;
	max-width: 100%;
	color: var(--white-color);
	text-decoration: none;
}

.banner-section .banner-section-text {
	font-size: 46px;
	line-height: 56px;
	margin: 40px 0;
}

/* 👇 Weißer Verlauf */
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 0.3) 55%,
    rgba(255, 255, 255, 0) 80%
  );
}

.content-text {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding-left: 60px;
}

.banner-section-text .h1 {
  font-size: 62px;
  line-height: 72px;
  color: #111;
  margin-bottom: 40px;
}

.banner-section-text p {
  font-size: 20px;
  margin: 15px 0;
}

.btn {
  background: var(--rot-color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
}

/*-----------------
	4.3 Kategorien
-----------------------*/

.single-banner-categories-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-banner-categories-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 10px;
}

.single-banner-categories-box .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px;
}

.single-banner-categories-box .content .sub-title {
  display: block;
  margin-bottom: 10px;
  color: var(--optionalColor);
  
}

.single-banner-categories-box .content h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.single-banner-categories-box .content .btn-box {
  margin-top: 15px;
}

.single-banner-categories-box .content .btn-box .default-btn {
  font-size: 15px;
}

.single-banner-categories-box .content .btn-box .price {
  display: block;
  color: var(--mainColor);
  margin-left: 15px;
  font-size: 20px;
  
}

.single-banner-categories-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.categories-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.categories-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}

.categories-box .content {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--weiss-color);
  -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
          box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.categories-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 20px;
  font-style: italic;
}

.categories-box:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.categories-box:hover .content {
  background-color: var(--mainColor);
}

.categories-box:hover .content h3 {
  color: var(--weiss-color);
}

/*-----------------
	4.4 Kategorie + Content
-----------------------*/

.fi_kategorie_content_content {
	padding-left: 30px;
}

/*-----------------
	4.5 FAQs
-----------------------*/

.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}

.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
  color: var(--blackColor);
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
          box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-weight: 700;
}

.faq-accordion-tab .tabs li a i {
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 30px;
  font-weight: 400;
}

.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
  background-color: var(--mainColor);
  color: var(--weiss-color);
}

.faq-accordion-tab .tabs li a:hover i {
  color: var(--weiss-color);
}

.faq-accordion-tab .tabs li.current a {
  background-color: var(--mainColor);
  color: var(--weiss-color);
}

.faq-accordion-tab .tabs li.current a i {
  color: var(--weiss-color);
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  background: var(--weiss-color);
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 8px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 25px 25px 60px;
  color: var(--blackColor);
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.faq-accordion .accordion .accordion-title h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 22px;
  font-size: 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}


/*-----------------
	4.6 Produkte
-----------------------*/

.single-products-box {
  margin-bottom: 30px;
}

.single-products-box .image {
  position: relative;
  overflow: hidden;
}

.single-products-box .content { 
	min-height: 190px;
}

.single-products-box .default-btn { 
	width: 100%;
}

.single-products-box .image img {
  border-radius: 8px;
}

.products-details-image { 
	position: relative;
}

.products-details-image .onsale,
.related-products li.product .onsale {
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: var(--mainColor);
  color: var(--weiss-color);
  padding: 1px 12px;
  z-index: 2;
  font-size: 14px;
  
}

.single-products-box .image .sale {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  background-color: red;
  color: var(--weiss-color);
  padding: 1px 12px;
  font-size: 14px;
  
}

.single-products-box .image .buttons-list {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 20px;
}

.single-products-box .image .buttons-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-products-box .image .buttons-list ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}

.single-products-box .image .buttons-list ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: var(--blackColor);
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--weiss-color);
  height: 40px;
}

.single-products-box .image .buttons-list ul li a:hover {
  background-color: var(--mainColor);
  color: var(--weiss-color);
}

.single-products-box .image .buttons-list ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: .3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: var(--blackColor);
  color: var(--weiss-color);
}

.single-products-box .image .buttons-list ul li a .tooltip-label::before {
  content: "\e9ff";
  color: var(--blackColor);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  bottom: -16px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.single-products-box .image .buttons-list ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}

.single-products-box .image .buttons-list ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-products-box .image .buttons-list ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-products-box .image .buttons-list ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-products-box .content {
  margin-top: 25px;
  text-align: center;
}

.single-products-box .content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  min-height: 75px;
}


.single-products-box .content .price span,
.single-products-box .content .price bdi {
  color: var(--gruen-color);
    font-size: 22px;
    line-height: 32px;
}

.single-products-box .content .price span.old-price {
  color: var(--optionalColor);
  text-decoration: line-through;
}

.single-products-box:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-products-box:hover .image .buttons-list ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.products-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -82px;
}

.products-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  line-height: 31px;
  border: 1px solid #ebebeb;
  font-size: 20px;
  padding-right: 2px !important;
}

.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-left: 8px;
  padding-right: 0 !important;
  padding-left: 2px !important;
}

.products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--weiss-color);
  border-color: var(--mainColor);
}


/*-----------------
	4.7 Call to Action
-----------------------*/

.ie_call_to_action h1,
.ie_call_to_action h2,
.ie_call_to_action h3,
.ie_call_to_action h4 {
	margin-bottom: 20px;
}

.ie_call_to_action .call-to-action-content-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ie_call_to_action .call-to-action-content-right li {
   font-size: 18px;
   margin-bottom: 20px;
}

.ie_call_to_action .call-to-action-content-right li a {
	text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 14px;
 }

 .ie_call_to_action .call-to-action-content-right li a:hover {
	text-decoration: none;
 }


.ie_call_to_action .call-to-action-content-right li i {
	margin-right: 15px;
    font-size: 14px !important;
    background: #333;
    border-radius: 50%;
    padding: 14px 12px;
    width: 45px;
    color: #fff;
}

/*-----------------
	4.8 Kontaktfeld
-----------------------*/

#maps iframe {
  width: 100%;
}

.cta-formular-wrapper iframe {
	width: 100%!important;
}



/* 4.1 Interne Navigation */

ul.list-internerne-navigation {
	background-color: #f7f8fa;
    list-style: none;
	padding: 0;
	width: 100%;
}

ul.list-internerne-navigation li {
	text-align: center;
}

ul.list-internerne-navigation li a {
	display: block;
	padding: 15px 10px;
	font-weight: bold;
	border-bottom: 1px dashed #e5e5e5;
}

ul.list-internerne-navigation li a:hover { 
	cursor: pointer;
}

.zoom_btn {
	border-style: solid;
    border-color: #d3d3d3;
    border-width: 2px;
    border-radius: 8px;
    justify-content: center;
    background-color: #d3d3d3;
	margin-top: 30px;
	cursor: pointer;
}



/* Sticky warenkorb icon */

.sticky-cart {
    position: fixed;
	top: 20px;          /* oben im Viewport */
    right: 20px;        /* rechtsbündig */
    
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.sticky-cart.show {
    opacity: 1;
    pointer-events: auto;
}

.sticky-cart i.bx {
    font-size: 24px;
    color: #333;
}

.sticky-cart .cart-count {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}


.top-header-menu li {
    position: relative;
}

.top-header-menu li a {
    padding-left: 22px;
    position: relative;
}

/* USER ICON */
.top-header-menu li.icon-user > a::before {
    content: "\ec24";
    font-family: 'boxicons';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

/* CART ICON */
.top-header-menu li.icon-cart > a::before {
    content: "\ebd0";
    font-family: 'boxicons';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.top-header-menu li.icon-cart a {
    position: relative;
    padding-left: 22px; /* optional, falls noch Platz für Icon links nötig */
}

/* Icon */
.top-header-menu li.icon-cart a i {
    font-size: 18px;
    color: #333;
}

/* Cart Count */
.top-header-menu li.icon-cart a .cart-count {
    position: absolute;
    top: -6px;      /* nach oben versetzt über das Icon */
    right: 77px;    /* rechts vom Icon */
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    line-height: 1;
    text-align: center;
    min-width: 18px;
    box-sizing: border-box;
}





/* Bootstrap Standard-Caret entfernen */
.navbar-nav .dropdown-toggle::after {
    display: none !important;
}


/* =========================
   LEVEL 1 (Hauptmenü) Pfeile
========================= */

.navbar-nav > li.menu-item-has-children > a.dropdown-toggle {
    position: relative;
    padding-right: 20px; 
}

.navbar-nav > li.menu-item-has-children > a.dropdown-toggle {
    position: relative;
    padding-right: 15px; /* Platz für Pfeil */
    display: block;       /* volle Breite */
    width: 100%;          /* sicherstellen */
}


.drodo-nav .navbar .navbar-nav > li.menu-item-has-children > a::after {
    content: "\ea17"; /* bx-chevron-down */
    font-family: 'boxicons' !important;
    font-size: 25px;
    position: absolute;
    right: -15px;       /* Abstand vom rechten Rand des li */
    top: 50%;
    transform: translateY(-50%);
    display: inline-block !important;
    pointer-events: none !important;
    z-index: 2 !important;
	border: none !important;
    background: none !important;
	
}



/* =========================
   LEVEL 2+ (Untermenü)
========================= */
/*
 content: "\ea17"; bx-chevron-down 
 content: "\ea24";  bx-chevron-up 
*/ 

.navbar-nav .dropdown-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 22px;
}

.navbar-nav .dropdown-menu li.menu-item-has-children > a::after {
    content: "\ea17"; /* bx-chevron-down */
    font-family: 'boxicons' !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}


/* =========================
  5. Shortcodes
========================= */

.table_brandklassen img {
	width: 80px;
}

.table_feuerloescherarten tr td {
  vertical-align: middle;
}

.table_feuerloescherarten {
  margin-top: 30px;
}


/* =========================
  6. Footer
========================= */

.single-footer-widget li { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.mailpoet_submit {
	padding: 15px 0 !important;
}

.footer-row-2 {
	margin: 60px 0;
}

.footer-area {
  padding-top: 100px;
  background: #f7f7f7;
}


.single-footer-widget {
  margin-bottom: 30px;
}


.single-footer-widget .h3 {
  margin-bottom: 25px;
  font-size: 22px;
  position: relative;
  padding-bottom: 5px;
  color: #333;
}

.single-footer-widget .link-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .link-list li {
  margin-bottom: 10px;
}

.single-footer-widget .link-list li a {
  display: inline-block;
  color: #767676;
  position: relative;
  padding-left: 13px;
}

.single-footer-widget .link-list li {
    position: relative;
}

.single-footer-widget .link-list li i.bx {
    position: absolute;
    left: 0; /* links vom Text */
    top: 50%;
    transform: translateY(-50%) rotate(0deg); /* Pfeil zeigt nach rechts */
    font-size: 18px;
    color: #767676;
    pointer-events: none; /* Klick geht durch auf Link */
}

.single-footer-widget .link-list li a {
    padding-left: 25px; /* Platz für den Pfeil */
}

.single-footer-widget .link-list li a:hover {
  color: #767676;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}


.single-footer-widget .link-list li:last-child {
  margin-bottom: 0;
}

.coupon input[type="text"] {
  height: 42px;
}


.single-footer-widget .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}

.single-footer-widget .newsletter-form .validation-success {
  margin-top: 15px;
}

.single-footer-widget .newsletter-form .default-btn {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
}

.footer-bottom-area {
  background-color: #fff;
  margin-top: 40px;
  padding: 15px 0;
  text-align: center;
}

.footer-bottom-area p a {
  
  color: var(--mainColor);
}

.footer-area .schreibschrift {
  font-size: 24px;
  line-height: 34px;
  margin-top: 40px;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  background-color: var(--mainColor);
  color: var(--weiss-color);
  z-index: 4;
  width: 43px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  font-size: 27px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: var(--blackColor);
  color: var(--weiss-color);
}



/* magnifying glass icon */
.zoom:after {
  content:'';
  display:block; 
  width:33px; 
  height:33px; 
  position:absolute; 
  top:0;
  right:0;
  background:url(icon.png);
}

.zoom img {
  display: block;
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 2px;
  border-radius: 8px;
  justify-content: center;
  background-color: #d3d3d3;
	margin-top: 15px;
  margin-bottom: 15px;
	cursor: pointer;
}

.zoom img::selection { background-color: transparent; }

#ex2 img:hover { cursor: url(grab.cur), default; }
#ex2 img:active { cursor: url(grabbed.cur), default; }

li.zoom {
  list-style: none;
}

.sticky-kategorie-button {
    background: var(--rot-color);
    color: var(--weiss-color);
    border: none;
    border-radius: 8px;
    padding: 9px 18px;
    right: 20px;
    position: fixed;
    z-index: 999;
    right: 80px;
    bottom: 20px;
}



#modal_dialog_kategorie_filter .modal-content {
  padding: 10px 0 0 0!important;
}

#modal_dialog_kategorie_filter h3 {
  margin: 0;
  font-size: 24px;
}

/* =========================
  7. Single Produktdetailseite
========================= */

.products-details-image img {
  width: 100%;
}

.products-details-image .products-details-image-slides {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.products-details-image .products-details-image-slides-owl-thumbs {
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
}

.products-details-image .products-details-image-slides-owl-thumbs .owl-thumb-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.products-details-image .products-details-image-slides-owl-thumbs .owl-thumb-item img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 8px;
}

.products-details-image .products-details-image-slides-owl-thumbs .owl-thumb-item img:hover {
  opacity: 0.5;
}

.products-details-image .products-details-image-slides-owl-thumbs .owl-thumb-item.active img {
  opacity: 0.5;
}

.products-details-image .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -15px;
}

.products-details-image .row .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.products-details-image .row .col-lg-6 .single-products-details-image {
  margin-top: 15px;
}

.products-details-image .single-products-details-image {
  margin-top: 30px;
}

.products-details-image .single-products-details-image:first-child {
  margin-top: 0;
}

.products-details-image-slider.owl-theme {
  margin-bottom: 30px;
}

.products-details-image-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background: var(--weiss-color);
  width: 40px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  left: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 50%;
  padding-right: 2px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border-style: solid;
  border-color: var(--weiss-color);
  border-width: 1.5px;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 15px;
  padding-right: 0 !important;
  padding-left: 2px !important;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--weiss-color);
  border-color: var(--mainColor);
}

.products-details-desc .h3 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.woocommerce-product-details__short-description {
  margin: 20px 0;
}

.owl-carousel .owl-item img {
  border-radius: 8px;
}

.products-details-desc .price,
.products-details-desc .price bdi {
  margin-bottom: 35px;
  font-size: 34px;
  color: var(--gruen-color);
}

.products-details-desc .stock.in-stock {
  color: var(--gruen-color);
  font-weight: bold;
}

.products-details-desc .stock.out-of-stock {
  color: var(--rot-color);
  font-weight: bold;
}

.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}

.products-details-desc .products-review {
  margin-bottom: 12px;
}

.products-details-desc .products-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}

.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
  display: inline-block;
  color: var(--blackColor);
  border-bottom: 1px solid var(--blackColor);
  line-height: initial;
  position: relative;
  top: -2px;
  
}

.products-details-desc .products-review .rating-count:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.products-details-desc .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.products-details-desc .products-info li {
  color: var(--blackColor);
  margin-bottom: 8px;
  font-size: 16px;
}

.products-details-desc .products-info li:last-child {
  margin-bottom: 0;
}

.products-details-desc .products-info li span {
  color: var(--optionalColor);
}

.products-details-desc .products-info li a {
  display: inline-block;
  
  color: var(--blackColor);
}

.products-details-desc .products-info li a:hover {
  color: var(--mainColor);
}

.products-details-desc { 
	padding: 0 20px;
}

.products-details-desc .cart .quantity { 
	width: 100%
}

.products-details-desc .cart .single_add_to_cart_button { 
	width: 100%;
	margin-top: 20px;
}

.products-details-desc .cart .quantity select {
  height: 45px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 17px;
  width: 100%;
  
}




.products-details-tabs {
  margin: 100px 0 50px 0;
  background-color: rgb(242, 243, 241);
  padding: 40px;
  border-radius: 8px;
}

.products-details-tabs .nav {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  display: block;
}


.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.products-details-tabs .nav .nav-item:first-child {
  margin-left: 0px;
}

.products-details-tabs .nav .nav-item .nav-link {
  color: #cccccc;
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--fontFamily);
}



.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}

.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.products-details-tabs .tab-content .tab-pane p {
  line-height: 1.6;
}

.content_page ol { 
	margin: 20px 0;
}

.products-details-tabs .tab-content .tab-pane ul,
.content_page ul,
.default_content_page .content-area ul {
  padding-left: 0;
  list-style-type: none;
  margin: 20px 0;
}

.products-details-tabs .tab-content h2,
.products-details-tabs .tab-content h3,
.products-details-tabs .tab-content h4,
.products-details-tabs .tab-content h5 {
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane ul li,
.content_page ul li,
.default_content_page .content-area ul li {
  margin-bottom: 5px;
  position: relative;
  color: #333;
  padding-left: 15px;
}

.products-details-tabs .tab-content .tab-pane ul li::before,
.default_content_page .content-area ul li:before { 
	content: "\ec65";
    font-family: 'boxicons'!important;
    font-size: 18px;
    color: var(--mainColor);
	margin-right: 5px;
}

.woocommerce-MyAccount-navigation ul li::before {
	content: "\e98a";
  font-family: 'boxicons'!important;
}

.products-details-tabs .tab-content .tab-pane ul li:last-child,
.content_page ul li:last-child {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
  font-size: 17px;
  color: #cecfd2;
  margin-right: -2px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
  color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
  display: block;
  color: var(--optionalColor);
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
  padding: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
  font-weight: 700;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
  text-align: right;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--weiss-color);
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments {
  margin-top: 40px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
  font-family: var(--fontFamily);
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-family: var(--fontFamily2);
  font-weight: 700;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
  margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
  color: red;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
  margin-bottom: 25px;
  text-align: left;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
  text-align: left;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
  float: right;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
  content: "\2605";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 27px;
  color: #CCCCCC;
  line-height: 1;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
  text-align: left;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 6.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
  border-color: var(--mainColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
  border-color: var(--mainColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  margin-top: 22px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.products-details-tabs .tab-content .tab-pane table {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane table tr td {
  white-space: nowrap;
  border-color: #eeeeee;
  color: var(--optionalColor);
  vertical-align: middle;
  padding: 10px 15px;
}

.products-details-tabs .tab-content .tab-pane table tr td:first-child {
  color: var(--blackColor);
  
  font-family: var(--fontFamily2);
}

.related-products {
  margin: 50px 0 100px 0;
}


/* =========================
  8. Warenkorb
========================= */

#wc-instant-offer-btn {
  background-color: var(--blau-color)!important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  margin-bottom: 20px;
}

/* =========================
  9. Kasse
========================= */

.wc-block-components-product-metadata__description h1,
.wc-block-components-product-metadata__description h2,
.wc-block-components-product-metadata__description h3,
.wc-block-components-product-metadata__description h4 {
  font-size: 16px;
  line-height: 26px;
}

/* =========================
  10. Kategorie Seite
========================= */

.main-banner {
  padding: 40px 0;
}

.main-banner-image img {
  max-height: 300px;
  border-radius: 8px;
}

.main-banner .main-banner-content {
  padding-right: 20px;
}

.main-banner-content .sub-title {
  display: block;
  margin-bottom: 12px;
  color: var(--mainColor);
}

.main-banner-content h1 {
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 1.1;
}

.main-banner-content h1 span {
  color: var(--mainColor);
}


.main-banner-content .default-btn {
  margin: 10px 10px 0 0;
}

.single-banner-item {
  height: 480px;
}

.single-banner-item p {
  font-size: 17px;
}

.single-banner-item ul,
.main-banner ul,
.fi_text ul,
.page-content ul {
    padding-left: 0;
    margin: 20px 0;
    list-style-type: none;
}

.single-banner-item ul li,
.main-banner ul li,
.fi_text ul li,
.page-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  list-style: none;
}

.single-banner-item ul li::before,
.main-banner ul li::before,
.fi_text ul li::before,
.page-content ul li:before {
    content: "\ec65";
    font-family: 'boxicons'!important;
    font-size: 18px;
    color: var(--mainColor);
    margin-right: 5px;
}

.banner-content .sub-title {
  display: block;
  
  margin-bottom: 12px;
  color: var(--mainColor);
}

.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h4,
.banner-content .h1,
.banner-content .h2,
.banner-content .h3,
.banner-content .h4,
.banner-content .headline {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  color: #333;
}

.banner-content h1 span {
  color: var(--mainColor);
}

.banner-content p {
  font-size: 16px;
}

.banner-content .btn-box {
  margin-top: 30px;
}

.banner-content .btn-box .price {
  display: block;
  color: var(--mainColor);
  margin-left: 25px;
  font-size: 32px;
  font-weight: bold;
}

.banner-content .btn-box .mwst { 
	margin-left: 10px;
}

.banner-image {
  text-align: center;
}

.banner-image img {
  width: auto !important;
  display: inline-block !important;
}


/* =========================
  11. Header
========================= */

.aws-container {
  margin-top: 20px;
}

.aws-container .aws-show-clear .aws-search-field {
  border-radius: 6px!important;
  border: 2px solid #eee;
  padding: 10px 20px;
  height: 60px;
}

.aws-container .aws-show-clear .aws-search-field::placeholder {
  color: #666666;
}

.drodo-responsive-nav {
  position: relative;
}

.ma5menu__icon-toggle, .ree-btn2 {
    background-color: #333;
}

.ma5menu__toggle {
  position: absolute;
  right: 20px!important;
  top: 5px!important;
}

.drodo-responsive-nav.fixed-top .drodo-responsive-menu {
  background-color: #fff;
  padding: 10px 0;
}

.drodo-responsive-nav.fixed-top .drodo-responsive-menu .ma5menu__toggle {
  top: 15px!important;
}

/* =========================
  12. Top Header
========================= */

.top-header {
  background-color: #333;
  padding: 10px 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-top: 0px!important;
}

.fixed-top {
  box-shadow: 0px 30px 40px 0px rgb(0 16 35 / 12%);
}

.top-header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.top-header-contact-info li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-left: 24px;
}

.top-header-contact-info li a {
  display: inline-block;
  color: #ffffff;
}

.top-header-contact-info li i {
  position: absolute;
  left: 0;
  top: 2.5px;
  color: #ffffff;
  font-size: 17px;
}

.top-header-contact-info li:last-child {
  margin-right: 0;
}

.top-header-menu {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.top-header-menu li {
  display: inline-block;
  margin-left: 18px;
  position: relative;
}

.top-header-menu li a {
  color: #ffffff;
}

/* =========================
  13. Warenkorb
========================= */


.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0 15px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: var(--optionalColor);
  white-space: nowrap;
  font-weight: 700;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  display: inline-block;
}

.cart-table table tbody tr .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
  font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: var(--mainColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--blackColor);
  color: var(--weiss-color);
  border: none;
  padding: 0 25px;
  line-height: 47px;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 700;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: var(--mainColor);
}

.cart-totals {
  background: var(--weiss-color);
  padding: 40px;
  max-width: 700px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.cart-totals h2 {
  margin-bottom: 25px;
  font-size: 22px;
}

.cart-totals table {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals table tr td,
.cart-totals table tr th {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: var(--blackColor);
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
}

.cart-totals table tr:first-child {
  border-bottom: none;
}

.cart-totals table tr:last-child {
  font-size: 18px;
  border-top: none;
}

.cart-totals ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.cart-totals ul li {
	margin: 0 0 10px 0;
}

.cart-totals ul li label {
	margin: 0 0 0 10px;
}

.cart-totals .woocommerce-shipping-destination {
	font-size: 13px;
}