
:root {
    --in-second: var(--bs-body-color);
    --in-second-rgb: var(--bs-body-color-rgb);
    --bs-body-font-size: 1.05rem;
    --bs-body-font-weight: 400;
    --bs-primary:#1C6E99;
    --bs-primary-rgb:28,110,153;
    --bs-secondary: var(--bs-primary);
    --bs-secondar-rgb: var(--bs-primar-rgb);
}

a,
.eshop-menu__link--button,
button.navbar__menu-link {
    color: var(--bs-primary);
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

/*headline*/

h6,
.h6,
h5,
.h5,
h4,
.cart-form__title,
.account-form__title,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: var(--bs-primary)
}

h1,
.h1,
.section--header h1,
.section--header .h1,
.section-title h1,
.section-title .h1 {
    font-size: calc(1.375rem + 1.5vw);
    text-align: center;
}

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

.container--article ol+h2,
.container--article ol+.h2,
.container--article ul+h2,
.container--article ul+.h2,
.container--article p+h2,
.container--article p+.h2 {
    margin-top: clamp(2rem, 4vw, 3rem)
}

.container--article ol+h3,
.container--article ol+.h3,
.container--article ul+h3,
.container--article ul+.h3,
.container--article p+h3,
.container--article p+.h3 {
    margin-top: clamp(1.5rem, 4vw, 2rem)
}

.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%;
    margin: unset;
    margin-bottom: 1rem;
}

/*table*/
.table-overflow tr:first-of-type,
.table-collapse td:first-of-type {
    font-weight: inherit !important;
}

/*basic*/
.section--header~.perex,
.section--header~.section-perex,
.perex {
    display: block;
    margin-top: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.section--header {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.main>.container:first-child,
.main>.motive__motto:first-child,
.container--article {
    padding-bottom: 0rem
}

#main {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

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

.container.container--files:first-child,
.container--files {
    padding-bottom: clamp(1.5rem, 3vw, 4rem);
}

.perex__text-wrapper,
.section-perex__text-wrapper {
    text-align: left;
}

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

/*stejná výška*/
.categories--root .category,
.file-item,
.product-item {
    height: 100% !important;
}

/*header*/
.header {
    box-shadow: 0px 3px 10px #00000024;
    border-bottom: 5px solid var(--bs-primary)
}

.search-form-i {
    display: none
}

.search-form-wrapper.search-form-f {
    display: none
}

/*contactus*/
#contactus {
    padding: 0.5em;
}

#contactus i {
    color: var(--bs-primary)
}

.contactus-wrap:not(.preview-mode) {
    background-color: rgba(var(--bs-body-color-rgb), 0.04);
}

@media(max-width: 991.98px) {
    .contactus::after {
        background-color: transparent;
    }
}

/*uprava velikosti loga*/

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

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

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

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

/*navbar__menu*/
.navbar__menu>.navbar__menu-list>.navbar__menu-item>.button.navbar__menu-link,
.navbar__menu>.navbar__menu-list>.navbar__menu-item>.navbar__menu-link {
    display: inline-block;
    text-decoration: none;
    color: var(--in-second);
    padding: 0.5em 1em;
    margin: 0.1em 0;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar__menu-link:hover,
.navbar__menu-item.active>.navbar__menu-link,
.navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
    background-color: rgba(var(--bs-body-color-rgb), 0.08);
}

@media (min-width:992px) {

    .navbar__menu>.navbar__menu-list>.navbar__menu-item>.button.navbar__menu-link,
    .navbar__menu>.navbar__menu-list>.navbar__menu-item>.navbar__menu-link {
        padding: 0.5em 1em;
        margin: 0.5em 0 0.5em 5px;
    }

    .navbar__menu>.navbar__menu-list>.navbar__menu-item::before {
        content: "";
        position: absolute;
        height: 5px;
        top: calc(50% - (5px/2));
        border-radius: 2px;
        width: 5px;
        background-color: rgba(var(--bs-primary-rgb), 0.5);
        overflow: hidden;
    }
}

/*vlastní motiv*/
.motive {
    display: none
}

#index .motive {
    display: block
}

.motive.custom-motive {
    max-height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

/*vlastní motiv - carousel*/
.custom-motive .section-container.section-carousel {
    padding: 0;
}

.custom-motive .carousel-caption {
    right: 15%;
    bottom: 26%;
    left: 15%;
    text-align: left;
    text-shadow: none;
    font-size: 1.5rem;
}

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

.custom-motive .carousel-caption h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    margin-bottom: 0.2em;
}

@media (max-width: 992px) {
    .custom-motive .carousel-caption {
        right: 15%;
        bottom: 20%;
        left: 15%;
        text-align: left;
        text-shadow: none;
    }
}

@media (max-width: 768px) {
    .custom-motive .carousel-caption {
        right: 0%;
        bottom: 0;
        left: 0%;
        text-align: center;
        text-shadow: none;
        position: relative;
        background-color: rgba(var(--bs-body-color-rgb), 0.04);
        color: inherit;
    }
}

.motive:not(.fullscreen)>.section-carousel .carousel-item img,
.motive:not(.fullscreen)>.section-carousel .carousel-inner .item img,
.carousel-inner .motive:not(.fullscreen)>.section-carousel .item img {
    max-height: unset;
}

/**/

.motive__motto {

}

.motto__title {
    font-weight:700;
}

.motto__text {
    font-size: 1.7rem;
    font-weight:700;
}

.motto__button-link {
    font-weight:600;
}

.motto {
    max-width: 50em
}

.motto__title,.motto__text {
    text-shadow: 1px 1px 10px rgba(33,37,41,.9),3px 3px 10px rgba(33,37,41,.5)
}

.motto a,.motto .eshop-menu__link--button,.motto button.navbar__menu-link,.motto a:hover,.motto a:focus {
    text-decoration: none
}

/*vypis souboru*/
.table-files__file-link,
.file-item__title {
    font-size: initial;
    font-weight: 400;
}

/*vypis rubrik a clanku*/
.category__img-wrapper,
.article-item__img-wrapper {
    position: relative;
    padding-bottom: 0;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

.category__img,
.article-item__img {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
}

.article-item__icon {
    display: none
}

.product-item,
.article-item {
    padding: 15px;
    height: 100%;
    border-radius: 0rem;
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
	box-shadow: 2px 2px 15px 0px rgba(var(--bs-body-color-rgb), 0.1);
}

.article-item__icon {
    display: none
}

/*categories*/
.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 1rem;
    height: 100%;
    padding: 15px;
    height: 100%;
    border-radius: 0rem;
    border: 0px;
    background-color: rgba(var(--bs-body-color-rgb), 0.04);
}

.category__title {
    text-align: center;
    margin-top: .5em
}

.category__title-link {
    -webkit-line-clamp: unset;
}

.category__thumbnail {
    margin-bottom: .25rem;
    margin-right: 0
}

.category__info {
    margin-top: auto
}

.category__icon,
.category__details {
    display: none;
}

/*section*/
/*section-dynamic*/
.section-dynamic .article-item-wrapper {
    flex: unset;
}

/*section-container*/
.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-3-col-top-text {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.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 {
    text-align: left;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.section-3-col-bottom-text.cell-borders .section-cell-item,
.section-3-col-top-text.cell-borders .section-cell-item {
    background-color: var(--bs-body-bg);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
	box-shadow: 2px 2px 15px 0px rgba(var(--bs-body-color-rgb), 0.1);
    border-radius: 0rem;
}
@media(min-width: 992px) {
    .section-3-col-bottom-text.cell-borders .section-cell-item.col-lg-3,
    .section-3-col-top-text.cell-borders .section-cell-item.col-lg-3 {
        width:calc(25% - 2*var(--section-item-margin))
    }
}

/**/

.section-services ul,.section--services ul {
    -webkit-column-count:unset;
    -moz-column-count: unset;
    column-count: unset;
    -webkit-column-gap:unset;
    -moz-column-gap: unset;
    column-gap: unset;
    -webkit-column-width:unset;
    -moz-column-width: unset;
    column-width: unset;
    display:flex;
    flex-direction:row;
    gap:15px;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}


.section-services li,.section--services li {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100px;
    max-width:18em;
    margin-bottom:unset;
    padding:1rem 1rem 1rem calc(1rem + 20px);
    border-radius: 0;
    background-color: var(--bs-body-bg);
    border: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
	box-shadow: 2px 2px 15px 0px rgba(var(--bs-body-color-rgb), 0.1);
    position:relative;
}

.section-services li:before,.section--services li:before {
    content:"";
    position:absolute;
    left:-1px;
   width:20px;
    height:20px;
    z-index:100000;
    	width:0px; 
	height:0px; 
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;	
	border-left:20px solid var(--bs-primary);
}

/**/

/*own small form - footer*/
.section-small-form .add-comment__input,
.section-small-form .user-form__input {
    padding: 0.25em 0.5em;
}

.section-small-form .user-form__label {
    margin:0;
}

@media (min-width:992px) {
  .section-small-form  .user-form__field:nth-of-type(3),
   .section-small-form  .user-form__field:nth-of-type(4) {
      width:48%;
       display:inline-flex;
       flex-direction:column;
  }
       .section-small-form  .user-form__field:nth-of-type(4) {
         margin-left:3%;
  }

}

/**/

.section-bg h1 {
        text-shadow: 1px 1px 10px rgba(33,37,41,.9),3px 3px 10px rgba(33,37,41,.5);
    color:white;
    font-weight:700;

}

.btn {
    border-radius:0;
}

/*footer*/

.footer {
    padding-top: 2rem;
    border-top: 5px solid var(--bs-primary);
    background-color: var(--bs-body-color);
    color: var(--bs-body-bg);
}

.footer h4 {
    color: var(--bs-body-bg)
}

.footer a {
    color: var(--bs-body-bg-rgb)
}

.footer .section-contact .social-icons>.section-cell-item a {
    background-color: var(--bs-body-bg);
    border-color: var(--bs-body-bg);
}

.footer .section-contact .social-icons>.section-cell-item a:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-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-secondary);
}


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

.footer__social-link, .section-contact .social-link,
.minicart, .account-menu,
.nav-tabs,
.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-secondary);
}


/* 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%;
    }
}