/* CSS Document */
:root {
  --color-primary:#766144;
  --color-primary-light: #f2d5ab;
}
.container {
    max-width: 1400px;
}
.header-block-container {
    padding: 0.25rem 0 !important;
}
a {
    color: #e88a25;
}
a:active, a:hover, a:focus {
    color: #d5924a;
}


.rtecenter {
    text-align: left;
}

.site-branding img {
    width: 164px;
    max-height: 60px;
}

ul, ol {
    margin: 0;
    padding: 0 0 0.25rem 2rem;
}
.table2 td {
    border: none !important;
}

h2, h3 {
    margin-bottom:10px;
}
td, th {
    font-size: 16px;
}

/* page header - title s mensi mezerou */ 
.page-header {
    padding: 2rem 0 3rem 0 !important;
}

/* Srovnání kontejneru */
.slider-container {
    display: flex;
    flex-wrap: wrap; /* Důležité pro responzivitu */
    align-items: center; /* Vycentruje text vertikálně k obrázku */
    min-height: auto !important;
    gap: 20px;
}

/* Nastavení polovin */
.slider-half {
    flex: 1 1 45%; /* Každý zabere cca polovinu */
    min-width: 300px; /* Na mobilech pod 600px se zlomí pod sebe */
}

/* Oprava toho obřího SVG obrázku */
.slider-image img {
    max-width: 100%;
    height: auto !important; /* Zruší pevnou výšku SVG */
    display: block;
}

/* Odstranění mezer v seznamech */
.slider-classic {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Mobilní úprava */
@media (max-width: 768px) {
    .slider-container {
        flex-direction: column-reverse; /* Na mobilu dá obrázek nad nebo pod text */
        text-align: center;
    }
    .slider-half {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .header-main {
        padding: 0.5rem 0 !important;
    }
}

.section-large {
    padding: 2rem 0 2rem 0;
}

/* obrazky na homepage u LED sloupcu */
.service-img {
    padding: 0 0 1em 0;
    
    
}
/* EU */
.eu-cookie-compliance-banner .decline-button {
    background-color: #ededed  !important;
    background-image: none !important;
    color: #000 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    box-shadow: none !important;
}
.eu-cookie-compliance-message {
    margin: 10px 0 0 !important;
}
.eu-cookie-compliance-buttons {
    margin: 0 0 10px 0 !important;
}

.section-smaller {
    padding: 0 0 1rem 0;
} 
.block-section .block-title {
    margin-bottom: 24px !important;
}
/* */
.gap2 {
    gap: 0.75rem;
}
/* block-title na stránkách .site-page, podle .homepage-content */
.site-page .node-content .block-title {
    text-align: center;
    margin-bottom: 1rem;
}
.site-page .node-content .block-title::before {
    transform: translateX(-50px);
}
.site-page .node-content .block-title::before, .site-page .node-content .block-title::after {
    position: absolute;
    content: "";
    top: 50%;
    background: var(--color-primary);
    width: 40px;
    height: 2px;
}
