html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* {
    font-family: 'Open Sans', sans-serif;
    outline: none;
}

body {
    background: url('/img/bck.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}
.loader {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('/img/rze_loading.gif') 50% 50% no-repeat, black;
    z-index: 100;
}

.case {
    width: calc(100% - 70px);
    max-width: 420px;
    margin-left: 50px;
    margin-top: 20px;
    position: relative;
    z-index: 1000;
    max-height: calc(100% - 30px);
    padding-right: 20px;
}

.case.open {
    overflow-y: auto;
}

.menubutton {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.open .menubutton {
}

.menubutton > div {
    width: 100%;
    background: white;
    height: 3px;
    margin: 6px 0;
    transition: .4s;
}

.case.open .menubutton > div:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.case.open .menubutton > div:nth-child(2) {
    opacity: 0;
}

.case.open .menubutton > div:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.videoframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.videoframe > video {
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    width: auto; 
    height: auto;
    z-index: -1000; 
    overflow: hidden;
}

.zub {

}

.overlay {
    width: 100%;
    height: 100%;
    background: url('/img/kolo.gif') 45% 50% no-repeat, url('/img/zub_anim.gif') 90% -50px no-repeat, url('/img/zn_anim.gif') -40px 90% no-repeat, url('/img/hrkr_anim.gif') 50% 50% no-repeat;
    background-color: rgba(0,0,0,0);
    transition: background-color .8s;
    z-index: -500;
    position: absolute;
    top: 0;
}

.overlay.menu {
    background-color: rgba(0,0,0,.4);
}

.about, .email {
    width: 100%;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
}

.about-wrap, .email-wrap {
    color: white;
    height: 0;
    overflow: hidden;
    transition: height .8s;
}

.list-wrap {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: visibility .5s, opacity .5s, transform .5s;
    height: 0;
}

.open .list-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    height: auto;
}

.about-wrap > div {
    padding: 5px 0;
}

.list-item {
    width: 100%;
}
#home, #pics{
    display: none;
}
#showGallery{
    cursor: pointer;
}

.list-item a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.list-item:hover, .list-item:hover a {
    text-decoration: underline;
}

.galerie{
    width: 1090px;
    position: absolute;
    left: 50%;
    margin-left: -570px;
    overflow: hidden;
    margin-bottom: 100px;
}
.galerie.bo{
    margin-bottom: 0;
}
.galerie .nadpis{
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin-left: 50px;
    margin-top: 60px;
}
.galerie p {
    width: 92%;
font-size: 15px;
color: silver;
float: left;
margin-left: 50px;
margin-top: 5px;
}
.galerie a{
    width: 312px;
    height: 344px;
    float: left;
    margin-left: 50px;
    margin-top: 40px;
}
.galerie a.none{
    width: auto;
    height: auto;
    margin: 0;
    color: white;
    text-decoration: underline;
}
.img-plus{
    display: block;
    margin-top: -344px;
    display: none;
}
.galerie a img {
    width: 100%; 
    height: auto;
}

.galerie a.dalsi{
    background: url("../img/DALSI_GRAFIKA.jpg") no-repeat;
}
.galerie a.dalsi .img-plus{
    margin-top: 0;
}
.galerie a:hover .img-plus{
    display: block;
}
.texty{
    width: 380px;
    margin-left: 50px;
}
.texty p{
    font-size: 14px;
    margin: 15px 0;
}
.texty p.italic{
    font-style: italic;
}
.texty .podnadpis{
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}
.lb-dataContainer{
}
.lb-data .lb-details{
    width: auto;
}
.lb-data .lb-close{
    width: 79px;
    height: 16px;
    background: url('../img/minus.png') no-repeat;
    padding-bottom: 30px;
}
.lb-data a{
    display: inline;
}
.popisek{
    background: white;
    color: black;
}
.lb-nav a.lb-prev{
    display: block !important;
    background: url('../img/prev.png') left 48% no-repeat;
}
.lb-nav a.lb-next{
    display: block !important;
    background: url('../img/next.png') right 48% no-repeat;
}
.popisek .lb-data .lb-details{
    padding: 15px;    
}
.popisek .lb-data .lb-caption{
    color: black;
    font-style: italic;
    line-height: 1.3;
}
@media(max-width: 525px) {
    .videoframe {
        display: none;
    }
}

.cookies {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 21%);
    z-index: 2000;
}

.cookies p {
    font-size: 12px;
    float: left;
    margin: 18px 0px;
}

.cookies-center {
    width: 900px;
    margin: 0 auto;
}

.odkaz-color {
    text-decoration: underline;
    color: #ff4b30;
}

.cookies-button {
    float: left;
    cursor: pointer;
    color: #ffffff;
    background-color: #ff4266;
    padding: 12px;
    margin: 0px 11px 0px 15px;
}

@media(max-width: 2900px) {
    .cookies-center {
        width: 988px;
    }

    .cookies p {
        width: 850px;
    }

    .cookies-button {
        padding: 19px 8px;
    }
}

@media (max-width: 950px) {
    .cookies-center {
        width: 450px;
    }

    .cookies p {
        width: 310px;
        margin-left: 24px;
    }

    .cookies-button {
        padding: 17px 8px;
        margin: 26px;
    }
}


