p {
    margin-left: 1em;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.8em;
    color: #017f02;
}

h3 {
    font-size: 1.4em;
    margin-left: 0.6em;
    margin-top: 0.5em;
    text-align: center;
    min-height: 40px;
}

h4 {
    font-size: 2.1em;
    margin-right: 0.4em;
    margin-top: 0.4em;
    text-align: right;
    font-weight: 900;
    color: red;
    white-space: nowrap;
}
h5 {
    font-size: 1.8em;
    margin-right: 0.1em;
    margin-top: 0.1em;
    text-decoration: line-through;
    text-align: right;
    font-weight: 900;
    white-space: nowrap;

}

.container {
    max-width: 1230px;
    margin: auto;
}
.noOffer{
    margin-top: 120px;
    height: 200px;
    text-align: center;
    font-size: 11pt;
}
header {
padding-top: 50px;
}

header table {
    width: 100%;
}

.box {
    float: left;
    margin-right: 1em;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 2px;
    padding-right: 4px;
}

.table-bordered {
    border: 1px solid #c0c0c0;
    margin-bottom: 1em;
}

.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #c0c0c0;
}

.table-bordered > thead > tr > th {
    border: 0px solid #c0c0c0;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        margin-bottom: 1em;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #c0c0c0;
    }
}

td.status_right {
    text-align: right;
}
/* Tabellen im Sendebericht */
.container-fluid {
    margin: 0px;
    background-color: white;
}

.row {
    margin: 0px;
}

.row-header {
    border: 1px solid #c0c0c0;
    background-color: #f8f8f8;
    margin: 0px;
    margin-bottom: 8px;
    padding: 2px;
    display: inline-block;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding: 0.1em;
    margin-right: 4px;
    margin-bottom: 2px;
    width: auto;
    color: #808080;
}

.col-md-12 {
    margin: 0px;
    width: auto;!important;
}

.col-bordered {
    border: 1px solid #c0c0c0;
    background-color: white;
}
.row-header-text {
    color: #006400;
    background-color: white;
    padding: 0.2em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.row-header-red {
    color: red;
}

.glyph-green {
    color: white;;
    border-color: #4cae4c;
    background-color: #5cb85c;
    /*background-color: white;*/
}

.glyph-orange {
    color: white;
    border-color: #eea236;
    background-color: #f0ad4e;
    /*background-color: white;*/
}

.glyph-red {
    color: white;
    border-color: #d43f3a;
    background-color: #d9534f;
    /*background-color: white;*/
}

.col-md-text {
    color: black;
    padding: 0.2em;
}