body {
    background-color: #f4f4f4;
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3 {
    font-family: 'Raleway', sans-serif;
}

span.unit {
    min-width: 1.5em;
    display: inline-block;
}

.table td {
    text-align: right;
    white-space: nowrap;
}

.table td:first-child {
    text-align: left;
    white-space: normal;
}

.only-mobile {
    display: none;
}

.hidden-from-view{
    display: none;
}

.jumbotron.gruner{
    background: url("/img/gruner_freuer_rauch_02.jpg") center center no-repeat;
    background-size: cover;
    color: #ffffff;
    /*
    text-shadow: 0 0 5px #000000;
    */
}
.jumbotron.gruner .display-3{
    font-weight: bold;
}
.jumbotron.gruner .lead{
    text-transform: uppercase;
    font-weight: bold;
}
.jumbotron.gruner .lead span {
    white-space: nowrap;
}
.jumbotron.gruner .lead .orange {
    color:#dc5e33;
}

.btn-primary.gruner {
    background-color: #e83f2f;
    border-color: #e83f2f;
}

/*responsive table*/

@media screen and (max-width: 992px) {
    table {
        border: 0 none;
        width: 100%;
    }

    thead {
        display: none;
    }

    tbody {
        width: 100%;
        display: block;
    }

    tr {
        margin-bottom: 1rem;
        display: block;
        /*
        border: 1px solid #666666;
        */
        border: 1px solid #e9ecef;
        width: 100%;
    }

    tr:nth-child(even) {
        background-color: transparent;
    }

    td {
        display: inline-block;
        width: 100%;
    }

    td:nth-child(odd) {
        /*
        background-color: #dddddd;
        */
    }

    td:first-child {
        background-color: #666666;
        color: #ffffff;
    }

    /*
    td::before {
        content: attr(data-title);
        float: left;
    }
    */
    tbody tr[id^=zs] td.nachlass-prozent,
    tfoot td.nachlass-prozent,
    .hide-mobile{
        display: none;
    }

    .only-mobile {
        display: block;
        float: left;
    }
}