/* DOMAIN: ilmomento.lu */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('animation-keyframes.css');
@import url('scroll.css');
@import url('modal.css');
@import url('bg-type.css');
/* content */
@import url('box-contact.css');
@import url('box-anchor.css');
@import url('box-allergene.css');
@import url('box-supplements.css');

@import url('form.css');

/* structure */
@import url('footer.css');

:root {
    --golden: #cead7a;
    --white: #fff;
    --bgcolor: #231f20;
    --black: #000;
    --light-grey: #999;
    --font-fallback: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-inuse: "Noto Serif", serif;
}


html { scroll-behavior: smooth;} 
body {
    background-color:#23190f;
    color: var(--white);
    font-size: 18px;
    line-height: 1.3em;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth"100;
    overflow-x: hidden; 
}

textarea {
    font-size: 14px;
}

h1,
h2,
h3 {
    color: var(--golden);
    font-weight: 300;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.2em;
}

h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0;
}

hr {
    max-width: 50%;
    margin: 2em auto;
    opacity: 0.5;
}

strong {
    font-weight: 500;
}

a,
a:active,
a:focus {
    color: var(--golden);
    text-decoration: none;
}

a:hover {
    color: #cead7a;
    text-decoration: none;
}

img.pull-left {
    margin: 2px 15px 15px 0;
}

img.pull-right {
    margin: 2px 0 15px 15px;
}

/* ICON */
.fa-instagram {
    font-size: 3em;
    color:white;

}
/* ANIMATION */ 

.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    animation-play-state: paused;
  }
  
  .animated {
    visibility: visible;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-play-state: running;
}

/* This is just to transition when you change the viewport size. */
* {
    transition: all 0.5s ease-out;
  }


/* NAVIGATION */
.navbar-default {
    display: none;
    background: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    min-height: 0;
}

.navbar-default .navbar-nav>li>a {
    color: var(--light-grey);
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: var(--light-grey);
}


.content  .container {
padding-top:0; 
}
.content  .container > .row {
   margin:0 !important; 
    }
.order {
  /* position: sticky;
    top: 0;*/

    display: block;
    z-index: 20;
    margin:0 !important;

}
#fb-close-button{
    left: calc(50% + 1px) !important;
}

.order-btns																						{ text-align:center; }
.order-btns span																				{ border-radius:1em; color:#FFF;  margin:1em;  text-transform:uppercase; }
.order-btns span.ord-btn																		{ background:#9b7f59; }
.order-btns span.rsv-btn																		{ background:#999; }
/* CONTENT */
.content .row {
    margin: 3em 0;
}

.content .textblock {
    text-align: center;
}

.content .textblock img {
    max-width: 100%;
}

.content .gmap {
    height: 400px;
}

.content .textblock.logo img {
    max-width: 500px;
    width: 75%;
}


/* DISH CONTENT  --  carte_container == jquery class added */
.carte_container {
    -moz-column-gap: 50px;
    -moz-column-rule: 1px solid var(--white);
    -moz-columns: 2 300px;
    column-gap: 50px;
    column-rule: 1px solid var(--white);
    columns: 2 300px;
    /* background: var(--white) url("/_res/forks-big.png")  no-repeat scroll bottom left  */
    ;
    background-position: 50% -260px;
    padding: 25px;

}

.dish h1 {
    border-bottom: 2px solid var(--golden);
    padding-bottom: 10px;
}

.carte_container p::before,
.sub:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(255,255,255,0.5);
    transform: scale(0.1, 1);
}

.carte_container p:hover::before,
.sub:hover::before  {
    opacity: 1; 
    transform: scale(1, 1); 
}

.carte_container p:after ,
.sub:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
   /* background-color: rgba(255,255,255,0.1); */
  }
  .carte_container p:hover::after,
  .sub:hover::after {
    opacity: 0; 
    transform: scale(0.1, 1);
  }
    
.allergene .text p,
.carte_container p {
    line-height: 1.2em;
    font-size: 1.1em;
    padding: 10px 60px 10px 0;
    page-break-inside: avoid;
    position: relative;
    text-align: left;
}

.carte_container p em {
    color: var(--white);
    font-size: 0.7em;
}

.price {
    position: absolute;
    right: 0;
    top: 10px;
    color: var(--golden)
}
.sub-cat .vegan,                                                     
.carte_container .vegan {
  /*  position: absolute;
    right: -29px;
    top: 0; */
    background-image: url(../_res/vegan.png);
    display: block;
    width: 50%;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 25px;
    height: 30px;
    object-fit: contain;
    
}
.sub-cat .vege,
.carte_container .vege {
  /*  position: absolute;
    right: -29px;
    top: 0; */
    background-image: url(../_res/vege.png);
    display: block;
    width: 50%;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 25px;
    height: 30px;
    object-fit: contain;
  
}
 .vegan strong,
 .vege strong {
    margin-left:30px;
    font-size: 0.8em;
    color:#ffed00; /* ffed00 */
}



/* *******   sub categories ******* */
.container {
    -moz-column-gap: 50px;
    -moz-column-rule: 1px solid var(--white);
    -moz-columns: 2 300px;
    background-position: 50% -260px;
    padding: 25px;
}
h2.dishSubCategories {
    padding-left: 15%;
    max-width: 600px;
    position: relative;
    padding: 10px 0 10px 100px;
    text-align: left;
}

h2.dishSubCategories::before {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background: var(--white);
    left: 0;
    top: 50%;
    position: absolute;
}
.sub-cat .sub {
    text-align: left;
    margin-left: 10vw;
    padding: 10px 60px 10px 0;
    page-break-inside: avoid;
    position: relative;
    text-align: left;
    line-height: 1.2em;
    font-size: 1.1em;
}

.sub-cat .sub em {
    font-size: 0.7em;
}

.sub-cat .sub .price {
    right: 5vw;
}




@media (max-width: 767px) {
    header {
        display: none;
    }

    nav {
        display: none;
    }

    .container {
        padding: 10px 10px;
      }
      
    .content .row {
        margin:1em 0;
    }

    .navbar-brand {
        padding: 8px 15px;
    }

    .navbar-brand .logo {
        float: left;
        margin-right: 10px;
    }

    .navbar-brand span {
        font-size: 16px;
        line-height: 32px;
    }

    .btnScrollToTop {
        display: none !important;
        right: 5%;
        bottom: 5%;
    }
    .mc_table th,
    .mc_table td  {
        font-size:0.8em;
    }
    h1 {
        font-size: 1.1em;
    }
    .carte_container {
        padding:0;
    }
    .carte_container p {
        font-size: 1.0em;
    
    }
    h2.dishSubCategories {
        padding: 10px 0 10px 50px;
        text-align: left;
        font-size: 1.3em;
    }

    h2.dishSubCategories::before {
        width: 30px;
    }

    .sub-cat .sub {
        margin-left: 0
    }
    .sub-cat .sub .price {
        right: 0;
    }
    .dish-anchor a {
        padding: 5px 0;
        text-decoration: none;
        font-size: 0.8em;
 
    }
    .dish-anchor ul {
        display: block;
        padding:0;
        border-bottom:1px dotted var(--golden)
    }
    .sub-cat .sub {
        font-size:1em;

    }
    .dish-anchor ul li {
        width: auto;
        font-size: 1.1em;
    }

    .dish-anchor ul li::before,
    .dish-anchor ul li::after {
        content: "";
        color: var(--golden);
        margin: 0;
    }

    .dish-anchor h1 {
        margin-top: 0
    }

    .allergene,
    blockquote{
     padding:0;
    }
}


@media (min-width: 768px) {
    header {
        display: none;
    }

    .navbar-brand {
        display: none;
    }

}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}