body {
  background-color: black;
  color: teal;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Share Tech Mono', monospace!important;
  -ms-overflow-style: none;
}

@font-face {
  font-family: nokian;
  src: url(/fonts/komrad-mobile/webFonts/Nokian11/font.woff2);
}

body::-webkit-scrollbar {
  display: none;
}

.device {
  max-width: 100vw;
  max-height: 110vh;
  position: absolute;
  top: -6.5vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  pointer-events: none;
}

.console-container  {
  width: 100%;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
}

.console {
  /* overflow-y: hidden scroll; */
  max-width: 97vh;
  height: 73vh;
  overflow: hidden;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16vh;
  margin-bottom: 18vh;
  padding: 2vh;
  background-color: #031e11;
}

.konsoleScreen {
  width: 93vh;
  height: 68.3vh!important;
  border: 0.3vh solid #AAAAAA;
  box-shadow: 0px 0rem 0.5vh 0.1rem #0c7b46!important;
}

.konsoleRadioGlow {
  box-shadow: 0px 0rem 0.5vh 0.1rem #0c7b46 inset!important;
  z-index: 1;
  position: absolute;
  background-color: transparent;
  height: 5.1vh;
  width: 91.2vh;
  top: 19vh;
  pointer-events: none;
  margin-left: 0.6vh;
}

.konsoleRadio {
  height: 6vh;
  width: 92vh;
  margin: 0.2vh;
  border: 0.4vh solid #AAAAAA;
  box-shadow: 0px 0rem 0.5vh 0.1rem #0c7b46!important;
}

.konsoleRadio iframe {
  height: 297%!important;
}

#terminal-text-form {
  display: none;
}

.konsoleDisplayGlow{
  box-shadow: 0px 0rem 0.5vh 0.1rem #0c7b46 inset!important;
  z-index: 1;
  position: absolute;
  background-color: transparent;
  height: 44.2vh;
  width: 91.2vh;
  top: 25.1vh;
  pointer-events: none;
  margin-left: 0.6vh;
}

.konsoleDisplay {
  height: 45vh;
  margin: 0.2vh;
  border: 0.4vh solid #AAAAAA;
  box-shadow: 0px 0rem 0.5vh 0.1rem #0c7b46!important;
  background-color: #191919;
}

.logoAnimationDesktop {
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
}

#logoAnimationMobile {
  display: none;
}

.konsoleTerminalGlow {
  box-shadow: 0px 0rem 0.5vh 0.1rem #0c7b46 inset!important;
  z-index: 1;
  position: absolute;
  background-color: transparent;
  height: 15.1vh;
  width: 91.2vh;
  top: 70.28vh;
  pointer-events: none;
  margin-left: 0.6vh;
}

.konsoleTerminal {
  height: 15.9vh;
  margin: 0.2vh;
  border: 0.4vh solid #AAAAAA;
  z-index: 0;
  box-shadow: 0px 0rem 0.5vh 0.1rem #0c7b46!important;
}

span {
  font-size: 2vh!important;
  font-family: 'Share Tech Mono', monospace!important;
  text-shadow: 0 0rem 1rem #0c7b46!important;
}

.terminal-output a {
  color: var(--link-color,#d74ea6)!important;
  font-size:2vh!important;
  font-family: 'Share Tech Mono', monospace!important;
}

.cmd, .cmd div, .cmd span, .terminal, .terminal-output>:not(.raw) a, .terminal-output>:not(.raw) div, .terminal-output>:not(.raw) span {
  line-height: calc(var(--size, 1)*1.8vh)!important;
}

#term {
  height: 15.9vh;
  overflow: hidden!important;
}

.terminal-wrapper {
  z-index: -1!important;
}

:root {
  --background: #031e11;
  --size: 1.5;
}
/* to see yourself like in a mirror */
.self {
  transform: scale(-1, 1);
}
/* flicker animation taken from http://goonhub.com/secret */
.flicker {
  background: rgba(56, 17, 17, 0.09);
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  animation: flicker 0.12s infinite;
  position: absolute;
  height: 74vh;
  width: 97vh;
  top: 17vh;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes flicker {
0% {
  opacity: 0.552;
}
5% {
  opacity: 0.48287;
}
10% {
  opacity: 0.59134;
}
15.0% {
  opacity: 0.79543;
}
20% {
  opacity: 0.75134;
}
25% {
  opacity: 0.1956;
}
30.0% {
  opacity: 0.90687;
}
35% {
  opacity: 0.122;
}
40% {
  opacity: 0.62254;
}
45% {
  opacity: 0.56977;
}
50% {
  opacity: 0.9925;
}
55.0% {
  opacity: 0.55487;
}
60.0% {
  opacity: 0.16607;
}
65% {
  opacity: 0.12353;
}
70% {
  opacity: 0.2214;
}
75% {
  opacity: 0.67908;
}
80% {
  opacity: 0.97163;
}
85.0% {
  opacity: 0.1275;
}
90% {
  opacity: 0.37186;
}
95% {
  opacity: 0.24475;
}
100% {
  opacity: 0.37221;
}
}
/* glow */
.terminal {
  text-shadow: 0 0rem 1rem #0c7b46!important;
  padding: 1.5vh;
}
/* based on
https://blog.carbonfive.com/2015/01/07/vintage-terminal-effect-in-css3/
*/
.scanlines {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      to bottom,
      rgba(255,255,255,0),
      rgba(255,255,255,0) 50%,
      rgba(0,0,0,.2) 70%,
      rgba(0,0,0,.6)
  );
  background-size: 100% .3rem;
  position: absolute;
  pointer-events: none;
  z-index: 5;
}
.scanlines:before {
position: absolute;
top: 0px;
width: 100%;
height: 5px;
background: #fff;
background: linear-gradient(to bottom,
    rgba(255,0,0,0) 0%,
    rgba(255,250,250,1) 50%,
    rgba(255,255,255,0.98) 51%,
    rgba(255,0,0,0) 100%
); /* W3C */
opacity: .1;
}
.scanlines:after {
box-shadow: 0 2px 6px rgba(25,25,25,0.2),
    inset 0 1px rgba(50,50,50,0.1),
    inset 0 3px rgba(50,50,50,0.05),
    inset 0 3px 8px rgba(64,64,64,0.05),
    inset 0 -5px 10px rgba(25,25,25,0.1);
}

#term:focus-within + .scanlines:before {
content: '';
animation: vline calc(var(--time, 2) * 1s) linear infinite;
}
/*
* MS Edge don't support focus-within and css vars
* inside pseudo selector
*/
@supports (-ms-ime-align:auto) {
  .scanlines:before {
      content: '';
      animation: vline 3s linear infinite;
  }
}
@keyframes vline {
to { transform: translate(0, 100%)}
}

.gallery {
  margin: 0;
  margin-top: -7vh;
}

.image-right {
  width: 100%;
  height: auto;
  padding: 8px;
  background-color: black;
  border-left: 1px solid #d74ea6;
  border-bottom: 2px solid #d74ea6;
  border-right: none;
  text-align: left;
}

.image-left {
  width: 100%;
  height: auto;
  padding: 8px;
  background-color: black;
  border-right: 1px solid #d74ea6;
  border-bottom: 2px solid #d74ea6;
  border-left: none;
  text-align: right;
}

.videos {
  margin-bottom: -6px;
  width: 57.6vh!important;
}

.images {
  width: 57.6vh!important;
}

@media (max-aspect-ratio: 1206/949) {
  .videos, .images  {
    max-width: 45vw!important
  }
  .gallery  {
    margin-top: 6.3vw;
  }
  .console  {
    width: 76vw;
    height: 60vw;
    padding: 2.2vw;
    margin-top: 2.4vw;
    margin-bottom: 0;
  }
  .console-container  {
    padding-top: 10vw;
  }
  .device  {
    max-width: 100vw;
    top: -5vw;
  }
  .konsoleDisplay {
    max-height: 65.8%;
    width: auto;
    margin: 0.18vw;
    border: 0.3vw solid #AAAAAA;
    box-shadow: 0px 0rem 0.5vw 0.1vw #0c7b46!important;
  }
  .konsoleScreen {
    width: 73.3vw;
    height: 53.8vw!important;
    border: 0.22vw solid #AAAAAA;
    box-shadow: 0px 0rem 0.5vw 0.1vw #0c7b46!important;
    margin-left: -1vw;
    margin-top: -0.3vw;
  }
  .konsoleRadio {
    height: 10%;
    width: auto;
    margin: 0.18vw;
    border: 0.3vw solid #AAAAAA;
    box-shadow: 0px 0rem 0.5vw 0.1vw #0c7b46!important;
  }

  .archiveLink {
    display: none;
  }

  .donateLink {
    display: none;
  }

  .konsoleRadioGlow {
    box-shadow: 0px 0rem 0.5vw 0.1vw #0c7b46 inset!important;
    z-index: 1;
    position: absolute;
    background-color: transparent;
    height: 4.85vw;
    width: 72.03vw;
    top: 14.9vw;
    pointer-events: none;
    margin-left: 0.4vw;
  }
  .konsoleDisplayGlow {
    box-shadow: 0px 0rem 0.5vw 0.1vw #0c7b46 inset!important;
    z-index: 1;
    position: absolute;
    background-color: transparent;
    height: 34.7vw;
    top: 20.4vw;
    pointer-events: none;
    width: 72.03vw;
    margin-left: 0.4vw;
  }
  .konsoleTerminal {
    height: 23%!important;
    z-index: 0;
    margin: 0.18vw;
    border: 0.3vw solid #AAAAAA;
    box-shadow: 0px 0rem 0.5vw 0.1vw #0c7b46!important;
    width: auto;
  }
  .konsoleTerminalGlow {
    z-index: 1;
    position: absolute;
    background-color: transparent;
    height: 11.9vw;
    top: 55.7vw;
    pointer-events: none;
    box-shadow: 0px 0rem 0.5vw 0.1vw #0c7b46 inset!important;
    width: 72.03vw;
    margin-left: 0.4vw;
  }
  .flicker {
    height: 61vw;
    width: 79vw;
    top: 12vw;
    left: 10vw;
  }
  .scanlines {
    top: 11vw;
    left: 9vw;
    height: 62vw;
    width: 82vw;
  }
  span {
    font-size: 1.9vw!important;
    font-family: 'Share Tech Mono', monospace;
  }
  
  .cmd, .cmd div, .cmd span, .terminal, .terminal-output>:not(.raw) a, .terminal-output>:not(.raw) div, .terminal-output>:not(.raw) span {
    line-height: calc(var(--size, 1)*1.8vw)!important;
  }
  .terminal, .terminal .terminal-fill {
    padding: 0.8vw!important;
  }
  .terminal-output a {
    font-size:1.9vw!important;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #031e11;
  color: #AAAAAA;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  font-weight: bold;
  text-shadow: 0 0rem 1rem #0c7b46!important;
}

#myBtn:hover {
  background-color: #d74ea6;
}
.col-6 {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 650px) {
  .videos, .images  {
    max-width: 45vw!important
  }
  .gallery  {
    margin-top: -3.4vw!important;
  }
  .console  {
    width: 75.26vw!important;
    height: 55.26vw!important;
    margin-top: 44vw!important;
    margin-bottom: 44.1vw;
    margin-left: 11.5vw!important;
    max-width: 100vw;
    padding: 2vw;
  }
  .console-container  {
    padding-top: 14.04vw!important;
  }
  .device  {
    top: 0.41vw;
    left: 0vw;
    width: 99vw!important;
    max-height: 160vw;
  }
  .konsoleDisplay {
    width: 73.5vw!important;
    margin-left: -1.8vw!important;
    margin-top: 11vw!important;
    box-shadow: 0px 0rem 0vw 0vw!important;
    border: transparent;
  }
  .livestream {
    margin-top: 7vw;
    width: 68vw;
    margin-left: 3vw;
    height: 39vw;
  }
  .image-right {
    border-left: 1px solid #75b386;
    border-bottom: 2px solid #75b386;
  }
  .image-left {
    border-right: 1px solid #75b386;
    border-bottom: 2px solid #75b386;
  }
  #myBtn {
    background-color: #75b386;
    font-family: nokian;
    font-weight: 400;
    font-size: 6.4vw;
    color: black;
    text-shadow: 0 0rem 0rem!important;
  }
  .flicker, .scanlines, .konsoleRadioGlow, .konsoleDisplayGlow, .konsoleTerminalGlow, .konsoleTerminal {
    display: none;
    margin-top: 4vw;
  }
  .konsoleScreen {
    /* background-image: url(details/passwordMobile.png); */
    background-size: 100%;
    margin-top: -8vw;
    margin-left: -1.5vw;
    border: transparent;
    box-shadow: 0px 0rem 0vw 0vw!important;
    width: 73.4vw;
    height: 68.3vw!important;
  }
  #screenMobile {
    background-image: ;
    margin-top: ;
    background-color: black;
  }
  .konsoleDisplay {
    margin-left: 0.2vw!important;
    margin-top: -11vw!important;
    max-height: 53vw;
    background-color: transparent;
  }
  .logoAnimationDesktop {
    display: none;
  }
  #logoAnimationMobile {
    display: ;
    margin-top: 13.4vw;
    height: 35vw;
    margin-left: 19vw;
  }
  #terminal-text-form {
    display: contents;
  }
  #password {
    background-color: black!important;
    color: black!important;
    font-family: 'Nokian';
    margin-top: 43vw;
    font-size: 5.1vw;
    margin-left: 39vw;
    width: 29vw;
    border-width: 0;
  }

  .archiveLink {
    margin-top: -19.6vw;
    margin-left: 5.2vw;
    font-family: nokian;
    display: block!important;
    position: relative;
    font-size: 6.3vw;
    color: #75b386;
    width: 32vw;
  }

  .donateLink {
    margin-top: -9.6vw;
    margin-left: 40.5vw;
    font-family: nokian;
    display: block!important;
    position: relative;
    font-size: 6.3vw;
    color: #75b386;
    width: 32vw;
  }

  .konsoleRadio {
    border-width: 0;
    box-shadow: 0px 0rem 0vw 0vw!important;
    margin-top: 6vw;
    width: 69vw;
    min-height: 6vw;
  }
  .konsoleRadio iframe {
    height: 58vw!important;
    width: 105%!important;
    margin-left: 1vw;
  }
}

.col-left {
  padding: 0%;
  width: 100%;
}

.col-right {
  padding: 0%;
  width: 100%;
}

figure {
  margin: 0;
}

/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
  font-family: 'Share Tech Mono', monospace!important;
}
#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #d74ea6;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
  font-family: 'Share Tech Mono', monospace!important;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #d74ea6;
}
/*Cookie Consent End*/