@charset "UTF-8";
/**
* FLEXBOX
* A mixin to rule complex flexbox layout
* @author nicolacastellanidev@gmail.com
*/
.block28 .mgs-accordion .accordion-title {
  font-size: 16px;
  color: #4a4a4a;
  background: #f5f5f5;
}

.block28 .mgs-accordion .ui-accordion-content-active {
  border: none;
  border-color: transparent;
}

.block28 .mgs-accordion .accordion-title::before {
  font-size: 25px;
}

.block28 .accordion-title-icon2 .icon::before, .block28 .accordion-title-icon2 .accordion-title::before {
  font-family: inherit !important;
  content: "+";
  font-size: 25px !important;
}
.block28 .accordion-title-icon2 .icon-active::before, .block28 .accordion-title-icon2 .accordion-title.ui-accordion-header-active::before {
  content: "–" !important;
}

.accordion-block h4, .accordion-block .h4 {
  font-size: 16px;
  color: #4a4a4a;
}
.accordion-block .accordion-content {
  font-size: 16px;
  color: #4a4a4a;
  background: #f5f5f5;
}

.scroll-to-top {
  border: 1px solid #0077C8;
  color: #fff;
  background-color: #0077C8;
}
.scroll-to-top:hover, .scroll-to-top:focus, .scroll-to-top:active {
  background-color: #da021b;
  border-color: #da021b;
}

body a {
  color: #5b5b5b;
  text-decoration: underline;
}
a:focus,
a:focus-visible {
  outline: black auto 1px !important;
  outline-offset: 1px;
}

input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email] {
  border: 1px solid #8b8b8b;
}

input[type=radio]:focus-visible, input[type=radio]:focus, input[type=checkbox]:focus-visible, input[type=checkbox]:focus {
  outline: black auto 1px !important;
  outline-offset: 1px;
}

.category-list-block ul li a {
  text-decoration: underline !important;
}

.btn.btn-primary, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-primary {
  color: #fff;
  border: 1px solid #0077C8;
  background-color: #0077C8;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-primary:hover, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-primary:focus, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-primary:active {
  color: #0077C8;
  border: 1px solid #0077C8;
  background-color: #fff;
}

.btn.btn-secondary, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-secondary {
  color: #0077C8;
  border: 1px solid #0077C8;
  background-color: #fff;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-secondary:hover, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-secondary:focus, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-secondary:active {
  color: #fff;
  border: 1px solid #0077C8;
  background-color: #0077C8;
}

.btn.btn-default, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-default {
  color: #0077C8;
  border: 1px solid #0077C8;
  background-color: #fff;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-default:hover, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-default:focus, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.btn-default:active {
  color: #fff;
  border: 1px solid #0077C8;
  background-color: #0077C8;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  background-color: #0077C8;
  border: 1px solid #0077C8;
  color: #fff;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
  color: #0077C8;
  background-color: #fff;
  border-color: #0077C8;
}

/*
.minicart-wrapper .block-content > .actions .action {
	background: none;
	border: 1px solid $blau;
	color: white;
}
*/
.minicart-wrapper .block-content > .actions .secondary .action {
  background-color: white;
  color: #0077C8;
  border-color: #0077C8;
}
.minicart-wrapper .block-content > .actions .primary .action {
  background: #0077C8;
  color: white;
}

.minicart-wrapper .block-content > .actions .action:hover, .minicart-wrapper .block-content > .actions .action:focus, .minicart-wrapper .block-content > .actions .primary .action:active {
  color: #0077C8;
  border-color: white;
  background-color: white;
}

.minicart-wrapper .block-content > .actions .action:hover, .minicart-wrapper .block-content > .actions .action:focus, .minicart-wrapper .block-content > .secondary .action:active {
  color: white;
  border-color: white;
  background-color: #0077C8;
}

#top-cart-btn-checkout:hover {
  background: #0077C8;
  color: white;
}

.minicart-wrapper .action.showcart.active {
  color: #da021b !important;
}

#shipping-method-buttons-container .action, .payment-method-content .actions-toolbar .action, #shipping-method-buttons-container button.action, .payment-method-content .actions-toolbar button.action {
  background-color: #0077C8;
  border: 1px solid #0077C8;
}

#shipping-method-buttons-container .action:hover, .payment-method-content .actions-toolbar .action:hover, #shipping-method-buttons-container button.action:hover, .payment-method-content .actions-toolbar button.action:hover {
  background-color: white;
  border-color: #0077C8;
  color: #0077C8;
}

input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=number]:focus, input[type=datetime]:focus, input[type=email]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 119, 200, 0.4);
  border-color: #0077C8;
}

.field.required > .label::after, .form-group.required > .label::after, .field._required > .label::after, .form-group._required > .label::after, .field.required > label::after, .form-group.required > label::after, .field._required > label::after, .form-group._required > label::after {
  color: #0077C8;
}

.checkout-agreement button {
  background: none;
  border: none;
}
.checkout-agreement .field.choice .control, .checkout-agreement .form-group.choice .control, .checkout-agreement .field.choice > input, .checkout-agreement .form-group.choice > input {
  position: absolute;
  left: 0;
  bottom: auto;
  top: 4px;
  margin-top: 0;
}

.mgs-button-block button {
  border-radius: 0;
  border: 1px solid #0077C8;
  padding: 10px;
  height: 35px;
  line-height: 35px;
  box-shadow: none;
}
.mgs-button-block button:hover {
  background: #0077C8 !important;
  color: white !important;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  background: white;
  border: 1px solid #0077C8;
  padding: 10px;
  color: #0077C8;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background: #0077C8;
  color: white;
}

.button-bold button {
  font-weight: 700;
}

.header.header99 .search-form > .form-search .button:hover {
  color: #da021b;
}

/*
button {
	.fa, .fas, .far, .fal, .fad, .fab {
	    margin-right: 5px;
	}
}
*/
.actions-toolbar button.primary, .modal-footer button.primary {
  background-color: #0077C8;
  padding: 10px;
  color: white;
  min-width: 150px;
  margin: 15px 0;
}
.actions-toolbar button.primary:hover, .modal-footer button.primary:hover {
  background-color: white;
  color: #0077C8;
}
.actions-toolbar button, .modal-footer button {
  padding: 10px;
  min-width: 150px;
}

#empty_cart_button {
  background-color: white;
  color: #0077C8;
}
#empty_cart_button:hover {
  background-color: #0077C8;
  color: white;
}

.checkout-shipping-address > .step-content .action.action-show-popup {
  background-color: #0077C8;
  color: white;
  border: 1px solid #0077C8;
}
.checkout-shipping-address > .step-content .action.action-show-popup:hover {
  background-color: white;
  color: #0077C8;
  border: 1px solid #0077C8;
}

.authentication-wrapper .action-auth-toggle {
  background-color: white;
  padding: 10px;
  color: #0077C8;
  min-width: 150px;
  border: 1px solid #0077C8;
}
.authentication-wrapper .action-auth-toggle:hover {
  background-color: #0077C8;
  color: white;
  border: 1px solid #0077C8;
}

.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
  background-color: #0077C8;
  padding: 10px;
  color: white;
  min-width: 150px;
  margin: 15px 0;
  border: 1px solid #0077C8;
}
.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover {
  background-color: white;
  color: #0077C8;
  border: 1px solid #0077C8;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary {
  background-color: #0077C8;
  padding: 10px;
  color: white;
  min-width: 150px;
  margin: 15px 0;
  border: 1px solid #0077C8;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:hover {
  background-color: white;
  color: #0077C8;
  border: 1px solid #0077C8;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:focus, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:active {
  background-color: #0077C8;
  padding: 10px;
  color: white;
  min-width: 150px;
  margin: 15px 0;
  border: 1px solid #0077C8;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:focus:hover, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary:active:hover {
  background-color: white;
  color: #0077C8;
  border: 1px solid #0077C8;
}

.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
  background-color: white;
  padding: 10px;
  color: #0077C8;
  min-width: 150px;
  border: 1px solid #0077C8;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary:hover {
  background-color: #0077C8;
  color: white;
  border: 1px solid #0077C8;
}

.modal-footer button,
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout,
.checkout-cart-index .cart.main.actions button + button,
#empty_cart_button,
.btn.btn-default,
.btn.btn-secondary {
  text-decoration: none !important;
}
.modal-footer button:focus-visible, .modal-footer button:focus,
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:focus-visible,
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:focus,
.checkout-cart-index .cart.main.actions button + button:focus-visible,
.checkout-cart-index .cart.main.actions button + button:focus,
#empty_cart_button:focus-visible,
#empty_cart_button:focus,
.btn.btn-default:focus-visible,
.btn.btn-default:focus,
.btn.btn-secondary:focus-visible,
.btn.btn-secondary:focus {
  outline: black auto 1px !important;
  outline-offset: 1px;
}

.breadcrumbs {
  margin: 13px 0 0 0 !important;
  background: none;
}
.breadcrumbs .breadcrumb {
  display: flex;
}
.breadcrumbs .breadcrumb li {
  padding-right: 7px;
}
.breadcrumbs .breadcrumb .home {
  text-decoration: underline;
}

.breadcrumbs .breadcrumb > li + li::before {
  content: "/ ";
  padding: 0;
}

.category-product-actions {
  border: none;
}

.breadcrumb li.active {
  position: inherit;
  width: inherit;
  height: inherit;
  overflow: hidden;
  top: inherit;
  left: inherit;
  opacity: 1;
}

body .breadcrumbs .breadcrumb a {
  color: #666666;
}

.catalog-product-view .main .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .catalog-product-view .main .row {
    flex-direction: row;
  }
}
.catalog-product-view #maincontent {
  margin-top: 60px;
}

.category-header img, .promobanner img {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .img-mobile {
    display: none;
  }
}
@media (max-width: 479px) {
  .img-desktop {
    display: none;
  }
}
.category-description h1 {
  font-size: 36px;
  color: #2a2a2a;
  font-weight: bold;
  margin-bottom: 10px;
}
.category-description p {
  font-size: 18px;
  color: #2a2a2a;
}

.category-list-block ul li {
  padding: 7px 3px !important;
}
.category-list-block ul li a {
  font-size: 14px;
}

#maincontent .category-list-block .list-heading h3 {
  font-size: 16px;
  color: #5b5b5b;
  margin: 0;
  font-weight: normal;
}

.shipping-address-items .shipping-address-item.selected-item {
  color: #0077C8;
  border-color: #0077C8;
}

.fieldset.rate .price {
  line-height: 24px;
}

.checkout-cart-index .column.main .cart-empty a {
  color: #0077C8;
}

.totals-tax-summary th, .totals-tax-summary td, .totals-tax-summary span, .totals-tax-details th, .totals-tax-details td, .totals-tax-details span, .shipping th, .shipping td, .shipping span {
  font-size: 13px !important;
}

.checkout-cart-index #shopping-cart-table thead tr th {
  text-align: left;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td, .checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  font-size: 18px;
}

.details-qty .label:after {
  content: ":";
}

.checkout-agreement button {
  text-align: left;
  line-height: 1.2;
  padding: 0;
}
.checkout-agreement .action-show:hover {
  background: transparent;
  color: #0077C8;
}
.checkout-agreement label:after {
  display: none;
}

.multicheckout.success a, .checkout-success a {
  color: #0077C8;
}

.items.order-links li.current, .items.order-links li:hover {
  border-color: #0077C8;
  color: #0077C8;
}

#my-orders-table .tax.details mark, #my-orders-table .tax.details .mark {
  background-color: rgba(0, 119, 200, 0.1);
}

.order-details-items .table-wrapper tfoot tr.grand_total th strong, .order-details-items .table-wrapper tfoot tr.grand_total td strong {
  color: #0077C8;
}

.opc-block-summary > .title {
  text-transform: none;
}

.opc-progress-bar .opc-progress-bar-item._active > span {
  color: #da021b;
}

.opc-progress-bar .opc-progress-bar-item._active > span::before {
  background: #da021b;
}

.opc-progress-bar .opc-progress-bar-item._active::before {
  background: #da021b;
}

.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #0077C8;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart > .counter.qty {
  background-color: #0077C8;
}

.table-checkout-shipping-method {
  font-size: 15px;
}

h3.ui-state-active, h4.ui-state-active {
  color: white !important;
  background-color: #0077C8 !important;
  border-color: #0077C8 !important;
}

body .mageprince-faq-collection h3 {
  font-size: 18px !important;
}
body .mageprince-faq-collection .group-title {
  color: #0077C8 !important;
}
body .mageprince-faq-collection .faq-content .ui-accordion-header:hover {
  color: white !important;
  background-color: #0077C8 !important;
  border-color: #0077C8 !important;
}

.footer.footer99 .middle-footer, .footer.footer99 .price-footer {
  background-color: #f5f5f5;
  padding: 25px 0 25px;
  color: #2a2a2a;
}
.footer.footer99 .middle-footer a, .footer.footer99 .price-footer a {
  color: #2a2a2a;
}
.footer.footer99 .middle-footer .footer_block_10, .footer.footer99 .middle-footer .footer_block_20, .footer.footer99 .price-footer .footer_block_10, .footer.footer99 .price-footer .footer_block_20 {
  color: #2a2a2a;
  font-size: 12px;
  line-height: 21px;
  margin: 25px 0;
  display: flex;
}
.footer.footer99 .middle-footer .footer_block_10 h6, .footer.footer99 .middle-footer .footer_block_20 h6, .footer.footer99 .price-footer .footer_block_10 h6, .footer.footer99 .price-footer .footer_block_20 h6 {
  font-weight: bold;
  color: #2a2a2a;
  font-size: 12px;
}
@media (max-width: 991px) {
  .footer.footer99 .middle-footer .footer_block_10, .footer.footer99 .middle-footer .footer_block_20, .footer.footer99 .price-footer .footer_block_10, .footer.footer99 .price-footer .footer_block_20 {
    flex-wrap: wrap;
  }
}
.footer.footer99 .middle-footer .footer_block_10 div[class*=footer_block_10_], .footer.footer99 .middle-footer .footer_block_20 div[class*=footer_block_10_], .footer.footer99 .price-footer .footer_block_10 div[class*=footer_block_10_], .footer.footer99 .price-footer .footer_block_20 div[class*=footer_block_10_] {
  flex: 0 0 20%;
}
@media (max-width: 991px) {
  .footer.footer99 .middle-footer .footer_block_10 div[class*=footer_block_10_], .footer.footer99 .middle-footer .footer_block_20 div[class*=footer_block_10_], .footer.footer99 .price-footer .footer_block_10 div[class*=footer_block_10_], .footer.footer99 .price-footer .footer_block_20 div[class*=footer_block_10_] {
    flex: 0 0 33%;
  }
}
@media (max-width: 768px) {
  .footer.footer99 .middle-footer .footer_block_10 div[class*=footer_block_10_], .footer.footer99 .middle-footer .footer_block_20 div[class*=footer_block_10_], .footer.footer99 .price-footer .footer_block_10 div[class*=footer_block_10_], .footer.footer99 .price-footer .footer_block_20 div[class*=footer_block_10_] {
    flex: 0 0 50%;
  }
}
.footer.footer99 .middle-footer .footer_block_10 div[class*=footer_block_10_] ul, .footer.footer99 .middle-footer .footer_block_20 div[class*=footer_block_10_] ul, .footer.footer99 .price-footer .footer_block_10 div[class*=footer_block_10_] ul, .footer.footer99 .price-footer .footer_block_20 div[class*=footer_block_10_] ul {
  position: relative;
}
@media (max-width: 768px) {
  .footer.footer99 .middle-footer .footer_block_10 .first, .footer.footer99 .middle-footer .footer_block_20 .first, .footer.footer99 .price-footer .footer_block_10 .first, .footer.footer99 .price-footer .footer_block_20 .first {
    flex: 0 0 100% !important;
  }
}
.footer.footer99 .middle-footer .footer_block_10 .first ul, .footer.footer99 .middle-footer .footer_block_20 .first ul, .footer.footer99 .price-footer .footer_block_10 .first ul, .footer.footer99 .price-footer .footer_block_20 .first ul {
  display: block;
  float: left;
}
.footer.footer99 .middle-footer .footer_block_10 div[class*=footer_block_20_], .footer.footer99 .middle-footer .footer_block_20 div[class*=footer_block_20_], .footer.footer99 .price-footer .footer_block_10 div[class*=footer_block_20_], .footer.footer99 .price-footer .footer_block_20 div[class*=footer_block_20_] {
  flex: 0 0 25%;
}
@media (max-width: 1200px) {
  .footer.footer99 .middle-footer .footer_block_10 div[class*=footer_block_20_], .footer.footer99 .middle-footer .footer_block_20 div[class*=footer_block_20_], .footer.footer99 .price-footer .footer_block_10 div[class*=footer_block_20_], .footer.footer99 .price-footer .footer_block_20 div[class*=footer_block_20_] {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .footer.footer99 .middle-footer .footer_block_10 div[class*=footer_block_20_], .footer.footer99 .middle-footer .footer_block_20 div[class*=footer_block_20_], .footer.footer99 .price-footer .footer_block_10 div[class*=footer_block_20_], .footer.footer99 .price-footer .footer_block_20 div[class*=footer_block_20_] {
    flex: 0 0 100% !important;
  }
}
.footer.footer99 .middle-footer .footer_block_10_10 ul, .footer.footer99 .price-footer .footer_block_10_10 ul {
  position: relative;
}
.footer.footer99 .middle-footer .footer_block_10_10 ul li, .footer.footer99 .price-footer .footer_block_10_10 ul li {
  padding-left: 30px !important;
}
@media (max-width: 768px) {
  .footer.footer99 .middle-footer .footer_block_20 .first ul, .footer.footer99 .price-footer .footer_block_20 .first ul {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
.footer.footer99 .middle-footer .footer_block_20 .first ul li, .footer.footer99 .price-footer .footer_block_20 .first ul li {
  float: left;
}
@media (max-width: 768px) {
  .footer.footer99 .middle-footer .footer_block_20 .first ul li, .footer.footer99 .price-footer .footer_block_20 .first ul li {
    float: none;
  }
}
.footer.footer99 .middle-footer .footer_block_10 div[class*=footer_block_10_] .block-middle-item, .footer.footer99 .price-footer .footer_block_10 div[class*=footer_block_10_] .block-middle-item {
  display: table;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer.footer99 .middle-footer .footer_block_10 .first h6, .footer.footer99 .price-footer .footer_block_10 .first h6 {
    text-align: center;
  }
  .footer.footer99 .middle-footer .footer_block_10 .first .block-middle-item, .footer.footer99 .price-footer .footer_block_10 .first .block-middle-item {
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .footer.footer99 .middle-footer div[class*=footer_block_20_] ul, .footer.footer99 .price-footer div[class*=footer_block_20_] ul {
    display: flex;
    justify-content: center;
  }
  .footer.footer99 .middle-footer div[class*=footer_block_20_] .block-middle-item, .footer.footer99 .price-footer div[class*=footer_block_20_] .block-middle-item {
    text-align: center;
  }
  .footer.footer99 .middle-footer div[class*=footer_block_20_] .zahlungsarten, .footer.footer99 .price-footer div[class*=footer_block_20_] .zahlungsarten {
    flex-wrap: wrap;
  }
}
.footer.footer99 .middle-footer .footer-logos-klein, .footer.footer99 .price-footer .footer-logos-klein {
  width: 83px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 570px) {
  .footer.footer99 .middle-footer .footer-logos-klein, .footer.footer99 .price-footer .footer-logos-klein {
    flex: 1 1 32%;
  }
}
.footer.footer99 .middle-footer .footer-logos-klein.pay-pal, .footer.footer99 .price-footer .footer-logos-klein.pay-pal {
  background-image: url(../images/PayPal.png);
}
.footer.footer99 .middle-footer .footer-logos-klein.mastercard, .footer.footer99 .price-footer .footer-logos-klein.mastercard {
  background-image: url(../images/mastercard.png);
}
.footer.footer99 .middle-footer .footer-logos-klein.visa, .footer.footer99 .price-footer .footer-logos-klein.visa {
  background-image: url(../images/visa.png);
}
.footer.footer99 .middle-footer .footer-logos-klein.kaufaufrechnung, .footer.footer99 .price-footer .footer-logos-klein.kaufaufrechnung {
  background-image: url(../images/kauf_auf_rechnung.png);
}
.footer.footer99 .middle-footer .footer-logos-klein.amercianexpress, .footer.footer99 .price-footer .footer-logos-klein.amercianexpress {
  background-image: url(../images/amercia_express.png);
}
.footer.footer99 .middle-footer .footer-logos-klein.sepa, .footer.footer99 .price-footer .footer-logos-klein.sepa {
  background-image: url(../images/sepa.png);
}
.footer.footer99 .middle-footer .footer-logos, .footer.footer99 .price-footer .footer-logos {
  width: 123px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  margin-right: 5px;
  text-align: center;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer.footer99 .middle-footer .footer-logos.salzbergwerk, .footer.footer99 .price-footer .footer-logos.salzbergwerk {
  background: none;
  border: none;
  background-image: url(../images/salzbergwerk-berchtesgaden-brand.png);
  height: 164px;
  margin-bottom: 4px;
  background-size: cover;
  background-position: center center;
}
.footer.footer99 .middle-footer .footer-logos.altesaline, .footer.footer99 .price-footer .footer-logos.altesaline {
  background: none;
  border: none;
  background-image: url(../images/altesaline-badreichenhall-brand.png);
  height: 164px;
  background-size: cover;
  background-position: center center;
}
.footer.footer99 .middle-footer .footer-logos.dhl, .footer.footer99 .price-footer .footer-logos.dhl {
  background-image: url(../images/ZustellungDurch_DHL_GoGreen_webshop_logo_ohne_zusatz.png);
  width: 200px;
  height: 150px;
  background-size: 85%;
  background-position: center center;
  padding: 5px;
}
.footer.footer99 .middle-footer .trusted-shop, .footer.footer99 .price-footer .trusted-shop {
  width: auto;
  height: 100px;
}
.footer.footer99 .fa-mobile, .footer.footer99 .fa-envelope, .footer.footer99 .fa-headset, .footer.footer99 .fa-mobile-alt {
  font-size: 24px;
  color: #a4a4a4;
  margin-right: 13px;
  position: absolute;
  left: 0;
}
.footer.footer99 .fa-mobile-alt {
  font-size: 38px;
}
.footer.footer99 .fa-mobile-wrap {
  padding-left: 36px;
  margin-bottom: 15px;
}
.footer.footer99 .fa-mobile {
  font-size: 36px;
  position: absolute;
  margin-right: 20px;
  margin-left: -36px;
}
.footer.footer99 #static_footer_price {
  font-size: 11px;
  color: #3F3F3F;
  text-align: center;
  line-height: 24px;
}

.footer-container .price-footer {
  font-size: 11px;
  color: #3F3F3F;
  text-align: center;
  line-height: 24px;
}

.footer.footer99 .middle-footer ul li {
  padding: 0 !important;
  margin-bottom: 5px;
}

.footer.footer99 .bottom-footer {
  padding: 14px 0;
}
.footer.footer99 .bottom-footer #static_footer_block_bottom_link ul {
  display: inline-block;
  float: right;
}
.footer.footer99 .bottom-footer #static_footer_block_bottom_link ul li {
  margin: 0 0 0 10px;
}

.bottom-footer {
  background: rgb(168, 19, 29);
  background: -moz-linear-gradient(left, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(168, 19, 29)), color-stop(51%, rgb(218, 23, 26)), color-stop(100%, rgb(168, 19, 29)));
  background: -webkit-linear-gradient(left, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
  background: -o-linear-gradient(left, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
  background: -ms-linear-gradient(left, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
  background: linear-gradient(to right, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a8131d", endColorstr="#a8131d", GradientType=1 );
  font-size: 11px !important;
}

.social_icons {
  display: flex;
  flex-direction: row;
  align-items: first baseline;
  justify-content: normal;
  font-size: 30px;
  margin-top: 12px;
}
.social_icons li {
  margin-right: 13px;
}
.social_icons li i {
  color: #2a2a2a;
}
.social_icons li i:hover {
  color: #6B6B6B;
}

body.cms-index-index footer.footer {
  margin-top: 60px !important;
}

.bottom-footer .row {
  display: flex;
}
@media (max-width: 767px) {
  .bottom-footer .row {
    flex-direction: column;
  }
}
.bottom-footer .row .footer_pull_right {
  order: 2;
}
.bottom-footer .row .footer_pull_right address {
  float: right;
}
@media (max-width: 767px) {
  .bottom-footer .row .footer_pull_right address {
    float: none;
  }
}
.bottom-footer .row .footer_pull_left {
  order: 1;
}
.bottom-footer .row .footer_pull_left ul {
  margin: 0;
}
.bottom-footer .row .footer_pull_left ul li {
  margin: 0 10px 0 0;
}

@media (max-width: 991px) {
  .footer.footer99 .bottom-footer address {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer.footer99 .bottom-footer address {
    font-size: 11px;
    display: table;
    margin: 0 auto;
  }
  .footer.footer99 .bottom-footer ul {
    display: block;
    text-align: center;
  }
  .footer.footer99 .bottom-footer ul li {
    display: inline-block;
    padding: 5px 4px;
    border: none;
  }
}
@media (max-width: 648px) {
  .footer_block_20_30 {
    display: none;
  }
}
.action-header-content {
  height: 66px;
  background-color: #11252e;
  font-family: "Open Sans";
  font-size: 15px;
  color: white;
  text-transform: normal;
  text-align: center;
}
.action-header-content .coupon {
  border: 2px solid #f3ca00;
  padding: 5px;
  margin-left: 10px;
  line-height: 66px;
}

body header .logo img {
  max-width: 140px;
  height: auto;
}
@media (max-width: 991px) {
  body header .logo img {
    width: auto !important;
    height: 66px !important;
    max-height: 66px !important;
  }
}

.header:not[active-sticky] .bottom-header-content {
  height: 45px;
  line-height: 45px;
}
.header:not[active-sticky] .bottom-header-content #mainMenu .li:hover {
  background-color: #AB131C;
}
.header:not[active-sticky] .bottom-header-content #mainMenu .li a {
  padding: 0 20px !important;
}
.header:not[active-sticky] .bottom-header-content #mainMenu .li a .icon-next {
  font-size: 15px;
  margin-left: 5px;
}
.header:not[active-sticky] .nav.nav-main-menu > li:hover {
  background-color: #AB131C;
}
.header:not[active-sticky] .nav.nav-main-menu > li a {
  padding: 0 20px;
}

.header.active-sticky.header99 .nav.nav-main-menu > li > a {
  padding: 0 20px;
}

.header .nav.nav-main-menu > li > a {
  padding: 0 20px;
  line-height: 45px;
  font-weight: 600;
}

.navigation .nav-main-menu .nav_home {
  display: block;
}
@media (min-width: 992px) {
  .navigation .nav-main-menu .nav_home {
    display: none;
  }
}

body .bottom-header-content {
  box-shadow: 0px 10px 10px #ccc;
}
@media (min-width: 992px) {
  body .bottom-header-content {
    background: rgb(168, 19, 29);
    background: -moz-linear-gradient(left, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(168, 19, 29)), color-stop(51%, rgb(218, 23, 26)), color-stop(100%, rgb(168, 19, 29)));
    background: -webkit-linear-gradient(left, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
    background: -o-linear-gradient(left, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
    background: -ms-linear-gradient(left, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
    background: linear-gradient(to right, rgb(168, 19, 29) 0%, rgb(218, 23, 26) 51%, rgb(168, 19, 29) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a8131d", endColorstr="#a8131d", GradientType=1 );
  }
}
@media (max-width: 991px) {
  body .bottom-header-content {
    background: none !important;
    background-color: white !important;
  }
}
body .bottom-header-content .menu-content {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  body .bottom-header-content .menu-content {
    height: 45px;
  }
}

.header.header99 .middle-header-content {
  padding: 5px 0;
}
.header.header99 .menu-content {
  padding: 0;
}

.middle-header-content .container .row {
  display: flex;
  align-items: center;
  width: 100%;
}

.top-header-content {
  height: 40px;
  padding-top: 12px;
}
.top-header-content .header_block {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.1px;
}
.top-header-content .fas {
  margin-right: 9px;
  font-size: 17px;
}
.top-header-content .dhl-logo {
  width: 56px;
  height: auto;
  margin-left: 3px;
  position: relative;
  bottom: 2px;
}
.top-header-content .bioprodukte {
  position: relative;
  bottom: 4px;
  margin-right: 9px;
}

.header_block .row {
  display: flex;
}
.header_block .row .col-md-3 {
  width: inherit;
}
.header_block .row div {
  flex: 1 1 auto;
}
.header_block .row div:nth-child(2) .block-middle-item, .header_block .row div:nth-child(3) .block-middle-item {
  text-align: center;
}
.header_block .row div:nth-child(4) .block-middle-item {
  text-align: right;
}

@media (min-width: 992px) {
  .header.header99 .minicart-wrapper {
    display: block;
    position: absolute;
    top: -71px;
    right: 0;
  }
  .header.header99 .minicart-wrapper .action.showcart:before {
    font-size: 25px;
    overflow: visible;
    line-height: 25px;
  }
  .header.header99 .minicart-wrapper .login-custom-link a .fa-heart:before {
    font-size: 27px;
  }
}
.header.header99.active-sticky .counter.qty {
  color: white !important;
}

.header .minicart-wrapper:hover .action.showcart {
  color: #da021b;
}

.header .minicart-wrapper:hover, .header .minicart-wrapper:active, .header .minicart-wrapper:focus {
  color: #da021b;
}

.header.header99 .login-custom-link::after {
  background: none !important;
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .header.header99 .menu-content > .action.nav-toggle {
    font-size: 22px;
  }
  .minicart-wrapper .action.showcart::before {
    font-size: 22px;
    line-height: 24px;
  }
}
body .header.header99 .login-custom-link a .fa-sign-out {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
body .header.header99 .login-custom-link a .fa-sign-out:before {
  color: #da021b;
}

@media (min-width: 992px) {
  .header.header99 .login-custom-link {
    margin-right: 25px;
    font-size: 13px;
  }
  .header.header99 .login-custom-link a {
    font-weight: 500;
    color: #6B6B6B;
  }
  .header.header99 .login-custom-link a .fa, .header.header99 .login-custom-link a .far {
    margin-left: 10px;
  }
  .header.header99 .login-custom-link a .fa:before, .header.header99 .login-custom-link a .far:before {
    font-size: 27px;
    color: #2a2a2a;
  }
  .header.header99 .login-custom-link a .fa:after, .header.header99 .login-custom-link a .far:after {
    background-color: transparent;
  }
}
.header.header99 .minicart-wrapper .action.showcart > .counter.qty {
  font-size: 17px;
  color: #2a2a2a;
  padding-top: 13px;
}

@media (min-width: 992px) {
  .header.header99.active-sticky .minicart-wrapper a {
    color: white;
  }
}
.sticky_logo {
  display: none;
}

.active-sticky .main_logo {
  display: none;
}
.active-sticky .sticky_logo {
  display: block;
}

.hover li:hover + .hidden.popup_hover {
  display: block !important;
  visibility: visible !important;
  height: auto;
  transition: top ease-in-out 1s;
  top: 30px;
}

.popup_hover {
  position: absolute;
  height: 0px;
  background: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  z-index: 1000;
  top: 0;
  padding: 20px;
  transition: height ease-in-out 1s;
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0;
  width: 320px;
}

.minicart-wrapper .action.showcart.active::before, .minicart-wrapper .action.showcart.active:active::before {
  color: #da021b;
}

.grand.totals {
  color: #0077C8;
}

.opc-block-summary .table-totals tr.totals.grand th, .opc-block-summary .table-totals tr.totals.grand td {
  color: #0077C8;
}

.opc-block-summary .table-totals tr.totals.grand th strong, .opc-block-summary .table-totals tr.totals.grand td strong {
  color: #0077C8;
}

.billing-address-details {
  padding: 10px;
  border: 1px solid #0077C8;
  margin: 15px 0 30px;
  background: #f9f9f9;
}

.field.choice .control, .form-group.choice .control, .field.choice > input, .form-group.choice > input {
  top: 2px;
}

.panel-heading {
  padding: 0;
  margin: 15px 0;
}

.pccf .pccformwrapper .required-control .control-label::after {
  content: " *";
  color: #da021b;
  display: inline;
}

.pccformwrapper .panel-body .messages {
  padding: 0;
}
.pccformwrapper .panel-body .messages .alert-success {
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    padding-left: 0;
  }
}
.nav.item.current {
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

a:hover, a:focus, a:active {
  color: #0077C8;
}

.modal-inner-wrap {
  background: white;
}

.form-view.panel {
  border: none;
}
.form-view.panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border: none;
}

.login-container .account-static-block ul li .fa {
  color: #0077C8;
}

#maincontent .fieldset.create.account h2 {
  font-size: 24px;
}

.modal-inner-wrap {
  padding: 15px;
}

.mp-gdpr-delete-customer-account.col-mp {
  padding: 0;
  margin-top: 30px;
}
.mp-gdpr-delete-customer-account .mp-gdpr-delete-account > div {
  padding: 0;
}

.box-information .box-actions {
  display: flex;
  flex-direction: column;
}
.box-information .box-actions a {
  max-width: 150px;
}
.box-information .box-actions .btn-secondary {
  margin: 0;
  margin-top: 15px;
}

.block-addresses-list {
  margin-top: 30px;
}

.wishlist .product-item-actions {
  position: relative;
  top: 26px;
  left: 10px;
}
.wishlist .product-item-actions .actions-primary button .far {
  margin-right: 10px;
}

.repertus_address_type .control {
  display: flex;
  flex-direction: column;
}
.repertus_address_type .control .nested {
  margin-top: 15px;
  margin-bottom: 30px;
}
.repertus_address_type .control .nested .repertus_packstation--search-button {
  max-width: 200px;
}

.account .btn {
  padding: 10px;
  min-width: 200px;
}

.block-dashboard-addresses {
  margin: 40px 0;
}

#maincontent {
  margin-top: 30px;
}

.social-media-box {
  padding: 20px;
}
.social-media-box p {
  font-size: 12px !important;
  color: #2A2A2A !important;
  line-height: 21px;
  font-weight: 700;
  text-decoration: underline;
}
.social-media-box p:hover {
  color: #0077C8;
  text-decoration-color: #0077C8;
}
.social-media-box .sm-logo {
  font-size: 16px !important;
  font-weight: 300 !important;
  text-decoration: none;
}
.social-media-box img {
  margin-right: 20px;
}

/*
.owl-carousel .owl-nav > div.owl-next {
	padding-left: 9px;
}
*/
@media (min-width: 571px) and (max-width: 1199.98px) {
  .frame {
    max-width: inherit !important;
  }
  .col-des-4 {
    position: relative;
    width: 33.333% !important;
  }
}
.megamenu-content {
  height: 100%;
}

.mega-menu-content img {
  max-width: 100%;
  width: 100%;
}
.mega-menu-content .sub-menu .mega-menu-sub-title {
  font-size: 15px;
  color: #2A2A2A;
  line-height: 27px;
  font-weight: 500;
}
.mega-menu-content .bottom_content .block-category-link-inline a {
  padding: 0 !important;
}
.mega-menu-content .bottom_content .block-category-link-inline a:hover {
  color: #da021b;
}

.navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title {
  font-size: 15px;
  color: #2A2A2A;
  line-height: 27px;
  font-weight: 500;
}

.prozent a {
  position: relative;
}
.prozent a:after {
  content: "";
  background-image: url("../images/sale-big.png");
  width: 25px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}

.top_content {
  margin-bottom: 20px;
}
.top_content h4 {
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  color: #2a2a2a;
  margin-bottom: 6px;
}
.top_content p {
  line-height: 24px;
}

@media (min-width: 992px) {
  .navigation .nav-main-menu li:focus-within > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .mega-menu-content {
    visibility: hidden;
  }
  .nav-before-open .mega-menu-content {
    visibility: visible;
  }
}
.checkout-cart-index .checkout-extra > .block > .title.active {
  color: #fff;
  background-color: #0077C8;
  border-color: #0077C8;
}

@media (max-width: 991px) {
  body #main-Menucontent #mainMenu .level0 a.level0 {
    color: #2a2a2a !important;
  }
  body #main-Menucontent #mainMenu .level0 a.level0:hover {
    color: #da021b !important;
  }
}

@media (max-width: 991px) {
  .mega-menu-content .static-content {
    display: none;
  }
}

.megamenu-content .nav-tabs > li > a {
  background-color: #0077C8;
}
.megamenu-content .nav-tabs > li > a:hover {
  background-color: #da021b;
}

.header.header99 .mobile_search .search-form .form-search button {
  position: relative;
}
.header.header99 .mobile_search .search-form .form-search .input-text {
  position: absolute;
  left: 40px;
  top: 20px;
  padding: 0;
}

@media (min-width: 992px) {
  .mobile_search {
    position: absolute;
    bottom: 80px;
  }
  .mobile_search #search_mini_form {
    position: relative;
  }
}
@media (max-width: 991px) {
  .nav-main-menu li > a {
    padding: 10px 25px !important;
  }
  .nav-main-menu li > a + .toggle-menu {
    line-height: 66px;
  }
  .mobile_search {
    position: relative;
    margin: 0 25px;
  }
  .megamenu-content .top-links li a:not(.no-display) {
    border-bottom: 1px solid #e3e3e3;
    color: #2a2a2a;
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 45px;
  }
  .megamenu-content .nav-tabs > li.active > a {
    background-color: #fff;
    color: #272727;
  }
  .megamenu-content .nav-tabs > li.active > a:active, .megamenu-content .nav-tabs > li.active > a:focus {
    background-color: #fff !important;
  }
  .list-inline > li {
    display: inline-block;
    padding: 0;
  }
  .megamenu-content .top-links li.compare {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-info-main {
    margin-top: 30px;
  }
}
.product-info-main .page-title-wrapper {
  display: flex;
  position: relative;
  margin-top: 56px;
}
.product-info-main .page-title-wrapper .wishlist {
  align-self: center;
  position: absolute;
  right: 0;
  top: 10px;
}
.product-info-main .product-sub-infomation {
  border: none;
}
.product-info-main .product-sub-infomation .stock.available {
  font-size: 15px;
  color: #577239;
}
.product-info-main .product-info-price {
  display: flex;
  flex-direction: column;
}
.product-info-main .product-info-price .price-box .price {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
}
.product-info-main .product-info-price .price-details {
  font-size: 12px;
  line-height: 18px;
  color: #434343;
}
.product-info-main .product-info-price .price-details .shipping-cost-details a {
  color: #434343;
}
.product-info-main .towishlist .fa-heart {
  font-size: 21px;
  color: #2a2a2a;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.product-info-main .qty > .label[for=qty] {
  display: none !important;
}

@media (min-width: 767px) {
  .product.media {
    margin-right: 50px;
  }
}

.deal-timer .countdown, .deal-timer .time-note {
  display: flex;
}

#deal-timer-1 span b {
  background: #0077C8;
}

.product-detail-deals {
  border-top: none;
  padding-bottom: 18px;
}

.product-info-main .product-sub-infomation:not(:empty) {
  border: none;
}

.product-info-main .product-add-form .box-tocart, .bundle-info .product-details .box-tocart {
  border-top: none;
}

.box-tocart {
  margin-bottom: 40px;
}
.box-tocart .fieldset {
  display: flex;
  flex-direction: row;
}

.box-tocart .field.qty > .control span.edit-qty {
  width: 50px;
  height: 50px;
  line-height: inherit;
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #767676;
}

.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty, .bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty {
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  background: #f9f9f9;
}

.edit-qty.minus {
  padding-top: 3px !important;
  border-right: none !important;
}

.edit-qty.plus {
  border-left: none !important;
}

.product-info-main .product-add-form .box-tocart .actions button.tocart, .bundle-info .product-details .box-tocart .actions button.tocart {
  width: 100%;
  padding: 0 17px;
  background-color: #0077C8;
  border: 1px solid #0077C8;
  color: #fff;
  height: 50px !important;
}
@media (min-width: 1200px) {
  .product-info-main .product-add-form .box-tocart .actions button.tocart, .bundle-info .product-details .box-tocart .actions button.tocart {
    min-width: 365px;
  }
}
.product-info-main .product-add-form .box-tocart .actions button.tocart:hover, .product-info-main .product-add-form .box-tocart .actions button.tocart:focus, .product-info-main .product-add-form .box-tocart .actions button.tocart:active, .bundle-info .product-details .box-tocart .actions button.tocart:hover, .bundle-info .product-details .box-tocart .actions button.tocart:focus, .bundle-info .product-details .box-tocart .actions button.tocart:active {
  background-color: #da021b;
}

.product-info-main .product-add-form .box-tocart .field.qty, .bundle-info .product-details .box-tocart .field.qty {
  margin-top: 25px;
  display: table;
  margin-bottom: 7px;
  margin-right: 18px;
}

.product-info-main .product-add-form .box-tocart .actions, .bundle-info .product-details .box-tocart .actions {
  padding-top: 25px;
  flex-grow: 2;
}

@media (max-width: 767px) {
  .product.data.items > .item.title.active {
    background-color: #0077C8;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .product.data.items > .item.title {
    border-left: 2px solid #f2f2f2;
  }
  .product.data.items > .item.title > .switch {
    font-size: 14px;
  }
  .product.data.items > .item.title > .switch:visited,
  .product.data.items > .item.title > .switch:hover,
  .product.data.items > .item.title > .switch:active {
    color: #fff;
    background-color: #0077C8;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:visited,
  .product.data.items > .item.title:not(.disabled) > .switch:hover,
  .product.data.items > .item.title:not(.disabled) > .switch:active {
    color: #fff;
    background-color: #0077C8;
  }
  .product.data.items > .item.title.active > .switch {
    color: #fff;
    background-color: #0077C8;
    font-size: 14px;
  }
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #fff;
    background-color: #0077C8;
  }
}
.product.data.items > .item.content {
  padding: 15px 0;
  border: none;
  font-size: 15px;
}
@media (min-width: 768px) {
  .product.data.items > .item.content {
    margin-top: 44px;
  }
}

#attributenahrwerttabelle table {
  width: 100%;
  margin-bottom: 30px;
}
#attributenahrwerttabelle table td {
  padding: 5px 30px;
}
#attributenahrwerttabelle table thead {
  font-weight: bold;
  background-color: #f6f6f6;
}

.product-info-after-cart {
  font-size: 11px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .product-info-after-cart {
    flex-direction: column;
  }
}
.product-info-after-cart .attribute {
  position: relative;
}
.product-info-after-cart .fas {
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 17px;
  color: #6B6B6B;
}

.product-image-base {
  background-color: #f6f6f6;
}

.trusted_shop_product {
  position: relative;
}
.trusted_shop_product p {
  font-size: 11px !important;
}

/*
a.data:focus {
	background-color: inherit !important;
	background: inherit !important;
	color: inherit !important;
}
*/
.product-info-main {
  display: flex;
  flex-direction: column;
}
.product-info-main .page-title-wrapper {
  order: 10;
}
.product-info-main .product-sub-infomation {
  order: 20;
}
.product-info-main .product-sub-infomation .product.attribute.sku strong {
  color: #2a2a2a;
}
.product-info-main .product-info-price {
  order: 30;
}
.product-info-main .baseprice {
  order: 40;
  margin-bottom: 10px;
  font-size: 12px;
}
.product-info-main .baseprice .price {
  font-size: 12px;
}
.product-info-main .prices-tier {
  order: 50;
}
.product-info-main .price-details {
  order: 60;
  font-size: 12px;
}
.product-info-main .product-add-form {
  order: 70;
}

.product-info-main .product-sub-infomation .product.attribute.sku span.value {
  color: #2a2a2a;
}

.sku {
  color: #2a2a2a;
}

/*
.bss-label-productlist {
	.label-image {
		height: 10% !important;
		left: 77% !important;
	}
}
*/
.shipping-cost-details a {
  text-decoration: underline;
}

#maincontent .related-product-main h4.title {
  font-size: 24px;
  font-weight: 700;
}

body .price-box .old-price .price {
  color: #606060;
}

.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty, .bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty {
  border: 1px solid #767676 !important;
}

.products-grid .product-item-info .product-item-details .product-item-name {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 19px;
}
.products-grid .product-item-info .product-item-link {
  color: black;
}
.products-grid .product-item-info .product-top .actions-link li .action {
  padding: 1px;
}
.products-grid .product-item-info .product-top .actions-link li .action:hover {
  background-color: #0077C8;
  border-color: #0077C8;
}

.price-final_price .price {
  font-weight: bold;
}

.baseprice {
  color: #666666;
}
.baseprice .price {
  font-size: 14px;
}

.products-grid .price-final_price span.price:after {
  content: "*";
  font-weight: normal;
}

.price-box {
  display: flex;
  margin-top: 5px;
}
.price-box .old-price {
  order: 1;
  margin: 0;
}
.price-box .old-price .price {
  font-weight: normal;
}
.price-box .special-price {
  order: 2;
  margin-left: 6px;
}
.price-box .minimal-price-link {
  order: 3;
}
.price-box .special-price .price {
  color: #E31812;
}

.product-top, .lazy_ready {
  background-color: #f6f6f6 !important;
}

.productlabel {
  position: absolute;
  top: 5px;
  left: 0;
  display: flex;
}
.productlabel .product-label {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: 0 2px;
}
.productlabel .product-label.new-label {
  background-color: #15537E;
  color: white;
  order: 1;
}
.productlabel .product-label.sale-label {
  background-color: #FF3E52;
  color: white;
  order: 2;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 48px;
}

.catalog-product-view .product-top {
  position: absolute;
  top: 5px;
  left: 0;
  display: flex;
}
.catalog-product-view .product-top .product-label {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: 0 2px;
}
.catalog-product-view .product-top .product-label.new-label {
  background-color: #15537E;
  color: white;
  order: 1;
}
.catalog-product-view .product-top .product-label.sale-label {
  background-color: #FF3E52;
  color: white;
  order: 2;
}

@media (max-width: 500px) {
  .category-product-actions .toolbar.toolbar-products {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .sidebar-main {
    display: none;
  }
}
.zoomImg {
  background-color: #f6f6f6;
}

.mfp-wrap .mfp-iframe-holder .mfp-content {
  max-width: 992px;
}

.mgs_quickview-catalog_product-view #maincontent {
  margin-top: 15px !important;
}
.mgs_quickview-catalog_product-view .scroll-to-top {
  display: none;
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
  font-size: 16px;
  font-style: normal;
}

.repertus_packstation-modal .modal-footer {
  display: none;
}

.header.header99 .search-form > .form-search .button {
  position: absolute;
  left: 0;
  font-size: 26px;
  line-height: 26px;
  height: inherit;
  bottom: -9px;
}
.header.header99 .search-form > .form-search .input-text {
  #padding-left: 45px !important;
  left: 45px !important;
  top: 15px !important;
  max-width: 80%;
  #border: none;
  border-bottom: 1px solid #5b5b5b;
  min-width: 200px;
}

.search.results .modes {
  display: none;
}
.search.results .toolbar-sorter {
  text-align: left;
}

.sidebar .category-list-block {
  border: none;
}
.sidebar .category-list-block .list-heading h3 {
  border: none;
  background: none;
  font-weight: inherit;
}
.sidebar .category-list-block ul li {
  border: none;
}

.toolbar .pages.list-inline .pagination .item.current a {
  background: #0077C8;
  color: #fff;
  border-color: #0077C8;
}

.mgs-products.products-grid .owl-stage .product-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.category-products-grid .owl-carousel .owl-nav > div, .instagram-block .owl-carousel .owl-nav > div {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  top: 33%;
  margin-top: 0;
  margin-left: 0;
}
.category-products-grid .owl-carousel .owl-nav > div.owl-prev, .instagram-block .owl-carousel .owl-nav > div.owl-prev {
  left: 0;
  box-shadow: -9px 0 15px 0 rgba(16, 0, 0, 0.16);
}
.category-products-grid .owl-carousel .owl-nav > div.owl-prev span em, .instagram-block .owl-carousel .owl-nav > div.owl-prev span em {
  padding-left: 5px;
}
.category-products-grid .owl-carousel .owl-nav > div.owl-next, .instagram-block .owl-carousel .owl-nav > div.owl-next {
  right: 0;
  box-shadow: 9px 0 15px 0 rgba(16, 0, 0, 0.16);
}
.category-products-grid .owl-carousel .owl-nav > div.owl-next span em, .instagram-block .owl-carousel .owl-nav > div.owl-next span em {
  padding-right: 5px;
}
.category-products-grid .owl-carousel .owl-nav > div:not(.disabled):hover, .instagram-block .owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: #0077C8;
  color: #fff;
  border-color: #0077C8;
}

#maincontent .content-block.instagram-block .owl-carousel .owl-nav > div {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  margin-top: 0;
  margin-left: 0;
  top: 42%;
}
#maincontent .content-block.instagram-block .instagram-item {
  width: auto;
  height: 269px;
}

@media (max-width: 570px) {
  .panel-block-row {
    margin-bottom: 10px;
  }
  .section-builder {
    padding: 0 !important;
    margin-top: 5px !important;
  }
}
#maincontent .instagramm-heading h3 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #2a2a2a;
}

.instagram-block {
  border: none;
}

.product.attribute.description {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product.attribute.description table {
  min-width: 1170px;
}

body {
  color: #2a2a2a !important;
}

.product-info-main .page-title-wrapper .page-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

strong {
  font-weight: 700 !important;
}

#maincontent h1 {
  font-size: 36px;
  color: #2a2a2a;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 570px) {
  #maincontent h1 {
    font-size: 24px;
    text-align: left !important;
  }
}
#maincontent h1 + p {
  font-size: 21px;
}
@media (max-width: 768px) {
  #maincontent h1 + p {
    font-size: 14px;
    line-height: 24px;
    text-align: left !important;
  }
}
#maincontent p {
  font-size: 15px;
}
#maincontent h2, #maincontent .h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}
#maincontent h3, #maincontent .h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}
#maincontent h4, #maincontent .h4 {
  font-size: 21px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #maincontent h4, #maincontent .h4 {
    text-align: left !important;
  }
}

#maincontent .copy_startseite .head-copy-startseite {
  font-size: 14px;
  font-weight: 700;
}
#maincontent .copy_startseite p {
  font-size: 12px;
  line-height: 21px;
}
#maincontent .copy_13 p {
  font-size: 13px;
}
#maincontent .copy_14 p {
  font-size: 14px;
}
#maincontent .copy_18 p {
  font-size: 18px;
  line-height: 30px;
}

.catalog-product-view #maincontent h1 {
  font-size: 24px;
  width: 90%;
}

.banner-subhead {
  font-size: 21px !important;
  font-weight: bold;
  line-height: 30px;
}

.banner_highlighted {
  font-size: 16px;
}

.message a {
  color: #0077C8;
  text-decoration: underline;
}

.btn, .modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary {
  padding: 6px 12px;
}

.wishlist fieldset.fieldset {
  flex-direction: column;
}
.wishlist fieldset.fieldset .qty {
  margin-bottom: 0;
}

#wishlist-view-form .btn.back {
  min-width: 270px;
  padding: 10px;
}

.cms-noroute-index #maincontent .bg-404 .cms-noroute-index .h1 {
  font-weight: bold;
  line-height: 49px;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index #maincontent h3 {
  font-weight: bold;
  color: white;
  margin: 20px 0;
  line-height: 50px;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index #maincontent .bg-404 {
  background-position: 75%;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index .home-page-link {
  background: #0077C8;
  color: white;
  border: none;
  margin: 0;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index .home-page-link:hover {
  background: white;
  color: #0077C8;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index .form-search .fs {
  position: relative;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index .form-search .fs .action {
  position: absolute;
  left: 0;
  bottom: 5px;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index .form-search .fs .action .btn-search {
  background: transparent;
  width: inherit;
  font-size: 26px;
  color: #2a2a2a;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index .form-search .fs .action .btn-search:hover {
  background-color: transparent;
}
.cms-noroute-index #maincontent .bg-404 .cms-noroute-index .form-search .fs .input-box .form-control {
  padding-left: 40px;
}

.search-autocomplete {
  right: inherit;
  left: 0;
}

a.pagebuilder-button-primary {
  border: 1px solid #0077C8;
  color: #0077C8;
  display: inline-block;
  min-width: 300px;
}
a.pagebuilder-button-primary span {
  font-weight: 700;
  line-height: 48px;
}
a.pagebuilder-button-primary:hover {
  background-color: #0077C8;
  color: white;
}

/*# sourceMappingURL=heindl_main.css.map */
