*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  min-height: 98vh;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  scrollbar-width: none;
}

html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #EEF0F2;
}

h1 {
  font-size: 2em;
  font-weight: 600;
  color: #666;
}

h6, h5, h3 {
  font-weight: 600;
  color: #666;
}

section {
  min-height: 100vh;
}

#intro {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

#intro video {
  width: 100%;
  max-height: 100vh;
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-filter: brightness(1.1) contrast(1.1) blur(5px);
          filter: brightness(1.1) contrast(1.1) blur(5px);
}

#intro-text {
  position: absolute;
  top: 30%;
  z-index: 210;
}

#intro-text p {
  font-size: 2.6rem;
  line-height: 3.8rem;
  font-weight: 700;
  font-style: italic;
  color: #555555;
}

@media (min-width: 576px) {
  #intro-text p {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}

@media (min-width: 992px) {
  #intro-text p {
    font-size: 5rem;
    line-height: 6rem;
  }
}

#projekte {
  margin-top: 15vh;
}

#projekte + div {
  margin-top: 3rem;
}

#arbeiten {
  margin-top: 20vh;
}

#arbeiten + div {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

#about {
  padding-top: 30vh;
  padding-bottom: 10vh;
}

#about h5 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.impressum-container, .datenschutz-container, .about-container {
  margin-top: 10rem;
}

.impressum-container + div, .datenschutz-container + div {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.wrapper {
  padding: 0;
  min-height: calc(100vh - 5.6rem);
}

#logo-intro {
  pointer-events: none;
}

#logo-intro div {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #9cb7bf 0%, #707f84 100%);
  z-index: 1000;
  pointer-events: none;
}

.transition {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-right: auto;
  display: flex;
  position: fixed;
  z-index: 900;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.transition li {
  margin: -1px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background: #9ab6b6;
  width: 22%;
}

.sideTest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 900;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.sideTest div {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #7b7183;
  width: 100%;
}

a {
  text-decoration: none;
  color: black;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.fixed-top {
  z-index: 890;
}

#nav-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-expand-lg {
  background-color: #F9FAFA;
}

.nav-item {
  opacity: 0.9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 1rem;
  padding-left: 1rem;
}

.nav-link {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 18px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0%;
  left: 50%;
  position: absolute;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-nav {
  margin-left: auto;
  margin-right: 0;
}

.nav-legal {
  padding-top: 1.4rem;
  text-align: right;
  font-size: .6em;
  line-height: 1.6rem;
}

.nav-legal p {
  margin-bottom: 0.5rem;
}

.nav-legal span {
  display: block;
}

@media (min-width: 992px) {
  .nav-legal {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
  .navbar-brand {
    top: auto;
  }
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  display: block;
  position: relative;
  height: 5.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 100;
  background-color: #F9FAFA;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

footer p {
  margin-bottom: .4rem;
}

footer span {
  text-transform: none;
}

/*--------------------------------------------------------------
# Scroll To Top
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: block;
  opacity: 1;
  right: 30px;
  bottom: 30px;
  z-index: 110;
}

.back-to-top a {
  display: block;
  padding: 10px;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Previous / Next Buttons
--------------------------------------------------------------*/
.prv-nxt-bttn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.prv-bttn-overlay {
  z-index: 850;
  background-color: #829999;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.nxt-bttn-overlay {
  z-index: 850;
  background-color: #829999;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.project-transition-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 900;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.project-transition-overlay div {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: #9ab6b6;
  width: 100%;
}

.prv-nxt-bttns {
  margin-top: 10rem;
  text-align: center;
}

.prv-nxt-bttns span {
  display: block;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.prv-nxt-bttns .row > div {
  position: relative;
  width: 50%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.btn-agl {
  background-image: url("/img/prvnxt/prvnt-agl.png");
  background-position: center;
  position: relative;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-size: cover;
}

.btn-agl:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.btn-pbl {
  background-image: url("/img/prvnxt/prvnt-pbl.png");
  background-position: center;
  position: relative;
  -webkit-filter: brightness(2) grayscale(90%);
  filter: brightness(2) grayscale(90%);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-size: cover;
}

.btn-pbl:hover {
  -webkit-filter: brightness(2) grayscale(75%);
  filter: brightness(2) grayscale(75%);
}

.btn-lum {
  background-image: url("/img/prvnxt/prvnt-lum.png");
  background-position: 0% 50%;
  position: relative;
  -webkit-filter: brightness(2) grayscale(90%);
  filter: brightness(2) grayscale(90%);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-size: cover;
}

.btn-lum:hover {
  -webkit-filter: brightness(2) grayscale(75%);
  filter: brightness(2) grayscale(75%);
}

.btn-ivw {
  background-image: url("/img/prvnxt/prvnt-ivw.png");
  background-position: center;
  position: relative;
  -webkit-filter: brightness(1.6) grayscale(90%);
  filter: brightness(1.6) grayscale(90%);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-size: cover;
}

.btn-ivw:hover {
  -webkit-filter: brightness(1.6) grayscale(65%);
  filter: brightness(1.6) grayscale(65%);
}

.btn-afv {
  background-image: url("/img/prvnxt/prvnt-afv.png");
  background-position: 100% 75%;
  position: relative;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-size: cover;
}

.btn-afv:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.btn-hmk {
  background-image: url("/img/prvnxt/prvnt-hmk.png");
  background-position: 0% 10%;
  position: relative;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-size: cover;
}

.btn-hmk:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.video-pbl {
  width: 100%;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.arbeit img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80%;
     object-position: 80%;
}

.projekt img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80%;
     object-position: 80%;
}

.pbl-image {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80%;
     object-position: 80%;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
video {
  height: 100%;
}

.video-thumb {
  width: 100%;
}

/*--------------------------------------------------------------
# Projekte
--------------------------------------------------------------*/
.project-wrap {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.project-wrap:hover .overlay {
  opacity: 0.66;
}

.project-wrap:hover .info-text {
  opacity: 1;
  top: 62%;
}

.info-text {
  width: 100%;
  opacity: 0;
  color: white;
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.info-text h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: white;
}

.info-text span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

/*--------------------------------------------------------------
# Projekt-Seiten
--------------------------------------------------------------*/
.detail-container {
  margin-top: 14vh;
  margin-bottom: 3rem;
}

.project-detail {
  padding-left: 1.8rem;
}

/*--------------------------------------------------------------
# Cookie-Banner
--------------------------------------------------------------*/
.nk-cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  border-radius: 0px;
  display: none;
}
/*# sourceMappingURL=main.css.map */