
                        @font-face {font-family: 'Archivo Narrow'; src: url('/dm-fonts/ArchivoNarrow-VariableFont_wght.ttf') format('truetype'); font-weight: bold;}

            img.logo { width: 20%; }

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

            #dm-container li, #dm-container p  {  }
            h1, h2, h3, h4, h5 { font-family: 'Archivo Narrow', sans-serif; font-weight: bold; }

            li.dietary_restriction {  }
            li.custom_tag {  }
            div.allergens {  }

            /* ______ICONS ________*/
[data-value="Glutenfrei"] {
width: 25px;
height: 25px;
background-image: url(
https://assets.foratable.com/ClientAssets/8588-centurion/glutenfrei-icon-ignis.png);
background-size: 25px;
background-repeat: no-repeat;
}

[data-value="Laktosefrei"] {
width: 25px;
height: 25px;
background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/laktosenfrei-icon-ignis.png);
background-size: 25px;
background-repeat: no-repeat;
}

[data-value="Vegetarisch"] {
width: 25px;
height: 25px;
background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/vegetarisch-icon-ignis.png);
background-size: 25px;
background-repeat: no-repeat;
}

[data-value="Vegan"] {
width: 25px;
height: 25px;
background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/vegan-icon-ignis.png);
background-size: 25px;
background-repeat: no-repeat;
}

span.badge.badge-dark {
display: none;
}

/* ______LEGENDE______*/
.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,
.legend-icon.laktosefrei: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,
.legend-icon.laktosefrei:after{
    content: "";
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.legend-icon {
    font-size: 1 rem;
}
}

.legend-icon.glutenfrei:after {
    background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/glutenfrei-icon-ignis.png);
}

.legend-icon.vegetarisch:after {
    background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/vegetarisch-icon-ignis.png);
}

.legend-icon.vegan:after {
    background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/vegan-icon-ignis.png);
}

.legend-icon.laktosefrei:after {
    background-image: url(https://assets.foratable.com/ClientAssets/8588-centurion/laktosenfrei-icon-ignis.png);
}


        