/* dosis-200 - latin */
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/dosis-v25-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/dosis-v25-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dosis-v25-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dosis-v25-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/dosis-v25-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dosis-v25-latin-200.svg#Dosis') format('svg'); /* Legacy iOS */
  }
  /* dosis-300 - latin */
  @font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/dosis-v25-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/dosis-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dosis-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dosis-v25-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/dosis-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dosis-v25-latin-300.svg#Dosis') format('svg'); /* Legacy iOS */
  }
  /* dosis-regular - latin */
  @font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dosis-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/dosis-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dosis-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dosis-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/dosis-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dosis-v25-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
  }
html, body {
    padding:0;
    margin:0;
    background:#000;
    color:#fff;
    background-image: url("../img/keta_kartell-der-hintergrund.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    width:100%;
    height: 100%;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 200;
}

body {
    -webkit-transition: all 666ms ease-in-out;
    -moz-transition: all 666ms ease-in-out;
    -ms-transition: all 666ms ease-in-out;
    -o-transition: all 666ms ease-in-out;
    transition: all 666ms ease-in-out;
}

.center {
    width:100vw;
    max-width:330px;
    margin:auto;
    box-sizing: border-box;
    padding:10vw 20px;
    display: grid;
    align-content: top;
}
.center img {
    width:100%;
}
#nogLogo {
    max-width:50%;
    margin: 20px auto 0;
}
ul {
    padding:0;
    list-style: none;
}
nav ul li a {
    color:#000;
    text-transform: uppercase;
    border:0 solid #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 80%;
    padding:10px;
    letter-spacing: 4px;
    margin:0 auto 20px;
    background: #fff;
    border-radius: 2rem;
}

nav ul li hr {
    margin-bottom: 1.5rem;
    border-color:#000;
    background:rgba(255,255,255,0,2);
}

nav ul li:nth-child(even) a:hover {
    color:rgb(255, 0, 255);
    background:#e5ff00;
}

nav ul li:nth-child(odd) a:hover {
    color:#e5ff00;
    background:rgb(255, 0, 255);
}

nav ul li.twitch a {
    background:#bf94ff;
    color:#fff;
}

nav ul li.twitch a:hover {
    background:#fff;
    color:#bf94ff;
}


.footer {
    text-align: center;
}
.footer li {
    display:inline-block;
}

.footer li a {
    color:#fff;
    text-transform: uppercase;
    padding:0 5px;
    background:transparent;
}

.footer li:nth-child(even) a:hover {
    color:#ff00ff;
    background:#e5ff00;
}

.footer li:nth-child(odd) a:hover {
    color:#e5ff00;
    background:rgb(255, 0, 255);
}

.contentframe {
    position: fixed;
    left:100%;
    top:0;
    height: 100%;
    width:100%;
    padding:50px 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all 1337ms ease-in-out;
-moz-transition: all 1337ms ease-in-out;
-ms-transition: all 1337ms ease-in-out;
-o-transition: all 1337ms ease-in-out;
transition: all 1337ms ease-in-out;
filter: blur(20px);
opacity: 0;
}
.contentframe.view {
    left:0;
    filter: blur(0px);
    opacity: 1;
}

.contentframe {
    height: 100%;
    overflow-y: scroll;
}

.contentframe a {
    font-weight: 400;
    color:#fff;
}

.topbar {
    position: fixed;
    top:0px;
    border-bottom: 1px solid #fff;
    background-color: #000;
    height: 50px;
    text-align: center;
    width:100%;
}

.backbtn {
    position: absolute;
    left:10px;
    height: 30px;
    top:10px;
    line-height: 30px;
    padding:0 5px;
    background-color: #fff;
    border-radius: 3px;
    color:#000;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}

.backbtn:hover {
    background-color: #000;
    color:#fff;
}

h2 {
    padding:0;
    margin:0;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.vctoverlay {
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background:url("../img/glitch.gif") center center no-repeat;
    background-size: cover;
    pointer-events: none;
    filter: contrast(2);
    mix-blend-mode: soft-light;
    z-index: 21337;
}

::-moz-selection {
    color: #000; background: #fff;
  }
  
  ::selection {
    color: #000; background: #fff;
  }