html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}

body.menu {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 0;
  line-height: 35px;
}

h1 {
  font-weight: 800 !important;
  font-size: 58px;
  letter-spacing: 0.3px;
}

h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}

h3 {
  font-size: 31px;
  margin-top: 0;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 600 !important;
}

h5 {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
  font-family: 'Open Sans', sans-serif !important;
}

a.link {
  display: block;
  margin-top: 110px;
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .28s;
  transition: color .28s;
}

a.link::after {
  content: '';
  background: #000;
  color: #000;
  width: 265px;
  height: 3px;
  margin-top: 41px;
  margin-left: -265px;
  position: absolute;
  -webkit-transition: .23s;
  transition: .23s;
}

a.link:hover {
  color: #5374FF;
}

a.link:hover::after {
  color: #5374FF;
  background: #5374FF;
  width: 0px;
}

.center {
  text-align: center;
}

.space-left {
  padding-left: 10.4vw;
}

.align-left {
  float: left;
}

.break {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 138px;
  padding-bottom: 138px;
  margin-left: 13vw;
}

.break .break__line {
  width: 30vw;
  height: 1px;
  color: #707070;
  background: #707070;
}

.break .break__logo {
  margin-top: -25px;
  margin-left: 15px;
  margin-right: 15px;
}

.break .break__logo img {
  max-width: 30%;
}

.nav {
  height: 159px;
  width: 100%;
  background: #FFF;
}

.nav .logo {
  float: left;
  margin: 49px 0px 49px 79px;
}

.nav .logo img {
  max-width: 32%;
}

.nav .bars {
  position: fixed;
  top: 37px;
  right: 54px;
  padding: 25px;
  background: #FFF;
  display: block;
  float: right;
  cursor: pointer;
  z-index: 15;
}

.dark {
  visibility: visible;
  position: fixed;
  top: 0;
  right: -200vw;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: right 1s;
  transition: right 1s;
  background: #000;
  opacity: 0.5;
}

.dark.menu {
  position: fixed;
  top: 0;
  right: 0vw;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -webkit-transition: right .4s;
  transition: right .4s;
}

.big-nav {
  position: fixed;
  top: 0;
  right: -66.66%;
  z-index: 100;
  width: 66.66%;
  height: 100%;
  background: #FFF;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: transform 1s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.big-nav .close {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 5rem;
  right: -20rem;
  z-index: 10;
  width: 11rem;
  height: 11rem;
  -webkit-transition: right .9s;
  transition: right .9s;
}

.big-nav .close img {
  max-width: 20%;
}

.big-nav .links {
  margin-top: 235px;
  margin-left: 127px;
}

.big-nav .links a {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 128px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin-bottom: 0px;
  line-height: 170px;
}

.big-nav .contact {
  margin-top: 68px;
  margin-left: 127px;
}

.big-nav .contact a {
  display: block;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

.big-nav .social {
  margin-top: 115px;
  margin-left: 127px;
}

.big-nav .social a {
  display: inline;
  margin-right: 20px;
  text-decoration: none;
  color: #000;
}

.big-nav .social a img {
  max-width: 2%;
}

.big-nav.menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.big-nav.menu .close {
  display: block;
  right: 0rem;
  -webkit-transition: right .9s;
  transition: right .9s;
}

.hero {
  font-family: 'Poppins', sans-serif !important;
  font-size: 35px !important;
  font-weight: 700;
  color: #5374FF;
}

.hero__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
}

.hero__container__text {
  display: inline;
  float: left;
  margin: 0;
  font-family: 'Poppins', sans-serif !important;
  font-size: 35px !important;
  font-weight: 600 !important;
}

.hero__container__list {
  margin-top: 0;
  padding-left: 105px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 16s;
  animation-iteration-count: infinite;
}

.hero__container__list__item {
  line-height: 40px;
  margin: 0;
}

.hero .hero__content {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero img.scroll {
  position: absolute;
  bottom: -37vh;
  left: 35vh;
  right: 0;
  width: 5%;
}

.hero a.hero_link {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .28s;
  transition: color .28s;
}

.hero a.hero_link::after {
  content: '';
  background: #000;
  color: #000;
  width: 180px;
  height: 3px;
  margin-top: 41px;
  margin-left: -180px;
  position: absolute;
  -webkit-transition: .23s;
  transition: .23s;
}

.hero a.hero_link:hover {
  color: #5374FF;
}

.hero a.hero_link:hover::after {
  color: #5374FF;
  background: #5374FF;
  width: 0px;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}

@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes change {
  0%, 12.66%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
            transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
  }
}

.your-idea {
  position: relative;
  margin-top: calc(100vh + 100px);
}

.presentation {
  padding-right: 6rem;
}

.presentation .flickity {
  margin-top: 110px;
  margin-left: 2.8rem;
}

.presentation .flickity .carousel-cell {
  margin-right: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.presentation .flickity .carousel-cell.cell-1 {
  margin-top: 100px;
}

.presentation .flickity .carousel-cell.cell-3 {
  margin-top: 50px;
}

.presentation .flickity .carousel-cell.cell-4 {
  margin-top: 85px;
}

.presentation .flickity .carousel-cell.cell-5 {
  margin-right: 150px;
}

.palette .projects {
  margin-top: 110px;
  margin-left: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.palette .projects .project_1_wrapper, .palette .projects .project_2_wrapper {
  margin-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.palette .projects .project_1_wrapper {
  margin-top: 75px;
}

.palette .projects .project_3_wrapper {
  margin-top: 85px;
}

.palette .projects .project_1_wrapper img, .palette .projects .project_2_wrapper img, .palette .projects .project_3_wrapper img {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.palette .projects .project_1_wrapper:hover img, .palette .projects .project_2_wrapper:hover img, .palette .projects .project_3_wrapper:hover img {
  -webkit-transform: scale(1.035);
          transform: scale(1.035);
}

.kontaktsuche .image_wrapper {
  padding-right: 200px;
}

.kontaktsuche .text_wrapper {
  padding-top: 150px;
  padding-bottom: 300px;
}

.kontaktsuche .text_wrapper h2 {
  margin-bottom: 25px;
}

.kontaktsuche .text_wrapper a.elektro-postfach {
  font-size: 27px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: .23s;
  transition: .23s;
}

.kontaktsuche .text_wrapper a.elektro-postfach:hover {
  color: #5374FF;
}
/*# sourceMappingURL=style.css.map */