﻿.text-wrap h3 {
    font-size:32px;
    color: #b3d144 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.text-wrap h4 {
    font-size: 25px;
    color: #b3d144 !important;
    text-transform: uppercase;
    font-weight: bold;
}


/* Základní nastavení pro všechny <ul> a <li> pod .text-wrap */
.text-wrap ul:not(:last-child) {
    margin-bottom: 30px;
}

.text-wrap li {
    position: relative;
    margin-bottom: 12px;
}

    .text-wrap li span {
        color: #858585;
    }

    .text-wrap li > ul > li,
    .text-wrap li > ol > li {
        margin-left: 20px;
    }

    .text-wrap li > ul,
    .text-wrap li > ol {
        margin-top: 10px;
    }

    .text-wrap li::before {
        content: "\25CF"; 
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        color: #f05a21; 
        font-size: 10px;
        line-height: 1;
    }

.text-wrap a {
    color: #b3d144;
}

.icon-file {
    font-size: 24px;
    color: #d9534f;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .mobil-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
}

.uvod {
    padding-top: 170px;
}


@media (max-width: 600px) {
    .uvod {
        padding-top: 75px;
    }

}

.tabs .tabs-nav > li > a{
    font-size:14px;
    padding: 10px 20px;
}

.team-member .member-photo{
    border-radius: 0px;
}

.tabs.vertical.style-2 .tabs-content, .tabs.style-2 .tabs-content{
    background:none;
}

.tabs .tabs-content {
    padding: 25px 0px;
}

.tabs.vertical.style-2 .tabs-nav li > a, .tabs.style-2 .tabs-nav li > a {
    border-radius:0%;
}

.iframe-rounded {
    border-radius: 15px; 
    overflow: hidden; 
}

.owl-carousel .testimonial.type-2 .author-box{
    text-align:left;
}
[class*="carousel-type"] .owl-dots {
    text-align:left;
    margin-top:10px;
    padding-left:20px
}

@media only screen and (max-width: 768px) {
    /* Zajistí odsazení okolo loga */
    .logo-wrap {
        padding: 0 10px; /* uprav podle potřeby */
    }

    /* Upraví logo, aby bylo uprostřed a nesahalo úplně do krajů */
    .logo img {
        display: block;
        width: 100%;
        max-width: 200px; /* nastav maximální šířku loga, jak se ti líbí */
        margin: 0 auto;
    }
}

#mobile-advanced {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    transform: translateX(100%); /* Skryje menu mimo obrazovku */
    transition: transform 0.35s ease-in-out;
    z-index: 999;
}

#wrapper.active #mobile-advanced {
    transform: translateX(0); /* Zobrazí menu */
}

#mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #fff;
    z-index: 1000;
}

#mobile-logo {
    height: 50px;
    width: auto;
    margin-top:15px;
}

#advanced-menu-hide {
    font-size: 24px;
    cursor: pointer;
}

.mobile-advanced > ul {
    padding-top: 80px !important;
}

#wrapper.active {
    overflow: hidden;
    height: 100vh;
}

ul.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    row-gap: 20px; 
}

ul.tabs-nav li {
    white-space: nowrap; 
    padding: 5px 0px; 
}

ul.tabs-nav li:nth-child(n+4) {
    margin-top: 0px;
}

@media (max-width: 768px) {
  /* Příklad: zmenšení paddingu u karet */
  .welcome-item .welcome-content {
    padding: 15px 15px 20px;
  }
  
  /* Příklad: menší velikost titulku */
  .welcome-item .welcome-content h4.welcome-title {
    font-size: 1.2rem;
  }
  
  /* Příklad: menší text v odstavci */
  .welcome-item .welcome-content p {
    font-size: 0.9rem;
  }
  
  /* Příklad: optimalizace obrázku */
  .welcome-img img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
  }
  
  /* Příklad: případná změna uspořádání z 3 sloupců na 1 sloupec */
  .welcome-section.overlap.fx-col-3 {
    flex-direction: column;
  }
  
  /* Příklad: zmenšení mezery mezi kartami */
  .welcome-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .page-content-wrap {
    background: none !important;
  }
}


