@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 h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 5em;
    color: rgba(255, 255, 255, 1.00);
    transition-duration: .2s;
    transition-timing-function: ease;
    opacity: 1;
}

main p {
    color: rgba(255, 255, 255, 1.00);
    font-size: 4em;
    font-weight: normal;
}

.grillabend-header {
    background-color: rgba(0, 0, 0, .5);
    background-image: url("../img/Grillabend.jpg");
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover;
    padding: 15em 5em 0em;
    border-bottom: rgba(200, 200, 200, 1.00) 2px solid;
}

.grillabend-description {
    padding-bottom: 1em;
    border-bottom: rgba(200, 200, 200, 1) 1px solid;
}

table {
    margin: 1em 0em;
    color: rgba(255, 255, 255, 1.00);
    font-size: 4em;
    width: 100%;
}

caption {
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 1em;
}

th {
    border-bottom: rgba(150, 150, 150, 1.00) 1px solid;
}

.right {
    text-align: right;
}

.grillabend-content {
    text-align: center;
}

.fleischsorten {
    background-color: rgba(0, 0, 0, 0.50);
    background-image: url("../img/Buffet.jpeg");
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: fixed;
    border-bottom: rgba(200, 200, 200, 1.00) 2px solid;
    padding: 15em 5em;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.fleischsorten:hover {
    background-color: rgba(0, 0, 0, 0.00);
    user-select: none;
}

.fleischsorten:hover h2 {
    opacity: 0;
}

.beilagen {
    background-color: rgba(0, 0, 0, 0.50);
    background-image: url("../img/Beilagen.jpg");
    background-position: center -25em;
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: inherit;
    border-bottom: rgba(200, 200, 200, 1.00) 2px solid;
    padding: 25em 5em;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.beilagen:hover {
    background-color: rgba(0, 0, 0, 0.00);
    user-select: none;
}

.beilagen:hover h2 {
    opacity: 0;
}

/* Tablet */

@media (min-width: 1024px) {

    main h1 {
        font-size: 7.5em;
    }

    main h2 {
        font-size: 2.5em;
    }

    main p {
        font-size: 2em;
    }

    .grillabend-header {
        padding: 10em 4em 0em;
    }

    .grillabend-description {
        padding-bottom: 1em;
    }

    .fleischsorten {
        height: 40em;
        padding: 0 4em;
        background-attachment: inherit;
        display: flex;
        justify-content: center;
        width: 50%;
        align-items: center;
        border-right: rgba(200, 200, 200, 1.00) 1px solid;
        float: left;
    }

    .beilagen {
        background-position: center -7.5em;
        height: 40em;
        padding: 0 4em;
        background-attachment: inherit;
        display: flex;
        justify-content: center;
        width: 50%;
        align-items: center;
        border-left: rgba(200, 200, 200, 1.00) 1px solid;
    }

    table {
        font-size: 2em;
    }
}

/* Desktop */

@media (min-width: 1366px) {

    main h1 {
        font-size: 5em;
    }

    main h2 {
        font-size: 2em;
    }

    main p {
        font-size: 1em;
    }

    .grillabend-header {
        padding: 6em 3em 0em;
    }

    .fleischsorten {
        height: 30em;
        padding: 0 3em;
    }

    .beilagen {
        height: 30em;
        padding: 0 3em;
        background-position: center -15em;
    }

    table {
        font-size: 1em;
    }
}