:root {
    --oa-blue-1: #407bc1;
    --oa-blue-2: #2c5789;
    --oa-gray-dark-0: #81899c;
    --oa-gray-dark-2: #626262;
    --oa-font-family: 'Montserrat', Tahoma, Arial, sans-serif;
}


/* menu */
#header .menu a {
    font-family: var(--oa-font-family);
    font-weight: 600;
    /* font-size: 16px; */
    color: var(--oa-blue-1);
}

#header .menu ul li:hover,
#header .menu a:hover {
    color: var(--oa-blue-2);
}


/* hotels */
#hotels {
    font-family: var(--oa-font-family);
}

#hotels .hotelname {
    margin-left: 0;
    font-size: 26px;
    color: var(--oa-gray-dark-2);
}

#hotels .hotel_layout div:first-letter {
    background-color: var(--oa-blue-1);
}

#hotels table.descr td.title {
    width: fit-content;
    text-align: left;
    color: var(--oa-gray-dark-0);
}

#hotels table.descr td.title+td {
    font-size: 18px;
    font-weight: 600;
}

#hotels .hotel_layout div {
    text-align: unset;
    font-size: 16px;
    line-height: 1.5;
}

#hotels .hotel_layout div>*+*:not(ul) {
    margin-top: 1em;
}

#hotels .hotel_layout div ul li {
    list-style-type: disc;
}
#hotels .hotel_layout div ul li::marker {
        font-size: 16px;
        line-height: 10px;
        color: var(--oa-blue-1);
}

#hotels .hotel_layout div ul li+li {
    margin-top: 0.2em;
}