html {
    background-color: #000;
    color: #fff;
}
body {
    padding: 0;
    margin: 0;
    height: 1000px;
    display: flex;
    flex-flow: column nowrap;
    font-family: Open Sans, serif;
    overflow-x: hidden;
}
header {
    text-align: center;
    justify-content: center;
}
#whereNextImg{
    position: fixed;
    top: -1rem;
    left: -10px;
    height: 110px;
}
#header-wrapper > section{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.titleImage{
    height: 400px;
    margin: 25px 0;
}

.nav-logo {
    margin: 0;
    height: 20px;
}

.event-info-wrapper {
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    margin: 30px;
    box-shadow: 0px 0px 10px 10px rgba(255,255,255,.7);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.event-info-left {
    color: #000;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

.event-info-title {
    font-weight: bold;
    font-size: xx-large;
}

.event-info-address {
    margin-bottom: 10px;
}

.event-info-date {
    font-weight: bold;
    font-size: x-large;
}

.event-info-text {
    margin-bottom: 10px;
}

.event-info-right {
    color: #000;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-end;
}

#deviantSVG {
    fill: currentColor;
}

#upcomming-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-top: 20px;
}

.event-wrapper {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position-y: center;
    display: flex;
}

.trenner {
    color: #fff;
    width: 80%;
    margin: 50px auto;
}

#header-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 50px;
    position: fixed;
    background-color: #000;
    width: 100%;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,1);
    z-index: 1000;
}

nav{
    position: sticky;
    top: 0;
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
    flex-flow: row nowrap;
    justify-content: center;
}

.nav-item:hover{
    background-color: #222;
}

.nav-item{
    padding: 5px 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.nav-item > a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: large;
}

.nav-item > a:visited, .nav-item > a:link {
    text-decoration: none;
    color: #fff;
}

li .list-item-anchor {
    text-decoration: none;
    color: white;
    display: block;
    padding: 8px;
}

.text-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column nowrap;
}


.text-box span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

p {
    margin: 5px 0;
}

#title {
    font-size: xxx-large;
    font-weight: bold;

}

#subtitle {
    font-weight: bold;
    font-size: large;
}

#about {
    margin-top: 50px;
    margin-bottom: 34px
}

#about-me-text {
    width: 40%;
}

#about-me {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.sub-chapter-title {
    font-size: xx-large;
    text-align: center;
}

#container-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    font-family: 'DM Sans', sans-serif;
    transition: background .4s ease-in;
}

input[type=radio] {
    display: none;
}

#container {
    width: 100%;
    max-width: 800px;
    max-height: 800px;
    min-height: 600px;
    height: 100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#container .card {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .4s ease;
    cursor: pointer;
}

#container .cards {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

#container img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

#container #item-1:checked ~ .cards #song-9, #item-2:checked ~ .cards #song-7, #item-3:checked ~ .cards #song-8, #item-4:checked ~ .cards #song-5, #item-5:checked ~ .cards #song-6, #item-6:checked ~ .cards #song-3, #item-7:checked ~ .cards #song-4, #item-8:checked ~ .cards #song-1, #item-9:checked ~ .cards #song-2 {
    transform: translatex(-90%) scale(.6);
    opacity: .25;
    z-index: 0;
}

#container #item-1:checked ~ .cards #song-7, #item-2:checked ~ .cards #song-5, #item-3:checked ~ .cards #song-9, #item-4:checked ~ .cards #song-3, #item-5:checked ~ .cards #song-8, #item-6:checked ~ .cards #song-1, #item-7:checked ~ .cards #song-6, #item-8:checked ~ .cards #song-2, #item-9:checked ~ .cards #song-4 {
    transform: translatex(-80%) scale(.7);
    opacity: .5;
    z-index: 1;
}

#container #item-1:checked ~ .cards #song-5, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-7, #item-4:checked ~ .cards #song-1, #item-5:checked ~ .cards #song-9, #item-6:checked ~ .cards #song-2, #item-7:checked ~ .cards #song-8, #item-8:checked ~ .cards #song-4, #item-9:checked ~ .cards #song-6 {
    transform: translatex(-60%) scale(.8);
    opacity: .75;
    z-index: 2;
}


#container #item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-5, #item-4:checked ~ .cards #song-2, #item-5:checked ~ .cards #song-7, #item-6:checked ~ .cards #song-4, #item-7:checked ~ .cards #song-9, #item-8:checked ~ .cards #song-6, #item-9:checked ~ .cards #song-8 {
    transform: translatex(-40%) scale(.9);
    opacity: 1;
    z-index: 3;
}

#container #item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 , #item-4:checked ~ .cards #song-4, #item-5:checked ~ .cards #song-5, #item-6:checked ~ .cards #song-6, #item-7:checked ~ .cards #song-7, #item-8:checked ~ .cards #song-8, #item-9:checked ~ .cards #song-9 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 4;
}

#container #item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-4, #item-3:checked ~ .cards #song-1, #item-4:checked ~ .cards #song-6, #item-5:checked ~ .cards #song-3, #item-6:checked ~ .cards #song-8, #item-7:checked ~ .cards #song-5, #item-8:checked ~ .cards #song-9, #item-9:checked ~ .cards #song-7 {
    transform: translatex(40%) scale(.9);
    opacity: 1;
    z-index: 3;
}

#container #item-1:checked ~ .cards #song-4, #item-2:checked ~ .cards #song-6, #item-3:checked ~ .cards #song-2, #item-4:checked ~ .cards #song-8, #item-5:checked ~ .cards #song-1, #item-6:checked ~ .cards #song-9, #item-7:checked ~ .cards #song-3, #item-8:checked ~ .cards #song-7, #item-9:checked ~ .cards #song-5 {
    transform: translatex(60%) scale(.8);
    opacity: .75;
    z-index: 2;
}

#container #item-1:checked ~ .cards #song-6, #item-2:checked ~ .cards #song-8, #item-3:checked ~ .cards #song-4, #item-4:checked ~ .cards #song-9, #item-5:checked ~ .cards #song-2, #item-6:checked ~ .cards #song-7, #item-7:checked ~ .cards #song-1, #item-8:checked ~ .cards #song-5, #item-9:checked ~ .cards #song-3 {
    transform: translatex(80%) scale(.7);
    opacity: .5;
    z-index: 1;
}

#container #item-1:checked ~ .cards #song-8, #item-2:checked ~ .cards #song-9, #item-3:checked ~ .cards #song-6, #item-4:checked ~ .cards #song-7, #item-5:checked ~ .cards #song-4, #item-6:checked ~ .cards #song-5, #item-7:checked ~ .cards #song-2, #item-8:checked ~ .cards #song-3, #item-9:checked ~ .cards #song-1 {
    transform: translatex(90%) scale(.6);
    opacity: .25;
    z-index: 0;
}

#container #item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 img, #item-4:checked ~ .cards #song-4 img, #item-5:checked ~ .cards #song-5 img, #item-6:checked ~ .cards #song-6 img, #item-7:checked ~ .cards #song-7 img, #item-8:checked ~ .cards #song-8 img, #item-9:checked ~ .cards #song-9 img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}

#container .player {
    background-color: #fff;
    border-radius: 8px;
    min-width: 320px;
    padding: 16px 10px;
}

#container .upper-part {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    height: 36px;
    overflow: hidden;
}

#container .play-icon{ margin-right: 10px; }

#container .song-info {
    width: calc(100% - 32px);
    display: block;
}

#container .song-info .title {
    color: #403d40;
    font-size: 14px;
    line-height: 24px;
}

#container .sub-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#container .subtitle, .time {
    font-size: 12px;
    line-height: 16px;
    color: #c6c5c6;
}

#container .time {
    font-size: 12px;
    line-height: 16px;
    color: #a5a5a5;
    font-weight: 500;
    margin-left: auto;
}

#container .progress-bar {
    height: 3px;
    width: 100%;
    background-color: #e9efff;
    border-radius: 2px;
    overflow: hidden;
}

#container .progress {
    display: block;
    position: relative;
    width: 60%;
    height: 100%;
    background-color: #2992dc;
    border-radius: 6px;
}

#container .info-area {
    width: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    transition: transform .4s ease-in;
}

#container #item-2:checked ~ .player #test {
    transform: translateY(0);
}

#container #item-2:checked ~ .player #test  {
    transform: translateY(-40px);
}

#container #item-3:checked ~ .player #test  {
    transform: translateY(-80px);
}

#container #item-4:checked ~ .player #test  {
    transform: translateY(-120px);
}

#container #item-5:checked ~ .player #test  {
    transform: translateY(-120px);
}

#cc22 {
    background-image: url("../images/comiccon.jpg");
}