/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1710751601
Updated: 2024-03-18 09:46:41

*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    color-scheme: only light;
}

#wpadminbar{
    position: fixed;
}

body.elementor-kit-9{
    /*Base*/
    --max-desktop-container: 1170px;
    --max-desktop-width: 1600px;

    /*Elemenetor*/
    --e-global-color-primary: #1c1c1c;
    --e-global-color-secondary: #f7f7f7;

    --e-global-text-color-primary: #1c1c1c;
    --e-global-text-color-secondary: #6E6E74;
    --e-global-text-color-dark-theme: white;

    --e-global-color-highlighted: #afca0b;

    --e-global-typography-primary-font-family: "Jost", sans-serif;
    --e-global-typography-secondary-font-family: "Jost", sans-serif;
    --e-global-typography-accent-font-family: "Jost", sans-serif;
    --e-global-typography-text-font-family: "Jost", sans-serif;

    /*Custom*/
    --margin-titles: 1rem 0;
    --banner-height: 601px;
    --header-height: 120px;
    --sites-header-height: 300px;

    color: #1c1c1c;
    font-family: "Jost", sans-serif;
    padding-top: var(--header-height);
    font-size: 16px;
    line-height: 28px;
}

div.e-con, div.e-con-full, div.e-con>.e-con-inner {
    --margin-block-start: 0;
    --margin-block-end: 0;
    --margin-inline-start: 0;
    --margin-inline-end: 0;
    --padding-block-start: 0;
    --padding-block-end: 0;
    --padding-inline-start: 0;
    --padding-inline-end: 0;

    --justify-content: space-between;

    --width: auto;
    --content-width: var(--max-desktop-width);

    --gap: 2rem;
    --row-gap: 2rem;
    --column-gap: 2rem;
}

div.e-con.e-grid, div.e-con.e-grid>div.e-con-inner {
    --e-con-grid-template-rows: auto;
}

a {
    color: var(--e-global-color-highlighted);
    text-decoration: underline;
    transition: .3s linear;
}

a:hover {
    color: var(--e-global-text-color-secondary);
}

ul li::marker {
    color: var(--e-global-color-highlighted);
}

button, input[type="submit"], a.elementor-button, a.elementor-button:visited {
    background-color: transparent;
    color: black;
    padding: 20px 36px;
    border: 1px solid var(--e-global-color-highlighted);
    border-radius: 0;

    font-weight: 500;
    text-transform: uppercase;

    text-decoration: none;
    
    transition: all .3s linear;
}

button:hover, button:active, button:focus, 
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, 
a.elementor-button:hover, a.elementor-button:active, a.elementor-button:focus, 
.solutions .elementor-swiper-button-prev:hover, 
.solutions .elementor-swiper-button-next:hover {
    background-color: var(--e-global-color-highlighted);
    border-color: var(--e-global-color-highlighted);
    color: white;
}


span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    font-size: 12px;
}

.wpcf7-form-control-wrap textarea + .wpcf7-not-valid-tip {
    bottom: -20px;
}

.wpcf7-form-control-wrap input.form-file + .wpcf7-not-valid-tip {
    width: 100%;
    top: 140%;
    left: -50%;
    right: -50%;
    transform: translateX(50%);
}

input[type=text], input[type=email], input[type=tel], textarea {
  padding: 24px 20px;
  height: 27px;
  font-size: 16px;
  line-height: 27px;

  cursor: pointer;
  background-color: white;
  border: 1px solid #EDEDED;
  border-radius: 0;
  margin-right: 16px;
  transition: background-color 200ms;
  position: relative;

  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid{
    border: 1px solid red;
}

textarea {
    margin-top: 1rem;
    padding: 16px 20px;
    height: 200px;
    resize: none;
}

input[type=text]:active, input[type=email]:active, input[type=tel]:active, textarea:active {
  border: 1px solid var(--e-global-text-color-primary);
}

input::placeholder, textarea::placeholder {
    color: #CCC;
}

input[type=text].wpcf7-not-valid::after {
    content: "ne";
}

input[type=file]::file-selector-button {
    padding: 0 20px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid #EDEDED;
    transition: background-color 200ms;
    margin: 16px 12px 0 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

input[type=file]::file-selector-button:hover {
    background-color: #f3f4f6;
}

input[type=file]::file-selector-button:active {
    background-color: #e5e7eb;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    margin-right: 12px;

    width: 20px;
    height: 20px;

    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 16px;
    height: 16px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: var(--e-global-color-highlighted);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.wpcf7-acceptance label {
    margin: 16px 0;
    display: flex;
    align-items: center;
}

h1, h2, h3, h4, h5, h6, h2.elementor-heading-title {
    --e-global-typography-primary-font-family: "Jost", sans-serif;

    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 800;
    text-transform: uppercase;

    margin: var(--margin-titles);
}

.wpcf7-list-item { 
    margin: 0 !important; 
}

div.container {
    max-width: var(--max-desktop-container) !important;
    width: 100%;
    height: auto;
    margin: auto;

    scroll-margin-top: var(--header-height);
}

div.pg-content {
    max-width: 960px !important;
}

.page-header, .elementor-slideshow__title {
    display: none;
}

/*Pomocné třídy*/
.w-100 {
    width: 100%;
}

.background-lightgray {
    background: var(--e-global-color-secondary);
}

/*Green text*/
.solutions__green-text p,
.offer__container__black__green-text p,
.company-policy__green-text p,
.history__container__green-text p,
.sortiment-products__container__green-text p,
.vyroba__form-green p,
.contact__address__text__green-text p,
.contact__address__info__text__open-hours__green-text p
{
    color: var(--e-global-color-highlighted);
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

/*---*/

/*Nastavení jednotlivých komponent*/
/*Mix*/
.contact__panels h3,
.sortiment-products__container__items__item .elementor-image-box-title 
{
    text-transform: unset;
}
/*History, sortiment, vyroba titles*/
.history__container__title .elementor-heading-title, .sortiment-products__container__title .elementor-heading-title, .vyroba-form .elementor-heading-title {
    margin-bottom: 3rem;
}

/*Header*/
div.header {
    position: fixed;
    z-index: 999;
    
    top: 0;

    width: 100%;
    height: var(--header-height);
    background-color: white;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body.logged-in:not(.elementor-editor-active) div.header {
    top: 32px;
}

.header a {
    color: var(--e-global-text-color-primary);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.header a:not(.elementor-button):hover, .header a:active, .header a.elementor-item-active {
    color: var(--e-global-color-highlighted);
}

.header a::after{
    display: none;
}

.header .elementor-widget-image a img[src$=".svg"] {
    width: 100%;
}

.header .elementor-widget-nav-menu .elementor-widget-container {
    justify-content: center;
}

div.header__nav.e-con {
    --align-items: center;
}

/*Stránky - Site header*/
.sites-header > div.e-con-inner {
    --content-width: 100%;
    height: var(--sites-header-height);
}

.sites-header__image {
    width: 100%;
}

.sites-header__image img {
    object-fit: cover;
    width: 100%;
    height: var(--sites-header-height) !important;
}

.sites-header__title {
    width: 100%;
}

/*HP - Banner*/
.banner .banner__contact-panel {
    width: var(--banner-height);

    top: 0;
    left: 40px;
    
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: 0 0;
}

.banner .banner__contact-panel p {
    margin: 0;
}

.banner .banner__contact-panel a {
    color: var(--e-global-text-color-secondary);
    text-transform: uppercase;
    font-size: 14px;
}

.banner .banner__contact-panel a:hover {
    text-decoration: underline;
}

.banner, .banner__image__background {
    height: var(--banner-height);
}

.banner__contact-panel__item.e-con {
    width: auto;
}

.banner__contact-panel .elementor-icon svg,
.banner__contact-panel .elementor-icon i.icon {
    width: 14px;
    height: 14px;
    font-size: 14px;

    color: var(--e-global-text-color-secondary);
    fill: var(--e-global-text-color-secondary);
}

.banner .banner__image {
    width: 93%;
    margin-left: 7%;
}
.banner .banner__image__background .elementor-widget-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .banner__image__content > .e-con-inner {
    padding: 0 4rem;
}

.banner__image__content .elementor-heading-title {
    font-size: 65px;
    line-height: 94px;
    font-weight: 700;

    margin-bottom: 20px;
}

.banner .banner__image__content p {
    font-weight: 400;
}

/*404 banner*/
.banner--full-width > div.e-con-inner {
    --content-width: 100%;
}
.banner--full-width .banner__image, .banner--full-width .banner__image__content {
    width: 100%;
    margin-left: 0;
}

.banner--full-width .banner__image__content > .e-con-inner {
    padding: 0;
    --justify-content: center;
    --align-items: center;
}

.banner--full-width .banner__image__content__title-green h2.elementor-heading-title {
    color: var(--e-global-color-highlighted);
}

.banner--full-width .banner__image__content__buttons {
    margin-top: 16px;
}

/*Gallery*/
.cooperation.e-con {
    padding: 100px 0;
    display: flex;
    --justify-content: center;
}

.cooperation > div.e-con-inner {
    --justify-content: center;
}

.cooperation__gallery div.elementor-image-gallery img {
    width: 100%;
    height: auto;
}

.cooperation__gallery .gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 52px;
    margin: 0 auto;
}

.cooperation__gallery .gallery figure {
    width: calc(100% / 6 - 52px);
}

/*HP - offer*/
.offer .offer__image {
    width: 720px;
    max-width: 45% !important;
    height: 640px;
}

.offer .offer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer .offer__container > .e-con-inner {
    margin-top: 148px;
    --align-items: flex-end;
}

.offer__container .offer__container__black, .offer__container .offer__container__green {
    width: 90%;
}

.offer__container .offer__container__black {
    min-height: 570px;
}

.offer__container__black__text {
    width: 80%;
}

.offer__container .offer__container__black > .e-con-inner{
    margin-left: 45%;
    width: 45%;
}

.offer__container__green > div.e-con-inner {
    --justify-items: auto;
}

.offer__container__green img{
    height: 120px;
    width: auto;
}

.offer__container__green h3 {
    margin: 0;
}

.offer__container__black__button {
    margin-top: 16px;
}

/*HP - Solutions + slick*/
.solutions__text {
    width: 56%;
}

.solutions__slick {
    margin-top: 20px;
}

.solutions .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 50px 50px 20px 50px;
    background: white;
}

.solutions .elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 100%;
}

.solutions .elementor-swiper-button-prev svg, .solutions .elementor-swiper-button-next svg {
    display: none;
}

.solutions__slick .elementor-swiper-button-prev {
    top: -76px !important;
    left: auto !important;
    right: 84px !important;
}

.solutions__slick .elementor-swiper-button-next {
    top: -76px !important;
    right: 0 !important;
}

.solutions .elementor-swiper-button-prev, .solutions .elementor-swiper-button-next{
    width: 72px;
    height: 72px;
    border: 3px solid var(--e-global-color-primary);
    transition: .3s linear;
}

.solutions .elementor-swiper-button-prev::after, .solutions .elementor-swiper-button-next::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url('../../uploads/2024/03/arrow.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.solutions .elementor-swiper-button-next::after {
    transform: rotate(180deg);
}

.solutions .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    border-radius: 0;
    height: 60px;
    width: auto;
}

.solutions__slick .elementor-testimonial__content > div.elementor-testimonial__text {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

/*Sortiment + Historie*/
.warning .elementor-widget-container p::before {
    content: '';
    width: 40px;
    height: 40px;
    background: url('../../uploads/2024/03/warning.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 auto;
}

.warning .elementor-widget-container p {
    max-width: 90%;
    margin: 3rem 0 0;
    display: flex;
    gap: 27px;
    align-items: center;
    font-weight: bold;
}

.sortiment-products__container__items.e-con, .vyroba__form {
    margin-top: 12px !important;
}

.sortiment-products__container__items__item .elementor-image-box-img {
    width: 50% !important;
    height: 4rem;
}

.sortiment-products__container__items__item .elementor-image-box-img img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.sortiment-products__container__items__item .elementor-image-box-description a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin: 2rem 0 0;
    text-decoration: none;
}

.sortiment-products__container__items__item .elementor-image-box-description a:not(.elementor-button):hover{
    text-decoration: underline;
}

.sortiment-products__container__items__item--black figure.elementor-image-box-img {
    display: none;
}

.sortiment-products__container__items__item--black .elementor-widget-container {
    display: flex;
    align-items: center;
}

.sortiment-products__container__items__item--black a.elementor-button {
    color: white;
    font-weight: 500;
    display: initial;
}

.sortiment-products__container__items__item {
    background: white;
    padding: 2rem;
}

.history__container__item.e-con {
    background: white;
    width: 100%;
    padding: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.history__container__item__year p, .history__container__item__desc p {
    margin: 0;
}

.history__container__item__year {
    padding-left: 3%;
    width: 30%;
    font-weight: bold;
}

.history__container__item__desc {
    width: 65%;
    font-weight: bold;
}

/*O nas*/
.company-policy__thank-you p{
    margin: 0 0 28px;
}

.company-policy__thank-you p:last-child {
    margin: 0;
}

.company-policy__title .elementor-heading-title {
    width: 70%;
}

.claim__container p, .company-policy__thank-you p {
    color: var(--e-global-text-color-secondary);
}

/*Vyroba, kontakt*/
.vyroba__title .elementor-heading-title {
    margin: 2rem 0;
    text-transform: unset;
}

.vyroba__lists2 li {
    margin-block-end: 12px;
}

.vyroba__contact-form, .contact__form {
    margin-top: 3rem;
}

.vyroba__form {
    max-width: 90%;
    margin: auto;
}

.vyroba__gallery .e-gallery-grid:not(.e-gallery--animated) {
    grid-gap: 30px;
}

.vyroba__gallery .e-gallery-grid .e-gallery-image {
    width: 217.5px;
    height: 180px;
}

div.contact__form a, div.vyroba__contact-form a {
    text-decoration: underline;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.contact__panels__item, .contact__panels__item.e-con {
    border: 2px solid var(--e-global-color-secondary);
    padding: 30px;
}

.contact__panels__item > div.elementor-widget-container, .contact__panels__item.e-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.contact__panels__item a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.contact__panels__item a:hover {
    text-decoration: underline;
}

.contact__panels__item .elementor-icon-list-item a:hover {
    text-decoration: none;
}

.contact__panels__item a:hover > span.elementor-icon-list-text, .contact__address__info__text__initials__iconlist li a:hover > span.elementor-icon-list-text {
    text-decoration: underline;
}

.contact__panels__item h3, .contact__panels__item a, .contact__panels__item p
{
    margin: 0;
} 

.contact__panels__item__gray-text {
    color: var(--e-global-text-color-secondary);
}

.contact__panels__item__iconlist li a, .contact__address__info__text__initials__iconlist li a {
    color: var(--e-global-text-color-primary);
    font-weight: 400;
    text-transform: unset;
    margin: auto;
}

.contact__panels__item__iconlist li.elementor-icon-list-item a{
    justify-content: center;
    margin: 0 0 10px;
}

.contact__panels__item__iconlist .elementor-icon-list-item i.icon,
.contact__address__info__text__initials__iconlist .elementor-icon-list-item i.icon {
    color: var(--e-global-color-highlighted);
    font-size: 16px;
}

.contact__panels__item__iconlist .elementor-icon-list-item svg, .contact__address__info__text__initials__iconlist .elementor-icon-list-item svg{
    fill: var(--e-global-color-highlighted);
    width: 16px !important;
    height: 16px !important;
}

.contact__panels__item__iconlist .elementor-icon-list-item i.icon {
    font-size: 18px;
}

.contact__panels__item__iconlist .elementor-icon-list-item svg {
    width: 18px !important;
    height: 18px !important;
}

.contact__address__info__map.e-con {
    --padding-inline-start: 0;
    --padding-inline-end: 0;
}

.contact__address__info__map__view img, .contact__address__info__map__original img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.contact__address__info__map__original {
    width: 35%;
    height: 40%;
    bottom: 0;
    background-color: white;
    padding: 10px 10px 10px 0;
}

.contact__address__text_button {
    margin-top: 24px;
}

/*Footer*/
.footer .footer__container .footer__container__menu a {
    color: var(--e-global-text-color-secondary);
    text-decoration: none;
    transition: .3s linear;
}

.footer .footer__container .footer__container__menu a:hover {
    color: white;
    text-decoration: underline;
}

.footer__container__contact__title, 
.footer__container__menu__title, 
.footer__container__store__title, 
.footer__container__info__title,
.footer__title,
.footer .footer__container .footer__container__contact span.footer__container__contact__phone a {
    font-weight: 500;
}

.footer .footer__container .footer__container__contact p a,
.footer .footer__container .footer__container__info p a,
.footer .footer__container .footer__container__store p a {
    color: white;
    text-decoration: underline;
}

.footer .footer__container .footer__container__contact p a:hover,
.footer .footer__container .footer__container__info p a:hover,
.footer .footer__container .footer__container__store p a:hover {
    text-decoration: none;
}

.footer .footer__container .footer__container__contact span.footer__container__contact__phone a {
    text-decoration: none;
}

.footer .footer__container .footer__container__contact span.footer__container__contact__phone a:hover {
    text-decoration: underline;
}

.footer__container__contact .elementor-icon-wrapper {
    text-align: left !important;
}

.footer__container__contact .elementor-icon {
    width: 40px;
    height: 40px;
    
    padding: 12px;

    border: 1px solid #404040;
    border-radius: 100%;

    transition: .3s ease-in-out;
    cursor: pointer;

    position: relative;
}

.footer__container__contact .elementor-icon svg{
    fill: white;
    width: 35%;
    height: 35%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer__container__contact .elementor-icon:hover{
    background: var(--e-global-color-secondary);
}

.footer__container__contact .elementor-icon:hover svg{
    fill: var(--e-global-text-color-primary);
}

.footer--copyright.e-con {
    height: 76px;
    border-top: 1px solid #404040;
    --align-items: center;
}

.footer--copyright p {
    margin: 0;
}

.footer--copyright .footer__container > div.e-con-inner {
    --gap: 0;
    --row-gap: 0;
    --column-gap: 0;
}

.footer--copyright a {
    color: white;
    text-decoration: none;
}

.footer--copyright a:hover{
    text-decoration: underline;
}

/*---*/

/*Text center*/
.text-center,
.sites-header__title .elementor-heading-title,
.history__container__green-text p,
.history__container__title .elementor-heading-title,
.sortiment-products__container__green-text p,
.sortiment-products__container__title .elementor-heading-title,
.vyroba__form-green p,
.vyroba__form-title .elementor-heading-title,
.banner--full-width .banner__image, .banner--full-width .banner__image__content
{
    text-align: center;
}


/*Align-items center*/
.header__container > div.e-con-inner,
.history__container__item.e-con,
.claim__container > div.e-con-inner
{
    --align-items: center;
}

/*Justify-items center*/
.contact__address__info__text,
.offer__container__green.e-con {
    --justify-items: center;
}

/*Justify-content center*/
.banner__contact-panel.e-con,
.offer__container .offer__container__black > .e-con-inner,
.banner--full-width .banner__image__content__buttons > div.e-con-inner,
.contact__address__text > div.e-con-inner {
    --justify-content: center;
}

/*Justify-content flex-start*/
.history__container__item.e-con,
.contact__address .contact__address__info > div.e-con-inner,
.contact__address__info__text__open-hours > div.e-con-inner,
.banner:not(.banner--full-width) .banner__image__content__buttons > div.e-con-inner,
.footer__container__menu > div.e-con-inner,
.contact__panels__item.e-con,
.footer__container__contact > div.e-con-inner
{
    --justify-content: flex-start;
}

/*Justify-content flex-end*/
.footer__container__policy > div.e-con-inner {
    --justify-content: flex-end;
}

/*justify-content center*/
.header__site-logo.e-con {
    --justify-content: center;
}

/*Absolutni pozice*/
.banner__contact-panel.e-con, 
.banner__image__content.e-con, 
.offer .offer__image, div.sites-header__title,
div.contact__address__info__map__original 
{
    --position: absolute;
    position: var(--position);
    z-index: 1;
}

/*Centrování na výšku*/
.banner__image__content {
    top: 50%;
    transform: translateY(-50%);
}

/*Centrování na výšku i na šířku*/
.sites-header__title, .banner--full-width .banner__image__content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*Green background*/
.offer__container__green {
    background-color: var(--e-global-color-highlighted);
}

/*Dark background*/
.footer, 
.offer__container__black,
.sortiment-products__container__items__item--black
{
    background-color: var(--e-global-color-primary);
    color: var(--e-global-text-color-dark-theme);
}

/*Dark button color white, banner color white*/
.offer__container__black a.elementor-button, 
.banner__image__content h2.elementor-heading-title,
.banner__image__content a.elementor-button,
.banner__image__content p ,
.sites-header__title h2.elementor-heading-title,
.sortiment-products__container__items__item--black button
{
    color: var(--e-global-text-color-dark-theme);
}

/*Padding block start 7rem*/
.pg-content > div.e-con-inner,
.company-policy.container > div.e-con-inner,
.contact.container > div.e-con-inner,
.solutions > div.e-con-inner,
.sortiment-products > div.e-con-inner, 
.vyroba-form.e-con,
.history > div.e-con-inner {
    --padding-block-start: 7rem;
}

/*Padding block end 7rem*/
.pg-content > div.e-con-inner,
.company-policy.container > div.e-con-inner,
.contact.container > div.e-con-inner,
.solutions > div.e-con-inner,
.sortiment-products > div.e-con-inner, 
.vyroba-form.e-con
{
    --padding-block-end: 7rem;
}


/*Padding block 2rem*/
.footer:first-child > div.e-con-inner,
.footer--columns .footer__container > div.e-con-inner,
.cooperation > div.e-con-inner,
.claim > div.e-con-inner,
.claim__container > div.e-con-inner,
.contact__address__info__text > div.e-con-inner
{
    --padding-block-start: 2rem;
    --padding-block-end: 2rem;
}

/*Padding block 1rem*/
.header__container > div.e-con-inner {
    --padding-block-start: 1rem;
    --padding-block-end: 1rem;
}

/*padding block 48px*/
.offer__container__green > div.e-con-inner {
    --padding-block-start: 48px;
    --padding-block-end: 48px;
}

/*padding inline 24px*/
.offer__container__green > div.e-con-inner {
    padding-inline-start: 56px;
    padding-inline-end: 56px;
}

/*margin 0*/
.company-policy__items__item p, .offer__container__black__green-text p {
    margin: 0;
}

/*margin-top 1rem*/
.history__container__item.e-con {
    --margin-block-start: 1rem;
}

/*margin-top 7rem*/
.contact__form.e-con {
    --margin-block-start: 7rem;
}

/*margin bottom 1rem*/
.sortiment__lists.e-con {
    --margin-block-end: 1rem;
}

/*margin-bottom 4rem*/
.company-policy__items.e-con {
    --margin-block-end: 4rem;
}

/*gap 0*/
.solutions > div.e-con-inner,
.offer > div.e-con-inner,
.offer__container > div.e-con-inner, 
.footer__container__menu > div.e-con-inner,
.pg-content > div.e-con-inner,
.history__container.e-con,
.sortiment-products__container.e-con,
.vyroba-form.e-con,
.history__container__item.e-con,
.contact__panels__item.e-con,
.contact__address__text > div.e-con-inner,
.contact__address__info__text__initials > div.e-con-inner,
.contact__address__info__text__open-hours > div.e-con-inner,
.banner--full-width .banner__image__content > div.e-con-inner,
.offer__container__black > div.e-con-inner,
.container > div.e-con-inner,
.claim__container__content > div.e-con-inner,
.homepage > div.e-con-inner
{
    --gap: 0;
    --row-gap: 0;
    --column-gap: 0;
}


/*gap 12px*/
.banner__contact-panel__item > div.e-con-inner,
.footer__container__contact > div.e-con-inner,
.contact__address__info__text__open-hours > div.e-con-inner
{
    --gap: 12px;
    --row-gap: 12px;
    --column-gap: 12px;
}

/*gap 16px*/
.banner .banner__image__content > div.e-con-inner,
.contact__address .contact__address__info > div.e-con-inner
{
    --gap: 16px;
    --row-gap: 16px;
    --column-gap: 16px;
}

/*Gap 32px*/
.offer__container__green > div.e-con-inner
{
    --gap: 32px;
    --row-gap: 32px;
    --column-gap: 32px;
}

/*gap 52px*/
.company-policy__items > div.e-con-inner,
.claim__container > div.e-con-inner,
.footer__container > div.e-con-inner,
.contact__address > div.e-con-inner
{
    --gap: 52px;
    --row-gap: 52px;
    --column-gap: 52px;
}

/*gap 60px*/
.contact__panels > div.e-con-inner {
    --gap: 60px;
    --row-gap: 60px;
    --column-gap: 60px;
}


/*gap 68px*/
.claim__container > div.e-con-inner
{
    --gap: 68px;
    --row-gap: 68px;
    --column-gap: 68px;
}

/*Grids*/
.grid-4 > .e-con-inner, .grid-4,
.footer--columns .footer__container > .e-con-inner, 
.offer__container__green > .e-con-inner {
    --e-con-grid-template-columns: repeat(4, 1fr) !important;
    --e-con-grid-template-rows: initial !important;
}

.grid-2 > .e-con-inner, .grid-2,
.footer--copyright .footer__container > .e-con-inner, 
.claim__container > .e-con-inner,
.contact__address > .e-con-inner,
.contact__address__info__text > .e-con-inner {
    --e-con-grid-template-columns: repeat(2, 1fr) !important;
    --e-con-grid-template-rows: initial !important;
}

.grid-2 div {
    width: 100%;
}

/*Font sizes + line height*/
.contact__panels__item p a, .contact__panels__item p.contact__panels__item__gray-text
{
    font-size: 14px;
    line-height: 20px;
}

.footer__container__contact__title, 
.footer__container__menu__title, 
.footer__container__store__title, 
.footer__container__info__title,
.footer__title,
.contact__panels__item li span,
.contact__panels__item p {
    font-size: 18px;
    line-height: 32px;
}

.banner__image__content p
{
    font-size: 20px;
    line-height: 29px;
}

.pg-content__welcome p,
.banner--full-width .banner__image__content__text p,
.footer .footer__container .footer__container__contact p a
{
    font-size: 20px;
    line-height: 35px;
}

.offer__container__green__item .elementor-image-box-title,
.contact__panels__item h3 {
    font-size: 24px;
    line-height: 35px;
}

.footer .footer__container .footer__container__contact span.footer__container__contact__phone a {
    font-size: 26px;
    line-height: 46px;
}

.history__container__item__desc p {
    font-size: 30px;
    line-height: 43px;
}

.company-policy__items__item h3, .history__container__item__year {
    font-size: 60px;
    line-height: 87px;
}

.banner--full-width .banner__image__content__title-green .elementor-heading-title{
    font-size: 120px;
    line-height: 120px;
}

/*Titles*/
.claim__container__content__title .elementor-heading-title, 
.history__container__title .elementor-heading-title, 
.sortiment-products__container__title .elementor-heading-title,
.company-policy__title .elementor-heading-title,
.offer__container__black__title .elementor-heading-title,
.sites-header .elementor-heading-title,
.vyroba__form-title .elementor-heading-title,
.solutions__title .elementor-heading-title,
.contact__address__text__title .elementor-heading-title,
.banner--full-width .banner__image__content__title .elementor-heading-title
{
    font-weight: 700;
    font-size: 42px;
    line-height: 61px;
    margin: 20px 0;
}

/*Medias*/
/*Klasické medias*/
@media only screen and (max-width: 1440px) {
    .offer .offer__image {
        width: 50%;
    }

    .offer .offer__image img {
        width: 100%;
        height: 640px;
        object-fit: cover;
    }
}

/*[!] Max-width podle var(--max-desktop-container) + 24px*/
@media only screen and (max-width: 1194px) {
    .contact__panels__item.e-con, 
    .solutions.e-con,
    .offer__container__black.e-con, 
    .pg-content.e-con, 
    .claim__container.e-con, 
    .sortiment-products__container.e-con, 
    .history__container.e-con, 
    .contact__address.e-con,
    .contact__address__info__text.e-con,
    .contact__panels__item.e-con,
    .contact__form.e-con,
    .vyroba__contact-form.e-con,
    .header__container.e-con,
    .footer__container.e-con,
    .container.e-con
    {
        --padding-inline-start: 1rem;
        --padding-inline-end: 1rem;
    }

    .contact__panels__item {
        padding-inline-start: 1rem;
        padding-inline-end: 1rem;
    }

    /*HP - banner*/
    .banner .banner__contact-panel {
        left: 28px;
    }

    /*HP - offer*/
    .offer__container__black__text {
        width: 100%;
    }

    .offer__container .offer__container__black > .e-con-inner {
        width: 50%;
    }

    /*Footer*/
    .footer--columns .footer__container > .e-con-inner
    {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer__container__menu p, .footer__container__info p, .footer__container__contact p, .footer__container__store p, .footer__container__menu > .e-con-inner > .elementor-widget p, .footer--copyright p {
        text-align: center;
    }

    .footer__container__contact .elementor-icon-wrapper {
        text-align: center !important;
    }

    .footer__container__menu div.e-con-inner, .header__container > div.e-con-inner {
        --gap: 0;
        --row-gap: 0;
        --column-gap: 0;
        --justify-items: center;
    }

    .footer--copyright .footer__container > .e-con-inner {
        grid-template-columns: 1fr !important;
    }

    .footer--copyright div.e-con-inner {
        --justify-content: center;
    }

    .footer--copyright.e-con {
        height: auto;
        min-height: 100px;
        font-size: 14px;
    }
}

/*Klasické medias*/
@media only screen and (max-width: 1025px) {
    body, body.elementor-kit-9 {
        --header-height: 68px;

        padding-top: calc(var(--header-height));
    }

    .grid-4 > .e-con-inner, .grid-4,
    .footer--columns .footer__container > .e-con-inner, 
    .offer__container__green > .e-con-inner, .sortiment-products__container__items.e-con {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }

    /*Statické pozice*/
    div.elementor-widget-nav-menu, .header__nav__pages.e-con, .header__nav.e-con {
        --position: static;
        position: var(--position);
    }

    /*Absolutní pozice*/
    .elementor-nav-menu__container {
        --position: absolute;
        position: var(--position) !important;
    }

    /*Header*/
    .header a.elementor-item:hover {
        color: var(--e-global-color-secondary);
    }

    .header__site-logo, .header__nav {
        max-width: 30%;
    }

    div.header__site-logo img {
        max-height: calc(var(--header-height) - 12px);
        width: auto;
    }

    .header__nav.e-con {
        max-width: 50%;
        --flex-direction: row-reverse !important;
        --align-items: center;
        --justify-content: flex-start;
        --gap: 1rem;
        --row-gap: 1rem;
        --column-gap: 1rem;
    }

    div.elementor-menu-toggle {
        background-color: white;
    }

    .elementor-menu-toggle.elementor-active svg {
        fill: var(--e-global-color-highlighted);
    }

    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 0;
        z-index: 100;
        width: 100%;
        top: 100%;
        left: 0;
    }

    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul {
        padding-top: 1rem;
    }
    
    .elementor-nav-menu--dropdown a.elementor-item.elementor-item-active, .elementor-nav-menu--dropdown a.elementor-item:hover{
        background-color: var(--e-global-color-highlighted);
    }

    /*HP - banner*/
    .banner__contact-panel.e-con {
        --display: none !important;
    }

    .banner .banner__image {
        width: 100%;
        margin-left: 0;
    }

    .banner .banner__image__content > .e-con-inner
    {
        padding: 0 1rem;
    }

    /*HP - Solutions*/
    .solutions__text {
        width: 100%;
    }

    .solutions .elementor-swiper-button-prev, .solutions .elementor-swiper-button-next {
        top: -25% !important;
        left: calc(50% + 40px) !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
    }

    .solutions .elementor-swiper-button-prev {
        left: calc(50% - 40px) !important;
        transform: translate(-50%, -50%) !important;
    }

    .solutions__slick {
        margin-top: 100px;
    }

    /*HP - offer*/
    .offer__container__green > div.e-con-inner
    {
        --padding-block-start: 24px;
        --padding-block-end: 24px;
        --gap: 56px;
        --row-gap: 56px;
        --column-gap: 56px;
    }

    .offer .offer__image {
        --position: relative;
        height: auto;
        width: 100%;
        max-width: 100% !important;
    }

    .offer .offer__image img {
        width: 100%;
        height: auto;
    }

    .offer .offer__container > div.e-con-inner {
        margin-top: 0;
    }

    .offer__container .offer__container__black, .offer__container .offer__container__green, .offer__container .offer__container__black > div.e-con-inner {
        width: 100%;
        margin-left: 0;
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    /*HP - Cooperation + O nás cooperation*/
    .cooperation__gallery {
        width: 85%;
        margin: 0 auto;
    }

    .cooperation__gallery .gallery figure {
        width: calc(100% / 3 - 52px);
    }

    /*O nas*/
    .company-policy__title .elementor-heading-title{
        width: 100%;
    }

    /*Kontakt, vyroba form*/
    .form-flex {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    /*Historie*/
    .history__container__item__year p {
        font-size: 40px;
        line-height: 58px;
    }

    .history__container__item__desc p{
        font-size: 20px;
        line-height: 28px;
    }

    /*Vyroba*/
    .vyroba__gallery .e-gallery-grid:not(.e-gallery--animated) {
        grid-gap: var(--vgap);
    }
    
    .vyroba__gallery .e-gallery-grid .e-gallery-image {
        width: 100%;
        height: auto;
    }
}

/*Klasické medias*/
@media only screen and (max-width: 768px) {
    body, body.elementor-kit-9 {
        --sites-header-height: 200px;
    }

    /*Header*/
    body.logged-in:not(.elementor-editor-active) div.header {
        top: 46px;
    }

    /*Block padding*/
    /*Padding block 1rem*/
    .pg-content > div.e-con-inner,
    .company-policy.container > div.e-con-inner,
    .contact.container > div.e-con-inner
    {
        --padding-block-start: 1rem;
        --padding-block-end: 1rem;
    }

    /*Padding block 4rem*/
    .contact__address.e-con
    {
        padding-block: 2rem;
    }


    /*HP - solutions*/
    .solutions > div.e-con-inner, 
    .sortiment-products > div.e-con-inner, .sortiment-products__container.e-con,
    .vyroba__contact-form > div.e-con-inner, .vyroba-form.e-con,
    .contact__form > div.e-con-inner,
    .history > div.e-con-inner, .history__container.e-con {
        --padding-block-start: 2rem;
        --padding-block-end: 2rem;
    }
    .solutions .swiper{
        max-width: 90vw !important;
        width: 100% !important;
    }

    /*HP + O nas galerie*/
    .cooperation__gallery .gallery figure {
        width: calc(100% / 2 - 75px);
    }

    /*HP - offer*/
    .offer__container .offer__container__black, .offer__container .offer__container__black>div.e-con-inner, .offer__container .offer__container__green {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    /*O nas*/
    .claim__container > div.e-con-inner
    {
        --gap: 32px;
        --row-gap: 32px;
        --column-gap: 32px;
    }

    .company-policy__thank-you p:last-child {
        margin: 0 0 28px;
    }

    /*Historie*/
    .history__container__item.e-con
    {
        --padding-block-start: 0;
        --padding-block-end: 0;
    }

    .history__container__item p {
        margin-block-start: 16px;
        margin-block-end: 16px;
    }

    .history__container__item__year p {
        font-size: 30px;
        line-height: 43px;
    }

    .history__container__item__desc p{
        font-size: 15px;
        line-height: 21px;
    }

    .history .cooperation.e-con {
        padding: 0 0 48px;
    }

    /*Vyroba, sortiment, kontakt gray*/
    .vyroba__contact-form.e-con, .contact__form.e-con, .sortiment-products.e-con {
        --margin-block-start: 32px;
    }

    /*Kontakt*/
    /*gap 60px*/
    .contact__panels > div.e-con-inner {
        --gap: 28px;
        --row-gap: 28px;
        --column-gap: 28px;
    }
    .contact__panels.e-con {
        margin: auto;
    }

    /*Stranky - header*/
    .sites-header.e-con {
        --margin-block-end: 2rem;
    }
    .sites-header img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    /*Titles*/
    .banner__image__content .elementor-heading-title {
        font-size: 38px;
        line-height: 55px;
    }

    .claim__container__content__title .elementor-heading-title, 
    .history__container__title .elementor-heading-title, 
    .sortiment-products__container__title .elementor-heading-title,
    .company-policy__title .elementor-heading-title,
    .offer__container__black__title .elementor-heading-title,
    .sites-header .elementor-heading-title,
    .vyroba__form-title .elementor-heading-title,
    .solutions__title .elementor-heading-title,
    .contact__address__text__title .elementor-heading-title,
    .banner--full-width .banner__image__content__title .elementor-heading-title
    {
        font-size: 30px;
        line-height: 44px;
    }

    /*Grids*/    
    .grid-2 > .e-con-inner, .grid-2, 
    .claim__container > .e-con-inner,
    .contact__address > .e-con-inner,
    .contact__address__info__text > .e-con-inner,
    .sortiment-products__container__items.e-con {
        --e-con-grid-template-columns: 1fr !important;
    }

    /*Footer*/
    .footer__container__menu .e-con-inner {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }
}

/*Klasické medias*/
@media only screen and (max-width: 568px) {
    a.elementor-button, a.elementor-button:visited, button, input[type="submit"] {
        padding: 20px;
    }
    
    /*Sites - header*/
    .sites-header .elementor-heading-title {
        font-size: 24px;
        line-height: 31px;
    }

    /*HP - banner*/
    .banner__image__content__buttons > div.e-con-inner {
        --gap: 20px;
        --row-gap: 20px;
        --column-gap: 20px;
    }

    /*HP + O nas galerie*/
    .cooperation.e-con {
        min-height: 200px;
    }

    .cooperation__gallery .gallery {
        gap: 36px;
        margin: auto;
    }

    .cooperation__gallery .gallery figure {
        width: calc(100% / 2 - 36px);
    }

    /*Historie*/
    .history__container.e-con {
        margin-bottom: 52px;
    }
    .history__container__item.e-con {
        padding: 0;
        gap: 3%;
    }
    .history__container__item__year p {
        font-size: 26px;
        line-height: 36px;
    }
    .history .cooperation.e-con {
        padding: 0 0 calc(52px + 2rem);
    }

    .wpcf7-form-control-wrap textarea + .wpcf7-not-valid-tip {
        bottom: -8px;
    }

    .wpcf7-form-control-wrap textarea {
        margin-bottom: 1rem;
    }

    /*Grids*/
    .grid-4 > .e-con-inner, .grid-4,
    .footer--columns .footer__container > .e-con-inner, 
    .offer__container__green > .e-con-inner {
        --e-con-grid-template-columns: 1fr !important;
    }
}

/*[!] Min-width podle var(--max-desktop-container) + 24px*/
@media only screen and (min-width: 1194px) {
    .solutions .elementor-widget-testimonial-carousel .swiper-slide {
        width: calc(383.33px - 15px) !important;
        margin-right: 25px !important;
    }

    .solutions__slick .elementor-swiper-button-prev {
        right: 100px !important;
    }
    
    .solutions__slick .elementor-swiper-button-next {
        right: 16px !important;
    }
}