
/*REMOVE REVIEW SCORE*/
.sb-portal-hotel-card__reputation, .sb-portal-hotel-card__reputation-value-small {
    display: none;
}

/*REMOVE ALL FILTERS*/
/*.sb-portal-filters {
    display: none;
}*/

/*REMOVE FILTERS BY STARS*/
/*.sb-portal-filters__item.sb-portal-filters__item--stars {
    display: none;
}*/

/*REMOVE FILTERS BY CATEGORY*/
/*.sb-portal-filters__item.sb-portal-filters__item--categories {
    display: none;
}*/

/*REMOVE FILTERS BY PRICE*/
/*.sb-portal-filters__item.sb-portal-filters__item--slider {
    display: none;
}*/

/*REMOVE MAP*/
/*.portal-hotels-map {
    display: none !important;
}*/

/*WHITE BG GALLERY*/
/*.sb-hotelinfo-container .swiper-container, .swiper-slide {
    background-color: #fff;
}*/

/*REMOVE STARS*/
/*.sb-portal-hotel-card__header-stars, .sb-results-hotel-selected__stars {
    display: none;
}*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}
/*
a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

html {
    height: 100%;
    font-size: 20px;
    line-height: 1.4
}

@media (max-width:767px) {
    html {
        font-size: 18px
    }
}

@media (max-width:478px) {
    html {
        font-size: 16px
    }
}

body {
    font-size: 1rem;
    color: #000;
    line-height: 1.4;
    font-family: font,sans-serif;
    min-height: 100%;
    background-color: #d0dfd6;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
*/
.background-color--red {
    background-color: #fde2cf
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width:767px) {
    .container {
        padding: 0 10px
    }
}

@media (max-width:478px) {
    .container {
        padding: 0 5px
    }
}

.container > div {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}
/*
.h2 {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: .3em 0
}

.h4, .h5 {
    font-weight: 400;
    font-size: 1rem
}

.h5 {
    position: relative;
    margin-bottom: 0
}

    .h5:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        bottom: 2px;
        left: 0
    }*/

.main {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
/*
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: underline
}

    a:hover {
        color: inherit;
        text-decoration: none
    }
*/
@font-face {
    font-family: font;
    src: url("../fonts/font.eot");
    src: url("../fonts/font.ttf"),url("../fonts/font.woff2") format("woff2"),url("../fonts/font.woff") format("woff")
}

.header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0
}

.header-inner, .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav__loca {
    width: 1.4rem;
    margin-right: 0.5rem
}

@media (max-width:767px) {
    .header-nav__loca {
        margin-right: 10px
    }
}

.lang-block {
    font-size: 1rem;
    line-height: 1.2;
    margin-right: 2.2rem
}

@media (max-width:767px) {
    .lang-block {
        margin-right: 10px
    }
}

.lang-block__item {
    color: inherit;
    text-decoration: none
}

.spesial-link {
    width: 4.05rem;
    display: block
}

    .spesial-link img {
        width: 100%;
        height: auto;
        display: block
    }

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.burger {
    width: 32px;
    height: 22px;
    position: relative;
    display: block;
    margin-left: 3.65rem
}

@media (max-width:767px) {
    .burger {
        margin-left: 10px
    }
}

.header-right__buchen {
    width: 6.05rem;
    height: 22px;
    position: relative
}

.buchen-link {
    position: absolute;
    top: -19px;
    width: 100%;
    display: block;
    z-index: 6
}

    .buchen-link img {
        width: 100%;
        height: auto;
        display: block
    }

.navigation-cross .cls-3 {
    stroke: #000
}

.navigation-cross:hover .cls-3 {
    stroke: #333
}

.offers-block {
    padding-bottom: 1.2rem
}

.offers-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

@media (max-width:991px) {
    .offers-block__row {
        margin: 0
    }
}

.offers-block__column {
    width: 50%;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .offers-block__column {
        width: 100%;
        padding: 0
    }
}

@media (max-width:991px) {
    .offers-block__column:first-child {
        padding-bottom: 25px
    }
}

@media (max-width:767px) {
    .offers-block__column:first-child {
        padding-bottom: 10px
    }
}

@media (max-width:478px) {
    .offers-block__column:first-child {
        padding-bottom: 5px
    }
}

.offers-block__content {
    padding: 34px 1.2rem 1.1rem;
    background-color: #fff;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

@media (max-width:478px) {
    .offers-block__content {
        padding-top: 20px
    }
}

.offers-block__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:478px) {
    .offers-block__line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.offers-block__wrap {
    position: relative;
    top: -3px
}

@media (max-width:478px) {
    .offers-block__wrap {
        width: 100%;
        top: 0
    }
}

.offers-block__icon {
    width: 9.5rem
}

    .offers-block__icon img {
        width: 100%;
        height: auto;
        display: block
    }

.offers-block__text {
    margin-left: 1.15rem
}

@media (max-width:478px) {
    .offers-block__text {
        width: 100%;
        margin-left: 0
    }
}

.offers-block__img, .offers-slider__wrap {
    display: block;
    position: relative;
    padding-bottom: 90.5%;
    height: 0;
    overflow: hidden
}

    .offers-block__img img, .offers-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.offers-block__text .h2 a {
    color: inherit;
    text-decoration: none
}

.offers-slider .slick-dots {
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.offers-slider .slick-list:focus {
    outline: none
}

.offers-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 3.5px;
    cursor: pointer
}

    .offers-slider .slick-dots li.slick-active {
        background-color: #000
    }

    .offers-slider .slick-dots li button {
        display: none
    }

.footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .3rem 0 1.35rem
}

.footer-inner, .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-links {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.fb-logo {
    display: block;
    width: 37px
}

    .fb-logo img {
        width: 100%;
        height: auto;
        display: block
    }

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding-left: .8rem;
    font-size: 12px;
    line-height: 1.3
}

.footer-nav li {
    text-align: right
}

.footer-nav a {
    color: inherit;
    text-decoration: none
}

a.footer-logo img {
    width: 150px;
    height: auto
}

.service-block {
    padding-bottom: 1.2rem
}

.service-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

@media (max-width:991px) {
    .service-block__row {
        margin: 0
    }
}

.service-block__column {
    width: 50%;
    padding: 0 12px
}

@media (max-width:991px) {
    .service-block__column {
        width: 100%;
        padding: 0
    }
}

@media (max-width:991px) {
    .service-block__column:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 25px
    }
}

@media (max-width:767px) {
    .service-block__column:first-child {
        padding-top: 10px
    }
}

@media (max-width:478px) {
    .service-block__column:first-child {
        padding-top: 5px
    }
}

.service-block__wrapper {
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 100%;
    overflow: hidden
}

.service-block__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

    .service-block__slider .slick-list:focus {
        outline: none
    }

    .service-block__slide, .service-block__slider .slick-list, .service-block__slider .slick-track {
        height: 100%
    }

        .service-block__slide img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .service-block__slider .slick-dots {
        position: absolute;
        bottom: 22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .service-block__slider .slick-dots li {
            width: 8px;
            height: 8px;
            border: none;
            background-color: #fff;
            border-radius: 50%;
            margin: 0 3.5px;
            cursor: pointer
        }

            .service-block__slider .slick-dots li.slick-active {
                background-color: #000
            }

            .service-block__slider .slick-dots li button {
                display: none
            }

.service-block__content {
    display: block;
    position: relative
}

.service-block__text {
    background: #fff;
    position: relative
}

    .service-block__text nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .service-block__text nav label {
            width: 33.33%;
            background-color: #d0dfd6;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 .75rem
        }

    .service-block__text input.checked:first-of-type ~ nav label:nth-of-type(1), .service-block__text input.checked:nth-of-type(2) ~ nav label:nth-of-type(2), .service-block__text input.checked:nth-of-type(3) ~ nav label:nth-of-type(3), .service-block__text input.checked:nth-of-type(4) ~ nav label:nth-of-type(4), .service-block__text input.checked:nth-of-type(5) ~ nav label:nth-of-type(5) {
        background-color: #fff
    }

    .service-block__text input[type=radio] {
        visibility: hidden;
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0
    }

.service-block__inner .service-inner__item {
    display: none;
    height: 100%
}

@media (max-width:478px) {
    .content-wrapper {
        padding: 1.2rem .5rem !important
    }
}

.service-block__inner {
    height: 36.3vw;
    overflow-y: auto
}

@media (max-width:991px) {
    .service-block__inner {
        height: auto
    }
}

.service-block__text input.checked:first-of-type ~ .service-block__inner .service-inner__item:nth-of-type(1), .service-block__text input.checked:nth-of-type(2) ~ .service-block__inner .service-inner__item:nth-of-type(2), .service-block__text input.checked:nth-of-type(3) ~ .service-block__inner .service-inner__item:nth-of-type(3), .service-block__text input.checked:nth-of-type(4) ~ .service-block__inner .service-inner__item:nth-of-type(4), .service-block__text input.checked:nth-of-type(5) ~ .service-block__inner .service-inner__item:nth-of-type(5) {
    display: block
}

.service-options:first-of-type {
    padding-top: 5px;
    padding-bottom: 10px
}

@media (max-width:991px) {
    .service-options:first-of-type {
        padding-top: 0;
        padding-bottom: 5px
    }
}

.service-options {
    padding-top: 0
}

    .service-options ul {
        padding-left: .5rem;
        list-style-type: none
    }

        .service-options ul li {
            position: relative
        }

            .service-options ul li:before {
                position: absolute;
                left: -10px;
                top: -5px;
                content: "."
            }

.service-options--preise {
    padding-top: 14px;
    padding-bottom: 14px
}

@media (max-width:991px) {
    .service-options--preise {
        padding-top: 9px;
        padding-bottom: 9px
    }
}

.service-options__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px
}

@media (max-width:991px) {
    .service-options__row {
        padding-top: 0
    }
}

.service-options__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0
}

@media (max-width:478px) {
    .service-options__item {
        width: 100%
    }
}

.service-options__item:nth-child(2n) {
    padding-left: .5rem
}

@media (max-width:478px) {
    .service-options__item:nth-child(2n) {
        padding-left: 0
    }
}

.service-options__img {
    width: 2.75rem;
    text-align: center
}

.service-options__img--roll img, .service-options__img--wlan img {
    width: 1.55rem
}

.service-options__img--okol img {
    width: 1.35rem
}

.service-options__img--meet img {
    width: 2.75rem
}

.service-options__img--kafe img {
    width: 1.65rem
}

.service-options__img--spil img {
    width: 2.45rem
}

.service-options__img--cafe img {
    width: 2.2rem
}

.service-options__img--shop img {
    width: 1.4rem
}

.service-options__item p {
    margin: 2px 0 2px 1.5rem
}

.service-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:478px) {
    .service-table__row {
        padding-bottom: 8px
    }
}

.service-table__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px
}

@media (max-width:478px) {
    .service-table__item {
        padding-right: 5px;
        font-size: .8rem
    }
}

.service-options--preise .service-table__item {
    word-break: break-word
}

.service-table__item, .service-table__item:first-child, .service-table__item:last-child {
    width: 33.33%
}

.service-options__text p {
    margin: 0
}

.navigation-block {
    position: absolute;
    z-index: 7;
    left: 0;
    top: 0;
    background-color: #fff;
    left: -1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 100vh
}

.body-active .navigation-block {
    left: 0
}

.navigation-block__inner {
    padding: 9.75rem 2.5rem
}

    .navigation-block__inner ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

    .navigation-block__inner a {
        color: inherit;
        text-decoration: none
    }

        .navigation-block__inner a:hover {
            text-decoration: underline
        }

    .navigation-block__inner > ul > li {
        font-size: 1.8rem;
        line-height: 1.4
    }

    .navigation-block__inner ul > li > ul {
        font-size: 1.4rem;
        line-height: 1.5
    }

.navigation-cross {
    position: absolute;
    right: 2rem;
    top: 1.85rem
}

    .navigation-cross svg {
        display: block
    }

.map-block {
    padding-bottom: 2.5rem
}

.map-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

@media (max-width:991px) {
    .map-block__row {
        margin: 0
    }
}

.map-block__column {
    width: 50%;
    padding: 0 12px
}

@media (max-width:991px) {
    .map-block__column {
        width: 100%;
        padding: 0
    }
}

@media (max-width:991px) {
    .map-block__column:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 25px
    }
}

.map-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin: -12px 0
}

.map-block__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 12px 0
}

.address-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:478px) {
    .address-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.address-item__column {
    width: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width:478px) {
    .address-item__column {
        width: 100%
    }
}

.address-item__wrap a {
    word-break: break-all
}

.address-item__img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

    .address-item__img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

@media (max-width:478px) {
    .address-item__img img {
        position: relative;
        height: auto;
        display: block;
        width: 100%
    }
}

.map-block__map {
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 100%
}

@media (max-width:991px) {
    .map-block__map {
        width: 100%
    }
}

#google-map.gmap-holder {
    height: 100% !important
}

@media (max-width:991px) {
    #google-map.gmap-holder {
        height: 67.5vw !important
    }
}

button.gm-control-active.gm-fullscreen-control img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.address-item__wrap img {
    margin-top: 21px;
    margin-left: 15px;
    width: 190px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.address-item__text {
    padding: 0 30px
}

@media (max-width:478px) {
    .address-item__text {
        padding: 0 .5rem
    }
}

.address-item__text p {
    margin-top: 0
}

.address-item__mail, .address-item__tel {
    color: inherit
}

.address-item__tel {
    text-decoration: none
}

    .address-item__mail, .address-item__tel:hover {
        text-decoration: underline
    }

        .address-item__mail:hover {
            text-decoration: none
        }

.room-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

@media (max-width:991px) {
    .room-block__row {
        margin: 0
    }
}

.room-item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 1.2rem
}

@media (max-width:991px) {
    .room-item {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }
}

@media (max-width:478px) {
    .room-item {
        margin-bottom: 5px
    }
}

@media (max-width:991px) {
    .room-item:nth-child(odd) {
        margin-bottom: 0
    }
}

@media (max-width:478px) {
    .room-item:nth-child(odd) {
        margin-bottom: 0
    }
}

.room-expo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.room-expo__column {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:991px) {
    .room-expo__column {
        width: 100%
    }
}

.room-expo__column:first-child {
    background-color: #fff;
    padding: 1.05rem .7rem
}

@media (max-width:991px) {
    .room-expo__column:first-child {
        display: none
    }
}

.room-expo__ico img {
    width: 7.5rem;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 15px 0px 14px;
}

.room-expo__img {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden
}

@media (max-width:991px) {
    .room-expo__img {
        height: 0;
        padding-bottom: 60.5%
    }
}

.room-expo__img img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.room-info {
    word-wrap: break-word
}

.room-info__inner {
    background-color: #fff;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1.25rem .75rem 1.65rem 1.35rem
}

@media (max-width:991px) {
    .room-info__inner {
        position: relative
    }
}

@media (max-width:478px) {
    .room-info__inner {
        padding: 1.25rem .5rem 1.65rem
    }
}

.room-info__inner .room-expo__ico {
    position: absolute;
    top: 15px;
    right: 60px;
    width: 140px;
    height: auto;
    display: none
}

@media (max-width:991px) {
    .room-info__inner .room-expo__ico {
        display: block;
        right: 10px;
    }
}

@media (max-width:767px) {
    .room-info__inner .room-expo__ico {
        top: 0;
        right: 40px;
        width: 100px
    }
}

@media (max-width:478px) {
    .room-info__inner .room-expo__ico {
        width: 80px
    }
}

.room-info__inner > .h4 {
    margin-top: 0;
    margin-bottom: .3em
}

@media (max-width:767px) {
    .room-info__inner > .h4:first-child {
        margin-top: 2.5em
    }
}

.room-info__inner > .h2 {
    margin: .5em 0
}

@media (max-width:767px) {
    .room-info__inner > .h2 {
        margin: 1.2em 0 .5em
    }
}

.room-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.room-info__col {
    width: 50%
}

@media (max-width:478px) {
    .room-info__col {
        width: 100%
    }
}

.room-info__col ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding-right: 5px
}

.room-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: .4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.room-price__column {
    width: 100%
}

a.room-price__button {
    color: #fff;
    background-color: #000;
    padding: .15rem 1.6rem;
    display: block;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-decoration: none;
    margin-top: .3rem
}

.room-price__button:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none
}

.room-price p {
    margin-bottom: 0;
    padding-right: 5px
}

.room-slider, .room-slider .slick-list, .room-slider .slick-track {
    height: 100%
}

    .room-slider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2
    }

    .room-slider .slick-prev {
        left: 0;
        display: none
    }

    .room-slider .slick-next {
        right: 11px;
        cursor: pointer
    }

@media (max-width:991px) {
    .slick-slide img.room-img--desk {
        display: none
    }
}

.slick-slide img.room-img--mob {
    display: none
}

@media (max-width:991px) {
    .slick-slide img.room-img--mob {
        display: block
    }
}

.uber-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

@media (max-width:991px) {
    .uber-block__row {
        margin: 0
    }
}

.uber-block__column {
    width: 50%;
    padding: 0 12px
}

@media (max-width:991px) {
    .uber-block__column {
        width: 100%;
        padding: 0
    }
}

@media (max-width:991px) {
    .uber-block__column:first-child {
        padding-bottom: 1.25rem
    }
}

.uber-block__img {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden
}

    .uber-block__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

@media (max-width:991px) {
    .uber-block__img img {
        position: relative;
        height: auto
    }
}

.uber-block__wrap {
    overflow-y: auto;
    background-color: #fff;
    height: 41.5vw
}

@media (max-width:991px) {
    .uber-block__wrap {
        height: auto
    }
}

.uber-block__content {
    padding: 1.2rem 1.5rem .5rem
}

.member-block {
    padding-top: 1.85rem
}

.member-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px
}

.member {
    width: 50%;
    padding: 0 30px;
    margin: 9px 0 22px
}

@media (max-width:478px) {
    .member {
        width: 100%;
        text-align: center
    }
}

.member-img {
    width: 120px
}

@media (max-width:478px) {
    .member-img {
        margin: 0 auto
    }
}

.member-img__inner {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden
}

    .member-img__inner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block
    }

.member p {
    padding-right: 5px
}

.member > p > a {
    color: inherit;
    text-decoration: underline
}

    .member > p > a:hover {
        text-decoration: none
    }

.default-block {
    background-color: #fff;
    padding: 1.25rem 1.5rem .25rem
}

.default-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -23px
}

@media (max-width:991px) {
    .default-block__row {
        margin: 0
    }
}

.default-block__column {
    width: 50%;
    padding: 0 23px
}

@media (max-width:991px) {
    .default-block__column {
        width: 100%;
        padding: 0
    }
}

.default-block .h5 + p {
    margin-top: 0
}

.default-block p {
    line-height: 1.4;
    margin: 1.4rem 0
}

    .default-block p a {
        color: inherit;
        text-decoration: none
    }

        .default-block p a:hover {
            text-decoration: underline
        }

.accordion-container {
    padding-bottom: 20px
}

.accordion-container, .set {
    position: relative;
    height: auto
}

.set {
    width: 100%
}

    .set > a {
        position: relative;
        display: block;
        padding-top: 5px;
        text-decoration: none;
        color: inherit;
        border-bottom: 1px solid #000;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        padding-right: 20px
    }

        .set > a img {
            position: absolute;
            top: 18px;
            right: 5px;
            width: 14px;
            height: auto;
            display: block;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

        .set > a.active img {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

.content {
    display: none
}

    .content p:first-of-type {
        margin-top: 0
    }

.tabs-block {
    padding-bottom: 1.2rem;
    position: relative
}

    .tabs-block > nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 102px;
        z-index: 5
    }

@media (max-width:991px) {
    .tabs-block > nav {
        position: relative;
        background-color: #fff;
        height: auto
    }
}

.tabs-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

@media (max-width:991px) {
    .tabs-block__row {
        margin: 0
    }
}

.tabs-block__column {
    width: 50%;
    padding: 0 12px
}

@media (max-width:991px) {
    .tabs-block__column {
        width: 100%;
        padding: 0
    }
}

.tabs-block__wrapper {
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 100%;
    overflow: hidden
}

@media (max-width:991px) {
    .tabs-block__wrapper {
        height: auto;
        overflow: visible
    }
}

.tabs-block__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991px) {
    .tabs-block__slider {
        position: relative
    }
}

@media (min-width:993px) {
    .tabs-block__slider .slick-list, .tabs-block__slider .slick-track {
        height: 100%
    }
}

.tabs-block__slider .slick-list:focus {
    outline: none
}

@media (min-width:993px) { /*.tabs-block__slider .slick-track{width:2652px!important}*/
}

@media (max-width:991px) {
    .tabs-block__slider .slick-track {
        width: 3748px !important
    }
}

.tabs-block__slider .slick-dots {
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .tabs-block__slider .slick-dots li {
        width: 8px;
        height: 8px;
        border: none;
        background-color: #fff;
        border-radius: 50%;
        margin: 0 3.5px;
        cursor: pointer
    }

        .tabs-block__slider .slick-dots li.slick-active {
            background-color: #000
        }

        .tabs-block__slider .slick-dots li button {
            display: none
        }

.tabs-block__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991px) {
    .tabs-block__slide img {
        width: 95vw;
        height: auto
    }
}

@media (max-width:767px) {
    .tabs-block__slide img {
        width: 97.4vw
    }
}

.tabs-block__content {
    display: block;
    position: relative
}

.tabs-block__text {
    background: #fff;
    position: relative;
    padding-top: 102px
}

@media (max-width:991px) {
    .tabs-block__text {
        padding-top: 0
    }
}

.tabs-block nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .tabs-block nav label {
        width: 228px;
        background-color: #d0dfd6;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        padding: 0 .75rem
    }

@media (max-width:991px) {
    .tabs-block nav label {
        width: 50%
    }
}

.background-color--red .tabs-block nav label {
    background-color: #fde2cf
}

.tabs-block nav label a {
    display: block;
    text-decoration: none;
    text-align: center
}

    .tabs-block nav label a:hover {
        text-decoration: none
    }

.tabs-block > input.checked:first-of-type ~ nav label:nth-of-type(1), .tabs-block > input.checked:nth-of-type(2) ~ nav label:nth-of-type(2), .tabs-block > input.checked:nth-of-type(3) ~ nav label:nth-of-type(3), .tabs-block > input.checked:nth-of-type(4) ~ nav label:nth-of-type(4), .tabs-block > input.checked:nth-of-type(5) ~ nav label:nth-of-type(5) {
    background-color: #fff
}

.tabs-block input[type=radio] {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

.content-wrapper {
    padding: 1.2rem 1.55rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto
}

.tabs-block__inner {
    height: 698px;
    overflow-y: auto
}

@media (max-width:1199px) {
    .tabs-block__inner {
        height: 49.2vw
    }
}

@media (max-width:991px) {
    .tabs-block__inner {
        height: auto
    }
}

.tab-item {
    display: none
}

.tabs-block input.checked:first-of-type ~ .our-tabs .tab-item:nth-of-type(1), .tabs-block input.checked:nth-of-type(2) ~ .our-tabs .tab-item:nth-of-type(2), .tabs-block input.checked:nth-of-type(3) ~ .our-tabs .tab-item:nth-of-type(3), .tabs-block input.checked:nth-of-type(4) ~ .our-tabs .tab-item:nth-of-type(4), .tabs-block input.checked:nth-of-type(5) ~ .our-tabs .tab-item:nth-of-type(5) {
    display: block
}

.tabs-options:first-of-type {
    padding-top: 1.9rem
}

.tabs-options {
    padding-top: 2.4rem
}

    .tabs-options ul {
        padding-left: .5rem;
        list-style-type: none
    }

        .tabs-options ul li {
            position: relative
        }

            .tabs-options ul li:before {
                position: absolute;
                left: -10px;
                top: -5px;
                content: "."
            }

.tabs-options--preise {
    padding-top: 4rem
}

.tabs-options__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs-options__item, .tabs-options__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs-options__item {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0
}

@media (max-width:478px) {
    .tabs-options__item {
        width: 100%
    }
}

.tabs-options__item:nth-child(2n) {
    padding-left: .5rem
}

@media (max-width:478px) {
    .tabs-options__item:nth-child(2n) {
        padding-left: 0
    }
}

.tabs-options__img {
    width: 2.75rem;
    text-align: center
}

.tabs-options__img--roll img, .tabs-options__img--wlan img {
    width: 1.55rem
}

.tabs-options__img--okol img {
    width: 1.35rem
}

.tabs-options__img--meet img {
    width: 2.75rem
}

.tabs-options__img--kafe img {
    width: 1.65rem
}

.tabs-options__img--spil img {
    width: 2.45rem
}

.tabs-options__img--cafe img {
    width: 2.2rem
}

.tabs-options__img--shop img {
    width: 1.4rem
}

.tabs-options__item p {
    margin: 2px 0 2px 1.5rem
}

.tabs-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs-table__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px
}

    .tabs-table__item:first-child {
        width: 22%
    }

@media (max-width:478px) {
    .tabs-table__item:first-child {
        width: 100%
    }
}

.tabs-table__item {
    width: 38%
}

@media (max-width:478px) {
    .tabs-table__item {
        width: 100%
    }
}

.tabs-table__item:last-child {
    width: 40%
}

@media (max-width:478px) {
    .tabs-table__item:last-child {
        width: 100%
    }
}

#zimmer .room-expo__column {
    width: 32%;
}

#zimmer .room-expo__Slider {
    width: 68%;
}

@media (max-width:767px) {
    #zimmer .room-expo__Slider {
        width: 100%;
    }
}

@media (max-width:992px) {
    #zimmer .room-expo__Slider {
        width: 100%;
    }
}

.room-info__col ul li {
    position: relative;
    padding-left: 24px;
}

    .room-info__col ul li:before {
        content: '\2022';
        position: absolute;
        left: 0;
        top: 0;
    }

.buchen-link img {
    width: 80%;
    height: auto;
    display: block;
}

.subpadding {
    padding-bottom: 15px;
}

.lang-block {
    /*display: none;*/
}

.room-info__inner .room-expo__ico {
    right: 35px;
}

@media (max-width:480px) {
    .room-info__inner .room-expo__ico {
        top: 10px;
        right: 55px;
    }
}

@media (max-width: 767px) .room-info__inner > .h2 {
    margin: 2.2em 0 0.5em;
}

.header-nav .lang-block__item {
    text-decoration: none !important;
}

.header-nav .active {
    text-decoration: underline !important;
}

.sb-container {
    margin: 32px auto;
    margin-top: 0;
}

body {
    background-color: #d0dfd6;
}


.sb-booking-page {
    padding: 0 !important;
}