@import"https://use.typekit.net/tja2xgw.css";:root{--remMin:16;--remMax:24;--vpMin:1440;--vpMax:2560}@media screen and (max-width:1440px){:root{--remMin:16;--remMax:16;--vpMin:320;--vpMax:1440}}body,html{padding:0;margin:0;font-size:calc(1px*var(--remMin) + (var(--remMax) - var(--remMin))*(100vw - 1px*var(--vpMin))/(var(--vpMax) - var(--vpMin)));line-height:1.25;font-family:neue-haas-grotesk-display,sans-serif}*{scroll-margin:4rem}a{color:inherit;text-decoration:none;cursor:pointer}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0;font-size:1rem;line-height:1.25;font-weight:400}.page-wrapper{max-width:2960px;margin-right:auto;margin-left:auto}.error-wrapper{min-height:80vh;display:flex;flex-direction:column;justify-content:center}body.locked{overflow:hidden;position:fixed;width:100%}html{scroll-behavior:smooth}.color-gray{color:#9a9a9a}.color-gray--light{color:#e6e6e6}.color-orange{color:#eb8a2d}.show-for-large{display:none!important}@media(min-width:1024px){.show-for-large{display:block!important}.hide-for-large{display:none}}.show-for-medium{display:none}@media(min-width:640px){.show-for-medium{display:block}.hide-for-medium{display:none}}.button,button{font-size:1rem;line-height:1.5rem;font-weight:400;cursor:pointer;border:1px solid #000;padding:.75rem 1.5rem;display:inline-block;border-radius:10rem;position:relative;overflow:hidden;background-color:transparent}.button:hover,button:hover{background-color:#000;color:#fff}@media(min-width:1024px){.button:hover:before,button:hover:before{transform:scaleY(1)}.button:hover:after,button:hover:after{opacity:1}}.button.no-button,button.no-button{border:0;outline:0;padding:0;margin:0;border-radius:0;background-color:none;background:none;color:inherit;line-height:1.25;font-size:inherit}.button.no-button:after,.button.no-button:before,button.no-button:after,button.no-button:before{display:none}.arrow-link{display:flex;align-items:center}.arrow-link svg{height:2rem;width:auto;margin-left:.5rem}@media(max-width:1024px){.arrow-link svg{height:1.5rem;margin-left:.25rem}}@media(min-width:1024px){.arrow-link:hover{color:#000}.arrow-link:hover svg path{fill:#000}}.text-small{font-size:.75rem}.portable-text h5,.text-medium{font-size:1.5rem}@media(max-width:640px){.portable-text h5,.text-medium{font-size:1rem}}.portable-text h4,.text-large{font-size:2rem}@media(max-width:1024px){.portable-text h4,.text-large{font-size:1.5rem}}.portable-text h3,.text-xlarge{font-size:2.5rem}@media(max-width:1024px){.portable-text h3,.text-xlarge{font-size:1.5rem}}.portable-text h2,.text-xxlarge{font-size:3rem}@media(max-width:1024px){.portable-text h2,.text-xxlarge{font-size:2.5rem}}.portable-text h1,.text-xxxlarge{font-size:4rem;line-height:1.1}@media(max-width:1024px){.portable-text h1,.text-xxxlarge{font-size:2.5rem}}.text-xxxxlarge{font-size:6rem;line-height:1}@media(max-width:1024px){.text-xxxxlarge{font-size:4rem}}.portable-text h1,.portable-text h2,.portable-text h3,.portable-text h4,.portable-text h5,.portable-text h6{margin-bottom:1.5rem}.portable-text a{color:#eb8a2d}.portable-text p{min-height:1.25rem}.portable-text *+a.arrow-link{margin-top:.5rem}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:2rem;row-gap:2rem;padding:0 2rem}@media(max-width:1024px){.grid{grid-template-columns:repeat(4,1fr);row-gap:1rem;column-gap:1rem;padding:0 1rem}}.grid--2-cols{grid-template-columns:repeat(2,1fr)}@media(max-width:640px){.grid--2-cols{grid-template-columns:repeat(1,1fr)}}.grid--3-cols{grid-template-columns:repeat(3,1fr)}.grid--1-cols{grid-template-columns:repeat(1,1fr)}.grid>*{min-width:0;max-width:100%}.hero{height:100vh;width:100vw;pointer-events:none;position:relative;background-color:#000}.hero__image{opacity:0;transition:opacity .75s ease-out}.hero__image--show{opacity:1}.hero__logo{position:absolute;top:50%;right:2rem;left:2rem;transform:translateY(-50%);opacity:0;transition:opacity .3s ease-out}@media(max-width:1024px){.hero__logo{right:1rem;left:1rem}}.hero__logo svg{width:100%;height:auto;display:block}.hero__logo.show{opacity:1}.hero__tagline{position:absolute;bottom:2rem;left:2rem;width:65%;color:#fff;opacity:0;transition:opacity .3s ease-out}@media(max-width:1024px){.hero__tagline{left:1rem}}.hero__tagline.show{opacity:1}.hero__arrow{position:absolute;bottom:2rem;right:2rem;color:#fff;opacity:0;transition:opacity .3s ease-out}@media(max-width:1024px){.hero__arrow{right:1rem}}.hero__arrow.show{opacity:1}.hero__arrow svg{height:2rem;width:auto;display:block;transform:rotate(135deg)}@media(max-width:1024px){.hero__arrow svg{height:1.5rem}}.navigation{position:fixed;top:0;right:0;left:0;z-index:10;padding:1.5rem 2rem;color:#000;background-color:#fff;display:flex;justify-content:space-between;align-items:center;opacity:0;transition:transform .3s ease-out}.navigation.show{opacity:1}.navigation.animate-in{animation:fadeIn .3s ease-out .5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.navigation{padding:1rem}}.navigation ul{list-style-type:none;margin:0;padding:0}@media(min-width:1024px){.navigation ul li{display:inline-block;margin-right:1rem}.navigation ul li a:hover{color:#eb8a2d}.navigation ul li a:hover.color-gray{color:#9a9a9a;cursor:default}}.navigation--scrolled{transform:translateY(-100%)}.navigation__logo{position:relative;z-index:2}.navigation__logo svg{height:1.5rem;width:auto;display:block}.navigation--white{color:#000}.navigation__tagline,.navigation__toggle-button{position:relative;z-index:2}.navigation__mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-end}@media(min-width:1024px){.navigation__mobile-menu{display:none}}.navigation__mobile-menu ul{padding:1rem 1rem 6rem;color:#000}.navigation__mobile-menu__footer{border-top:1px solid #e6e6e6;padding:1rem 1rem 3rem}.navigation--active{opacity:1}@media(max-width:1024px){.navigation--active{color:#000!important}}.news-highlights__title{padding:0 2rem}@media(max-width:1024px){.news-highlights__title{padding:0 1rem}}.news-highlights__marquee{margin-bottom:4rem}@media(max-width:1024px){.news-highlights__marquee{margin-bottom:3rem}}.news-highlights__marquee span:after{content:"/";margin:0 2rem;color:#eb8a2d}.news-highlights__link>:last-child{grid-column:2/span 1}@media(max-width:1024px){.news-highlights__link>:last-child{grid-column:1/span 1}}.news-highlights__link a{color:#eb8a2d}.projects-highlights{border-top:1px solid #e6e6e6;padding-top:1rem;row-gap:4rem}@media(max-width:640px){.projects-highlights{row-gap:3rem}}.projects-highlights__link a{padding-left:2rem;padding-right:2rem;margin-top:2.5rem;color:#eb8a2d}@media(max-width:1024px){.projects-highlights__link a{padding-left:1rem;padding-right:1rem}}.projects-highlights__header{grid-column:1/span 2;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:2rem;column-gap:2rem}@media(max-width:640px){.projects-highlights__header{grid-column:1/span 1}}.projects-highlights__buttons a.button,.projects-highlights__header__buttons a.button{margin-right:.5rem}.footer{display:grid;grid-template-columns:repeat(1,1fr)}.footer__grid{grid-column:span 3;padding-top:1rem;padding-bottom:2rem;border-top:1px solid #e6e6e6}.footer__contact{grid-column:1/span 1}@media(max-width:1024px){.footer__contact{grid-column:1/span 2}}.footer__about{grid-column:2/span 1}@media(max-width:1024px){.footer__about{grid-column:1/span 4}}.footer__copyright{grid-column:3/span 1;text-align:right}@media(max-width:1024px){.footer__copyright{text-align:left;grid-column:1/span 4}}.footer__icon{grid-column:span 3;justify-self:end;margin-top:20vh;margin-bottom:-1px;padding-right:2rem;z-index:1}@media(max-width:1024px){.footer__icon{margin-top:8rem;padding-right:1rem}}.footer__icon svg{width:6rem;height:auto;display:block}@media(max-width:1024px){.footer__icon svg{width:4rem}}.text-block__text{grid-column:1/span 9}.text-block__text--right{grid-column:5/span 8}@media(max-width:1024px){.text-block__text--right{grid-column:1/span 3}}@media(max-width:640px){.text-block__text--right{grid-column:1/span 4}}@media(max-width:1024px){.text-block__text--two-columns{grid-column:1/span 4}}.text-block__text--two-columns .portable-text{column-count:2;column-gap:2rem}@media(max-width:1024px){.text-block__text--two-columns .portable-text{column-gap:1rem}}@media(max-width:640px){.text-block__text--two-columns .portable-text{column-count:1}}.project-card__hover-content{display:flex;align-items:center}@media(max-width:1024px){.project-card__hover-content{display:none}}.project-card__hover-content span{margin-left:auto}.project-card__hover-content svg{margin-left:.5rem;width:1.125rem}.project-card__image{padding-bottom:75%;position:relative}.project-card__image__hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;will-change:opacity;transition:opacity .2s ease-out}.project-card__info{display:flex;justify-content:space-between;flex-wrap:nowrap;margin-top:.5rem;overflow:hidden;max-height:1.45rem}@media(max-width:1024px){.project-card__info{flex-wrap:wrap;max-height:none}}.project-card__info__title{margin-right:1rem}.project-card__info__location,.project-card__info__type{justify-self:end;will-change:transform;transition:transform .2s ease-out}.project-card__info__location span,.project-card__info__type span{display:block}.project-card__info__location{text-align:right}@media(max-width:1024px){.project-card__info__location{text-align:left}}.project-card__info__location span svg{height:1.25rem;width:auto}@media(min-width:1024px){.project-card:hover .project-card__image__hover{opacity:1}.project-card:hover .project-card__info__location,.project-card:hover .project-card__info__type{transform:translateY(-1.25rem)}}.news-highlight{border-bottom:1px solid #e6e6e6;padding-bottom:1rem;margin-bottom:1rem}@media(max-width:1024px){.news-highlight{padding-bottom:2rem}}.news-highlight>div{display:flex;align-items:center}.news-highlight__date{grid-column:1/span 4}@media(max-width:1024px){.news-highlight__date{grid-column:1/span 4}}@media(max-width:640px){.news-highlight__date{grid-row:1;grid-column:1/span 3}}.news-highlight__title{grid-column:1/span 6}@media(max-width:1024px){.news-highlight__title{grid-column:1/span 3}}.news-highlight__excerpt{grid-column:7/span 5}@media(max-width:1024px){.news-highlight__excerpt{grid-column:1/span 4}}.news-highlight__arrow{justify-content:flex-end;color:#eb8a2d}@media(max-width:1024px){.news-highlight__arrow{grid-column:4/span 1;grid-row:1}}.news-highlight__arrow svg{height:2.5rem;width:auto;display:block}@media(max-width:1024px){.news-highlight__arrow svg{height:2rem}}@media(min-width:1024px){.news-highlight:hover .news-highlight__excerpt{color:#eb8a2d}}.news-highlight--large{row-gap:1rem;margin-bottom:2rem;padding-bottom:2rem}.news-highlight--large .news-highlight__excerpt,.news-highlight--large .news-highlight__title{grid-column:5/span 7}@media(max-width:1024px){.news-highlight--large .news-highlight__excerpt,.news-highlight--large .news-highlight__title{grid-column:1/span 3}}@media(max-width:640px){.news-highlight--large .news-highlight__excerpt,.news-highlight--large .news-highlight__title{grid-column:1/span 4}}.news-highlight--large .news-highlight__arrow{grid-column:12/span 1;grid-row:1}@media(max-width:1024px){.news-highlight--large .news-highlight__arrow{grid-row:2;grid-column:4/span 1}}@media(max-width:640px){.news-highlight--large .news-highlight__arrow{grid-row:1;grid-column:4/span 1}}.offices{overflow:hidden}.offices__title{position:absolute;width:1px;height:auto;margin:0;padding:0;border:0;white-space:nowrap;overflow:hidden;clip:rect(0 0 0 0)}.offices__items{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:2rem;column-gap:2rem;grid-column:span 12;grid-gap:4rem;gap:4rem;padding-bottom:2rem;border-bottom:1px solid #e6e6e6}@media(max-width:1024px){.offices__items{padding-bottom:1.5rem;grid-template-columns:repeat(8,1fr);grid-column:span 4;gap:2rem}}@media(max-width:640px){.offices__items{grid-template-columns:repeat(4,1fr)}}.office{grid-column:span 4;padding-top:1rem;position:relative}.office__info{margin-top:3rem}@media(max-width:1024px){.office__info{margin-top:1.5rem}}.coworkers-list{row-gap:6rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,20rem),1fr))}@media(max-width:1024px){.coworkers-list{row-gap:4rem;padding:0 1rem}}@media(max-width:640px){.coworkers-list{row-gap:4rem;padding:0 1rem}}.coworker__image{margin-bottom:1rem;padding-bottom:125%;background-color:#e6e6e6;position:relative}.coworker__contact{margin-top:1rem}.title{row-gap:.5rem}@media(max-width:1024px){.title{row-gap:1rem}}.title h1{grid-column:5/span 8}@media(max-width:1024px){.title h1{grid-column:1/span 4}}.title__date{grid-column:1/span 4}@media(max-width:1024px){.title__date{grid-column:1/span 4}}.title__anchor-navigation{grid-column:5/span 8;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:.75rem;row-gap:.75rem;border-bottom:1px solid #e6e6e6;padding-bottom:2rem;margin-bottom:2rem}@media(max-width:1024px){.title__anchor-navigation{margin-top:1.5rem;padding-bottom:1rem;margin-bottom:1rem;grid-column:1/span 4}}@media(max-width:640px){.title__anchor-navigation{grid-template-columns:repeat(1,1fr);row-gap:.25rem;margin-top:0}}.title__anchor-navigation>a{color:#9a9a9a}@media(min-width:1024px){.title__anchor-navigation>a:hover{color:#eb8a2d}}.title--has-anchor-navigation{align-items:start}.title--has-anchor-navigation h1{grid-column:1/span 4}.media{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:2rem;column-gap:2rem}@media(max-width:1024px){.media{grid-template-columns:repeat(4,1fr)}}.media__inner{grid-column:1/span 12}@media(max-width:1024px){.media__inner{grid-column:1/span 4}}.media--in-grid{padding:0 2rem}@media(max-width:1024px){.media--in-grid{padding:0 1rem}}@media(max-width:640px){.media--in-grid{padding:0}}.media--align-right{padding:0 2rem}@media(max-width:1024px){.media--align-right{padding:0 1rem}}.media--align-right .media__inner{grid-column:5/span 8}@media(max-width:1024px){.media--align-right .media__inner{grid-column:1/span 4}}.media--two .media__inner{display:grid;grid-column-gap:2rem;column-gap:2rem;grid-template-columns:repeat(2,1fr)}@media(max-width:1024px){.media--two .media__inner{column-gap:1rem;grid-template-columns:repeat(1,1fr);row-gap:1rem}}.numbers{row-gap:2rem}.numbers>div p{font-size:10rem;line-height:1}@media(max-width:1024px){.numbers>div p{font-size:8rem}}.numbers__first{grid-column:1/span 4}@media(max-width:1024px){.numbers__first{grid-column:1/span 4}}.numbers__second{grid-column:5/span 8}@media(max-width:1024px){.numbers__second{grid-column:1/span 4}}.spacer--border-top{border-top:1px solid #e6e6e6}.spacer--border-bottom{border-bottom:1px solid #e6e6e6}.content-section{padding-top:1rem;row-gap:4rem}@media(max-width:640px){.content-section{row-gap:2rem}}.content-section__title{grid-column:1/span 4}.content-section__text{grid-column:5/span 8}@media(max-width:1024px){.content-section__text{grid-column:1/span 4}}.content-section__contact-persons{grid-column:5/span 8;display:grid;grid-template-columns:repeat(7,1fr);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:2rem;row-gap:2rem}@media(max-width:1024px){.content-section__contact-persons{grid-column:1/span 4;column-gap:1rem;row-gap:1rem;padding:.5rem 0 1rem}}.content-section__contact-persons>p{grid-column:1/span 2}@media(max-width:640px){.content-section__contact-persons>p{grid-column:1/span 7}}.content-section__contact-persons ul{grid-column:3/span 5;margin:0;padding:0;list-style-type:none}@media(max-width:640px){.content-section__contact-persons ul{grid-column:1/span 7}}.content-section__contact-persons ul li{margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(5,1fr);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:2rem;row-gap:2rem}.content-section__contact-persons ul li:last-of-type{margin:0}.content-section__contact-persons ul li p{grid-column:1/span 2}.content-section__contact-persons ul li p:last-of-type{grid-column:3/span 3}.content-section__projects{grid-column:1/span 12}@media(max-width:1024px){.content-section__projects{grid-column:1/span 4}}.content-section__projects__inner{display:flex;overflow:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;cursor:-webkit-grab;cursor:grab}.content-section__projects__inner::-webkit-scrollbar{display:none}.content-section__projects__inner>a{min-width:50vw;margin-right:2rem}@media(max-width:1024px){.content-section__projects__inner>a{margin-right:1rem;min-width:80vw}}.content-section__projects__inner>a:last-of-type{margin-right:0}.content-section__projects__inner>a:first-of-type{margin-left:calc((76.75vw - 26rem)/12*5 + 11.5rem)}@media(max-width:1024px){.content-section__projects__inner>a:first-of-type{margin-left:1rem}}.content-section__projects__inner .block{min-width:2rem;display:block}@media(max-width:1024px){.content-section__projects__inner .block{min-width:1rem}}.content-section__projects--single-project{grid-column:5/span 8}@media(max-width:1024px){.content-section__projects--single-project{grid-column:1/span 4;padding:0}}.content-section__projects--single-project .content-section__projects__inner{display:block}.content-section__projects--single-project .content-section__projects__inner>a{margin-right:0}.content-section__projects--single-project .content-section__projects__inner>a:first-of-type{margin-left:0}.content-section__text+.content-section__contact-persons{padding-top:.5rem;border-top:1px solid #e6e6e6}.facts ul{grid-column:5/span 8;list-style-type:none;margin:0;padding:0}@media(max-width:1024px){.facts ul{grid-column:1/span 12}}.facts ul li{border-top:1px solid #e6e6e6;padding-top:.5rem;margin-bottom:.5rem;display:grid;grid-template-columns:repeat(8,1fr);grid-column-gap:2rem;column-gap:2rem}.facts ul li span{grid-column:1/span 2}.facts ul li span:last-of-type{grid-column:3/span 6}.facts--wide{padding:0}.facts--wide ul{grid-column:1/span 12}.facts--wide ul li{grid-template-columns:repeat(5,1fr)}.facts--wide ul li span{grid-column:1/span 2}.facts--wide ul li span:last-of-type{grid-column:3/span 3}.quote{row-gap:1rem}.quote__person,.quote__text{grid-column:2/span 11}@media(max-width:1024px){.quote__person,.quote__text{grid-column:1/span 4}}.related-projects{border-top:1px solid #e6e6e6;padding-top:1rem;grid-template-columns:repeat(1,1fr);row-gap:8rem}@media(max-width:1024px){.related-projects{row-gap:4rem}}.related-projects__grid{padding:0;row-gap:3rem}@media(max-width:1024px){.related-projects__grid{grid-template-columns:repeat(1,1fr)}}.category-filter>p{margin-bottom:.5rem}.category-filter__alternatives{column-count:2;column-gap:2rem}@media(max-width:640px){.category-filter__alternatives{column-count:1}}.category-filter span{display:block;cursor:pointer;margin-right:.5rem;margin-bottom:.25rem}@media(max-width:1024px){.category-filter span{font-size:1.5rem}}@media(min-width:1024px){.category-filter span:hover{color:#9a9a9a}}.category-filter span.active{color:#eb8a2d}@media(min-width:1024px){.category-filter span.active:hover{color:#eb8a2d}}.city-filter>p{margin-bottom:.5rem}.city-filter__alternatives{display:flex;flex-wrap:wrap}.city-filter span{cursor:pointer;margin-right:.5rem}@media(max-width:1024px){.city-filter span{font-size:1.5rem}}.city-filter span:after{color:#000;content:","}.city-filter span:last-of-type:after{display:none}@media(min-width:1024px){.city-filter span:hover{color:#9a9a9a}}.city-filter span.active{color:#eb8a2d}@media(min-width:1024px){.city-filter span.active:hover{color:#eb8a2d}}.toggle-switch{display:flex;justify-content:flex-end}@media(max-width:1024px){.toggle-switch{display:none}}.toggle-switch span{cursor:pointer}.toggle-switch span:first-of-type{margin-right:.5rem}.map{position:relative}.map-marker{min-width:44px;min-height:44px;cursor:pointer;position:relative}.map-marker,.map-marker:after{height:1rem;width:1rem;transform:translateX(-50%) translateY(-50%)}.map-marker:after{content:"";position:absolute;top:50%;left:50%;background-color:#eb8a2d;border-radius:100%}.project-map-teaser{background-color:#fff;position:absolute;top:0;right:0;bottom:0;width:36vw;max-height:100vh;overflow:scroll}.project-map-teaser__image{padding-bottom:60%;position:relative}.project-map-teaser__image button{color:#fff;position:absolute;top:1.5rem;left:1.5rem}.project-map-teaser__content{padding:1.5rem}.project-map-teaser__content h3{margin-bottom:1rem}.project-map-teaser__content p{margin-bottom:2rem}.project-map-teaser__content__buttons{padding-top:2rem;display:flex;align-items:center}.project-map-teaser__content__buttons .button{margin-right:.5rem}.project-map-teaser__content__buttons a{color:#eb8a2d}.contact-persons{display:grid;grid-template-columns:repeat(12,1fr);padding-left:2rem}@media(max-width:1024px){.contact-persons{padding-left:0}}.contact-persons__grid{grid-column:5/span 8;padding-top:.5rem;padding-left:0;padding-right:2rem;border-top:1px solid #e6e6e6;display:grid;grid-template-columns:repeat(7,1fr);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:2rem;row-gap:2rem}@media(max-width:1024px){.contact-persons__grid{grid-column:span 12;padding-left:1rem;padding-right:1rem;column-gap:1rem;row-gap:1rem}}.contact-persons__grid>p{grid-column:1/span 2}@media(max-width:640px){.contact-persons__grid>p{grid-column:1/span 7}}.contact-persons__grid ul{grid-column:3/span 5;margin:0;padding:0;list-style-type:none}@media(max-width:640px){.contact-persons__grid ul{grid-column:1/span 7}}.contact-persons__grid ul li{margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(5,1fr);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:2rem;row-gap:2rem}.contact-persons__grid ul li:last-of-type{margin:0}.contact-persons__grid ul li p{grid-column:1/span 2}.contact-persons__grid ul li p:last-of-type{grid-column:3/span 3}.instagram-feed{padding-top:.5rem;border-top:1px solid #e6e6e6}.instagram-feed__title{grid-column:1/span 4}@media(max-width:1024px){.instagram-feed__title{grid-column:span 2}}.instagram-feed__username{grid-column:5/span 8}@media(max-width:1024px){.instagram-feed__username{grid-column:span 2}}.instagram-feed__wrap{grid-column:span 12}.flockler-grid-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));grid-gap:2rem;gap:2rem;text-align:left}@media(max-width:1024px){.flockler-grid-items{gap:1rem}}.flockler-grid-item{padding:0;width:100%!important}.flockler-grid-item:after,.flockler-grid-item:before{border-radius:0;box-shadow:none;visibility:hidden}.flockler-grid-item__wrapper{border-radius:0}.flockler-grid-item__media__post-type-icon{display:none}.service-list{margin-bottom:2em}.service-list>p{margin-bottom:.5rem}.service-list__text{grid-column:5/span 8}@media(max-width:1024px){.service-list__text{grid-column:1/span 3}}.service-list__list{grid-column:5/span 8}@media(max-width:1024px){.service-list__list{grid-column:1/span 3}}.service-list__smallheadline{padding:2em 0 1em;border-top:1px solid #e6e6e6}.service-list__items{column-count:2;column-gap:2rem}@media(max-width:640px){.service-list__items{column-count:1}}.service-list a{display:block;cursor:pointer;margin-right:.5rem;margin-bottom:.25rem}@media(max-width:1024px){.service-list a{font-size:1.5rem}}.service-list a:hover{color:#eb8a2d}.contact-index__actions>div{grid-column:1/span 8}.contact-index__actions>div:last-of-type{grid-column:9/span 4}.contact-index__cities{grid-template-columns:repeat(2,1fr)}@media(max-width:640px){.contact-index__cities{row-gap:3rem;grid-template-columns:repeat(1,1fr)}}.project-index__actions>div{grid-column:1/span 6}@media(max-width:1024px){.project-index__actions>div{grid-column:1/span 3}}.project-index__actions>div:last-of-type{grid-column:9/span 4}.project-index__projects{grid-template-columns:repeat(auto-fill,minmax(min(100%,30rem),1fr))}@media(max-width:640px){.project-index__projects{row-gap:3rem}}.service-page__label{padding-bottom:.125rem}.service-page__title{grid-column:1/span 4}.service-page__media{grid-column:5/span 8}@media(max-width:1024px){.service-page__media{grid-column:1/span 4}}