html,
body {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 16px;
}

body {
    font-family: 'Nunito', sans-serif;
}

.month {
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    margin: 2px;
    text-align: center;
    color: #000;
}

.month .month-name {
    background-color: #ddd;
    color: #555;
    font-weight: bold;
    text-align: center;
    padding: 4px;
}

.month tr.days {
    background-color: #fff;
    color: green;
    height: 32px;
}

/*border-bottom: 1px solid #ddd;*/
.month td.day-free,
.month td.day-full,
.month td.day-half,
.month td.day-shdw {
    /*cursor:pointer;*/
    text-align: center;
    font-size: 12px;
}

.day-free {
    background-color: #60e588;
    color: #222;
}

.day-full {
    background-color: #ff7f6b;
    color: #222;
}

.day-shdw {
    background-color: transparent;
    color: #bbb;
}

.day-bold {
    font-weight: bold;
    color: #a22;
}

.month tr {
    height: 19px;
}

.month td {
    height: 19px;
    width: 19px;
    padding: 3px;
}

h1 {
    font-size: 20px;
    text-align: center;
    margin-top: 2rem;
}

h2 {
    font-size: 16px;
}

span.legend {
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 3px;
    text-align: center;
    line-height: 18px;
    padding: 3px;
}

div.legend {
    clear: both;
    padding: 3px 0 2px 2px;
}

span.legend-obal {
    display: inline-block
}

button {
    cursor: pointer
}

#obal:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

table {
    flex-basis: 10%;
}

.menu-wrapper {
    padding: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

select {
    width: 100%;
    max-width: 250px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 4px 1px #c6c6c6;
    -moz-box-shadow: 0px 0px 4px 1px #c6c6c6;
    box-shadow: 0px 0px 4px 1px #c6c6c6;
    text-align: center;
    background-color: #fff;
    border: 1px solid lightgrey;
    border-radius: 0;
    color: #000;
    font-size: 16px;
}

.wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}

.legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.languages-wrapper {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 2rem 2rem 0 2rem;
    justify-content: center;
    align-items: center;
}

.lang-wrapper {
    padding: .5rem;
    background-color: #f1f1f1;
    box-shadow: 0 0 4px 2px lightgrey;
}

a.language {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100px;
    justify-content: center;
    text-decoration: none;
}

.flag-image {
    max-width: 100%;
    max-height: 100%;
    width: 35px;
    height: 20px;
}

#photoGallery {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

#photoGallery img {
    max-width: 100%;
    cursor: pointer;
}

#photoGallery img:hover {
    transform: scale(1.1);
}

#currentPhoto {
    max-width: 800px;
    max-height: 460px;
    display: flex;
    justify-content: center;
}

#currentPhoto img {
    max-width: 100%;
    max-height: 100%;
}

.gallery-img-wrapper {
    display: flex;
    height: 140px;
}

.f16mr5nx {
    display: flex;
    gap: 1rem;
}

.rten07p {
    margin-bottom: 6px;
}

._11jhslp {
    max-width: 350px;
    box-shadow: 2px 3px 7px 3px lightgray;
    border-radius: 20px;
    padding: 1rem;
    height: min-content;
}

.sea-temp {
    box-shadow: 2px 3px 7px 3px lightgray;
    border-radius: 20px;
    padding: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.sea-temp img {
    max-width: 100%;
}

.price {
    margin-bottom: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

h3.hpipapi.dir.dir-ltr {
    margin: 0;
}

.price-wrapper {
    box-shadow: 2px 3px 7px 3px lightgray;
    border-radius: 20px;
    padding: 1rem;
}