.rada1img {
    height: 1.5em;
    transform: translate(0%, 30%);
}

.oddelCara1 {
    height: 2px;
    width: 90%;
    transform: translateX(0%);
    left: 5%;
    background-color: black;
    border: 0;
}

.pozadiObr1_div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pozadiObr1 {
    position: absolute;
    top: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.pozadiObr1_vv {
    height: 100%;
    min-width: 100%;
}
.pozadiObr1_vs {
    width: 100%;
    min-height: 100%;
}

.paticka1 {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.nadpis1 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 0px 0px 5px 5px;
    background-color: #654141;
}
.logo1 {
    height: 3em;
    max-width: 100%;
}


@media(min-width: 500px) {
    .logo1 {
        height: 5em;
    }
}