
                        
            img.logo { width: 25%; }

            @media screen {
            #header * {  }
            #dm-container, #dm-container li, #footer {  }
            #dm-container li, #dm-container p  {  }
            h1, h2, h3, h4, h5 {  }
            }

            #dm-container li, #dm-container p  {  }
            h1, h2, h3, h4, h5 {  }

            li.dietary_restriction {  }
            li.custom_tag { display: none; }
            div.allergens {  }

            @font-face {
    font-family: Noto Sans;
    src:  url(https://fonts.gstatic.com/s/notosans/v35/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9a6VLYyWtZ3rI.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Noto Sans;
    src:  url(https://fonts.gstatic.com/s/notosans/v35/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Noto Sans;
    src:    src: url(https://fonts.gstatic.com/s/notosans/v35/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Noto Serif;
    src: url(https://fonts.gstatic.com/s/notoserif/v23/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D33WsNFH.woff2) format('woff2'),

url('https://www.chezfabian.ch/NotoSerif/NotoSerif-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}


/******************** ICONS ********************/

.custom_tag[data-value="glutenfrei"],.custom_tag[data-value="Glutenfrei"]  {
width: 25px;
height: 25px;
background-image: url(https://buendnerland-luzern.ch/wp-content/uploads/2024/01/icon-glutenfrei.svg);
background-size: 25px;
background-repeat: no-repeat;
display: inline-block;
}

[data-value="Vegan"] {
width: 25px;
height: 25px;
background-image: url(https://buendnerland-luzern.ch/wp-content/uploads/2024/01/icon-vegan.svg);
background-size: 25px;
background-repeat: no-repeat;
}

[data-value="Vegetarisch"] {
width: 25px;
height: 25px;
background-image: url(https://buendnerland-luzern.ch/wp-content/uploads/2024/01/icon-vegetarisch-1.svg);
background-size: 25px;
background-repeat: no-repeat;
}

/******************** HEADER ********************/

#header p.lead{
    display: none;
}
#header .p-3{
     margin-bottom: -1rem;
}

span.badge.badge-dark {
display: none;
}

/******************** LEGEND ********************/

/****  #section_7784 ul  li:last-child strong{
    display: none;
} ***/
.legend-wrapper{
    display: flex;
    flex-direction: row;
}
.legend-icon {
    margin-right: 7px;
    font-size: 14px;
}
.legend-icon.vegetarisch:after,
.legend-icon.vegan:after,
.legend-icon.glutenfrei:after{
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
}
@media screen and (min-width:720px) {
.legend-icon.vegetarisch:after,
.legend-icon.vegan:after,
.legend-icon.glutenfrei:after{
    content: "";
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.legend-icon {
    font-size: 1 rem;
}
}
.legend-icon.vegetarisch:after {
    background-image: url(https://www.chezfabian.ch/wp-content/uploads/2023/06/icon-vegetarisch-1.svg);
}
.legend-icon.vegan:after {
    background-image: url(https://www.chezfabian.ch/wp-content/uploads/2023/06/icon-vegan.svg);
}
.legend-icon.glutenfrei:after {
background-image: url(https://www.chezfabian.ch/wp-content/uploads/2023/06/icon-glutenfrei.svg);
}
/******************** TYPOGRAPHY ********************/

h1 {
font-size: 40px;
font-weight: bold;
text-transform: uppercase;
font-style: normal;
font-family:'Noto Serif' !important;
}

h1,h2,h3,h4{
font-family: Noto Serif, serif;
font-weight: 700;
}
body {
font-family: Noto Sans, serif;
font-weight: 400;
}

h1, h4,strong {
text-stroke-width: 0.6px !important;
}
strong {
font-family: Noto Serif;
font-weight: 600;
}

h4.section-title {
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
}

.list-group-item .col-print-9,
.list-group-item .col-print-6,
li.list-group-item em  {
    font-weight: 300;
}
.col-sm-6.col-print-6  .col-4.col-print-4.text-right,
.col-4.col-print-4.text-right {
font-weight: 600 !important; 
}
.bi.bi-plus:before {
font-weight: bold!important;}
        