/* Custom AmaGo CSS */
@font-face {
    font-family: 'rounded_eleganceregular';
    src: url('https://www.wilma-wunder.de/theme/fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.eot');
    src: url('https://www.wilma-wunder.de/theme/fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.wilma-wunder.de/theme/fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.woff2') format('woff2'),
    url('https://www.wilma-wunder.de/theme/fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.woff') format('woff'),
    url('https://www.wilma-wunder.de/theme/fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.ttf') format('truetype'),
    url('https://www.wilma-wunder.de/theme/fonts/Rounded-Elegance-Regular/rounded_elegance-webfont.svg#rounded_eleganceregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: rounded_eleganceregular, sans-serif;
    color: #263643;
    background: url("https://www.wilma-wunder.de/theme/images/bg.jpg");
    font-size: 16px;
}

.articleitem_price,
.basket_total, .basket_discount, .basket_mwst {
    font-family: rounded_eleganceregular, sans-serif;
    font-size: 16px;
}

.mainscreen_articlebar {
    background-color: #263643;
    border-top: none;
    border-bottom: none;
}

.mainnav_scroll ul li.active a {
    border-bottom-color: #762e4b;
}

.header,
.scrolling-arrow-right,
.scrolling-arrow-left {
    background: none;
}

.mainnav_scroll ul li a,
h1, h2, h3, h4, h5, h6,
.mainnav_scroll ul li.active a{
    color: #762e4b;
    font-family: rounded_eleganceregular, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.articleitem_name {
    font-family: rounded_eleganceregular, sans-serif;
    color: #762e4b;
    text-transform: uppercase;
    font-size: 18px;
}

.articleitem_name .small, .articleitem_name small {
    text-transform: none;
    font-size: 90%;
}

.articleitem_allergen,
.maincolor_foreground,
i.fas.fa-plus-circle {
    color: #762e4b;
}

.maincolor_button.disabled, .maincolor_button:disabled {
    background-color: #a49292 !important;
}

.maincolor_button {
    background-color: #762e4b !important;
}

.maincolor_button:hover {
    background-color: #2ea652 !important;
}

a:hover,
.maincolor_foreground:hover {
    color: #2ea652 !important;
}

a:visited {
    color: #7897a8;
}

.modal-content {
    background: url("https://www.wilma-wunder.de/theme/images/bg.jpg");
}