body {
    color: #707070;
    /* letter-spacing: normal; */
    line-height: 30px;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}

h1,
h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

h6 {
    font-size: 1.1em;
    margin-top: 30px;
}

button {
    text-transform: uppercase;
}

.logo-container {
    text-align: center;
    border-bottom: 1px solid #707070;
}

.logo-container img {
    max-width: 470px;
    width: 100%;
}

.footer-container {
    text-align: center;
    border-top: 1px solid #707070;
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 0.8em;
}

.footer-left {
    float: left;
    margin: auto;
}

.footer-right {
    float: right;
    margin: auto;
}

.bottom-spacer {
    margin-bottom: 40px;
}

.col {
    padding: 2rem;
}

.rounded-box {
    border: 1px solid #707070;
    border-radius: 30px;
    margin-top: 30px;
    padding: 20px 40px;
    line-height: normal;
    box-shadow: 0px 2px 5px #ddd;
}

.rounded-box-head {
    text-align: center;
    font-size: 1.3em;
}

.list-image {
    width: 100px;
    height: 115px;
    float: left;
    margin-right: 10px;
}

.list-image img {
    width: 100%;
    max-width: 80px;
    max-height: 100px;
    margin-top: 15px;
}

.list-image img.p4-img {
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    margin-top: 9px;
}

.list-image img.m1-img {
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    margin-top: 30px;
}

.p3-head {
    text-align: center;
}

.p3-head h4 {
    font-size: 2.1rem;
    margin-bottom: 80px;
}

.p3-images {
    text-align: center;
}

.p3-images img {
    height: 100px;
    margin: 70px 20px 10px;
}

.form-check-input.me-1 {
    position: absolute;
    z-index: 999;
    width: 25px;
    height: 25px;
    margin-top: 13px;
    margin-left: 10px;
}

#accordion-sachverhalt .accordion-button {
    padding-left: 50px;
}

.p3-submit {
    text-align: right;
    margin: 50px 0px;
}

.p5-submit {
    text-align: center;
    margin: 30px 0px;
}

.input-hint {
    display: inline-flex;
    line-height: normal;
    font-weight: 100;
    font-size: 13px;
    color: #aaa;
}

#password-alert {
    border: 1px solid #ddd;
}

#password-alert ul li i {
    width: 13px;
}

.wrong .fa-check {
    display: none;
}

.good .fa-times {
    display: none;
}

.valid-feedback,
.invalid-feedback {
    margin-left: 10px;
}



.file-upload {
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
}

.file-upload-btn:hover {
    /* background: #1AA059; */
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 2px dashed #d6d6d6;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #d6d6d6;
    border: 2px dashed #d6d6d6;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.image-title {
    font-weight: bold;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    padding: 60px 0;
    font-size:20px;
}

.file-upload-image {
    max-height: 400px;
    max-width: 300px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    margin: 0;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: none;
    background: #6c6c6c;
}

.remove-image:hover {
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

#ref-nr {
    font-family: monospace;
    letter-spacing: 0.3vw;
    border: 1px solid #ccc;
    padding: 4px 10px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.sublogo {
    font-size: 11px;
}

.rounded-box .list-items p strong {
    display: inline-block;
    width: 130px;
    text-indent: 0px;
}

.thread-icon {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 30px;
    text-align: center;
}

.thread-icon img {
    position: relative;
    z-index: 9999;
}

.thread-icon-line {
    background-color: #a2a2a2;
    background-image: url('/assets/images/line_bg.png');
    background-repeat: repeat-y;
    position: absolute;
    width: 2px;
    height: 100%;
    margin-left: -112px;
    margin-top: 36px;
}

.thread-box {
    position: relative;
    border: 1px solid #707070;
    border-radius: 30px;
    margin-top: 30px;
    margin-left: 100px;
    padding: 20px 40px;
    line-height: normal;
    box-shadow: 0px 2px 5px #ddd;
}

.thread-box-header {
    font-size: 0.8em;
    margin-bottom: 1.5em;
}

span.thread-box-header-date {
    margin-right:10px;
    letter-spacing: -0.009dvb;
}

span.permission-tag {
    display:inline-block;
    padding:1px 4px;
    border:1px solid #707070;
    border-radius: 3px;
    margin:0px 2px;
    font-size:0.9em;
}

span.file-attachment {
    width: 30px;
    height: 30px;
    float: right;
    border: 1px solid #707070;
    border-radius: 4px;
}

span.file-attachment:hover {
    border-color:#684c4c;
    box-shadow: 0px 0px 6px 0px #684c4c;
    cursor:pointer;
}

#new-post-button {
    margin:30px 0px 0px 30px;
}