#sprache a:hover p {
    border-bottom: 2px solid #adc675;
    padding-bottom: 0px;
}

#sprache {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 35%;
    z-index: 999;
    bottom: -50px;
}

.ls, .gs {
    display: flex;
    align-items: center;
    margin: 8px;
}

@media(max-width: 599px) {

    #sprache .ls img {
        min-height: 44px;
        min-width: 44px;
    }

    #sprache .gs img {
        min-height: 44px;
        min-width: 44px;
    }

    #sprache {
        right: 0;
        left: 0;
    }

    .gs p {
        display: none;
    }
}

@media (max-width: 479px) {
    #playpausebuttonbg {
        right: 30px;
    } 
}

#sprache a {
    float: left;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    height: 34px;
}

#sprache p {
    margin-left: 5px;
    float: left;
    position: relative;
    font-size: 15px;
    color: #000;
    padding-bottom: 2px;
}

#sprache .ls img {
    width: 34px;
    position: relative;
    float: left;
}

#sprache .gs img {
    width: 60px;
    position: relative;
    float: left;
}

*:focus-visible {
   outline-style: solid !important;
   outline-width: 3px!important;
}

#playpausebuttonbg {
    position: absolute;
    margin-left: 10px;
    margin-top: 235px;

    width:44px;
    height:44px;

    background-color: white;
    border-radius: 10%;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

#playpausebutton.play {
    position:absolute;
    margin-top:5px;
    margin-left:6px;
    border-left:32px solid black;
    border-right:17px dashed transparent;
    border-top:17px dashed transparent;
    border-bottom:17px dashed transparent;
}

#playpausebutton.pause {
    position:absolute;
    margin-top:5px;
    margin-left:6px;
    border-left:13px solid black;
    border-right:13px solid black;
    width: 6px;
    height: 34px;
}

th {
   text-align: left;
   font-weight: bold;
}
