@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;
}

.preisliste-content {
    background-color: rgba(0, 0, 0, .5);
    background-image: url("../img/Zimmer_Preisliste.jpg");
    background-position: center;
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: fixed;
    padding: 15em 5em 5em;
}

table {
    color: rgba(255, 255, 255, 1.00);
    font-size: 4em;
    width: 100%;
    margin-bottom: 2em;
}

caption {
    text-align: left;
    font-weight: 600;
    text-decoration: underline;
}

th {
    border-bottom: rgba(150, 150, 150, 1.00) 1px solid;
    vertical-align: bottom;
}

td {
    vertical-align: top;
    padding-bottom: .5em;
}

.left {
    text-align: left;
    width: 50%;
}

.middle {
    text-align: left;
    width: 25%;
}

.right {
    text-align: right;
    width: 25%;
}

.info {
    font-size: 2em;
    color: rgba(225, 225, 225, 1.00);
}

/* Tablet */

@media (min-width: 1024px) {

    main h1 {
        font-size: 7.5em;
    }

    .preisliste-content {
        padding: 10em 4em 3em;
    }

    table {
        font-size: 2em;
    }

    .middle {
        width: 10%;
    }

    .right {
        width: 15%;
    }
    .info {
        font-size: 1em;
    }
}

/* Desktop */

@media (min-width: 1366px) {

    main h1 {
        font-size: 5em;
    }

    .preisliste-content {
        padding: 6em 3em 1em;
    }

    table {
        font-size: 1em;
    }

    .middle {
        width: 5%;
    }

    .right {
        width: 5%;
    }
    .info {
        font-size: .75em;
    }
}