@media only screen and (max-width: 1600px) {
    .section-info .container:after {
        display: none;
        /*width: 100px;*/
        /*height: 94px;*/
    }
    .section-pokoj .container:after {
        display: none;
        /*width: 100px;*/
        /*height: 94px;*/
    }
}
@media only screen and (max-width: 1200px) {
    .section-onas:before {
        background-size: cover;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
    h2 {
        font-size: 22px;
        line-height: 29px;
    }
    h2 {
        font-size: 25px;
        line-height: 34px;
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
    p.highlight {
        font-size: 16px;
        line-height: 22px;
    }
    ul.ul-list li {
        font-size: 20px;
        line-height: 30px;
    }
    .header-headline-1 {
        font-size: 40px;
        line-height: 50px;
    }
    .header-headline-2 {
        font-size: 28px;
        line-height: 40px;
    }
    .footer-headline-1 {
        font-size: 22px;
        line-height: 30px;
        font-family: 'Noto Serif', serif;
        font-weight: 300;
        color: #917140;
        margin-bottom: 0;
    }
    .footer-headline-2 {
        font-size: 25px;
        line-height: 32px;
        font-family: 'Noto Serif', serif;
        font-weight: 700;
        color: #917140;
    }
    .footer-address {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .footer-headline {
        font-size: 25px;
        line-height: 34px;
    }
    .footer-notify {
        font-size: 18px;
        line-height: 26px;
    }
    .footer-way {
        font-size: 24px;
        line-height: 32px;
    }
    .footer-visit {
        font-size: 20px;
        line-height: 30px;
    }
    .header-vetev:after {
        height: 25px;
        width: 45px;
    }
}
@media only screen and (max-width: 768px) {
    .header-headline-1 {
        font-size: 25px;
        line-height: 35px;
    }
    .header-headline-2 {
        font-size: 14px;
        line-height: 18px;
    }
    .header-headline-2 a{
        display: none;
    }
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 50px;
    }
    .section-info .button {
        margin-bottom: 30px;
    }
    .section-info p {
        font-size: 12px;
        line-height: 16px;
    }
    section {
        padding: 40px 0 !important;
    }
    .footer-social {
        margin-bottom: 20px;
    }
    footer {
        padding: 40px 0;
        background-size: auto;
    }
    footer iframe {
        height: 220px !important;
    }
    .footer-button {
        padding-right: unset;
        text-align: center;
    }
    .header-vetev:after {
        height: 16px;
        width: 29px;
    }
    .section-onas:after {
        bottom: unset;
        top: 0;
        left: unset;
        right: 0;
        width: 139px;
        height: 146px;
        margin: unset;
    }
    .section-bydli:after {
        bottom: unset;
        top: 30px;
        left: unset;
        right: 0;
        width: 69px;
        height: 73px;
        margin: unset;
    }
    h1:after {
        height: 70px;
        width: 60px;
        left: 0px;
        top: 0;
    }
    a.button {
        font-size: 13px;
    }
    .navbar-brand {
        margin-right:0px;
    }
    .navbar-brand img {
        width: 205px;
    }
    .header-text-wrapper {
        bottom: 20px;
    }
    .section-zazemi p a {
        width: 100%;
    }
    .section-bydli a {
        width: 100%;
    }
    .table_1 {
        width: 720px;
    }
    .overflow-768 {
        overflow-x: auto;
    }
    form {
        background-color: transparent;
        border-radius: unset;
        padding: 0px;
    }
    .section-form {
        background-color: #F2F0ED;
    }
    .form-group label {
        padding-left: 5px;
        font-size: 16px;
    }
    .form-group input, .form-group select {
        padding: 8px 20px;
    }
    .radio-label, .check-label {
        font-size: 13px;
    }
}
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 320px) {

}