.btn.btn-outline {
    background-color: none;
    border: 1px solid white;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 40px;
    width: auto;
}

.module-title,
.module-title span {
    border-bottom: 0;
    text-align: center;
    font-size: 32px;
    line-height: 3rem;
    font-weight: 900;
    text-transform: uppercase;
}

h2,
h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 2rem;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h4.normal{
    text-transform:initial;
    font-weight: 500;
    font-size: 25px;
}

#t4-header {
    z-index: 20;
    position: relative; 
    display: block;
    background: none;
    border: 0;
}

.footer {
    line-height: 42px;
}

.contact {
    font-size: 22px;
    font-weight: 600;
}


img.logo {
    width: 200px;
    height: auto;
}

#t4-masthead {
    margin-top: -80px;
    z-index: 2;
    position: relative;
}

.uk-scope .uk-overlay-primary {
    background: rgba(2, 76, 21, 0.78) !important;
    opacity: 0.9 !important;
    color: rgba(255, 255, 255) !important;
    width: 50%;
}

.t4-offcanvas-toggle svg {
    cursor: pointer;
    color: white;
}

.t4-offcanvas-toggle rect {
    transition: width 0.3s ease;
}

/* Animace změny šířky při hoveru */
.t4-offcanvas-toggle:hover .top {
    width: 100%;
}

.t4-offcanvas-toggle:hover .middle {
    width: 100%;
}

.t4-offcanvas-toggle:hover .bottom {
    width: 100%;
}

svg.hamburger-icon {
    top: 30px;
    position: relative;
    right: 30px;
}

.logo {
    width: 200px;
    /* Nastav požadovanou velikost loga */
    height: 50px;
    background-image: url("../../../../images/logo_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#t4-section-2 .uk-scope .uk-h3,
#t4-section-2 .uk-scope h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: white;
    text-transform: uppercase;
    display: block;
    min-height: 45px;
}

#t4-section-3 .uk-scope *+.uk-margin {
    margin-top: 0 !important;
}

.t4-offcanvas {
    background: #6D0303;
    color: white;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
    border-bottom: 1px dotted #017201;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item a {
    color: white
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item a:hover {
    color: white
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
    padding: 0;
}

.t4-offcanvas .t4-off-canvas-header .close {
    background: none;
}

.t4-offcanvas .t4-off-canvas-header .close span {
    color: white;
    font-size: 30px;
    font-weight: 300;
    line-height: 26px;
}

#t4-section-2 .bg-overlay, #t4-section-4 .bg-overlay-image {
    opacity: 1;
}

.nav-link {
    font-weight: 300;
}

.t4-offcanvas .t4-off-canvas-header a img {
    width: 90%;
}

.t4-offcanvas .t4-off-canvas-header {
    background: #6D0303;
    color: white;
}

.t4-offcanvas .t4-off-canvas-header a img {
    max-height: initial;
}

.uk-scope .uk-overlay-primary .medi img {
    margin: 50px 0 0 0;
}


.uk-margin {
    display: flex;
    justify-content: center;
    /* Středování obsahu */
}

.slide{
    position: relative;
    max-width: 1440px;
    height: auto;
    background-repeat: no-repeat;
    background-image: url('../../../../images/headers/header2.jpg');
    margin: 0 auto;
    background-position: center -100px;
}

.red_prechod  {
    background: linear-gradient(25.41deg, #6D0303 44.25%, #D30606 102.21%);
}

.slide h1 {
    font-size: 40px;
    padding-top: 0px;
    color:white
}

img.logo_header{
    width: 280px;
    height: auto;
    margin-bottom: 50px;
    margin-left: -10px;
}


.slide ul.kapka {
    margin-top: 60px;
}

.slide ul.kapka li {
    list-style: none; /* vypne defaultní tečku */
    position: relative;
    padding-left: 30px; /* místo pro ikonku */
    padding-top:10px;
    font-size: 18px;
}

.slide ul.kapka li::before {
    content: url('kapka.svg');
    position: absolute;
    left: 0;
    top: 15px; /* posun o 10px dolů */
}

.minbox {
    max-width: 880px;
    margin: 0 auto;
}

@media (max-width: 768px) {

    img.logo_header{
        width: 250px;
        height: auto;
        margin-bottom: 10px;

    }
}

@media (min-width: 1600px) {
}

@media (max-width: 1400px) {

}

/* Desktop – obrázky vedle sebe */
.col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* mezera mezi obrázky */
  }
  
  /* mobilní zobrazení */
  @media (max-width: 768px) {
    .col-md-12 {
      flex-direction: column;  /* obrázky pod sebe */
    }
  
    .one2 {
      transform: rotate(90deg);
      transform-origin: center center;
      margin: 20px 0; /* mezery nad/pod šipkou */
      width: 40px;    /* uprav šířku, aby nevypadala obrovská */
      height: auto;
    }
  }
  

@media (max-width: 992px) {

    svg.hamburger-icon { 
        top: 10px;
        right: 10px;
    }

    .logo {
        width: 230px;
        /* Nastav požadovanou velikost loga */
        height: 70px;
        margin: 25px auto 20px auto;
        background-image: url("../../../../images/logo_white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .nabidka {
        display: none;
    }

}