.middle-box h1 {
    font-size: 47px;
}

a {
    color: #1ab394;
}

.middle-box h1.error_heading {
    font-size: 170px;
}

.logo-name {
    letter-spacing: -1px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

table a {
    color: #676a6c;
}

.ac_input {
    border: 1px solid #e5e6e7;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: 14px;
    width: 299px;
}

.ac_button {
    border-right: 1px solid #e5e6e7;
    border-left: none;
    border-top: 1px solid #e5e6e7;
    border-bottom: 1px solid #e5e6e7;
}

.ac_btn_out {
    background: transparent;
}

.ac_btn_on {
    background: transparent;
}

.ac_container_open .ac_input {
    background: #F3F3F4;
}

.onoffswitch-inner:before {
    content: "Ja";
}

.onoffswitch-inner:after {
    content: "Nein";
}

.chosen-container-single .chosen-single {
    cursor: pointer;
}

.folder-list li span {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.banner {
    width: 250px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .banner {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.csv_upload_form {
    display: inline-block;
}

#csv_upload {
    display: inline-block;
}

.banner {
    padding-bottom: 20px;
    width: 160px;
}

.dropzone-previews {
    min-height: 140px;
    border: 1px dashed #1ab394;
    background: rgba(1, 1, 1, 0.01);
    padding: 40px 40px;
    /*margin-bottom: 20px;*/
    text-align: center;
    color: #1ab394;
}

.dropzone-previews img {
    max-width: 100%;
}

.hidden-for-no-members {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .dropzone-previews img {
        width: 100%;
    }
}

#or {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

#or.small::before, #or.small::after {
    width: 150px;
}

#or::before,
#or::after {
    position: absolute;
    width: 160px;
    height: 1px;
    top: 24px;
    background-color: #ccc;
    content: '';
}

#or::before {
    left: 0;
}

#or::after {
    right: 0;
}

.swal2-icon.swal2-question {
    color: #1ab394 !important;
    border-color: #1ab394 !important;
}

.swal2-styled.swal2-confirm {
    background: #1ab394 !important;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.dropzone-previews {
    background: repeating-linear-gradient(
            -55deg,
            #f3f3f4,
            #f3f3f4 10px,
            #E9E9EA 10px,
            #E9E9EA 20px
    );
    cursor: pointer;
}

.dropzone-previews > div {
    min-height: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
}

tr.bold * {
    font-weight: bold;
    /*color: #1ab394;*/
}

.dropzone-previews:hover *:not(img) {
    cursor: pointer;
}

.dropzone-previews:hover img {
    cursor: initial;
}

.cropper-container {
    margin: 0 auto;
}

#dropzone-template-preview, #dropzone-template-preview-gallery, #dropzone-template-preview-logo, #dropzone-template-preview-headerimage /*, .membergallery .dz-image .img.col-md-4*/
{
    display: none !important;
}

.dropzone-previews #dropzone-template-preview, .dropzone-previews #dropzone-template-preview-gallery, .membergallery img.col-md-4 {
    display: block;
}

.nav img.banner {
    margin-left: 25px;
}

.image-container {
    max-height: 600px !important;
}

#preview li, #preview, #membergallery-images li {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

#membergallery-images li:nth-child(3n+1) {
    clear: both;
}

.rechtsbelehrung.swal2-popup #swal2-content {
    font-size: 80%;
    text-align: left;
}

.rechtsbelehrung .swal2-checkbox span {
    font-size: 80%;
}

.rechtsbelehrung.swal2-popup .swal2-checkbox {
    align-items: start;
}

.rechtsbelehrung.swal2-popup .swal2-checkbox input {
    margin-top: 3px;
    margin-left: 0;
}

.dots {
    margin: 40px auto;
}

.dot {
    display: block;
    border-radius: 50%;
    width: 50%;
    background-color: grey;
    height: 15px;
    width: 15px;
    margin: 0 2px;
}

.dot.dot-success {
    background-color: #1ab394;
}

.dot.dot-warning {
    background-color: orange;
}

.dot.dot-danger {
    background-color: red;
}

.dot.dot-sm {
    height: 10px;
    width: 10px;
}

.dot.dot-lg {
    margin: 0 4px;
    height: 20px;
    width: 20px;
}

@keyframes fadeInUpMissedSaving {
    from {
        opacity: 0;
        height: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        height: 50px;
        transform: translate3d(0, 0, 0);
    }
}

.missedSaving {
    opacity: 0;
    height: 0;
    visibility: hidden;
    border: 0;
    border-radius: 0;
    width: 105%;
    color: white;
    text-align: center;
    background-color: #ee5766;
    font-weight: 400;
    font-size: 120%;
    animation-name: fadeInUpMissedSaving;
    animation-duration: 1.5s;
}

.missedSaving.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    margin-left: -15px;
    z-index: 99999;
}

.missedSaving.missedSaving--open {
    opacity: 1;
    height: 50px;
    visibility: visible;
}

.missedSaving a {
    color: white;
    text-decoration: underline;
}

.missedSaving.alert-primary {
    background-color: #18a689;
}

.hidden {
    display: none;
}