@charset "utf-8";

main h1 {
    color: rgba(255, 255, 255, 1.00);
    font-size: 15em;
    line-height: 1em;
    font-style: normal;
    font-weight: normal;
    border-bottom: rgba(200, 200, 200, 1) 1px solid;
    margin-bottom: .2em;
    padding-bottom: .05em;
}

main p {
    color: rgba(255, 255, 255, 1.00);
    font-size: 4em;
    font-weight: normal;
    margin-top: 1.5em;
}

.speisekarte-content {
    background-color: rgba(0, 0, 0, .5);
    background-image: url("../img/Gerichte/13.jpg");
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: fixed;
    padding: 15em 5em 5em;
    transition-duration: .2s;
    transition-timing-function: ease;
}

table {
    color: rgba(255, 255, 255, 1.00);
    width: 100%;
}

caption {
    font-size: 7.5em;
    font-family: Alexa Std Regular;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    margin: .75em 0em;
}

.margin-0 {
    margin-top: 0em;
}

td {
    padding-bottom: .5em;
    font-size: 4em;
}

th {
    text-align: left;
    width: 100%;
    font-size: 4.5em;
    padding: 1em 0em;
}

.padding-0-top {
    padding-top: 0em;
}

.left-speisen {
    width: 7.5%;
    vertical-align: top;
}

.center-speisen {
    width: 72.5%;
}

.right-speisen {
    width: 20%;
    vertical-align: top;
    text-align: right;
}

.left-getraenke {
    width: 60%;
}

.center-getraenke {
    width: 20%;
    vertical-align: top;
    text-align: right;
}

.right-getraenke {
    width: 20%;
    vertical-align: top;
    text-align: right;
}

.left-getraenke2 {
    width: 50%;
}

.center-getraenke2 {
    width: 10%;
    vertical-align: top;
    text-align: right;
}

.center2-getraenke2 {
    width: 20%;
    vertical-align: top;
    text-align: right;
}

.right-getraenke2 {
    width: 20%;
    vertical-align: top;
    text-align: right;
}

.left-dessert {
    width: 47.5%;
    vertical-align: top;
}

.center-dessert {
    width: 32.5%;
    vertical-align: top;
}

.right-dessert {
    width: 20%;
    vertical-align: top;
    text-align: right;
}

.left-zusatz {
    width: 7.5%;
}

.right-zusatz {
    width: 92.5%;
}

sup {
    position: absolute;
    font-size: .5em;
}

.description {
    vertical-align: top;
    font-size: 2.75em;
}

.speisekarte-content {
    background-image: url("../img/Gerichte/2.jpg")
}

/* Tablet */

@media (min-width: 1024px) {

    main h1 {
        font-size: 7.5em;
    }

    main p {
        font-size: 2em;
    }

    .speisekarte-content {
        padding: 10em 4em 5em;
    }

    caption {
        font-size: 3.75em;
    }

    td {
        font-size: 2em;
    }

    th {
        font-size: 2.25em;
    }

    .left-speisen {
        width: 5%;
    }

    .center-speisen {
        width: 80%;
    }

    .right-speisen {
        width: 15%;
    }

    .left-getraenke {
        width: 70%;
    }

    .center-getraenke {
        width: 15%;
    }

    .right-getraenke {
        width: 15%;
    }

    .left-getraenke2 {
        width: 60%;
    }

    .center-getraenke2 {
        width: 10%;
    }

    .center2-getraenke2 {
        width: 15%;
    }

    .right-getraenke2 {
        width: 15%;
    }

    .left-dessert {
        width: 55%;
    }

    .center-dessert {
        width: 30%;
    }

    .right-dessert {
        width: 15%;
    }

    .left-zusatz {
        width: 5%;
    }

    .right-zusatz {
        width: 95%;
    }

    .description {
        font-size: 1.25em;
    }
}

/* Desktop */

@media (min-width: 1366px) {

    main h1 {
        font-size: 5em;
    }

    main p {
        font-size: 1em;
    }

    .speisekarte-content {
        padding: 6em 3em 2.5em;
    }

    caption {
        font-size: 3em;
    }

    td {
        font-size: 1em;
    }

    th {
        font-size: 1.5em;
    }

    .left-speisen {
        width: 2.5%;
    }

    .center-speisen {
        width: 82.5%;
    }

    .left-dessert {
        width: 30%;
    }

    .center-dessert {
        width: 50%;
    }

    .left-zusatz {
        width: 2.5%;
    }

    .right-zusatz {
        width: 97.5%;
    }

    .description {
        font-size: .75em;
    }
}