@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    word-break: break-word;
}

}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'HGD';
    src: url("../newfont/HaasGrotDisp-55Roman.otf");
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #fffFFF;
    color: #001f00;
    /*font-family: "Natron", sans-serif;*/
    font-family: "HGD", sans-serif;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    /* padding: 0 25px; */
    background: url("../img/pas.jpg") no-repeat bottom center;
    background-size: 100% auto;
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 20px;
    }
}

a {
    color: #a0a0a0;
    text-decoration: none;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

a:hover {
    color: #001f00;
}

h1, h2 {
    font-size: 20px;
}

@media screen and (min-width: 1024px) {
    h1, h2 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1280px) {
    h1, h2 {
        font-size: 38px;
    }
}

h1 a {
    color: #001f00;
}

sup {
    vertical-align: top;
}

em, strong, b {
    font-weight: 800;
}

i {
    font-style: italic;
}

header {
    position: fixed;
    z-index: 999;
    top: 0;
    /*left: 25px;*/
    left: 0px;
    /*right: 25px;*/
    right: 0px;
    /* width: 100%; */
    height: 50px;
    border-bottom: 1px solid #001f00;
    background-color: #fffFFF;
    overflow: hidden;
}

@media (min-width: 1024px) {
    header {
        overflow: visible; /* na safari neni jinak videt submenu */
    }
}

header.nav-open #nav-switch .hamburger {
    margin-top: 12px;
    border: none;
    -webkit-transition: margin-top 100ms, border-top 0ms 100ms;
    transition: margin-top 100ms, border-top 0ms 100ms;
}

header.nav-open #nav-switch .hamburger:before {
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 100ms, -webkit-transform 100ms 100ms;
    transition: top 100ms, -webkit-transform 100ms 100ms;
    transition: top 100ms, transform 100ms 100ms;
    transition: top 100ms, transform 100ms 100ms, -webkit-transform 100ms 100ms;
}

header.nav-open #nav-switch .hamburger:after {
    top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 100ms, -webkit-transform 100ms 100ms;
    transition: top 100ms, -webkit-transform 100ms 100ms;
    transition: top 100ms, transform 100ms 100ms;
    transition: top 100ms, transform 100ms 100ms, -webkit-transform 100ms 100ms;
}

@media screen and (max-width: 1023px) {
    header.nav-open {
        height: auto;
    }

    header .block-mid .nav.main, header .block-right {
        display: none;
    }

    header.nav-open .block-mid .nav.main, header.nav-open .block-right {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    header {
        height: 204px;
    }
}

header .block-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 50px;
    padding: 5px 20px 5px 20px;
}

@media screen and (min-width: 1024px) {
    header .block-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 85%;
        padding: 0;
    }
}

header .block-left a {
    display: block;
    height: 100%;
    /* text-align: right; */
}

header .block-left img {
    display: block;
    width: auto;
    height: 100%;
    /* margin: 0 auto 0 auto; */
    /* margin-left: 15px; */
    /* text-align: right; */
    float: right;
}

header .block-mid {
    position: relative;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: auto;
}

@media screen and (min-width: 1024px) {
    header .block-mid {
        position: absolute;
        top: 0;
        left: 150px;
        /* width: calc(100% - 200px); */
        height: 100%;
        right: 150px;
    }
}

@media screen and (min-width: 1250px) {
    header .block-mid {
        left: 200px;
        right: 200px;
    }
}

header .block-mid h1 img {
    position: fixed;
    top: 5px;
    /* left: 80px; */
    line-height: 1;
    opacity: 1;
    height: 40px;
    /* letter-spacing: -10px; */
    left: 50%;
    transform: translate(-50%, 0%);
    /* font-size: 34px; */
}

@media screen and (max-width: 450px) {
    header .block-mid h1 img {
        top: 10px;
        height: 27px;
    }
}

@media screen and (min-width: 1024px) {
    header .block-mid h1 img {
        position: absolute;
        /* top: auto; */
        /* bottom: 0; */
        margin-top: 40px;
        height: 120px;
        /*font-size: 150px;*/
    }
}

@media screen and (min-width: 1280px) {
    header .block-mid h1 img {
        margin-top: 0;
        height: 160px;
    }
}

header .block-mid span {
    display: none;
}

@media screen and (min-width: 1024px) {
    header .block-mid span {
        display: block;
        position: absolute;
        /* bottom: 50%; */
        /* left: 220px; */
        top: 0;
        right: -100px;
        line-height: 1.15;
        opacity: 1;

        font-size: 18px;
    }
}

@media screen and (min-width: 1280px) {
    header .block-mid span {
        right: -200px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1390px) {
    header .block-mid span {
        font-size: 20px;
    }


}

header .block-right {
    position: relative;
}

@media screen and (min-width: 1024px) {
    header .block-right {
        position: absolute;
        top: 0;
        /* padding-top: 93px; */
        right: 0;
        width: 240px;
        height: 100%;
    }
}

header #nav-switch {
    position: fixed;
    top: 5px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    border: 2px solid black;
}

header #nav-switch .hamburger {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    width: 29px;
    height: 26px;
    margin-top: 0;
    border-top: 3px solid #001f00;
    -webkit-transition: margin-top 100ms 100ms, border-top 0ms 100ms;
    transition: margin-top 100ms 100ms, border-top 0ms 100ms;
}

header #nav-switch .hamburger:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 100%;
    border-top: 3px solid #001f00;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: top 100ms 100ms, -webkit-transform 100ms;
    transition: top 100ms 100ms, -webkit-transform 100ms;
    transition: top 100ms 100ms, transform 100ms;
    transition: top 100ms 100ms, transform 100ms, -webkit-transform 100ms;
}

header #nav-switch .hamburger:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    width: 100%;
    border-top: 3px solid #001f00;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: top 100ms 100ms, -webkit-transform 100ms;
    transition: top 100ms 100ms, -webkit-transform 100ms;
    transition: top 100ms 100ms, transform 100ms;
    transition: top 100ms 100ms, transform 100ms, -webkit-transform 100ms;
}

@media screen and (min-width: 1024px) {
    header #nav-switch {
        display: none;
    }
}

.nav {
    position: absolute;
}

.nav li {
    display: inline-block;
}

.nav.main {
    position: relative;
    /* width: 100%; */
    padding: 10px 0 10px 20px;
    margin-top: 43px;
    display: block;
}

.nav.main li {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
    .nav.main {
        display: block;
        position: absolute;
        top: auto;
        bottom: 5px;
        right: -200px;
        left: -200px;
        border-top: 1px solid black;
        padding: 5px 0 0 200px;
    }

    .nav.main li {
        display: inline-block;
        margin-right: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.nav.main li.current-menu-item > a, .current-page-ancestor > a {
    color: #001f00;
}

.nav.lang {
    display: none;
    position: relative;
    padding: 0 20px 20px 20px;
}

.nav.lang a {
    color: black !important;
}

@media screen and (min-width: 1024px) {
    .nav.lang {
        position: absolute;
        bottom: 6px;
        right: 20px;
        padding: 0 0 0 0;
    }
}

@media screen and (min-width: 1280px) {
    .nav.lang {
        right: auto;
        left: 20px;
    }
}

.nav.lang li:after {
    content: " — ";
    color: #829182;
}

.nav.lang li:last-child:after {
    content: " ";
}

.nav.social {
    position: relative;
    padding: 0 20px 10px 10px;
    opacity: 1;
}

@media screen and (min-width: 1024px) {
    .nav.social {
        position: absolute;
        bottom: 18%;
        right: 20px;
        padding: 0 0 0 0;
    }
}

.nav.social li {
    margin-right: 10px;
}

.nav.social li:last-child {
    margin-right: 0;
}

.nav.social li img {
    display: block;
    width: 30px;
    height: 30px;
}

.nav.submenu {
    /* z-index: 998; */
    /* top: 50px; */
    left: 25px;
    right: 25px;
    /* width: 100%; */
    /* height: 35px; */
    padding-left: 20px;
    /* padding-top: 3px; */
    background-color: #fffFFF;
    border-bottom: 1px solid #001f00;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .nav.submenu {
        position: fixed;
        z-index: 998;
        top: 50px;
        width: 100%;
        height: 35px;
        padding-top: 3px;
    }
}

.menutags {
    padding-top: 40px;
}

@media screen and (min-width: 1024px) {
    .menutags {
        padding-left: 200px;
    }
}

@media screen and (min-width: 1024px) {
    .nav.submenu {
        top: 205px;
        left: 25px;
        right: 25px;
        position: fixed;
        /* width: 100%; */
        height: auto;
        padding-left: 175px;
        padding-top: 0px;

        margin-left: -25px;
    }
}

@media screen and (min-width: 1250px) {
    .nav.submenu {
        padding-left: 225px;
    }
}

.nav.submenu ul {
    position: relative;
}

.nav.submenu li {
    position: relative;
    display: block;
    margin: 5px 0 5px 0;
}

@media screen and (min-width: 1024px) {
    .nav.submenu li {
        display: inline-block;
        margin: 5px 20px 5px 0;
    }
}

.nav.submenu {
    display: none;
}

.active .nav.submenu, .current-page-ancestor .nav.submenu {
    display: block;
}

.nav.submenu li a {
    /* display: none; */
}

@media screen and (min-width: 1024px) {
    .nav.submenu li a {
        display: inline;
    }
}

.nav.submenu a.active {
    color: #001f00;
    display: block;
}

.shrinked header .block-mid span {
    opacity: 0;
}

@media screen and (min-width: 1024px) {
    .shrinked header {
        height: 90px;
    }

    .shrinked header .block-left {
        /* padding: 5px; */
        height: 56px;
        width: 70px;
    }

    .shrinked header .block-mid h1 img {
        top: 4px;
        height: 50px;
        margin-top: 0px;
        /* left: 0; */
        /* bottom: 100%; */
        /* opacity: 0; */
    }

    .shrinked header .block-mid span {
        bottom: 100%;
        opacity: 0;
    }
}

@media screen and (min-width: 1024px) {
    .shrinked .nav.social {
        bottom: 50%;
        /* opacity: 0; */
    }
}

@media screen and (min-width: 1024px) {
    .shrinked .nav.submenu {
        top: 90px;
    }
}

.block-mid h1 img, .block-mid span, .nav.submenu, .nav.social, .block-left {
    -webkit-transition: top 200ms, bottom 200ms, opacity 200ms, height 200ms, padding 200ms, width 200ms, bottom 200ms, left 200ms;
    transition: top 200ms, bottom 200ms, opacity 200ms, height 200ms, padding 200ms, width 200ms, bottom 200ms, left 200ms;
}

@media screen and (min-width: 1024px) {
    header {
        -webkit-transition: height 200ms;
        transition: height 200ms;
    }
}

footer {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 100px;
    /* overflow: hidden; */
    /* position: relative; */
    /* display: block; */
}

footer {
}

footer p {
    margin-bottom: 8px
}

footer div {
    /*width: 100%;*/
    /*padding: 20px;*/
}

@media screen and (min-width: 1024px) {
}

footer div + div {
    padding-top: 0;
}

@media screen and (min-width: 1024px) {
    footer div + div {
        /* padding-top: 20px; */
    }
}

@media screen and (max-width: 1024px) {
    main {
        margin-top: 50px !important;
    }
}

.section .header {
    /*height: 35px;*/
    /*padding: 7px 0 0 0;*/
    border-bottom: 1px solid #001f00;
    background: #ff4e00;
    color: white;
}

@media screen and (min-width: 1024px) {
    .section .header {
        /*padding: 5px 0 0 0;*/
    }
}

.section .header h2 {
    font-size: 20px;
    margin-left: 200px;
    padding: 5px 0;
    height: 35px;
}

@media screen and (max-width: 1023px) {
    .section .header h2 {
        font-size: 16px;
        /*margin: 5px 0;*/
        margin-left: 20px !important;
    }
}

.block {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #001f00;
}

.block.expanded {
    border-bottom: none;
}

.block.expanded .name {
    color: #001f00;
}

.block .text p, .block .text ul, .block.text p, .block.text ul {
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 20px;
}

.block .about {
    min-height: 150px;
}

.block .about .close {
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .block .about .close {
        position: absolute;
        top: 20px;
        right: 0;
        background: white;
    }
}

.block .about .close img {
    display: block;
    width: 32px;
    height: 32px;
    opacity: 0.45;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

@media screen and (min-width: 1024px) {
    .block .about .close img {
        width: 50px;
        height: 50px;
    }
}

.block .about .close img:hover {
    opacity: 1;
}

.block .fluidvids {
    margin-bottom: 1em;
}

.block.performance {
    height: auto;
    color: black;
}

@media screen and (min-width: 1024px) {
    .block.performance {
        min-height: 120px;
    }
}

.block.performance.highlighted {
    /*background-color: #DADADA;*/
    background-color: #ffe4d8;
}

@media screen and (min-width: 1024px) {
    .block.performance.today {
        min-height: 500px;
    }
}

.block.performance .date {
    padding: 20px 20px 0 20px;
}

@media screen and (min-width: 1024px) {
    .block.performance .date {
        position: absolute;
        /* top: 30px; */
    }
}

.block.performance .date span {
    display: block;
}

.block.performance .date .day-no {
    font-size: 20px;
    line-height: 1;
}

@media screen and (min-width: 1024px) {
    .block.performance .date .day-no {
        font-size: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .block.performance .date .day-no {
        font-size: 24px;
    }
}

.block.performance.today .date {
    top: 0px;
}

.block.performance .alert {
    color: #ff0000;
    padding: 20px 20px 0 20px;
}

@media screen and (min-width: 1024px) {
    .block.performance .alert {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 15px 20px 0 20px;
    }
}

@media screen and (min-width: 1024px) {
    .block.performance.today .alert {
        padding: 20px 0 0 0;
        left: 200px;
        margin: 0 200px 0 0;
    }
}

.block.performance .name {
    padding: 15px 20px 15px 20px;
    line-height: 1;
}

@media screen and (min-width: 1024px) {
    .block.performance .name {
        position: relative;
        /* margin-top: 20px; */
        left: 180px;
        max-width: calc(100% - 400px);
    }
}

.block.performance .name h2 {
    font-size: 34px;
    color: black;
    cursor: pointer;
}

.block.performance .name h2.hrabigname {
    font-size: 35px;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    .block.performance .name h2 {
        font-size: 34px;
    }

    .block.performance .name h2.hrabigname {
        font-size: 42px;
    }

}

@media screen and (min-width: 1280px) {
    .block.performance .name h2 {
        font-size: 42px;
        max-width: 50%;
        /* min-height: 150px; */
    }

    .block.performance .name h2.hrabigname {
        font-size: 50px;
    }

    .infosquere {
        max-width: 50%;
        position: absolute;
        left: 55%;
        top: 10px;
    }
}

.borderblack {
    border: 1px solid black;
    text-transform: uppercase;
    padding: 3px 8px;
    font-size: 16px;
    line-height: 2.2;
    color: black;
    white-space: nowrap;
}

.infosquere .infoson {
    margin-right: 9px;
}

.block.performance .name sup {
    font-size: 20px;
}

.block.performance.today .name {
    font-family: "HaDivadlo", sans-serif;
    color: #001f00;
}

@media screen and (max-width: 1023px) {
    .block.performance.today .name {
        padding-bottom: 0;
        line-height: 1.25;
        -webkit-transform: scale(1, 1) !important;
        transform: scale(1, 1) !important;
    }
}

@media screen and (min-width: 1024px) {
    .block.performance.today .name {
        position: absolute;
        top: 250px;
        left: 0px;
        padding: 0 20px 0 20px;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        text-align: center;
        -webkit-transform-origin: center, center;
        transform-origin: center, center;
    }

    .block.performance.today .name h2 {
        display: inline-block;
        white-space: nowrap;
    }
}

.block.performance .info {
    padding: 20px;
}

@media screen and (min-width: 1024px) {
    .block.performance .info {
        position: absolute;
        top: 0;
        right: 0px;
        width: 200px;
    }
}

.block.performance .info img {
    display: block;
    width: 30px;
    height: auto;
    float: right;
}

@media screen and (min-width: 1024px) {
    .block.performance .info img {
        position: absolute;
        top: 30px;
        left: -30px;
    }
}

.block.performance .info span {
    display: block;
}

.block.performance .info .duration {
    /* margin-bottom: 10px; */
}

@media screen and (min-width: 1024px) {
    .block.performance .info .duration {
        /* margin-bottom: 15px; */
    }
}

@media screen and (min-width: 1024px) {
    .block.performance.today .info {
        top: 0px;
    }
}

.block.performance .date, .block.performance .name, .block.performance .info {
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.block.performance:hover .date, .block.performance:hover .name, .block.performance:hover .info, .block.performance.expanded .date, .block.performance.expanded .name, .block.performance.expanded .info {
    color: #001f00;
    z-index: 9;
}

.block.performance .about {
    /*display: none;*/
    position: relative;
    width: 100%;
    padding: 20px 0px 30px 0px;
    color: #001f00;
    /*border-top:1px solid black;*/
    background-color: #fffFFF;
}

@media screen and (min-width: 1024px) {
    .block.performance .about {
        margin-top: 20px;
        padding: 20px 20px 30px 20px;
        /*padding: 20px 0px 0px 0px;*/
    }
}

.block.performance .bggrey {
    border-top: 1px solid black;
}

.block.performance .about p + p {
    margin-bottom: 20px;
}

.block.performance .about p sup {
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    .block.performance .about p sup {
        font-size: 15px;
    }
}

.block.performance .about .gallery {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .block.performance .about .gallery {
        margin-bottom: 0;
    }
}

.block.performance .about .gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.block.performance .about .text {
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    .block.performance .about .text {
        float: left;
        width: 66.666%;
        /* padding-right: 20px; */
        margin-bottom: 0px;
    }
}

.block.performance .about .text.fulltext {
    float: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0px;
}

.block.performance .about .text p.perex {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .block.performance .about .text p.perex {
        font-size: 34px;
    }
}

@media screen and (min-width: 1280px) {
    .block.performance .about .text p.perex {
        font-size: 38px;
    }
}

.block.performance .about .text h3 {
    font-size: 34px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1024px) {
    .block.performance .about .text h3 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1280px) {
    .block.performance .about .text h3 {
        font-size: 38px;
    }
}

.block.performance .about .text h4 {
    margin-bottom: 1em;
    line-height: 1.5;
}

.block.performance .about .text .sample {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 0 20px 0;
    border-top: 1px solid #001f00;
    border-bottom: 1px solid #001f00;
    clear: both;
}

.block.performance .about .text .sample a {
    color: #00ff00;
}

.block.performance .about .text .sample a:hover {
    color: #001f00;
}

.block.performance .about .text .share {
    display: block;
    clear: both;
}

.block.performance .about .team {
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    .block.performance .about .team {
        float: right;
        width: 33.333%;
        margin-bottom: 0px;
    }
}

.block.performance .about .team h3 {
    font-size: 34px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .block.performance .about .team h3 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1280px) {
    .block.performance .about .team h3 {
        font-size: 38px;
    }
}

.block.performance .about .team p + h3 {
    margin-top: 30px;
}

.block.performance .about .team p {
    font-weight: 400;
    margin-bottom: 20px;
}

.block.performance .about .team p, .block.performance .about .team h4 {
    line-height: 1.35;
}

@media screen and (min-width: 1024px) {
    .block.performance.today .about {
        margin-top: 500px;
    }
}

.block.performance .text .text {
    width: 100%;
}

.block.member {
    height: auto;
    color: #829182;
}

@media screen and (min-width: 1024px) {
    .block.member {
        height: 100px;
    }
}

.block.member .name {
    padding: 5px 20px 10px 20px;
}

@media screen and (min-width: 1024px) {
    .block.member .name {
        position: absolute;
        top: 5px;
        left: 180px;
    }
}

.block.member .name h2 {
    font-size: 34px;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .block.member .name h2 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1280px) {
    .block.member .name h2 {
        font-size: 38px;
    }
}

.block.member .about {
    display: none;
    position: relative;
    width: 100%;
    padding: 0 20px 20px 20px;
    color: #001f00;
}

@media screen and (min-width: 1024px) {
    .block.member .about {
        display: block;
        height: auto;
        margin-top: 100px;
        padding: 0 200px 50px 0;
    }
}

.block.member .about .portrait {
    display: none;
}

@media screen and (min-width: 1024px) {
    .block.member .about .portrait {
        display: block;
        float: left;
        width: 200px;
        height: auto;
        padding-right: 20px;
    }
}

.block.member .about .text {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .block.member .about .text {
        float: left;
        margin-bottom: 0px;
        width: calc(100% - 200px);
    }
}

.block.member .about .text ul {
    margin-left: 1em;
}

.block.member .about .text ul li:before {
    display: inline-block;
    content: "•";
    width: 1em;
    margin-left: -1em;
}

.block.member .about .text ul.no-bullets {
    margin-left: 0;
}

.block.member .about .text ul.no-bullets li:before {
    content: " ";
    width: 0;
    margin-left: 0;
}

.block.member .about .text ul.no-bullets li:first-child {
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .block.member.expanded {
        height: auto;
    }
}

.block.member.expanded .about {
    display: block;
}

@media screen and (min-width: 1024px) {
    .block.member.actor .portrait {
        margin-top: -100px;
    }
}

.block.member.other .function {
    padding: 15px 20px 0px 20px;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

@media screen and (min-width: 1024px) {
    .block.member.other .function {
        position: absolute;
        top: 0px;
        width: 200px;
        left: 0px;
    }
}

.block.member.other .contact {
    padding: 0px 20px 10px 20px;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

@media screen and (min-width: 1024px) {
    .block.member.other .contact {
        position: absolute;
        top: 15px;
        width: 33.333%;
        right: 0;
    }
}

.block.member.other .contact span {
    display: block;
}

.block.member .name, .block.member .function, .block.member .contact {
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.block.member:hover .name, .block.member:hover .function, .block.member:hover .contact, .block.member.other.expanded .name, .block.member.other.expanded .function, .block.member.other.expanded .contact {
    color: #001f00;
}

.block.text {
    width: 100%;
    padding: 20px;
}

@media screen and (min-width: 1024px) {
    .block.text {
        padding: 20px 200px 20px 200px;
    }
}

.block.text h3 {
    font-size: 34px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1024px) {
    .block.text h3 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1280px) {
    .block.text h3 {
        font-size: 38px;
    }
}

.block.text h4 {
    margin-bottom: 1em;
    line-height: 1.5;
}

@media screen and (min-width: 1024px) {
    .block.text p, .block.text ul {
        width: 66.666%;
    }
}

.block.text ul {
    margin-left: 0.75em;
}

.block.text ul li {
    margin-left: -0.75em;
}

.block.text ul li:before {
    display: inline-block;
    content: "•";
    width: 0.75em;
}

.block.text img {
    display: block;
    margin-bottom: 1em;
    width: auto;
    height: auto;
    max-width: 100%;
}

.block.text .img-float img {
    float: left;
}

.block.text iframe {
    margin-top: 30px;
    width: 100%;
    height: 400px;
}

@media screen and (min-width: 1024px) {
    .block.text iframe {
        width: 150%;
    }
}

.remodal-overlay {
    background: rgba(0, 5, 0, 0.85) !important;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #d3d9d3;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    font-size: 34px;
    margin-top: -10px;
    color: #829182;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    /*display: none;*/
}

.owl-prev:hover, .owl-next:hover {
    color: #001f00;
}

@media screen and (min-width: 1024px) {
    .owl-prev, .owl-next {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .owl-prev, .owl-next {
        font-size: 38px;
    }
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
    padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */
.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

.modalBox {
    background-color: #fffFFF;
    padding: 10px;
}

@media screen and (min-width: 1024px) {
    .modalBox {
        padding: 20px;
    }
}

.modalBox .modalInfo {
    margin-bottom: 20px;
}

.modalBox .modalInfo span {
    display: block;
}

.modalBox .modalform {
    text-align: left;
}

.modalBox .modalform .inputField {
    padding: 5px 0 5px 0;
    width: 100%;
    float: none;
    clear: both;
}

@media screen and (min-width: 1024px) {
    .modalBox .modalform .inputField {
        padding: 5px 10px 5px 10px;
    }
}

@media screen and (min-width: 1024px) {
    .modalBox .modalform .inputField.w1of2 {
        float: left;
        width: 50%;
        clear: none;
    }
}

.modalBox .modalform label, .modalBox .modalform input, .modalBox .modalform textarea {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.modalBox .modalform label {
    margin-bottom: 5px;
    font-weight: 400;
}

.modalBox .modalform input, .modalBox .modalform textarea {
    padding: 5px;
    font-family: "HGD", sans-serif;
    font-size: 16px;
    color: #001f00;
    border: 1px solid #829182;
    outline: none;
    -webkit-transition: border 200ms;
    transition: border 200ms;
    border-radius: 2px;
}

@media screen and (min-width: 1024px) {
    .modalBox .modalform input, .modalBox .modalform textarea {
        font-size: 20px;
    }
}

.modalBox .modalform input:focus, .modalBox .modalform textarea:focus {
    border: 1px solid #001f00;
}

.modalBox .modalform input[type=submit] {
    border-radius: 2px;
    display: block;
    margin-top: 10px;
    color: #001f00;
    background-color: #829182;
    border: none;
    padding: 10px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: color 200ms, background-color 200ms;
    transition: color 200ms, background-color 200ms;
}

.modalBox .modalform input[type=submit]:hover {
    color: #fffFFF;
    background-color: #001f00;
}

.popuniform {
    position: fixed;
    z-index: 2222;
    opacity: 1;
    display: none;
}

#popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
}

#popup2 {
    min-width: 50%;
    /*height: 50%;*/
    top: 20%;
    left: 40%;
    padding: 20px;
}

@media (max-width: 800px) {
    #popup2 {
        left: 10%;
    }
}

#popup3 {
    /*min-width: 65%;*/
    max-width: 60%;
    /*height: 50%;*/
    /*max-height: 80%;*/
    top: 10%;
    /*left: 15%;*/
    right: 10%;
    /*padding: 70px 30px 30px 30px;*/
    background: rgba(0, 0, 0, 0.2);
}

#popup3 .popclose {
    top: 10px;
    right: 30px;
    z-index: 10;
}

#popup3 img {
    max-width: 100%;
    height: auto;
}

.popin {
    height: 100%;
    background: #ffe4d8;
    padding-top: 90px;
    text-align: center;
}

.popin h2 {
    font-size: 4em;
    display: inline-block;
    font-family: "HGD", sans-serif;
    padding-left: 35px;
    padding-right: 35px;
}

#popup2 .popin {
    padding-top: 50px;
    padding-bottom: 40px;
    max-height: 75vh;
    overflow: auto;

}

#popup2 .popin h2 {
    font-size: 2.8em;
    font-family: "HGD", sans-serif;
}

@media (max-width: 1300px) {
    .popin h2 {
        font-size: 2em;
    }

    #popup2 .popin h2 {
        font-size: 2em;
    }
}

@media (max-width: 1024px) {
    .popin h2 {
        font-size: 2em;
    }

    #popup2 .popin h2 {
        font-size: 1.7em;
    }
}

@media (max-width: 800px) {
    .popin h2 {
        font-size: 2em;
    }

    #popup2 .popin h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 500px) {
    .popin h2 {
        font-size: 2em;
    }

    #popup2 .popin h2 {
        font-size: 1.3em;
    }
}

.popclose {
    position: absolute;
    right: 35px;
    top: 30px;
    opacity: 0.45;
}

.popclose:hover {
    opacity: 1;
}

.popclose img {
    width: 30px;
}

.block.text .gallery img {
    margin-bottom: 0;
}

.loga a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

.owl-carousel .owl-wrapper-outer {
    background-color: white !important;
}

.logafot.owl-carousel {
    margin: 45px 0px;
    padding: 0 30px;
}

.logafot.owl-carousel .owl-item {
    text-align: center;
}

.logafot.owl-carousel .owl-prev {
    left: 0;
}

.logafot.owl-carousel .owl-next {
    right: 0;
}

/*.logafot.owl-carousel .owl-item a{*/
/*line-height: 200px;*/
/*}*/
.logafot.owl-carousel .owl-wrapper {
    display: table !important;
}

.logafot.owl-carousel .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.logafot.owl-carousel .owl-item > div {
    text-align: center;
}

.logafot.owl-carousel img {
    max-height: 40px;
}

/*.logafot.owl-carousel .owl-item a img{*/
/*vertical-align: middle;*/
/*}*/
@media screen and (min-width: 1024px) {
    .part {
        /* margin-left: 80px; */
        text-align: center;
    }

}

.block.member.textblok {
    height: auto;
}

.se-body li:before {
    content: "" !important;
}

.se-button, .se-submit button {
    background: black !important;
    border-radius: 0 !important;
}

.se-header h3 {
    color: black !important;
}

.se-webform {
    border-radius: 0 !important;
}

.se-wrapper *, .se-webform * {
    font-family: "HGD", sans-serif !important;
}

.searchinput {
    position: absolute;
    font-size: 10px;
    bottom: 16px;
    right: 110px;
    width: 105px;
    border: none;
    border-bottom: 1px solid black;
    background: url("../img/search.png") right center no-repeat;
    background-size: auto 125%;
}

/*# sourceMappingURL=main.css.map */

.tableborder {
    margin-right: -16px;
}

.tableborder > * {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 10px;
}
.wrap {
    padding: 0 10px;
}
@media screen and (min-width: 1024px) {
    .wrap {
        padding: 0 25px;
    }
}

.footermenu {
    padding: 0;
    text-align: left;
}

.footermenu .footitem {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 8px;
}

@media (min-width: 1240px ) {
    .footermenu {
        /*text-align: right;*/
    }

    .footermenu .footitem {
        display: inline-block;
        padding-right: 5px;
    }
}

.footermenu .footitem a {
    color: black;
    font-size: 12px !important;
}

.footermenu .footitem a:hover {
    color: white;
}

.arrrrr {
    width: 60px;
    height: 30px;
    display: block;
    /* background-size: 100%; */
}

.arrrrr.arrlw {
    background: url("../img/arrlw.svg") center no-repeat;
}

.arrrrr.arrrw {
    background: url("../img/arrrw.svg") center no-repeat;
}

.arrrrr.arrl {
    background: url("../img/arrl.svg") center no-repeat;
}

.arrrrr.arrr {
    background: url("../img/arrr.svg") center no-repeat;
}

.inboxx {
    padding-top: 15px;
    padding-bottom: 35px;
}

.outboxx {
    border: 1px solid black;
    margin-right: -1px;
}

.owl-item {
    border-right: 2px solid white;
}

.bggrey {
    background: #ffe4d8;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 15px 0;
}

.headerNew {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 15px;
}

/*.memberlist {*/
/*padding: 0 100px;*/
/*}*/
.bloklidi {
    margin-bottom: 160px;
}

.newmember .fikeimg {
    /*height: 250px;*/
    /*height: 400px;*/
    overflow: hidden;
    text-align: center;
}

.newmember .portrait {
    width: 100%;
    /* margin: 0 auto; */
}

.newmember .name {
    color: black;
    /*border-top: 1px solid black;*/
}

.lidelink {
    position: relative;
    display: block;
    overflow: hidden;
}


/*.lidelink .v1, .lidelink .v2 {*/
.lidelink .v1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s all;
}

/*.lidelink .v2 {*/
/*    opacity: 0.9;*/
/*}*/

/*.lidelink:hover .v2 {*/
/*    opacity: 1;*/
/*}*/

.lidelink:hover .v1 {
    top: -100%;
    bottom: 100%;
}

.lidelink img {
    transition: 0.5s all;
}

.lidelink:hover img {
    transform: scale(1.15);
}

/*.lidelink .v2 .inv2 {*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    left: 0px;*/
/*    padding: 10px;*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*}*/

.minipad {
    padding-left: 2px;
    padding-right: 2px;
}

.newaboutmenne {
    padding-bottom: 10px;
}

.newaboutmenne .contact span {
    display: block;
}

.newaboutmenne .contact, .newaboutmenne .contact a, .jedenclovek .contact a {
    color: #ff4e00;
    /* font-size: 25px ; */
    font-size: smaller;
}

.newaboutmenne h2 {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 0px 10px white
}

.miniblok {
    border-top: 1px solid black;
    margin-right: 25px;
    margin-bottom: 20px;
}

.miniblok h2 {
    padding: 10px 0;
}

@media screen and (min-width: 1024px) {
    .newaboutmenne h2 {
        font-size: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .newaboutmenne h2 {
        font-size: 26px;
    }
}

.jedenclovek {
    border-bottom: 1px solid black;
    padding: 30px 0;
}

.jedenclovek .name {
    margin-bottom: 25px
}

.jedenclovek .text {
    margin-bottom: 25px;
}

.jedenclovek img {
    max-width: 100%;
    height: auto;
}

.jedenclovek .littlegal {
    width: auto;
    height: auto;

}

.jedenclovek .inscenenac {
    /*margin-top: 35px;*/
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 15px;
}

.jedenclovek .inscenenac li {
    font-size: 17px;
}

.jedenclovek ul {
    margin-left: 1em;
}

/*.jedenclovek li:before {*/
/*display: inline-block;*/
/*content: "•";*/
/*width: 1em;*/
/*margin-left: -1em; }*/

/*.jedenclovek ul.no-bullets {*/
/*margin-left: 0; }*/

.jedenclovek ul.no-bullets li:before {
    content: " ";
    width: 0;
    margin-left: 0;
}

/*.jedenclovek ul.no-bullets li:first-child {*/
/*font-weight: 500; }*/

.backarrr {
    width: 40px;
}

@media screen and (min-width: 800px) {

    .backarrr {
        width: 40px;
        left: 0%;
        position: absolute;
    }
}

.mapajev iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.widecont {
    padding: 40px 20px;
}

.uzkycont {
    padding: 40px 20px;
}

.uzkycont img {
    max-width: 100%;
    height: auto;
    margin: 15px auto;
}

.uzkycont p {
    margin-bottom: 15px
}

@media screen and (min-width: 1024px) {
    .widecont {
        padding: 45px 130px 150px 130px;
    }

    .uzkycont {
        padding: 45px 150px 100px 150px;
    }
}

@media screen and (min-width: 1250px) {
    .uzkycont {
        padding: 45px 200px 100px 200px;
    }
}

.bigmargintitle {
    padding-top: 35px;
    padding-bottom: 10px;
}

.repertoarjeden {
    border-top: 1px solid black;
    margin-top: 15px;
    margin-bottom: 80px;
    padding-top: 5px;
    margin-right: 15%;
}

.reaparchcol {
    border-top: 1px solid black;
    margin-bottom: 40px;
    padding-top: 10px;
    margin-top: 15px;
}

.reaparchcol a.reparchlline {
    display: block;
    white-space: initial;
    color: black;
}

.repertoarjeden h2 {
    margin-bottom: 25px;
}

.repertoarjeden a {
    display: block;
    color: black;
    /*font-size: 20px;*/
    margin-bottom: 5px;
}

.repertoarhoste {
    margin-bottom: 25px;
    border-top: 1px solid black;
    margin-top: 25px;
    padding-top: 10px;
}

.repertoarhoste sup {
    color: #ff4e00;
    font-size: 12px;
}

.repertoaraktual {
    margin-top: 15px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

repertoaraktual a {
    display: block;
    margin-bottom: 0px;
}

.repertoaraktual img {
    margin: 0;
    transition: 0.5s all;
}

.repertoaraktual:hover img {
    transform: scale(1.15);
}

.repertoaraktual .overjedna, .repertoaraktual .overdva {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s all;
    text-shadow: 0px 0px 3px #000000;
    color: white;
}

.repertoaraktual .overjedna {
    right: 0%;
    left: 0;
}

.repertoaraktual:hover .overjedna {
    left: -100%;
    right: 100%;
}

.repertoaraktual .overdva {
    /*right: -100%;*/
    /*left: 100%;*/
    opacity: 0;
}

.repertoaraktual:hover .overdva {
    /*right: 0%;*/
    /*left: 0;*/
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

.repaktualinfo {
    font-size: 20px;
    text-align: right;
    padding: 30px;
}

.repaktualtitle {
    font-size: 25px;
    position: absolute;
    bottom: 30px;
    font-weight: bold;
    left: 30px;
    right: 30px;
}

@media (min-width: 1024px) {
    .repaktualtitle {
        font-size: 35px;
    }
}

.jednasezona {
    padding-top: 55px;
    padding-bottom: 70px;
    padding-right: 35px;
    font-size: 18px;
    line-height: 1.2;
}

.jednasezona h2 {
    padding-bottom: 25px;
}

.jednasezona p {
    margin-bottom: 10px;
}

.hravsezone {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.mensitext {
    font-size: smaller;
}

.se-popup-button > .se-button {
    background: #ff4e00 !important;
}

.borderblack:hover, .borderblack.active {
    background: #ff4e00;
    color: white;
}

.borderblack.togrey:hover, .borderblack.togrey.active {
    background: #aaaaaa;
    color: white;
}

.miniblack {
    font-size: 9px;
    padding: 5px;
    white-space: nowrap;
}

.firstbigperform {
    color: white !important;
    height: 500px !important;
}

@media (min-width: 1800px) and (min-height: 1400px) {
    .firstbigperform {
        height: 700px !important;
    }
}

.firstbigperform * {
    color: white !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.firstbigperform .borderblack {
    border-color: white !important;
    font-size: 23px;
}

.firstbigperform .day-no, .firstbigperform .info {
    font-size: 25px !important;
}

.scrollnext {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 30px;
}

.kontaktpage p {
    margin-bottom: 20px;
}

.kontaktpage h2 {
    margin-bottom: 25px;
}

.inss {
    margin: 20px 0;
}

.reparchlline {
    padding-top: 10px;
    padding-left: 5px;
    word-break: break-word;
}

.mininadpis {
    font-size: 30px;
    margin-top: 10px;
}

.progrmatag {
    font-size: 12px;
    padding: 2px 6px;
    white-space: nowrap;
}
.detailtagwrap{
    padding-top: 10px;
}
.detailtag {
    white-space: nowrap;
    display: inline-block;
    padding: 2px 5px;
    background: none!important;
    color: black!important;
}

.bggrey .borderblack{
    background: #ff4e00;
    color: white;
}

.nav.social {
    font-size: 22px;
}

@media (min-width: 1280px) {
    .nav.social {
        font-size: 27px
    }
}

.addcalbtn {
    margin-bottom: 20px;
    display: inline-block;
    padding: 2px 5px;
}

@media screen and (min-width: 1024px) {
    .pulsloupce {
        width: 50%;
        float: left;
    }

    .fullsloupec {
        clear: both;
    }
}

.offprogrmamini {
    font-size: 20px !important;
    /*34*/
}

@media screen and (min-width: 1024px) {
    .offprogrmamini {
        font-size: 25px !important;
        /*42*/
    }

    .block.performance.minioffprogram {
        min-height: 105px;
    }
}

p.orangediv {
    color: #ff4e00;
}

p.orangediv a {
    color: #ffbb9d !important;
}

.orangebtn {
    border: 2px solid #ff4e00;
    background: #ff4e00;
    font-size: 20px;
    color: white;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;

}

.orangebtn:hover {
    background: white;
    color: #ff4e00;
}

#cookie-notice {
    background: rgba(0, 0, 0, 0.8) !important;
}

#cookie-notice .cookie-notice-container {
    text-align: left !important;
    max-width: 645px;
    padding: 30px 60px;
}

#cookie-notice .button {

    background: grey;
    color: white;
    padding: 9px 25px;
}

@media (min-width: 800px) {
    #cookie-notice .button {
        position: absolute;
        right: 60px;
        top: 35px;
    }
}

@media screen and (min-width: 800px) {
    .newlidegalerie {
        padding-top: 60px;
    }
}

#baguetteBox-slider figcaption {
    font-size: 16px;
}
