/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.description-short {    font-size: 15px;    line-height: 1.6;    margin-top: 15px;    margin-bottom: 30px;}

.product-tabs.tabs {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
  #content-wrapper, .container {
    max-width: 100% !important;
  }
}
.block-category {font-size: 16px; }

.thumbnail-container .product-price-and-shipping {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
}
.top-info-bar {
  background-color: #7f7b7b; /* Dunkler Hintergrund */
  color: #ffffff;             /* Weiße Schrift */
  font-family: Inter;
  font-size: 14px;
  text-align: center;
  padding: 8px 10px;
}


.top-info-bar {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.service p {
	font-size: 16px;
	font-family: inter;
    padding: 10px 0px 0px;
	margin: 0 0 1.21575rem;
}

.service h3 {
	font-size: 20px;
    font-family: inter;
}

.service.service-style-fourteen {
  margin: 0 30px; /* Abstand links/rechts zwischen den Boxen */
}

span.aeuc_from_label, span.aeuc_tax_label, div.aeuc_tax_label, div.aeuc_weight_label {
    color: #554f58;
    font-size: 14px;
}

.title-normal .title_block {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    letter-spacing: 2px;
	color: #4f4747;
}

.product-line-info.quantity-info .qty-label.label-success {
    background: #dabc9c;
}

label, .label {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-align: right;
}

.form-control-label {
    font-size: 13px;
    padding-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
}

/* Abstand unter "Artikel" */
#cart-subtotal-products {
  margin-bottom: 8px !important;
}

/* Abstand unter "Versand" */
#cart-subtotal-shipping {
  margin-bottom: 16px !important; /* größerer Abstand schafft Luft */
  border-bottom: none !important; /* sicherstellen, dass keine Linie bleibt */
}

/* "Gesamt" hervorheben mit Abstand */
.cart-summary-totals .cart-total {
  margin-top: 20px !important; /* extra Space nach oben */
  font-weight: 600;
}

/* 1) Platz über dem Summenblock (zwischen "Verfügbar" und "1 ARTIKEL") */
.cart-summary .cart-detailed-totals {
  margin-top: 16px !important;   /* ggf. 12–24px nach Geschmack */
}

/* 2) Kleine Grundabstände innerhalb der Summen */
.cart-summary-line { 
  margin-bottom: 8px !important;
}

/* 3) Kein Trenner zwischen Versand und Gesamt, dafür Luft vor "Gesamt" */
.cart-summary-totals .cart-total {
  margin-top: 20px !important;
  font-weight: 600;
}

.deo-content-cart .cart-item .additional-cart-infor {
    font-size: 13px;
    margin-left: -3px;
    margin-right: -3px;
}

.deo-content-cart .cart-item .product-qty {
    padding: 3px 0;
    display: block;
    font-size: 12px;
    text-align: center;
}

/* Gesamter Payment-Bereich einrahmen */
#checkout-payment-step .payment-options {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

/* Einzelne Zahlungsmethoden "flach" anzeigen */
#checkout-payment-step .payment-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

/* Letzte Zahlungsmethode ohne untere Linie */
#checkout-payment-step .payment-option:last-child {
    border-bottom: none;
}

/* Radio Button */
#checkout-payment-step .custom-radio input[type="radio"] {
    transform: scale(1.2);
    margin-right: 10px;
}

/* Label */
#checkout-payment-step .custom-radio label {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Logos rechts */
#checkout-payment-step .payment-option img {
    margin-left: auto;
    max-height: 26px;
}

/* Klarna etwas größer */
#checkout-payment-step .payment-option [alt*="Klarna"] {
    max-height: 30px;
}

/* Zusatzinfos unterhalb kleiner */
#checkout-payment-step .payment-option .payment-option-description {
    font-size: 13px;
    color: #555;
    margin-top: 4px;
}
.footer-container {
    background: #4f4b4b;
    color: #ccc;
}
.section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .section {
    grid-template-columns: 1fr 1fr;
  }
  .section.reverse {
    direction: rtl;
  }
  .section.reverse > * {
    direction: ltr;
  }
}

/* Intro Hintergrund */
.about-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('https://www.linomino.de/img/cms/hintergrund-linomino.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 40px;
  margin-bottom: 60px;
}

.about-intro .intro-content h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-intro .intro-content p {
  font-size: 18px;
  line-height: 1.6;
}

.about-intro .intro-icon img {
  max-width: 80px;
  height: auto;
  opacity: 0.8;
}

/* Standard Abschnitt */
.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 40px;
}

.about-section.reverse {
  flex-direction: row-reverse;
}

.about-text {
  flex: 1;
}

.about-text .small-heading {
  color: #888;
  font-size: 16px;
  margin-bottom: 5px;
}

.about-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.about-text p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  height: 320px; /* sorgt für gleiche Höhe */
  object-fit: cover;
  border-radius: 10px;
}

/* Banner über volle Seitenbreite */
.homepage-banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.homepage-banner img {
  width: 100%;       /* passt sich dem Bildschirm an */
  height: auto;      /* Verhältnis bleibt korrekt */
  display: block;    /* entfernt kleine Abstände unten */
}

/* Produktbilder auf der Produktseite verkleinern */
.product-cover img {
    max-width: 70% !important; /* Größe anpassen (70% = kleiner als Standard) */
    height: auto !important;
    margin: 0 auto;
    display: block;
}

/* Auch kleine Vorschaubilder etwas anpassen */
.product-images img {
    max-width: 80% !important;
    height: auto !important;
}

h1 {
    font-size: 26px;
    margin: .67em 0;
}

h2 {
    font-size: 22px;
    margin: .67em 0;
}

.product-tabs.tabs .nav-tabs .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 25px;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400;
    position: relative;
    background: #FFF;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-radius: 9999px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Inter Regular */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
         url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Inter Medium */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
         url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Inter Bold */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
         url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, a, span, li {
    font-family: 'Inter', sans-serif !important;
}

#ps_checkout-payment-method-logo-block-container {
    display: none !important;
}



/* Social Share Buttons */
.social-sharing,
.product-actions .social-sharing { display: none !important; }

.startseiten-banner {
  display: block;
  width: 100%;       /* nimmt die ganze Seitenbreite ein */
  height: auto;      /* Seitenverhältnis bleibt erhalten */
  margin: 0;         /* keine Ränder */
  max-width: 100%;   /* keine Begrenzung */
}

/* Produkt-Hover Icons im DeoTemplate deaktivieren */
.deal-product .product-miniature .product-actions,
.product-miniature .product-actions,
.product-miniature .btn.add-to-cart,
.product-miniature .quick-view,
.product-miniature .product-cart,
.product-miniature .button-container,
.product-miniature .add-to-cart {
    display: none !important;
}

.product-miniature .thumbnail-container:hover .product-actions {
    display: none !important;
}
/* Produkt-Hover Icons im DeoTemplate deaktivieren */
.deal-product .product-miniature .product-actions,
.product-miniature .product-actions,
.product-miniature .btn.add-to-cart,
.product-miniature .quick-view,
.product-miniature .product-cart,
.product-miniature .button-container,
.product-miniature .add-to-cart {
    display: none !important;
}

.product-miniature .thumbnail-container:hover .product-actions {
    display: none !important;
}
.shopping-cart-description .product-title span {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    width: 100%;
}
.total-price-text, .cart-product-price {
    font-size: 14px;
    text-align: right;
}
.table.table-bordered.totalTable td {
    font-size: 14px;
    text-align: right;
}
.opc_shipping_method li.alert-info, .opc_payment_method li.alert-info {
    color: #4f4f4f;
    background-color: #f4fef8;
    border-color: #ddefe4;
}
.alert-info .paymentInfo {
    display: block;
    margin-top: 10px;
    padding-left: 28px;
    font-size: 13px;
}
/* Rahmen um das horizontale Megamenu entfernen */
.deo-horizontal-menu,
.deo-horizontal-menu * {
    border: none !important;
    box-shadow: none !important;
}

/* Abstand unter dem Newsletter-Hinweis im Supercheckout */
#customer_person_information_table .input-box {
    margin-bottom: 20px !important;
}

/* AGB-Checkbox: Abstand zwischen Kästchen und Text reparieren */
.opc-container .checkbox input[type="checkbox"] + label {
    padding-left: 24px !important;   /* Abstand für Text rechts vom Kästchen */
    margin-left: 0 !important;       /* zur Sicherheit, damit nichts verschoben wird */
}

/* Abstand zwischen Versand-Text und Versandpreis im Supercheckout */
#shipping-method li.highlight.alert-info label .shippingPrice {
    margin-left: 6px !important;
}

.images-container img,
.product-cover img,
.slick-slide img,
.product-images img {
    touch-action: pan-y pinch-zoom !important;
    pointer-events: auto !important;
}

.slick-slider {
    touch-action: pan-y pinch-zoom !important;
}




