@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600&family=Barlow:wght@400;500;600&display=swap');

/* reset */
* {box-sizing: border-box;}
body {margin: 0; background-color: #fff; font-family: 'Barlow', sans-serif;}
body > .bv-page-message {display: none;}

/* header */
.header {position: absolute; top: 0; right: 0; left: 0;}
.header > div {margin: 0 auto; position: relative;}
.header .logo {position: absolute; z-index: 10002; left: 50%;}

/* misc */
h1, h2 {letter-spacing: .1em !important;}

@media all and (max-width: 1000px) {
    body {padding-top: 100px;}

    /* header */
    .header {background-color: #fff;}
    .header > div {height: 100px;}
    .header .logo {top: 10px; margin-left: -59px;}
    .header .logo,
    .header .logo img {width: 118px; height: 80px;}
    .header .logo img.desktop {display: none;}
}

@media all and (min-width: 1001px) {
    body {padding-top: 165px; background-size: cover; background-position: center; background-position: top; background-attachment: fixed;}
    body:before {content: ''; pointer-events: none; background-color: rgba(0,0,0,0.5); position: fixed; top: 0; right: 0; bottom: 0; left: 0;}

    /* header */
    .header > div {height: 165px; text-align: center;}
    .header .logo {top: 5px; margin-left: -113px;}
    .header .logo,
    .header .logo img {width: 226px; height: 154px;}
    .header .logo img.mobile {display: none;}

    /* title */
    .bv-framework-title * {color: #fff !important;}

     /* menu background reset */
    body .bv-fw-property-menu,
    body .bv-fw-property-menu .bv-menu {background: transparent;}

    /* menu */
    body .bv-fw-property-menu {position: absolute; top: 57px; right: 0; left: 0;}
    body .bv-fw-property-menu > div {display: flex; justify-content: center; padding-right: 46px;}
    body .bv-fw-property-menu .bv-menu-combined {display: flex;}
    body .bv-fw-property-menu .bv-menu > ul > li > a {font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 300 !important; font-size: 18px; color: #fff;}
    body .bv-fw-property-menu .bv-menu > ul > li > a:before {display: none !important;}
    body .bv-fw-property-menu .bv-menu.bv-main {margin-right: 314px;}
    body .bv-fw-property-menu .bv-language {position: relative; right: auto;}
    body .bv-fw-property-menu .bv-language > a {color: #fff;}
    body .bv-fw-property-menu .bv-menu > ul > li + li {margin-left: 50px !important;}

    /* menu marker */
    body.book-section-accommodation .bv-fw-property-menu .bv-menu li.menu-accommodation a:before,
    body.book-section-activity .bv-fw-property-menu .bv-menu li.menu-activity a:before,
    body.book-section-conference .bv-fw-property-menu .bv-menu li.menu-conference a:before,
    body.book-section-giftcard .bv-fw-property-menu .bv-menu li.menu-giftcard a:before,
    body.book-section-package .bv-fw-property-menu .bv-menu li.menu-package a:before {background-color: #cbaa5c !important; height: 1px !important; bottom: 5px !important;}

    /* sidebar fix */
    .bv-sidebar-box>.bv-title h2 {font-size: 20px;}
}

@media all and (max-width: 599px) {
    html.bv-widget-noscroll-small-device .header .logo,
    html.bv-menu-noscroll .header .logo {z-index: 1 !important;}
}