@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

:root {
  --in-gray: #EEF2F5;
  --in-gray-rgb: 238, 242, 245;
  --in-yellow: #FFCC03;
  --in-yellow-rgb: 255, 204, 3 ;
  --in-blue: #140D41;
  --in-blue-rgb: 20, 13, 65;
  --bs-body-font-size: 1.1rem;
}

/*skrytí videí na zařízeních 600px a méně*/
@media only screen and (max-width: 600px) {
.section-blank .ratio {
  display:none
}
}

/*=========================*/

body {
  font-size: var(--bs-body-font-size);
  font-family: 'Bitter', serif;
}

h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1, b,strong {
  font-weight: 600;
  color: var(--in-blue);
  font-family: 'Bitter', serif;
}

.btn {
  border-radius: 30px;
  color:var(--bs-body-color)
}


#motive {
  display: none;
}

#index #motive {
  display: block
}

/*uprava velikosti loga*/
.navbar__brand-title-link {
  width: 55px;
  display: block;
  text-align: center;
}

@media(min-width: 1200px) {
  .navbar__brand {
    min-height:3rem
  }
}

.navbar__brand-logo-img {
  max-width: 13rem;
  max-height: 4rem
}

@media(min-width: 576px) {
  .navbar__brand-logo-img {
    max-width:15rem
  }
}

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

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

.font-size-fluid, .col-text, .section--header, .section--text, .section-blank, .section-title, .section-header, .section-cta, .section-2-col-right-text, .section-2-col-left-text {
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
}

.section-container:not(.section-bg)+p+.section-container:not(.section-bg) {
  padding-top: 0;
}

section .section-bg-light, section .section--bg, section .section-bg {
  padding: 1rem !important;
  margin: 0;
}

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

.section-3-col-bottom-text, .section-3-col-top-text {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset
}
@media (min-width: 768px){
  .section-3-col-bottom-text.cell-borders .section-cell-item.col-md-6,
  .section-3-col-top-text.cell-borders .section-cell-item.col-md-6{
    width: calc(50% - 2*var(--section-item-margin));
  }
}

@media (min-width: 992px){
  .section-3-col-bottom-text.cell-borders .section-cell-item.col-lg-4,
  .section-3-col-top-text.cell-borders .section-cell-item.col-lg-4{
    width: calc(33.333333% - 2*var(--section-item-margin));
  }
}

.navbar__toggler {
  display:none;
}

.navbar__menu-link {
  font-weight: 600;
  letter-spacing: 0.02em;
}

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

@media (min-width: 576px) {
  .section-aktuality .article-item-wrapper {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y);
  }
}

@media (min-width: 992px) {
  .rubric .article-item-wrapper, .section-aktuality .article-item-wrapper {
    width:100%;
  }

  .rubric .article-item, .section-aktuality .article-item {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 260px;
  }

  .rubric .article-item__thumbnail, .section-aktuality .article-item__thumbnail {
    width: 400px;
    position: absolute;
    overflow: hidden;
  }

  .rubric .article-item__img-wrapper, .section-aktuality .article-item__img-wrapper {
    padding-bottom: 60%;
  }

  .rubric .article-item__title, .rubric .article-item__perex, .rubric .article-item__details, .section-aktuality .article-item__title, .section-aktuality .article-item__perex, .section-aktuality .article-item__details {
    padding-left: 420px;
  }

  .rubric .article-item__title, .section-aktuality .article-item__title {
    order: 1;
  }

  .rubric .article-item__perex, .section-aktuality .article-item__perex {
    order: 3;
  }

  .rubric .article-item__details, .section-aktuality .article-item__details {
    order: 3;
  }

  .rubric .details__section, .section-aktuality .details__section {
    display: none
  }
}

/*============úprava barev=============*/
a {
  color: var(--in-blue);
}

/*yellow*/
.section-contact .social-icons>.section-cell-item a:hover,.section-contact .social-icons>.section-cell-item .eshop-menu__link--button:hover,.section-contact .social-icons>.section-cell-item button.navbar__menu-link:hover, .section-contact .social-fb, .section-contact .social-tw, .section-contact .social-instagram, .section-contact .social-tripadvisor, .section-contact .social-youtube, .footer__social-link, .section-contact .social-link, .section-contact .social-icons>.section-cell-item a, .section-contact .social-icons>.section-cell-item .eshop-menu__link--button, .section-contact .social-icons>.section-cell-item button.navbar__menu-link {
  border-color: var(--in-body-bg);
}

/*color primary**/
.article-item__title-link, .navbar__menu-link, .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, 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,.product-page__cart-button, .eshop-menu__link--button {
  color: var(--in-primary);
}

.navbar__menu-link:hover:after, .navbar__menu-item.active > .navbar__menu-link:after, .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,.cart-button,.add-comment__button--submit,.comment__reply:hover {
  background-color: var(--in-yellow);
}

.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, .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(--bs-primary);
}

.section-contact .social-icons>.section-cell-item a:hover,.section-contact .social-icons>.section-cell-item .eshop-menu__link--button:hover,.section-contact .social-icons>.section-cell-item button.navbar__menu-link: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(--bs-primary);
}

.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(--bs-primary);
}

.btn-default {
  border-color: var(--bs-body-color);
  background-color:var(--in-gray);
  color:var(--in-blue);
}

.btn-default:hover {
  color:var(--in-blue);

}

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

.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; }

.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; }

.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%;
  }
}