@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; }

.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; }

#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%; } }

.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; } }

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

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/50c218ddf5628e2767382eee50bc658f.jpg);
  background-position: 50% 10% !important; }

