* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

html {
    overflow-y: scroll;
    background: #FFF;
}

body {
    color: #000000;
    font: 14px/20px Open Sans, Helvetica, Arial, sans-serif;
    margin: 20px auto 0;
    max-width: 800px;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 80px;
    color: #000000;
    font-weight: 450;
    line-height: 1.2;
    letter-spacing: 8px;
}

h2 {
    font: 16px/20px Open Sans, Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}

h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4
}

h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4
}

h6 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.4
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
}

figcaption {
    text-align: center;
    font-size: 14px;
    background: white;
    min-height: 60px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-family: Open Sans;
}

footer a {
    font-size: 10px;
    text-decoration: none;
}

#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 9999;
}

#wrapper {
    padding: 10px;
}

#header {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    width: 125px;
    height: 64px;
}

.kontakt_wrapper {
    font-family: Open Sans;
    text-align: left;
}

.kontakt_wrapper .content {
    padding-top: 30px;
    margin: 50px 0;
    color: black;
}

.kontakt_wrapper .adress {
    font-size: 16px;
}

.menu a,
.kontakt_wrapper a {
    color: black;
}

.menu {
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
}

.menu a {
    line-height: 2.5;
    text-decoration: none;
}

ul.menu li.active a {
    text-decoration: underline;
}

.navigation {
    margin-bottom: 15px;
}

.rslides_container {
    position: relative;
    width: 100%;
}

.rslides_nav {
    text-decoration: none;
    z-index: 3;
    position: absolute;
    display: inline-block;
    color: black;
    font-size: 18px;
    bottom: 41px;
    width: 55px;
}

.rslides_nav:hover {
    opacity: 0.7;
}


.rslides_nav.next {
    text-align: right;
    right: 0px;
}

.rslides_nav.next::after {
    content: "\276F";
}

.rslides_nav.prev {
    text-align: left;
    left: 0px;
}

.rslides_nav.prev::before {
    content: "\276E";
}

.half-left,
.half-right {
    /*border: solid black 1px;*/
    z-index: 10;
    position: absolute;
    width: 48%;
    height: 89%;
    cursor: pointer;
}

.half-left {
    left: 0;
}

.half-right {
    right: 0;
}

/*Video container*/

.embed-container {
    margin-bottom: 10px;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*Responsive*/

@media only screen and (max-width: 850px) {

    .rslides_nav {
        display: none;
    }

    .half-left,
    .half-right {
        height: 100%;
    }
}