
@import url('https://fonts.googleapis.com/css2?family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

*
{
    box-sizing: border-box;
    margin: 0;
    font-family: "Josefin Sans";
    font-weight: 400;
    transition: 0.5s;
}

body
{
    background-color: #C5A590;
}

#headerTopDecor
{
    background-color: #3A261B;
    height: 105px;
    width: 15px;
}

header h1 {font-family: "Kodchasan"; font-size: 35Px; font-weight: 200;}

#headerTop
{
    background-color: #593F32;
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
}

#mainHeaderTop
{
    padding: 20px 0px;
    padding-right: 7%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    width: 100%;
}

img
{
    width: 100%;
    display: block;
}

nav
{
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-size: 20px;
    padding-top: 15px;
}

nav a
{
    transition: 0.5s;
    border-bottom: solid 2px #A19672;
    padding-bottom: 2px;
}

nav a:hover, #current
{
    transition: 0.5s;
    border-bottom: solid 2px #D1C6A6;
}

section
{
    padding: 25px 0px;
}

.nadpis
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #593F32;
}

.svetla {background-color: #C5A590;}
.tmava {background-color: #593F32;}

.nadpis div
{
    width: 100%;
    height: 2px;
    background-color: #593F32;
}
.tmava .nadpis {color: #C5A590;}
.tmava .nadpis div {background-color: #C5A590;}

.nadpis h2
{
    font-size: 40px;
    white-space: nowrap;
    padding: 0px 20px;
}

.vyletyMain .icon
{
    width: 30Px;
    height: 30px;
}
.vyletyMain p
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 5px;
}

.vyletyMain p span
{
    padding-top: 5px;
}

.vyletyMain
{
    padding: 0px 10%;
    padding-top: 60px;
}

.vyletyMain article
{
    display: flex;
    flex-direction: column;
    max-width: 35%;
    border-radius: 50px;
    font-size: 14px;
    
    width: 400px;

    position: absolute;
    transition: 0.5s;
}

.vyletyMain article > div
{
    background-color: #6F5142;
    color: white;
    padding: 5px 20px 5px 20px;
}

.vyletyMain article > div:last-child
{
    border-bottom: #604131 10px solid;
    border-radius: 0px 0px 22px 22px;

    display: flex;
    flex-direction: column;
    gap: 5Px;
    padding-top: 10px;
}

.mobile {display: none !important;}

.vyletyMain article > div:first-child
{
    border-radius: 22px 22px 0px 0px;
}

.vyletyMain p
{
    font-size: 21px;
}

.vyletyMain div div
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 7px;
}


.vyletyMain article > div h3
{
    padding-top: 5px;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
}

.vyletyMain article div a
{
    font-size: 25px;
    transition: 0.5s;
    border-radius: 10px;
    cursor: pointer;
    color: #f3e7c7;
    align-self: flex-end;
}

.vyletyMain article:nth-child(1)
{
    top: 100px;
}
.vyletyMain article:nth-child(2)
{
    top: 370px;
    justify-self: right;
}
.vyletyMain article:nth-child(3)
{
    top: 640px;
}

.vylety
{
    position: absolute;
    height: 1000px;
    width: 100%;
}
#element
{
    height: 1000px;
}

.abs
{
    position: absolute;
    transform: translate(-50%, 0%);
    background-color: #6F5142;
    left: 50%;
}

#timeline
{
    width: 5px;
    height: 865Px;
    top: 100px;
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, transparent 0%, #6F5142 15%, #6F5142 85%, transparent 100%);
}

.circle
{
    border-radius: 100%;
    width: 30Px;
    height: 30px;
}
#circle1 {top: 240px;}
#circle2 {top: 520px;}
#circle3 {top: 800px;}

.line
{
    height: 5Px;
    width: 25%;
}
.lineLeft {transform: translate(-100%, -50%);}
.lineRight {transform: translate(0%, -50%);}
#line1 {top: 255px;}
#line2 {top: 535px;}
#line3 {top: 815px;}

section > p
{
    color: #6F5142;
    background-color: transparent !important;
    font-size: 30px;
    transform: translate(0%, -50%) !important;
}
#datum1 {top: 255px; left: 52%;}
#datum2 {top: 535px; left: 48%; transform: translate(-100%, -50%) !important;}
#datum3 {top: 815px; left: 52%;}


/*.tmava
{
    height: 300px;
}*/


.aktuality > div:last-child
{
    padding: 30px 5%;
    display: flex;
    flex-direction: column;
    color: white;
    text-align: justify;
    font-size: 20px;
}

.aktuality .a
{
    display: flex;
    flex-direction: row;
}

.aktuality h3, .clankyMain h3
{
    color: #C5A590;
    font-size: 35px;
    padding-bottom: 20px;
}

.aktuality article
{
    position: relative;
}

.aktuality article:after
{
    content: "";
    position: absolute;
    background: #ffffff77;
    bottom: 0;
}

.aktuality #a1::after {
    left: 3px;
    width: 95%;
    height: 2px;
}
.aktuality #a2::after {
    top: 15px;
    left: 0%;
    width: 2px;
    height: 80%;
}
.aktuality #a3::after {
    top: 30px;
    left: 100%;
    width: 2px;
    height: 80%;
}
.aktuality #a4::after {
    left: 5%;
    width: 95%;
    height: 2px;
    top: -2px;
}



.clankyMain
{
    display: flex;
    flex-direction: column;
    color: white;
    gap: 25px;
    padding: 0px 5%;
    padding-top: 25px;
}

.clankyMain div
{
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.clankyMain article
{
    background-color: #593F32;
    border-radius: 10px;
    padding: 25px;
    transition: 0.5s;
}

.dokumenty
{
    flex-direction: row;
}

.dokumenty article
{
    flex: 1;
}

.tlacitka
{
    display: flex;
    flex-direction: column !important;
    gap: 10px !important;
}

.tlacitka button
{
    font-size: 20px;
    justify-self: left;
    background-color: transparent;
    border: #C5A590 2px solid;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.tlacitka button:hover
{
    background-color: #C5A590;
    cursor: pointer;
}

.kontaktySec
{
    padding: 0px 16%;
    padding-top: 20px;
}

.kontaktySec h2 {font-size: 30px; color: #C5A590; margin-bottom: 15px;}
.kontaktySec p {font-size: 20px; line-height: 25px;}

table
{
    border-collapse: collapse;
    width: 100%;
}

th {font-size: 25px; border: #a0836f solid 2px; padding: 10px 15px 5px 15px;}
td 
{
    font-size: 17px;
    padding: 10px;
    border: #C5A590 solid 1px;
    text-align: center;
}

th:hover, td:hover
{
    background-color: #C5A590;
}

.tableContainer
{
    overflow-x: auto;
    display: block !important;
}

@media (min-width: 1180px) {.vyletyMain article:hover, .clankyMain article:hover
{
    transform: translate(0, -10px);
    transition: 0.5s;
}}

@media (max-width: 1180px)
{
    #headerTopDecor
    {
        display: none;
    }

    #mainHeaderTop
    {
        flex-direction: column;
    }

    .mobile {display: flex !important;}
    #pc {display: none;}

    nav
    {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1120px)
{
    h1
    {
        text-align: center;
    }

    .nadpis div, .abs, #element {display: none;}

    h2 {text-align: center; width: 100%;}

    .vyletyMain article
    {
        position: static;
        max-width: 100%;
        width: 100%;
    }
    .vyletyMain article:hover
    {
        transform: translate(0, 0);
    }

    .vyletyMain
    {
        padding-top: 20Px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .vylety {position: static; height: auto;}
}

a
{
    text-decoration: none;
    color: white;
}

@media (max-width: 1050px)
{
    .a
    {
        flex-direction: column !important;
    }

    .aktuality article {position: static; padding: 10px 0px 30px 0px !important;}

    .aktuality article:after
    {
        display: none;
    }

    .aktuality > div:last-child { padding-top: 10px;
    }

    .clankyMain div
    {
        flex-direction: column;
    }
}

@media (max-width: 750px)
{
    .dokumenty
    {
        flex-direction: column;
    }

    header img
    {
        display: none;
    }

    nav
    {
        gap: 20px;
        flex-direction: column;
        text-align: center;
        width: 100%;
        padding-bottom: 10Px;
    }
    nav a
    {
        border-bottom: transparent !important;
        padding: 12px 25px;
        border-radius: 20px;
        background-color: #3A261B;
    }
}