.Header .nav--fe-editing.nav--fe-editing {
    position: absolute;
    top: 35px;
    right: calc(16.19718px + 2.34742vw);
}

.ArticleTeaser--edit {
    cursor: pointer;
    color: #4a13fe;
    display: inline-block;
    line-height: 1.2;
    border-bottom: .05em solid;
    -webkit-transition: color .3s cubic-bezier(.77, 0, .175, 1), border-color .3s cubic-bezier(.77, 0, .175, 1);
    transition: color .3s cubic-bezier(.77, 0, .175, 1), border-color .3s cubic-bezier(.77, 0, .175, 1);
    position: relative;
    z-index: 1;
}

.MainNav--link .nav--edit {
    cursor: pointer;
}

.event--edit {
    position: relative;
    left: 30px;
    cursor: pointer;
    color: #4a13fe;
    line-height: 1.2;
    border-bottom: .05em solid;
    -webkit-transition: color .3s cubic-bezier(.77, 0, .175, 1), border-color .3s cubic-bezier(.77, 0, .175, 1);
    transition: color .3s cubic-bezier(.77, 0, .175, 1), border-color .3s cubic-bezier(.77, 0, .175, 1);
}

#modal--reload-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(236, 247, 250, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
}

#modal--loading {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
}

#modal--reload-container .modal-loading-box {
    padding: 10px 25px;
    border: 1px solid black;
    background-color: rgba(236, 247, 250, 0.8);
    border-radius: 10px;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

#modal--loading span.animation {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

#modal--loading span.animation.animation-s2 {
    animation-delay: .3s;
}

#modal--loading span.animation.animation-s3 {
    animation-delay: .6s;
}




