/* notification.css, created on 13-07-2022 10:15 */
#notification-9 #NotificationNav ul li {
    display: none
}

.notification-btn-li li {
    display: block;
    transition-duration: .5s
}

.notification-btn-li li:hover {
    cursor: pointer
}

.notification-btn-li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all .5s ease;
    margin-top: 8px;
    left: 0;
    display: none;
    top: 40px;
    left: -300px;
    z-index: 999;
    right: 15px
}

.notification-btn-li:hover>ul,
.notification-btn-li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    border: none
}

.notification-btn-li ul li {
    clear: both;
    width: 100%;
    border-left: solid 5px #f6971f;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.notification-btn-li {
    position: relative
}

.notification-btn-li ul li a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px
}

.notification-btn-li.hasNotification i {
    color: #f2674a !important
}

.news-button span.title, .news-button p {
    color: #4d5158;
}

.notification-btn-li.hasNotification a.notification-btn.btn-floating.pulse {
    background: #faebd7;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    height: 35px;
    width: 35px
}

.notification-btn-li ul li:hover {
    background-color: #e0f2f1
}

.notification-btn-li ul li a:hover {
    background: transparent
}

.nav-wrapper .userProfileName {
    display: none
}

nav img[alt="Profielfoto"] {
    cursor: pointer
}
.pulse i.material-icons.tooltipped {
    margin-top: -6px!important;
}
ul.info-footer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-rule: 1px single grey;
    -moz-column-rule: 1px single grey;
    column-rule: 1px single grey
}

.quick-links-div ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 7;
    -webkit-column-gap: 40px;
    column-count: 5;
    column-gap: 40px
}

span.qucik-link-icon {
    vertical-align: sub;
    margin-right: 10px
}
.search-heading {
    text-align: center;
    font-family: Gobold;
    font-size: 1.4vw;
    margin-bottom: 10px;
}
.search-desc {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 24px;
}
div#teamWebsitePageView-570 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.quick-links-div.row {
    border: 1px solid #f5f5f5;
    background: #fff;
    padding: 50px;
    display: none;
    margin-top: -1.4rem;
    margin-right: 0 !important;
    width: 100%;
    margin-left: 0 !important
}
div#teamWebsitePageView-6 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 1.83rem;
}

.quick-links-div ul li span {
    color: #7cb927;
}

li.quick-link-item {
    line-height: 50px
}

li.quick-link-item a {
    font-size: 17px
}

li.quick-link-item:hover {
    transition: all cubic-bezier(.24, .5, .38, .73) .3s;
    transform: scale(1.1)
}

a.notification-btn {
    height: 52px
}

.reply-button span.title,
.reply-button p {
    color: #4d5158
}

#wikinav ul.collection.wiki-item-collection {
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}
#wikiItemList-15 ul.collection.wiki-item-collection {
    border-bottom: unset;
    border-right: unset;
}

#privatefiles li.collection-item.avatar {
    border-left: 5px solid #7cb927;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    margin: 0.5rem 1rem;
}
#privatefiles .collection{
  margin-bottom:0;
}

#y1 .C11 i.material-icons, .C11 a {
    color: #fff;
    float: left;
    font-size: 21px;
    margin-top: 0;
}