/* Custom CSS für den Slider auf der Startseite */
.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.slick-dots li {
    background: #082B4A;
    border-radius: 100%;
    height: 0.625rem;
    width: 0.625rem;
    margin: 0 .5rem 0 0;
    overflow: hidden;
    border: 1px solid #082B4A;
}
.slick-dots li.slick-active {
    background: white;
}
.slick-dots li:last-of-type  {
    margin-right: 0;
}
.slick-dots li button {
    font-size: 0;
}

/* Custom CSS für den CKEditor von News */
.ck.ck-editor__editable_inline {
    --ck-spacing-standard: 25px;
}
