/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.11.2023, 13:14:57
    Author     : pbartos
*/

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;

}

.c-article {
    line-height: 150%;
}


/* Article pure elements */

.c-article h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.c-article h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.c-article p,
.c-article ul,
.c-article ol {
    margin: 0 0 10px 0;
    font-size: 20px;
    text-align: center;
}
.c-article li {
    margin-bottom: 5px;
    text-align: justify;
}
.c-article a {
    color: black;
    text-decoration: underline;
}
.c-article a:hover{
    color: black;
    text-decoration: none;
}
.c-article figure {
    width: 80%;
    margin: 0 auto 10px auto;
}
.c-article figure img {
    width: 100%;
}
.c-article figcaption {
    color: #181818;
    font-family: "Oswald", Arial, sans-serif;
    letter-spacing: -0.3px;
    text-align: center;
    font-size: 25px;

}

.c-article section {
    margin-bottom: 20px;
    padding: 10px;
}
.c-article section > h3,
.c-article section > h3 {
    margin: -10px -10px 10px -10px;
    padding: 10px;
}

/* Article pure classes */


/* Image fullwidth banner */
.c-article .banner {
    width: 100%;
    margin: 0 auto 20px auto;
}
.c-article .banner img {
    width: 100%;
    display: block;
}




/* Images side by side */
.c-article .gal-2,
.c-article .gal-3,
.c-article .gal-4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 10px;
}
.c-article .gal-2 > * {
    flex: 0 0 49.999%;
    padding: 5px;
} 
.c-article .gal-3 > * {
    flex: 0 0 33.333%;
    padding: 5px;
}
.c-article .gal.gal-4 > * {
    width: 24.999%;
    padding: 5px;
} 
.c-article .gal-2 img:not(.inl),
.c-article .gal-3 img:not(.inl),
.c-article .gal-4 img:not(.inl) {
    width: 100%;
}



@media (min-width: 770px) and (max-width: 1000px), (max-width: 730px) {
    .c-article .gal-3 > * {
        flex: 0 0 49.99%;
    }
    .c-article .gal-4 > * {
        flex: 0 0 33.333%;
    }
}


@media (max-width: 500px) {
    .c-article .gal-2 > * {
        flex: 0 0 100%;
    }
    .c-article .gal-3 > * {
        flex: 0 0 100%;
    }
    .c-article .gal-4 > * {
        flex: 0 0 49.999%;
    }
}



body {
    margin: 0px;
}

.header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    background-color: black;
    position: fixed;
    z-index: 50;
    
}


.header > * {
    align-items: center; 
    height: 100%;
    
}


.header a img {
    max-height: 100%;
    padding: 8px 10px;

}

.a-header-bar {
    display: flex;
    align-items: center; 
    
}



.a-header-bar ul li {
    display: inline;
        margin: 0px 15px;
        color: white;
}

.a-header-bar ul li a,
.a-header-bar ul li a:visited {
    color: white;
    font-family: Oswald, Arial, sans-serif; 
    font-weight: bold;
    text-decoration: none;
}

.a-header-bar ul li a:hover {
    text-decoration: underline;
}

.c-article h1 {
    color: #181818; 
    font-family: Oswald, Arial, sans-serif; 
    letter-spacing: -0.3px; 
    text-align: center; 
    font-size: 2rem; 
    margin-bottom: 20px; 
    line-height: 100%;
}



.a-banner {
    width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
} 

.a-banner img {
    width: 100%;
    display: block;
}



main,
.main {
    max-width: 1100px;
    margin: 0 auto;
}

.separator {
    height: 1px;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    background-image: linear-gradient(to right, #fff 0%, #8e8e8e 10%, #8e8e8e 90%, #fff 100%);
}


.snow_banner {
    height: 250px;
    background-image: url(../images/splash-bg-hs-red-dark.jpg);
    background-size: 100% auto;
    width: 100%;
    color: white;
    text-align: left;
}


.snow_banner1 {
    height: 150px;
    background-image: url(../images/intro-splash-bg.jpg);
    background-size: 100% auto;
    width: 100%;
    color: white;
    text-align: left;
}

.snow_wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}


.snow_wrapper > * {
    flex: 0 0 50%;

    font-family: Oswald, Arial, sans-serif; 
    letter-spacing: 0px; 
    text-align: left; 
    font-size: 1.1rem; 
    padding: 20px; 
    line-height: 1.2;
}




.image_wrapper img {
    max-width: 100%;

}


.a-wrapper-flex {
    display: flex;
    flex-wrap: wrap;            
}


.a-col-2 {
    flex: 0 0 49.3%;

}


.a-menu-box {
    margin: 10px;
position: relative;

}


.a-round-corners {
   border-radius: 3%; 
}


.a-inner-content {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
    padding-left: 20px;
}


.a-inner-content h3 {
   color: white;
    text-decoration: underline;
    font-family: Oswald, Arial, sans-serif; 
    font-size: 1.4rem; 
}

.snow_banner1 h1 a {
    color: white;
}

.snow_banner1 h1 a:hover {
    text-decoration: none;
}

div.a-menu-box h3:hover {
    text-decoration: none !important;
}

.a-border-radius figure {
border: 1px solid gray; border-radius: 3%;
}




.c-article .gal-2.gray,
.c-article .gal-3.gray,
.c-article .gal-4.gray{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 10px;
    align-items: stretch;
}
.c-article .gal-2.gray > * {
    flex: 0 0 46.999%;
    padding: 5px;
    background-color: #f6f6f6; 
} 
.c-article .gal-3.gray > * {
    flex: 0 0 30.333%;
    padding: 5px;
    background-color: #f6f6f6; 
}
.c-article .gal.gal-4.gray > * {
    width: 21.999%;
    padding: 5px;
    background-color: #f6f6f6; 
} 
.c-article .gal-2.gray img:not(.inl),
.c-article .gal-3.gray img:not(.inl),
.c-article .gal-4.gray img:not(.inl) {
    width: 100%;
}








@media (min-width: 770px) and (max-width: 1000px), (max-width: 730px) {
    .c-article .gal-3.gray > * {
        flex: 0 0 46.99%;
    }
    .c-article .gal-4.gray > * {
        flex: 0 0 30.333%;
    }
}


@media (max-width: 500px) {
    .c-article .gal-2.gray > * {
        flex: 0 0 100%;
    }
    .c-article .gal-3.gray > * {
        flex: 0 0 100%;
    }
    .c-article .gal-4.gray > * {
        flex: 0 0 46.999%;
    }
}



@media (max-width: 880px) {
    .snow_wrapper,
    .a-wrapper-flex {
        display: block;
    }
    .snow_banner,
    .snow_banner1 {
        height: min-content;
    }
    .snow_banner1 .snow_wrapper .a-wrapper-flex {
        text-align: center;
    }
}

.c-article .gray > figure {
    padding: 20px !important;
    margin-bottom: 20px !important;

} 

.c-article .gray > figure > img {
    border: 1px solid #ececec;
} 


.c-article .gray > figure > figcaption > h4 {
    font-size: 1.4rem;
    margin: 10px 0 10px 0
} 





.a-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin: 14px 14px;
}

.a-hamburger .a-line {
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
}

/* Vyjížděcí menu */
.a-menu-slideout {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100%;
    background-color: #444;
    color: white;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding-top: 50px;
}

.a-menu-slideout.open {
    right: 0;
}

.a-menu-slideout .a-close-btn {
    font-size: 24px;
    color: white;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
}

.a-menu-slideout ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.a-menu-slideout ul li {
    margin: 20px 0;
    text-align: center;
}

.a-menu-slideout ul li a {
    text-decoration: none;
    font-family: Oswald, Arial, sans-serif;
    color: white;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.a-menu-slideout ul li a:hover {
    color: #f0a500;
}

/* Responsivní styly */
@media (max-width: 1100px) {
    .a-header-bar {
        display: none; /* Skryje standardní menu */
    }

    .a-hamburger {
        display: flex; /* Zobrazí hamburger menu */
    }
}