/*hlavnistranka*/

html, body{
    height: 100%;
    margin:0;
}

body{
    display:flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
}


/*main*/

main{
    text-align: center;
    justify-content: center;
    background: linear-gradient(to bottom, #ffea29 22%, #c53f48 100%);
}



.content{
    background-color: rgb(255, 255, 255, 0.3);

    font-size: 25px;
    text-align: justify;


    width:1075px;




    padding-top: 20px;
    padding-bottom: 40px;
    padding:30px;

    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.segment{
    margin-bottom: 30px;
}

p{
    flex:1;

    font-size:inherit;

    margin-right: 10px;
    padding: 0px 20px 15px;
    max-height: fit-content;
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: fit-content;
}

h2{
    text-align: center;
    padding-bottom: 0px;
    font-size: 55px;
    margin:0;
}

h3{
    text-align: center;
    font-size: 35px;
    margin:0;
    padding:0;
    width:100%;
}

/*.image-holka{
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: auto;
}*/



.image-container{

    float:inline-end;
    position:relative;
    width: 450px;
    margin-left:20px;
    margin-right:20px;

}

.image-container-fullwidth{
    float:none;
    text-align:center;
    position:relative;

    width:auto;
    margin: 20px;
}

.image-container-left{
    float:left;

    display:flex;
    flex-direction: column;


    margin-left:30px;
    margin-top:30px;

    max-width:250px;


}

.image-container-right{
    float:right;

    display:flex;
    flex-direction: column;

    margin-right:50px;
    margin-top:30px;

    max-width:250px;
    height: fit-content;
}
.rotate {
    rotate: 90deg;
}

.image-item{
    margin: 10px;
    width:100%;
    height:fit-content;
}


iframe{
    width:100%;
    height:400px;
    margin:auto;
}

img{
    width:100%;
}

/*.image-container > img{



    margin-bottom: 10px;
}*/

.text-link{
    text-decoration: none;
    color: dodgerblue ;
}
.text-link:hover{
    text-decoration: underline;
    color: #1d73c7;
}

/*.mapa, .stanek{
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 20px;
    max-width: 100%;
}

.mapa{
    width: 90%;
    height: 340px;
    text-align: center;
    margin-left: auto;
    position:relative;
}
*/





/*laptop-L*/
@media (max-width: 1750px){

    .content{
        width:850px;
    }

    .image-container{
        margin-left:20px;
    }

    .image-container > img{
        max-width: 100%;
        margin-bottom: 10px;
    }

    div{
        justify-content: center;
        align-items: center;
    }



    /*.text{
        text-align: center;
        margin-right: 0;
        padding: 0px 30px 15px;
        max-height: fit-content;
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: 80%;
    }*/

    /*.mapa, .stanek, .stanek > img {
        display: inline;
        max-width: 100%;
        width:350px;
        height: 350px;
        margin-bottom: 20px;
    }*/



    /*.stanek > img{
        margin-left: 60px;
        margin-right: 60px;
    }*/
}

@media (max-width: 1535px){
    .image-container-left{
        display:none;
    }
    .image-container-right{
        display:none;
    }
}




/*laptop-tablet*/
@media (max-width: 1024px){

    main{
        width:100%;
    }

    .content{
        width:auto;
    }

    .image-container{
        float: none;
        width:auto;
        margin:10px;
        display: block;
    }

    .image-container-fullwidth{
        width:auto;
        display: block;
        float: none;
        margin:10px;

    }

    p {
        width:auto;


    }

    h2{
        text-align: center;
        padding-bottom: 0px;
        font-size: 55px;
        margin:0;
        width: 100%;
    }

    .segment{
        width:100%;
    }



}
    


/*mobil*/
/*
@media (max-width: 425px){
main{
    padding-left: 0;
    padding-right: 0;
}


.image-container{
    display: flex;
    position: relative;
    width: auto;
    flex-direction: column;
}

.image-container > img{
    max-width: 100%;
    margin-bottom: 10px;
}

.image-container > img{
    padding-left: 0;
}

.mapa, .stanek, .stanek > img{
    display:block;
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 100%;
    width: 256px;
    height: 256px;
}

.stanek, .stanek > img{
        margin-left: 0;
        margin-right: 0;
}

.holka, .holka > img{
    width: 256px;
}

.text > h2{
    padding-bottom: 0px;
    font-size: 45px;
}*/



