/* Custom AmaGo CSS */
/* Background color of site */
section#content {
    background: #1a1714;
}

/* Footer color */
div.hide-on-mobile {
    background: #1a1714;
}

/* Menu color */
div#myHeader.sticky.row.header.amadeusgo-layout-nav,
div#myHeader.row.header.sticky {
    border-top-left-radius: 5px;
    /* Abgerundete Ecke oben links */
    border-top-right-radius: 5px;
    /* Abgerundete Ecke oben rechts */
    border-bottom-left-radius: 5px;
    /* Keine abgerundete Ecke unten links */
    border-bottom-right-radius: 5px;
    /* Keine abgerundete Ecke unten rechts */

}


/* Remove things */
button#dropdownMenu2.btn.btn-light.dropdown-toggle,
i.fa.fa-chevron-right.maincolor_foreground,
div#scrolling_wrapper_right.scrolling-arrow-right {
    display: none;

}

/* MEC Overview color and margin, example: Vorspeisen/Suppen, etc. */
div.meccode-name.articleitem_name {
    position: absolute;
    margin-bottom: -185px;
    color: white;

}

/* Articel prices */
div.col-8.articleitem_price.float-left.text-left {
    color: #6c6c6c;
}

a {
    color: black;
}

/* complete right side colors (under logo) */
h3,
i,
span.pointer,
i#subBtn.fas.fa-minus.mr-2.change-amount,
span[id^="amount-show_"], /* Amount in warenkorb */
i#addBtn.fas.fa-plus.ml-2.change-amount,
td.articleitem_name,
td.articleitem_price,
i.fa.fa-pencil-alt,
td.basket_total,
span.text-nowrap,
label
{
    color: white;

}

.meccode-image,
a.open-meccode {
    background: #403831;
    position: relative;
    overflow: hidden;
    max-width: 92%;
    max-height: 92%;
}

.meccode-image img {
    position: absolute;
    top: 0;
    width: 1000px;
    height: 1000px;
    max-width: 92%;
    max-height: 92%;
    object-fit: contain;
}

/* ARTIKEL AUSWAHL */

/* ARTIKEL NAME UND PREIS */
h3.modal_articleitem_name,
h3.modal_articleitem_price {
    color: black;
}

/* PLUS und MINUS */
i.fas.fa-plus.change-amount,
i.fas.fa-minus.change-amount {
color: black;
}



/*i.fas.fa-times - Close Button*/
i.fas.fa-times {
    color: black;
}


/* Button colors */
button.btn.btn-success.loadbtn.addToBasketButton,
button#mainscreen_btn1.btn.maincolor_button.d-none.d-sm-table-cell,
button#submitCustomerdataButton.btn.maincolor_button,
button.btn.maincolor_button {
    background: #f1ce4e;
    color: black;
}


/* LEIDER HABEN WIR GESCHLOSSEN */
div.articleitem_name,
b,
th,
td[id^="opened"],
i,
td {
    color: white;
}