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

.fw-700{
    font-weight: 700;
}

.avatar_wsh{
    background-size: 70%;
    background-color: #000;
}

.nav-link-icon{
    margin-right: 0.25rem;
}

.theme-light header .icon{
    color: #000;
}

.theme-dark header .icon{
    color: #FFF;
}

.theme-dark .ck.ck-editor__main>.ck-editor__editable{
    background-color: #000;
}

aside .icon{
    color: #FFF;
}

.ck-editor__editable_inline {
    min-height: 400px;
}

.lightbox .btn-close{
    width: 1rem;
    height: 1rem;
}

.img_pack{
    position: relative;
}

.img_pack .keptorlese{
    background: #000;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 2px;
    border-radius: 4px;
    line-height: initial;
}

.img_pack .icon:hover{
    background: #FFf;
}

.img_pack .icon{
    stroke: #FFF;
}

.img_pack .icon:hover{
    stroke: #000;
}