﻿

#slideContainer{
    height: 23px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.slider {
    -webkit-appearance: none;
    width: 5.6em; /*90px*/
    height: 6px;
    background: #49341d;
    outline: none;
}

    .slider:hover {
        background: #8db686;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 12px;
        height: 18px;
        border-radius: 50%;
        border: 1px #8db686 solid;
        background: #49341d;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 12px;
        height: 18px;
        border-radius: 50%;
        border: 1px #8db686 solid;
        background: #49341d;
        cursor: pointer;
    }


#zeit {
    margin: 0px 2px;
    font-family: 'Barlow Semi Condensed';

}

#volSlider {
    width: 3.9em; /*40px;*/
    display: none;
}


#trackPlayed {
	font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    height: auto;
    text-align: center;
    vertical-align: top;
    overflow: clip;
}


.playerBtn{
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0px 2px;
}
    .playerBtn:hover {
        width: 22px;
        height: 20px;
        margin-right: 0px;
    }



audio::-webkit-media-controls-panel {
    background-color: #ae9f73;
    width: 100px;
}

audio::-webkit-media-controls-play-button {
    color: #eeebcd;
    background-color: #4a3736;
    border-radius: 50%;
}

    audio::-webkit-media-controls-play-button:hover {
        color: #4a3736;
        background-color: #eeebcd;
    }

audio::-webkit-media-controls-mute-button {
    color: #4a3736;
}