#myBtn {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #93C5CD;
    color: #F1EFEB;
    cursor: pointer;
    /*border-radius: 50%;*/
    transition: opacity 0.5s;
    opacity: 100%;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;

}
#Btnback {
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #93C5CD;
    color: #F1EFEB;
    cursor: pointer;
    /*border-radius: 50%;*/
    transition: opacity 0.5s;
    opacity: 100%;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    box-shadow: 0px 0px 15px 2px rgba(166,159,166,1);
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 2rem 0;
}
.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#myBtn:hover, #Btnback:hover {
    background-color: #F1EFEB;
    color: black;
}

.back-to-top:hover {
    opacity: 60%;
}
.galerie .collapsible {
    background-color: #F1EFEB;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0;
}

.galerie .active, .galerie .collapsible:hover {
    background-color: #F1EFEB;
    border: 1px solid #C3945F;
}

.galerie .collapsible:after {
    content: '\25BD';
    color: #C3945F;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.galerie .active:after {
    content: "\25B3";
}

.galerie .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
#content {
    min-height: 80vh;
    position: relative;
    padding-top: 4rem;

}
body {
    font-family: "Poppins", sans-serif;
    color: black;

}
.page {
    margin-bottom: 50px;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
.page p {
    margin-bottom: 0.5rem;
}
#content ul {
    list-style-type: none;
    padding: 0;
}
#content ul li:before {
    content: ' \002D';
    padding-right: 10px;
}

.order-2 {
    margin-top: -20px;
}
.homepage .order-2 {
    margin-top: 0;
}
a {
    color: #C3945F;
}
a:hover {
    color: black;
    text-decoration: none;
}
h1 {
    font-family: "Amiri", serif;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #F1EFEB;
    margin: 50px 0;
}

h2 {
    font-family: "Amiri", serif;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    color: #F1EFEB;
}
h3 {
    font-family: "Amiri", serif;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0;
}
.barva {
    color: #90ADB8;
    margin: 0;
}
img {
    width: 100%;
    height: auto;
}
.article-detail p {
    line-height: 1.5rem;
    margin: 10px 0;
}
.page {
    margin-bottom: 50px;
}
.article-detail ul {
    list-style-position: inside;
}
.apartmany .tlacitka {
    text-align: center;
}
.odstup {
    margin-top: 3rem;
}


#main-header {
    color: #eeeeee;
    background: #F1EFEB;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    height: 5rem;}

.brand-wraper {
    display: flex;
    padding-top: 0.5rem;
}
.adresa {
    color: #C3945F;
    font-size: 0.9em;
    padding-bottom: 5px;
    line-height: 0.9;
}
.adresa a {
    color: #C3945F;
}

.logo:hover {
    -webkit-transition: 0.2s all;
    -webkit-transform: scale(1.1);
    -ms-transition: 0.2s all;
    -ms-transform: scale(1.1);
    -moz-transition: 0.2s all;
    -moz-transform: scale(1.1);
    transition: 0.2s all;
    transform: scale(1.1);
}



.navbar-toggler {
    padding: .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
}
#main-header.nav-up {
    top: -5em;
}

#main-navbar {
    padding: 1rem 0 0 0;
    background-color: rgba(255,255,255,0.98);
    margin-left: -15px;
}

#main-navbar .nav-link, #main-navbar .dropdown-item {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1rem;
    padding: 1em 2em;
}

.nav-link {
    color: black;
}

.nav-item.active a {
    color: #C3945F;
}

#main-navbar ul li {
    border-right: none;
}


#main-navbar .nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: #C3945F;
}

#main-navbar .nav-link.active, #main-navbar .dropdown-item.active {
    color: #C3945F;
    background-color: #f8f9fa;
}

#main-navbar .dropdown-item.active, .dropdown-item:active {
    color: #C3945F;
    background-color: #f8f9fa;
}

#main-navbar .navbar-brand img {
    width: 100%;
    height: auto;
}
#main-navbar .navbar-brand {
    width: 75%;
    font-family: "Amiri", serif;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 0.8;
}
#main-navbar .navbar-brand .firma1 {
    font-size: 2.3rem;
    margin-top: 2px;
}
#main-navbar .navbar-brand .firma2 {
    font-size: 1.3rem;
}
#main-navbar .navbar-brand {
    color: #F1EFEB;
}

#main-header .navbar-toggler {
}

#main-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h18M4 23h22'/%3E%3C/svg%3E");

}

#main-navbar .dropdown-menu {
    background: black;
    border-radius: 0;
    border: none;
}

#main-navbar .dropdown-item:focus, #main-navbar .dropdown-item:hover {
    color: black;
    background-color: #f8f9fa;
}

#main-navbar .collapse.show .nav-item,
#main-navbar .collapsing .nav-item {
    border: none;
}

#main-navbar .collapse.show .nav-item:last-child,
#main-navbar .collapsing .nav-item:last-child {
    border: none;
}

#main-navbar .navbar-collapse {
    padding: 1rem 0;
    z-index: 2;
}

#lang-switcher .caption {
    text-transform: uppercase;
    display: inline-block;
    float: left;
    padding: 0.35rem 0;
    color: black;
    font-size: 1rem;}

#lang-switcher ul.switcher {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    color: black;
    margin-left: 1rem;
    float: left; }
#lang-switcher ul.switcher li {
    display: inline-block;
    margin: 0 0 0.4em; }
#lang-switcher ul.switcher li:after {
    display: inline-block;
    content: "|";
    padding: 0 2px 0 2px;
    opacity: .5; }
#lang-switcher ul.switcher li:last-child:after {
    display: none;
    padding: 0; }
#lang-switcher ul.switcher li a {
    display: inline-block;
    text-transform: uppercase;
    color: black;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2em;
    text-decoration: none;
    border-radius: 0.25rem;
    background: none;
    padding: 0.15rem 0.1rem; }
.d-flex {
    flex-direction: column;
}
.text h1 {
    line-height: 0.9;
    margin: 10px 0;
}
.pozadi {
    height: 30rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 4rem;
}
.cerna {
    color: black;
    margin-bottom: 0;
}
.bila {
    color: #90ADB8;
}
.obalka{
    display: flex;
    align-items: center;
    height: 30rem;
    color: #F1EFEB;
}
.obalka .text {
    display: block;
    margin-top: 3rem;
}
.tlacitka {
    margin-top: 1rem;
}
.tlacitko {
    display: inline-block;
    border: 2px solid #C3945F;
    background-color: #C3945F;
    padding: 15px 0;
    width: 200px;
    margin: 1rem 0;
    font-weight: 700;
    text-align: center;
    color: #F1EFEB;
}
.tlacitko:hover, .tlacitko:active, .tlacitko-tr:hover, .tlacitko-tr:active {
    border: 2px solid #C3945F;
    background-color: #F1EFEB;
    color: #C3945F;

}
.tlacitko-tr {
    display: inline-block;
    padding: 15px 0;
    color: #C3945F;
    background-color: transparent;
    border: 2px solid #F1EFEB;
    font-weight: 700;
    width: 200px;
    text-align: center;
}
.modra {
    border: 2px solid #90ADB8;
    background-color: #90ADB8;
}

.odkaz {
    margin-right: 1rem;
    line-height: 23px;
    font-size: 20px;
}
.odkaz a {
    font-weight: 700;
    color: #F1EFEB;
    background: radial-gradient(#C3945F 60%, transparent 10%);
    border: 1px solid #F1EFEB;
    border-radius: 50%;
    padding: 0.7rem;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
}
.odkaz a:hover, .odkaz a:active {
    color: #C3945F;
    background: radial-gradient(#F1EFEB 60%, transparent 10%);
    border: 1px solid #C3945F;
}
.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
    width: 95%;
}

.flex-container > div {
    width: 130px;
    margin: 10px 30px;
    text-align: center;
    font-size: 17px;
}
.obsah {

}

.caral, .carap {
    margin: 2rem 0;
}

.caral {
    padding-left: 2rem;
    border-left: 1px solid #C3945F;
    }
.seda .caral {
    margin-left: -2rem;
}
.carap {
    border-right: 1px solid #F1EFEB;
    padding-right: 2rem;
}
.vpravo {
    padding-left: 1rem;
}
.
.vlevo {
    padding-right: 1rem;
}
.seda {
    background-color: #90ADB8;
    padding: 2rem 3rem 3rem 2rem;
    margin: 0 -2rem;
}
.sedivo:nth-child(2n+1) {
    background-color: #90ADB8;
}
.popis {
    display: none;
}
.apartmany {
    margin: 5rem 0;
}
.apartmany-uvod {
    text-align: center;
    margin-bottom: 1rem;
}
.apartman-obrazek {
    height: 25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.apartman-text {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
}
.apartman0, .apartman1, .apartman2, .apartman3 {
    margin: 1rem  0;
}
.apartman-obrazek .podklad {
    height: 25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.apartman-text {
    color: #F1EFEB;
    font-family: "Amiri", serif;
    margin: 0 0 2rem 1rem;
    line-height: 1;
    text-transform: uppercase;
}

.ap-prehled .row {
    padding: 2rem 0;
}
.ap-prehled .cerna {
    margin-left: 2rem;
}
.ap-popis h2 {
    color: #F1EFEB;
    margin: 0.5rem 0;
}
.vybava p {
    border-bottom: 1px solid #F1EFEB;
}
.vybava p:last-child {
    border-bottom: none;
}
.apartman-gal {
    display: none;
}
.apartman-gal .foto2 .podklad {
    position: relative;
}
.apartman-gal .foto2 .podklad .odkaz {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
.popis {
    text-transform: uppercase;
    color: #F1EFEB;
    }
.hp-info .obrazek {
    margin-left: 1rem;
}

.ap-popis h2 {
    color: #F1EFEB;
}
.zlata {
    color: #C3945F;
}
.obrvlevo {
    margin: 4rem 0;
}
.obrvlevo .text h2 {
    margin: 0;
}
.obrvlevo .text{
    margin: 0;
    padding-left: 2rem;
}
.obrvpravo {
    margin: 4rem 0;
}
.obrvpravo .text h2 {
    margin: 0;
    padding-left: 2rem;
}
.obrvpravo .text {
    padding-right: 2rem;
}

.obrvlevo .obrazek {
    position: relative;
}
.obrvlevo .obrazek:after {
    box-shadow: 256px 0 0 0 rgb(144, 173, 184);
    content: " ";
    height: 115%;
    position: absolute;
    left: -124%;
    top: -7%;
    width: 105%;
    z-index: -5;
}
.obrvpravo .obrazek {
    position: relative;
}
.obrvpravo .obrazek:after {
    box-shadow: 256px 0 0 0 rgb(144, 173, 184);
    content: " ";
    height: 115%;
    position: absolute;
    left: -70%;
    top: -7%;
    width: 105%;
    z-index: -5;
}
.obrazek img {
    height: 415px;
    width: 290px;
    object-fit: cover;
}
.uvod .obrazek img {
    height: 405px;
    width: 280px;
}
.contact {
    text-align: left
}

.kontakt-info {
    margin: 0 0 50px 0;

}
.doprava {
    margin-top: 2rem;
}
.kontakt-info a {
    color: #C3945F;

}
.kontakt-info a:hover {
    color: #6A6A6A;
    font-weight: bolder;
}
.kontakt-perex {
    margin-top: 1rem;
}
.obrazek-kontakt {
    display: none;
}
.open {
    margin-bottom: 1rem;
}
.dalsi {
    text-transform: uppercase;
}
.kontakt-info .item {
    margin-top: 1rem;
}
.kontakt a {
    color: #F1EFEB;
}

.kontakty .tel a::before {
    font-family: "FontAwesome" !important;
    content: '\f095';
    padding-right: 2px;
}
.kontakty .mail a::before {
    font-family: "FontAwesome" !important;
    content: '\f0e0';
    padding-right: 2px;
}
.contact-form {
    background: #F2F1F7;
    padding: 20px;
}

.contact-form-wrapper {
    width: 70%;
    text-align: center;
    margin: 40px auto;
}
.contact-page .contact-form .headline {
    margin: 1rem 0 2rem;
    text-align: center;
}

.contact-page .contact-form .action {
    text-align: right;
}



.item {
    padding-bottom: 3px;
}
.contact-footer .logo-koop {
    margin: 4.2rem 0;
}

.contact-footer .contact-form {
    color: #fff;
}
.contact-form h3 {
    margin-bottom: 50px;
}
.form-group {
    margin-bottom: 1rem;
}

.contact-footer .contact-form label {
    display: none;
}

.contact-footer .contact-form .action {
    width: 100%;
    text-align: right;
}

.contact-footer .contact-form .action .btn {
    padding: .25rem 1rem;
}

.contact-footer .contact-form .form-control {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.help-block {
    transition: .15s all;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #C3945F;
    background-color: #fff;
    background-clip: padding-box;

    border-radius: 0px;    
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.btn {
    border-radius: 0px;
}

.btn-primary {
    border: 2px solid #C3945F;
    background-color: #F1EFEB;
    padding: 10px 0;
    width: 150px;
    display: block;
    margin: 0 auto;
    color: #C3945F;
}

.btn-primary:hover {
    border: 2px solid #C3945F;
    background-color: #C3945F;
    color: #F1EFEB;
    padding: 10px 0;
    width: 150px;
    display: block;
    margin: 0 auto;
}
.recaptcha-container {
    text-align: center;
}
.g-recaptcha {
    display: inline-block;
}


#contact {
    padding: 2rem 0;
    background-color: #90ADB8;
    color: #F1EFEB;
    text-align: center;
}

#contact a {
    color: black;
}
#contact a:hover {
    color: #C3945F;
}
#contact .col-12 {
    padding-bottom: 20px;
}

.social {
    color: black;
    text-transform: uppercase;

}
.social i:before {
    font-size: 1.3rem;
    width: 45px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
}

.social a {


    text-align: center;
}
.contact-nadpis {
    border-bottom: 1px solid #F1EFEB;
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bolder;
}
.contact-add {
    padding-bottom: 20px;
}
.contact-info {
    margin: 15px 0;
}


.contact-adresa {
    padding-top: 10px;
}

.sitemap {
    text-transform: uppercase;
}

#footer {
    background: #C3945F;
    text-align: center;
    font-size: 0.9em;
    color: #F1EFEB;
    padding: 20px 0;
}
#footer .author a {
    color: #F1EFEB;
}
#footer .author a:hover {
    color: #6A6A6A;
}
.eu-cookies {
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    color: #F1EFEB;
    background-color: #6A6A6A;
    padding: 20px 0;
}

.eu-cookies .btn {
    border: none;
    background-color: #C3945F;
    color: #F1EFEB;
    padding: 10px 30px;
}
.eu-cookies .btn:hover {
    background-color:#F1EFEB;
    color: #C3945F;
}

.img-list a {
    line-height: 1.42857143;
    padding: 4px;
    text-align: center;
    width: 100%;
    display: inline-block;

}

@media only screen and (min-width: 768px){

    .img-list a {
        width: 49.63%;
        aspect-ratio : 1 / 1;
    }
    .img-list a:nth-child(5n+5) {
        aspect-ratio : unset;
        width: 100%;
        height: 20rem;
    }

}
.img-list a:hover img,
.img-list a:focus img,
.img-list a:active img {
    border: 1px solid #C3945F;
    background: none;
}

.img-list img {
    padding: 2px;
    width: 100%;
    height: 300px;
    border: 1px solid #C3945F;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    object-fit: cover;

}

.galery {
    margin-bottom: 50px;
}
.mfp-container{
    width: 95%;
}
div.flash {
    color: #000;
    background: #FFF9D7;
    border: .1rem solid #C3945F;
    padding: 1.5em 1em;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
    z-index: 9999;
    opacity: 0.9; }
div.flash.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880; }
div.flash.info {
    background: #FFF6BF;
    color: #514721;
    border-color: #C3945F; }
div.flash.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4; }
div.flash .close-flash {
    border: none;
    background: none;
    position: relative;
    float: right;
    padding-left: 20px; }
/* On smaller screens, decrease text size */


@media only screen and (min-width: 576px) {
.tlacitko-tr {
    margin-left: 5px;
}
#main-navbar {
    margin-left: 0;
    padding-left: 0;
}
}
@media only screen and (min-width: 768px) {
    .mfp-container {
        width: 95%;
    }
    .menu-wraper {
        /*margin: -3em 0 0 -2em;  */
        background: none;
    }


    .hp-rezervace {
        background: linear-gradient(#F2F1F7 50%, #F1EFEB 50%);
    }

    #contact {

        text-align: left;
    }

    #contact .cara {
        border-right: 1px solid #F1EFEB;
    }
    #contact .col-12 {
        padding-bottom: 0;
    }
    #contact .contact-mapa {
        padding-left: 20px;
    }
    .katalog {
        background-color: transparent;
        display: flex;
        justify-content: flex-start;
        width: 95%;
        margin: 0 auto;
        position: relative;
    }
    .katalog:before {
        box-shadow: 450px 0 0 0 rgb(144, 173, 184);
        content: " ";
        height: 70%;
        position: absolute;
        left: -62rem;
        bottom: -7%;
        width: 147%;
        z-index: -5;
    }
    .katalog .popis {
        align-self: baseline;
        margin-top: 0.5rem;
    }
    .apartmany-seznam {
        max-width: 95%;
        flex: 1 1 95%;
        word-break: break-word;
        display: flex;
        flex-wrap: wrap;
        background-color: transparent;
    }
    .apartman0, .apartman1, .apartman2, .apartman3 {
        margin: unset;
    }
    .apartman0, .apartman3 {
        max-width: 45%;
        flex: 1 1 45%;
        word-break: break-word;
        padding: 0.5rem;

    }
    .apartman0 .ap-popis, .apartman3 .ap-popis {
        width: 95%;
    }
    .apartman1 .ap-popis, .apartman2 .ap-popis {
        width: 80%;
    }

    .apartman1, .apartman2 {
        max-width: 55%;
        flex: 1 1 55%;
        word-break: break-word;
        padding: 0.5rem;

    }
    .apartman1 .apartman-text {
        margin: 0 0 12rem 1rem;
    }
    .apartman1 .ap-popis {
        margin-bottom: 1rem;
    }
    .apartman0 .apartman-text {
        flex-direction: column-reverse;
    }
    .apartman1 .apartman-text {
        flex-direction: column;
    }
    .apartman2 .apartman-text {
        flex-direction: row;
        align-items: flex-end;
    }
    .apartman3 .apartman-text {
        flex-direction: column-reverse;
    }
    .sedivo:nth-child(2n+1) {
        background-color: transparent;
    }
    .sedivo {
        background-color: transparent;
        position: relative;
    }
    .sedivo:before {
        box-shadow: 780px 0 0 0 rgb(144, 173, 184);
        content: " ";
        height: 80%;
        position: absolute;
        left: -66rem;
        top: 0;
        width: 147%;
        z-index: -5;
    }
    .apartman-gal {
        display: flex;
        margin: 1rem auto;
        height: 18rem;
        flex-direction: row;
    }
    .podklad {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 18rem;
    }
    .apartman-gal .foto1 {
        max-width: 35%;
        flex: 1 1 35%;
    }
    .apartman-gal .foto2 {
        max-width: 60%;
        flex: 1 1 60%;
        margin-left: 1rem;
    }
    .kontakt {
        max-width: 45%;
        flex: 1 1 45%;
        word-break: break-word;
        margin-left: 2rem;
    }
    .obrazek-kontakt {
        display: block;
        max-width: 55%;
        flex: 1 1 55%;
        word-break: break-word;
    }
    .obrazek-kontakt img {
        width: 600px;
        height: 450px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 900px;
    }
    .d-flex {
        flex-direction: row;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    #main-navbar .navbar-collapse {
        padding: 2rem 0 0 0;
    }
    #main-header {
        height: 6rem;
        background: transparent;
    }
    #main-navbar {
        padding-top: 0;
        background-color: transparent;
    }
    .scrolled {
        background-color: rgba(0,0,0,0.80) !important;
        transition: background-color 200ms linear;
    }
    #main-navbar .navbar {
        margin: 0;
        z-index: 2;
        margin-top: 1rem;
    }
    .brand-wraper {
        padding: 5px 0;
        height: 7em;
    }
    .brand-wraper .navbar-toggler {
        display: none;
    }
    #main-navbar .navbar-brand {
        margin-right: 2rem;
        padding-bottom: 0;
        width: 30%;
    }
    #main-navbar .navbar-brand img {
        width: 100%;
    }

    .menu-wraper {
        height: 2.5em;
        margin: 0;
        width: auto;
        border-top: 2px solid #F1EFEB;
    }
    #main-navbar .nav-link, #main-navbar .dropdown-item {
        font-size: 0.9rem;
        padding: 0 1rem;
    }

    #main-navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: -5px;
        /*margin-top: 0;*/
    }
    #main-navbar a:hover {
        color: #C3945F;
    }
    .nav-link {
        color: #F1EFEB;
    }
    .nav-item nav-link .active a {
        color: #C3945F;
    }

    #main-navbar .nav-link:focus, .nav-link:hover {
        color: #C3945F;
        text-decoration: none;
    }

    #lang-switcher {
        width: 100px;
    }
    #lang-switcher .caption {
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding: 0.45rem 0;
        color: #F1EFEB; }


    #lang-switcher ul.switcher {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
        color: #F1EFEB;
        margin-left: 1rem;
        float: left; }
    #lang-switcher ul.switcher li {
        display: inline-block;
        margin: 0; }
    #lang-switcher ul.switcher li:after {
        display: inline-block;
        content: "/";
        padding: 0 2px 0 2px;
        opacity: .5; }
    #lang-switcher ul.switcher li:last-child:after {
        display: none;
        padding: 0; }
    #lang-switcher ul.switcher li a {
        display: inline-block;
        text-transform: uppercase;
        color: #F1EFEB;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 2em;
        text-decoration: none;
        border-radius: 0.25rem;
        background: none;
        padding: 0.15rem 0.1rem; }
    #lang-switcher ul.switcher li.active a {
        color: #C3945F;
    }
    #contact .container {
        width: 835px;
    }
    .pozadi {
        height: 35rem;
        margin-top: -1.3rem;
    }

    .obalka{
        height: 35rem;
    }
    .obalka .text {
        margin-top: 6rem;
    }
    .obsah {
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content:  space-between;
        -ms-flex-align: center !important;
        align-items: center !important;
        flex-direction: row;
    }
    .typ .obrazek img {
        height: 405px;
        width: 280px;
    }
    .typ .obrvpravo:nth-child(2n+1) .obsah {
        flex-direction: row-reverse;
    }
    .typ .obrvpravo:nth-child(2n+1) .obrazek:after {
        left: -130%;
    }
    .typ .obrvpravo:nth-child(2n+1) .caral {
        padding-left: 2rem;
        padding-right: 2rem;
        border-left: 0;
        border-right: 1px solid #C3945F;
    }
    .popis {
        display: block;
        max-width: 5%;
        flex: 1 1 5%;
        word-break: break-word;
        writing-mode: vertical-lr;
        text-orientation: mixed;
        rotate: 180deg;
    }
    .obrazek {
        max-width: 35%;
        flex: 1 1 35%;
        word-break: break-word;
    }
    .text {
        max-width: 65%;
        flex: 1 1 65%;
        word-break: break-word;
    }

    #paticka {
        margin-top: 8rem;
    }
    .contact-right img {
        margin-top: -5rem;
        width: 110%;
    }
    .sedivo:before {
        box-shadow: 940px 0 0 0 rgb(144, 173, 184);
        left: -83rem;
    }
    .katalog:before {
        left: -78rem;
    }

    .img-list a {
        width: 31.3%;
        aspect-ratio : 1 / 1;
    }
    .img-list a:nth-child(5n+5) {
        width: 31.3%;
        aspect-ratio : 1 / 1;
    }
    .img-list a:nth-child(4n+4) {
        width: 95%;
        aspect-ratio : unset;
        height: 20rem;
    }

            .sedivo::before {
                box-shadow: 1120px 0 0 0 rgb(144, 173, 184);

                left: -102rem;

            }
            .apartman-gal {
                margin-left: 3rem;
            }

    }
@media only screen and (min-width: 1200px) {
    .container {
        width: 1190px;
    }
    .katalog:before {
        left: -100rem;
        box-shadow: 550px 0 0 0 rgb(144, 173, 184);
    }
    #main-navbar .navbar-brand .firma1 {
        font-size: 3rem;
        margin-top: 2px;
    }
    #main-navbar .navbar-brand .firma2 {
        font-size: 2rem;
        margin-top: 2px;
    }

}
@media only screen and (min-width: 1400px) {
    .container {
        width: 1390px;
    }

}