﻿
/* ###### takomat agentur changes ###### */

.playpause {
    width: 20px;
    height: 20px;
    position: relative;
}

.playpause::after {
    content: "▶";
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 150%;
}

.playpause.playPauseIcon::after {
    content: "❚❚"; 
    font-size: 150%;
}

.playpause:hover {
    cursor: pointer;
}

/* ###### end takomat agentur changes ###### */