/** Shopify CDN: Minification failed

Line 238:2 "font-site" is not a known CSS property
Line 253:19 Expected identifier but found "4"
Line 440:0 Unexpected "}"

**/
main .shopify-section {
  padding: 0 0 10px 0;
}
main .shopify-section:not(.section-promotion-banner):not(.section-video-hero) {
  padding: 0 25px;
}
main .shopify-section:not(.section-promotion-banner):not(.section-video-hero) > div {
  max-width: calc(var(--page-width) + 40px);
}
main .shopify-section:not(.section-promotion-banner):not(.section-video-hero):not(.section-product-info):not(.section-contact-form) > div {
  padding: 25px 0 0 0 !important;
}
main .shopify-section:not(:last-child):not(.section-promotion-banner):not(.section-video-hero):not(:has(#main-cart-items)) > div {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  main .shopify-section:not(.section-promotion-banner):not(.section-video-hero):not(.section-media-gallery):not(.section-contact-form) > div {
    justify-self: center;
  }
}
@media (max-width: 768px) {
  main .shopify-section:not(.section-promotion-banner):not(.section-video-hero) {
    padding: 0 20px;
  }
}

/* header */
h1, h2, h3, h4, h5, h6 {
  padding-top: 0 !important;
}
h2, h3, h4, h5, h6 {
  hyphens: auto;
}
h1, h2, h3, h4, h5 {
  margin: 0 !important;
}
main .shopify-section h1 {
  font-size: 2.8rem;
}
main .shopify-section h2,
main .section-product-info h1 {
  font-size: 1.8rem !important;
}
main .shopify-section h3 {
  font-size: 1.3rem !important;
}
main .shopify-section h4 {
  font-size: 1.1rem !important;
}
main .shopify-section h5 {
  font-size: 1rem !important;
}
@media (max-width: 768px) {
  main .shopify-section h1 {
    font-size: 1.5rem !important;
  }
  main .shopify-section h2 {
    font-size: 1.3rem !important;
  }
  main .shopify-section h3 {
    font-size: 1.2rem !important;
  }
  main .shopify-section h4 {
    font-size: 1.0rem !important;
  }
  main .shopify-section h5 {
    font-size: 0.9rem !important;
  }
}
/* ---- */

/* footer */
.sticky-footer > div {
  margin: 0;
  padding: 15px 20px 5px 20px;
}
.section-footer.shopify-section-group-footer-group {
  margin-top: 30px;
}
.section-footer > div > div {
  padding: 10px 0 !important;
}
.section-footer > div > div > div {
  padding: 0 30px !important;
}
.section-footer > div > div > div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.section-footer p {
  text-align: justify;
}
.section-footer .additional-footer > div > div {
  margin: 0;
}
/* ---- */

/* Header icons */
.x-container-header-icons > * {
  display: none !important;
}
/* ---- */

/* Menu */
nav {
  margin-top: 4px;
  font-size: 20px;
}
nav .mega-nav {
  justify-content: flex-start;
  gap: 40px;
  margin: 15px 0 !important;
}
nav .mega-nav > li {
  width: auto;
  font-size: 18px;
  overflow: hidden;
}
nav .mega-menu-container {
  width: 650px;
}

nav .nav-link {
  border-bottom: 0;
}
nav svg path {
  color: rgb(var(--colors-text-header));
}
nav .hover-text-link.link-active svg path {
  color: rgb(var(--colors-text-link));
}
nav .hover-text-link:hover,
nav .hover-text-link:hover svg path {
  color: #ffffff;
}
nav .toggle-menu {
  background-color: #33373f;
  border-top: 1px solid #3e434d;
}
nav .toggle-menu ul {
  margin: 20px 0;
}
/* ---- */

/* Buttons */
button.button-outline,
.button.button-outline {
  border: 2px solid #278BF4;
  max-height: 49px;
  line-height: 21px;
}
a.button,
button[name=add]:not(.button-disable-effect),
button[name=checkout],
.contact-form button,
.add_to_cart_button {
  font-weight: 500;
  font-size: 17px;
  min-width: 180px;
  max-height: 50px;
}
.splide__arrow--next,
.splide__arrow--prev {
  color: #278BF4; 
}
/* ---- */

/* Divider */
div:has(.divider) {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.divider {
  /*margin-top: 2px; margin-bottom: 2px;*/
  border-top-width: 2px;
}
/* ---- */

/* Page Hero Content*/
.section-video-hero .video-with-text-wrapper,
.section-promotion-banner,
.section-promotion-banner .promotion {
  height: 450px;
  padding-bottom: 0 !important;
}
.section-video-hero > div,
.section-promotion-banner > div,
.section-promotion-banner > div > div {
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
}
.section-video-hero video {
  object-fit: cover;
  height: 100%;
}
.section-promotion-banner .promotion {
  border-radius: 0;
}
.section-promotion-banner .anm-fade-element > div,
.section-promotion-banner div.anm-fade-paragraph {
  width: 100%;
  max-width: 980px;
}
.section-promotion-banner div.anm-fade-paragraph p {
  font-size: 1.2rem;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .section-video-hero .video-with-text-wrapper,
  .section-promotion-banner,
  .section-promotion-banner .promotion {
    height: 250px;
  }
  .section-promotion-banner div.anm-fade-paragraph p {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
/* ---- */

/* Rich text content*/
.section-rich-text div:has(> .rte) {
  padding: 0;
}
.section-rich-text p {
  margin: 0 !important;
  padding: 0;
  font-site: 1rem;
  font-weight: 600;
  max-width: 1000px;
  justify-self: center;
}
@media (max-width: 768px) {
  .section-rich-text p {
    font-size: 0.9rem !important;
  }
}
/* ---- */

/* Media mit Text */
.section-image-with-text .iwt-content > div {
  margin-top: 0;
  margin-bottom: 0;4
}
.section-image-with-text .iwt-overlap {
  padding: 12px 25px;
}
.image-position-mobile-right .iwt-overlap {
    margin-bottom: -15px;
}
.image-position-mobile-left .iwt-overlap {
    margin-top: -15px;
}
.section-image-with-text .iwt-content-overlap {
  padding: 0;
}
.section-image-with-text .iwt-overlap p {
  text-align: justify;
  hyphens: auto;
}
.section-image-with-text .promotion {
  height: 400px;
}
@media (max-width: 768px) {
  .section-image-with-text .promotion {
    height: 250px;
  }
}
/* ---- */

/* Section Multicolumn */
.section-multicolumn .text-with-icon-item {
  padding: 0;
}
.section-multicolumn .text-with-icon-item > div {
  padding: 0 25px;
}
.section-multicolumn div:has(> span > svg) {
  text-align: center;
  margin-bottom: 0px;
}
.section-multicolumn p,
.section-multicolumn p.h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .section-multicolumn p.h3 {
    min-height: 30px;
  }
}
/* ---- */

/* Section with Image */
.section-text-columns-with-image div:has(> h2) {
  padding: 0;
}
.section-text-columns-with-image .text-column-with-image > div > div {
  margin: 0 !important;
  /*gap: 20px;*/
}
.section-text-columns-with-image .text-column-with-image > div > div > div {
  padding: 10px;
}
.section-text-columns-with-image div:has(> div > div > img) {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}
.section-text-columns-with-image div:has(> div > div > img) > div.grow {
  display: flex;
  flex-direction: column;
}
.section-text-columns-with-image div:has(> div > div > img) > div.grow > div:has(> p) {
  flex: 1 1 auto;
}
.section-text-columns-with-image div:has(> div > img) {
  /* padding-bottom: 80px;
  width: 82px; */
  align-self: center;
  margin-bottom: 0;
  /* margin-top: 20px; */
}
.section-text-columns-with-image div:has(> p) {
  padding: 10px;
  margin: 0;
}
.section-text-columns-with-image h2 {
  padding-bottom: 20px;
}
.section-text-columns-with-image p.h3 {
  font-size: 20px !important;
  margin-top: 10px;
  max-width: 80%;
  align-self: center;
}
.section-text-columns-with-image .rte p {
  margin: 0;
  min-height: 110px;
  text-align: justify;
  hyphens: auto;
}
@media (max-width: 768px) {
  .section-text-columns-with-image p.h3 {
    font-size: 18px !important;
  }
  .section-text-columns-with-image .rte p {
    min-height: 20px;
  }
}
/* ---- */

/* Section with Logo list */
.section-logo-list,
.section-logo-list > * {
  width: 100%;
}
.section-logo-list > div > div {
  padding: 0 !important;
}
.section-logo-list div.splide__list {
  padding: 20px 0 0 0;
}
.section-logo-list div:has(> img),
.section-logo-list div.splide__list > * {
  max-height: 76px;
}
.section-logo-list img {
  object-fit: scale-down;
  max-height: 76px;
}
/* ---- */

/* Criterion Table */
/* .section-comparision-table .criterion-row > div:nth-child(2),
.section-comparision-table div.table-header:nth-child(2) {
  display: none;
}
.section-comparision-table .comparision-table-description,
.section-comparision-table .x-block-conparison-table-header {
  margin-bottom: 0px !important;
}

.section-comparision-table h2 {
  margin-bottom: 20px;
}

.section-comparision-table .table-content > div {
  padding-top: 0 !important;
}
.section-comparision-table .table-content .criterion-detail-heading {
  justify-content: flex-start;
}

.section-comparision-table .table-header > span,
.section-comparision-table .table-content .criterion-detail-heading > span {
  font-size: 17px;
}
.section-comparision-table .table-header > span {
  white-space: nowrap;
  font-size: 20px;
}
.section-comparision-table .table-content .criterion-detail-heading > span {
  font-weight: 400;
  text-align: left;
  min-width: 100px;
}
.section-comparision-table .x-block-table-header,
.section-comparision-table .table-content .criterion-row {
  min-height: 56px;
  font-size: 14px;
}
.section-comparision-table .criterion-detail-external > span {
  max-width: 20px;
}
.section-comparision-table .table-header {
  padding: 0;
}

@media (max-width: 768px) {
  .section-comparision-table .table-header > span,
  .section-comparision-table .table-content .criterion-detail-heading > span 
  {
    font-size: 16px;
  }
  /*.section-comparision-table .x-block-table-header,
  .section-comparision-table .table-content .criterion-row {
    min-height: 56px;
  }*/
} */
/* ---- */

/* Product Collage */
/* .section-collage > div {
  width: 100%;
} */
/* ---- */

/* Product Page */
/* .section-product-info .product-page {
  width: 100%;
}
.section-product-info .product-content-container {
  padding-top: 0px;
}
.section-product-info .product-info > div > * {
  margin-bottom: 8px;
}
.section-product-info h1 {
  margin-bottom: 2px !important;
}
.section-product-info h5 {
  margin: 0 0 12px 0 !important;
}
.section-product-info .product-info li {
  hyphens: auto;
  text-align: justify;
  list-style-position: outside;
}
@media (max-width: 768px) {
  .section-product-info .product-page > div > div {
    flex-direction: column-reverse;
  }
} */
/* ---- */

/* Product Card */
/* .card-product:not(.recommendations) {
  background: #ffffff;
  padding-bottom: 8px;
}
.card-info > div {
    gap: 5px;
    display: flex;
    flex-direction: column;
} */
/* ---- */

/* Cart */
/* .theme-template-cart small {
  display: block;
  text-align: start;
} */
/* ---- */

/* Contact */
.section-contact-form .contact-form-container,
.section-contact-form .contact-information {
  padding: 5px 0;
}
.section-contact-form label,
.section-contact-form input {
  font-size: 16px;
}
.section-contact-form label {
  left: 16px;
  color: #808080;
}
.section-contact-form input {
  padding-left: 24px;
}
/* ---- */

/* Legal sites */
.shopify-policy__container .shopify-policy__title {
  margin-bottom: 40px;
  text-align: center;
}
/* ---- */