@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap'); @import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap'); /* @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: Raleway;
        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: Raleway;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
        padding: 0;
    }
}

@media (max-width: 600px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Raleway;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
        padding: 0;
    }
}

main {
    min-height: 40vh;
}

@media (min-width: 1400px) {
    .container {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }

    .header {
        clear: both;
        position: relative;
        top: 0;
        z-index: 2;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 3em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #FCF8EE;
        ; height: auto;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .container {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }

    .header {
        clear: both;
        position: relative;
        top: 0;
        z-index: 2;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 3em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #FCF8EE;
        ; height: auto;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

@media (max-width: 1100px) {
    .container {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }

    .header {
        clear: both;
        position: relative;
        top: 0;
        z-index: 2;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 0em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #FCF8EE;
        ; height: auto;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

a {
    color: black;
    ;}

p {
    line-height: 150%;
}

article img {
    max-width: 100%;
    height: auto;
}

table {
    border-spacing: 0;
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin-bottom: 2em;
}

tr {
    border-bottom: dotted 1px #472613;
    height: auto;
    line-height: 200%;
}

td:nth-of-type(odd) {
    margin: 0;
    width: 85%;
    text-align: left;
}

td:nth-of-type(even) {
    margin: 0;
    width: 10%;
    text-align: right;
}

@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-residence-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-residence-primary-local-tasks h2 {
    display: none;
}

#block-residence-primary-local-tasks ul {
    overflow: auto;
    overflow-y: none;
    margin: 0;
    padding: 0;
    height: 3.5em;
}

#block-residence-primary-local-tasks ul li {
    float: left;
    list-style-type: none;
}

#block-residence-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-residence-primary-local-tasks ul li a:hover {
    border-bottom: solid 2px #12243e;
    background-color: #dfdfdf;
    color: #12243e;
}

@media (min-width: 1100px) {
    input[type=text], input[type=number], input[type=email], input[type=date], select {
        height:3em;
        clear: both;
        float: none;
        font-size: 1em;
        border: 1px solid #bcc2c7;
        border-radius: 10px;
        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-top: 0.5em;
        margin-bottom: 0.5em;
    }

    form .description {
        font-size: 0.8em;
    }
}

@media (max-width: 1100px) {
    input[type=text], input[type=number], input[type=email], input[type=date],select {
        height:3em;
        clear: both;
        float: none;
        font-size: 1em;
        border: 1px solid #bcc2c7;
        border-radius: 10px;
        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-weight: normal;
        margin-top: 0;
    }

    h2 {
        font-size: 3em;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    h3 {
        font-size: 2.7em;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }

    h4 {
        font-size: 1.7em;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }

    h5 {
        font-size: 1.4em;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }

    h5 {
        font-size: 1.1em;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1000px) {
    h1 {
        font-size:2em;
        line-height: 120%;
        font-weight: normal;
        margin-top: 0;
    }

    h2 {
        font-size: 1.8em;
        line-height: 120%;
        font-weight: normal;
    }

    h3 {
        font-size: 1.6em;
        line-height: 120%;
        font-weight: normal;
    }

    h4 {
        font-size: 1.4em;
        line-height: 120%;
        font-weight: normal;
    }

    h5 {
        font-size: 1.3em;
        line-height: 120%;
        font-weight: normal;
    }

    h5 {
        font-size: 1.1em;
        line-height: 120%;
        font-weight: normal;
    }
}

@media (min-width: 1000px) {
    #block-residence-site-branding {
        width:30%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    #block-residence-site-branding {
        width:50%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    #block-residence-site-branding {
        width:70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1300px) {
    article {
        clear: both;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3em;
    }
}

@media (min-width: 1000px) and (max-width:1300px) {
    article {
        clear: both;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3em;
    }
}

@media (max-width: 1000px) {
    article {
        width:90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2em;
    }
}

@media (min-width: 768px) {
    article .hlavni-fotka {
        float:right;
        width: 25%;
        margin-left: 4em;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    article .hlavni-fotka {
        width:100%;
    }
}

article h3 {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.6em;
    margin-top: 1em;
    background-color: #472613;
    color: white;
    padding: 0.5em;
}

@media (min-width: 768px) {
    #block-residence-page-title {
        width:70%;
        font-family: Pacifico;
        font-weight: normal;
        line-height: 400%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3em;
        margin-bottom: 3em;
        text-align: center;
        color: #472613;
        ; }
}

@media (max-width: 1000px) {
    #block-residence-page-title {
        width:90%;
        font-family: Pacifico;
        font-weight: normal;
        line-height: 400%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3em;
        margin-bottom: 3em;
        text-align: center;
        color: black;
    }
}

#block-residence-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-residence-branding img {
    width: 100%;
    float: left;
}

main[role=main] {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
    border: 0;
    background-color: #FCF8EE;
}

@media (min-width: 1300px) {
    footer {
        clear: both;
        background-color: #FCF8EE;
        padding-bottom: 2em;
        text-align: center;
        color: white;
        font-size: 1em;
        line-height: 2em;
        overflow: auto;
        padding-top: 2em;
        position: relative;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 35em;
        background-image: url("/themes/residence/images/footer.png");
        background-repeat: no-repeat;
        background-position: center bottom;
    }
}

@media (max-width: 1300px) {
    footer {
        clear: both;
        background-color: #FCF8EE;
        padding-bottom: 2em;
        text-align: center;
        color: white;
        font-size: 1em;
        line-height: 2em;
        overflow: auto;
        padding-top: 2em;
        position: relative;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 38em;
        background-image: url("/themes/residence/images/footer.png");
        background-repeat: no-repeat;
        background-position: center bottom;
    }
}

@media (min-width: 900px) {
    #block-residence-paticka {
        width:70%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2em;
        color: #A87A39;
    }
}

@media (max-width: 900px) {
    #block-residence-paticka {
        width:90%;
        margin-left: auto;
        margin-right: auto;
    }
}

footer a {
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana;
}

footer a:hover {
    text-decoration: underline;
}

#block-residence-patickacopyright {
    clear: both;
    font-size: 0.9em;
    color: #000000;
}

@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-residence-webform .captcha {
        width:100%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1em;
        margin-bottom: 1em;
        border: 0px;
    }

    #block-residence-webform .captcha .recaptcha-processed div {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1000px) {
    #block-residence-webform .captcha {
        width:100%;
        margin-left: 0;
        margin-right: auto;
        margin-top: 1em;
        margin-bottom: 1em;
        border: 0px;
    }
}

#block-residence-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-residence-homepagebanner {
        background-color: #eee;
        border: 0;
        background-image: url("/themes/residence/images/banner-hp.webp");
        background-position: right 10em center;
        background-size: auto 80%;
        background-repeat: no-repeat;
        clear: both;
        position: relative;
        height: 35em;
    }

    #block-residence-homepagebanner h2 {
        font-family: Verdana;
        margin-top: 0em !important;
        margin-bottom: 0em !important;
        padding-top: 1em;
        margin-left: 10%;
        color: #000000;
        font-size: 6em;
    }

    #block-residence-homepagebanner p a {
        font-family: Verdana;
        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: #e51a4b;
        box-shadow: 3px 3px 3px #b7b7b7;
    }

    #block-residence-homepagebanner a:hover {
        background-color: #9e0026;
    }
}

.messages {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    color: black;
    font-weight: bold;
    background-color: #eef7c1;
    border: solid 1px #7cbf35;
}

article .button {
    display: inline-block;
    width: auto;
    background-color: #472613;
    padding-left: 1em;
    color: white;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

article .button .views-field-field-odkaz a:hover {
    background-color: #5d3620;
}

.more-link a {
    display: block;
    width: 20%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    background-color: #e51a4b;
    line-height: 300%;
    color: white;
    height: auto;
    font-family: Verdana;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 3px 3px 3px #b7b7b7;
}

.more-link a:hover {
    background-color: #8f0123;
}

@media (min-width: 1000px) {
    #block-residence-webform, #block-residence-webform-2, #block-residence-webform-3 {
        width: 100%;
        background: #ece4df;
        text-align: left;
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 3em;
        padding-bottom: 3em;
        border-radius: 10px;
    }

    #block-residence-webform h2, #block-residence-webform-2 h2, #block-residence-webform-3 h2 {
        font-family: Pacifico;
        font-weight: normal !important;
        font-size: 2.5em;
        text-align: center;
        color: #472613;
    }
}

@media (max-width: 1000px) {
    #block-residence-webform, #block-residence-webform-2, #block-residence-webform-3 {
        width: 100%;
        background: #ece4df;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 3em;
        padding-bottom: 3em;
        border-radius: 10px;
    }

    #block-residence-webform h2, #block-residence-webform-2 h2, #block-residence-webform-3 h2 {
        font-family: Pacifico;
        font-weight: normal !important;
        font-size: 2.5em;
        text-align: center;
        color: #472613;
    }
}

#block-residence-webform .button, #block-residence-webform-2 .button, #block-residence-webform-3 .button {
    border-radius: 5px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    border: 0;
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    background: #472613;
    padding: 0 25px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
    text-transform: none;
}

#block-residence-webform .button:hover {
    text-decoration: none;
    color: #ffffff;
    background: #816859;
}

#block-residence-webform-2 .js-form-type-checkbox {
    width: 100%;
    margin-top: 1em;
    font-size: 0.9em;
    padding: 0;
}

#block-residence-webform .form-item-markup, #block-residence-webform-2 .form-item-markup {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    font-size: 0.9em;
}

.layout-sidebar-second {
    background-color: #472613;
    /* overflow: auto; */
    color: white;
    width: 100%;
    min-height: 2em;
    height: auto;
}

#hornilista {
    width: 100%;
    text-align: center;
    height: 3em;
}

#hornilista p {
    margin: 0;
    line-height: 3em !important;
}

#hornilista p a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#hornilista p a:hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.layout-sidebar-second ul {
    margin: 0;
    padding: 0;
}

@media (min-width: 1000px) {
    footer .logo-footer {
        display: inline-block;
        width: 10%;
        background-image: url("/themes/residence/images/llweb.png");
        height: 4em;
        background-size: 100% auto;
        background-repeat: no-repeat;
        color: transparent;
    }
}

@media (max-width: 1000px) {
    footer .logo-footer {
        display: inline-block;
        width: 25%;
        background-image: url("/themes/residence/images/llweb.png");
        height: 5em;
        background-size: 100% auto;
        background-repeat: no-repeat;
        color: transparent;
    }
}

footer .logo-footer:hover {
    background-image: url("/themes/residence/images/llweb_hover.png");
}

@media (min-width: 500px) {
    .banner-hp {
        height: 32em;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-top: 3em;
        padding-bottom: 4em;
    }
}

@media (max-width: 500px) {
    .banner-hp {
        height: 34em;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-top: 1em;
        padding-bottom: 4em;
    }
}

.banner-hp .views-row {
    display: grid;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 1em;
    grid-template-columns: 1fr;
    gap: 1em;
}

@media (min-width: 1300px) {
    .banner-hp .views-row .views-field-title {
        width: 100%;
        color: white;
        font-family: Raleway;
        font-size: 3.5em;
        font-weight: bold;
        margin: 0;
    }

    .banner-hp .views-row .views-field-body {
        width: 50%;
        color: white;
        font-family: Raleway;
        font-size: 1.5em;
    }

    .banner-hp .views-row .views-field-field-odkaz {
        width: 50%;
        color: white;
        font-family: Raleway;
        font-size: 1.5em;
    }

    .banner-hp .views-row .views-field-field-odkaz a {
        background-color: white;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        text-decoration: none;
        font-weight: bold;
        border-radius: 10px;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .banner-hp .views-row .views-field-field-nadpis {
        width: 60%;
    }

    .banner-hp .views-row .views-field-title {
        width: 100%;
        color: white;
        font-family: Raleway;
        font-size: 3.5em;
        font-weight: bold;
        margin: 0;
    }

    .banner-hp .views-row .views-field-field-nadpis img {
        width: 100%;
        height: auto;
    }

    .banner-hp .views-row .views-field-body {
        width: 100%;
        color: white;
        font-family: Raleway;
        font-size: 1.5em;
    }

    .banner-hp .views-row .views-field-field-odkaz {
        width: 80%;
        color: white;
        font-family: Raleway;
        font-size: 1.5em;
    }

    .banner-hp .views-row .views-field-field-odkaz a {
        background-color: white;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        text-decoration: none;
        font-weight: bold;
        border-radius: 10px;
    }
}

@media (max-width: 1000px) {
    .banner-hp .views-row .views-field-field-nadpis {
        width: 100%;
        text-align: center;
    }

    .banner-hp .views-row .views-field-title {
        width: 100%;
        color: white;
        text-shadow: 5px 5px 10px black;
        font-family: Raleway;
        font-size: 2.5em;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

    .banner-hp .views-row .views-field-field-nadpis img {
        width: 80%;
        height: auto;
    }

    .banner-hp .views-row .views-field-body {
        width: 100%;
        color: white;
        font-family: Raleway;
        font-size: 1.4em;
        text-align: center;
        text-shadow: 5px 5px 10px black;
    }

    .banner-hp .views-row .views-field-field-odkaz {
        width: 100%;
        color: white;
        font-family: Raleway;
        font-size: 1.5em;
        text-align: center;
    }

    .banner-hp .views-row .views-field-field-odkaz a {
        background-color: white;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        text-decoration: none;
        font-weight: bold;
        border-radius: 10px;
    }
}

.banner-hp .views-row .views-field-field-odkaz a:hover {
    background-color: #472613;
    color: white;
}

@media(min-width: 1000px) {
    #block-residence-views-block-galerie-hp-block-1 {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    #block-residence-customerreviews {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 2em;
        padding-bottom: 4em;
        text-align: center;
        overflow: auto;
        background-color: #472613;
    }
}

@media(max-width: 1000px) {
    #block-residence-views-block-galerie-hp-block-1 {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    #block-residence-customerreviews {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 2em;
        padding-bottom: 4em;
        text-align: center;
        overflow: auto;
        background-color: #472613;
    }
}

@media (min-width: 1300px) {
    #block-residence-views-block-galerie-hp-block-1 .views-field-field-fotky ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1em;
        list-style-type: none;
        padding: 0;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    #block-residence-views-block-galerie-hp-block-1 .views-field-field-fotky ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1em;
        list-style-type: none;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    #block-residence-views-block-galerie-hp-block-1 .views-field-field-fotky ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        list-style-type: none;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #block-residence-views-block-galerie-hp-block-1 .views-field-field-fotky ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
        list-style-type: none;
        padding: 0;
    }
}

#block-residence-views-block-galerie-hp-block-1 .views-field-field-fotky ul li {
    height: 15em;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

#block-residence-views-block-galerie-hp-block-1 .views-field-field-fotky ul li img {
    object-fit: cover;
    width: 100%;
    height: 15em;
}

#block-residence-views-block-galerie-hp-block-1 .views-field-field-fotky ul li a:after {
    display: block;
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
    content: "";
    height: 15em;
    top: 0;
    left: 0;
    width: 100%;
}

#block-residence-views-block-galerie-hp-block-1 .views-field-field-fotky ul li:hover a:after {
    display: block;
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 30%, rgb(84 84 84) 100%);
    content: "";
    height: 15em;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 1300px) {
    #block-residence-prodejny {
        clear: both;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0em;
        padding-top: 3em;
    }
}

@media (max-width: 1300px) {
    #block-residence-prodejny {
        clear: both;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1em;
        padding-top: 3em;
    }
}

#block-residence-blokmyvimecojime {
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 2em;
    display: block;
}

@media (min-width: 1000px) {
    .rozcestnik {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1em;
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-bottom: 2em;
    }
}

@media (max-width: 1000px) {
    .rozcestnik {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
        list-style-type: none;
        padding: 0;
    }
}

.rozcestnik a {
    height: 15em;
    display: block;
    border-radius: 10px;
    background-size: cover;
    background-position: center bottom;
    backgroun-repeat: no-repeat;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    padding: 1em;
    text-align: center;
}

.rozcestnik a:hover {
    opacity: 0.8;
}

.rozcestnik a span {
    font-family: Pacifico;
    displaY: block;
    font-weight: normal;
    text-align: center;
    font-size: 1.8em;
    color: #ffffff;
    margin-top: 4em;
    margin-bottom: 0em;
}

.rozcestnik .eshop {
    background-image: url("/themes/residence/images/eshop.jpg");
}

.rozcestnik .prodejny {
    background-image: url("/themes/residence/images/prodejny.jpg");
}

.rozcestnik .restaurace {
    background-image: url("/themes/residence/images/restaurace.jpg");
}

.rozcestnik .prod-budejovice {
    background-image: url("/themes/residence/images/budejovice.jpg");
}

.rozcestnik .prod-praha {
    background-image: url("/themes/residence/images/praha.jpg");
}

.rozcestnik .prod-besednice {
    background-image: url("/themes/residence/images/besednice.jpg");
}

@media (min-width: 1300px) {
    #block-residence-restaurace {
        clear: both;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3em;
        padding-top: 3em;
    }
}

@media (max-width: 1300px) {
    #block-residence-restaurace {
        clear: both;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3em;
        padding-top: 3em;
    }
}

@media (min-width: 1000px) {
    .rozcestnik-restaurace {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 1000px) {
    .rozcestnik-restaurace {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
        list-style-type: none;
        padding: 0;
    }
}

.rozcestnik-restaurace a {
    height: 15em;
    display: block;
    border-radius: 10px;
    background-size: cover;
    background-position: center bottom;
    backgroun-repeat: no-repeat;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    padding: 1em;
    text-align: center;
}

.rozcestnik-restaurace a:hover {
    opacity: 0.8;
}

.rozcestnik-restaurace a span {
    font-family: Pacifico;
    displaY: block;
    font-weight: normal;
    text-align: center;
    font-size: 1.8em;
    color: #ffffff;
    margin-top: 4em;
    margin-bottom: 0em;
}

.rozcestnik-restaurace .restauracecb {
    background-image: url("/themes/residence/images/restauracecb.jpg");
}

.rozcestnik-restaurace .bistrosafari {
    background-image: url("/themes/residence/images/safariresort.jpg");
}

@media (min-width: 1300px) {
    .galerie {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1em;
        margin-bottom: 2em;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .galerie {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1em;
        margin-bottom: 2em;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .galerie {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        margin-bottom: 2em;
    }
}

@media (max-width: 768px) {
    .galerie {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
        margin-bottom: 2em;
    }
}

.galerie div {
    height: 15em;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.galerie div img {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

.galerie div:after {
    display: block;
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
    content: "";
    height: 15em;
    top: 0;
    left: 0;
    width: 100%;
}

.galerie div:hover a:after {
    display: block;
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 30%, rgb(84 84 84) 100%);
    content: "";
    height: 15em;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 1300px) {
    #block-residence-views-block-e-shop-hp-block-1 {
        margin-left: 15%;
        margin-right: 15%;
        padding-top: 2em;
    }
}

@media (max-width: 1300px) {
    #block-residence-views-block-e-shop-hp-block-1 {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 2em;
    }
}

@media (min-width: 1000px) {
    #block-residence-views-block-e-shop-hp-block-1 .views-field-body ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        list-style-type: none;
        padding: 0;
        gap: 2em;
        padding-bottom: 2em;
    }
}

@media (max-width: 1000px) {
    #block-residence-views-block-e-shop-hp-block-1 .views-field-body ul {
        display: grid;
        grid-template-columns: 1fr;
        list-style-type: none;
        padding: 0;
        gap: 2em;
        padding-bottom: 2em;
    }
}

#block-residence-views-block-e-shop-hp-block-1 .views-field-body li {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

#block-residence-views-block-e-shop-hp-block-1 .views-field-body li img {
    margin-bottom: 1em;
}

@media (min-width: 1200px) {
    #block-residence-views-block-e-shop-hp-block-1 .views-field-field-galerie-fotek ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        list-style-type: none;
        padding: 0;
        gap: 1em;
        padding-bottom: 2em;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    #block-residence-views-block-e-shop-hp-block-1 .views-field-field-galerie-fotek ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        list-style-type: none;
        padding: 0;
        gap: 1em;
        padding-bottom: 2em;
    }
}

@media (max-width: 768px) {
    #block-residence-views-block-e-shop-hp-block-1 .views-field-field-galerie-fotek ul {
        display: grid;
        grid-template-columns: 1fr;
        list-style-type: none;
        padding: 0;
        gap: 1em;
        padding-bottom: 2em;
    }
}

#block-residence-views-block-e-shop-hp-block-1 .views-field-field-galerie-fotek ul li {
    height: 15em;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

#block-residence-views-block-e-shop-hp-block-1 .views-field-field-galerie-fotek ul li a:after {
    display: block;
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
    content: "";
    height: 15em;
    top: 0;
    left: 0;
    width: 100%;
}

#block-residence-views-block-e-shop-hp-block-1 .views-field-field-galerie-fotek ul li:hover a:after {
    display: block;
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 30%, rgb(84 84 84) 100%);
    content: "";
    height: 15em;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}

#block-residence-views-block-e-shop-hp-block-1 .views-field-field-galerie-fotek ul li img {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

#block-residence-views-block-e-shop-hp-block-1 {
    text-align: center;
    padding-bottom: 3em;
}

#block-residence-views-block-e-shop-hp-block-1 .views-field-field-odkaz a {
    background-color: #472613;
    padding-left: 1em;
    color: white;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
}

#block-residence-views-block-e-shop-hp-block-1 .views-field-field-odkaz a:hover {
    background-color: #5d3620;
}

@media (min-width: 1000px) {
    .user-login-form {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        background-color: #eee;
        padding: 2em;
        margin-bottom: 2em;
    }
}

@media (max-width: 1000px) {
    .user-login-form {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background-color: #eee;
        padding: 2em;
        margin-bottom: 2em;
    }
}

.user-login-form input[type=password], .user-login-form input[type=text] {
    height: 3em;
    clear: both;
    float: none;
    font-size: 1em;
    border: 1px solid #bcc2c7;
    border-radius: 10px;
    padding-left: 1em;
    width: 100%;
    padding-right: 1em;
}

.user-login-form input[type=submit] {
    height: 3em;
    clear: both;
    float: none;
    font-size: 1em;
    border: 1px solid #bcc2c7;
    border-radius: 10px;
    padding-left: 1em;
    width: 100%;
    padding-right: 1em;
    margin-top: 1em;
    background-color: black;
    color: white;
    cursor: pointer;
}

.nadpis-hp {
    font-family: Pacifico;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
    color: #472613;
}

@media (min-width: 1000px) {
    #nas-pribeh {
        padding-left: 15%;
        padding-right: 15%;
        margin-top: 2em;
        padding-bottom: 2em;
    }
}

@media (max-width: 1000px) {
    #nas-pribeh {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 2em;
        padding-bottom: 2em;
    }
}

#nas-pribeh h2 {
    font-family: Pacifico;
    font-weight: normal;
    text-align: center;
    color: #472613;
}
