
                        
            img.logo { width: 25%; }

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

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

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

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

        