/* Created and designed by Jakub Palovič TATRA DESIGN, www.tatradesign.com ©2022 - 2025 */

@import url("./root/variables.css");
@import url("./root/basic.css");

@import url("./root/fonts.css");
@import url("./root/colors.css");
@import url("./root/inputs.css");
@import url("./root/links&buttons.css");

@import url("./root/flexLayout.css");
@import url("./root/cardLayout.css");
@import url("./root/boxLayout.css");
@import url("./root/noticeLayout.css");
@import url("./root/metroLayout.css");

@import url("./root/header.css");
@import url("./root/footer.css");

@import url("./root/cookieBanner.css");

@import url("./root/animateAOS.css");
@import url("./root/animateLoading.css");
@import url("./root/animateMouseScrolling.css");

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* >> PRISPEVOK */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.article-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 25px auto;
    padding: 0;
    width: 100%;
}

.article-layout section,
.article-layout aside {
    flex: initial;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: visible;
}

.article-layout section {
    flex: 0 0 70%;
    width: 70%;
    padding: 25px;
}

.article-layout aside {
    flex: 0 0 30%;
    width: 30%;
    margin-top: 25px;
    padding: 25px;
    background: var(--color5);
}

.article-layout section .article-headline {
    margin-bottom: 25px;
    font-size: .9rem;
}

.article-layout section .article-title {
    color: var(--color2);
}

.article-layout section time {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px;
    line-height: 20px;
}

.article-layout section .site-tag {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px;
    line-height: 20px;
    background: var(--color5);
    border-radius: 5px;
}

.article-layout section figure {
    margin-bottom: 25px;
}

.article-layout section .article-perex {
    margin-bottom: 25px;
    padding: 0 25px;
    font-weight: 600;
    color: var(--color2);
}

.article-layout section .article-gallery {
    margin-bottom: 25px;
    padding: 25px;
    background: var(--color5);
}

.article-layout section .article-gallery figure {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.article-layout section .article-gallery figure:hover {
    opacity: .8;
}

.article-layout section .article-gallery figure img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.article-layout section .article-content {
    margin-bottom: 25px;
    padding: 0 25px;
}

.article-layout section .article-tags {
    display: block;
    padding: 0 25px;
    clear: both;
    overflow: auto;
}

.article-layout section .article-tags .tag {
    float: left;
    margin-right: 10px;
    font-size: .75rem;
    font-weight: 600;
    color: var(--color1);
    line-height: 1rem;
    text-transform: uppercase;
}

.article-layout section .article-like {
    display: inline-block;
    margin: 0 25px;
    padding: 0;
    background: var(--bs-red-opacity);
    border-radius: 40px;
}

.article-layout section .article-like .like-btn {
    margin: 0;
    padding: 5px;
    width: 40px;
    height: 40px;
    background: var(--bs-red);
}

.article-layout section .article-like .like-btn .material-symbols-outlined {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.article-layout section .article-like .like-counts {
    display: inline-block;
    padding: 0 5px 0 15px;
    line-height: 40px;
    color: var(--color6);
}

@media only screen and (max-width:75em) {}

@media only screen and (max-width:60em) {
    .article-layout section {
        flex: 0 0 100%;
        width: 100%;
    }

    .article-layout aside {
        flex: 0 0 100%;
        width: 100%;
    }

    .article-layout section .article-headline {
        margin-bottom: 15px;
        font-size: .85rem;
    }

    .article-layout section figure {
        margin-bottom: 15px;
    }

    .article-layout section .article-perex {
        margin-bottom: 15px;
        padding: 0 0px;
    }

    .article-layout section .article-gallery {
        margin-bottom: 15px;
        padding: 5px;
    }

    .article-layout section .article-content {
        margin-bottom: 15px;
        padding: 0 0px;
    }

    .article-layout section .article-tags {
        padding: 0 15px;
    }
}

@media only screen and (max-width:40em) {}

.article-layout aside article {}

.article-layout aside article a:hover {
    text-decoration: none;
}

.article-layout aside article {
    margin-bottom: 25px;
}

.article-layout aside .article-headline {
    margin-bottom: 5px;
    font-size: .9rem;
}

.article-layout aside .article-title {
    margin-bottom: 0px;
    color: var(--color2);
    font-weight: 600;
}

.article-layout aside time {
    display: inline-block;
    margin: 0;
    padding: 0px;
    line-height: 20px;
    color: var(--color4);
    text-transform: uppercase;
}

.article-layout aside figure {
    margin-bottom: 15px;
    color: var(--color2);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.article-layout aside figure:hover {
    box-shadow: 0 15px 25px 0 rgba(38, 39, 42, .2);
}

.article-layout aside .article-perex {
    margin-bottom: 0px;
    padding: 0;
    font-weight: 400;
    color: var(--color3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* >> SWIPER MODAL */
.swiper-modal {
    position: fixed;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0px;
    padding: 50px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    -webkit-transition: .3s;
    transition: .3s;
}

.swiper-modal.modal-opened {
    visibility: visible !important;
    opacity: 1 !important;
}

.swiper-modal .btn-swiper-modal-close {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

.swiper-modal .modal-close-btn {
    position: absolute;
    z-index: 101;
    top: 25px;
    right: 25px;
    margin: 0;
    padding: 10px;
    width: auto;
    height: auto;
    background: var(--color6);
    border-radius: 50%;
    cursor: pointer;
}

.swiper-modal .modal-close-btn .material-symbols-outlined {
    display: block;
    padding: 0px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: var(--color2);
}

.swiper-modal .modal-close-btn:hover,
.modal-close-btn:focus {
    background: rgba(255, 255, 255, 1);
    text-decoration: none;
    cursor: pointer;
}

.swiper-modal .modal-content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 25px 50px 25px rgb(20 25 48 / 10%);
    box-shadow: 0px 25px 50px 25px rgb(20 25 48 / 10%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.3s;
    animation-name: animatetop;
    animation-duration: 0.3s;
}

.swiper-modal .swiper {
    width: 100%;
    height: 100%;
}

.swiper-modal .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--color4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-modal .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.swiper-modal .swiper-button-next,
.swiper-modal .swiper-button-prev {
    color: var(--color6) !important;
}

@media only screen and (max-width:60em) {
    .swiper-modal {
        padding: 25px;
    }

    .swiper-modal .modal-close-btn {
        top: 15px;
        right: 15px;
        padding: 5px;
    }
}

@media only screen and (max-width:40em) {
    .swiper-modal {
        padding: 0px;
    }
}