/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v25-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}

:root {
    --bs-primary: #333A55;
    --bs-secondary: #64D1CE;
    --bs-light: #E3E3E3;
    --bs-dark: #0000009A;
    --bs-primary-rgb: 51,58,85;
    --bs-secondary-rgb: 100,209,206;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 51,58,85;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: 'Montserrat', sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #333A55;
    --bs-body-bg: #fff;
    --bs-col: 8.33333333%;
    --bs-full: 20px;
}
body {
    font-size: 14px;
    letter-spacing: .14px;
    line-height: 23px;
}
.content {
    overflow-x: hidden;
}
a {
    color: var(--bs-primary);
}
a:hover {
    color: var(--bs-secondary);
    cursor: pointer;
}
b,strong {
    font-weight: 800;
}
h1 {
    font-size: 40px;
    letter-spacing: 1.2px;
    line-height: 49px;
    margin-bottom: 15px;
    font-weight: 400;
}
h1 + h2 {
    font-size: 16px;
    letter-spacing: .16px;
    line-height: 23px;
    margin-bottom: 27px;
    font-weight: 800;
}
h2 {
    font-size: 16px;
    letter-spacing: .48px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 20px;
}
h3 {
    font-size: 16px;
    letter-spacing: .16px;
    line-height: 23px;
    font-weight: 800;
    margin-bottom: 28px;
}
h5 {
    font-size: 12px;
    letter-spacing: .12px;
    line-height: 15px;
    margin-bottom: 25px;
}
p {
    margin-bottom: 28px;
}
p:last-child {
    margin-bottom: 0;
}
figure {
    margin-bottom: 0;
}
.frame {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.frame-type-textpic {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
}
.frame-dark {
    --bs-gutter-y: 40px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: var(--bs-gutter-y) var(--bs-gutter-x);
}
.frame-dark figure {
    margin-bottom: 30px;
}
.frame-dark + .frame-dark {
    padding-top: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.frame-dark + .frame-dark .ce-textpic::before {
    content: "";
    display: block;
    width: calc(100% - var(--bs-gutter-x));
    height: 1px;
    background: var(--bs-secondary);
    margin: 50px calc(var(--bs-gutter-x) / 2);
}
.frame-dark p:last-child {
    margin-bottom: 0;
}
.frame-dark a { 
    color: var(--bs-white);
}
.frame-dark a:hover {
    color: var(--bs-secondary);
}
.frame-dark figure.image {
    position: relative;
}
.frame-layout-1 figure.image::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -10px;
    width: 64px;
    height: 26px;
    background: url(../images/ideas.svg) no-repeat;
    background-size: cover;
    z-index: 10;
}
.frame-layout-2 figure.image::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -10px;
    width: 87px;
    height: 26px;
    background: url(../images/realized.svg) no-repeat;
    background-size: cover;
    z-index: 10;
}
.frame-type-text,
.frame-type-header {
    padding-left: var(--bs-full);
    padding-right: var(--bs-full);
}
.container-fluid {
    --bs-gutter-x: var(--bs-full);
}
.row {
    --bs-gutter-x: 2px;
}
.header {
    padding-top: 54px;
    padding-bottom: 71px;
}
.image-embed-item {
    display: block;
    max-width: 100%;
    height: auto;
    transform: scale(1);
    transition: background 0.5s, opacity 0.5s, transform 0.5s;
}
figure.image {
    position: relative;
}
figure.image:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: transform 0.5s, opacity 0.5s;
    border: 1em solid;
    border-color: var(--bs-primary) var(--bs-secondary);
    border-radius: 50%;
}
figure.lazyImageWaiting:before {
    animation:spin 1s linear infinite;
    opacity:1;
}
figure.lazyImageErrorShow {
    transform: scale(1);
    background: #f1f1f1;
    border: 1px solid var(--bs-warning);
}
figure.lazyImageErrorShow::before {
    content: "Failed to load this image. Please try realoading the page.";
    font-size: 23px;
    opacity: 1;
    border: none;
    color: var(--bs-warning);
    width: 90%;
    text-align: center;
    height: auto;
}
@keyframes spin {
    0% {
        transform:translate(-50%,-50%) rotate(0deg) scale(1);
    }
    50% {
        transform:translate(-50%,-50%) rotate(180deg) scale(0.7);
    }
    100% {
        transform:translate(-50%,-50%) rotate(360deg) scale(1);
    }
}
.lazyImageWaiting {
    background: #f1f1f1;
}
.lazyImageWaiting .image-embed-item {
    transform: scale(0);
}
.lazyImageError img,
.lazyImageWaiting img {
    transform:scale(0);
    transition:none;
}
.image-embed-item[src*="jpg"] {
    width: 100%;
}
footer {
    background-color: var(--bs-secondary);
    padding-top: 47px;
    padding-bottom: 64px;
}
footer {
    font-size: 14px;
    line-height: 23px;
}
footer a {
    color: var(--bs-primary);
}
footer a:hover {
    color: rgba(var(--bs-primary-rgb),.7);
}
header svg,
footer svg {
    max-width: 120px;
    height: auto;
}
.frame-type-text,
.ce-image,
.ce-image .ce-row,
.frame-type-header,
.ce-textpic,
.frame-introtext .contenttable tr {
    --bs-gutter-x: 2px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    position: relative;
}
.frame-type-text > *,
.ce-image > *,
.ce-image .ce-row > *,
.frame-type-header > *,
.ce-textpic > *,
.frame-introtext .contenttable td {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.frame-introtext .contenttable tr {
    margin-left: 0;
    margin-right: 0;
}
.frame-type-image {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
}
.frame-vector .ce-image .ce-gallery,
.frame-intro .ce-image .ce-gallery {
    margin-left: 0;
    width: 100%;
}
.frame-intro .ce-image .ce-row {
    align-items: flex-end;
    flex-wrap: nowrap;
}
.frame-intro .ce-image .ce-row > .ce-column {
    flex: 0 0 auto;
    margin: 0;
    width: calc(var(--bs-col) * 10);
    z-index: 1;
}
.frame-intro .ce-image .ce-row > .ce-column:first-child {
    margin-bottom: 35px;
}
.frame-intro .ce-image .ce-row > .ce-column + .ce-column {
    z-index: 0;
    margin-left: calc(var(--bs-col) * -8);
}
.frame-intro .ce-image .ce-row > .ce-column + .ce-column .image {
    margin-right: calc(var(--bs-full) * -1);
}
.frame-intro {
    margin-bottom: 58px;
}
.frame-vector {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 66px;
}
.frame-introtext {
    margin-right: 0;
    margin-left: 0;
    padding-right: calc(var(--bs-full) - var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-full) - var(--bs-gutter-x) / 2);
    margin-bottom: 35px;
}
.frame-vector .ce-image .ce-gallery {
    width: auto;
}
.frame-vector .ce-left {
    width: calc(var(--bs-col) * 11);
    justify-content: flex-start;
    margin-right: var(--bs-col);
}
.frame-vector .ce-right {
    width: calc(var(--bs-col) * 11);
    justify-content: flex-end;
    margin-left: var(--bs-col);
}
.frame-vector svg {
    width: 100%;
}
.frame-vector-header {
    margin-bottom: 58px;
}
.frame-vector-header .ce-gallery {
    width: 75%;
}
.frame-project {
    --bs-gutter-x: 2px;
    --bs-gutter-y: 25px;
    margin-top: 0;
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
    margin-bottom: var(--bs-gutter-y);
}
.frame-project .image a {
    display: block;
    overflow: hidden;
}
.frame-masonry-cell .ce-gallery,
.frame-project .ce-bodytext,
.frame-project .ce-gallery {
    width: 100%;
    margin-left: 0;
}
.frame-project .ce-textpic {
    --bs-gutter-x: 0;
}
.frame-project .ce-bodytext {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px 17px 12px;
    background-color: rgba(var(--bs-primary-rgb),.75);
    color: var(--bs-white);
    pointer-events: none;
}
.frame-project h2 {
    font-size: 17px;
    letter-spacing: .51px;
    line-height: 20px;
    margin-bottom: 2px;
    color: var(--bs-secondary);
}
.frame-project p {
    font-size: 14px;
    letter-spacing: .14px;
    line-height: 20px;
    margin-bottom: 0;
}
.back-link.fixed {
    position: fixed;
    text-decoration: none;
    top: 47px;
    right: var(--bs-full);
    display: block;
    line-height: 21px;
}
@media not all and (hover: none) {
    .frame-project .ce-bodytext {
        height: 100%;
        opacity: 0;
        transition: all 300ms ease-out;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .frame-project .ce-bodytext > * {
        width: 100%;
        justify-content: flex-end;
        height: auto;
    }
    .frame-project .ce-bodytext h2 {
        margin-top: auto;
    }
    .frame-project:hover .ce-bodytext {
        opacity: 1;
    }
    .frame-space-before-center .image-embed-item {
        transform-origin: center;
    }
    .frame-space-before-bottom .image-embed-item {
        transform-origin: bottom;
    }
    .frame-space-before-top .image-embed-item {
        transform-origin: top;
    }
    .frame-space-before-bottom-right .image-embed-item {
        transform-origin: bottom right;
    }
    .frame-space-before-bottom-left .image-embed-item {
        transform-origin: bottom left;
    }
    .frame-space-before-top-right .image-embed-item {
        transform-origin: top right;
    }
    .frame-space-before-top-left .image-embed-item {
        transform-origin: top left;
    }
    .frame-space-before-center-right .image-embed-item {
        transform-origin: right;
    }
    .frame-space-before-center-left .image-embed-item {
        transform-origin: left;
    }
    .frame-space-after-zoom-in .image-embed-item {
        transform: scale(1);
        transition: all 300ms ease-out;
    }
    .frame-space-after-zoom-in:hover .image-embed-item {
        transform: scale(1.1);
    }
    .frame-space-after-zoom-in-strong .image-embed-item {
        transform: scale(1);
        transition: all 300ms ease-out;
    }
    .frame-space-after-zoom-in-strong:hover .image-embed-item {
        transform: scale(1.2);
    }
    .frame-space-after-zoom-out .image-embed-item {
        transform: scale(1.2);
        transition: all 300ms ease-out;
    }
    .frame-space-after-zoom-out:hover .image-embed-item {
        transform: scale(1);
    }
}
.back {
    margin-top: -39px;
    padding-bottom: 46px;
}
.back a {
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .51px;
    line-height: 20px;
}
.back a:hover,
.back a:focus,
.back a:active {
    cursor: pointer;
    color: rgba(var(--bs-body-color,.7));
}
hr { 
    background-color: var(--bs-body-color); opacity: 1; margin: 27px 0; 
}
.contenttable hr {
    margin-top: 24px;
    margin-bottom: 24px;
}
h2 + hr {
    margin-top: 0;
}
hr:last-child {
    margin-top: auto;
    margin-bottom: 0;
}
.frame-introtextimage {
    margin-bottom: 25px;
}
.frame-introtextimage .ce-bodytext :is(h1,h2,h2+hr) {
    display: none;
}
.frame-introtextimage .ce-gallery {
    margin-bottom: 25px;
    position: sticky;
}
.page-projekte .content {
    padding-bottom: 80px;
}
.logo {
    display: block;
    margin-bottom: 57px;
}
@media (min-width:768px) {
    .logo {
        margin-bottom: 0;
    }
}
.offcanvas {
    transition: transform 600ms ease-out;
}
.navbar-toggler {
    position: fixed;
    top: 54px;
    right: 21px;
    height: 60px;
    width: 60px;
    padding: 0;
    border: 0;
    z-index: 1050;
    margin-right: calc(100% - 100vw);
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 10px;
    height: 60px;
    transform: rotate();
    transform-origin: right bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 600ms ease-out;
}
.menu-icon .dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--bs-primary);
}
.show + .navbar-toggler {
    
}
.show + .navbar-toggler .menu-icon {
    transform: rotate(-90deg) translate(10px,0);
}
.offcanvas {
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
}
.offcanvas a {
    color: var(--bs-primary);
}
.offcanvas-body {
    padding-top: 243px;
    padding-right: var(--bs-full);
    justify-content: end;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.offcanvas-backdrop.show {
    opacity: 0;
}
.menu {
    flex: 0 0 auto;
    max-width: 100%;
    display: block;
    margin: 0 calc(var(--bs-col) * 2) 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
@media (orientation:landscape) and (max-height: 767px) {
    .offcanvas-body {
        padding-top: 144px;
    }
}
@media (min-width:768px) {
    .offcanvas-body {
        padding-top: 153px;
        justify-content: flex-end;
    }
    .menu {
        margin-right: 0;
    }
}
.menu-item {
    display: block;
    padding: 0;
    margin: 0 0 36px;
}
.menu-link {
    text-decoration: none;
    font-size: 25px;
    letter-spacing: .75px;
    line-height: 30px;
    font-weight: 500;
    display: block;
}
.offcanvas-end {
    width: 100%;
}

.meta-content > * {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.meta-content {
    padding-bottom: 98px;
}
.meta-content h1 {
    margin-bottom: 48px;
}
.meta-content strong {
    font-size: 16px;
    letter-spacing: .16px;
}
.ce-headline-right {
    text-align: right;
}
blockquote {
    display: block;
    width: 100%;
    background: var(--bs-light);
    padding: 20px!important;
    margin: 0 0 21px;
}
@media not all and (hover: none) {
    .navbar-toggler {
        right: 38px;
    }
}
@media (min-width:768px) {
    body {
        --bs-full: 35px;
    }
    h2 {
        font-size: 23px;
        letter-spacing: .69px;
        line-height: 31px;
        margin-bottom: 29px;
    }
    .frame,
    .row,
    .ce-image,
    .ce-image .ce-row,
    .frame-type-header,
    .ce-textpic,
    .container-fluid,
    .frame-introtext .contenttable tr {
        --bs-gutter-x: 30px;
    }
    .ce-bodytext,
    .ce-gallery {
        flex: 0 0 auto;
        width: calc(var(--bs-col) * 6);
    }
    .frame-project {
        --bs-gutter-y: 30px;
        flex: 0 0 auto;
        width: 50%;
    }
    .frame-introtext > * {
        flex: 0 0 auto;
        width: calc(var(--bs-col) * 8);
        margin-left: calc(var(--bs-col) * 2);
    }
    .frame-introtext .contenttable td {
        flex: 0 0 auto;
        width: calc(var(--bs-col) * 6);
    }
    .frame-introtext > .contenttable {
        margin-left: 0;
    }
    .frame-intro .ce-image .ce-row > .ce-column:first-child {
        margin-bottom: 75px;
    }
    .frame-vector-header {
        margin-bottom: 60px;
    }
    .frame-introtextimage {
        margin-bottom: 30px;
    }
    .frame-introtextimage header {
        display: none;
    }
    .frame-introtextimage .ce-gallery {
        margin-bottom: 0;
    }
    .frame-introtextimage .ce-bodytext {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .frame-introtextimage .ce-bodytext :is(h1,h2,h2+hr) {
        display: initial;
    }
    .frame-intro .ce-image .ce-row > .ce-column + .ce-column .image {
        margin-right: 0;
    }
    h5 {
        margin-bottom: 45px;
    }
    .page-projekte .content {
        padding-bottom: 88px;
    }
    .offcanvas-end {
        width: 348px;
    }
    .col-meta {
        position: relative;
    }
    .meta {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
        letter-spacing: .12px;
        line-height: 22px;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 17px;
        letter-spacing: .17px;
        line-height: 27px;
        --bs-full: 66px;
    }
    h1 {
        font-size: 53px;
        letter-spacing: 1.59px;
        line-height: 65px;
        margin-bottom: 22px;
    }
    h1 + h2 {
        font-size: 17px;
        letter-spacing: .17px;
        line-height: 27px;
        margin-bottom: 28px;
        font-weight: 800;
    }
    h2 {
        font-size: 30px;
        letter-spacing: .9px;
        line-height: 39px;
        margin-bottom: 38px;
    }
    h3 {
        font-size: 17px;
        letter-spacing: .17px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    h5 {
        margin-bottom: 65px;
    }
    .frame,
    .row,
    .ce-image,
    .ce-image .ce-row,
    .frame-type-header,
    .ce-textpic,
    .container-fluid,
    .frame-introtext .contenttable tr {
        --bs-gutter-x: 60px;
    }
    .header {
        padding-top: 66px;
        margin-bottom: -62px;
        padding-bottom: 0;
    }
    .meta-header {
        margin-bottom: 74px;
    }
    .frame-vector-header {
        margin-top: 62px;
    }
    footer {
        font-size: 17px;
        letter-spacing: .17px;
        line-height: 27px;
    }    
    .ce-textpic {
        --bs-gutter-x: 60px;
    }
    .ce-gallery {
        width: calc(var(--bs-col) * 5);
        margin-left: var(--bs-col);
    }
    .frame-introtextimage .ce-bodytext,
    .frame-introtextimage .ce-gallery {
        width: calc(var(--bs-col) * 6);
        margin-left: 0;
    }
    .frame-vector-header .ce-gallery {
        margin-left: calc(var(--bs-col) * 2 - var(--bs-gutter-x));
    }
    .ce-bodytext {
        width: calc(var(--bs-col) * 5);
    }
    .frame-dark + .frame-dark .ce-textpic::before {
        width: calc(var(--bs-col) * 7 - var(--bs-gutter-x));
        margin-left: calc(var(--bs-col) + var(--bs-gutter-x) / 2);
        margin-top: 55px;
        margin-bottom: 55px;
    }
    figure,
    .frame-dark figure {
        margin-bottom: 0;
    }
    .frame-dark {
        --bs-gutter-y: 100px;
        position: relative;
        background: transparent;
    }
    .frame-dark .ce-textpic::after {
        content: "";
        display: block;
        position: absolute;
        background: var(--bs-primary);
        left: calc(var(--bs-col) * 2 + var(--bs-gutter-x) / 2);
        right: 30px;
        top: -100px;
        bottom: -100px;
        z-index: -1;
    }
    .frame-dark:last-child {
        margin-bottom: 96px;
    }
    .frame-dark .ce-bodytext {
        padding-top: 15px;
    }
    .frame-type-header header {
        margin-left: calc(var(--bs-col) * 2);
    }
    .frame-masonry-cell.frame-type-header header {
        margin-left: 0;
        padding: 0;
    }
    .frame-introtext,
    .frame-vector {
        margin-bottom: 93px;
    }
    .frame-intro {
        margin-bottom: 79px;
    }
    .frame-introtext > * {
        flex: 0 0 auto;
        width: calc(var(--bs-col) * 6);
        margin-left: calc(var(--bs-col) * 3);
    }
    .frame-intro .ce-image .ce-row > .ce-column:first-child {
        margin-bottom: 112px;
    }
    .frame-project {
        --bs-gutter-y: 60px;
    }
    .frame-project .ce-bodytext {
        padding: 29px 43px;
    }
    .frame-project h2 {
        font-size: 33px;
        letter-spacing: .99px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .frame-project p {
        font-size: 17px;
        letter-spacing: .17px;
        line-height: 27px;
    }
    .back {
        margin-top: 62px;
        padding-top: 27px;
        padding-bottom: 29px;
    }
    hr { margin: 44px 0; }
    h2 + hr {
        margin-top: 16px;
    }
    h2 + blockquote {
        margin-top: 44px;
    }
    blockquote {
        padding: 12px 30px!important;
    }
    .frame-introtextimage {
        margin-bottom: 60px;
    }
    .page-projekte .content {
        padding-bottom: 77px;
    }
    .frame-introtext .contenttable td {
        width: calc(var(--bs-col) * 3);
    }
    .meta-content {
        padding-bottom: 139px;
    }
    .meta-content h1 {
        margin-bottom: 50px;
    }
    .meta-content strong {
        font-size: 17px;
        letter-spacing: .17px;
    }
    .back-link.fixed {
        top: 88px;
    }
}
@media (min-width:1400px) {
    h1 {
        font-size: 66px;
        letter-spacing: 1.98px;
        line-height: 81px;
        margin-bottom: 29px;
    }
    h2 {
        font-size: 44px;
        letter-spacing: 1.32px;
        line-height: 55px;
        margin-bottom: 56px;
    }
    .frame-dark:last-child {
        margin-bottom: 192px;
    }
    .frame-introtext,
    .frame-vector {
        margin-bottom: 120px;
    }
    .frame-vector-header + .frame-introtext {
        margin-bottom: 60px;
    }
    .frame-intro {
        margin-bottom: 100px;
    }
}
.masonry-root {
    margin-bottom: 25px;
}
.masonry-root .frame-masonry-cell {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 0 25px;
    margin: 0;
}
.frame-masonry-cell .ce-bodytext {
    width: 100%;
    overflow: hidden;
}
@media (max-width:767px) {
    .frame-space-before-desktop {
        display: none;
    }
    .masonry-root {
        height: auto!important;
    }
    .masonry-root .frame-masonry-cell {
        position: relative!important;
        top: auto!important;
        left: auto!important;
        right: auto!important;
    }
}
.frame-masonry-cell.frame-type-textpic .ce-bodytext :is(h1,h2,h2+hr) {
    display: none;
}
.frame-masonry-cell.frame-type-textpic .ce-gallery {
    margin-bottom: 26px;
}
@media (min-width: 768px) {
    .masonry-root {
        margin-bottom: 45px;
    }
    .masonry-root .frame-masonry-cell {
        width: 50%;
        padding: 0 15px 30px;
        margin: 0;
    }    
    .frame-masonry-cell.frame-type-textpic header { display: none; }
    .frame-masonry-cell.frame-type-textpic .ce-gallery {
        display: none;
    }
    .frame-masonry-cell.frame-type-textpic .ce-bodytext :is(h1,h2,h2+hr) {
        display: block;
    }
}
@media (min-width: 992px) {
    .masonry-root {
        margin-bottom: 65px;
    }
    .masonry-root .frame-masonry-cell {
        padding: 0 30px 58px;
    }
}
.ce-bodytext blockquote {
    margin-bottom: 0;
}
.contenttable {
    width: 100%;
    table-layout: fixed;
    font-weight: 500;
}
p + h1 {
    margin-bottom: 51px;
}
.contenttable td {
    padding: 10px 0;
    vertical-align: top;
}
.contenttable tr + tr td {
    border-top: 1px solid var(--bs-body-color);
}
.frame-masonry-cell.frame-type-text > :is(h1,h2,p) {
    padding-left: 0;
    padding-right: 0;
}
figcaption {
    padding-top: 25px;
    font-size: 12px;
    letter-spacing: .12px;
    line-height: 15px;
    font-weight: 500;
}
.language-menu {
    width: 100%;
    margin-top: auto;
    text-align: right;
    margin-bottom: 80px;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 23px;
    font-weight: 500;
}
.language-menu a {
    text-decoration: none;
}
@media (min-width:768px) {
    figcaption {
        padding-top: 42px;
    }
    .language-menu {
        margin-bottom: 45px;
        font-size: 12px;
    }
}
@media (min-width:992px) {
    figcaption {
        padding-top: 58px;
    }
    p + h1 {
        margin-bottom: 37px;
        font-size: 44px;
        line-height: 55px;
        letter-spacing: 1.32px;
    }
}
html[lang="en"] [lang="de"],
html[lang="de"] [lang="en"] {
    display: none;
}