/* Hide Logout button */
nav.k-panel-menu menu.k-panel-menu-buttons + menu.k-panel-menu-buttons .k-button:last-child {
    display: none;
}

/* Hide Git pull button */
div.k-git-content-view section.k-section div.k-button-group button:first-child {
    display: none;
}




.k-input[data-disabled="true"] {
    background: #e8e8e8;
}
section.k-section-name-faqs .k-item[data-layout="list"] {
    --item-height: auto
}
section.k-section-name-faqs .k-item[data-layout="list"] div.k-item-options {
    --item-height: var(--field-input-height);
    --item-button-height: var(--item-height);
    --item-button-width: auto;
}
section.k-section-name-faqs .k-item-info {
    text-align: right;
}



section.k-section-name-incredients .k-item[data-layout="list"],
section.k-section-name-products .k-item[data-layout="list"] {
    --item-height: auto;
    align-items: flex-start;
}
section.k-section-name-incredients .k-item[data-layout="list"] div.k-item-options,
section.k-section-name-products .k-item[data-layout="list"] div.k-item-options,
section.k-section-name-faqs .k-item[data-layout="list"] div.k-item-options {
    display: none;
}
section.k-section-name-products .k-item[data-layout="list"] div.ingredientslist {
    padding: 10px 0 0 52px;
    color: var(--color-text-dimmed);
    font-size: 12px;
}








span.previewarea {
    font-size: 12px;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    width: 40px;
    display: inline-block;
    color: #2980B9;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 8px;
}
span.previewarea.BF {
    color: #229954;
    background-color: #D4EFDF;
    border: 1px solid #afe1c3;
}
span.previewarea.NW {
    color: #884EA0;
    background-color: #F5EEF8;
    border: 1px solid #e0cae9;
}
span.previewarea.SR {
    color: #916400;
    background-color: #FFFCF0;
    border: 1px solid #FBD173;
}




span.previewtag {
    font-size: 12px;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    width: 40px;
    display: inline-block;
    color: #2980B9;
    background-color: #D4E6F1;
    border: 1px solid #aed0e4;
    margin-right: 8px;
}

span.previewtag.BF {
    color: #229954;
    background-color: #D4EFDF;
    border: 1px solid #afe1c3;
}

span.previewtag.NW {
    color: #884EA0;
    background-color: #F5EEF8;
    border: 1px solid #e0cae9;
}

span.previewtag.SR {
    color: #916400;
    background-color: #FFFCF0;
    border: 1px solid #FBD173;
}
span.previewtag.glossar {
    width: 100px;
    color: #229954;
    background-color: #D4EFDF;
    border: 1px solid #afe1c3;
}
span.previewtag.kosmetikabc {
    width: 100px;
    color: #884EA0;
    background-color: #F5EEF8;
    border: 1px solid #e0cae9;
}
span.previewtag.sonnenabc {
    width: 100px;
    color: #916400;
    background-color: #FFFCF0;
    border: 1px solid #FBD173;
}
span.previewtag.intern {
    width: 100px;
}
/*
color: #c12f2d;
background-color: #f774726b;
border: 1px solid #f77472;
*/

span.previewtargetgroup {
    color: #ffc75c;
    font-size: 12px;
}


div.previewproducts {
    padding: 0 0 0 48px;
    font-size: 12px;
    color: #2980B9;
}
div.previewproducts span {
    padding-top: 5px;
    display: block;
}
div.previewtags {
    padding: 0 0 0 48px;
    font-size: 12px;
    color: grey;
}
div.previewtags span {
    display: inline-block;
    padding-top: 5px;
}

div.previewclients {
    text-align: right;
}
div.previewclients span {
    display: block;
    padding: 2px 0;
}



span.previewlanguage {
    font-size: 12px;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    width: 32px;
    display: inline-block;
    color: #fb923c;
    background-color: #ffedd5;
    border: 1px solid #fb923c;
    margin-left: 6px;
}
span.previewlanguage.fr {
    color: #0284c7;
    background-color:#e0f2fe;
    border: 1px solid#0284c7;
}
span.previewlanguage.nl {
    color: #ef4484;
    background-color: #dd62e83b;
    border: 1px solid#ef4484;
}
span.previewlanguage.it {
    color: #16a34a;
    background-color: #dcfce7;
    border: 1px solid#16a34a;
}
span.previewlanguage.en {
    color: #7c3aed;
    background-color: #ede9fe;
    border: 1px solid#7c3aed;
}

