
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.hlavicka {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.hlavicka {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1); 
    border-bottom: 1px solid #ddd; 
}


.hlavicka-kontejner {
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
    flex-wrap: wrap;
    
}



.znacka {
    display: flex;
    align-items: center;
}

.logo-znacky {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.akcent {
    color: #a2c617;
}

.navigace {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.odkaz {
    text-decoration: none;
    margin: 0 15px;
    color: #000;
    padding: 7px 0;
}

.tlacitko-svetle {
    background-color: #E9EEF2;
    border-radius: 20px;
    padding: 10px 20px;
}

.tlacitko-zakladni {
    background-color: #a2c617;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
}

.tlacitko-dalsi {
    background-color: #6a0dad;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
}

.uvodni-sekce {
    background-image: url('css/pokuta.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center; 
    align-items: center;     
    color: black;
    text-align: center;  
    
}

.uvodni-sekce .uvodni-obsah {
    max-width: 600px;
    padding: 20px;
    padding-bottom: 250px;
}


.posunuto-nahoru {
    text-align: center;
}

.cara-pod-uvod {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #ddd;
}

.hlavni-text {
    font-size: 22px;
    margin-top: 10px;
}

.podtext {
    color: #ABB2B5;
    text-align: center;
}

.akce {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.sekce-informace {
    display: flex;
    justify-content: center;
    padding: 40px 15%;
}

.radek-karet {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.karta {
    width: 30%;
    text-align: center;
    padding: 20px;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.08);
    background-color: #fff;
    border-radius: 10px;
}

.karta .ikona {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}

.text-sedy {
    font-size: 13px;
    color: #ABB2B5;
    margin-bottom: 20px;
}

.tlacitko-mala {
    text-decoration: none;
    border-radius: 50px;
    background-color: rgb(204, 203, 203);
    padding: 10px;
    color: blue;
}


.vyzva {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(css/fon2.jpg);
    background-size: cover;
    height: 100px;
    gap: 20px;
}

.text-vyzva {
    font-size: 18px;
}

.paticka {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 15%;
    font-size: 12px;
    flex-wrap: wrap;
}

.kontakty {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.zluta {
    color: gold;
}
@media (max-width: 1080px) {
    .sekce-informace .radek-karet {
        flex-direction: column;
        align-items: center;
    }
    .karta {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media (max-width: 749px) {
    
    .uvodni-sekce {
        padding-bottom: 50px; 
        justify-content: flex-start;
    }

    .uvodni-obsah {
        max-width: 90%;
        margin: 0 auto;
    }
    .navigace {
        flex-direction: column;
        align-items: center;
        margin: 15px 0;
    }

    .odkaz {
        margin: 8px 0;
    }

    .akce {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .sekce-informace {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 10%;
        gap: 20px; 
    }

    .sekce-informace .karta {
        width: 100%;
        max-width: 400px;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
        border-radius: 10px;
    }

    .vyzva {
        flex-direction: column;
        gap: 15px;
        padding: 20px 10%;
        text-align: center;
    }
    .paticka {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .kontakty {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
}
