/* TEXT */

.content {
    margin-bottom: 80px;
}

#text-content {
    display: flex;
    width: 100%;
    /*font-size: 1.5em;*/
    line-height: 1.55em;
}

.text-body {
    padding-right: 50px;
}

.content-display {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1000px) {
    .content-display {
        flex-direction: column;
    }
    .text-body {
        padding-right: 0px;
    }
}

.text-body img {
    max-width: 100%;
    /* max-height: calc(100vh - 100px); */
    width: auto;
    height: auto;
}

.text-head {
    line-height: 1.55em;
    /*font-size: 0.55em;*/
    min-width: 300px;
    margin-bottom: 50px;
}

h2 {
    font-family: Glorila-Thin;
    font-size: 1.4em;
    font-weight: normal;
    -webkit-margin-after: 0em;
}

h3 {
    font-family: Glorila-Thin;
    font-size: 1.2em;
    font-weight: normal;
    -webkit-margin-after: 0em;
}

p {
    -webkit-margin-before: 0em;
}


/* Link v textu */

.text-body a {}


/*
* SLIDES
*/

.navbar {
    overflow: hidden
}


/*
* aktuality
*/

.thumb {
    width: 400px;
}

.news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.one-news {
    margin: 0px 10px;
    max-width: 400px;
}

.one-news img {
    max-height: 250px;
    max-width: 400px;
}