html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.1s ease all;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #FAFAFA; }

* {
  font-family: 'Source Code Pro', monospace; }

main {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.swiper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

#wrap {
  position: relative;
  width: 500px;
  height: 500px; }
  #wrap img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0; }
  #wrap #shine {
    z-index: 3;
    pointer-events: none; }

#content {
  margin-top: -60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  -webkit-transform: translateX(210px);
          transform: translateX(210px);
  transition: ease 0.4s; }
  #content.show {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #content.hide #lyrics-wrap {
    opacity: 0; }
  #content.hide #wrap {
    opacity: 0.5; }

.swiper {
  opacity: 0;
  transition: ease 0.3s; }
  .swiper.hide {
    opacity: 1; }

#lyrics-wrap {
  background: #FAFAFA;
  width: 400px;
  height: 400px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
  transition: ease 0.3s; }
  #lyrics-wrap:after, #lyrics-wrap:before {
    top: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(255, 255, 255, 0) 100%); }
  #lyrics-wrap:before {
    top: inherit;
    bottom: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

#lyrics {
  position: absolute;
  left: 0;
  top: 400px;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s; }
  #lyrics.show {
    opacity: 1; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

.swiper {
  -webkit-filter: sepia(0.5) brightness(0.7);
          filter: sepia(0.5) brightness(0.7); }
  .swiper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("https://fabianburghardt.de/swisscolors/img/noise.jpg");
    background-size: 30%;
    background-repeat: repeat;
    z-index: 69;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    pointer-events: none; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s; }

.switch.active .slider {
  background: black; }

.switch.active .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px); }

.ww {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0; }

.w {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .w p {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    font-size: 13px; }
  .w.white p {
    color: white; }

@media (max-width: 800px) {
  #content {
    -webkit-transform: none !important;
            transform: none !important;
    flex-direction: column;
    margin-top: -140px !important; }
  #wrap {
    width: 250px;
    height: 250px; }
  #lyrics-wrap {
    width: 300px;
    height: 150px;
    margin-bottom: 30px;
    margin-left: 0; }
  #lyrics {
    font-size: 14px;
    top: 150px; } }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }
