.stan-clen{
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    color: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.nadpis-stan{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.nadpis-stan h1{
    font-size: 40px;
}


.kontent-stan{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-height: 250px;
}
.odkazy-stan{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 30%;
}

.odkazy-popis{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    gap:80px;
    max-height: 200px;
}

.odkazy-button{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    gap:60px;
    max-height: 200px;
}



.odkazy-button a{
    background-color: black;
    color: var(--white);
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: New Rocker;
}

.odkazy-button a:hover{
    background-color: rgb(14, 13, 13);
    color: var(--white);

}

.maskot-stan{
    position: relative;
    bottom: 169px;
    right: 20px;
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.2))
}

@media screen and (max-width: 1191px){
    .kontent-stan{
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .stan-clen{
        height: 400px;
        padding: 0;
    }
    .maskot-stan img{
        display: none;
    }
    .odkazy-stan{
        width: 60%;
        gap: 15px;
    }
}

@media screen and (max-width: 568px){
    .stan-clen{
        height: 500px;
    }
    .odkazy-stan{
        width: 100vw;
        padding: 20px;
    }
}

@media screen and (max-width: 390px){
    .nadpis-stan h1{
        font-size: 30px;
    }
}








.vyhody{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 650px;
    gap: 30px;
}

.vyhody-kon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 500px; width: 40%;
    color: var(--white);
    gap: 20px;
}
.vyhody-kon ul{
    padding-left: 50px;
}
.vyhody-kon li{
    margin: 10px 0;
}

.vyhody-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.vyhody-img img{
    border: 3px solid black;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1355px){
    .vyhody{
        flex-direction: column;
        gap: 0;
    }
    .vyhody-kon{
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 40vw;
        width: 100vw;
        padding-top: 20px;
    }
    .vyhody-kon ul{
        text-align: left;
        padding: 25px;
    }
}

@media screen and (max-width: 905px){
    .vyhody-kon ul{
        width: 80%;
    }
    .vyhody{
        gap: 30px;
    }
}

@media screen and (max-width: 691px){
    .vyhody-img img{
        width: 80vw;
    }
    .vyhody{
        padding-top: 50px; padding-bottom: 50px;
    }
}

@media screen and (max-width:526px){
    .vyhody{
        padding-top: 50px; padding-bottom: 50px;
    }
    .vyhody-kon{
        height: 400px;
    }
    .vyhody-kon h1{
        font-size: 30px;
    }
    .vyhody-img{
        height: 300px;
    }
}






.druhy-clenstvi{
    background-color: var(--secondary);
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: start;
    padding: 50px;
    min-height: 650px;
}

.clenstvi{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 400px; height: 230px;
}

@media screen and (max-width: 1345px){
    .druhy-clenstvi{
        flex-direction: column;
        width: 100vw;
    }
    .clenstvi{
        width: 70vw;
        height: 200px;
    }
}



@media screen and (max-width: 691px){
    .clenstvi{
        height: 50vw;
    }
}

@media screen and (max-width: 491px){
    .clenstvi{
        height: 400px;
    }
    .clenstvi h1{
        font-size: 30px;
    }
}
