@font-face {
    font-family: 'Gotham';
    src: url(../webfonts/Gotham-Black.eot);
    src: url(../webfonts/Gotham-Black.eot?#iefix) format('embedded-opentype'),
       url(../webfonts/Gotham-Black.otf) format('otf'),
       url(../webfonts/Gotham-Black.svg#Gotham-Black) format('svg'),
       url(../webfonts/Gotham-Black.ttf) format('truetype'),
       url(../webfonts/Gotham-Black.woff) format('woff'),
       url(../webfonts/Gotham-Black.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url(../webfonts/Gotham-Bold.eot);
    src: url(../webfonts/Gotham-Bold.eot?#iefix) format('embedded-opentype'),
       url(../webfonts/Gotham-Bold.otf) format('otf'),
       url(../webfonts/Gotham-Bold.svg#Gotham-Bold) format('svg'),
       url(../webfonts/Gotham-Bold.ttf) format('truetype'),
       url(../webfonts/Gotham-Bold.woff) format('woff'),
       url(../webfonts/Gotham-Bold.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url(../webfonts/Gotham-Book.eot);
    src: url(../webfonts/Gotham-Book.eot?#iefix) format('embedded-opentype'),
       url(../webfonts/Gotham-Book.otf) format('otf'),
       url(../webfonts/Gotham-Book.svg#Gotham-Book) format('svg'),
       url(../webfonts/Gotham-Book.ttf) format('truetype'),
       url(../webfonts/Gotham-Book.woff) format('woff'),
       url(../webfonts/Gotham-Book.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}
body{
    background-color: #efefef;
    font-family: 'Gotham';
    color: #000;
}
.bg-gray {
    background-color: #efefef !important;
}
.login-page{
    background-color: #fff !important;
}
.login-container{
    margin: 5% auto 0;
}

.divider {
    height: 1px;
    background-color: #ababab;
    /* margin: 1rem 0; */
}

.hidden{
    display: none !important;
}

#login-form i{
    cursor: pointer;
}
#login-form .form-control,
#confirm-form .form-control{
    line-height: 2.5;
    --bs-border-color: #81888F;
    --bs-border-radius: 2.375rem;
}
#login-form .btn,
#confirm-form .btn{
    line-height: 2.5;
    --bs-border-radius: 2.375rem;
    --bs-btn-bg: #006B49;
    --bs-btn-border-color: #006B49;
    --bs-btn-hover-bg: #01583d;
    --bs-btn-hover-border-color: #01583d;
    --bs-btn-active-bg: #016646;
    --bs-btn-active-border-color: #016646;
    --bs-btn-disabled-bg: #006B49;
    --bs-btn-disabled-border-color: #006B49;
}
#login-form .top-55{
    top: 55% !important;
}
#login-form .top-43{
    top: 43% !important;
}
#login-form .end-5,
.news-container .end-5,
.user-container .end-5{
    right: 5% !important;
}
#login-form .end-10{
    right: 10% !important;
}
.news-container .end-6,
.user-container .end-6{
    right: 6% !important;
}
.news-container .end-7,
.user-container .end-7{
    right: 7% !important;
}
.news-container .end-2_5,
.user-container .end-2_5{
    right: 2.5% !important;
}
.news-container .end-3_4,
.user-container .end-3_4{
    right: 3.4% !important;
}

.login-container .me-n4{
    margin-right: -4rem !important;
}
.sticky-top{
    background-color: #ffffff;
    height: 6.5rem;
    /* box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1); */
}
.main-container p,
.news-container p,
.user-container p{
    margin-bottom: 0;
}

.main-container .btn-secondary,
.news-container .btn-secondary,
.user-container .btn-secondary,
.modal .btn-secondary{
    --bs-btn-color: #000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: none;
}
.gray{
    background-color: #a0a0a0;
    color: #ffffff;
}
.lt-gray{
    background-color: #a0a0a04d;
}
.channel-group-user{
    background-color: #a0a0a014;
    cursor: grab;
}
.channel-group-user:hover{
    background-color: #a0a0a01a;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.125);
}
.news-container .vstack{
    min-height: 41px;
}
.warning{
    background-color: #fa7d00;
    color: #ffffff;
}
.warning:hover{
    background-color: #fa7d00;
    color: #000000;
}

.main-container .border,
.news-container .border,
.user-container .border{
    --bs-border-color: #ababab;
}
.news-container .border-created{
    border-color: #F0F0F0 !important;
}
.news-container .border-expire{
    border-color: #F18116 !important;
}
.news-container .border-execution{
    border-color: #0CE607 !important;
}
.news-container .border-unread{
    border-color: #006B49 !important;
}
.news-container .border-textarea-grey{
    border-color: #828282 !important;
}
.main-container .clearfix:hover,
.news-container .clearfix:hover,
.user-container .clearfix:hover{
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.125);
}
.main-container .w-82 {
    width: 82%!important;
}
.main-container .me-0_5{
    margin-right: 0.125rem!important;
}
.main-container .ms-0_5{
    margin-left: 0.125rem!important;
}
.main-container .ms-n1{
    margin-left: -0.625rem!important;
}
.my-n1{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.main-container a.btn,
.news-container .btn[role="button"],
.news-container .btn[role="delete"],
.news-container .btn[role="clear"],
.news-container .btn[role="edit"],
.news-container .btn[role="image_btn"],
.news-container .btn[role="add_image"],
.news-container .btn[role="file_btn"],
.news-container .btn[role="txt_visible"],
.user-container .btn[role="txt_visible"],
.news-container .btn[role="clear_video"],
.news-container .btn[role="video_btn"]{
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    --bs-btn-color: #ababab;
    border: none;
}

/* .news-container .btn[role="button"]{
    margin-top: -1rem;
    margin-bottom: -1rem;
} */

.news-container .fs-2_2,
.user-container .fs-2_2{
    font-size: 2.2rem!important;
}

.fs-7 {
    font-size: 0.8rem!important;
}
.fs-8 {
    font-size: 0.7rem!important;
}
.fs-9 {
    font-size: 0.9rem!important;
}
.fs-10 {
    font-size: 0.6rem!important;
}
.fs-11 {
    font-size: 0.5rem!important;
}

.news-container .pt-0_4,
.user-container .pt-0_4{
    padding-top: 0.4rem!important;
}

.news-container .me-n1,
.user-container .me-n1{
    margin-right: -0.5rem !important;
}

.news-container .ms-n3,
.user-container .ms-n3,
.main-container .ms-n3{
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.news-container .ms-n1,
.user-container .ms-n1{
    margin-left: -0.5rem !important;
}

.news-container .pe-6,
.user-container .pe-6{
    padding-right: 4rem!important;
}
.news-container .pe-7,
.user-container .pe-7{
    padding-right: 5rem!important;
}
.news-container .px-0_375,
.user-container .px-0_375,
.main-container .px-0_375{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 2.25rem;
    height: 2.25rem;
}
.news-container .px-3_5,
.user-container .px-3_5,
.main-container .px-3_5{
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.news-container .w-97,
.user-container .w-97{
    width: 97% !important;
}

.news-container .btn-outline-secondary,
.user-container .btn-outline-secondary{
    --bs-btn-color: #000;
    --bs-btn-bg: #d9d9d9;
    /* --bs-btn-border-color: #d9d9d9; */
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #c9c9c9;
    --bs-btn-hover-border-color: #c9c9c9;
}

.news-container .btn-secondary.fit-content,
.user-container .btn-secondary.fit-content{
    width: fit-content;
}

.news-container .text-bg-secondary,
.user-container .text-bg-secondary{
    color: #000!important;
    background-color: #f0f0f0!important;
}

.news-container .text-bg-client{
    color: #FFF!important;
    background-color: #006B49!important;
}

.news-container .text-unread{
    color: #006B49 !important;
    font-weight: bold;
}
.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 27px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d9d9d9;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #47FF00;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(37px);
    -ms-transform: translateX(37px);
    transform: translateX(37px);
}

.switch .on{
    display: none;
    left: 35%;
    color: black;
}

.switch .on, .switch .off{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    font-size: 1rem;
}

.switch .off{
    left: 65%;
    color: white;
}

.switch input:checked+ .slider .on{display: block;}

.switch input:checked + .slider .off{display: none;}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.mt-10{
    margin-top: 6rem!important;
}

/* .news-container .nav-item .btn{
    color: #4e4e4e7d;
    border: none;
} */

/* .news-container .nav-item .btn:hover,
.news-container .bi-arrow-left-square-fill:hover{
    color: #4e4e4ed0;
} */

.news-container .nav-item .btn.active,
.user-container .nav-item .btn.active{
    color: #ffffff;
    background: #000;
    cursor: default;
}

.news-container .col-justify-content-between,
.user-container .col-justify-content-between{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-1_5 {
    flex: 0 0 auto;
    width: 12.5%;
}

.col-2_5 {
    flex: 0 0 auto;
    width: 20.83333333%;
}
.col-lg-2_5 {
    flex: 0 0 auto;
    width: 20.83333333%;
}

.col-3_5 {
    flex: 0 0 auto;
    width: 29.16666667%;
}
.col-lg-5_5 {
    flex: 0 0 auto;
    width: 45.83333333%;
}
.col-7_5{
    flex: 0 0 auto;
    width: 62.5%;
}

.col-8_5 {
    flex: 0 0 auto;
    width: 70.83333333%;
}

.col-10_5 {
    flex: 0 0 auto;
    width: 87.5%;
}

.col-55_5 {
    flex: 0 0 auto;
    width: 55.5%;
}
.col-44_5 {
    flex: 0 0 auto;
    width: 44.5%;
}

.col-lg-0_5{
    flex: 0 0 auto;
    width: 4.16666667%;
}

.col-lg-7_5{
    flex: 0 0 auto;
    width: 62.5%;
}

.news-container .col-lg-3,
.user-container .col-lg-3{
    position: relative;
}

.news-container form,
.user-container form{
    padding-left: 0;
    padding-right: 0;
}

.block-404{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.news-container form input,
.news-container form select,
.news-container form textarea,
.user-container form input,
.user-container form select,
.user-container form textarea{
    border-color: #ababab;
}

.news-container form textarea,
.user-container form textarea{
    height: 10rem !important;
    border: none;
    resize: none;
}

.news-container form .gallery-wrap,
.user-container form .gallery-wrap{
    border: none;
    /*height: 5.3rem;*/
    overflow-x: auto;
}

.news-container form .gallery-wrap .preview-item,
.user-container form .gallery-wrap .preview-item{
    width: 4rem;
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255,255,255,0.8);
	cursor: move;
	margin-right: 0.5rem;
    margin-bottom: 0.5rem;
	float:left;
	position: relative;
}

.news-container form .gallery-wrap .preview-item .preview-delete,
.user-container form .gallery-wrap .preview-item .preview-delete{
    position: absolute;
    line-height: 8px;
    right:0;
    top:0;
    padding:3px;
    cursor:pointer;
    color:#000;
    font-weight:bold;
    z-index:10;
    display: none;
}

.news-container form .gallery-wrap .preview-item:hover .preview-delete,
.user-container form .gallery-wrap .preview-item:hover .preview-delete{
    display:block;
}

.news-container .logo-row,
.user-container .logo-row{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -150%;
}
.news-container .logo-row img,
.user-container .logo-row img{
    width: 100%;
}

.preview-container,
.overflow-scroll{
    overflow-y: scroll;
    scrollbar-width: none;
}
.preview-container::-webkit-scrollbar,
.overflow-scroll::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.mb-n1{
    margin-bottom: -0.2rem !important;
}
.mt-n1{
    margin-top: -0.5rem !important;
}
.mt-n2{
    margin-top: -2rem !important;
}
.rounded-6{
    border-radius: 3.3rem;
}
.h-110{
    height: 110% !important;
}
.mb-n0_9{
    margin-bottom: -0.9rem !important;
}
.mt-n0_9{
    margin-top: -0.9rem !important;
}
.image-container{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cut-text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cut-text-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pb-0_05{
    padding-bottom: 0.05rem!important;
}
.top-2_2{
    top: 2.2%!important;
}
.px-1_93{
    padding-right: 1.93em!important;
    padding-left: 1.93rem!important;
}
.p-1_93{
    padding-right: 7.93%!important;
    padding-left: 7.93%!important;
    padding-top: 4% !important;
    padding-bottom: 4% !important;
}

.nav-gap {
    gap: 15px;
}

.info-gap {
    gap: 8px;
}

.actions-gap {
    gap: 22px;
}

.news-item__pct img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.bg-pflege-neon{
    --bs-bg-opacity: 1;
    background-color: rgba(71, 255, 0, var(--bs-bg-opacity)) !important;
}
.progress-bar-striped-pflege-neon{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.35) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .35) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}

@media screen and (min-width: 991px) {
    .fs-md-6 {
        font-size: 1rem !important;
    }
    .fs-md-9 {
        font-size: 0.9rem !important;
    }

    .m-vis {
        display: none !important;
    }

    .fs-md-1 {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 991px) {

    .mockup {
        display: none;
    }

    .header {
        padding: 15px 0;
    }

    * {
        box-sizing: border-box;
    }

    img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .logo img {
        height: auto !important;
    }

    .sticky-top {
        height: auto;
    }

    .col-1_5 {
        width: auto;
    }

    .info-gap {
        gap: 8px;
    }

    .actions-gap {
        gap: 16px;
    }

    .news-item {
        position: relative;
        width: calc(100% + 24px);
        border-radius: 15px !important;
    }

    .open-status {
        position: absolute;
        top: 19px;
        left: 13px;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .col-55_5,
    .col-44_5 {
        width: 100%;
    }

    .calendar-date--start:before {
        content: 'starten: ';
        font-weight: 500;
    }

    .calendar-date--end:before {
        content: 'ende: ';
        font-weight: 500;
    }

    .calendar-date {
        display: block;
        width: 100%;
    }

    .dash {
        display: none;
    }

    .task-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        width: 100%;
    }

    .task-value .rounded-pill {
        padding: 6px 10px;
    }

    .task-value {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        font-size: 0.9rem !important;
    }

    .task-value:before {
        display: inline-block;
        margin-right: 6px;
        font-weight: 500;
        font-size: 0.9rem;
    }

    .task-value--created:before {
        content: 'Erstellt am: ';
    }

    .task-value--expire:before {
        content: 'Fällig bis: ';
    }

    .task-value--execution:before {
        content: 'Fertig gestellt am: ';
    }

    .task-value--user:before {
        content: 'Nutzer: ';
    }

    .task-value--user {
        align-items: flex-start;
    }

    .task-value--user-v {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 4px;
        font-size: 0.9rem;
    }

    .task-value--user-v .fs-8{
        font-size: 0.9rem !important;
    }

    .m-hidden {
        display: none !important;
    }

    .col-lg-5_5 {
        width: 100%;
    }

    .chat-move-buttons .btn i {
        display: block;
        transform: rotate(90deg);
    }

    .chat-move-buttons .btn {
        width: 45px;
    }

    .chat-move-buttons > *:last-child *{
        justify-content: flex-end;
    }

    .chat-move-buttons {
        flex-direction: row-reverse;
    }

    .moxman-window.moxman-in {
        max-width: calc(100vw - 30px);
        margin-left: 15px;
        overflow: auto !important;
    }

    .moxman-window .moxman-container-body {

        /*max-width: 100%;*/
        /*overflow: auto;*/
    }

    .login-container .me-n4 {
        margin-right: 0 !important;
    }

    .align-items-end-m {
        align-items: flex-end !important;
    }

    .slider.round > *{
        margin-top: 1px;
    }

    i.bi {
        margin-top: 1px;
        display: block;
        margin-bottom: -1px;
    }

    .nav-gap {
        gap: 12px;
    }

    .row-reverse-m {
        flex-direction: row-reverse;
    }
}
.badge-gray{
    background-color: #A0A0A0;
    color: #FFFFFF;
}
.badge-green{
    background-color: #0CE607;
    color: #FFFFFF;
}
.group-channel,
.private-channel{
    --bs-border-color: #006B49;
    background-color: #006B49;
    color: white;
    font-weight: 500;
}
.private-channel{
    box-shadow: 5px 0 0 #049466;
}
.overflow-auto{
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.overflow-auto::-webkit-scrollbar{
    display: none;
}
.bg-texarea-grey{
    background-color: #E8ECEF;
}
.upload-btn{
    background-color: #006B49;
    color: white;
    padding: 1px 6px;
    font-size: 1.5rem;
}
.upload-btn i{
    margin-top: 1px;
    display: block;
    margin-bottom: -1px;
}
.upload-btn i::before{
    transform: rotate(45deg);
}
.upload-btn:hover,
.action-btn:hover{
    background-color: white;
    color: #006B49;
}
.action-btn{
    background-color: #006B49;
    color: white;
}
.group_channels li>div{
    cursor: pointer;
}
.channels_messages li .channel-message{
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.125);
    background-color: white;
    padding: 1rem;
    width: 60%;
}
.channels_messages li.single .channel-message{
    border-radius: 1rem;
}
.channels_messages li.first .channel-message{
    border-radius: 1rem 1rem 1rem 0.375rem;
}
.channels_messages li.last .channel-message{
    border-radius: 0.375rem 1rem 1rem 1rem;
}
.channels_messages li.middle .channel-message{
    border-radius: 0.375rem 1rem 1rem 0.375rem;
}
.channels_messages li.last .channel-message div.fw-bold,
.channels_messages li.middle .channel-message div.fw-bold{
    display: none;
}
.channels_messages li.last .group-channel,
.channels_messages li.middle .group-channel{
    background-color: white;
}

.channels_messages li.my-message .group-channel,
.channels_messages li.my-message .channel-message div.fw-bold{
    display: none !important;
}
.channels_messages li.my-message .channel-message{
    background-color: #E9ECEF;
    border: 1px solid white;
    position: relative;
    overflow: hidden;
}
.channels_messages li.my-message{
    justify-content: end;
}
.channels_messages li.my-message.first .channel-message{
    border-radius: 1rem 1rem 0.375rem 1rem;
}
.channels_messages li.my-message.last .channel-message{
    border-radius: 1rem 0.375rem 1rem 1rem;
}
.channels_messages li.my-message.middle .channel-message{
    border-radius: 1rem 0.375rem 0.375rem 1rem;
}
.message_edit{
    position: absolute;
    inset: 0;
    background: #E9ECEF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding: 0 10px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.message_edit button i{
    color: rgba(0, 0, 0, 0.5);
}
.message_edit button:hover i{
    color: black;
}
.channels_messages li.my-message .channel-message:hover .message_edit{
    opacity: 1;
    pointer-events: auto;
}
.color-gray{
    --bs-btn-color: #676767 !important;
}

.subscribe input {display:none;}
.subscribe input ~ .subscribe-on{display: none;}
.subscribe input ~ .subscribe-off{display: block;}
.subscribe input:checked ~ .subscribe-on{display: block;}
.subscribe input:checked ~ .subscribe-off{display: none;}
.subscribe .subscribe-on{
    cursor: pointer;
    color: #47FF00;
}
.subscribe .subscribe-off{
    cursor: pointer;
    color: #ababab;
}
.subscribe .subscribe-on:hover,
.subscribe .subscribe-off:hover{
    color: var(--bs-btn-hover-color);
}
.footer{
    background-color: #006B49;
    height: 4rem;
    color: #fff;
}
.footer a{
    text-decoration: none;
    color: #fff;
}
@media (min-width: 1200px) {
    .client-title {
        font-size: 2.75rem !important;
        line-height: 3.5rem;
    }
}
.mb-10 {
    margin-bottom: 15rem;
}
.ready{
    background-color: #006B49;
    color: #ffffff;
}