diff --git a/front/dist/index.tmpl.html b/front/dist/index.tmpl.html
index 4c4469b4..13bb6e0b 100644
--- a/front/dist/index.tmpl.html
+++ b/front/dist/index.tmpl.html
@@ -62,37 +62,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/front/style/style.scss b/front/style/style.scss
index a73aca9e..36cb68ef 100644
--- a/front/style/style.scss
+++ b/front/style/style.scss
@@ -400,75 +400,6 @@ body {
}
}
-.audioplayer:first-child {
- display: grid;
- grid: 2rem / 4rem 10rem;
-}
-
-.audioplayer > button, .audioplayer > div, .audioplayer > label {
- background-color: rgba(0,0,0,0.5);
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
-.audioplayer > div {
- padding-right: 1.2rem;
-}
-
-#audioplayerctrl {
- position: fixed;
- top: 0;
- right: calc(50% - 120px);
- padding: 0.3rem 0.5rem;
- color: white;
- transition: transform 0.5s;
-}
-
-#audioplayer_mute {
- max-width: 5rem;
- border: none;
-}
-#audioplayer_mute:focus, #audioplayer_mute:active {
- outline: none;
-}
-#audioplayer_mute > svg {
- width: 100%;
- height: 100%;
- pointer-events: none;
-}
-#audioplayer_volume_icon_playing.muted {
- visibility: hidden;
- display: none;
-}
-#audioplayer_volume_icon_playing.low #audioplayer_volume_icon_playing_high {
- visibility: hidden;
- display: none;
-}
-#audioplayer_volume_icon_playing.low #audioplayer_volume_icon_playing_mid {
- visibility: hidden;
- display: none;
-}
-#audioplayer_volume_icon_playing.mid #audioplayer_volume_icon_playing_high {
- visibility: hidden;
- display: none;
-}
-
-#audioplayerctrl > #audioplayer_volume {
- width: 100%;
- background-color: rgba(0,0,0,0.5);
-}
-
-/*
- * sollte eigentlich in den aspect-ratio teil ..
- */
-#audioplayerctrl.loading {
- transform: translateY(-90%);
-}
-#audioplayerctrl.hidden {
- transform: translateY(-100%);
-}
-
/*
* Style Input Range
* https://www.cssportal.com/style-input-range/