@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); .roboto-font {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wdth,wght@75,900&display=swap'); .roboto-condensed {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "Condensed" 75;
}

/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

*,*:before,*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

@media (min-width: 1100px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Roboto;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
        padding: 0;
    }
}

@media (max-width: 1100px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Roboto;
        background-color: white;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
    }
}

@media (max-width: 600px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Roboto;
        background-color: white;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center 200px;
        background-attachment: scroll;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
    }
}

main {
    min-height: 40vh;
}

@media (min-width: 1400px) {
    .container {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .container {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1400px) {
    .header {
        clear: both;
        position: sticky;
        top: 0;
        z-index: 2;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background: #eee;
        height: 7em;
        border: 0;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    header {
        clear:both;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #eee;
        height: 8em;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

@media (max-width: 1100px) {
    header {
        clear:both;
        width: 100%;
        background-color: #eee;
        margin-left: auto;
        position: relative;
        margin-right: auto;
        height: 7em;
    }

    header img {
        height: 80px;
        margin-top: 0px;
        margin-left: 0px;
        width: auto;
    }
}

@media (max-width: 600px) {
    header {
        width:100%;
        background-color: #eee;
        margin-left: auto;
        margin-right: auto;
        height: 5em;
    }

    header img {
        height: 50px;
        margin-top: 0px;
        margin-left: 0px;
        width: auto;
    }
}

a {
    color: black;
    ;}

p {
    line-height: 150%;
}

article img {
    max-width: 100%;
    height: auto;
}

table {
    border-spacing: 0;
    width: 100%;
    color: black;
}

td {
    border: solid 1px #ddd;
    margin: 0;
    min-width: 30%;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
}

td p {
    line-height: 130% !important;
}

tr:nth-of-type(odd) {
    background-color: white;
}

tr:nth-of-type(even) {
    background-color: #eee;
}

th {
    background-color: #12243e;
    line-height: 250%;
    color: white;
}

@media (max-width: 768px) {
    table {
        display:block;
        margin-top: 2em;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: reak-spaces;
    }

    td {
        border: solid 1px #ddd;
        margin: 0;
        min-width: 30%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

#block-lejsek-primary-local-tasks {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    overflow: auto;
    margin-bottom: 1em;
}

div[role=contentinfo] {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e0ffb0;
    line-height: 300%;
    border: solid 2px #c6d081;
    padding-left: 2%;
    padding-right: 2%;
    font-weight: bold;
    color: #859852;
}

div[role=contentinfo] a {
    color: #859852;
}

#block-lejsek-primary-local-tasks h2 {
    display: none;
}

#block-lejsek-primary-local-tasks ul {
    overflow: auto;
    overflow-y: none;
    margin: 0;
    padding: 0;
    height: 3.5em;
}

#block-lejsek-primary-local-tasks ul li {
    float: left;
    list-style-type: none;
}

#block-lejsek-primary-local-tasks ul li a {
    display: block;
    height: 3em;
    line-height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #eee;
    border-bottom: solid 2px #eee;
    text-decoration: none;
    color: #333;
    border: solid 1px #ddd;
}

#block-lejsek-primary-local-tasks ul li a:hover {
    border-bottom: solid 2px #12243e;
    background-color: #dfdfdf;
    color: #12243e;
}

@media (min-width: 1100px) {
    input {
        height:3em;
        clear: both;
        float: none;
        font-size: 1em;
        border: 0;
        padding-left: 1em;
        width: 70%;
        padding-right: 1em;
    }

    textarea {
        height: 10em;
        clear: both;
        float: none;
        border: solid 1px #ddd;
        font-size: 1em;
        padding-left: 1em;
        padding-right: 1em;
        width: 70%;
    }

    input:focus {
        border: solid 2px #0f532e;
    }

    label {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    form .description {
        font-size: 0.8em;
    }
}

@media (max-width: 1100px) {
    input {
        height:3em;
        clear: both;
        float: none;
        border: solid 1px #ddd;
        font-size: 1em;
        padding-left: 1em;
        width: 100%;
        padding-right: 1em;
    }

    textarea {
        height: 10em;
        clear: both;
        float: none;
        border: solid 1px #ddd;
        font-size: 1em;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
    }

    input:focus {
        border: solid 2px #0f532e;
    }

    label {
        display: block;
        margin-bottom: 0.5em;
    }

    form .description {
        font-size: 0.8em;
    }
}

@media (min-width: 1000px) {
    h1 {
        font-size:2.5em;
        font-family: Roboto Condensed;
        font-weight: bold;
        margin-top: 0;
    }

    h2 {
        font-size: 2.3em;
        font-family: Roboto Condensed;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    h3 {
        font-size: 2em;
        font-family: Roboto Condensed;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    h4 {
        font-size: 1.7em;
        font-family: Roboto Condensed;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    h5 {
        font-size: 1.4em;
        font-family: Roboto Condensed;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    h5 {
        font-size: 1.1em;
        font-family: Roboto Condensed;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1000px) {
    h1 {
        font-size:2em;
        line-height: 120%;
        font-family: Roboto Condensed;
        font-weight: bold;
        margin-top: 0;
    }

    h2 {
        font-size: 1.8em;
        line-height: 120%;
        font-family: Roboto Condensed;
        font-weight: bold;
    }

    h3 {
        font-size: 1.6em;
        line-height: 120%;
        font-family: Roboto Condensed;
        font-weight: bold;
    }

    h4 {
        font-size: 1.4em;
        line-height: 120%;
        font-family: Roboto Condensed;
        font-weight: bold;
    }

    h5 {
        font-size: 1.3em;
        line-height: 120%;
        font-family: Roboto Condensed;
        font-weight: bold;
    }

    h5 {
        font-size: 1.1em;
        line-height: 120%;
        font-family: Roboto Condensed;
        font-weight: bold;
    }
}

@media (min-width: 1400px) {
    #block-lejsek-site-branding {
        width:8%;
        float: left;
        margin-left: 10%;
        margin-top: 1.5em;
    }
}

@media (max-width: 1400px) {
    #block-lejsek-site-branding {
        width:11%;
        float: left;
        margin-top: 2em;
        margin-left: 10%;
    }
}

@media (max-width: 1100px) {
    #block-lejsek-site-branding {
        width:10%;
        float: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 10%;
    }
}

@media (max-width: 850px) {
    #block-lejsek-site-branding {
        width:10%;
        float: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 5%;
    }
}

@media (max-width: 1100px) {
    #block-lejsek-site-branding {
        float:left;
        width: 20%;
    }
}

@media (min-width: 1000px) {
    article {
        width:70%;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
        padding-bottom: 3em;
    }
}

@media (max-width: 1000px) {
    article {
        width:90%;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
        padding-bottom: 3em;
    }
}

@media (min-width: 768px) {
    article .hlavni-fotka {
        float:right;
        width: 25%;
        margin-left: 4em;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    article .hlavni-fotka {
        display: none;
    }
}

@media (min-width: 768px) {
    #block-lejsek-page-title {
        width:70%;
        font-family: Roboto Condensed;
        line-height: 400%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3em;
        margin-bottom: 3em;
        text-align: center;
        color: black;
    }
}

@media (max-width: 1000px) {
    #block-lejsek-page-title {
        width:90%;
        font-family: Roboto Condensed;
        line-height: 400%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3em;
        margin-bottom: 3em;
        text-align: center;
        color: black;
    }
}

#block-lejsek-content article footer {
    bottom: 0;
    display: block;
    width: 100%;
    background-image: none;
    color: #ccc;
    padding-top: 0;
    padding-bottom: 1em;
    margin-top: 0em;
    overflow: auto;
    bottom: 0;
}

#block-lejsek-branding img {
    width: 100%;
    float: left;
}

main[role=main] {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    border: 0;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    footer {
        clear: both;
        background-color: #181818;
        padding-bottom: 4em;
        text-align: center;
        color: white;
        font-size: 1em;
        line-height: 2em;
        overflow: auto;
        padding-top: 4em;
        position: relative;
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (max-width: 768px) {
    footer {
        clear: both;
        background-color: #181818;
        padding-bottom: 4em;
        text-align: center;
        color: white;
        font-size: 1em;
        line-height: 2em;
        overflow: auto;
        padding-top: 4em;
        position: relative;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 768px) {
    footer #kontaktniudaje {
        float: left;
        text-align: left;
        width: 50%;
    }

    footer #kontaktniudaje a {
        color: white;
    }

    footer #kontaktform {
        float: left;
        width: 50%;
        text-align: left;
    }
}

@media (max-width: 768px) {
    footer #kontaktniudaje {
        text-align: left;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    footer #kontaktniudaje a {
        color: white;
    }

    footer #kontaktform {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

footer #kontaktform .button {
    background-color: #008dd2;
    line-height: 300%;
    color: white;
    height: auto;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
}

@media (min-width: 900px) {
    #block-lejsek-paticka {
        width:70%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2em;
        color: #A87A39;
    }
}

@media (max-width: 900px) {
    #block-lejsek-paticka {
        width:90%;
        margin-left: auto;
        margin-right: auto;
    }
}

#block-lejsek-paticka a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: Roboto Condensed;
}

#block-lejsek-paticka a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .obrazek-text img {
        float:left;
        width: 30%;
        height: auto;
        margin-right: 2em;
        margin-bottom: 2em;
    }
}

@media (max-width: 768px) {
    .obrazek-text img {
        width:100%;
        height: auto;
        margin-right: 2em;
        margin-bottom: 2em;
    }
}

@media (min-width: 1000px) {
    #block-lejsek-webform .captcha {
        width:100%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1em;
        margin-bottom: 1em;
        border: 0px;
    }

    #block-lejsek-webform .captcha .recaptcha-processed div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1000px) {
    #block-lejsek-webform .captcha {
        width:100%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1em;
        margin-bottom: 1em;
        border: 0px;
    }
}

#block-lejsek-webform .captcha .recaptcha-processed div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
}

.img-button {
    text-decoration: none;
}

@media (min-width: 800px) {
    .img-button img {
        height:6em;
        width: auto;
        margin-right: 1em;
    }
}

@media (max-width: 800px) {
    .img-button img {
        height:3em;
        width: auto;
        margin-right: 1em;
    }
}

.layout-container {
    position: relative;
}

@media (min-width: 1700px) {
    #block-lejsek-homepagebanner {
        background-color: #222948;
        border: 0;
        background-image: url("/themes/lejsek/images/banner-hp.webp");
        background-position: right 10em center;
        background-size: auto 80%;
        background-repeat: no-repeat;
        clear: both;
        position: relative;
        height: 35em;
    }

    #block-lejsek-homepagebanner h2 {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
        padding-top: 1em;
        margin-left: 10%;
        color: #ffffff;
        font-size: 6em;
    }

    #block-lejsek-homepagebanner p a {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        padding-top: 0em;
        width: auto;
        margin-left: 10%;
        color: white;
        font-size: 2em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 1em;
        padding-right: 1em;
        line-height: 2em;
        background-color: #008dd2;
    }

    #block-lejsek-homepagebanner a:hover {
        background-color: #636363;
        color: white;
    }
}

@media (min-width: 1200px) and (max-width: 1700px) {
    #block-lejsek-homepagebanner {
        background-color: #222948;
        border: 0;
        background-image: url("/themes/lejsek/images/banner-hp.webp");
        background-position: right 3em center;
        background-size: auto 60%;
        background-repeat: no-repeat;
        clear: both;
        position: relative;
        height: 35em;
    }

    #block-lejsek-homepagebanner h2 {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
        padding-top: 1em;
        width: 50%;
        margin-left: 10%;
        color: #ffffff;
        font-size: 6em;
    }

    #block-lejsek-homepagebanner p a {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        padding-top: 0em;
        width: auto;
        margin-left: 10%;
        color: white;
        font-size: 2em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 1em;
        padding-right: 1em;
        line-height: 2em;
        background-color: #008dd2;
    }

    #block-lejsek-homepagebanner a:hover {
        background-color: #636363;
        color: white;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    #block-lejsek-homepagebanner {
        background-color: #222948;
        border: 0;
        background-image: url("/themes/lejsek/images/banner-hp.webp");
        background-position: right 3em center;
        background-size: auto 60%;
        background-repeat: no-repeat;
        clear: both;
        position: relative;
        height: 35em;
    }

    #block-lejsek-homepagebanner h2 {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
        padding-top: 1em;
        width: 50%;
        margin-left: 5%;
        color: #ffffff;
        font-size: 5em;
    }

    #block-lejsek-homepagebanner p a {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        padding-top: 0em;
        width: auto;
        margin-left: 5%;
        color: white;
        font-size: 2em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 1em;
        padding-right: 1em;
        line-height: 2em;
        background-color: #008dd2;
    }

    #block-lejsek-homepagebanner a:hover {
        background-color: #636363;
        color: white;
    }
}

@media (max-width: 1000px) {
    #block-lejsek-homepagebanner {
        background-color: #222948;
        border: 0;
        clear: both;
        position: relative;
        height: auto;
        padding-bottom: 3em;
    }

    #block-lejsek-homepagebanner h2 {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
        padding-top: 1em;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #ffffff;
        font-size: 5em;
    }

    #block-lejsek-homepagebanner p {
        text-align: center;
    }

    #block-lejsek-homepagebanner p a {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        padding-top: 0em;
        width: auto;
        color: white;
        font-size: 2em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1em;
        padding-right: 1em;
        line-height: 2em;
        background-color: #008dd2;
    }

    #block-lejsek-homepagebanner a:hover {
        background-color: #636363;
        color: white;
    }
}

@media (max-width: 500px) {
    #block-lejsek-homepagebanner {
        background-color: #222948;
        border: 0;
        clear: both;
        position: relative;
        height: auto;
        padding-bottom: 3em;
    }

    #block-lejsek-homepagebanner h2 {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
        padding-top: 1em;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #ffffff;
        font-size: 3em;
    }

    #block-lejsek-homepagebanner p {
        text-align: center;
    }

    #block-lejsek-homepagebanner p a {
        font-family: Roboto Condensed;
        margin-top: 0em !important;
        padding-top: 0em;
        width: auto;
        color: white;
        font-size: 1.5em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1em;
        padding-right: 1em;
        line-height: 2em;
        background-color: #008dd2;
    }

    #block-lejsek-homepagebanner a:hover {
        background-color: #636363;
        color: white;
    }
}

@media (min-width: 1600px) {
    .menu {
        display:flex;
        float: right;
        position: relative;
        flex-direction: row;
        align-items: center;
        list-style-type: none;
        margin: 0;
        margin-top: calc(3.2% - 10px);
        padding: 0;
        margin-right: 10%;
    }

    .menu li:hover .menu {
        display: block;
        float: none;
        position: absolute;
        z-index: 999;
        top: 1em;
        color: white;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
}

@media (min-width: 1400px) and (max-width:1600px) {
    .menu {
        display:flex;
        float: right;
        position: relative;
        flex-direction: row;
        align-items: center;
        list-style-type: none;
        margin: 0;
        margin-top: calc(3.5% - 10px);
        padding: 0;
        margin-right: 10%;
    }

    .menu li:hover .menu {
        display: block;
        float: none;
        position: absolute;
        z-index: 999;
        top: 1em;
        color: white;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .menu {
        display:flex;
        float: right;
        position: relative;
        flex-direction: row;
        align-items: center;
        list-style-type: none;
        margin: 0;
        margin-right: 10%;
        margin-top: calc(3em - 20px);
        padding: 0;
    }

    .menu li:hover .menu {
        display: block;
        float: none;
        position: absolute;
        z-index: 999;
        top: 1.7em;
        color: white;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
}

.menu li .menu {
    display: none;
    margin-top: calc(5% - 0px);
}

@media (max-width: 1100px) {
    .menu {
        display:block;
        float: none;
        clear: both;
        position: relative;
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        margin-top: 1em;
        padding: 0;
    }

    .menu li .menu {
        display: block;
        position: static;
        margin-top: 0;
    }

    .menu li:hover .menu {
        display: block;
        float: none;
        position: static;
        z-index: 999;
        top: 0em;
        color: white;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
}

.menu li:hover .menu a {
    color: #283038;
}

.menu li:hover .menu > li a:hover {
    text-decoration: none;
    background-color: #283038;
    color: white;
}

@media (min-width: 1400px) {
    .menu > li {
        flex:1;
        text-align: center;
    }

    .menu > li:last-of-type {
        flex: 1.5;
        text-align: center;
    }

    .menu > li ul li {
        overflow: hidden;
        width: 100%;
        line-height: 3em;
    }

    .menu > li a {
        text-decoration: none;
        font-family: Roboto Condensed;
        font-weight: bold;
        color: #000000;
        display: block;
        text-wrap: nowrap;
        font-size: 1.4em;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        text-align: center;
        text-transform: uppercase;
    }

    .menu > li ul li a {
        text-decoration: none;
        color: black;
        display: block;
        text-wrap: wrap;
        font-size: 1em;
        padding-top: 0em;
        padding-bottom: 0em;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center;
        text-transform: uppercase;
    }

    .menu li .menu li:last-of-type a:hover {
        background-color: #283038;
        color: white;
        line-height: 2em;
        padding-top: 0.5em;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .menu > li {
        flex:1;
        text-align: center;
    }

    .menu > li:last-of-type {
        flex: 1.5;
        text-align: center;
    }

    .menu > li ul li {
        overflow: hidden;
        width: 100%;
        line-height: 3em;
    }

    .menu > li a {
        text-decoration: none;
        font-family: Roboto Condensed;
        font-weight: bold;
        color: black;
        display: block;
        text-wrap: nowrap;
        font-size: 1.2em;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1.1em;
        padding-right: 1.1em;
        text-align: center;
        text-transform: uppercase;
    }

    .menu > li ul li a {
        text-decoration: none;
        color: black;
        display: block;
        text-wrap: wrap;
        font-size: 1em;
        padding-top: 0em;
        padding-bottom: 0em;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center;
        text-transform: uppercase;
    }
}

@media (max-width: 1100px) {
    .menu > li {
        overflow:hidden;
    }

    .menu > li a {
        text-decoration: none;
        color: white;
        display: block;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
        height: 3em;
        line-height: 3em;
        border-bottom: solid 10px transparent;
    }

    li .menu > li {
        border-bottom: 1px white;
    }
}

.menu > li a:hover {
    text-decoration: none;
    color: #008dd2;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

@media (max-width: 1100px) {
    .menu-button {
        margin-top:6.5em;
        margin-right: 0em;
    }
}

#block-lejsek-main-menu {
    position: relative;
    width: 60%;
    float: right;
}

@media (max-width: 600px) {
    .menu-button {
        margin-top:5em;
        margin-right: 0em;
    }
}

@media (max-width: 500px) {
    .menu-button {
        margin-top:4em;
        margin-right: 0em;
    }
}

.menu-button,.menu-button::before,.menu-button::after {
    display: block;
    background-color: black;
    position: absolute;
    height: 8px;
    width: 40px;
    transition: transform 400ms cubic-bezier(0.23,1,0.32,1);
}

li .menu-button,li .menu-button::before,li .menu-button::after {
    display: none;
}

.menu-button::before {
    content: '';
    margin-top: -12px;
}

.menu-button::after {
    content: '';
    margin-top: 12px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255,255,255,0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

@media (max-width: 1100px) {
    .menu-button-container {
        position:relative;
        display: flex;
        float: right;
        width: 30%;
        margin-left: auto;
        margin-right: 0;
    }

    li .menu-button-container {
        display: none;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 6em;
        right: 0;
        z-index: 9999;
        flex-direction: column;
        width: 100vw;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #menu-toggle:checked ~ .menu li {
        z-index: 9999;
        height: auto;
        padding: 0em;
        border-bottom: solid 0.5px white;
    }

    #menu-toggle:checked ~ .menu li {
        z-index: 9999;
        height: auto;
        padding: 0em;
        border-bottom: solid 0.5px white;
    }

    .menu > li {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0em 0;
        line-height: 100%;
        font-size: 1em;
        width: 100%;
        color: white;
        background-color: #000000;
    }

    li .menu > li {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0em 0;
        line-height: 100%;
        font-size: 1em;
        width: 100%;
        color: white;
        background-color: #51606F;
    }

    .menu > li:not(:last-child) {
        border-bottom: 1px solid none;
    }

    .menu > li a:hover {
        text-decoration: none;
        color: white;
    }
}

@media (max-width: 600px) {
    .menu-button-container {
        position:relative;
        display: flex;
        float: right;
        width: 30%;
        margin-left: auto;
        margin-right: 0;
    }

    li .menu-button-container {
        display: none;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 4em;
        right: 0;
        z-index: 9999;
        flex-direction: column;
        width: 100wv;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #menu-toggle:checked ~ .menu li {
        z-index: 9999;
        height: auto;
        padding: 0em;
        border-bottom: solid 0.5px white;
    }

    #menu-toggle:checked ~ .menu li {
        z-index: 9999;
        height: auto;
        padding: 0em;
        border-bottom: solid 0.5px white;
    }

    .menu > li {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0em 0;
        line-height: 100%;
        font-size: 1em;
        width: 100%;
        color: white;
        background-color: black;
    }

    li .menu > li {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0em 0;
        line-height: 100%;
        font-size: 1em;
        width: 100%;
        color: white;
        background-color: #51606F;
    }

    .menu > li:not(:last-child) {
        border-bottom: 1px solid none;
    }

    .menu > li a:hover {
        text-decoration: none;
        color: white;
    }
}

.messages {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    color: black;
    font-weight: bold;
    background-color: #eef7c1;
    border: solid 1px #7cbf35;
}

#recenze h2 {
    color: white;
}

@media (min-width: 1000px) {
    #recenze {
        clear: both;
        background-color: #008dd2;
        padding: 2em;
        text-align: center;
        min-height: 30em;
    }
}

@media (max-width: 1000px) {
    #recenze {
        background-color: #A87A39;
        padding: 0.5em;
        text-align: center;
        min-height: 30em;
    }
}

@media (min-width: 768px) {
    #block-lejsek-webform {
        background-color: #eee;
        padding: 1em;
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
    }

    article ul {
        padding-left: 1em;
        display: inline-block;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    #block-lejsek-webform {
        background-color: #eee;
        padding: 1em;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
    }

    article ul {
        padding-left: 1em;
        display: inline-block;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

article li {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
}

article li::before {
    background-image: url("/themes/lejsek/images/check.svg");
    content: " ";
    display: block;
    background-repeat: no-repeat;
    height: 1.5em;
    width: 1.5em;
    background-size: 100% auto;
    float: left;
    margin-right: 0.6em;
}

@media (min-width: 768px) {
    #nase-sluzby {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

@media (max-width: 768px) {
    #nase-sluzby {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

#nase-sluzby h2 {
    text-align: center;
    margin-bottom: 1em;
}

@media (min-width: 1200px) {
    #nase-sluzby div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 1200px) {
    #nase-sluzby div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    #nase-sluzby div {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

#nase-sluzby .sluzba {
    display: grid;
    text-align: center;
    grid-template-columns: 1fr;
    gap: 0;
    border: solid 1px #eee;
    box-shadow: 5px 5px 10px #d3d3d3;
    padding: 3em;
}

#nase-sluzby .sluzba img {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

#nase-sluzby .sluzba p a {
    display: block;
    background-color: #008dd2;
    line-height: 300%;
    color: white;
    height: auto;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 3px 3px 3px #b7b7b7;
}

#nase-sluzby .sluzba p a:hover {
    background-color: #17294c;
}

article .button {
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    background-color: #008dd2;
    line-height: 300%;
    color: white;
    height: auto;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 3px 3px 3px #b7b7b7;
}

article .button:hover {
    background-color: #17294c;
}

@media (min-width: 1200px) {
    #co-zaridim {
        display: block;
        width: 34%;
        margin-left: 15%;
        float: left;
        text-align: left;
        background-color: #eee;
        padding: 3em;
        font-size: 1.1em;
        line-height: 200%;
        min-height: 27em;
        margin-bottom: 2em;
        margin-right: 1%;
    }

    #co-nedelam {
        display: block;
        width: 34%;
        margin-left: 1%;
        margin-right: 15%;
        float: left;
        font-size: 1.1em;
        line-height: 200%;
        text-align: left;
        background-color: #eee;
        padding: 3em;
        min-height: 27em;
        margin-bottom: 2em;
    }
}

@media (max-width: 1200px) {
    #co-zaridim {
        display: block;
        width: 90%;
        margin-left: 5%;
        float: left;
        text-align: left;
        background-color: #eee;
        padding: 3em;
        font-size: 1.1em;
        line-height: 200%;
        margin-bottom: 2em;
        margin-right: 1%;
    }

    #co-nedelam {
        display: block;
        width: 90%;
        margin-left: 5%;
        float: left;
        font-size: 1.1em;
        line-height: 200%;
        text-align: left;
        background-color: #eee;
        padding: 3em;
        margin-bottom: 2em;
    }
}

#co-nedelam ul, #co-zaridim ul {
    padding: 0;
}

#co-zaridim h2, #co-nedelam h2 {
    margin-bottom: 1em;
}

#co-zaridim li {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
}

#co-zaridim li::before {
    background-image: url("/themes/lejsek/icons/check.png");
    content: " ";
    display: block;
    background-repeat: no-repeat;
    height: 1.5em;
    width: 1.5em;
    background-size: 100% auto;
    float: left;
    margin-right: 0.6em;
}

#co-nedelam li {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
}

#co-nedelam li::before {
    background-image: url("/themes/lejsek/icons/wrong.png");
    content: " ";
    display: block;
    background-repeat: no-repeat;
    height: 1.5em;
    width: 1.5em;
    background-size: 100% auto;
    float: left;
    margin-right: 0.6em;
}

#reference {
    background-color: #eee;
    text-align: center;
    color: #000000;
    padding: 5%;
}

#reference h2 {
    margin-bottom: 1em;
}

@media (min-width: 1200px) {
    #reference .item-list ul {
        margin-left: 7%;
        margin-right: 7%;
        display: grid;
        text-align: center;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2em;
    }

    #reference .item-list ul li:nth-of-type(4) {
        display: none;
    }
}

@media (max-width: 1200px) {
    #reference .item-list ul {
        display: grid;
        text-align: center;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }
}

@media (max-width: 768px) {
    #reference .item-list ul {
        display: grid;
        text-align: center;
        grid-template-columns: 1fr;
        gap: 2em;
        margin: 0;
        padding: 0;
    }
}

#reference .item-list ul li {
    list-style-type: none;
    background-color: white;
    padding-bottom: 2em;
    box-shadow: 5px 5px 10px #c7c7c7;
}

#reference .item-list ul li img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    margin-bottom: 1em;
}

#reference .item-list ul li .views-field-title {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 1.7em;
    margin-top: 1em;
}

#reference .item-list ul li .views-field-title a {
    text-decoration: none;
}

#reference .item-list ul li .views-field-title a:hover {
    color: #008dd2;
}

#reference .item-list ul li .views-field-view-node a {
    display: block;
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    background-color: #008dd2;
    line-height: 300%;
    color: white;
    height: auto;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 3px 3px 3px #b7b7b7;
}

#reference .item-list ul li .views-field-view-node a:hover {
    background-color: #17294c;
}

.more-link a {
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    background-color: #008dd2;
    line-height: 300%;
    color: white;
    height: auto;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 3px 3px 3px #b7b7b7;
}

.more-link a:hover {
    background-color: #17294c;
}

.reference {
    text-align: center;
    color: #000000;
}

.reference h2 {
    margin-bottom: 1em;
}

@media (min-width: 1200px) {
    .reference .item-list ul {
        margin-left: 7%;
        margin-right: 7%;
        display: grid;
        text-align: center;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2em;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .reference .item-list ul {
        margin-left: 7%;
        margin-right: 7%;
        display: grid;
        text-align: center;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }
}

@media (max-width: 768px) {
    .reference .item-list ul {
        margin-left: 7%;
        margin-right: 7%;
        display: grid;
        text-align: center;
        grid-template-columns: 1fr;
        gap: 2em;
        padding: 0;
    }
}

.reference .item-list ul li {
    list-style-type: none;
    background-color: white;
    padding-bottom: 2em;
    box-shadow: 5px 5px 10px #c7c7c7;
    transition: transform, 1s;
    transition-timing-function: ease-in-out;
}

.reference .item-list ul li:hover {
    transform: scale(1.02);
}

.reference .item-list ul li img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    margin-bottom: 1em;
}

.reference .item-list ul li .views-field-title {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 2em;
}

.reference .item-list ul li .views-field-view-node a {
    display: block;
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    background-color: #008dd2;
    line-height: 300%;
    color: white;
    height: auto;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 3px 3px 3px #b7b7b7;
}

.reference .item-list ul li .views-field-view-node a:hover {
    background-color: #17294c;
}

@media (min-width: 768px) {
    .reference-odkaz a {
        font-size: 2em;
        font-weight: bold;
        padding-left: 2em;
        display: inline-block;
        background-image: url("/themes/lejsek/images/link.svg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 1em;
    }
}

@media (max-width: 768px) {
    .reference-odkaz a {
        font-size: 1em;
        font-weight: bold;
        padding-left: 2em;
        display: inline-block;
        background-image: url("/themes/lejsek/images/link.svg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left center;
        margin-bottom: 1em;
    }
}

.reference-odkaz a:hover {
    color: #008dd2;
}
