@import "https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";.text-color-blue{color:#147efb!important}.bg-color-blue{background-color:#147efb!important}.text-color-pink{color:#ff2d55!important}.bg-color-pink{background-color:#ff2d55!important}.text-color-green{color:#105900!important}.bg-color-green{background-color:#105900!important}.text-color-orange{color:#ff8000!important}.bg-color-orange{background-color:#ff8000!important}.text-color-yellow{color:#f4ca4f!important}.bg-color-yellow{background-color:#f4ca4f!important}.text-color-red{color:#da3030!important}.bg-color-red{background-color:#da3030!important}.text-color-white{color:#fff!important}.bg-color-white{background-color:#fff!important}.text-color-gray{color:#212121!important}.bg-color-gray{background-color:#212121!important}.text-color-text{color:#053a00!important}.bg-color-text{background-color:#053a00!important}.text-color-text-dark{color:#071806!important}.bg-color-text-dark{background-color:#071806!important}.text-color-secondary-text{color:#06a150!important}.bg-color-secondary-text{background-color:#06a150!important}.text-color-green-light{color:#d4ff9a!important}.bg-color-green-light{background-color:#d4ff9a!important}.text-color-border{color:#9ceea4!important}.bg-color-border{background-color:#9ceea4!important}.text-color-secondary-border{color:#151515!important}.bg-color-secondary-border{background-color:#151515!important}.text-color-background{color:#fff8c8!important}.bg-color-background{background-color:#fff8c8!important}.text-color-background-trans{color:#fff8c8e6!important}.bg-color-background-trans{background-color:#fff8c8e6!important}.text-color-secondary-background{color:#ffe087!important}.bg-color-secondary-background{background-color:#ffe087!important}.text-color-secondary-2-background{color:#f0f0f0!important}.bg-color-secondary-2-background{background-color:#f0f0f0!important}.text-color-secondary-3-background{color:#fff3b2!important}.bg-color-secondary-3-background{background-color:#fff3b2!important}.text-color-shadow{color:#00000057!important}.bg-color-shadow{background-color:#00000057!important}:root{--padding:1.5rem;--spacing:var(--padding);--spacing-2:calc(var(--padding) / 2);--spacing-3:calc(var(--padding) / 3);--spacing-4:calc(var(--padding) / 4);--border-radius:.7rem;--mobile-threshold:680px;--blue:#147efb;--pink:#ff2d55;--green:#105900;--orange:#ff8000;--yellow:#f4ca4f;--red:#da3030;--white:#fff;--gray:#212121;--text:#053a00;--text-dark:#071806;--secondary-text:#06a150;--green-light:#d4ff9a;--border:#9ceea4;--secondary-border:#151515;--background:#fff8c8;--background-trans:#fff8c8e6;--secondary-background:#ffe087;--secondary-2-background:#f0f0f0;--secondary-3-background:#fff3b2;--shadow:#00000057}*,html,body{box-sizing:border-box;scroll-behavior:smooth;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;color:var(--text);-ms-overflow-style:none;-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none;margin:0;padding:0;text-decoration:none}::-webkit-scrollbar{display:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}:focus{outline:none}html{overflow-x:hidden}*{font-family:Lexend,sans-serif}button,a.button{padding:var(--spacing-3) var(--spacing-2);background-color:var(--green);border-radius:var(--border-radius);color:#fff;cursor:pointer;white-space:nowrap;border:none;align-items:center;font-size:1rem;font-weight:700;display:inline-flex}body{background-color:var(--background)}.content{width:100%;max-width:970px;padding:var(--padding);margin:0 auto}.buttons{margin-bottom:calc(var(--spacing-3) * -1);flex-wrap:wrap;justify-content:flex-start;display:inline-flex}.buttons button,.buttons a.button{margin-right:var(--spacing-3);margin-bottom:var(--spacing-3)}address{font-style:normal}.no-wrap{text-wrap:nowrap}nav{z-index:50;margin-bottom:calc(var(--spacing) * -4);position:sticky;top:0}nav .navi .logos{padding:var(--spacing-2);background-color:var(--secondary-3-background);border-radius:var(--border-radius);flex-direction:column;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 0 25px #0003}nav .navi .logos #logo{object-fit:contain;width:3rem;height:3rem}nav .navi .logos #logo-title{object-fit:contain;height:2rem}header{position:relative}header .content{background-position:100%;background-repeat:no-repeat;background-size:contain;flex-direction:column;justify-content:center;align-items:flex-start;height:100vh;min-height:500px;max-height:700px;display:flex}header .content h1{width:60%;font-size:4rem;line-height:110%}header .content h1 img{object-fit:contain;width:24rem;top:0;transform:translateY(1rem)}header .content p{width:60%;font-size:1.1rem}@media only screen and (width<=680px){header .content{flex-direction:column}header .content h1{width:100%;font-size:3rem}header .content h1 img{width:17rem}header .content p{width:80%}}footer{background-color:var(--green)}footer *{color:#fff}footer .content{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}footer .content>div{margin-right:var(--spacing)}footer .content>div h3{margin-bottom:var(--spacing-2)}footer .content>div ul{list-style-type:none}footer .content>div ul li{margin-bottom:var(--spacing-2)}footer .content>div:last-of-type{margin-right:0}footer #copyright{text-align:center;font-size:.8rem;display:block}@media only screen and (width<=680px){footer *{text-align:center}footer .content{flex-direction:column}footer .content>div{width:100%;margin-right:0}footer #copyright{padding-top:0}}#locaties{background-color:var(--secondary-background)}.locations{flex-flow:wrap;justify-content:space-between;display:flex}.locations .location{width:calc(50% - var(--spacing-2) / 2);margin-bottom:var(--spacing-2);border-radius:var(--border-radius);flex-direction:column;justify-content:space-between;display:flex;overflow:clip}.locations .location img{aspect-ratio:16/7;object-fit:cover;width:100%}.locations .location .info{padding:var(--padding);background-color:var(--yellow);flex-direction:column;justify-content:center;width:100%;display:flex;position:relative}.locations .location .info address{z-index:3;position:absolute;bottom:100%}.locations .location .info address *{color:#fff}.locations .location .info:after{content:"";z-index:2;background:transparant;background:linear-gradient(#80808000 0%,#000000d1 50%);position:absolute;inset:-100% 0 100%}@media only screen and (width<=680px){.locations .location{width:100%}}.carrousel{flex-direction:row;justify-content:space-between;width:100%;display:flex}.carrousel img{aspect-ratio:1;width:calc(25% - var(--spacing) / 2);object-fit:cover;border-radius:var(--border-radius)}.carrousel.contain img{object-fit:contain}.carrousel.small img{width:calc(20% - var(--spacing) / 2)}.carrousel.center{justify-content:center}@media only screen and (width<=680px){.dishes img{width:calc(33% - var(--spacing) / 2)}.dishes img:last-of-type{display:none}}.alerts{margin-bottom:calc(var(--spacing-2) * -1);padding-bottom:0}.alerts .alert{padding:var(--padding);margin-bottom:var(--spacing-2);border-radius:var(--border-radius);box-shadow:0 0 15px #0003}.alerts .alert button,.alerts .alert a.button{color:var(--text);background-color:#3939395e}.alerts .alert{background-color:var(--yellow);color:var(--text)}.alerts .alert.danger{background-color:var(--red)}.alerts .alert.danger *{color:#fff}.alerts .alert.moderate{background-color:var(--orange)}.alerts .alert.moderate *{color:#fff}.order{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);justify-content:center;align-items:center;display:none;position:fixed;inset:0}.order .content{width:calc(100% - var(--padding) * 2);max-width:calc(600px - var(--padding) * 2);max-height:calc(100vh - var(--padding) * 2);background-color:var(--background);border-radius:var(--border-radius);overflow-y:scroll;box-shadow:0 0 15px #0003}.order .content .title{justify-content:space-between;align-items:center;display:flex}.order .content .list h3{margin-top:var(--spacing-3);margin-bottom:var(--spacing-4)}.order .content .list .category{grid-gap:var(--spacing-3);padding-bottom:var(--spacing-3);border-bottom:solid var(--yellow) 1px;grid-template-columns:auto auto auto;display:grid}.order .content .list .category:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.order .content .list .category .item{padding:var(--spacing-4);border-radius:var(--border-radius);flex-direction:row;justify-content:center;align-items:center;display:inline-flex}.order .content .list .category .item img{aspect-ratio:1;width:2rem;margin-right:var(--spacing-3)}.order .content .list .category .item p{font-weight:700}@media only screen and (width<=600px){.order .content .list .category{grid-template-columns:auto auto}}@media only screen and (width<=430px){.order .content .list .category{grid-template-columns:auto}}.large-text .alinea{text-align:justify;margin-bottom:var(--spacing)}.large-text .alinea p,.large-text .alinea ul,.large-text .alinea ul li{margin-bottom:var(--spacing-2)}.large-text .alinea ul li:last-of-type{margin-bottom:0}.large-text .alinea address{margin-bottom:var(--spacing-2)}.large-text .alinea address:last-of-type,.large-text .alinea:last-of-type{margin-bottom:0}
