#map {
    height: 500px;
    width: 100%;
}
.marker{
    height: 20px;
    width: 20px;
    background-color: var(--active-text-color);
    border-radius: 20px;
}

.adressContainer {
    margin-top: 20px;
}

.opening-hours-table tr td:first-child {
    font-weight: bold;
    padding-right: 10px;
}
#open-status {
    display:block;
    padding-left: 5px;
}

.opening-hours-table tr td {
    padding:5px;
}
.placeDetails{
    display: flex;
}

.today {
    color: #40a600;/*#6C0;*/
}
.openOrClosed {
    font-size: 16px;
    font-weight: 800;
}

.customerHeader {
    margin-bottom: 5px;
    font-size: 36px;
    text-align: center;
    margin-top: 80px;
}

.headerImage {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    min-height: 250px;
}

.customLogoContainer {
    display: flex;
    height: 200px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -75px;
    background-color: var(--white-color);
    border: 1px solid #dfdfdf;
    z-index: 99;
    position: absolute;
    bottom: -60px;
    border-radius: 8px;
    left: 30px;
}
.customLogo {
    width: 100%;
    width: -webkit-fill-available;
    margin: auto;
    padding: 5px;
    object-fit: contain;
    height: -webkit-fill-available;
}
.contactOuterContainer {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns:50% 50%;
}

.contactContainer {
    background-color: var(--white-color);
    padding: 10px 15px;
    border: #dfdfdf solid 1px;
    border-radius: 8px;
    margin: 0 30px;
}
.contactContainerBlank {
    margin: 0 30px;
    padding: 0;
}
.gridContainer {
    display: grid;
    grid-template-columns: 70% 30%;
    margin-top: 50px;
}

.fullContainer {
    margin-top: 50px;
}

.gridContainer .contentCustomer {
    padding-right: 20px;
}

.gridContainer .sidebar {
    padding-left: 20px;
    border-left: solid 1px #dfdfdf;
}

.containerCustomer {
    background-color: rgb(255 255 255 / 80%); padding: 20px
}
.imageContainer {
    height: 200px;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
}

.imgItem {
    margin-right: 5px;
}

.imgItem img {
    height: 100%;
    margin-right: 5px;
    width: 100%;
    object-fit: cover;
}

.openState {
    color: #40a600;
}

.mailIcon {
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: -5px
}

.bookButton {
    background-color: #0cf4da;
    padding: 5px 10px;
    border-radius: 8px;
}
.bookButton:hover {
    color: var(--white-color);
}

#desc p, #desc ul, #desc h4, #desc h3, #desc h2, #desc h1{
    margin: 0;
}

@media screen and (max-width: 992px) {
    .customerHeader {
        font-size: 26px;
        line-height: 32px;
    }
    .containerCustomer {
        margin-top: 60px;
    }
    .customLogoContainer {
        margin-top: -55px;
        width: 150px;
        height: 150px;
    }

    .imageContainer {
        height: 150px;
    }

    .gridContainer {
        display: block;
    }
    .gridContainer .sidebar, .gridContainer .contentCustomer {
        padding: 0;
    }
    .gridContainer .sidebar {
        border: none;
        margin-top: 30px;
    }
    .contactContainer {
        width: auto;
        margin: 0 0 10px;
    }
    .contactContainerBlank {
        margin: 0;
    }

    .contactOuterContainer {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .contactContainer {
        display: block;
    }
    .imgItem {
        width: 45%;
        margin-right: 5px;
    }
}
