* {
    --color-pink: #993366;
    --color-blau: #333399;
}

h2 {
    color: var(--color-pink);
    font-size: 2.5rem;
    /* font-weight: bold; */
}

.artikel-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: var(--color-blau);
}

.center {
    text-align: center;
}




.infoline {
    color: var(--color-pink);
}

/* Head Table */

.speisen-head {
    width: 100%;
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 1rem;
}

.speisen-head td:first-child {
    width: 70%;
    vertical-align: bottom;
}


.speisen-head td:last-child {
    text-align: right;
}

.speisen-head img {
    width: 80%;
}


/* Body Table */

.speisen-body {
    width: 98%;
    margin: auto;
    line-height: 1.2em;
}

.speisen-body td {
    vertical-align: top;
    padding-bottom: .6em;
}

.speisen-body td:first-child {
    width: 7%;
}

.speisen-body td:last-child {
    text-align: right;
    white-space: nowrap;
}

.no-wrap {
    white-space: nowrap;
}

/* Allergie Tabelle */
.allergie {
    color: black;
    font-size: .7rem;
    width: 80%;
    margin: 10vh auto;
}
.allergie td {
    border: 1px solid black;
}


@media (max-width: 480px) {
    h2 {
        font-size: 2rem;
        font-weight: bold;
    }
    .artikel-font {
        font-size: 1rem;
        font-weight: bold;
    }
    .speisen-body td {
        padding-bottom: .3em;
    }
}
