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

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

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

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

.contactus-wrap:not(.preview-mode) {
    background-color:var(--bs-blue) ;
      color:white;
}

.contactus-wrap:not(.preview-mode) #contactus i,
.contactus-wrap:not(.preview-mode) a{
      color:white;
}

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


/* 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: transparent }

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

.navbar__menu-item:nth-child(6n+1) .navbar__menu-link:hover:after,
.navbar__menu-item.active:nth-child(6n+1) > .navbar__menu-link:after,
.navbar__menu-item:nth-child(6n+1) > .navbar__menu-list > .navbar__menu-item > .navbar__menu-link:hover:after,
.navbar__menu-item:nth-child(6n+1) > .navbar__menu-list > .navbar__menu-item.active > .navbar__menu-link:after{
    background-color: var(--bs-blue);
}

.navbar__menu-item:nth-child(6n+2) .navbar__menu-link:hover:after,
.navbar__menu-item.active:nth-child(6n+2) > .navbar__menu-link:after,
.navbar__menu-item:nth-child(6n+2) > .navbar__menu-list > .navbar__menu-item > .navbar__menu-link:hover:after,
.navbar__menu-item:nth-child(6n+2) > .navbar__menu-list > .navbar__menu-item.active > .navbar__menu-link:after{
    background-color: var(--bs-red);
}

.navbar__menu-item:nth-child(6n+3) .navbar__menu-link:hover:after,
.navbar__menu-item.active:nth-child(6n+3) > .navbar__menu-link:after,
.navbar__menu-item:nth-child(6n+3) > .navbar__menu-list > .navbar__menu-item > .navbar__menu-link:hover:after,
.navbar__menu-item:nth-child(6n+3) > .navbar__menu-list > .navbar__menu-item.active > .navbar__menu-link:after{
    background-color: var(--bs-orange);
}

.navbar__menu-item:nth-child(6n+4) .navbar__menu-link:hover:after,
.navbar__menu-item.active:nth-child(6n+4) > .navbar__menu-link:after,
.navbar__menu-item:nth-child(6n+4) > .navbar__menu-list > .navbar__menu-item > .navbar__menu-link:hover:after,
.navbar__menu-item:nth-child(6n+4) > .navbar__menu-list > .navbar__menu-item.active > .navbar__menu-link:after{
    background-color: var(--bs-purple);
}

.navbar__menu-item:nth-child(6n+5) .navbar__menu-link:hover:after,
.navbar__menu-item.active:nth-child(6n+5) > .navbar__menu-link:after,
.navbar__menu-item:nth-child(6n+5) > .navbar__menu-list > .navbar__menu-item > .navbar__menu-link:hover:after,
.navbar__menu-item:nth-child(6n+5) > .navbar__menu-list > .navbar__menu-item.active > .navbar__menu-link:after{
    background-color: var(--bs-green);
}

.navbar__menu-item:nth-child(6n+6) .navbar__menu-link:hover:after,
.navbar__menu-item.active:nth-child(6n+6) > .navbar__menu-link:after,
.navbar__menu-item:nth-child(6n+6) > .navbar__menu-list > .navbar__menu-item > .navbar__menu-link:hover:after,
.navbar__menu-item:nth-child(6n+6) > .navbar__menu-list > .navbar__menu-item.active > .navbar__menu-link:after{
    background-color: var(--bs-yellow);
}


@media (max-width: 991.98px){
    .navbar__menu-item {
        padding-left: 0rem;
    }}

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

}

/*vlastní motiv*/

.motive.custom-motive {
    display:none;
}

#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: 35%;
    bottom: 28%;
    left: 35%;
    text-shadow: none;
    font-size:1.5rem;
    color:var(--bs-body-color);
    background: rgba(var(--bs-body-bg-rgb), 0.8);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius:0.25rem;
}

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

.custom-motive .carousel-caption h2 {
    font-size:  clamp(1.5rem, 3vw, 1.8rem);
    margin-bottom:0.5em;
}


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

@media (max-width: 992px) {
    .custom-motive .carousel-caption {
        right: 15%;
        bottom: 20%;
        left: 15%;
        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: #F9F9F9;
        color:inherit
    }
}

.breadcrumb__list {
  white-space:normal  
}



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

/*footer*/
.footer {background-color: #FFE25E;}


/* 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>*,
.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,
.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: unset;
}


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