.hero{height:100vh;position:relative;width:100%;color:#ccc;display:flex;align-items:center;justify-content:center;flex-direction:column}.hero .skyimage{position:absolute;background-image:url(/_next/static/media/sky3-min.8a43546b.webp);width:100vw;height:100vh;inset:0!important;background-size:cover;background-position:bottom;max-width:100%;z-index:0;pointer-events:none}@supports not (background-image:url("../images/sky3-min.webp")){.hero .skyimage{background-image:url(/_next/static/media/sky3-min.6d73ea44.png)}}.hero .hillimage{position:absolute;background-image:url(/_next/static/media/hill_2-min.dd823456.webp);width:100vw;height:100vh;background-size:cover;background-position:bottom;max-width:100%;z-index:3;pointer-events:none}@supports not (background-image:url("../images/hill_2-min.webp")){.hero .hillimage{background-image:url(/_next/static/media/hill_2-min.bfe8e1ed.png)}}.hero .row{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;pointer-events:none;z-index:1}.hero .row.bottom{margin-top:auto;margin-bottom:3vh;flex-grow:0;flex-direction:column;z-index:4;justify-content:end;align-items:center;pointer-events:none}.hero .row.bottom svg{height:4vh;width:auto;fill:#eee;animation:scrolldown 1s infinite alternate;margin:0}.hero .leftContainer{flex:1 1;display:flex;align-items:center;justify-content:center;margin-top:-100px;z-index:1;height:100%}.hero .leftContainer img{width:50%;height:auto}.hero .rightContainer{flex:1 1;margin-top:-100px;z-index:1;height:100%}.hero .rightContainer,.hero .rightContainer .newest{display:flex;align-items:center;justify-content:center;flex-direction:column}.hero .rightContainer .newest a{display:flex;justify-content:center;pointer-events:auto}.hero .rightContainer .newest a img{width:75%;height:auto}.hero .rightContainer .newest h1{font-weight:400;color:#fff;margin:10px;font-size:2rem}.hero .rightContainer .newest h2{font-weight:400;margin:10px;font-size:1.5rem}.hero .rightContainer .newest h3{font-weight:400;margin:10px;font-size:1.1rem}.hero .rightContainer .newest a{text-decoration:none}.hero .rightContainer .newest a .cta{border:3px solid #ccc;text-align:center;padding:15px;width:140px;font-size:1.2rem;text-transform:uppercase;border-radius:15px;color:#fff;cursor:pointer;transition:opacity 1s ease 0s,.5s ease 0s;margin:20px 0 0}.hero .rightContainer .newest a .cta:active,.hero .rightContainer .newest a .cta:hover{background:rgba(255,255,255,.2)}@keyframes scrolldown{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@media screen and (max-width:750px){.hero{justify-content:flex-start;box-sizing:border-box}.hero .row{margin-top:50px;flex-direction:column;align-items:center}.hero .row.bottom{margin-bottom:15vh}.hero .row .leftContainer{display:none}.hero .row .leftContainer img{height:20vh;width:auto}.hero .row .rightContainer .newest img{height:25vh;width:auto;margin-top:10px}.hero .row .rightContainer .newest h1{font-size:1.2rem;margin:0}.hero .row .rightContainer .newest h2{font-size:1rem;margin:0}.hero .row .rightContainer .newest h3{font-size:.9rem;margin:0}}.about{width:100%;color:#ccc;display:flex;position:relative;z-index:5}.about .skyimagebg{background:linear-gradient(240deg,rgb(0,97,147),rgb(255,0,51) 90%),url(/_next/static/media/deepskybg-min.9a4b22d1.webp);position:absolute;top:0;width:100vw;height:100vh;background-size:cover;background-position:50%;z-index:0;max-width:100%;background-blend-mode:overlay}@supports not (background-image:url("../images/deepskybg-min.webp")){.about .skyimagebg{background:linear-gradient(240deg,rgb(0,97,147),rgb(255,0,51) 90%),url(/_next/static/media/deepskybg-min.19b240ac.jpg)}}.about .skyimagebg .vignetting{background:radial-gradient(100% 100% at 50% 50%,rgba(0,0,0,0) 1%,rgb(0,0,0) 51%);width:100%;height:100%;background-blend-mode:normal}.about .content{width:100%;display:flex;flex-direction:row;z-index:1;margin-top:20px}.about .content .text{padding:50px;box-sizing:border-box;font-size:1.2rem}.about .content .text h2{color:#eee;font-weight:400;margin-bottom:10px;font-size:1.8rem}.about .content .text a{color:#ccc}.about .content .text a:hover{color:#6b0279}.about .content .imgcontainer{display:flex;max-width:40vw;margin-left:auto;box-sizing:border-box}.about .content .imgcontainer img{max-width:100%;height:auto;object-fit:scale-down;flex:0 0 auto}@media screen and (max-width:750px){.about .skyimagebg{height:100%}.about .content{flex-direction:column}.about .content .imgcontainer{max-width:100%;margin:0;padding:50px}}.header{position:fixed;width:100vw;height:100px;display:flex;z-index:900;transition:all .5s;padding:0 20px;box-sizing:border-box;pointer-events:none}.header.small{height:50px;background:rgba(0,0,0,.5);box-shadow:0 2px 2px rgba(50,50,50,.3);border-color:rgba(50,50,50,.1);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:all .5s;padding:0}.header .logo{height:100%;width:50px;display:flex;align-items:center}.header .logo img{height:90%;width:auto}.header .menu{display:flex;margin-left:auto;margin-right:10px;font-size:20px;text-transform:uppercase;color:#ccc;align-items:center;justify-content:center}.header .menu .item,.header .menu a{text-decoration:none}.header .menu .item{margin-right:20px;transition:all .5s;color:#ccc;pointer-events:auto}.header .menu .item:hover{font-size:21px;color:#eee;cursor:pointer}.header .hamburgermenu,.header .iconBox{display:none;pointer-events:auto}@media screen and (max-width:750px){.header{width:100vw}.header .menu{display:none}.header .iconBox{display:block;fill:#fff;height:50px;width:20px;margin-right:30px;top:0;position:absolute;right:10px;z-index:901}.header .iconBox.close{transform:rotate(45deg)}.header .hamburgermenu{position:absolute;right:0;margin-top:0;padding-top:50px;height:100vh;background:rgba(0,0,0,.5);display:flex;flex-direction:column;box-sizing:border-box}.header .hamburgermenu a{text-decoration:none}.header .hamburgermenu .item{box-sizing:border-box;width:100%;text-align:right;padding:20px 32px 20px 20px;transition:all .5s;color:#ccc;text-decoration:none;text-transform:uppercase;font-size:1.3rem}}@supports((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.hamburgermenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.card{display:flex;padding:20px;flex-direction:column;align-items:center;flex-shrink:0}.card a{color:#fff}.card .btn{width:125px;height:125px;border-radius:100%;border:2px solid #fff;text-align:center;transition:all .5s}.card .btn svg{width:40%;height:100%}.card .btn svg.hover,.card .btn:hover{transition:all .5s}.card .btn:hover{background:#fff}.card .btn:hover.Spotify svg{fill:#1db954;transition:all .5s}.card .btn:hover.Youtube svg{fill:red;transition:all .5s}.card .btn:hover.Soundcloud svg{fill:#f50;transition:all .5s}.card .btn:hover.AppleMusic svg{fill:#fb5c74;transition:all .5s}.card .btn:hover.AmazonMusic svg{fill:#0dbff5;transition:all .5s}.card .btn:hover.Tidal svg{fill:#000;transition:all .5s}.card .btn:hover.X svg{fill:#1da1f2;transition:all .5s}.card .btn:hover.Facebook svg{fill:#1778f2;transition:all .5s}.card .btn:hover.Instagram svg{fill:#c13584;transition:all .5s}.card h1{font-size:1.3rem;font-weight:400;margin-top:20px}.card p{margin-top:10px;text-align:center;font-size:1rem}.card.small{padding:15px}.card.small .btn{width:75px;height:75px}.card.small h1{font-size:1.1rem}.card.small p{font-size:.9rem}@media screen and (max-width:750px){.card{padding:20px 5px}.card .btn{width:100px;height:100px}}.streaming{color:#fff;display:flex;position:relative;margin-top:50px;z-index:6}.streaming .container{padding:50px;box-sizing:border-box;z-index:1}.streaming .container.glowbox{position:absolute;top:0;left:0;background-color:#9b4c4c;z-index:-1;height:100%}.streaming .container.glowbox,.streaming .container.left{width:60vw;border-top-right-radius:25px;border-bottom-right-radius:25px}.streaming .container.left{display:flex;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.1);border-left:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.01);background:linear-gradient(75deg,rgba(255,255,255,.01),rgba(255,255,255,.1));overflow:hidden}.streaming .container.left .glow{display:block;position:absolute;width:1300px;height:1300px;border-radius:50%;left:0;top:0;background-image:radial-gradient(rgba(0,136,255,.1) 0,rgba(0,136,255,0) 70%);transform:translate(0);z-index:-1}.streaming .container.right{width:40vw}.streaming .container .headline h1{font-weight:400;letter-spacing:5px;text-transform:uppercase;color:#eee}.streaming .container .content{width:100%;margin-top:50px;display:flex;box-sizing:border-box;justify-content:space-evenly;flex-wrap:wrap}@media screen and (max-width:750px){.streaming{flex-wrap:wrap}.streaming .container.left{width:100vw;border-top-right-radius:0;padding:0}.streaming .container.left .glow{display:none}.streaming .container.left .content{width:100vw}.streaming .container.left .headline{margin-top:50px;text-align:center}.streaming .container.right{display:none}}.releasesSection{width:100%;color:#ccc;display:flex;justify-content:center;z-index:10;position:relative}.releasesSection .container{padding:50px 0;box-sizing:border-box;width:100%;display:flex;flex-direction:column}.releasesSection .container .headline{margin-top:50px;width:100%}.releasesSection .container .headline h1{text-align:center;font-weight:400;letter-spacing:5px;text-transform:uppercase;color:#eee}.releasesSection .container .content{padding:50px;display:flex;flex-wrap:wrap;justify-content:center}.releasesSection .container .content .releases{display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%}.releasesSection .container .content .release{flex:1 1 250px;position:relative;max-width:375px;max-height:375px;min-width:250px;min-height:250px;padding:30px;box-shadow:5px 5px 5px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1);border-radius:30px;margin-bottom:20px;transition:scale .5s ease 0s,.5s ease 0s;background:linear-gradient(75deg,rgba(255,255,255,.05),rgba(255,255,255,.1));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.releasesSection .container .content .release:hover{transform:scale(1.13);transition:scale .5s ease 0s,.5s ease 0s}.releasesSection .container .content .release .label{position:absolute;top:20px;right:-42px;height:10px;width:100px;border-bottom:35px solid #672626;border-left:35px solid rgba(0,0,0,0);border-right:35px solid rgba(0,0,0,0);transform:rotateY(0deg) rotate(45deg);text-align:center;font-size:.72rem;line-height:54px}.releasesSection .container .content .release img{width:100%;height:auto;transition:scale .5s ease 0s,.5s ease 0s}.releasesSection .container .content .release img:hover{box-shadow:0 10px 13px -7px rgba(255,255,255,0),0 15px 50px -30px rgba(255,255,255,.3)}.releasesSection .container a{text-align:center;color:#ccc;font-size:1.3rem}@keyframes swipe{0%{transform:translateX(0)}to{transform:translateX(-15px)}}@media screen and (max-width:750px){.releasesSection .container .headline{font-size:1.3rem}.releasesSection .container .content{margin-top:30px;justify-content:start;padding:10px}.releasesSection .container .content .releases .release{padding:25px}.releasesSection .container .content .releases .release:hover{transform:none}.releasesSection .container .content .releases .release .label{top:7px;right:-33px;height:10px;width:60px;border-bottom:30px solid #672626;border-left:30px solid rgba(0,0,0,0);border-right:30px solid rgba(0,0,0,0);font-size:.43rem;line-height:50px}}.pictures{position:relative;padding:100px 0;width:100%;display:flex;justify-content:center;box-sizing:border-box;align-items:center;margin-top:50px}.pictures .skyimagebg{background:linear-gradient(240deg,rgb(255,120,0) 10%,rgb(0,97,147)),url(/_next/static/media/deepskybg-min.9a4b22d1.webp);position:absolute;top:0;width:100vw;height:100%;background-size:cover;background-position:50%;z-index:-1;max-width:100%;background-blend-mode:overlay}@supports not (background-image:url("../images/deepskybg-min.webp")){.pictures .skyimagebg{background:linear-gradient(240deg,rgb(255,120,0) 10%,rgb(0,97,147)),url(/_next/static/media/deepskybg-min.19b240ac.jpg)}}.pictures .skyimagebg .vignetting{background:radial-gradient(100% 100% at 50% 50%,rgba(0,0,0,0) 1%,rgb(0,0,0) 51%);width:100%;height:100%;background-blend-mode:normal}.pictures .content{display:flex;width:50vw;flex-direction:column;z-index:1;overflow:hidden}.pictures .picture{position:relative;width:30vw}.pictures .picture img{height:auto;width:100%;box-shadow:0 0 15px -1px rgba(0,0,0,.7)}.pictures .picture .quote{position:absolute;top:50%;transform:translateY(-50%);right:-250px;background:rgba(0,0,0,.7);width:50%;color:#ccc;padding:25px;font-size:1.2rem;border-radius:10px}.pictures .picture .quote .qm{position:absolute;top:5px;left:10px;font-size:30px;font-style:italic}.pictures .picture .quote p{color:#828282;font-size:1.1rem;text-align:right}.pictures .picture:nth-child(2n){align-self:flex-end;margin-right:0}.pictures .picture:nth-child(odd){align-self:flex-start;margin:-3vw 0 -3vw -3vw}@media screen and (max-width:750px){.pictures .content{width:80vw}.pictures .content .picture{width:50vw}.pictures .content .picture .qm{font-size:1.8rem}.pictures .content .picture .quote{display:none}.pictures .content .picture .quote p{font-size:.45rem;margin-top:5px}}.socials{color:#fff;display:flex;position:relative}.socials .container{padding:50px;box-sizing:border-box}.socials .container.left{width:70vw;background:url(/_next/static/media/shootingstar.0639030b.webp) no-repeat;background-size:150px;background-position:50%}.socials .container.right{width:30vw}.socials .container .headline h1{font-weight:400;letter-spacing:5px;text-transform:uppercase;color:#eee;text-align:center}.socials .container .content{margin-top:20px;display:flex;box-sizing:border-box;justify-content:space-evenly;flex-wrap:wrap}@media screen and (max-width:750px){.socials .container.left{display:none}.socials .container.right{width:100vw}}.footer{padding:30px;width:100%;color:#ccc;display:flex;background:#1b1b1b;box-sizing:border-box;font-size:.8rem;color:#aaa}.footer .left{width:50vw;cursor:pointer}.footer .left .impressum{background:url(/_next/static/media/impressum.0587bb93.webp) no-repeat;height:1000px;width:59vw;margin-left:-15px;background-size:contain}.footer .right{width:50vw;text-align:right}