@font-face {
    font-family: 'Nunito Sans';
    src: url('/themes/residence/fonts/NunitoSans.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Nunito Sans Bold';
    src: url('/themes/residence/fonts/NunitoSans.woff2') format('woff2');
    font-display: swap;
    font-weight: 900;
}

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: 18px;
        font-family: Nunito Sans;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        background-color: #faf0da;
        ; color: black;
        padding: 0;
    }
}

@media (max-width: 1100px) {
    body {
        margin:0;
        font-size: 18px;
        font-family: Raleway;
        opacity: 1;
        background-color: #faf0da;
        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;
    }
}

@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%;
        padding-left: 15%;
        padding-right: 15%;
        margin-left: auto;
        margin-right: auto;
        background: #472613;
        height: 7em;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    header {
        clear: both;
        position: relative;
        top: 0;
        z-index: 2;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: auto;
        margin-right: auto;
        background: #472613;
        height: 7em;
    }

    header img {
        width: 100%;
        z-index: 2;
    }
}

@media (max-width: 1100px) {
    header {
        clear:both;
        width: 100%;
        background-color: #472613;
        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: #472613;
        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;
}

#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: solid 1px #ddd;
        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-top: 1em;
        padding-left: 1em;
        border-radius: 10px;
        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: 1500px) {
    h1 {
        font-size:3.5em;
        margin-top: 0;
        font-family: Nunito Sans Bold;
    }

    h2 {
        font-size: 3.3em;
        margin-top: 0 !important;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }

    h3 {
        font-size: 2.7em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }

    h4 {
        font-size: 1.7em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }

    h5 {
        font-size: 1.4em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }

    h6 {
        font-size: 1.1em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    h1 {
        font-size:3.0em;
        margin-top: 0;
        font-family: Nunito Sans Bold;
    }

    h2 {
        font-size: 2.5em;
        margin-top: 0 !important;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }

    h3 {
        font-size: 2em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }

    h4 {
        font-size: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }

    h5 {
        font-size: 1.3em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }

    h6 {
        font-size: 1.2em;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nunito Sans Bold;
    }
}

@media (max-width: 1000px) {
    h1 {
        font-size:2em;
        line-height: 120%;
        margin-top: 0;
        font-family: Nunito Sans Bold;
    }

    h2 {
        font-size: 1.8em;
        line-height: 120%;
        font-family: Nunito Sans Bold;
    }

    h3 {
        font-size: 1.6em;
        font-family: Nunito Sans Bold;
        line-height: 120%;
    }

    h4 {
        font-size: 1.4em;
        font-family: Nunito Sans Bold;
        line-height: 120%;
    }

    h5 {
        font-size: 1.3em;
        font-family: Nunito Sans Bold;
        line-height: 120%;
    }

    h6 {
        font-size: 1.1em;
        font-family: Nunito Sans Bold;
        line-height: 120%;
    }
}

@media (min-width: 1100px) {
    #block-residence-site-branding {
        width:6%;
        float: left;
        margin-top: 1%;
    }
}

@media (max-width: 1400px) {
    #block-residence-site-branding {
        width:7%;
        float: left;
        margin-left: 0%;
    }
}

@media (max-width: 1100px) {
    #block-residence-site-branding {
        width:10%;
        float: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 10%;
    }
}

@media (max-width: 850px) {
    #block-residence-site-branding {
        width:10%;
        float: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 5%;
    }
}

@media (max-width: 1100px) {
    #block-residence-site-branding {
        float:left;
        width: 20%;
    }
}

@media (min-width: 1300px) {
    article {
        clear: both;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3em;
        overflow: auto;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    article {
        clear: both;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3em;
        overflow: auto;
    }
}

@media (max-width: 1000px) {
    article {
        width:90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    article .hlavni-fotka {
        float:right;
        width: 40%;
        margin-left: 4em;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    article .hlavni-fotka {
        width:100%;
    }
}

article h3 {
    font-weight: bold;
    font-size: 2em;
    color: #472613;
}

@media (min-width: 768px) {
    #block-residence-page-title {
        width:80%;
        font-family: Nunito Sans;
        font-weight: 900;
        line-height: 400%;
        font-weight: bold;
        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: 900;
        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;
}

@media (min-width: 1300px) {
    footer {
        clear: both;
        background-color: #6a3820;
        padding-bottom: 2em;
        text-align: center;
        color: white;
        font-size: 1em;
        line-height: 2em;
        overflow: auto;
        padding-top: 2em;
        position: relative;
        padding-left: 10%;
        padding-right: 11%;
    }
}

@media (max-width: 1300px) {
    footer {
        clear: both;
        background-color: #6a3820;
        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%;
    }
}

#block-residence-patickamenu {
    margin-top: 2em;
    margin-bottom: 2em;
}

#block-residence-patickamenu p {
    text-align: center;
}

@media (min-width: 1000px) {
    #block-residence-patickamenu p a {
        color: white;
        line-height: 250%;
        text-decoration: none;
        font-size: 1.2em;
        margin-left: 1em;
        margin-right: 1em;
        font-weight: bold;
    }

    #block-residence-patickakontakty p a {
        color: #b7d243;
        ; text-decoration: none;
        font-size: 1.2em;
        margin-left: 1em;
        margin-right: 1em;
        font-weight: bold;
    }
}

@media (max-width: 1000px) {
    #block-residence-patickamenu p a {
        color: white;
        line-height: 250%;
        display: block;
        text-decoration: none;
        font-size: 1.2em;
        margin-left: 1em;
        margin-right: 1em;
        font-weight: bold;
    }

    #block-residence-patickakontakty p a {
        color: #b7d243;
        text-decoration: none;
        display: block;
        font-size: 1.2em;
        line-height: 250%;
        margin-left: 1em;
        margin-right: 1em;
        font-weight: bold;
    }
}

#block-residence-patickamenu p a:hover {
    color: #b7d243;
}

#block-residence-patickakontakty {
    margin-top: 3em;
    margin-bottom: 3em;
}

#block-residence-patickakontakty p {
    text-align: center;
}

#block-residence-patickakontakty p a:hover {
    color: white;
}

#block-residence-patickasocialnisite {
    margin-top: 3em;
    margin-bottom: 3em;
}

#block-residence-patickasocialnisite p {
    text-align: center;
}

#block-residence-patickasocialnisite img {
    height: 3em;
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
    color: white;
}

#block-residence-patickasocialnisite img:hover {
    opacity: 0.8;
    color: white;
}

#block-residence-patickaodkazy {
    margin-top: 2em;
    margin-bottom: 2em;
}

#block-residence-patickaodkazy p {
    text-align: center;
}

@media (min-width: 1000px) {
    #block-residence-patickaodkazy p a {
        color: white;
        line-height: 250%;
        text-decoration: none;
        font-size: 1.2em;
        margin-left: 1em;
        margin-right: 1em;
        font-weight: bold;
    }
}

@media (max-width: 1000px) {
    #block-residence-patickaodkazy p a {
        color: white;
        display: block;
        line-height: 250%;
        text-decoration: none;
        font-size: 1.2em;
        margin-left: 1em;
        margin-right: 1em;
        font-weight: bold;
    }
}

#block-residence-patickaodkazy p a:hover {
    color: #b7d243;
}

#block-residence-patickabannery {
    margin-top: 2em;
    margin-bottom: 2em;
}

#block-residence-patickabannery p {
    text-align: center;
}

#block-residence-patickabannery img {
    height: 4em;
    width: auto;
    background-color: white;
    margin-left: 1em;
    margin-right: 1em;
}

#block-residence-patickakontaktniudaje {
    margin-top: 2em;
    margin-bottom: 2em;
}

#block-residence-patickakontaktniudaje p {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 200%;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: bold;
}

@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;
    }
}

@media (min-width: 1200px) {
    .menu {
        display:flex;
        float: right;
        position: relative;
        flex-direction: row;
        align-items: center;
        list-style-type: none;
        margin: 0;
        margin-top: calc(6% - 10px);
        padding: 0;
    }

    .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:1200px) {
    .menu {
        display:flex;
        float: right;
        position: relative;
        flex-direction: row;
        align-items: center;
        list-style-type: none;
        margin: 0;
        margin-top: calc(7% - 10px);
        padding: 0;
        margin-right: 0%;
    }

    .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);
    }
}

.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: 1100px) {
    .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 {
        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: transparent;
        padding: 0 15px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        text-decoration: none;
        margin-left: 2em;
        text-transform: none;
    }

    .menu > li:last-of-type a {
        border-radius: 5px;
        position: relative;
        display: inline-block;
        cursor: pointer;
        color: #472613;
        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: #ffffff;
        padding: 0 25px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        text-decoration: none;
        margin-left: 2em;
        text-transform: none;
    }

    .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 (max-width: 1100px) {
    .menu > li {
        overflow:hidden;
    }

    .menu > li a {
        text-decoration: none;
        color: #472613;
        ; display: block;
        padding-left: 1em;
        background-color: #ffffff;
        ; padding-right: 1em;
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
        height: 3em;
        line-height: 3em;
        border-bottom: solid 1px #472613;
        ; }

    li .menu > li {
        border-bottom: 1px white;
    }
}

.menu > li a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #80563e;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.messages {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    color: black;
    font-weight: bold;
    background-color: #eef7c1;
    border: solid 1px #7cbf35;
}

.button {
    display: inline-block;
    width: auto;
    padding-left: 2em;
    padding: 0;
    line-height: 100%;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    background-color: #bbd406;
    border-radius: 10px;
    font-weight: bold;
    line-height: 250%;
    color: #000000;
    height: auto;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 3px 3px 3px #b7b7b7;
}

.button + .button {
    margin-left: 1em;
    margin-top: 1em;
}

.svatby .button {
    display: inline-block;
    width: auto;
    padding-left: 2em;
    margin-left: 0;
    margin-right: 0;
    padding-right: 2em;
    text-align: center;
    font-weight: bold;
    background-color: #bbd406;
    border-radius: 10px;
    line-height: 250%;
    color: #000000;
    height: auto;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 0px 0px;
}
}

.reservanto-widget {
    height: auto !important;
}

.reservanto-button {
    display: inline-block !important;
    width: auto !important;
    padding-left: 2em !important;
    margin-left: 0em !important;
    padding: 0 !important;
    line-height: 100% !important;
    margin-right: 1em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    text-align: center !important;
    background-color: #bbd406;
    border-radius: 10px !important;
    line-height: 250% !important;
    color: #000000 !important;
    height: auto !important;
    font-size: 1em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 3px 3px 3px #b7b7b7 !important;
}

.reservanto-button:hover {
    background-color: #5c3a21;
    color: white !important;
}

.button:hover {
    background-color: #5c3a21;
    color: white;
}

.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;
}

.layout-sidebar-second {
    background-color: black;
    /* overflow: auto; */
    width: 100%;
    min-height: 2em;
    height: auto;
}

.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%;
    grid-template-columns: 1fr;
    gap: 1em;
}

@media (min-width: 1300px) {
    .banner-hp .views-row .views-field-field-nadpis {
        width: 40%;
    }

    .banner-hp .views-row .views-field-field-nadpis img {
        width: 100%;
        height: auto;
    }

    .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-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-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: 768px) {
    #homepage-zalozky {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
        list-style-type: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

@media (max-width: 768px) {
    #homepage-zalozky {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2em;
        list-style-type: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

#homepage-zalozky li {
    padding-top: 6em;
    background-image: url("/themes/residence/images/logo_farma_hnede.png");
    background-size: auto 4em;
    background-position: top left;
    background-repeat: no-repeat;
    color: #472613;
    line-height: 1.5em;
}

#homepage-zalozky li strong {
    display: block;
    font-size: 2em;
    font-family: Pacifico;
    color: #472613;
    font-weight: normal;
    line-height: 150%;
}

@media (min-width: 1300px) {
    .galerie {
        clear: both;
        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%;
}

.lm-empty {
    text-align: center;
}

@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;
}

/* === Sticky header + smooth shrinking === */
header.header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background-color: #472613;
    transition: background-color 0.6s ease, box-shadow 0.6s ease, height 0.6s ease, padding 0.6s ease;
    will-change: height, background-color, box-shadow;
}

/* po scrollu */
header.header.scrolled {
    background-color: #3b1f10;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    height: 5em;
    overflow: visible;
    transition: background-color 0.6s ease, box-shadow 0.6s ease, height 0.6s ease, padding 0.6s ease;
}

/* plynulÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â© zmenÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡enÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ vnitÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ku */
header.header.scrolled .safari-big-menu__inner {
    height: 5em;
    min-height: 5em;
    transition: height 0.6s ease;
}

/* logo */
header.header .safari-big-menu__logo img {
    transition: all 0.6s ease;
}

header.header.scrolled .safari-big-menu__logo img {
    height: 120px;
    transform: translateY(5%);
}

.banner {
    height: 37rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 3em;
}

.banner.aktuality {
    background-image: url("/themes/residence/images/banner-back.jpg");
    margin: 0;
    margin-bottom: 2em;
}

@media (min-width: 1000px) {
    .banner .views-row .views-field-title {
        font-size: 4.5rem;
        font-family: Nunito Sans Bold;
        font-weight: 900;
        color: white;
        text-shadow: 5px 5px 10px black;
    }
}

@media (max-width: 1000px) {
    .banner .views-row .views-field-title {
        font-size: 3rem;
        font-family: Nunito Sans Bold;
        font-weight: 900;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        color: white;
        text-shadow: 5px 5px 10px black;
    }
}

@media (min-width: 1300px) {
    .banner.aktuality .views-row {
        display: grid;
        width: 80%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        align-items: center;
        height: 80%;
    }

    .banner .views-row .views-field-field-banner-hlavni-nadpis {
        font-size: 6rem;
        font-family: Nunito Sans Bold;
        font-weight: 900;
        color: white;
        text-shadow: 5px 5px 10px black;
    }

    .banner .views-row .views-field-field-banner-druhy-nadpis {
        width: 70%;
        font-size: 3rem;
        font-family: Nunito Sans;
        font-weight: normal;
        color: white;
        text-shadow: 1px 1px 5px black;
    }

    .banner .views-row {
        display: grid;
        width: 70%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        height: 80%;
    }

    .banner.svatby .views-row {
        display: grid;
        width: 70%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        height: 80%;
        gap: 0.5em;
    }
}

@media (min-width: 1000px) and (max-width:1300px) {
    .banner.aktuality .views-row {
        display: grid;
        width: 90%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        align-items: center;
        height: 80%;
    }

    .banner .views-row .views-field-field-banner-hlavni-nadpis {
        font-size: 5rem;
        font-family: Nunito Sans Bold;
        font-weight: 900;
        color: white;
        text-shadow: 5px 5px 10px black;
    }

    .banner .views-row .views-field-field-banner-druhy-nadpis {
        width: 80%;
        font-size: 3rem;
        font-family: Nunito Sans;
        font-weight: normal;
        color: white;
        text-shadow: 1px 1px 5px black;
    }

    .banner .views-row {
        display: grid;
        width: 80%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        height: 80%;
    }

    .banner.svatby .views-row {
        display: grid;
        width: 80%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        height: 80%;
        gap: 0.5em;
    }
}

@media (max-width: 1000px) {
    .banner.aktuality .views-row {
        display: grid;
        width: 90%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        align-items: center;
        height: 80%;
    }

    .banner .views-row .views-field-field-banner-hlavni-nadpis {
        font-size: 4rem;
        font-family: Nunito Sans Bold;
        font-weight: 900;
        color: white;
        text-shadow: 5px 5px 10px black;
        hyphens: auto;
    }

    .banner .views-row .views-field-field-banner-druhy-nadpis {
        width: 90%;
        font-size: 2.0rem;
        font-family: Nunito Sans;
        font-weight: normal;
        color: white;
        text-shadow: 1px 1px 5px black;
    }

    .banner .views-row {
        display: grid;
        width: 90%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        height: 80%;
    }

    .banner.svatby .views-row {
        display: grid;
        width: 90%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        height: 80%;
        gap: 0.5em;
    }
}

@media (max-width: 500px) {
    .banner.aktuality .views-row {
        display: grid;
        width: 90%;
        margin-left: 10%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        align-items: center;
        height: 80%;
    }

    .banner .views-row .views-field-field-banner-hlavni-nadpis {
        font-size: 3rem;
        font-family: Nunito Sans Bold;
        font-weight: 900;
        color: white;
        text-shadow: 5px 5px 10px black;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }

    .banner .views-row .views-field-field-banner-druhy-nadpis {
        width: 90%;
        font-size: 2.1rem;
        font-family: Nunito Sans;
        font-weight: normal;
        color: white;
        text-shadow: 1px 1px 5px black;
    }

    .banner .views-row {
        display: grid;
        width: 90%;
        margin-left: 5%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        height: 80%;
    }

    .banner.svatby .views-row {
        display: grid;
        width: 90%;
        margin-left: 5%;
        padding-top: 4rem;
        grid-template-columns: 1fr;
        height: 80%;
        gap: 0.5em;
    }
}

@media (min-width: 1800px) {
    .nabidka-hp {
        margin-left: 10%;
        margin-right: 10%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6rem;
        padding-bottom: 2em;
    }

    .nabidka-hp .views-field-field-image {
        height: 100%;
        float: left;
        width: 50%;
    }

    .nabidka-hp .views-field-field-image img {
        height: 17em;
        width: auto;
    }

    .nabidka-hp .views-field-title {
        font-size: 2em;
        font-weight: bold;
    }

    .nabidka-hp .views-field-body {
        font-size: 1.1em;
    }

    .nabidka-hp .views-field-field-odkaz a {
        font-size: 1em;
        display: inline-block;
        background-color: #b8d342;
        padding-left: 2em;
        padding-right: 2em;
        line-height: 3em;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #666666;
    }

    .nabidka-hp .views-field-field-odkaz a:hover {
        background-color: #5c3a21;
        color: white;
    }
}

@media (min-width: 1500px) and (max-width: 1800px) {
    .nabidka-hp {
        margin-left: 10%;
        margin-right: 10%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6rem;
        padding-bottom: 2em;
    }

    .nabidka-hp .views-field-field-image {
        height: 100%;
        float: left;
        width: 50%;
    }

    .nabidka-hp .views-field-field-image img {
        height: 14em;
        width: auto;
    }

    .nabidka-hp .views-field-title {
        font-size: 2em;
        font-weight: bold;
    }

    .nabidka-hp .views-field-body {
        font-size: 1.1em;
    }

    .nabidka-hp .views-field-field-odkaz a {
        font-size: 1em;
        display: inline-block;
        background-color: #b8d342;
        padding-left: 2em;
        padding-right: 2em;
        line-height: 3em;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #666666;
    }

    .nabidka-hp .views-field-field-odkaz a:hover {
        background-color: #5c3a21;
        color: white;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .nabidka-hp {
        margin-left: 5%;
        margin-right: 5%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6rem;
        padding-bottom: 2em;
    }

    .nabidka-hp {
        clear: both;
    }

    .nabidka-hp .views-field-field-image {
        height: 100%;
        float: left;
        width: 50%;
    }

    .nabidka-hp .views-field-field-image img {
        height: 10em;
        width: auto;
    }

    .nabidka-hp .views-field-title {
        font-size: 2em;
        font-weight: bold;
    }

    .nabidka-hp .views-field-body {
        font-size: 1.1em;
    }

    .nabidka-hp .views-field-field-odkaz {
        margin-left: 50%;
    }

    .nabidka-hp .views-field-field-odkaz a {
        font-size: 1em;
        display: inline-block;
        background-color: #b8d342;
        padding-left: 2em;
        padding-right: 2em;
        line-height: 3em;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #666666;
    }

    .nabidka-hp .views-field-field-odkaz a:hover {
        background-color: #5c3a21;
        color: white;
    }
}

@media (max-width: 1200px) {
    .nabidka-hp {
        margin-left: 5%;
        margin-right: 5%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 6rem;
        padding-bottom: 2em;
    }

    .nabidka-hp {
        clear: both;
    }

    .nabidka-hp .views-row {
        display: grid;
        grid-direction: column;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }

    .nabidka-hp .views-field-field-image {
        height: 100%;
        width: auto
    }

    .nabidka-hp .views-field-field-image img {
        height: 10em;
        width: auto;
    }

    .nabidka-hp .views-field-title {
        font-size: 2em;
        font-weight: bold;
    }

    .nabidka-hp .views-field-body {
        font-size: 1.1em;
        text-align: center;
    }

    .nabidka-hp .views-field-field-odkaz a {
        font-size: 1em;
        display: inline-block;
        background-color: #b8d342;
        padding-left: 2em;
        padding-right: 2em;
        line-height: 3em;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #666666;
    }

    .nabidka-hp .views-field-field-odkaz a:hover {
        background-color: #5c3a21;
        color: white;
    }
}

#hp-nabidka-footer {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 1500px) {
    #akcenamiru {
        clear: both;
        margin-left: 15%;
        margin-right: 15%;
        padding-top: 1em;
        margin-bottom: 2em;
    }

    #jidelnilistek {
        clear: both;
        margin-left: 15%;
        margin-right: 15%;
        padding-top: 1em;
        margin-bottom: 2em;
        padding-bottom: 3em;
        overflow: auto;
    }

    #jidelnilistek .views-field-body {
        float: left;
        width: 50%;
    }

    #jidelnilistek .views-field-field-image {
        float: right;
        width: 40%;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    #akcenamiru {
        clear: both;
        margin-left: 10%;
        margin-right: 10%;
        padding-top: 1em;
        margin-bottom: 2em;
    }

    #jidelnilistek {
        clear: both;
        margin-left: 10%;
        margin-right: 10%;
        padding-top: 1em;
        margin-bottom: 2em;
        padding-bottom: 3em;
        overflow: auto;
    }

    #jidelnilistek .views-field-body {
        float: left;
        width: 50%;
    }

    #jidelnilistek .views-field-field-image {
        float: right;
        width: 40%;
    }
}

@media (max-width: 1000px) {
    #akcenamiru {
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 1em;
        margin-bottom: 2em;
    }

    #jidelnilistek {
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 1em;
        margin-bottom: 2em;
        padding-bottom: 3em;
        overflow: auto;
    }
}

#jidelnilistek .views-field-field-image img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    iframe {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        border-radius: 20px;
        margin-bottom: 3em;
    }
}

@media (max-width: 768px) {
    iframe {
        width: 100%;
        height: 20em;
        margin-left: auto;
        margin-right: auto;
        display: block;
        border-radius: 20px;
        margin-bottom: 3em;
    }
}

.ubytovani-prehled {
    margin-left: 15%;
    margin-right: 15%;
}

.ubytovani-prehled .views-row {
    clear: both;
    overflow: auto;
    padding-bottom: 3em;
}

@media (min-width: 1000px) {
    .ubytovani-prehled .views-row:nth-of-type(even) .views-field-field-image {
        float: left;
        width: 40%;
        margin-right: 3em;
    }

    .ubytovani-prehled .views-row:nth-of-type(even) .views-field-field-image img {
        width: 100%;
        height: auto;
    }

    .ubytovani-prehled .views-row:nth-of-type(odd) .views-field-field-image {
        float: right;
        width: 40%;
        margin-left: 3em;
    }
}

@media (max-width: 1000px) {
    .ubytovani-prehled .views-row:nth-of-type(even) .views-field-field-image {
        width: 100%;
    }

    .ubytovani-prehled .views-row:nth-of-type(even) .views-field-field-image img {
        width: 100%;
        height: auto;
    }

    .ubytovani-prehled .views-row:nth-of-type(odd) .views-field-field-image {
        width: 100%;
    }
}

.ubytovani-prehled .views-row:nth-of-type(odd) .views-field-field-image img {
    width: 100%;
    height: auto;
}

.ubytovani-prehled .views-row .views-field-title a {
    font-weight: bold;
    text-decoration: none;
    font-size: 2em;
}

.ubytovani-prehled .views-row .button {
    margin-left: 0;
    text-decoration: none;
}

.ubytovani-prehled .views-row .button a {
    text-decoration: none;
}

.ubytovani-prehled .views-row .button:hover {
    text-decoration: none;
    color: white;
}

.ubytovani-prehled .views-row .button:hover a {
    text-decoration: none;
    color: white;
}

.ubytovani-prehled .views-row .button:hover a:hover {
    text-decoration: none;
    color: white;
}

#katalog {
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 3em;
}

.vybaveni-pokoje {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}

.vybaveni-pokoje li {
    text-align: center;
}

.vybaveni-pokoje img {
    height: 3em;
    width: auto;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.vybaveni-pokoje-chateau {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
}

.vybaveni-pokoje-chateau li {
    text-align: center;
}

.vybaveni-pokoje-chateau img {
    height: 3em;
    width: auto;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

@media (min-width: 1500px) {
    .prehled-pokoju {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (min-width: 1000px) and (max-width:1500px) {
    .prehled-pokoju {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 1000px) {
    .prehled-pokoju {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 1400px) {
    .prehled-pokoju .seznam-pokoju ul {
        display: grid;
        list-style-type: none;
        padding: 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2em;
        margin-bottom: 4em;
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .prehled-pokoju .seznam-pokoju ul {
        display: grid;
        list-style-type: none;
        padding: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1em;
        margin-bottom: 4em;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .prehled-pokoju .seznam-pokoju ul {
        display: grid;
        list-style-type: none;
        padding: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1em;
        margin-bottom: 4em;
    }
}

@media (max-width: 768px) {
    .prehled-pokoju .seznam-pokoju ul {
        display: grid;
        list-style-type: none;
        padding: 0;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-bottom: 1em;
    }
}

.prehled-pokoju .seznam-pokoju ul li {
    display: flex;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.5em;
    margin-bottom: 1em;
    text-align: center;
    justify-content: center;
}

.prehled-pokoju .seznam-pokoju ul li .views-field-title {
    text-align: center;
    font-weight: bold;
}

.prehled-pokoju .seznam-pokoju ul li .views-field-title a {
    text-decoration: none;
    font-size: 1.2em;
}

.prehled-pokoju .seznam-pokoju ul li .views-field-title a:hover {
    color: #b8d342;
}

.prehled-pokoju .seznam-pokoju ul li .views-field-view-node {
    text-align: center;
}

.prehled-pokoju .seznam-pokoju ul li .button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.prehled-pokoju .seznam-pokoju ul li .views-field-field-image img {
    width: 100%;
    height: 10em;
    object-fit: cover;
}

.prehled-pokoju .seznam-pokoju ul li .button:hover {
    color: white;
}

.prehled-pokoju .seznam-pokoju ul li .button a {
    text-decoration: none;
}

.prehled-pokoju .seznam-pokoju ul li .button a:hover {
    color: white;
}

.prehled-pokoju .seznam-pokoju ul li .button:hover a {
    color: white;
}

.prohlidky {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}

.prohlidky iframe {
    width: 100%;
    height: 350px;
}

.bydleni-prvok {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin-bottom: 2em;
}

.bydleni-prvok .button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.vybaveni-prvoka {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    justify-items: left;
    text-align: left;
    gap: 2em;
    margin-bottom: 3em;
}

.vybaveni-prvoka .vybaveni-item {
    width: 100%;
}

.vybaveni-prvoka iframe {
    width: 100%;
    height: 350px;
    margin: 0;
}

#newsletter {
    background-color: #f3e5c5;
    padding: 0;
}

.ec-v-form-holder {
    background-color: transparent !important;
    font-family: Nunito Sans !important;
    padding-top: 2em !important;
    padding-bottom: 3em !important;
    width: 80% !important;
}

.ec-v-form-holder form {
    min-height: 200px !important;
    height: auto;
}

.ec-v-form-step {
    min-height: 200px !important;
    height: auto !important;
}

.ec-v-form-holder h3 {
    font-size: 2.5em !important;
    margin-top: 9px;
    margin-bottom: 9px;
    color: #000000;
}

@media (min-width: 768px) {
    .ec-v-form-input {
        padding: 0 !important;
        flex-basis: 25%;
    }

    .ec-v-forms-form-control, input[type="text"].ec-v-forms-form-control, input[type="email"].ec-v-forms-form-control {
        border: 0 !important;
        border-radius: 10px 0 0 10px !important;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.47) !important;
        padding: 5px 15px !important;
        height: 4em !important;
    }

    .ec-v-form-button button {
        background: #b8d342 !important;
        border: 0 !important;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.47) !important;
        color: #333 !important;
        font-weight: 600 !important;
        padding: 19px 30px 18px !important;
        border-radius: 0 10px 10px 0 !important;
        text-transform: uppercase;
    }

    .ec-v-form-column {
        display: flex !important;
        justify-content: center !important;
        margin: 30px 0 15px !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .ec-v-form-input {
        padding: 0 !important;
    }

    .ec-v-forms-form-control, input[type="text"].ec-v-forms-form-control, input[type="email"].ec-v-forms-form-control {
        border: 0 !important;
        border-radius: 10px !important;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.47) !important;
        padding: 5px 15px !important;
        margin-bottom: 1em;
        height: 4em !important;
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .ec-v-form-button button {
        background: #b8d342 !important;
        border: 0 !important;
        box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.47) !important;
        color: #333 !important;
        font-weight: 600 !important;
        padding: 19px 30px 18px !important;
        border-radius: 0 10px 10px 0 !important;
        text-transform: uppercase;
        width: 60% !important;
    }

    .ec-v-form-column {
        display: flex !important;
        justify-content: center !important;
        margin: 30px 0 15px !important;
        flex-direction: column;
        flex-wrap: wrap;
    }
}

.ec-v-form-button {
    padding: 0 !important;
}

.ec-v-form-button button:hover {
    background-color: #472613 !important;
    color: white !important;
}

.ec-v-form-input label {
    display: none !important
}

.ec-v-form-text {
    flex-basis: 100%;
}

.ec-v-form-spacer {
    flex-basis: 100%;
}

@media (min-width: 1500px) {
    #programy-pro-deti {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    #programy-pro-deti {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 1000px) {
    #programy-pro-deti {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 1400px) {
    #programy-pro-deti .seznam-programu ul {
        padding: 0;
        list-style-type: none;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2em;
    }
}

@media (min-width: 768px) and (max-width:1400px) {
    #programy-pro-deti .seznam-programu ul {
        padding: 0;
        list-style-type: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }
}

@media (max-width: 768px) {
    #programy-pro-deti .seznam-programu ul {
        padding: 0;
        list-style-type: none;
        display: grid;
        grid-template-columns: 1fr;
        gap: 2em;
    }
}

#programy-pro-deti .seznam-programu ul li {
    overflow: hidden;
    position: relative;
    height: 20em;
}

#programy-pro-deti .seznam-programu ul li .views-field-field-image img {
    width: 100%;
    height: 20em;
    object-fit: cover;
}

#programy-pro-deti .seznam-programu ul li .views-field-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    font-size: 1.5em;
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    text-shadow: 2px 2px 5px black;
}

#programy-pro-deti .seznam-programu ul li .views-field-title a {
    color: white;
    text-decoration: none;
}

#programy-pro-deti .seznam-programu ul li .views-field-title a:hover {
    color: #b8d342;
    text-decoration: none;
}

#programy-pro-deti-video {
    margin-top: 2em;
}

#programy-pro-deti-video iframe {
    width: 50%;
    height: 30em;
}

@media (min-width: 1200px) {
    .bistro-blok {
        margin-left: 15%;
        margin-right: 15%;
        overflow: auto;
        margin-bottom: 2em;
    }

    .bistro-blok .views-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 4em;
    }

    .ubytovani-blok {
        margin-left: 15%;
        margin-right: 15%;
        overflow: auto;
        margin-bottom: 2em;
    }

    .ubytovani-blok .views-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 4em;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .bistro-blok {
        margin-left: 10%;
        margin-right: 10%;
        overflow: auto;
        margin-bottom: 2em;
    }

    .bistro-blok .views-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 1em;
    }

    .ubytovani-blok {
        margin-left: 10%;
        margin-right: 10%;
        overflow: auto;
        margin-bottom: 2em;
    }

    .ubytovani-blok .views-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 1em;
    }
}

@media (max-width: 768px) {
    .bistro-blok {
        margin-left: 5%;
        margin-right: 5%;
        overflow: auto;
        margin-bottom: 2em;
    }

    .bistro-blok .views-row {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        gap: 0em;
    }

    .ubytovani-blok {
        margin-left: 5%;
        margin-right: 5%;
        overflow: auto;
        margin-bottom: 2em;
    }

    .ubytovani-blok .views-row {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        gap: 0em;
    }
}

.bistro-blok .views-row img {
    width: 100%;
    height: auto;
}

.bistro-blok .views-row .button {
    margin: 0;
}

.ubytovani-blok .views-row img {
    width: 100%;
    height: auto;
}

.ubytovani-blok .views-row .button {
    margin: 0;
}

@media (min-width: 1400px) {
    .aktuality {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (min-width: 1000px) and (max-width:1400px) {
    .aktuality {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 1000px) and (max-width:1000px) {
    .aktuality {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 1000px) {
    .aktuality {
        margin-left: 5%;
        margin-right: 5%;
    }

    .aktuality ul {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .aktuality .item-list li {
        display: grid;
        grid-template-columns: 25% 75%;
        ; overflow: auto;
        margin-bottom: 2em;
    }

    .aktuality .item-list li .views-field-field-image {
        width: 90%;
        overflow: hidden;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 6;
    }

    .aktuality .item-list li .views-field-field-image img {
        width: 100%;
        height: auto;
    }

    .aktuality .item-list li .views-field-title {
        font-weight: 900;
        font-size: 1.6em;
        grid-column-start: 2;
    }

    .aktuality .item-list li .views-field-created {
        grid-column-start: 2;
    }

    .aktuality .item-list li .views-field-field-text-na-prehledu {
        grid-column-start: 2;
    }

    .aktuality .item-list li .views-field-field-text-na-prehledu p {
        margin: 0;
    }

    .aktuality .item-list li .views-field-view-node {
        grid-column-start: 2;
    }

    .aktuality .item-list li .views-field-title a {
        text-decoration: none;
    }

    .aktuality .item-list li .views-field-title a:hover {
        color: #b8d342;
    }

    .aktuality .item-list li .views-field-view-node a {
        font-weight: bold;
    }

    .aktuality .item-list li .views-field-view-node a:hover {
        color: #b8d342;
    }
}

@media (max-width: 768px) {
    .aktuality .item-list li {
        display: grid;
        overflow: auto;
        margin-bottom: 2em;
    }

    .aktuality .item-list li .views-field-field-image {
        width: 80%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .aktuality .item-list li .views-field-field-image img {
        width: 100%;
        height: auto;
    }

    .aktuality .item-list li .views-field-title {
        font-weight: 900;
        font-size: 1.6em;
    }

    .aktuality .item-list li .views-field-field-text-na-prehledu p {
        margin: 0;
    }

    .aktuality .item-list li .views-field-title a {
        text-decoration: none;
    }

    .aktuality .item-list li .views-field-title a:hover {
        color: #b8d342;
    }

    .aktuality .item-list li .views-field-view-node a {
        font-weight: bold;
    }

    .aktuality .item-list li .views-field-view-node a:hover {
        color: #b8d342;
    }
}

@media (min-width: 1000px) {
    .table {
        width: 100%;
        margin-bottom: 2em;
        color: #652b1b;
        border: solid 1px black;
        border-collapse: collapse;
    }

    .table td, .table th {
        text-align: center;
        padding: 0.5em 0.5em;
        border: 1px solid black;
    }
}

@media (max-width: 1000px) {
    .cenik {
        width: 100%;
        overflow-x: auto;
        /* povolí horizontální posuvník */
        -webkit-overflow-scrolling: touch;
        /* lepší scroll na mobilech */
    }

    .table {
        width: 100%;
        color: #652b1b;
        border: solid 1px black;
        border-collapse: collapse;
    }

    .table th, .table td {
        padding: 0.9em 1.4em;
        /* větší spacing mezi sloupci */
        font-size: 0.9rem;
        /* menší, ale stále čitelné */
        border: 1px solid black;
    }

    .table th {
        font-size: 0.85rem;
        line-height: 1.3;
        border: 1px solid black;
    }
}

.table thead {
    background-color: #b8d342;
    color: black;
}

.ceniky {
    width: 100%;
    margin-bottom: 2em;
    color: #652b1b;
    border-collapse: collapse;
}

.ceniky a {
    color: #652b1b;
}

.ceniky thead {
    width: 100%;
    background-color: #682d1c;
    color: white;
    border: 0;
}

.ceniky thead tr:nth-of-type(odd) {
    background-color: #682d1c;
    border: solid 1px black;
}

.ceniky tr:nth-of-type(odd) {
    background-color: #e8de9e;
    ; padding: 0;
    border: solid 1px black;
}

.ceniky tr:nth-of-type(even) {
    background-color: #c7da99;
    border: solid 1px black;
    padding: 0;
}

.ceniky th {
    width: 25%;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.ceniky td {
    width: 25%;
    text-align: center;
    vertical-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 0;
}

@media (min-width: 1500px) {
    .balony {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (min-width: 1000px) and (max-width:1500px) {
    .balony {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 1000px) {
    .balony {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 1300px) {
    .balony ul {
        list-style-type: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1em;
    }
}

@media (min-width: 768px) and (max-width:1300px) {
    .balony ul {
        list-style-type: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }
}

@media (max-width: 768px) {
    .balony ul {
        list-style-type: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }
}

.balony ul li {
    width: 100%;
    overflow: hidden;
    border: solid 1px black;
    border-radius: 10px;
    text-align: center;
}

.balony ul li .views-field-field-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.balony ul li .views-field-field-image img {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

.balony ul li .views-field-field-cena {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.balony ul li .views-field-field-cena p {
    margin: 0
}

.balony ul li .views-field-field-odkaz {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.balony ul li .views-field-field-odkaz p {
    margin: 0
}

.balony ul li .views-field-field-rezervace {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.balony ul li .views-field-field-rezervace p {
    margin: 0
}

.balony ul li .views-field-field-kapacita {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.balony ul li .views-field-field-kapacita p {
    margin: 0
}

.balony ul li .views-field-field-dalsi-informace {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.balony ul li .views-field-field-dalsi-informace p {
    margin: 0
}

.balony ul li .views-field-field-doplnujici-informace {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.balony ul li .views-field-field-doplnujici-informace p {
    margin: 0
}

.balicky-stribrny, .balicky-hnedy, .balicky-zeleny {
    border: 0px;
    margin: 0;
    text-align: left;
}

.balicky-stribrny td, .balicky-hnedy td, .balicky-zeleny td {
    border: 0px;
    border-top: solid 1px #ddd;
    text-align: left;
    padding: 1em;
    line-height: 200%;
}

.balicky-stribrny td:first-of-type, .balicky-hnedy td:first-of-type, .balicky-zeleny td:first-of-type {
    width: 25%;
}

.balicky-stribrny th {
    border: 0px;
    margin: 0;
    text-align: left;
    padding: 1em;
    background-color: #ddd;
}

.balicky-hnedy th {
    border: 0px;
    margin: 0;
    text-align: left;
    padding: 1em;
    background-color: #6c3721;
    color: white;
}

.balicky-zeleny th {
    border: 0px;
    margin: 0;
    text-align: left;
    padding: 1em;
    background-color: #C2D315;
}

#block-residence-webform h2 {
    font-size: 2em;
}

#block-residence-webform form input, #block-residence-webform form select, #block-residence-webform form textarea {
    box-shadow: 1px 1px 5px #bbbbbb;
}

#block-residence-webform form .form-actions .button {
    cursor: pointer;
    margin: 00;
    border: 0;
}

@media (min-width: 1400px) {
    #formular, #svatby-formular, #block-residence-webform {
        padding-left: 20%;
        padding-right: 20%;
        background-color: #f2f2f2;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    #formular form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }

    #formular form .form-item-poznamka {
        grid-column: 1 / span 2;
    }

    #formular form .webform-type-checkboxes {
        grid-column: 1 / span 2;
    }

    #formular form .form-item-fakturacni-udaje-vse-co-potrebujete-mit-na-fakture {
        grid-column: 1 / span 2;
    }

    #svatby-formular form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }

    #svatby-formular form .form-item-markup {
        grid-column: 1 / span 2;
    }

    #svatby-formular form .form-item-ostatni-pozadavky {
        grid-column: 1 / span 2;
    }

    #block-residence-webform form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }

    #block-residence-webform form .form-item-poznamka {
        grid-column: 1 / span 2;
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    #formular, #svatby-formular, #block-residence-webform {
        padding-left: 10%;
        padding-right: 10%;
        background-color: #f2f2f2;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    #formular form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }

    #formular form .form-item-poznamka {
        grid-column: 1 / span 2;
    }

    #formular form .webform-type-checkboxes {
        grid-column: 1 / span 2;
    }

    #formular form .form-item-fakturacni-udaje-vse-co-potrebujete-mit-na-fakture {
        grid-column: 1 / span 2;
    }

    #svatby-formular form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }

    #svatby-formular form .form-item-markup {
        grid-column: 1 / span 2;
    }

    #svatby-formular form .form-item-ostatni-pozadavky {
        grid-column: 1 / span 2;
    }

    #block-residence-webform form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }

    #block-residence-webform form .form-item-poznamka {
        grid-column: 1 / span 2;
    }
}

@media (max-width: 1000px) {
    #formular, #svatby-formular, #block-residence-webform {
        padding-left: 5%;
        padding-right: 5%;
        background-color: #f2f2f2;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    #formular form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }

    #formular form .form-item-poznamka {
        grid-column: 1;
    }

    #formular form .webform-type-checkboxes {
        grid-column: 1;
    }

    #formular form .form-item-fakturacni-udaje-vse-co-potrebujete-mit-na-fakture {
        grid-column: 1;
    }

    #svatby-formular form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }

    #svatby-formular form .form-item-markup {
        grid-column: 1;
    }

    #svatby-formular form .form-item-ostatni-pozadavky {
        grid-column: 1;
    }

    #block-residence-webform form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }

    #block-residence-webform form .form-item-poznamka {
        grid-column: 1;
    }
}

#formular h2 {
    font-size: 2em;
}

#formular form input, #formular form select, #formular form textarea {
    box-shadow: 1px 1px 5px #bbbbbb;
}

#formular form .webform-type-checkboxes .form-item input {
    float: left;
    margin-right: 1em;
    margin-top: 0.3em;
}

#formular form .form-actions .button {
    cursor: pointer;
    margin: 00;
    border: 0;
}

.reservanto-widget {
    display: inline-block;
    zoom: 1; height: auto !important;
}

#svatby-formular h2 {
    font-size: 2em;
}

#svatby-formular form input, #svatby-formular form select, #svatby-formular form textarea {
    box-shadow: 1px 1px 5px #bbbbbb;
}

#svatby-formular form .form-item-markup p {
    margin: 0;
}

#svatby-formular form .webform-type-checkboxes .form-item input {
    float: left;
    margin-right: 1em;
    margin-top: 0.3em;
}

#svatby-formular form .form-actions .button {
    cursor: pointer;
    margin: 00;
    border: 0;
}

#block-residence-popup {
  display: none;
}

.partneri-safari {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 2em;
}

.partneri-safari li {
   text-align: center
}

.partneri-safari li img{
    width: 50%;
    height: 100%;
}