
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&amp;display=swap');
.data-handler-container {
    font-family: 'Noto Sans' !important;
    font-weight: lighter;
    margin: 0px !important;
    padding: 0 !important;
    min-width: 100vw !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh !important;
    height: 100ch !important;
    max-height: 100vh !important;
    overflow: hidden !important;
    transform-origin: top left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0D4538 !important;
    text-align: center;
    font-weight: lighter;
    background-color: #C3E6A7 !important;
         position: relative; 
}

.data-handler-container .main {    
    max-height: 93vh;
}

.data-handler-container .bottom-holder {
    max-height: 9vh;
    height: 9vh;
    position: absolute;
   bottom: 80px;
    width:100%;
    padding-left:10px;
}
.data-handler-container a, .data-handler-container a:hover, .data-handler-container a:active {
    color: #0D4538 !important;
}
.data-handler-container .responsive-holder{
    max-height:72vh;
    height:72vh;    
    overflow-y:auto;
    width:100%;
    text-align:left;
    z-index:0;
}
.data-handler-container .meny {
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
    height:100vh;
}
.data-handler-container .overskrift {
    text-align: center;         
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size:2em;
}
.data-handler-container .meny-linje {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1em;
}
.data-handler-container .beskrivelse {
    max-width: 90%;
}
.data-handler-container .rett::before {
    content: "\2022";
    margin-right: 0.3em;
    margin-left:0!important;
    font-size: 1.5em;
    color: black;     
}
.data-handler-container .rett {
    font-size: 1em;
    font-weight: normal;    
    line-height:1!important;
    padding-left: 1.5em;   /* innrykk for hele linjen */
   text-indent: -1.0em;   /* flytt første linje tilbake så bullet vises i venstre kant */
}
.data-handler-container .allergen {
    font-style: italic;
    font-size:0.8em;
    margin:0.5em 0 0 0;    
    text-align:left;
    padding-left:0.8em;
}
.data-handler-container .pris {
    font-size: 1em;
    font-weight: normal;
    min-width: 3em;
    text-align: right;
    margin-right:1em;
}
.data-handler-container .bottom {
    width: 100%;
    max-height: 100vh;
    height: 100vh;
}
.data-handler-container .bottom table {
    width: 100%;
    border-collapse:collapse;
    height: 90px;
}
.data-handler-container .bottom table tr td:nth-child(1){
    text-align:left;        
    padding:0;    
    position: relative;
}
.data-handler-container .bottom table tr td  a{
    padding-left:5px;
}

.data-handler-container .bottom table tr td:nth-child(2)  {        
    width: 70px;
    height: 70px;
    background-image: url('/WidgetImages/777/logo/logo.png?p=2');
    background-repeat: no-repeat;    
    background-size: contain;
    background-position: right top; 
    text-align: left;          
}
.data-handler-container .bottom .home-image {
    width: 50px;
    height: 50px;
    background-image: url('/WidgetImages/777/logo/home.png?p=3');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
}
/*CSS Size*/
@media screen and (min-width: 300px) and (max-width: 749px) {    
    .data-handler-container .overskrift {margin-bottom: 0em;margin-top: 0em;}
    .data-handler-container .rett {}
    .data-handler-container .allergen {font-style: italic;margin: -1em 0 0 0;padding-left: 1.5em;}
    .data-handler-container .pris {}
    .data-handler-container .responsive-holder {max-height: calc(100vh - 30vh);height:calc(100vh - 30vh);margin-left: auto;margin-right: auto;}    
}

@media screen and (min-width: 750px) and (max-width: 1079px) {    
    .data-handler-container .overskrift {margin-bottom: 0em;margin-top: 0em;}
    .data-handler-container .rett {}
    .data-handler-container .allergen {font-style: italic;margin: -1em 0 0 0;padding-left: 1.5em;}
    .data-handler-container .pris {}
    .data-handler-container .responsive-holder {max-height: calc(100vh - 27vh);height: calc(100vh - 27vh);margin-left: auto;margin-right: auto;}    
}
@media screen and (min-width: 750px) and (max-width: 1079px)  and (max-height:380px){    
    .data-handler-container .overskrift {margin-bottom: 0em;margin-top: 0em;}
    .data-handler-container .rett {}
    .data-handler-container .allergen {font-style: italic;margin: -1em 0 0 0;padding-left: 1.5em;}
    .data-handler-container .pris {}
    .data-handler-container .responsive-holder {max-height: calc(100vh - 57vh);height: calc(100vh - 57vh);margin-left: auto;margin-right: auto;}    
}
@media screen and (min-width: 1080px) and (max-width: 1919px) {    
    .data-handler-container .overskrift {font-size: 48px;margin-bottom: 0em;margin-top: 0em;}
    .data-handler-container .rett {font-size: 28px;}
    .data-handler-container .allergen {font-size: 18px;margin:-0.5em 0 0 0;padding-left: 2em;}
    .data-handler-container .pris {font-size: 2em;}
    .data-handler-container .responsive-holder {max-height: calc(100vh - 20vh);height: calc(100vh - 20vh);max-width: 80%;margin-left: auto;margin-right: auto;}
    .data-handler-container .bottom-holder {        
        bottom: 0px;     
    }
}
@media screen and (min-width: 1920px) and (max-width: 3839px) {    
    .data-handler-container .overskrift {font-size: 68px;}
    .data-handler-container .rett {font-size: 34px;}
    .data-handler-container .allergen {font-size: 24px;margin: -0.5em 0 0 0;padding-left: 2em;}
    .data-handler-container .pris {font-size: 2em;margin-right:160px;}
    .data-handler-container .responsive-holder {max-height: calc(100vh - 32vh);height:calc(100vh - 32vh);max-width: 80%;margin-left: auto;margin-right: auto;}
    .data-handler-container .bottom-holder {
        bottom: 0px;
    }
}
@media screen and (min-width: 3840px) {    
    .data-handler-container .overskrift {font-size: 128px;}
    .data-handler-container .rett {font-size: 58px;}
    .data-handler-container .allergen {font-size: 32px;margin: -0.2em 0 0 0;padding-left: 2.5em;}
    .data-handler-container .pris {font-size: 3em;}
    .data-handler-container .responsive-holder {max-height: calc(100vh - 30vh);height: calc(100vh - 30vh);max-width: 80%;margin-left: auto;margin-right: auto;}
    .data-handler-container .bottom-holder {
        bottom: 0px;
    }
}
/*@media screen and (max-width: 1920px) {
    .data-handler-container .bottom-holder {
        bottom: 0px;
    }
}*/
@media (min-width: 1280px) and (max-width: 8024px) {
    .data-handler-container .bottom-holder {
        bottom: 10px;
    }

    .data-handler-container .bottom .home-image {
        width: 70px;
        height: 70px;
    }

    .data-handler-container .bottom table tr td:nth-child(2) {
        width: 90px;
        height: 90px;
    }


}
@media (min-width: 1080px) and (max-width: 1920px) and (orientation:portrait) {
    .data-handler-container .overskrift {
        margin-top: 4vh;
        margin-bottom: 6vh;
    }

    .data-handler-container .bottom-holder {
        bottom: 0px;
        max-height: 5vh;
        height: 5vh;
    }

    .data-handler-container .bottom .home-image {
        width: 70px;
        height: 70px;
    }

    .data-handler-container .bottom table tr td:nth-child(2) {
        width: 90px;
        height: 90px;
    }

    .data-handler-container .grdContainer .grdContainerItem .sub-grid .sub-grid-item h1 {
        font-size: 2.5vw !important;
    }

    .data-handler-container .grdContainer .grdContainerItem .price-item {
        font-size: 2.5vw !important;
    }
}