@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,200,200i,300,400,500&display=swap);
html,
body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #6A7171;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }
  html b,
  body b {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500; }
  html p,
  body p {
    line-height: 1.2;
    font-weight: 200; }
    html p b,
    body p b {
      font-size: 20px; }

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
  font-family: "Fira Sans", sans-serif; }
  #mainNav .navbar-brand svg#logo:hover polygon, #mainNav .navbar-brand svg#logo:active polygon {
    fill: #fff; }
  #mainNav .navbar-brand svg#logo:hover path, #mainNav .navbar-brand svg#logo:active path {
    fill: #fff; }
  #mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0.0625rem;
    font-size: 16px; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
      font-weight: 400;
      color: #EBEBEB; }
      #mainNav .navbar-nav li.nav-item a.nav-link:hover, #mainNav .navbar-nav li.nav-item a.nav-link:active {
        color: #fff; }
    #mainNav .navbar-nav li.nav-item:last-child {
      padding-left: 30px; }
    #mainNav .navbar-nav li.nav-item .btn-group {
      margin-top: 14px; }
      #mainNav .navbar-nav li.nav-item .btn-group a.nav-link {
        font-family: "Fira Sans", sans-serif;
        font-size: 16px; }
        #mainNav .navbar-nav li.nav-item .btn-group a.nav-link:first-child {
          margin-right: 2px; }
        #mainNav .navbar-nav li.nav-item .btn-group a.nav-link:last-child {
          margin-left: 2px; }
      #mainNav .navbar-nav li.nav-item .btn-group div {
        display: inline-flex;
        background: #EBEBEB;
        margin-top: 7px;
        height: 20px;
        width: 1px; }
    #mainNav .navbar-nav .btn-group {
      margin-top: 12px; }
  #mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem;
    color: #6A7171; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      transition: font-size 0.3s; }
    #mainNav .navbar-nav {
      margin-top: 0; }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #fff !important;
    transition: .6s ease; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; }
      #mainNav.navbar-shrink .navbar-brand svg#logo polygon {
        fill: #BC0D3B; }
      #mainNav.navbar-shrink .navbar-brand svg#logo path {
        fill: #BC0D3B; }
        #mainNav.navbar-shrink .navbar-brand svg#logo path:last-child {
          fill: #6A7171; }
    #mainNav.navbar-shrink .nav-item .nav-link {
      color: #6a7171 !important; }
      #mainNav.navbar-shrink .nav-item .nav-link:hover {
        color: #000 !important; }
      #mainNav.navbar-shrink .nav-item .nav-link:active, #mainNav.navbar-shrink .nav-item .nav-link:focus {
        color: #f5f5f5 !important; }
      #mainNav.navbar-shrink .nav-item .nav-link.active {
        color: #000 !important;
        background-color: #fae800 !important; }
    #mainNav.navbar-shrink .nav-item .btn-group a.nav-link.active {
      background: #000 !important;
      color: white !important;
      border-color: #000; }
      #mainNav.navbar-shrink .nav-item .btn-group a.nav-link.active:hover {
        color: #fff; }
    #mainNav.navbar-shrink .nav-item .btn-group div {
      background: #6a7171 !important; } }

@media (max-width: 991px) {
  #mainNav {
    transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease; }
    #mainNav .fa-bars {
      color: #EBEBEB; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
      color: #6a7171; }
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #000; }
      #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
        color: #d5d5d5; }
      #mainNav .navbar-nav li.nav-item a.nav-link.active {
        color: #000; }
    #mainNav .navbar-nav li.nav-item:last-child {
      padding-left: 0; }
    #mainNav .navbar-nav li.nav-item .btn-group {
      border-radius: 10px !important; }
      #mainNav .navbar-nav li.nav-item .btn-group a.nav-link.active {
        color: #fff !important;
        background: #000 !important; }
    #mainNav.navbar-shrink {
      transition: height 0.5s ease;
      -moz-transition: height 0.5s ease;
      -webkit-transition: height 0.5s ease;
      background: #fff !important; }
      #mainNav.navbar-shrink .fa-bars {
        color: #6A7171; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em; }
        #mainNav.navbar-shrink .navbar-brand svg#logo polygon {
          fill: #BC0D3B; }
        #mainNav.navbar-shrink .navbar-brand svg#logo path {
          fill: #BC0D3B; }
          #mainNav.navbar-shrink .navbar-brand svg#logo path:last-child {
            fill: #6A7171; }
        #mainNav.navbar-shrink .navbar-brand svg#logo:hover polygon, #mainNav.navbar-shrink .navbar-brand svg#logo:active polygon {
          fill: #BC0D3B; }
        #mainNav.navbar-shrink .navbar-brand svg#logo:hover path, #mainNav.navbar-shrink .navbar-brand svg#logo:active path {
          fill: #BC0D3B; }
          #mainNav.navbar-shrink .navbar-brand svg#logo:hover path:last-child, #mainNav.navbar-shrink .navbar-brand svg#logo:active path:last-child {
            fill: #6A7171; } }

@media (max-width: 320px) {
  #mainNav .navbar-brand {
    height: 60% !important;
    width: 60%; } }

.top-left-skew,
.projekte-top-right-skew,
.projekte-top-left-skew {
  display: block;
  position: absolute;
  height: 102% !important;
  width: 100% !important;
  z-index: 10;
  pointer-events: none;
  margin-top: -4px; }

.bottom-left-skew,
.projekte-page-bottom-left-skew {
  top: 0;
  display: block;
  position: absolute;
  height: 102% !important;
  width: 100% !important;
  z-index: 10;
  pointer-events: none; }

.main-section .container .main-head b {
  display: block;
  margin-left: 0.4vw;
  position: absolute; }

.main-section .container .main-head p {
  padding-top: 0.3em; }

section:nth-child(4), section:nth-child(5), section:nth-child(6), section:nth-child(7) {
  border: none;
  outline: 0;
  position: relative;
  width: 100%; }
  section:nth-child(4) > div, section:nth-child(5) > div, section:nth-child(6) > div, section:nth-child(7) > div {
    position: absolute;
    width: 100%; }
    section:nth-child(4) > div.height-100, section:nth-child(5) > div.height-100, section:nth-child(6) > div.height-100, section:nth-child(7) > div.height-100 {
      height: 100% !important; }

section:nth-child(5), section:nth-child(7) {
  height: 95%; }
  section:nth-child(5) > div, section:nth-child(7) > div {
    clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%);
    height: 105.26316%; }

section:nth-child(4) {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
  height: 100%; }

section:nth-child(5) > div {
  top: -5.4%; }

section:nth-child(6) {
  height: 90%; }
  section:nth-child(6) > div {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
    top: -11.4%;
    height: 111.11111%; }

section:nth-child(7) > div {
  top: -5.7%; }

section.height-100 {
  height: 100% !important; }

section > .no-top {
  height: 100% !important;
  position: relative !important;
  top: 0 !important; }

@media (min-width: 2200px) {
  .main-section .container .main-head b {
    margin-left: 0; }
  .main-section .container .main-head p {
    padding-top: 100px; } }

@media (max-width: 991px) {
  section:nth-child(4), section:nth-child(5), section:nth-child(6), section:nth-child(7) {
    height: 50%; }
    section:nth-child(4) .row, section:nth-child(5) .row, section:nth-child(6) .row, section:nth-child(7) .row {
      height: 100%; }
      section:nth-child(4) .row .col-sm-6, section:nth-child(5) .row .col-sm-6, section:nth-child(6) .row .col-sm-6, section:nth-child(7) .row .col-sm-6 {
        height: 100%; }
  section:nth-child(3) .container .row:first-child .col-lg-6.text-column {
    padding-top: 2.4rem !important;
    padding-bottom: 0 !important; }
  section:nth-child(3) .container .row:last-child .col-lg-6.text-column:first-child {
    padding-top: 10px !important;
    padding-bottom: 0 !important; }
  section:nth-child(3) .container .row:last-child .col-lg-6.text-column:last-child {
    padding-top: 10px !important;
    padding-bottom: 2rem !important; }
  section.height-100 {
    height: 50% !important; } }

@media (max-width: 414px) {
  .text-column p {
    font-size: 19px !important; }
    .text-column p b {
      font-size: 19px !important; } }

@media (max-width: 320px) {
  .text-column p {
    font-size: 16px !important; }
    .text-column p b {
      font-size: 16px !important; } }

.text-column {
  font-family: "Fira Sans", sans-serif;
  padding-top: 3rem; }
  .text-column p {
    color: #6a7171; }

.main-section {
  height: 100%;
  padding: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); }
  .main-section svg {
    display: block;
    position: absolute;
    height: 102% !important;
    width: 100% !important;
    z-index: 10;
    pointer-events: none;
    z-index: 5 !important; }
  .main-section .projekte-nav {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    z-index: 10; }
    .main-section .projekte-nav a {
      display: inline-block;
      position: absolute;
      height: 65px;
      width: 65px;
      opacity: 0.5; }
      .main-section .projekte-nav a:nth-child(1) {
        left: 0; }
      .main-section .projekte-nav a:nth-child(2), .main-section .projekte-nav a.projekte-right-nav {
        right: 0;
        left: auto; }
      .main-section .projekte-nav a:focus, .main-section .projekte-nav a:hover {
        opacity: 1;
        fill: #fff; }
      .main-section .projekte-nav a > svg {
        display: inline;
        fill: #fff; }
        .main-section .projekte-nav a > svg:focus, .main-section .projekte-nav a > svg:hover {
          opacity: 1;
          fill: #fff; }
  .main-section .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #ebebeb;
    z-index: 10; }
    .main-section .container .main-head {
      color: #fff; }
      .main-section .container .main-head p {
        line-height: 1;
        font-size: 65px;
        position: absolute; }
        .main-section .container .main-head p.no-fixed {
          position: inherit;
          margin-top: 23vh; }

@media (min-width: 2200px) {
  .main-section .container .main-head b,
  .main-section .container .main-head p {
    font-size: 85px; } }

@media (min-width: 1441px) {
  .main-section .projekte-nav a:nth-child(1) {
    left: 5%; }
  .main-section .projekte-nav a:nth-child(2), .main-section .projekte-nav a.projekte-right-nav {
    right: 5%;
    left: auto; } }

@media (max-width: 991px) {
  .main-section .projekte-nav {
    visibility: hidden;
    opacity: 0; } }

@media (max-width: 360px) {
  .main-section .container p {
    font-size: 56px !important; } }

@media (max-width: 320px) {
  .main-section .container p {
    font-size: 50px !important; } }

@media (max-width: 1024px) and (min-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) {
  .projekte > .container {
    margin-top: 0 !important; }
  .projekte .row .col-lg-6.custom-gray-bg p {
    font-size: 53px !important; } }

footer {
  margin-top: 40px;
  font-size: 16px;
  color: #ebebeb;
  background: #6A7171;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  footer.no-top {
    top: 0 !important; }
  footer b {
    font-weight: 400; }
  footer .container {
    margin-bottom: 0; }
    footer .container .row .col-lg-6:last-child {
      margin-bottom: 0; }
      footer .container .row .col-lg-6:last-child b {
        font-weight: 500; }
      footer .container .row .col-lg-6:last-child a:nth-child(1) {
        margin-left: 5rem; }
      footer .container .row .col-lg-6:last-child a:nth-child(2), footer .container .row .col-lg-6:last-child a:nth-child(3) {
        margin-left: 1rem; }
      footer .container .row .col-lg-6:last-child a:link {
        color: #ebebeb; }
      footer .container .row .col-lg-6:last-child a:visited {
        color: #ebebeb; }
      footer .container .row .col-lg-6:last-child a:hover {
        color: #fff;
        text-decoration: none; }

@media (max-width: 991px) {
  footer .container .row .col-lg-6 a {
    margin-left: 0 !important; } }

.main-section {
  background: url(/assets/img/a201517d4fad76b2f759a8bee9b04819.jpg); }

.section-slide-1 {
  height: 100%;
  padding: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url(/assets/img/fa682852e17b7513c316e3d77c2a0e90.jpg);
  background-position: 50% 5% !important; }

.section-slide-2 {
  height: 100%;
  padding: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url(/assets/img/705b949944f19fe3d1e4693a4338951d.jpg); }

.section-slide-3 {
  height: 100%;
  padding: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url(/assets/img/69d4e1eb61d122edb4600d1de1e34a2a.jpg); }

.section-slide-4 {
  height: 100%;
  padding: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url(/assets/img/db941644066481b54b1c87c44ff9fe5e.jpg); }

.section-slide-5 {
  height: 100%;
  padding: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url(/assets/img/0b315eceb8a419329a26de75ff7ee94b.jpg); }

@media (max-width: 992px) {
  section:nth-child(6) {
    margin-top: -4.6%; } }

