@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 {
  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/aaef241592fe77525c89e2a697d50e7d.jpg); }
  .main-section .container {
    top: 40%; }

.mission b {
  font-weight: 500;
  font-size: 16px; }

.mission p {
  color: #5b5d5e;
  font-weight: 200;
  font-size: 40px;
  line-height: 1.2; }

.projekte {
  height: 25rem;
  position: relative;
  padding: 0;
  background-color: #f5f5f5; }
  .projekte b {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px; }
  .projekte svg {
    display: block;
    position: absolute;
    height: 102% !important;
    width: 100% !important;
    z-index: 10;
    pointer-events: none; }
    .projekte svg.top-left-skew {
      height: 15% !important; }
  .projekte:nth-child(4) {
    background: #fff; }
    .projekte:nth-child(4) > .container > b {
      position: absolute;
      margin-top: -10px; }
    .projekte:nth-child(4) .projekte-wrapper {
      clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
      background: #f5f5f5;
      height: 100%;
      width: 100%; }
      .projekte:nth-child(4) .projekte-wrapper #projekte-slide-1 {
        background: url(/assets/img/fbbd8b4941153646ab7de723a5655955.jpg);
        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%); }
  .projekte:nth-child(4) > .container, .projekte:nth-child(6) > .container, .projekte:nth-child(8) > .container, .projekte:nth-child(10) > .container, .projekte:nth-child(12) > .container, .projekte:nth-child(14) > .container {
    pointer-events: none; }
    .projekte:nth-child(4) > .container .row, .projekte:nth-child(6) > .container .row, .projekte:nth-child(8) > .container .row, .projekte:nth-child(10) > .container .row, .projekte:nth-child(12) > .container .row, .projekte:nth-child(14) > .container .row {
      pointer-events: none; }
      .projekte:nth-child(4) > .container .row .col-lg-6:first-child, .projekte:nth-child(6) > .container .row .col-lg-6:first-child, .projekte:nth-child(8) > .container .row .col-lg-6:first-child, .projekte:nth-child(10) > .container .row .col-lg-6:first-child, .projekte:nth-child(12) > .container .row .col-lg-6:first-child, .projekte:nth-child(14) > .container .row .col-lg-6:first-child {
        pointer-events: none; }
      .projekte:nth-child(4) > .container .row .col-lg-6:last-child, .projekte:nth-child(6) > .container .row .col-lg-6:last-child, .projekte:nth-child(8) > .container .row .col-lg-6:last-child, .projekte:nth-child(10) > .container .row .col-lg-6:last-child, .projekte:nth-child(12) > .container .row .col-lg-6:last-child, .projekte:nth-child(14) > .container .row .col-lg-6:last-child {
        pointer-events: fill; }
  .projekte:nth-child(5) > .container, .projekte:nth-child(7) > .container, .projekte:nth-child(9) > .container, .projekte:nth-child(11) > .container, .projekte:nth-child(13) > .container {
    pointer-events: none; }
    .projekte:nth-child(5) > .container .row, .projekte:nth-child(7) > .container .row, .projekte:nth-child(9) > .container .row, .projekte:nth-child(11) > .container .row, .projekte:nth-child(13) > .container .row {
      pointer-events: none; }
      .projekte:nth-child(5) > .container .row .col-lg-6:first-child, .projekte:nth-child(7) > .container .row .col-lg-6:first-child, .projekte:nth-child(9) > .container .row .col-lg-6:first-child, .projekte:nth-child(11) > .container .row .col-lg-6:first-child, .projekte:nth-child(13) > .container .row .col-lg-6:first-child {
        pointer-events: fill; }
      .projekte:nth-child(5) > .container .row .col-lg-6:last-child, .projekte:nth-child(7) > .container .row .col-lg-6:last-child, .projekte:nth-child(9) > .container .row .col-lg-6:last-child, .projekte:nth-child(11) > .container .row .col-lg-6:last-child, .projekte:nth-child(13) > .container .row .col-lg-6:last-child {
        pointer-events: none; }
  .projekte:nth-child(14) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); }
    .projekte:nth-child(14) > .row .col-lg-6 small a {
      position: absolute;
      margin-top: 1rem;
      z-index: 30; }
    .projekte:nth-child(14) .projekte-bottom-left-skew {
      visibility: hidden;
      opacity: 0; }
  .projekte > .container {
    height: 100%;
    margin-top: 10px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 40; }
    .projekte > .container .row > .col-lg-6 b {
      font-size: 16px;
      font-weight: 500; }
    .projekte > .container .row > .col-lg-6 p {
      font-weight: 200;
      font-size: 40px; }
      .projekte > .container .row > .col-lg-6 p span {
        display: inline-block;
        margin-bottom: 2rem;
        font-size: 40px; }
      .projekte > .container .row > .col-lg-6 p small {
        display: block;
        padding-top: 1.5rem;
        font-weight: 400; }
      .projekte > .container .row > .col-lg-6 p a {
        color: #6A7171;
        font-size: 20px;
        text-decoration: none !important; }
        .projekte > .container .row > .col-lg-6 p a:hover {
          color: #000; }
  .projekte > .row,
  .projekte:nth-child(4) > .projekte-wrapper > .row {
    height: 100%;
    position: relative; }
    .projekte > .row .col-lg-6,
    .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6 {
      height: 100%; }
      .projekte > .row .col-lg-6.custom-gray-bg,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6.custom-gray-bg {
        background: #f5f5f5;
        border: none; }
      .projekte > .row .col-lg-6#projekte-slide-1 > a, .projekte > .row .col-lg-6#projekte-slide-2 > a, .projekte > .row .col-lg-6#projekte-slide-3 > a, .projekte > .row .col-lg-6#projekte-slide-4 > a, .projekte > .row .col-lg-6#projekte-slide-5 > a, .projekte > .row .col-lg-6#projekte-slide-6 > a, .projekte > .row .col-lg-6#projekte-slide-7 > a, .projekte > .row .col-lg-6#projekte-slide-8 > a, .projekte > .row .col-lg-6#projekte-slide-9 > a, .projekte > .row .col-lg-6#projekte-slide-10 > a, .projekte > .row .col-lg-6#projekte-slide-11 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-1 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-2 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-3 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-4 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-5 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-6 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-7 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-8 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-9 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-10 > a,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-11 > a {
        display: block;
        z-index: 50;
        position: absolute;
        height: 100%;
        width: 100%; }
      .projekte > .row .col-lg-6#projekte-slide-2,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-2 {
        background: url(/assets/img/50a1b9706cc2b55cfe49caed83238532.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%); }
      .projekte > .row .col-lg-6#projekte-slide-3,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-3 {
        background: url(/assets/img/07a85e6f7b5a8ddc636b2f678be467dc.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%); }
      .projekte > .row .col-lg-6#projekte-slide-4,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-4 {
        background: url(/assets/img/bd920539a81b6aace7bfb8bb6a5fbecf.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%); }
      .projekte > .row .col-lg-6#projekte-slide-5,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-5 {
        background: url(/assets/img/eec10dda56bab5bbdba1342cc90f03f7.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%); }
      .projekte > .row .col-lg-6#projekte-slide-6,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-6 {
        background: url(/assets/img/74187e3e052dace8aabf0b542ec57aa9.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%); }
      .projekte > .row .col-lg-6#projekte-slide-7,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-7 {
        background: url(/assets/img/555db925f9c2f28d97791fb56b20b781.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%); }
      .projekte > .row .col-lg-6#projekte-slide-8,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-8 {
        background: url(/assets/img/b5c1b769acaa5a9f70e8a396267d14e6.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%); }
      .projekte > .row .col-lg-6#projekte-slide-9,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-9 {
        background: url(/assets/img/b71b63982f328ff93f0230cbfbab8e4e.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
        background-size: 125% !important; }
      .projekte > .row .col-lg-6#projekte-slide-10,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-10 {
        background: url(/assets/img/cc7d4e2a1a28a0df322623e2a85d0010.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%);
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%); }
      .projekte > .row .col-lg-6#projekte-slide-11,
      .projekte:nth-child(4) > .projekte-wrapper > .row .col-lg-6#projekte-slide-11 {
        background: url(/assets/img/6ba8faded956437083b227b5792aa18d.jpg);
        height: 100%;
        padding: 0;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%); }

@media (min-width: 992px) {
  .projekte:nth-child(4) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(6) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(8) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(10) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(12) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(14) > .container > .row .col-lg-6:nth-child(2) {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem; }
  .projekte:nth-child(5) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(7) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(9) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(11) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(13) > .container > .row .col-lg-6:nth-child(1) {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 5rem; } }

@media (max-width: 991px) and (max-height: 495px) {
  .main-section .container .main-head p {
    font-size: 44px; } }

@media (max-width: 991px) and (max-height: 320px) {
  .main-section .container .main-head p {
    font-size: 35px; } }

@media (max-width: 991px) {
  .mission p {
    font-size: 45px; }
  .projekte {
    height: 29rem; }
    .projekte > .container > b {
      margin-top: -28px !important; }
    .projekte > .row,
    .projekte .projekte-wrapper .row {
      height: 100%; }
      .projekte > .row .col-lg-6,
      .projekte .projekte-wrapper .row .col-lg-6 {
        height: 17rem !important; }
        .projekte > .row .col-lg-6.custom-gray-bg,
        .projekte .projekte-wrapper .row .col-lg-6.custom-gray-bg {
          height: 12rem !important; }
        .projekte > .row .col-lg-6#projekte-slide-2,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-2 {
          clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%);
          -webkit-clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%); }
        .projekte > .row .col-lg-6#projekte-slide-3,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-3 {
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
          -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%); }
        .projekte > .row .col-lg-6#projekte-slide-4,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-4 {
          clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%);
          -webkit-clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%); }
        .projekte > .row .col-lg-6#projekte-slide-5,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-5 {
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
          -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%); }
        .projekte > .row .col-lg-6#projekte-slide-6,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-6 {
          clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%);
          -webkit-clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%); }
        .projekte > .row .col-lg-6#projekte-slide-7,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-7 {
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
          -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%); }
        .projekte > .row .col-lg-6#projekte-slide-8,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-8 {
          clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%);
          -webkit-clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%); }
        .projekte > .row .col-lg-6#projekte-slide-9,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-9 {
          background-size: 135% !important;
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
          -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%); }
        .projekte > .row .col-lg-6#projekte-slide-10,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-10 {
          clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%);
          -webkit-clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%); }
        .projekte > .row .col-lg-6#projekte-slide-11,
        .projekte .projekte-wrapper .row .col-lg-6#projekte-slide-11 {
          clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%);
          -webkit-clip-path: polygon(0 0, 100% 5%, 100% 97%, 0 100%); }
    .projekte:nth-child(4) .projekte-wrapper {
      clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); }
      .projekte:nth-child(4) .projekte-wrapper #projekte-slide-1 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); }
    .projekte:nth-child(5) > .row > .col-lg-6:first-child,
    .projekte:nth-child(5) > .container > .row .col-lg-6:first-child, .projekte:nth-child(7) > .row > .col-lg-6:first-child,
    .projekte:nth-child(7) > .container > .row .col-lg-6:first-child, .projekte:nth-child(9) > .row > .col-lg-6:first-child,
    .projekte:nth-child(9) > .container > .row .col-lg-6:first-child, .projekte:nth-child(11) > .row > .col-lg-6:first-child,
    .projekte:nth-child(11) > .container > .row .col-lg-6:first-child, .projekte:nth-child(13) > .row > .col-lg-6:first-child,
    .projekte:nth-child(13) > .container > .row .col-lg-6:first-child {
      order: 2; }
    .projekte:nth-child(5) > .row > .col-lg-6:last-child,
    .projekte:nth-child(5) > .container > .row .col-lg-6:last-child, .projekte:nth-child(7) > .row > .col-lg-6:last-child,
    .projekte:nth-child(7) > .container > .row .col-lg-6:last-child, .projekte:nth-child(9) > .row > .col-lg-6:last-child,
    .projekte:nth-child(9) > .container > .row .col-lg-6:last-child, .projekte:nth-child(11) > .row > .col-lg-6:last-child,
    .projekte:nth-child(11) > .container > .row .col-lg-6:last-child, .projekte:nth-child(13) > .row > .col-lg-6:last-child,
    .projekte:nth-child(13) > .container > .row .col-lg-6:last-child {
      order: 1; }
    .projekte:nth-child(5) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(7) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(9) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(11) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(13) > .container > .row .col-lg-6:nth-child(2) {
      width: 100%;
      background: transparent;
      height: 17rem !important;
      overflow: hidden !important; }
    .projekte:nth-child(5) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(7) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(9) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(11) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(13) > .container > .row .col-lg-6:nth-child(1) {
      width: 100%;
      background: transparent;
      height: 12rem !important;
      overflow: hidden !important; }
      .projekte:nth-child(5) > .container > .row .col-lg-6:nth-child(1) b, .projekte:nth-child(7) > .container > .row .col-lg-6:nth-child(1) b, .projekte:nth-child(9) > .container > .row .col-lg-6:nth-child(1) b, .projekte:nth-child(11) > .container > .row .col-lg-6:nth-child(1) b, .projekte:nth-child(13) > .container > .row .col-lg-6:nth-child(1) b {
        font-size: 15px; }
      .projekte:nth-child(5) > .container > .row .col-lg-6:nth-child(1) p, .projekte:nth-child(7) > .container > .row .col-lg-6:nth-child(1) p, .projekte:nth-child(9) > .container > .row .col-lg-6:nth-child(1) p, .projekte:nth-child(11) > .container > .row .col-lg-6:nth-child(1) p, .projekte:nth-child(13) > .container > .row .col-lg-6:nth-child(1) p {
        font-size: 30px; }
        .projekte:nth-child(5) > .container > .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(7) > .container > .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(9) > .container > .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(11) > .container > .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(13) > .container > .row .col-lg-6:nth-child(1) p span {
          margin-bottom: 1rem;
          font-size: 39px; }
        .projekte:nth-child(5) > .container > .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(7) > .container > .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(9) > .container > .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(11) > .container > .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(13) > .container > .row .col-lg-6:nth-child(1) p small a {
          padding-top: 0.5rem; }
    .projekte:nth-child(4) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(6) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(8) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(10) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(12) > .container > .row .col-lg-6:nth-child(1), .projekte:nth-child(14) > .container > .row .col-lg-6:nth-child(1) {
      width: 100%;
      background: transparent;
      height: 17rem !important;
      overflow: hidden !important; }
    .projekte:nth-child(4) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(6) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(8) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(10) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(12) > .container > .row .col-lg-6:nth-child(2), .projekte:nth-child(14) > .container > .row .col-lg-6:nth-child(2) {
      width: 100%;
      background: transparent;
      height: 12rem !important;
      overflow: hidden !important; }
      .projekte:nth-child(4) > .container > .row .col-lg-6:nth-child(2) b, .projekte:nth-child(6) > .container > .row .col-lg-6:nth-child(2) b, .projekte:nth-child(8) > .container > .row .col-lg-6:nth-child(2) b, .projekte:nth-child(10) > .container > .row .col-lg-6:nth-child(2) b, .projekte:nth-child(12) > .container > .row .col-lg-6:nth-child(2) b, .projekte:nth-child(14) > .container > .row .col-lg-6:nth-child(2) b {
        font-size: 15px; }
      .projekte:nth-child(4) > .container > .row .col-lg-6:nth-child(2) p, .projekte:nth-child(6) > .container > .row .col-lg-6:nth-child(2) p, .projekte:nth-child(8) > .container > .row .col-lg-6:nth-child(2) p, .projekte:nth-child(10) > .container > .row .col-lg-6:nth-child(2) p, .projekte:nth-child(12) > .container > .row .col-lg-6:nth-child(2) p, .projekte:nth-child(14) > .container > .row .col-lg-6:nth-child(2) p {
        font-size: 35px; }
        .projekte:nth-child(4) > .container > .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(6) > .container > .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(8) > .container > .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(10) > .container > .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(12) > .container > .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(14) > .container > .row .col-lg-6:nth-child(2) p span {
          margin-bottom: 1rem; }
        .projekte:nth-child(4) > .container > .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(6) > .container > .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(8) > .container > .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(10) > .container > .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(12) > .container > .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(14) > .container > .row .col-lg-6:nth-child(2) p small a {
          padding-top: 0.5rem; }
    .projekte:nth-child(14) {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%); }
      .projekte:nth-child(14) .projekte-bottom-left-skew {
        visibility: visible;
        opacity: 1; } }

@media (max-width: 414px) {
  .mission p {
    font-size: 33px; }
  .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.3; }
    .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) b {
      font-size: 15px !important; }
    .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p {
      font-size: 25px !important; }
      .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p span {
        margin-bottom: 1rem !important;
        font-size: 30px !important; }
      .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p small {
        display: block !important;
        padding-top: 0.9rem !important; }
        .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p small a {
          font-size: 19px !important; }
  .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.3; }
    .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) b, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) b, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) b, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) b, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) b {
      font-size: 15px !important; }
    .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p {
      font-size: 27px !important; }
      .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p span {
        margin-bottom: 1rem !important;
        font-size: 30px !important; }
      .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p small, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p small, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p small, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p small, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p small {
        display: block !important;
        padding-top: 0.9rem !important; }
        .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p small a {
          font-size: 19px !important; } }

@media (max-width: 411px) {
  .mission p {
    font-size: 33px; } }

@media (max-width: 375px) {
  .main-section .main-head p {
    font-size: 55px !important; } }

@media (max-width: 360px) {
  .mission b {
    font-size: 15px; }
  .mission p {
    font-size: 33px; }
  .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) {
    padding-top: 0.5rem !important; }
    .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) b {
      font-size: 12px !important; }
    .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p {
      font-size: 25px !important; }
      .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p span {
        font-size: 29px !important; }
      .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p small, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p small {
        display: block;
        padding-top: 1.5rem !important; }
        .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p small a {
          font-size: 19px !important; }
  .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) {
    padding-top: 0.5rem !important; }
    .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p {
      font-size: 25px !important; }
      .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p span {
        font-size: 29px !important; }
      .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p small, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p small, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p small, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p small, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p small {
        display: block;
        padding-top: 1rem !important; }
        .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p small a {
          font-size: 19px !important; } }

@media (max-width: 320px) {
  .main-section .container .main-head p {
    font-size: 45px !important; }
  .mission .container p {
    font-size: 32px !important; }
  .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2), .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) b, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) b {
      font-size: 12.8px !important; }
    .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p {
      font-size: 24px !important; }
      .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p span, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p span {
        font-size: 28px !important; }
      .projekte:nth-child(4) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(6) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(8) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(10) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(12) .container .row .col-lg-6:nth-child(2) p small a, .projekte:nth-child(14) .container .row .col-lg-6:nth-child(2) p small a {
        font-size: 18px !important; }
  .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1), .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) b, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) b, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) b, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) b, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) b {
      font-size: 12.8px !important; }
    .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p {
      font-size: 24px !important; }
      .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p span, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p span {
        font-size: 28px !important; }
      .projekte:nth-child(5) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(7) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(9) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(11) .container .row .col-lg-6:nth-child(1) p small a, .projekte:nth-child(13) .container .row .col-lg-6:nth-child(1) p small a {
        font-size: 18px !important; } }

