@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");

:root {
  --in-primary:var(--bs-primary);
  --in-primary-rgb:var(--bs-primary-rgb);
  --in-secondary:#333333;
  --in-secondary-rgb:51,51,51;
}

/*schování tlačítek e-shopu*/
.product-page__cart,
#variant-box,
#basket,
.product-item__price,
.product-item__cart-button {
  display:none !important
}

body {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}


.container--article h1+p, .container--article .h1+p {
  margin-top: 0;
}


/*zarovnani vlevo*/
.perex__text-wrapper, .section-perex__text-wrapper {
  text-align:left;
}


/*index padding*/
#index .main,
#index .container--article,
#index .main>.container:first-child{
  padding-bottom:0;

}

/*header*/
.header {
  box-shadow: 0px 3px 10px #00000024;
}

/*logo*/
.navbar__brand-logo-img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 12rem;
  max-height: 4rem;
}

@media(min-width: 576px) {
  .navbar__brand-logo-img {
    max-width:12rem;
    max-height: 4rem;
  }
}

@media(min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: 15rem;
    max-height: 4rem;
  }
}

/* navbar */
.navbar {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.navbar__menu-item>.navbar__menu-link:hover,
.navbar__menu-item.active>.navbar__menu-link, 
.navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: inherit;
}

.navbar__menu-item > .navbar__menu-link {
  position:relative;
}

.navbar__menu-item.active .navbar__menu-item.active {
  border-color: transparent;
}

.navbar__menu-link:hover:after,
.navbar__menu-item.active > .navbar__menu-link:after {
  content: '';
  position: absolute;
  top: 85%;
  left: 8px;
  width: 50%;
  height: 4px;
  background-color: var(--in-primary) }

.navbar__menu-item > .navbar__menu-list > .navbar__menu-item > .navbar__menu-link:hover:after,
.navbar__menu-item > .navbar__menu-list > .navbar__menu-item.active > .navbar__menu-link:after{
  content: '';
  position: absolute;
  top: 10%;
  left: -1px;
  width: 3px;
  height: 80%;
}


/*index padding*/
#index #main {
    padding-top: 0;
}

#index .main,
#index .container--article,
#index .main>.container:first-child{
  padding-bottom:0;

}

/*vlastní motiv*/

.motive.custom-motive {
  display:none;
  background-color: #2E3337;
}

#index .motive.custom-motive {
  display:block;
} 

.motive.custom-motive{
  max-height: 100%
}

.custom-motive .section-container.section-carousel {
  padding: 0;
}

.custom-motive .carousel-caption {
  right: 15%;
  bottom: 20%;
  left: 15%;
  text-shadow: none;
  padding-top:0;
  padding-bottom:0;
}

.custom-motive .carousel-caption p{
  margin-bottom:0.7em;
  font-size: clamp(1.1rem, 1vw, 1.5rem);
}

@media (max-width: 1200px) {
  .custom-motive .carousel-caption {

  }
}




@media (max-width: 992px) {
  .custom-motive .carousel-caption {
    right: 0%;
    bottom: 0;
    left: 0%;
    text-align: center;
    text-shadow: none;
    position: relative;
    background-color: #2E3337;
    max-width:unset;
    padding:10px
  }
}



/*section-dynamic*/

.section-dynamic .article-item-wrapper {
  flex: 1 0 auto;
}

/*section*/
.section-3-col-bottom-text .section-cell-item, .section-3-col-top-text .section-cell-item {
  margin-top: 1.5rem;
}

/*uvod-partneri*/
/*uprava fotogalerie*/


.section-partneri .section-cell-parent {

  display:flex;
  flex-direction:row;
  justify-content:center;
  flex-wrap:wrap;
}

.section-partneri .section-cell-parent .col {
  width:unset;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: calc(var(--bs-gutter-x)*.5);
  text-align:center;
}

.section-partneri .section-cell-parent img {
  height:40px;
  width:auto;
  filter:grayscale(0);
  transition: .4s;
}

.section-partneri .section-cell-parent img:hover {
  filter:grayscale(0.5);
}

/*uvod kategorie*/

.section-kategorie .category__details {
  display:none;
}

.section-kategorie .category__img-wrapper {
    padding-bottom: 60%;
}


@media (min-width: 576px){
  .section-kategorie .category-wrapper {
    width: 100%;

  }}

@media (min-width: 768px){
  .section-kategorie .category-wrapper {
    width:50%;
  }}


@media (min-width: 992px) {
  .section-kategorie .category-wrapper {
    width: 33.3333333%;
  }}

@media (min-width: 1200px) {
  .section-kategorie .category-wrapper {
    width: 25%;
  }}



@media (max-width: 767.98px) {
  .section-contact table {
    margin:0 auto;
  }
}


/* color
================================*/



#contactus  {
  background-color: rgba(var(--bs-primary-rgb),0.8);
  color: var(--bs-body-bg);
}

#contactus  a,
#contactus  a:hover{
  color:var(--bs-body-bg) ;
}

.footer {
  background-color: rgba(var(--bs-body-color-rgb),0.9);
  color: var(--bs-body-bg);
}

.footer a,
.footer a:hover{
  color:var(--bs-body-bg) ;
}

.footer .section-contact .social-icons>.section-cell-item a img, .section-contact .social-icons>.section-cell-item .eshop-menu__link--button img, .section-contact .social-icons>.section-cell-item button.navbar__menu-link img {
  filter: invert(100%) sepia(12%) saturate(0%) hue-rotate(270deg) brightness(108%) contrast(101%);
}

/*============úprava barev=============*/

/*color primary**/

button.navbar__menu-link:hover,
.navbar__menu-link:hover,
.comment__hide:hover,
.cart-table__promo-button,.cart-table__delivery-button,
.cart-table__label-icon,
.minicart__empty-icon,.cart-table__empty-icon,
.article-item__icon,.category__icon,.product-item__icon,
.locked__icon,
.link-primary,
.page-link,.pagination__page-link,
.nav-pills .nav-link.active,.nav-pills .section-tabs .item a.active,.section-tabs .item .nav-pills a.active,.nav-pills .section-tabs .item button.active.navbar__menu-link,.section-tabs .item .nav-pills button.active.navbar__menu-link,.nav-pills .section-tabs .item .active.eshop-menu__link--button,.section-tabs .item .nav-pills .active.eshop-menu__link--button,.nav-pills .show>.nav-link,.nav-pills .section-tabs .item .show>a,.section-tabs .item .nav-pills .show>a,.nav-pills .section-tabs .item .show>button.navbar__menu-link,.section-tabs .item .nav-pills .show>button.navbar__menu-link,.nav-pills .section-tabs .item .show>.eshop-menu__link--button,.section-tabs .item .nav-pills .show>.eshop-menu__link--button,
.nav-link,.section-tabs .item a,.section-tabs .item button.navbar__menu-link,.section-tabs .item .eshop-menu__link--button,
.btn-link,
.btn-outline-primary:disabled,.navbar__search-button:disabled,.btn-secondary:disabled,.btn-default:disabled,.minicart__button-close:disabled,.cart-button--back:disabled,.cart-button--outline:disabled,.product-item__cart-button:disabled,.product-page__cart-button:disabled,.btn-outline-primary.disabled,.disabled.navbar__search-button,.disabled.btn-secondary,.disabled.btn-default,.disabled.minicart__button-close,.disabled.cart-button--back,.disabled.cart-button--outline,.disabled.product-item__cart-button,.disabled.product-page__cart-button,
.btn-outline-primary,.navbar__search-button,.btn-secondary,.btn-default,.minicart__button-close,.cart-button--back,.cart-button--outline,.product-item__cart-button,
a,.eshop-menu__link--button {
  color: var(--in-primary);
}

.navbar__toggler-icon-bar,
.cookies__link,.cookies__link:hover,.cookies__link:focus,
.cookies,
#tinymce section.section-container .section-cell-item[class*="social"]:hover,
.section-contact .social-fb:hover,.section-contact .social-fb:focus,.section-contact .social-tw:hover,.section-contact .social-tw:focus,.section-contact .social-instagram:hover,.section-contact .social-instagram:focus,.section-contact .social-tripadvisor:hover,.section-contact .social-tripadvisor:focus,.section-contact .social-youtube:hover,.section-contact .social-youtube:focus,
.footer__social-link:hover,.section-contact .social-link:hover,
.navbar__cart-items,
.navbar__toggler-icon-bar,
.list-group-item.active,
.progress-bar,
.page-item.active .page-link,.active.pagination__page-item .page-link,.page-item.active .pagination__page-link,.active.pagination__page-item .pagination__page-link,
.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active,
.dropdown-item.active,.dropdown-item:active,
.btn-check:checked+.btn-outline-primary,.btn-check:checked+.navbar__search-button,.btn-check:checked+.btn-secondary,.btn-check:checked+.btn-default,.btn-check:checked+.minicart__button-close,.btn-check:checked+.cart-button--back,.btn-check:checked+.cart-button--outline,.btn-check:checked+.product-item__cart-button,.btn-check:checked+.product-page__cart-button,.btn-check:active+.btn-outline-primary,.btn-check:active+.navbar__search-button,.btn-check:active+.btn-secondary,.btn-check:active+.btn-default,.btn-check:active+.minicart__button-close,.btn-check:active+.cart-button--back,.btn-check:active+.cart-button--outline,.btn-check:active+.product-item__cart-button,.btn-check:active+.product-page__cart-button,.btn-outline-primary:active,.navbar__search-button:active,.btn-secondary:active,.btn-default:active,.minicart__button-close:active,.cart-button--back:active,.cart-button--outline:active,.product-item__cart-button:active,.product-page__cart-button:active,.btn-outline-primary.active,.active.navbar__search-button,.active.btn-secondary,.active.btn-default,.active.minicart__button-close,.active.cart-button--back,.active.cart-button--outline,.active.product-item__cart-button,.active.product-page__cart-button,.btn-outline-primary.dropdown-toggle.show,.dropdown-toggle.show.navbar__search-button,.dropdown-toggle.show.btn-secondary,.dropdown-toggle.show.btn-default,.dropdown-toggle.show.minicart__button-close,.dropdown-toggle.show.cart-button--back,.dropdown-toggle.show.cart-button--outline,.dropdown-toggle.show.product-item__cart-button,.dropdown-toggle.show.product-page__cart-button,
.btn-outline-primary:hover,.navbar__search-button:hover,.btn-secondary:hover,.btn-default:hover,.minicart__button-close:hover,.cart-button--back:hover,.cart-button--outline:hover,.product-item__cart-button:hover,.product-page__cart-button:hover ,
.btn-primary:disabled,.motto__button-link:disabled,.locked__submit:disabled,.search-form__search-button:disabled,.minicart__button-cart:disabled,.account-button:disabled,.promo-code__submit:disabled,.cart-button:disabled,.add-comment__button--submit:disabled,.comment__reply:disabled:hover,.btn-primary.disabled,.disabled.motto__button-link,.disabled.locked__submit,.disabled.search-form__search-button,.disabled.minicart__button-cart,.disabled.account-button,.disabled.promo-code__submit,.disabled.cart-button,.disabled.add-comment__button--submit,.disabled.comment__reply:hover,
.btn-primary,.motto__button-link,.locked__submit,.search-form__search-button,.minicart__button-cart,.account-button,.promo-code__submit,.add-comment__button--submit,.comment__reply:hover
{
  background-color: var(--in-primary);
}


.form-range::-moz-range-thumb,
.form-range::-webkit-slider-thumb,
.form-check-input[type="checkbox"]:indeterminate,.user-form__checkbox-input[type="checkbox"]:indeterminate,.search-form__form-check-input[type="checkbox"]:indeterminate,.cart-form__check-input[type="checkbox"]:indeterminate,
.form-check-input:checked,.user-form__checkbox-input:checked,.search-form__form-check-input:checked,.cart-form__check-input:checked 
{
  background-color: var(--in-primary);
}

.comment__hide:hover,
.comment,.no-comment-yet,
.eshop-menu__item.active>.eshop-menu__link,
.eshop-menu__list.level2 .eshop-menu__item.active,
.cart-form__delivery-status:hover,.cart-form__delivery-status:focus,
.payment-options__link:hover,.payment-options__link:focus,
.section-contact .social-fb:hover,.section-contact .social-fb:focus,.section-contact .social-tw:hover,.section-contact .social-tw:focus,.section-contact .social-instagram:hover,.section-contact .social-instagram:focus,.section-contact .social-tripadvisor:hover,.section-contact .social-tripadvisor:focus,.section-contact .social-youtube:hover,.section-contact .social-youtube:focus,
.section-services li,.section--services li,
.locked__icon-wrapper,
.footer__social-link:hover,.section-contact .social-link:hover,
.border-primary,
.list-group-item.active,
.page-item.active .page-link,.active.pagination__page-item .page-link,.page-item.active .pagination__page-link,.active.pagination__page-item .pagination__page-link,
.btn-check:checked+.btn-outline-primary,.btn-check:checked+.navbar__search-button,.btn-check:checked+.btn-secondary,.btn-check:checked+.btn-default,.btn-check:checked+.minicart__button-close,.btn-check:checked+.cart-button--back,.btn-check:checked+.cart-button--outline,.btn-check:checked+.product-item__cart-button,.btn-check:checked+.product-page__cart-button,.btn-check:active+.btn-outline-primary,.btn-check:active+.navbar__search-button,.btn-check:active+.btn-secondary,.btn-check:active+.btn-default,.btn-check:active+.minicart__button-close,.btn-check:active+.cart-button--back,.btn-check:active+.cart-button--outline,.btn-check:active+.product-item__cart-button,.btn-check:active+.product-page__cart-button,.btn-outline-primary:active,.navbar__search-button:active,.btn-secondary:active,.btn-default:active,.minicart__button-close:active,.cart-button--back:active,.cart-button--outline:active,.product-item__cart-button:active,.product-page__cart-button:active,.btn-outline-primary.active,.active.navbar__search-button,.active.btn-secondary,.active.btn-default,.active.minicart__button-close,.active.cart-button--back,.active.cart-button--outline,.active.product-item__cart-button,.active.product-page__cart-button,.btn-outline-primary.dropdown-toggle.show,.dropdown-toggle.show.navbar__search-button,.dropdown-toggle.show.btn-secondary,.dropdown-toggle.show.btn-default,.dropdown-toggle.show.minicart__button-close,.dropdown-toggle.show.cart-button--back,.dropdown-toggle.show.cart-button--outline,.dropdown-toggle.show.product-item__cart-button,.dropdown-toggle.show.product-page__cart-button,
.btn-outline-primary:hover,.navbar__search-button:hover,.btn-secondary:hover,.btn-default:hover,.minicart__button-close:hover,.cart-button--back:hover,.cart-button--outline:hover,.product-item__cart-button:hover,.product-page__cart-button:hover,
.btn-outline-primary,.btn-secondary,.btn-default,.minicart__button-close,.cart-button--back,.cart-button--outline,.product-item__cart-button,.product-page__cart-button,
.btn-primary:disabled,.motto__button-link:disabled,.locked__submit:disabled,.search-form__search-button:disabled,.minicart__button-cart:disabled,.account-button:disabled,.promo-code__submit:disabled,.cart-button:disabled,.add-comment__button--submit:disabled,.comment__reply:disabled:hover,.btn-primary.disabled,.disabled.motto__button-link,.disabled.locked__submit,.disabled.search-form__search-button,.disabled.minicart__button-cart,.disabled.account-button,.disabled.promo-code__submit,.disabled.cart-button,.disabled.add-comment__button--submit,.disabled.comment__reply:hover,
.btn-primary,.motto__button-link,.locked__submit,.search-form__search-button,.minicart__button-cart,.account-button,.promo-code__submit,.cart-button,.add-comment__button--submit,.comment__reply:hover,
.form-check-input[type="checkbox"]:indeterminate,.user-form__checkbox-input[type="checkbox"]:indeterminate,.search-form__form-check-input[type="checkbox"]:indeterminate,.cart-form__check-input[type="checkbox"]:indeterminate,
.form-check-input:checked,.user-form__checkbox-input:checked,.search-form__form-check-input:checked,.cart-form__check-input:checked
{
  border-color: var(--in-primary);
}

@media (max-width: 575.98px) {
  .nav-tabs .nav-link.active,.nav-tabs .section-tabs .item a.active,.section-tabs .item .nav-tabs a.active,.nav-tabs .section-tabs .item button.active.navbar__menu-link,.section-tabs .item .nav-tabs button.active.navbar__menu-link,.nav-tabs .section-tabs .item .active.eshop-menu__link--button,.section-tabs .item .nav-tabs .active.eshop-menu__link--button,.nav-tabs .nav-link:hover,.nav-tabs .section-tabs .item a:hover,.section-tabs .item .nav-tabs a:hover,.nav-tabs .section-tabs .item button.navbar__menu-link:hover,.section-tabs .item .nav-tabs button.navbar__menu-link:hover,.nav-tabs .section-tabs .item .eshop-menu__link--button:hover,.section-tabs .item .nav-tabs .eshop-menu__link--button:hover,.nav-tabs .nav-link:focus,.nav-tabs .section-tabs .item a:focus,.section-tabs .item .nav-tabs a:focus,.nav-tabs .section-tabs .item button.navbar__menu-link:focus,.section-tabs .item .nav-tabs button.navbar__menu-link:focus,.nav-tabs .section-tabs .item .eshop-menu__link--button:focus,.section-tabs .item .nav-tabs .eshop-menu__link--button:focus {
    border-color: var(--in-primary)
  }

}

/*primary hover*/

.link-primary:hover,.link-primary:focus,
.page-link:focus,.pagination__page-link:focus,
.page-link:hover,.pagination__page-link:hover,
.nav-link:hover,.section-tabs .item a:hover,.section-tabs .item button.navbar__menu-link:hover,.section-tabs .item .eshop-menu__link--button:hover,.nav-link:focus,.section-tabs .item a:focus,.section-tabs .item button.navbar__menu-link:focus,.section-tabs .item .eshop-menu__link--button:focus,
.btn-link:hover,
a:hover,.eshop-menu__link--button:hover {
  color: var(--in-secondary);
}

.product-page__cart-button:hover,
.btn-check:checked+.btn-primary,.btn-check:checked+.motto__button-link,.btn-check:checked+.locked__submit,.btn-check:checked+.search-form__search-button,.btn-check:checked+.minicart__button-cart,.btn-check:checked+.account-button,.btn-check:checked+.promo-code__submit,.btn-check:checked+.cart-button,.btn-check:checked+.add-comment__button--submit,.btn-check:checked+.comment__reply:hover,.btn-check:active+.btn-primary,.btn-check:active+.motto__button-link,.btn-check:active+.locked__submit,.btn-check:active+.search-form__search-button,.btn-check:active+.minicart__button-cart,.btn-check:active+.account-button,.btn-check:active+.promo-code__submit,.btn-check:active+.cart-button,.btn-check:active+.add-comment__button--submit,.btn-check:active+.comment__reply:hover,.btn-primary:active,.motto__button-link:active,.locked__submit:active,.search-form__search-button:active,.minicart__button-cart:active,.account-button:active,.promo-code__submit:active,.cart-button:active,.add-comment__button--submit:active,.comment__reply:active:hover,.btn-primary.active,.active.motto__button-link,.active.locked__submit,.active.search-form__search-button,.active.minicart__button-cart,.active.account-button,.active.promo-code__submit,.active.cart-button,.active.add-comment__button--submit,.active.comment__reply:hover,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.motto__button-link,.show>.dropdown-toggle.locked__submit,.show>.dropdown-toggle.search-form__search-button,.show>.dropdown-toggle.minicart__button-cart,.show>.dropdown-toggle.account-button,.show>.dropdown-toggle.promo-code__submit,.show>.dropdown-toggle.cart-button,.show>.dropdown-toggle.add-comment__button--submit,.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,.btn-check:focus+.motto__button-link,.btn-check:focus+.locked__submit,.btn-check:focus+.search-form__search-button,.btn-check:focus+.minicart__button-cart,.btn-check:focus+.account-button,.btn-check:focus+.promo-code__submit,.btn-check:focus+.cart-button,.btn-check:focus+.add-comment__button--submit,.btn-check:focus+.comment__reply:hover,.btn-primary:focus,.motto__button-link:focus,.locked__submit:focus,.search-form__search-button:focus,.minicart__button-cart:focus,.account-button:focus,.promo-code__submit:focus,.cart-button:focus,.add-comment__button--submit:focus,.comment__reply:focus:hover,
.btn-primary:hover,.motto__button-link:hover,.locked__submit:hover,.search-form__search-button:hover,.minicart__button-cart:hover,.account-button:hover,.promo-code__submit:hover,.cart-button:hover,.add-comment__button--submit:hover,.comment__reply:hover {
  background-color: var(--in-secondary);
}

.product-page__cart-button:hover,
.btn-check:checked+.btn-primary,.btn-check:checked+.motto__button-link,.btn-check:checked+.locked__submit,.btn-check:checked+.search-form__search-button,.btn-check:checked+.minicart__button-cart,.btn-check:checked+.account-button,.btn-check:checked+.promo-code__submit,.btn-check:checked+.cart-button,.btn-check:checked+.add-comment__button--submit,.btn-check:checked+.comment__reply:hover,.btn-check:active+.btn-primary,.btn-check:active+.motto__button-link,.btn-check:active+.locked__submit,.btn-check:active+.search-form__search-button,.btn-check:active+.minicart__button-cart,.btn-check:active+.account-button,.btn-check:active+.promo-code__submit,.btn-check:active+.cart-button,.btn-check:active+.add-comment__button--submit,.btn-check:active+.comment__reply:hover,.btn-primary:active,.motto__button-link:active,.locked__submit:active,.search-form__search-button:active,.minicart__button-cart:active,.account-button:active,.promo-code__submit:active,.cart-button:active,.add-comment__button--submit:active,.comment__reply:active:hover,.btn-primary.active,.active.motto__button-link,.active.locked__submit,.active.search-form__search-button,.active.minicart__button-cart,.active.account-button,.active.promo-code__submit,.active.cart-button,.active.add-comment__button--submit,.active.comment__reply:hover,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.motto__button-link,.show>.dropdown-toggle.locked__submit,.show>.dropdown-toggle.search-form__search-button,.show>.dropdown-toggle.minicart__button-cart,.show>.dropdown-toggle.account-button,.show>.dropdown-toggle.promo-code__submit,.show>.dropdown-toggle.cart-button,.show>.dropdown-toggle.add-comment__button--submit,.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,.btn-check:focus+.motto__button-link,.btn-check:focus+.locked__submit,.btn-check:focus+.search-form__search-button,.btn-check:focus+.minicart__button-cart,.btn-check:focus+.account-button,.btn-check:focus+.promo-code__submit,.btn-check:focus+.cart-button,.btn-check:focus+.add-comment__button--submit,.btn-check:focus+.comment__reply:hover,.btn-primary:focus,.motto__button-link:focus,.locked__submit:focus,.search-form__search-button:focus,.minicart__button-cart:focus,.account-button:focus,.promo-code__submit:focus,.cart-button:focus,.add-comment__button--submit:focus,.comment__reply:focus:hover,
.btn-primary:hover,.motto__button-link:hover,.locked__submit:hover,.search-form__search-button:hover,.minicart__button-cart:hover,.account-button:hover,.promo-code__submit:hover,.cart-button:hover,.add-comment__button--submit:hover,.comment__reply:hover {
  border-color: var(--in-secondary)

}



/* Bloky s uzsim containerem - pokud je potreba predefinovat $line-width
====================================================================== */

.perex__text-wrapper, .section-perex__text-wrapper {
  margin-left:unset;
  margin-right:unset;
}


.container--article .col-text,
.container--article .section--header,
.container--article .section--text,
.container--article .section-blank,
.container--article .section-title,
.container--article .section-header,
.container--article .section-cta ,
.container--article .col-text.section-bg-light > *, .container--article .col-text.section-bg > *,
.container--article .section--header.section-bg-light > *,
.container--article .section--header.section-bg > *,
.container--article .section--text.section-bg-light > *,
.container--article .section--text.section-bg > *,
.container--article .section-blank.section-bg-light > *,
.container--article .section-blank.section-bg > *,
.container--article .section-title.section-bg-light > *,
.container--article .section-title.section-bg > *,
.container--article .section-header.section-bg-light > *,
.container--article .section-header.section-bg > *,
.container--article .section-cta.section-bg-light > *,
.container--article .section-cta.section-bg > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.perex, .section-perex,
.col-text.section-bg-light > * .section-content, .col-text.section-bg > * .section-content,
.section--header.section-bg-light > * .section-content,
.section--header.section-bg > * .section-content,
.section--text.section-bg-light > * .section-content,
.section--text.section-bg > * .section-content,
.section-blank.section-bg-light > * .section-content,
.section-blank.section-bg > * .section-content,
.section-title.section-bg-light > * .section-content,
.section-title.section-bg > * .section-content,
.section-header.section-bg-light > * .section-content,
.section-header.section-bg > * .section-content,
.section-cta.section-bg-light > * .section-content,
.section-cta.section-bg > * .section-content,
.section-pricelist.section-bg-light > * .section-content,
.section-pricelist.section-bg > * .section-content,
.container--article .col-text.section-bg-light > * .section-content, .container--article .col-text.section-bg > * .section-content,
.container--article .section--header.section-bg-light > * .section-content,
.container--article .section--header.section-bg > * .section-content,
.container--article .section--text.section-bg-light > * .section-content,
.container--article .section--text.section-bg > * .section-content,
.container--article .section-blank.section-bg-light > * .section-content,
.container--article .section-blank.section-bg > * .section-content,
.container--article .section-title.section-bg-light > * .section-content,
.container--article .section-title.section-bg > * .section-content,
.container--article .section-header.section-bg-light > * .section-content,
.container--article .section-header.section-bg > * .section-content,
.container--article .section-cta.section-bg-light > * .section-content,
.container--article .section-cta.section-bg > * .section-content {
  padding-left: 0;
  padding-right: 0; }

.perex, .section-perex,
.section--3-col-text-bottom h3,
.section--3-col-text-bottom p,
.section--3-col-text-top h3,
.section--3-col-text-top p,
.comments,
.top-products__title,
.active-category__title,
.perex,
.section-perex,
.sitemap,
.product-page__description .section-dynamic[data-dynamic-type="folder"],
.col-text.section-bg-light > *, .col-text.section-bg > *,
.section--header.section-bg-light > *,
.section--header.section-bg > *,
.section--text.section-bg-light > *,
.section--text.section-bg > *,
.section-blank.section-bg-light > *,
.section-blank.section-bg > *,
.section-title.section-bg-light > *,
.section-title.section-bg > *,
.section-header.section-bg-light > *,
.section-header.section-bg > *,
.section-cta.section-bg-light > *,
.section-cta.section-bg > *,
.section-pricelist.section-bg-light > *,
.section-pricelist.section-bg > *,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-pricelist {
  max-width: 100%; }


.container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
.container--article .section--header.section-bg-light,
.container--article .section--header.section-bg,
.container--article .section--text.section-bg-light,
.container--article .section--text.section-bg,
.container--article .section-blank.section-bg-light,
.container--article .section-blank.section-bg,
.container--article .section-title.section-bg-light,
.container--article .section-title.section-bg,
.container--article .section-header.section-bg-light,
.container--article .section-header.section-bg,
.container--article .section-cta.section-bg-light,
.container--article .section-cta.section-bg,
.col-text.section-bg-light, .col-text.section-bg,
.section--header.section-bg-light,
.section--header.section-bg,
.section--text.section-bg-light,
.section--text.section-bg,
.section-blank.section-bg-light,
.section-blank.section-bg,
.section-title.section-bg-light,
.section-title.section-bg,
.section-header.section-bg-light,
.section-header.section-bg,
.section-cta.section-bg-light,
.section-cta.section-bg,
.section-pricelist.section-bg-light,
.section-pricelist.section-bg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: none; }


@media (min-width: 576px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg ,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg{
    padding-left: calc((100vw - 540px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 540px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 540px - (2 * 0.75rem)) / 2); } }


@media (min-width: 768px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 720px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 720px + (2 * 0.75rem)) / 2); 
    margin-left: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 720px - (2 * 0.75rem)) / 2);} }


@media (min-width: 992px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg ,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 960px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 960px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 960px - (2 * 0.75rem)) / 2); } }


@media (min-width: 1200px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg ,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);  } }


@media (min-width: 1400px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg,
  .col-text.section-bg-light, .col-text.section-bg,
  .section--header.section-bg-light,
  .section--header.section-bg,
  .section--text.section-bg-light,
  .section--text.section-bg,
  .section-blank.section-bg-light,
  .section-blank.section-bg,
  .section-title.section-bg-light,
  .section-title.section-bg,
  .section-header.section-bg-light,
  .section-header.section-bg,
  .section-cta.section-bg-light,
  .section-cta.section-bg,
  .section-pricelist.section-bg-light,
  .section-pricelist.section-bg {
    padding-left: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
    margin-left: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1320px - (2 * 0.75rem)) / 2); } }




@media (min-width: 768px) {
  .user-form,
  .form-row--center .form-row__text,
  .account-form__fieldset,
  .form-row--center .form-row__text {
    max-width: 100%; } }

@media (min-width: 992px) {
  .section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-bottom-text p, .section-3-col-top-text h3, .section-3-col-top-text .h3, .section-3-col-top-text p {
    max-width: 100%;
  }
}
