
/*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 v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px) {
    .container {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1380px) {
    .container {
        max-width: 1300px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-4,
.col-8,
.col-12,
.col-md-4,
.col-sm-6,
.col-md-6,
.col-lg-3,
.col-lg-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.h-100 {
    height: 100%;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }
}


/*============================================
	Fonts
============================================*/

@font-face {
    font-family: 'opensans';
    src: url('/fileupload/template_hotels/mirolis/fonts/OpenSans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


/*============================================
	Main
============================================*/

:root {
    --main-color: #1E1E1E;
    --sub-main-color: #808080;
    --lightgrey-color: #f5f5f5;
    --white: #fff;
    --orange: #ffbe46;
    --orange-hover: #F9D087;
    --bg-footer: #5B5B5B;
}

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'opensans', 'Open Sans', 'Helvetica', serif;
}

body {
    font-family: 'opensans';
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-color);
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    box-sizing: border-box
}

a {
    text-decoration: none;
    -webkit-transition: color 200ms ease 0s;
    transition: color 200ms ease 0s
}


/*============================================
	Global
============================================*/

.sr-only {
    overflow: hidden;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0, 0, 0, 0)
}

.space-10 {
    margin-bottom: 10px;
}

.space-30 {
    margin-bottom: 30px;
}

.space-50 {
    margin-bottom: 50px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.image-full-height {
    width: auto;
    max-width: initial;
    height: 100%;
}

.h-auto {
    height: auto !important;
}

.bg-white {
    background-color: var(--white);
}

.list-clean {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.title-5 {
    font-size: 0.875rem;
}

    .title-0.white,
    .title-1.white,
    .title-2.white,
    .title-3.white,
    .title-5.white,
    p.white,
    span.white,
    .white {
        color: var(--white);
    }


a.link-inherit,
a.link-inherit:hover {
    color: inherit;
}

    a.link-inherit:hover {
        opacity: 0.6;
    }

.sep {
    height: 4px;
    width: 65px;
    background-color: var(--orange);
}

    .sep.grey {
        background-color: var(--lightgrey-color);
    }

@media only screen and (min-width: 768px) {
    .space-md-0 {
        margin-bottom: 0;
    }

    .padding-top-md-60 {
        padding-top: 60px;
    }

    .padding-bottom-md-60 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .padding-top-xl-70 {
        padding-top: 70px;
    }

    .padding-bottom-xl-70 {
        padding-bottom: 70px;
    }
}


/*============================================
	Header
============================================*/

.site-header {
    position: relative;
    height: 80px;
    background-color: #1e1e1e78;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}

    .site-header .logo a, .logo-footer h4 {
        color: #F5F5F5;
        font-weight: 700;
        font-size: 1.125rem;
    }

.menu-button-wrapper {
    float: right;
    font-size: 1rem;
    line-height: 1;
    position: relative;
}

.menu-button {
    position: relative;
    color: var(--main-color);
    font-size: inherit;
    letter-spacing: 1px;
    line-height: initial;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    height: 50px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.cta-button {
    border-radius: 6px;
    background: var(--main-color);
    color: var(--lightgrey-color);
    font-size: 23.193px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
    align-self: center;
}

.menu-main-menu-container {
    display: flex;
    gap: 24px;
    align-items: center;
}

.menu-item a {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.lang-select {
    color: var(--lightgrey-color);
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
}

@media (min-width: 768px) {
    .site-header {
        height: 90px;
    }
}

@media (min-width: 1200px) {
    .site-header {
        height: 100px;
    }
}

.camera-links {
    padding-top: 16px;
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    display: flex;
    gap: 11px;
}

.camera-link {
    border: 0.664px solid #F5F5F5;
    color: #F5F5F5;
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 0.75rem;
}

    .camera-link:hover {
        color: #000000;
        background-color: #F5F5F5;
    }



/*============================================
	Menu
============================================*/

#main-menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media (min-width: 992px) {
    #main-menu li {
        display: flex;
    }

        #main-menu li a {
            display: block;
            height: 100%;
            color: var(--lightgrey-color);
            font-family: 'opensans';
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
        }
}

@media (min-width: 1200px) {
    #main-menu li {
        height: 100px;
    }

        #main-menu li a {
            line-height: 100px;
        }
}


/*============================================
	Footer
============================================*/

.site-footer {
    background-color: var(--bg-footer);
    background-image: url('/fileupload/template_hotels/mirolis/images/bg-flowers.svg');
    background-size: cover;
    color: var(--lightgrey-color);
}

.footer-links h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-block-start: 1.33em;
}

.footer-links-list a {
    color: var(--lightgrey-color);
}

.footer-links-list p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.custom-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-icon-list-item {
    display: flex;
    font-size: inherit;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
}

    .custom-icon-list-item a {
        font-size: 15px;
        line-height: 29px;
        color: var(--lightgrey-color);
        display: flex;
        font-size: inherit;
        align-items: center;
    }

.custom-icon-list-icon {
    display: flex;
    position: relative;
    top: initial;
}

.custom-icon-list-text {
    padding-left: 5px;
}

.custom-icon-list-icon svg {
    width: 1em;
    height: 1em;
}

#footer-menu li a {
    color: var(--white);
    font-size: 0.875rem;
    padding-top: 9px;
    padding-bottom: 9px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}

#footer-menu li:hover a,
#footer-menu li.current-menu-item a,
#footer-menu li.current-page-ancestor a,
#footer-menu li.current-menu-ancestor a {
    color: var(--orange);
}

@media (min-width: 768px) {
    #footer-menu {
        text-align: right;
        margin-top: -8px;
    }
}

.menu-main-menu-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

    .menu-main-menu-container .menu-item {
        white-space: nowrap;
    }



.buchen {
    margin-left: auto;
    display: flex;
    align-items: center;
}


.col-12.col-4.col-sm-6.col-lg-9 {
    flex: 1;
}



#main-menu li {
    height: 24px;
}

#main-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}