@charset "UTF-8";
@font-face {
  font-family: 'Roboto Condensed';font-style: normal;font-weight: 400;src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto-condensed-400.woff2') format('woff2'), url('../fonts/roboto-condensed-400.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';font-style: normal;font-weight: 700;src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('../fonts/roboto-condensed-700.woff2') format('woff2'), url('../fonts/roboto-condensed-700.woff') format('woff');
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,img,small,strong,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}html{height:100%;min-height:100%;overflow-y:scroll}

body {
  background: #fff;
  color: #3c4b4c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1;
  width: 100%
}

a {
  text-decoration: none
}

.clr {
  clear: both
}

.outer {
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  max-width: 1420px;
  transition: all 200ms;
  width: 100%
}

.outer:after {
  content: '';
  display: block;
  height: 60px;
  transition: height 200ms
}

.container {
  box-sizing: border-box;
  position: relative;
  width: 100%
}

.main {
  overflow: hidden;
  padding-top: 100px
}

.main:after {
  clear: both;
  content: '';
  display: block
}

img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 200ms
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 200ms
}

.progress-bar {
  background: #3c4b4c;
  height: 4px;
  left: 0;
  position: fixed;
  top: 0;
  transition: width 200ms ease-out;
  z-index: 1000
}

.header {
  background: #fff;
  box-sizing: border-box;
  height: 100px;
  max-width: 1420px;
  position: fixed;
  transition: height 200ms;
  width: 100%;
  z-index: 1
}

.logo {
  background: url(../img/logo.png) no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  height: 62px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 200ms;
  width: 158px;
  z-index: 10
}

.main-navigation,
.sub-navigation,
.breadcrumbs {
  background: #fff;
  box-sizing: border-box;
  line-height: 25px;
  padding-left: 200px;
  position: absolute;
  right: 0;
  text-align: right
}

.main-navigation {
  top: 15px;
  transition: all 200ms;
  width: 100%
}

.main-navigation:after {
  clear: both;
  content: '';
  display: block
}

.main-navigation>ul {
  float: right;
  width: 100%
}

.main-navigation li,
.footer-navigation li {
  display: inline-block;
  margin: 0 0 0 30px
}

.main-navigation li:first-child,
.footer-navigation li:first-child {
  margin: 0
}

.main-navigation input {
  display: none
}

.main-navigation a,
.main-navigation span,
.footer-navigation a,
.breadcrumbs a,
.breadcrumbs span {
  color: #3c4b4c;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  transition: color 200ms
}

.main-navigation a:hover,
.main-navigation .ni-active>a,
.main-navigation span:hover,
.footer-navigation a:hover,
.footer-navigation .ni-active a,
.breadcrumbs a:hover {
  color: #9aacb2
}

.main-navigation .sub-navigation {
  opacity: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  top: 25px;
  transition: opacity 200ms;
  visibility: hidden;
  width: auto;
  z-index: 1
}

.main-navigation input:checked+.sub-navigation {
  opacity: 1;
  visibility: visible
}

.breadcrumbs {
  color: #3c4b4c;
  padding-bottom: 10px;
  top: 40px
}

.breadcrumbs li {
  float: right;
  margin: 0 0 0 30px
}

.breadcrumbs li:first-child {
  display: none
}

.breadcrumbs span {
  cursor: default
}

.button-menue {
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 10000
}

.button-menue span,
.button-menue span:before,
.button-menue span:after {
  background: #3c4b4c;
  display: block;
  height: 5px;
  width: 30px
}

.button-menue span {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0
}

.button-menue span:before,
.button-menue span:after {
  content: '';
  position: absolute
}

.button-menue span:before {
  top: -10px
}

.button-menue span:after {
  bottom: -10px
}

.slideshow,
.slideshow img {
  height: calc(100vh - 160px);
  transition: height 200ms;
  width: 100%
}

.slideshow {
  display: none;
  overflow: hidden;
  position: relative
}

.slideshow .slide {
  display: none
}

.slideshow img {
  object-fit: cover;
  position: absolute
}

.main-projekte,
.main-aktuell,
.main-buero {
  display: flex;
  flex-wrap: wrap
}

.item-project,
.item-news {
  float: left;
  margin-right: 1.408%;
  position: relative;
  transition: all 200ms;
  width: 23.944%
}

.item-project {
  margin-bottom: 20px;
  overflow: hidden
}

.item-news {
  flex: 0 1 auto;
  margin-bottom: 60px
}

.item-news:nth-of-type(5n) {
  clear: both
}

.news-image {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%
}

.item-project:before,
.news-image:before {
  content: '';
  display: block;
  padding-top: 64.71%;
  width: 100%
}

.item-project:nth-of-type(4n),
.item-news:nth-of-type(4n) {
  margin-right: 0
}

.project-image,
.news-image img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.project-tooltip {
  background: rgba(60, 75, 76, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 1;
  transition: all 200ms;
  top: 0;
  width: 100%
}

.item-project:hover .project-tooltip {
  opacity: 0
}

.project-title {
  bottom: 10px;
  color: #fff;
  left: 10px;
  line-height: 150%;
  position: absolute;
  right: 10px;
  text-transform: uppercase
}

.news-info {
  padding: 15px 0 0 0
}

.news-title,
.news-title a,
.news-link {
  color: #000;
  font-weight: 700
}

.news-text {
  line-height: 150%;
  margin: 25px 0
}

.news-link {
  bottom: 0;
  position: absolute
}

.projectview-images,
.text-images {
  font-size: 0;
  line-height: 0;
  margin: 0 0 calc(90px - 1.4%) 0;
  min-height: 300px;
  text-align: justify;
  width: 100%
}

.projectview-images * {
  display: inline
}

.projectview-images:after {
  clear: both;
  content: '';
  display: inline-block;
  width: 100%
}

.image {
  display: inline-block;
  position: relative;
  margin-bottom: 1.4%
}

.image:last-child {
  margin-bottom: 0
}

.image img,
.text-images img {
  width: 100%
}

.main .image-automatic img {
  width: auto
}

.image-1 {
  width: 40.845%
}

.image-2 {
  width: 49.296%
}

.image-3 {
  width: 57.746%
}

.image-4 {
  width: 100%
}

.projectview-description,
.projectview-data,
.text,
.contact-left {
  float: left;
  line-height: 150%
}

.projectview-description,
.text-left {
  min-width: 700px;
  width: 49.296%
}

.projectview-description h1,
.text-left h1 {
  font-weight: 700;
  margin: 0 0 20px 0
}

.projectview-description p,
.projectview-data p,
.text h1,
.text p,
.contact-left h1,
.contact-left p {
  margin: 0 0 20px 0
}

.projectview-description p:last-child,
.projectview-data p:last-child,
.text p:last-child,
.contact-left p:last-child {
  margin: 0
}

.projectview-description a,
.projectview-data a,
.text a,
.contact-left a {
  color: #3c4b4c;
  text-decoration: underline
}

.projectview-data,
.text-right {
  margin: 0 0 0 9.859%
}

.text-right {
  max-width: 30%
}

.projectview-data strong {
  display: block;
  font-weight: 700
}

.contact-left {
  margin: 0 4% 0 0;
  min-width: 250px;
  width: 30%
}

.contact-right {
  width: 66%
}

.contact-right iframe {
  width: 100%
}

.footer {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  max-width: 1420px;
  transition: all 200ms
}

.footer-navigation {
  position: absolute;
  right: 0;
  transition: right 200ms
}

@media screen and (max-width: 1420px) {

  .logo {
    left: 10px
  }

  .main-navigation,
  .breadcrumbs {
    padding-right: 10px;
  }

  .button-menue,
  .footer-navigation {
    right: 10px
  }

  .main:not(.main-home) {
    padding-left: 10px;
    padding-right: 10px
  }

}

@media screen and (max-width: 1000px) {

  .item-project,
  .item-news {
    margin-right: 2%;
    width: 32%
  }

  .item-project:nth-of-type(3n),
  .item-news:nth-of-type(3n) {
    margin-right: 0
  }

  .item-project:nth-of-type(4n),
  .item-news:nth-of-type(4n) {
    margin-right: 2%
  }

  .projectview-description,
  .text-left {
    min-width: 500px;
    width: 65%
  }

}

@media screen and (max-width: 800px) {

  .projectview-description,
  .text-left {
    float: none;
    min-width: auto;
    width: 100%
  }

  .projectview-data,
  .text-right {
    float: none;
    margin: 30px 0 0 0;
    width: 100%
  }

  .main .image-automatic img {
    width: 100%
  }
}

@media screen and (max-width: 700px) {

  .item-project,
  .item-news {
    margin-right: 3%;
    width: 48.5%
  }

  .item-project:nth-of-type(2n),
  .item-news:nth-of-type(2n) {
    margin-right: 0
  }

  .item-project:nth-of-type(odd),
  .item-news:nth-of-type(odd) {
    margin-right: 3%
  }

  .projectview-images,
  .text-images {
    margin: 0 0 50px 0
  }

  .contact-left,
  .contact-right {
    float: none;
    width: 100%
  }

  .contact-left {
    margin: 0 0 30px 0
  }

}

@media screen and (max-width: 600px) {

  .image {
    margin: 0 0 10px 0;
    width: 100%
  }

  .projectview-images,
  .text-images {
    margin: 0 0 40px 0
  }

}

@media screen and (max-width: 500px) {

  .main-navigation li {
    margin: 0 0 0 10px
  }

  .main-navigation a,
  .main-navigation span,
  .breadcrumbs a,
  .breadcrumbs span,
  .footer-navigation a {
    font-size: 11px
  }

  .item-project,
  .item-news {
    margin-right: 0;
    width: 100%
  }

  .item-project:nth-of-type(odd),
  .item-news:nth-of-type(odd) {
    margin-right: 0
  }

  .slideshow,
  .slideshow img {
    height: calc(100vh - 135px)
  }

  .footer {
    height: 35px;
    line-height: 35px
  }

  .outer {
    margin-bottom: -35px
  }

  .outer:after {
    height: 35px
  }
}

@media screen and (max-width: 400px) {

  .projectview-images,
  .text-images {
    margin: 0 0 30px 0;
    min-height: 200px
  }
}

@supports (object-fit: cover) {

  .project-image,
  .news-image img {
    object-fit: cover;
    width: 100%
  }

}