@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Doto:wght,ROND@100..900,100&display=swap');

body {
    background-color: rgb(250, 250, 250);
    padding: 0;
    margin: 0;
    text-align: center;
}

* {
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;

}

.lgray {
    background-color: white;
}

.dgray {
    background-color: rgb(27, 27, 27);
}

.header {
    position: fixed;
    top: 0px;
    height: 70px;
    width: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 255, 0.80);
    backdrop-filter:invert(100%) blur(20px);
    box-shadow: 0px 1px 24px 10px rgba(0,0,0,0.16);
}

.headermenu {     
    display: flex;
    justify-content: center;
    
}

.hditem {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 70px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    letter-spacing: -0.5px;
}

.hditem:hover {
    font-weight: bold;
}

.ascii{
    color: blue;
    font-weight:bold;
    height:130px;
    margin-top: 130px;
    text-shadow: 0px 12px 18px rgba(0,0,0,0.37);
    font-family: monospace;
}

.videotext {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size:14px!important;
}

.videolist {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

videowrapper {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 180px;
    padding: 0;
    display: block;
}

.vid {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 180px;
    background-color: transparent;
    cursor: pointer;
}

videocard {

    padding: 10px;
    width: 256px;
    text-align:left;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin: -20px;
    transform: scale(0.8);
    float: left;
    opacity:0.95;
    margin-top:0px;
}

videocard:hover{
opacity:1;
}

a {

    font-optical-sizing: auto;

}

.afor {
    opacity: 0.7;
    font-size: 15px;
}

.avid {
    display: block;
    margin-top: 15px;
    text-decoration: none;
    color: black;
}



albumlist {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    background: transparent;
    margin-top:20px;


}

albumwrap {
    display: flex;
    align-items: center;
    padding: 16px;
    width: 100%;
    max-width: 1800px;
    text-align: left;
    transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    margin: 0px;
    margin-left: -80px;
    margin-right: -80px;
    margin-bottom: 15px;
    border: solid white 2px;
    transform: scale(0.8);
    height: 64px;
    opacity:0.8;


}

albumwrap:hover {
    opacity:1;
    

}

.cover {

    height: 80px;
    width: 80px;
    float: left;
    border-radius: 10px;
    margin-right: 30px;


}

atitle {
    letter-spacing: -0.5px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 40px;
    margin-right: 20px;
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

aartist {

    font-weight: 300;
    margin-left: 5px;
    margin-right: 20px;
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

prod {
    letter-spacing: -0.5px;
    font-weight: 300;
    margin-left: 10px;
    margin-right: 20px;
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

vl {
    color: transparent;
    height: 100%;
    width: 3px;
    border-radius: 5px;
    display: inline-block;
    background: transparent;
    opacity: 0;
}

.mic {
    margin-left: 20px;
}

year {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    margin-left: auto;
    float: right;
}

.bvideo {
    border-radius: 20px;
    box-shadow: 0px 16px 15px -12px rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}

.avideo {
    left: 0;
    top: 0;
    background-size: cover;
    background: no-repeat center;
    margin-left: 50vw;
    user-select: none;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    filter: grayscale(15%) blur(2px) brightness(56%) saturate(92%) opacity(49%) contrast(79%);
    z-index:-1;
}

.wip{
   opacity: 0.7!important;
   }

.impressum {
	color:black;

}
