html,body{margin:0;
          padding:0;}


@media print, screen and (min-width: 40em) {
  html {
    font-size: 100%;
  }
}

body {
  display: block;
  background: repeat-y center center fixed;
  background-size: cover;
  background-blend-mode: multiply;
  min-height: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  /* ...and now for the proper property */
  transition: .2s;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px dashed;
}

img {
  width: 100%;
}

body.boxed {
  background: #FFF;
  max-width: 79rem;
  margin: auto;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
}

.menu-icon {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  margin-right: 2rem;
}

.button.menu-icon:active {
  border: 0;
}

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}

.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}

.burger-icon::before {
  top: -8px;
}

.burger-icon::after {
  top: 8px;
}

.menu-button.is-active .burger-icon {
  background-color: transparent;
}

.menu-button.is-active .burger-icon::before {
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.menu-button {
  display: inline-block;
  padding: 0.5rem;
  margin: auto 0;
}

.headerphoto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30vw;
  max-height: 30vh;
}


@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none;
  }
}

.title-bar-title {
  display: inline-block;
  font-size: 130%;
  position: relative;
  top: -0.7rem;
}

@media screen and (max-width: 39.9375em) {
  .top-bar-right {
    float: left;
    width: 98%;
  }
}

.contextblock_desktop {
  color: rgba(255, 255, 255, 0.8);
  vertical-align: top;
  display: inline-block;
  text-align: left;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
}

.contextblock_mobile {
    /*display: block;*/
    text-align: center;
    padding: 0.5rem 1.5rem 1rem 1.5rem;
  }

.navarrow_desktop {
   color: white;
   padding: 0rem 1.5rem;
   background: rgba(10, 10, 10, 0.5);
   display: block;
}

.navarrow_mobile {
    width: 100%;
  }

[type=checkbox] ~ div {
    background: rgba(10, 10, 10, 0.5);
  }

[type=checkbox]:checked ~ div {
  display: none;
  }

  .navcollapse_desktop {
    color: rgba(255, 255, 255, 0.5);
    background: rgba(10, 10, 10, 0.3);
  }

.contextitem_desktop a{
  color: rgba(255, 255, 255, 0.3);
}

.contextitem_mobile a{
  color: rgba(255, 255, 255, 0.3);
}

.contextitem_desktop a:hover {
  color: rgba(255, 255, 255, 1);
}

.contextmore_desktop {
  background: rgba(10, 10, 10, 0.5);
  padding-left: 1.5rem;
  cursor: pointer;
}

.contexttype_desktop {
  font-weight: 900;
  list-style-type: none;
  overflow: hidden;
  white-space: pre-line;
}

.menu-text {
  padding: 0;
}

#site-title a {
  font-weight: 900;
  white-space: nowrap;
  margin: 0;
}

.news {
  font-family: 'Roboto Condensed';
  display: inline-block;
  font-size: 70%;
  padding: 0.2rem 2rem;
  text-align: justify;
}

.news>#news-button>a {
  padding: 0.2rem 0.3rem;
  margin-bottom: 0.5rem;
}

.news>hr, .news>p {
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}

#newshead {
  font-family: 'Roboto Condensed';
}

#newstitle {
  padding-left: 0;
}

@media screen and (min-width: 40em) {
  .textbottom {
    margin-bottom: 2rem;
/*    position: absolute;
    bottom: 0;*/
    max-height: 80%;
  }
}

@media screen and (max-width: 39.9375em) {
  .textbottom {
    margin-top: 1rem;
/*    position: relative;*/
  }
}

.textmiddle {
  max-width: 90%;
}

@media screen and (min-width: 40em) {
  .textmiddle {
    position: relative;
    top: 0;
    -ms-transform: perspective(1px) translateY(50%);
    transform: perspective(1px) translateY(50%);
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    max-height: 80%;
  }
}

@media screen and (max-width: 39.9375em) {
  .textmiddle {
    margin-top: 1rem;
    position: relative;
    max-width: 95%;
  }
}

.dim {
  position: relative;
  padding-bottom: 2rem;
}

li {
  list-style-type: none;
  padding-left: 0.5rem;
}

.project_titlebar {
  font-family: 'Roboto Condensed';
  margin-top: 1rem;
  font-size: 100%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .project_titlebar {
    font-size: 80%;
  }
}

@media screen and (max-width: 39.9375em) {
  .project_titlebar {
    font-size: 70%;
  }
}

.project_titlebar_other {
  padding: 0 0.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .project_titlebar_other {
    font-size: 90%;
  }
}

@media screen and (max-width: 39.9375em) {
  .project_titlebar_other {
    font-size: 85%;
  }
}

@media screen and (min-width: 40em) {
  .project_credits, .project_credits>p {
    padding-top: 0;
    font-size: 90%;
  }
}

@media screen and (max-width: 39.9375em) {
  .project_credits, .project_credits>p {
    margin: 1rem 0.3rem;
    font-size: 85%;
  }
}

.project-links {
  margin-top: 0.5rem;
  background-color: rgba(122, 122, 122, 0.5);
  border-radius: 0.8rem;
  padding: 0.4rem;
}

.project-slides img {
  width: 10%;
  height: auto;
  margin: auto 0;
  padding-bottom: 1rem;
}

.awards {
  margin: 0 auto;
  font-size: 80%;
  text-align: center;
  width: 80%;
  min-width: 18rem;
  max-width: 25rem;
  padding: 1rem 3rem;
  background-image: url(../images/li-w-lorbeer.svg), url(../images/re-w-lorbeer.svg);
  background-position: left, right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 39.9375em) {
  .awards {
    font-size: 60%;
  }
}

.project-synopsis {
  padding-top: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .project-synopsis {
    font-size: 80%;
  }
}

.slick-slide>img {
  width: 100%;
  max-width: auto;
}

.bio a {
  color: #a80859;
}

.dj a {
  color: #ff54d9;
}

.impressum {
  right: 2rem;
  position: fixed;
  text-align: right;
  bottom: 0.5rem;
  padding-top: 1rem;
  font-size: 0.8rem;
}


/**
 * Styles for 'responsive video embeds'
 */

.responsive-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.responsive-video.vimeo {
  padding-top: 0;
}

.responsive-video.widescreen {
  padding-bottom: 57.25%;
}

.responsive-video embed, .responsive-video iframe, .responsive-video object, .responsive-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 767px) {
  .responsive-video {
    padding-top: 0;
  }
}
