@font-face {
  font-family: "Rotis Sans Serif W02";
  src: url("../fonts/743023/a78ea274-2047-4fe1-bf7c-8b9c303a89d9.eot?#iefix");
  src: url("../fonts/743023/a78ea274-2047-4fe1-bf7c-8b9c303a89d9.eot?#iefix") format("eot"), url("../fonts/743023/ab0dbe10-e14c-4114-a36c-81f498110d3b.woff2") format("woff2"), url("../fonts/743023/b811690f-c172-4bf5-89a9-70abcaacf324.woff") format("woff"), url("../fonts/743023/e0cebd99-4f75-4c30-8954-9f6070e9625e.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSansSerifW02-Extra";
  src: url("../fonts/743032/1d4af831-92f7-4b1e-abd6-2eb31620e81b.eot?#iefix");
  src: url("../fonts/743032/1d4af831-92f7-4b1e-abd6-2eb31620e81b.eot?#iefix") format("eot"), url("../fonts/743032/f1cdb76e-2d71-4832-9696-a596634a003a.woff2") format("woff2"), url("../fonts/743032/e68052a3-5d0f-4eb5-982e-2179922fe402.woff") format("woff"), url("../fonts/743032/8ab4858c-c30f-4028-a454-41b1802ec5bd.ttf") format("truetype");
}
html, body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Rotis Sans Serif W02", sans-serif;
  font-size: 15px;
}

#wrapper {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
}
#wrapper.bg-green {
  background: #e1ede1;
}
#wrapper .background-overlay {
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  -ms-transition: opacity 1.5s ease;
  -o-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.bg #header {
  border-bottom: solid 1px #ffffff;
}
.bg #header ul.menu li a {
  color: #ffffff;
}
.bg #header .logo {
  color: #ffffff;
}

#header {
  position: relative;
  display: block;
  margin: 0.8rem 1rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px #222222;
}
#header ul.menu {
  display: none;
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
}
#header ul.menu li {
  margin-bottom: 0.1rem;
}
#header ul.menu li.active a {
  font-family: "RotisSansSerifW02-Extra", sans-serif;
}
#header ul.menu li:last-of-type {
  margin-bottom: 0;
}
#header ul.menu li a {
  position: relative;
  display: block;
  color: #222222;
  font-size: 1.6rem;
  text-decoration: none;
}
#header ul.menu li a:hover {
  font-style: italic;
}
#header .logo {
  display: inline-block;
  color: #222222;
  font-family: "RotisSansSerifW02-Extra", sans-serif;
  font-size: 1.7rem;
  line-height: 1.7rem;
  text-decoration: none;
}

.bg #menu-toggle {
  background-image: url("../img/mobile_menu_white.svg");
}

#menu-toggle {
  background-image: url("../img/mobile_menu_black.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 2rem;
  height: 1.6rem;
  top: 0;
  right: 0;
  text-indent: -9999rem;
  cursor: pointer;
}

#main {
  margin-bottom: 3rem;
}

.imprint {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0.8rem 0;
}

.scrollbox {
  overflow: auto;
  width: 100%;
  padding: 0 5px;
}

.vertical-track {
  width: 1px;
  margin-left: 2rem;
}

.vertical-handle {
  width: 100%;
  background-color: #222222;
}

.owl-next span {
  background-image: url("../img/arrow_next_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999rem;
}

.owl-prev span {
  background-image: url("../img/arrorw_prev_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999rem;
}

.index .project {
  border-bottom-color: #ffffff;
}
.index .project.text-only .stage {
  color: #ffffff;
}
.index .project.text-only .stage tr:first-of-type {
  vertical-align: top;
}
.index .project.text-only .stage h2 {
  color: #ffffff;
}
.index .project.text-only .main {
  right: 62%;
  color: #ffffff;
}
.index .project.text-only .main .title-wrapper .nav-wrapper .toggle {
  background-image: url("../img/plus-minus_white.svg");
}

.project-toggle {
  cursor: pointer;
}

.project {
  position: relative;
  margin: 0 1rem 0.8rem 1rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px #222222;
}
.project.active .stage::after {
  content: "";
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  position: absolute;
  display: block;
  width: 5rem;
  height: 5rem;
  margin: auto auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.project.active .stage .overlay {
  opacity: 0;
}
.project.active .owl-wrapper {
  display: block !important;
}
.project.active .main .title-wrapper .title {
  margin: 0 6rem 0 3.5rem;
}
.project.active .main .title-wrapper .nav-wrapper {
  width: 5rem;
}
.project.active .main .title-wrapper .nav-wrapper button {
  opacity: 1;
}
.project.active .main .title-wrapper .nav-wrapper .toggle {
  background-position: 0 100%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.project.text-only {
  padding-bottom: 0;
}
.project.text-only .stage {
  width: 100%;
  margin: 0;
  padding: 0;
}
.project.text-only .stage::after {
  content: none;
}
.project.text-only .stage .overlay {
  opacity: 1;
}
.project.text-only .stage h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.project.text-only .stage > h2 {
  display: none;
}
.project.text-only .stage .content {
  display: none;
  overflow-y: auto;
  width: auto !important;
  max-height: 350px;
  margin: 0.8rem 0;
  padding-right: 1rem !important;
}
.project.text-only .stage .content img {
  display: block;
  width: 80%;
  margin: 0 auto 1.6rem auto;
}
.project .main .title-wrapper {
  position: relative;
  font-family: "RotisSansSerifW02-Extra", sans-serif;
  font-size: 1.2rem;
}




.project .main .title-wrapper .number {
  position: absolute;
}
.project .main .title-wrapper .title {
  position: relative;
  display: block;
  margin: 0 3rem 0 3.5rem;
}
.project .main .title-wrapper .title span {
  display: block;
  font-family: "Rotis Sans Serif W02", sans-serif;
  font-size: 75%;
  line-height: 105%;
}
.project .main .title-wrapper .nav-wrapper {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  right: 0;
  overflow: hidden;
}
.project .main .title-wrapper .nav-wrapper button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  opacity: 0;
  cursor: pointer;
}
.project .main .title-wrapper .nav-wrapper .owl-prev {
  margin-right: 4px;
}
.project .main .title-wrapper .nav-wrapper .toggle {
  background-image: url("../img/plus-minus_black.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 200%;
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  right: 0;
  cursor: pointer;
  text-indent: -9999rem;
}


.project .main .content {
  display: none;
  width: auto !important;
  margin-top: 2rem;
  padding-right: 1rem !important;
  font-size: 0.9rem;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-y: auto;
}
.project .main .content .info {
  font-size: 0.9rem;
  margin-left: 3.5rem;
  margin-bottom: 2rem;
  text-align: left;
}





/*
.project .main .content .info  b{
  color:red!important;  
  font-family: "RotisSansSerifW02-Extra", sans-serif;
}
*/




.project .main .content .info tr td {
  display: block;
  padding: 0;
  vertical-align: baseline;
}
.project .main .content .info tr td:first-of-type {
  font-family: "RotisSansSerifW02-Extra", sans-serif;
  display: block;
  margin-bottom: 0;
  vertical-align: top;
}







.project .stage {
  position: relative;
  display: inline-block;
  width: 100vw;
  margin: 0 -1rem 0.8rem -1rem;
}
.project .stage .nav {
  position: absolute;
  display: none;
  width: 90%;
  top: 50%;
  left: 5%;
  height: 1px;
}
.project .stage .nav button {
  background: #ffffff;
  position: relative;
  width: 1.5rem;
  height: 3rem;
  top: -1.5rem;
  border: 0;
  z-index: 12;
}
.project .stage .nav button.owl-next {
  float: right;
}
.project .stage .overlay {
  position: relative;
  display: block;
  width: 100%;
  z-index: 20;
}
.project .stage .overlay img {
  display: block;
  width: 100%;
  margin: 0;
}
.project .stage .owl-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

.bg #footer a {
  color: #ffffff;
}

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
#footer ul {
  position: absolute;
  bottom: 0;
  right: 15px;
  text-align: right;
}
#footer ul li {
  display: inline-block;
  width: 110px;
  margin-left: 1px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: right;
}
#footer ul li a {
  color: #222222;
  text-decoration: none;
}

.clearfix {
  clear: both;
  float: none;
}

@media screen and (min-width: 768px) {
  .imprint {
    font-weight: bold;
    font-size: 2rem;
    margin: 1.6rem 0;
  }

  .index .project {
    width: 320px;
    margin: 0 15px 1rem auto;
  }
  .index .project.active .main .title-wrapper .nav-wrapper {
    width: 1.5rem;
  }
  .index .project.text-only .stage {
    width: auto;
    margin-left: 3rem;
  }
  .index .project.text-only .main {
    right: 62%;
    color: #ffffff;
  }
  .index .project.text-only .main .title-wrapper .nav-wrapper {
    right: auto;
    left: 0;
  }
  .index .project.text-only .main .title-wrapper .title {
    display: none;
  }
  .index .project.text-only .main .title-wrapper .number {
    display: none;
  }

  .project {
    position: relative;
  }
  .project.active .owl-wrapper {
    display: block !important;
  }
  .project.active .main {
    right: 62%;
  }
  .project.active .main .title-wrapper .title {
    margin: 0 2rem 0 3.5rem;
  }
  .project.active .stage {
    width: 60%;
  }
  .project.text-only .stage {
    position: relative;
    display: block;
    width: 62vw;
  }
  .project.text-only .stage > h2 {
    display: block;
    margin-bottom: 1.3rem;
  }
  .project.text-only .stage .content {
    display: none;
    max-height: 400px;
    margin-bottom: 1.6rem;
  }
  .project.text-only .stage .content h2 {
    display: none;
  }
  .project.text-only .main {
    width: 30vw;
    top: 0.6rem;
  }
  .project .main {
    position: absolute;
    top: 0;
    right: 16rem;
    bottom: 0.8rem;
    left: 0;
  }
  .project .main .title-wrapper .nav-wrapper .owl-prev,
.project .main .title-wrapper .nav-wrapper .owl-next {
    display: none;
  }
  .project .main .content {
    position: relative;
    max-height: 250px;
    _bottom: 0;
  }
  .project .stage {
    position: relative;
    display: inline-block;
    width: 15rem;
    margin: 0;
    float: right;
  }
  .project .stage .nav {
    position: absolute;
    display: block;
    width: 90%;
    top: 50%;
    left: 5%;
    height: 1px;
  }
  .project .stage .nav button {
    background: #ffffff;
    position: relative;
    width: 1.5rem;
    height: 3rem;
    top: -1.5rem;
    border: 0;
    z-index: 12;
  }
  .project .stage .nav button.owl-next {
    float: right;
  }
  .project .stage .overlay {
    position: relative;
    display: block;
    width: 100%;
    z-index: 20;
  }
  .project .stage .overlay img {
    display: block;
    width: 100%;
    margin: 0;
  }
  .project .stage .owl-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .bg #header ul.menu li {
    border-top: solid 1px #ffffff;
  }

  #header {
    margin: 3.2rem 2rem 1.6rem 2rem;
    padding-bottom: 1.4rem;
  }
  #header ul.menu {
    position: absolute;
    display: block !important;
    width: 60vw;
    max-width: 992px;
    bottom: 1.4rem;
    right: 0;
    text-align: right;
  }
  #header ul.menu li {
    display: inline-block;
    min-width: 6rem;
    margin-bottom: 0.2rem;
    margin-left: 1rem;
    padding-top: 1.6rem;
    border-top: solid 1px #222222;
  }
  #header ul.menu li:first-of-type {
    min-width: 15rem;
    margin-left: 0;
    float: left;
  }
  #header ul.menu li a {
    line-height: 1rem;
    text-align: left;
  }

  #menu-toggle {
    display: none;
  }

  .imprint {
    font-size: 2.8rem;
  }

  .owl-next span, .owl-prev span {
    background-size: 100%;
  }

  .project {
    margin: 0 2rem 1.6rem 2rem;
    padding-bottom: 1.6rem;
  }
  .project.active .owl-wrapper {
    display: block !important;
  }
  .project.active .main {
    right: 62%;
  }
  .project.active .main .title-wrapper .title {
    width: auto;
    margin: 0 2.5rem 0 3.5rem;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .project.active .main .title-wrapper .title span {
    font-size: 75%;
    line-height: 105%;
  }
  .project.active .stage {
    width: 60vw;
    max-width: 992px;
  }
  .project.active .stage .content {
    max-width: 43rem;
  }
  .project.text-only .stage {
    width: 60vw;
  }
  .project.text-only .stage h2 {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
  .project.text-only .main {
    right: 62%;
  }
  .project.text-only .main .title-wrapper .title {
    width: auto;
    margin: 0 3rem 0 3.5rem;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .project.text-only .main .title-wrapper .title span {
    font-size: 75%;
    line-height: 105%;
  }
  .project .main {
    position: absolute;
    width: 15.5rem;
    top: 0;
    right: auto;
    bottom: 1.6rem;
  }
  .project .main .title-wrapper .title {
    position: relative;
    display: block;
    width: 22.5vw;
    margin: 0 0 0 40vw;
    top: -0.52rem;
    left: -4rem;
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
  .project .main .title-wrapper .title span {
    font-size: 40%;
    margin-top: 0.3rem;
  }
  .project .main .title-wrapper .nav-wrapper .owl-prev,
.project .main .title-wrapper .nav-wrapper .owl-next {
    display: none;
  }
  .project .main .content {
    max-height: 70%;
  }
  .project .stage {
    position: relative;
    display: inline-block;
    width: 20.5rem;
    margin: 0;
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .project .main {
    width: 25rem;
  }
  .project .main .title-wrapper .title {
    width: 32vw;
    font-size: 3.5rem;
    line-height: 3.6rem;
  }
  .project .main .content {
    max-height: 80%;
  }
}
@media screen and (min-width: 1530px) {
  .project .main {
    width: 25rem;
  }
  .project .main .title-wrapper .title {
    margin: 0 0 0 32rem;
  }
}

/*# sourceMappingURL=style.css.map */
