body{
    background: #ffffff;
    color: #000000;
}
.banner h1{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
.banner h1>span{
    color: #f36422;
}
.article h1>p{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #f36422;
}
.article h1{
    max-width: 600px;
    display: block;
    margin: auto;
}
.article h2{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: none;
}
.article h3{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: none;
}
.article-item-h1, .article-item-h1>a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    color: #000000;
}
.article-item-h1{
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    display: -webkit-box;
}
.article h1>p:first-line{
    color: #000000;
}
.article-body .citace{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 35px 50px;
    background: #ececec;
    color: #F36422;
    line-height: 30px;
    width: 100%;
    margin: 20px 0;
}
.article-body iframe{
    max-width: 100% !important;
}
.article-tags-holder>span{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}
.article-tags > a{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
}
.article-tags > a:hover{
    color: #f36422;
}
.article-category{
    display: flex;
}
.article-category > a{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 5px 10px;
    background: #f36422;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
}
.article-perex{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}
.article-item-perex{
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;

    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.article-icons{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.blog-grey{
    color: #949494;
}
.article-date, .article-autor{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #949494;
}
.temata-header{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #F36422;
}
.kategorie-list li, .kategorie-list li a{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}
.kategorie-list li{
    display: block;
    border-bottom: 1px solid #D2D2D2;
    padding: 10px;
}
.kategorie-list li:last-of-type{
    border-bottom: 0;
}
.kategorie-list li.current>a{
    color: #FFFFFF;
}
.kategorie-list li.current{
    background-color: #F36422;
}
.article-img{
    width: 100%;
    border-radius: 20px;
}
.article-item-img{
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.article-detail-img{
    width: 100%;
    border-radius: 20px;
}
.article-body img:not(.article-item-img){
    width: 100%;
    border-radius: 20px;
}
.article-body a {
    text-decoration: underline;
    color: #f36422;
    font-weight: 600;
}
.article-body ul{
    margin-bottom: 20px;
    padding-left: 15px;
}
.article-body ul#obsah>li a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: #000;
}
.article-body ul>li{
    margin: 2px 0;
}
.article-body ul#obsah>li a:after{
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    margin-left: 10px;
    color: #F36422;
}
.article-body ul>li:before{
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 15px;
    font-size: 6px;
    color: #F36422;
}
.article-item{
    border: 1px solid #F2F2F2;
    padding: 0 30px 30px 30px;
    background: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 25px 0px #0000000D;
}
.read-more > a{
    font-size: 15px;
}
.article .accordion{
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 25px;
    padding: 35px 60px 15px;
}
.article .card-title h4, .article  .card-title h3, .article  .card-title h2, .article .card-title h1{
    text-transform: none;
    font-size: 15px;
}
.article .accordion .card-header{
    border-top: 0;
    background: none;
    padding-right: 35px;
}
.article .accordion .card-header h4{
    color: #f36422;
}
.article .accordion .card-header.collapsed h4{
    color: #000000;
}
#accordion .card .card{
    border-bottom: 1px solid #D9D9D9;
}
#accordion .card .card:last-of-type{
    border-bottom: 0;
}
.rounded-border{
    border-radius: 25px;
}
.galerie{
    margin-bottom: 30px;
}
/*.galerie.tns-slider .tns-slide-active:first-of-type:before {
    background: #000000;
    content: '\f00e';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    border-radius: 25px;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    padding: 25%;
    font-family: "Font Awesome 5 Pro";
}*/
.owl-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    gap: 1rem; /* mezera mezi prvky */
    position: relative;
}

.owl-buttons {
    display: flex;
    gap: 1rem;
    order: 0;
}

/* Předchozí / následující */
.owl-prev,
.owl-next {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; /* solid styl */
    font-size: 1.5rem;
    color: #F36422;
    cursor: pointer;
    transition: color 0.2s ease;
}

/* Hover efekt */
.owl-prev:hover,
.owl-next:hover {
    color: #d9531e;
}
/* Tečky (pagination) */
.owl-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    order: 1;
}

.owl-page span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.owl-page.active span {
    background-color: #F36422;
    transform: scale(1.4);
}
.tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 1rem;
    gap: 1rem;
}
.tns-controls>button{
    all: unset;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 1.5rem;
    color: #F36422;
    cursor: pointer;
    transition: color 0.2s ease;
}
