html, body {
    font-size: 1rem;
    color: #434343;
    font-family: 'Nunito Sans', Arial, sans-serif;
}

/* Links, colors, buttons and icons */
a,
a:hover,
a:active {
    text-decoration: none !important;
}
.text strong,
.text b {
    color: #129cd8;
}
.text-primary {
    color: #041a72 !important;
}
.text-secondary {
    color: #129cd8 !important;
}
.text-green {
    color: #ccc814 !important;
}
.text-accent {
    color: #434343 !important;
}
.bg-secondary {
    background-color: #129cd8 !important;
}
.bg-green {
    background-color: #ccc814 !important;
}
.border-secondary {
    border-color: #129cd8 !important;
}
.icon {
    color: white;
    background-color: #129cd8;
    border-radius: 50%;
    padding:10px;
}

/*.CoverWaveWrapper {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*}*/
.Intro {
    position: relative;
    margin-right: 1rem;
    margin-left: 1rem;
    z-index: 10;
}
.Intro__Mobile {
    position: relative;
    width: 200px;
}
.Intro__Mobile img {
    position: absolute;
    top: 5rem;
    left: -2rem;
}
.Advantage {
    font-size: 1.25rem;
}
.QRWrapper {
    margin-top: -1rem;
}
.Hotels,
.HotelLinks{
    max-width: 750px;
}
.HotelsHeader b,
.HotelsHeader strong {
    font-weight: 700;
}
.HotelLinks__Item.list-inline-item {
    margin-right: 0;
}
.HotelLinks__Item {
    color: #ccc814;
    cursor: pointer;
    transition: all .5s;
}
.HotelLinks__Item:hover,
.HotelLinks__Item.active {
    color: #041a72;
}
.HotelLinks__Item::after {
    content: "\00b7";
    display: inline;
}

.carousel-inner {
    border-radius: .5rem;
}
.HtmlContent b,
.HtmlContent strong {
    font-weight: 700;
}
.HtmlContent ol,
.HtmlContent ul {
    max-width: 500px;
    text-align: left !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.HtmlContent li {
    margin-bottom: .5rem;
}
.HtmlContent li a {
    color: #129cd8 !important;
    font-weight: bold;
}

.Discount__Text {
    margin-top: -.75rem;
}

.ContentImg {
    position: relative;
}
.ContentImg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
    right:0;
    left:0;
    object-fit: cover;
    max-height: none;
}
.Banner {
    background-color: #121212;
}

.BtnLang,
.BtnLang:hover {
    color:#a4a4a5 !important;
}

.HotelName {
    font-weight: 100 !important;
}
.HotelCard .HotelTitle {
    font-size: 1.2rem;
}
button.btn-primary,
a.btn-primary,
.white-skin button.btn-primary,
.white-skin a.btn-primary{
    background-color: #041a72 !important;
}
button.btn-secondary,
a.btn-secondary,
.white-skin button.btn-secondary,
.white-skin a.btn-secondary,
.white-skin .btn-secondary:not([disabled]):not(.disabled):active {
    background-color: #129cd8 !important;
}
button.btn-light-green,
a.btn-light-green {
    background-color: #ccc814 !important;
}

/* Utilities*/
.mw-900 {
    max-width: 900px !important;
}
.mw-1200 {
    max-width: 1200px !important;
}
.underline {
    border-bottom: 3px solid #ccc814;
}
.underline-accent {
    border-color: #434343 !important;
}
.overline {
    border-top: 3px solid #ccc814;
}
.underline-thin {
    border-bottom: 1px solid #ccc814;
}
.overline-thin {
    border-top: 1px solid #ccc814;
}
.no-underline,
.de a.no-underline {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* SIDE NAV */
.side-nav .logo-wrapper {
    border: none;
    height: 10rem;
}
.side-nav a {
    height: 20px;
    line-height: 20px;
    color: #041a72;
    font-size: .8rem;
}
.side-nav a.btn {
    height: 40px;
    line-height: 16px;
    padding-left: 2.14rem;
}
.side-nav a.checkin {
    /*height: 60px;*/
}
.side-nav a:hover {
    color: #041a72 !important;
}
.side-nav a.booking:hover,
.side-nav a.checkin:hover {
    color: white !important;
}
.side-nav span,
.side-nav i {
    color: #129cd8 !important;
}
.side-nav span.text-primary {
    color: #041a72 !important;
}
.side-nav .social .fab {
    font-size: .9rem;
    padding-right: .6rem;
    padding-left: .6rem;
    color: #dbe4e7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* NAVBAR */
.navbar .select-wrapper.hotel {
    width: 170px !important;
    text-transform: uppercase;
}
.navbar .select-wrapper.hotel li.optgroup span{
    color: #041a72;
    text-align: center;
}
.navbar input.select-dropdown {
    font-weight: 300;
}
.navbar .select-wrapper input.select-dropdown,
.navbar .datepicker.picker__input {
    top: 1px;
    border-bottom: none;
}

/* Menu */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: white;
}

.text-base { font-size: 1rem !important; }
.text-md { font-size: 1.25rem !important; }
.text-lg { font-size: 1.5rem !important; }
.text-xl { font-size: 2rem !important; }

/* Cover */
.Cover {
    /*max-width: 1200px;*/
    position: relative;
    overflow: hidden;
    margin: auto;
    /*background-color: #9e5a2b;*/
}
.Cover__App {
    position: relative;
}
.Cover__App__Img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Cover__App__Content {
    position: relative;
    min-height: 240px;
    display: flex;
    justify-items: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.Cover img,
.Cover__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Cover__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.Cover__title {
    font-size: 1.75rem;
}
.Cover__title b {
    font-weight: 700;
}

.HotelCard h2 {
    font-size: 1.7rem;
}
.HotelCard__name {
    top: 10px;
    position: absolute;
}
.HotelCard__name--left {
    left: -10px;
}
.HotelCard__name--right {
    right: -10px;
}
.HotelCard__img {
    max-width: 100%;
    height: auto;
}


@media (orientation: landscape) {
}

@media (max-width: 576px) {
    .navbar form button {
        padding: .5rem 1.6rem;
        font-size: .64rem;
    }
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .navbar .datepicker {
        font-size: 1rem;
        width: 95px;
    }
    .Cover {
        position: relative;
        width: 100%;
    }
    .Cover__img {
        height: auto;
    }
    .Cover__title {
        width: 80%;
        font-size: 1.75rem;
    }
    .Intro {
        margin-right: 6rem;
        margin-left: 3rem;
    }
    .Intro__Info {
        min-height: 150px;
    }
    .Intro__Mobile img {
        top:-8.5rem;
        left: 1.75rem;
    }
    .QRWaveWrapper {
        margin-top: -2rem;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .select-wrapper.adults {
        width: 85px !important;
        display: block !important;
    }
    .Cover__img {
        max-width: 100%;
        height: auto;
    }
    .Cover__title {
        font-size: 3rem;
    }
    .Intro__Info {
        min-height: 170px;
    }
    .HotelCard > div {
        width: 50%;
    }
    .HotelCard__cover {
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .Intro__Mobile img {
        top:-11.5rem;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 50% !important;
    }
    .mw-lg-700 {
        max-width: 700px !important;
    }
    .navbar form .btn.checkin {
        padding: .5rem 1.6rem;
        font-size: .64rem;
        display: block !important;
    }
    .select-wrapper.children {
        width: 85px !important;
        display: block !important;
    }
    .navbar form select.mdb-select {
        display: none !important;
    }
    .Cover__title {
        width: 75%;
        margin-top: 4rem;
    }
    .Cover__App__Content {
        min-height: 540px;
        padding-left: 3rem;
        padding-bottom: 3rem;
    }
    .Intro {
        margin-top: -5rem;
    }
    .Intro__Info {
        height: 160px;
    }
    .Intro__Mobile img {
        top:-7rem;
    }
    .QRWrapper {
        margin-top: -3rem;
    }
    .HtmlContent {
        padding-left: 5rem !important;
    }
    .HotelCard {
        height: 285px;
    }
}
@media (min-width: 1200px) {
    .mw-xl-900 {
        max-width: 900px !important;
    }
    .navbar form .btn.checkin {
        padding: .84rem 2.14rem;
        font-size: .81rem;
        display: block !important;
    }
    .Intro__Mobile img {
        top:-11rem;
    }
    .QRWaveWrapper {
        margin-top: -3rem;
    }
    .QRWrapper {
        margin-top: -5rem;
    }
}
