* {
    margin: 0;
    padding: 0;
}

body {
    /*background: #296A7F;*/
    /*background: #2286CB;*/
    background-image: linear-gradient(to bottom, #1A3D6A 0%, #70CAF2 50%);
    font-family: Arial;
    min-height: 100%;
    min-height: 100vh;

    /*   color: #1A3D6A;
       color: #2C5E93;
       color: #316599;
       color: #437CA9;
       color: #2286CB;
       color: #46AEE6;
       color: #70CAF2;

       color: #CB2222;
       color: #E64646;
       color: #F27070;

       color: #E37905;

       color: #BCCEDF;
       color: #FBFBFA;*/

}

.content {
    max-width: 760px;
    margin: auto;
}

.content:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.all-songs-button.open.fa-search:before,
.all-songs-button.close.fa-search:before {
  font-family: 'FontAwesome';
  content: '\f002'; /* Unicode für fa-search */
}

.alle-songs-btn {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1000;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #1A3D6A;
  font-weight: bold;
}

.all-songs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 420px;
    color: #1A3D6A;
    z-index: 50;
}

.all-songs-button {

    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.all-songs-button:before {
    line-height: 35px;
    font-size: 28px;
}

#show-songs a {
    color: #fff;
    text-decoration: none;
}

#show-songs span.youtube-link {
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

#show-songs span.youtube-link:before {
    line-height: 25px;
    font-size: 25px;
}

#show-songs input {
    border: none;
    width: 100%;
    display: block;
    line-height: 28px;
    padding: 8px 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
}

#show-songs ol {
    margin: 10px 0;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 10px;
    list-style: none;
    right: 10px;
    overflow-y: auto;
}

#show-songs ol li {
    position: relative;
    padding-right: 30px;

}

#show-songs ol li span {
    line-height: 20px;
}

#show-songs ol li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#show-songs ol li a:hover {
    color: rgba(29, 119, 181, 0.6);
}

#show-songs div {
    display: none;
    padding: 45px 10px 10px 10px;
    background: rgb(204, 230, 236);
    height: 100%;
    height: 100vh;
}

#show-songs .close {
    display: none;
}

#show-songs:target a {
    color: #1A3D6A;
}

#show-songs:target div {
    display: block;
}

#show-songs:target .open {
    display: none;
}

#show-songs:target .close {
    display: block;
}

h1 {
    text-align: center;
    color: white;
    padding: 50px 0;
}

.songs {
    background-color: #AA4C65;
    border: 10px solid white;
    border-radius: 250px;
    box-sizing: border-box;
    color: white;
    display: table;
    font-size: 20px;
    height: 250px;
    margin-top: 50px;
    padding: 50px;
    text-align: center;
    width: 250px;
    word-break: break-all;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.songs span {
    display: table-cell;
    vertical-align: middle;
}

.song-0 {
    background: #2C5E93;
    margin: auto;
    /*background: #51D4FF;*/
}

.song-1 {
    background: #316599;
    float: left;
    /*background: #49BFE5;*/
}

.song-2 {
    background: #437CA9;
    float: right;
    /*background: #3D9FBF;*/
}

.background-circle {
    border: 20px solid white;
    border-radius: 500px;
    box-sizing: border-box;
    height: 500px;
    left: 50%;
    margin-left: -250px;
    position: absolute;
    top: 200px;
    width: 500px;
    z-index: -1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.songlist {
    text-align: center;
    padding: 50px 0;
}

.songlist a.button {
    background: #1A3D6A;
    border: 2px solid white;
    border-radius: 50px;
    color: white;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    text-decoration: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.songlist a.button:hover {
    background: #257ec6;
}

.fa-refresh {
    font-size: 80px !important;
    text-decoration: none;
    text-align: center;
    /*border: 2px solid white;*/
    /*border-radius: 500px;*/
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 430px;
    /*z-index: -1;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.fa-refresh {
    transform: rotate(0deg);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.fa-refresh.load {
    transform: rotate(180deg);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

a.fa-refresh {
    color: #E64646;
}

.loading {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 430px;
}

.recent {
    color: #1b315f;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.recent_list {
    color: #1b315f;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    max-height: 900px;
    overflow-y: auto;
}

.recent .date {
    font-size: 18px;
    margin: 20px 0 5px 0;
}

.recent h2 {
    margin-bottom: 15px;
}

.recent .fakelist {
    font-weight: bold;
}

.listitem {
    display: inline-block;
    margin-left: 10px;
}

#data-remote li {
    color: black;
}

@media screen and (max-width: 780px) {
    .content {
        max-width: 98%;
    }

    .background-circle {
        display: none;
    }

    .fa-refresh {
        top: 358px;
    }

    .loading {
        top: 358px;
    }
}

@media screen and (max-width: 550px) {

    .content {
        max-width: 98%;
    }

    .songs {
        border: 5px solid white;
        font-size: 95%;
        height: 150px;
        padding: 10px;
        width: 150px;
    }

    .background-circle {
        display: none;
    }

    .fa-refresh {
        font-size: 60px !important;
        top: 305px;
        margin-left: -30px;
        font-weight: normal;
        width: 60px;
        height: 60px;
    }

    .loading {
        top: 305px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
    }
}