.mst_bekanntmachungen {
    overflow-x: auto;
}

.mst_bekanntmachungen table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ccc;
}

.mst_bekanntmachungen th,
.mst_bekanntmachungen td {
    text-align: left;
    padding: 8px;
}

.mst_bekanntmachungen tr:nth-child(even) {
    background-color: #f2f2f2;
}

.mst_bekanntmachungen ul li {
    list-style: none;
}

tr.tr-data {
    cursor: pointer;
}

tr.tr-data:hover {
    background-color: #dcdcdc;
}

/* Details */
.subtitle {
    /*font-family: 'Walkway', Verdana, Helvetica, Arial, sans-serif;*/
	font-family: "Marcellus", Sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.mst-box-wrapper {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    background: #F2F2F2;
    color: #313131;
    border-radius: 10px;
    display: flex;
}

.mst-vo-title {
    font-family: "Marcellus", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
	margin-right: 10px;
}

.mst-vo-value {
	font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

.mst-status-1,
.mst-status-3 {
    border: 1px solid green;
}

.mst-status-2,
.mst-status-4 {
    border: 1px solid #c7b82e;
}

.mst-status-5 {
    border: 1px solid #009688;
}

.mst-status-0 {
    border: 1px solid red;
}

.details-header {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 0.5rem;
    margin-top: 2rem;
}

.details-content {
    margin-top: 20px;
}

.downloads-wrapper {
   width: 100%;
   margin-top: 20px;
}

.download-file-wrapper {
    padding: 5px;
    border: 1px solid #0000ff;
    background-color: #d1e1ff;
	margin-bottom: 5px;
}

.download-icon {
    width: 32px;
    height: 25px;
    float: left;
    text-align: center;
}

.login-hint {
    margin-bottom: 20px;
}

#form-register {
    margin-top: 20px;
}

.subscribe-button {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
}

.subscription-status {
    background-color: #c8ffc8;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid green;
}

a.subscribe-red,
.subscribe-red {
    border: 1px solid #924d4d;
    background-color: #ffe7e7;
}

a.subscribe-green,
.subscribe-green {
    border: 1px solid green;
    background-color: #8BC34A;
}

.mst_bekanntmachung_upload_box {
    width: 100%;
    height: 100px;
}

.mst_bekanntmachung_upload_box input[type="file"] {
    width: 100%;
    padding: 10px;
    height: 50px;
    margin-top: 20px;
}

.smallbutton {
    border: 1px solid #454545;
    background: none;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none;
    padding: 2px 5px 2px 5px;
}
.smallbutton:hover {
    background-color: #454545;
    color: #fff;
}

.hintbox {
    margin-bottom: 20px;
    font-weight: bold;
}

.mst_bekanntmachungen a {
    color: #456f88;
}

.mst_bekanntmachungen a:hover {
    text-decoration: underline;
}

.mst-description a {
    color: #456f88;
}

.mst-faq #question {
    width: 100%;
    height: 350px;
    color: #000;
}

.mst-faq-item {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.mst-faq-date {
    color: #999;
    font-size: 12px;
}

.mst-faq-question {
    background-color: #d1e1ff;
    padding: 5px;
    white-space: pre-wrap;
}

.mst-faq-answer {
    padding: 5px 5px 5px 15px;
    white-space: pre-wrap;
}

.mst-log table th {
    background-color: blue;
    color: #fff;
}

.mst-log table td {
    padding: 5px;
}

.mst-log table tr:nth-child(even) { background-color: #ccc; }
.mst-log table tr:nth-child(odd) { background-color: #fff; }

.mst-inbox-message-wrapper {
    width: 100%;
}

.mst-inbox-message-header {
    background-color: #a1bed2;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.mst-inbox-message {
    white-space: pre-wrap;
    border-bottom: 1px solid #ccc;
    min-height: 100px;
    padding: 5px;
    margin-bottom: 5px;
}

.mst-inbox-message-subject {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #fff;
}

.mst-inbox-message-header a {
    color: #345467;
}
.mst-inbox-message-header a:hover {
    color: #000;
}

.mst-inbox-message-attachment {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
}
.mst_bekanntmachung-details {
	margin-bottom: 2em;
}