* {
    position: relative;
    box-sizing: border-box;
}

div, span, img, html, body {
    border: 0;
    padding: 0;
    margin: 0;
}

.text1 {
    color: #000000;
    text-decoration: none;
    font-family: 'Itim', sans-serif;
}

.zarLevo1 {
    text-align: left;
}

.zarPravo1 {
    text-align: right;
}

.zarStred1 {
    text-align: center;
}

.podtrzeni1 {
    text-decoration: underline;
}

.vel07em1 {
    font-size: 0.7em;
}

.curPointer1 {
    cursor: pointer;
}

.nebarvitOdkazy1 {
    color:  #0000ee;
}
.nebarvitOdkazy1:visited {
    color:  #0000ee;
}
.nebarvitOdkazy1:active {
    color:  #ec38b6;
}

.displayInline1 {
    display: inline;
}

/* .pozadi1 {
    background-color: #fafad2;
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
} */

.stranka1 {
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 20px);
    height: auto;
    min-height: 100vh;
}

.nejs1 {
    width: 100%;
    min-height: 100%;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    position: absolute;
    display: block;
}

.okno1 {
    position: absolute;
    display: none;
}


@media(max-width: 400px) {
    .stranka {
        width: 100vh;
    }
}