body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    
}
* {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

.extraPadding {
   padding: 32px;
}

.hidden {
    display: none !important;
}

#nav input[type='checkbox'], #nav input[type='checkbox'] + label, #nav input[type='checkbox'] + label:before {
    display: none;
}



.section > * {
    z-index: 10;
}
#nav { z-index: 15; }

#gradientOverlay {
    background-image: linear-gradient( rgba(134, 82, 174, 0.35), rgba(2,174,242, 0.35));
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section {
    color: #fff;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color:rgba(0, 0, 0, 0.8); */
    background-size: cover;
    position: relative;
}
#nav + .section {
    padding-top: 52px;
}
#nav + .section.cover {
    min-height: calc(100vh - 52px);
}
.section.cover {
    min-height: 100vh;
}
.section p {
    font-size: 16px;
    line-height: 150%;
}
.section.letContentFillSection .container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    min-height: inherit;
   /*  justify-content: center; */
}
.section.letContentFillSection.cover .container {
    min-height: 100vh;
}

.section.letContentFillSection .container div > * {
    margin-left: auto;
    margin-right: auto;

}
.section.letContentFillSection .container div > p, 
.section.letContentFillSection .container div > h1,
.section.letContentFillSection .container div > h2
.section.letContentFillSection .container div > h3 {
    padding: 0 8px;
}
.section.letContentFillSection .container div:not(.puffList):not(.puffList div) {
    justify-content: center;
    /* border: 1px solid #0f0; */
    display: flex;
    flex-direction: column;

}

.section.fitContent {
    min-height: 60vh;
}
.section .container {
    /* min-height: inherit; */
}
.section.blank {
    background-color: #fff;
    color: #000; 
    z-index: 5;
    position: relative;
}
.section.blank p, 
.section.blank h3,
.section.blank h1 {
    text-shadow: none;
} 

.blur {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

h1 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
p, h1, h2, h3, h4, .openingHours {
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
}
/* #nav a {
    text-shadow: 0px 0px 3px rgba(20, 20, 20, 1);
} */

.container {
    width: 700px;
    max-width: 100%;
    height: auto;
    padding: 8px;
    margin: 60px auto;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    /* border: 1px solid #0f0; */
}
.container div {
    /* border: 1px solid #f00; */
    flex: 1 1 0;
}
.puffList {
    display: flex;
    justify-content: space-evenly;
    max-width: 800px;
    margin: 0 auto;
}
.puffList div {
    /* width: 300px; */
    text-align: center;
    padding: 16px;
    max-width: 100%;
}
.puffList span {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.puffList div i {
    font-size: 50px;
    color: #fff;
}
.puffList h3 {
    font-size: 18px;
    font-weight: bold;
}
.bulletList {
    list-style: none;
    padding: 0;
    font-size: 16px;
}
.bulletList li {
    padding: 8px 8px 8px 8px;
}
.bulletList li span.icon {
}
.bulletList li span.icon i {
    padding: 8px;
}
.bigContainer {
    width: 1000px;
    max-width: 100%;
}

.buttonContainer {
    border: 1px solid #f00;
}

.actionButton {
    padding: 16px 24px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin: 16px 8px;
    display: inline-block;
}
.actionButton.rounded {
    border-radius: 50%;
}
.actionButton.icon {
    text-align: center;
    padding: 16px;
    height: 24px;
    width: 24px;
    font-size: 20px;
    margin: 0 8px 0 0;
}

#nav {
    padding: 16px;
    background-color:rgba(0, 0, 0, 0.8);
    display: flex;
    position: fixed;
    top: 0;
    left: 0; 
    right: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.5s ease;
}
#nav img {
    max-height: 50px;
    max-width: 150px;
    /* filter: drop-shadow(0px 0px 1px #222); */
    vertical-align: middle;
}
#nav .menuItem {
    color: #fff;
    text-decoration: none;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}
#nav ul li {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 8px;
}

#nav ul li .menuItem {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    padding: 16px;
    display: inline-block;
    border-radius: 5px;
}
#nav ul li .menuItem:hover {
    background-color: rgba(255,255,255, 0.1);
}
#nav ul li .menuItem:hover {
    background-color: rgba(255,255,255, 0.1);
}
/* #nav ul li.isMenu:hover > .menuItem {
    background-color: rgba(255, 255, 255, 0.1);
} */

#nav #navItems li.isMenu:hover > .menuItem {
 
}

#nav #navItems li.isMenu:hover .subMenu {
    background-color:rgba(255,255,255, 0.1);
    display:block;
    border-radius:5px;
    padding:5px;
}

#nav #navItems li.isMenu .subMenu .menuItem {
    margin-left:0;
    display:block;
    text-align: left;
}

#nav ul.externalLinks {
    /* border: 1px solid #000; */
}
#nav ul.externalLinks li {
    margin: 0;
}
#nav ul.externalLinks i {
    font-size: 24px;
    color:rgba(0, 0, 0, 0.8);
}

ul.openingHours {
    font-size: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.openingHours li {
    padding: 8px;
}

.bigImg {
    max-width: 80%;
}
.bigImg + h1 {
}

.productMenu {
    margin: 24px 0;
}

.productMenu h2 {
    text-shadow: none;
}

.productMenu .summary {
    clear: both;
    text-shadow: none;
    font-size:  20px;
    text-align: center;
    margin: 0;
    background-position: center;
    background-size: cover;
    
}
.productMenu .summary.big {
    padding: 24px 16px;
    font-size: 24px;
    margin: 0;
    border-radius: 8px;
    color: #fff;
}
.productMenu .summary.big h2 {
    font-size: 36px;
    color: #fff;
}
.productMenu .summary p {
    max-width: 600px;
    margin: 24px auto;
}
.productMenu .withBackground h2, .productMenu .withBackground p {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.productGroup {
    padding: 0 32px; 
}
.productMenu .productGroup:first-child h2 {
    padding-top: 0;
}
.productMenu .productGroup > p {
    padding: 16px 0;
    max-width: 600px;
    margin: -36px auto 36px auto;
}

.productMenu .products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    /* border: 1px solid #f00; */
}
.productMenu .big + .products {
    margin: 24px 0 48px;
}
.productMenu .product {
    text-align: left;
    flex: 1 1 40%;
    max-width: calc(50% - 50px);
    display: flex;
}

.productMenu .product .productImage {
    flex-shrink: 1;
    background-size: auto 90%;
    background-position: top 20px right 0px;
    background-repeat: no-repeat;
    min-height: 300px;
}

.productMenu .product .productDescription {
    flex-grow: 2;
}

.productMenu .product h3 {
    font-size: 20px;
    color: #000;
    display: flex;
}
.productMenu .product h3 span:first-child {
    max-width: calc(100% - 100px);
}
.productMenu .product h3 span.price {
    text-align: right;
    align-self: flex-end;
}

.productMenu .product p {
    font-size: 16px;
    font-style: italic;
}

.productGroupSummary {
    padding: 0 0 48px 0;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.productGroupSummary li {
    width: 23%;
    min-width: 200px;
    border-radius: 5px;
    background-size: cover;
    display: flex;
    margin: 4px;
    align-items: center;
    justify-content: center;
    background-position: center center;
}
.productGroupSummary li a:hover {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.productGroupSummary li a {
    /* backdrop-filter: blur(1px); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    
    width: 100%;
    /* max-height: 150px; */
    border-radius: inherit;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    transition: backdrop-filter 0.2s ease;
    word-break: break-word;
}
.productGroupSummary li a span {
    padding: 46px 24px;
}
.productGroupContainer.twoColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.productGroupContainer.twoColumn .productGroup {
    flex: 1 auto;
    width: 40%;
    max-width: 45%;
}
.productGroupContainer.twoColumn .productGroup .products {
    flex-direction: column;
}
.productGroupContainer.twoColumn .productGroup .products .product {
    max-width: 100%;
}
.separator {
    flex-grow:1;
    margin: 4px 6px;
}
.dotted {
    border-bottom: dotted 2px #888; 
}
#scrollToTop {
    position: fixed;
    bottom: 16px;
    right: 16px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.5s ease;
    opacity: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
#scrollToTop.scrolled {
    opacity: 1;
}
#scrollToTop i {
    font-size: 30px;
    padding: 16px;
}

#embeddedMap {
    min-height: 400px;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index:1;
}
.video:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.previewBanner {
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    text-align: center;
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0; 
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.previewBanner i {
    font-size: 20px;
    margin: 0 8px;
}
.previewBanner a {
    border: none;
    background-color: #fff;
    display: inline-block;
    color: #000;
}
.previewBanner a#closeBanner {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    display: inline-block;
    color: rgb(87, 87, 87);
    padding: 8px;
}
.previewBanner p {
    font-size: 16px;
    padding: 0 16px;
}
.previewBanner a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

#successMessage, #validationError, #errorMessage {
    background: rgba(255, 255, 255, 0.1);
    padding: 32px;
}
form {
    /* border: 1px solid #f00; */
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
form fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
form input, form label, form textarea, form select, form option {
    width: calc(100% - 32px);
    padding: 16px;
    font-size: inherit;
    border: none;
}
form input[type="submit"], form select, form option {
    width: 100%;
}
form label {
    display: inline-block;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
form textarea {
    resize: none;
}
form input[type="submit"] {
    cursor: pointer;
    background-color: #000;
    margin: 16px 0;
}
form input[type='checkbox'], form input[type='checkbox'] + label {
    width: auto;
}

input[type='checkbox']{
    width: 32px !important;
    height: 32px !important;
    margin: 0 8px 0 0;
}
form input[type='checkbox'] + label {
    max-width: calc(100% - 60px);
}

form div {
    max-width: inherit;
    text-align: left;
}
form input:invalid {
    box-shadow: 0 0 5px 1px red;
}
form input:required:focus:invalid {
    box-shadow: none;
}

.timeSchedule table, .timeSchedule table th, .timeSchedule table td {
    font-size: 14px;
    border-collapse: collapse;
    padding: 8px;
}
.timeSchedule table th {
    vertical-align: top;
}
.timeSchedule table td {
    padding: 0;
    text-align: left;
}
.timeSchedule table td table td {
    padding: 8px;
}

@media screen and (max-width: 900px) {
    .productMenu .product {
        width: 100%;
        max-width: 100%;
        flex: none;
        margin: 0 auto;
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    #nav {
        flex-wrap: wrap;
        /* background-color:rgba(0, 0, 0, 0.6) !important; */
    }
    #nav input[type='checkbox'] {
        display: none;
    }
    #nav input[type='checkbox'] + label:before {
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        content: "\f0c9";
        font-size: 26px;
        cursor:pointer;
        font-weight:600;
        color: #fff;
    }
    
    #nav ul {
        display: none;
        width: 100%;
    }
    #nav ul li {
        display: block;
        width: 100%;
        margin-left: 4px;
        margin-right: 4px;
    } 
    #nav ul li .menuItem {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
    } 
    #nav input[type='checkbox']:checked ~ ul {
        display: block;
        flex: 0 0 100%;
    } 
    #nav input[type='checkbox'] + label {
        display: inline-block;
    }
    #nav input[type='checkbox']:checked + label:before {
        content: "\f0c9";
    }

    #nav + .section {
        padding-top: 85px;
    }

    .container {
        display: block;
        margin: 32px 0;
    }
    .section.letContentFillSection .container {
        min-height: initial;
    }
    .productGroupContainer.twoColumn .productGroup {
        width: 100%;
        max-width: 100%;
    }

    .productGroupSummary li {
        width: 100%;
        margin: 4px 8px;
    }

    .productGroup {
        padding: 0 8px;
    }

    .productMenu .summary.big h2 {
        font-size: 24px;
    }

    .puffList {
        display: block;
    }
    .puffList div, 
    .puffList div:first-child
    .puffList div:last-child {
        margin: 0 auto;
        
        padding-left: 0px;
        padding-right: 0px;
    }
    .puffList div p {
        font-size: 16px;
    }

    .previewBanner, .previewBanner p, .previewBanner a:not(#closeBanner) {
        display: block;
        
    }
    .previewBanner p, .previewBanner a:not(#closeBanner) {
        width: calc(100% - 32px);
        margin: 16px 8px;
        padding: 16px 8px;
    }
}

@media screen and (max-width: 330px) {
    #nav ul li .menuItem {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}