.navbar-brand svg {
        fill: #03a9f4;
}
.navbar-toggler span{
    background-color: #707070;
    height: 2px;
    width: 24px;
    display: block;
    margin-bottom: 6px;
    margin-top: 6px;
}
.player {
    height: 80px;
    width:80px
}
.player .play-btn {
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
}

.player::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #198754;
    border-radius: 100%;
}

.player svg {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}
.player #circle {
    stroke-width: 3.3;
    transition: 1s;
}

.button:focus {
  outline: none !important;
}

#load-more {
    padding: 6px 10px;
    display: block;
    width: 170px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    text-align:center;
    background: #0067ff;
    margin: 0 auto 15px;
}

.ads-container {
    margin-bottom:20px;
}

.ads-post {
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    margin-top: 60px;
    margin-bottom: 30px;
}
.ads-post::before {
    content: "Werbung";
    font-size: .9rem;
    margin-top: -26px;
    padding-bottom: 5px;
    display: block;
}

/* BS */
button:focus, .navbar-toggler:focus {outline: none;box-shadow: none;}
.offcanvas.offcanvas-end{width:280px;}