/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.gm-header-section{
    position: relative;
    overflow: hidden;
    height: 850px;
}
.gm-orange-text{
    color: #EBB83A;
}
.gm-navigation-menu-button:hover{
    cursor: pointer;
}
.gm-about-me-section.added-padding{
    padding-top: 250px;
}


#header-img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-position: center;
    object-position: center;
    display: block;
}
.gm-header-black{
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.60)), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.height-50-vh{

    height: 50vh;
}
.absolute-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
}
.z-index--1{
    z-index: 0;
}
.gm-navigation-mobile-menu-inner{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
}
.gm-navigation-section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    /*    mix-blend-mode: difference;*/
}
.gm-navigation-section .container{
    position: fixed;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gm-navigation-mobile-menu-container{
    display: none;
}

.gm-navigation-mobile-menu-container.show{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00756A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
}
.gm-navigation-mobile-menu-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: -o-linear-gradient(top, rgba(0, 255, 231, 0.00) 35%, rgba(255, 255, 255, 0.29) 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 255, 231, 0.00)), to(rgba(255, 255, 255, 0.29)));

    background: linear-gradient(180deg, rgba(0, 255, 231, 0.00) 35%, rgba(255, 255, 255, 0.29) 100%);
}
.gm-navigation-logo{
    width: 140px;
}
.gm-navigation-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gm-header-section{
    padding-top: 204px;
}
.gm-button-primary{
    font-family: "JUST Sans";
    color: #F9F4E8;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-decoration: none;
    border-radius: 48px;
    background: #00756A;
    padding: 16px 20px;
    display: inline-block;
}
.privacywire.privacywire-banner{
    z-index: 10000000;
}

.privacywire-buttons button{
    font-family: "JUST Sans";
    color: #F9F4E8;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-decoration: none;
    border-radius: 48px;
    background: #00756A;
    padding: 16px 20px;
    display: inline-block;
    border: none;
    outline: none;
}

.gm-intro-section{
    padding-top: 150px;
}
#parallax-svg-2{
    margin-top: -30%;
    z-index: 100;
    position: relative;
    margin-bottom: 50px;
}
.gm-intro-section h2{
    margin-bottom: 30px;
}
.gm-intro-section p.paragraph{
    margin-bottom: 40px;
}
#html-body{

    background: #F9F4E8;
}
#html-body h2{
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 47.5px */
}

#html-body p.paragraph{
    color: var(--B-W-Schwarz, #071033);

    /* Body_1 */
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}


#html-body .gm-headline{
    color: #F9F4E8;
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.gm-future-section{
    padding-top: 75px;
    padding-bottom: 75px;
    background: #00756A;
}
.gm-future-section h3{
    margin-bottom: 48px;
}
#html-body .gm-text-white{
    color: #F9F4E8;
}
.gm-margin-bottom-big{
    margin-bottom: 87px;
}
#html-body h3{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "JUST Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 41.8px */
}

.gm-button-termin{
    padding: 16px 20px;
    border-radius: 48px;
    font-family: "JUST Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 19.5px */
    text-decoration: none;
}
.gm-button-termin.white{
    background: #F9F4E8;
    color: var(--S-Trkis, #00756A);
}
.gm-leistungen-section{

    padding-bottom: 150px;
}
#html-body .gm-leistungen-intro-headline{
    color: var(--B-W-Schwarz, #071033);
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
    margin-bottom: 26px;
}
.gm-leistungen-intro-text{
    margin-bottom: 36px;
}
.gm-leistungen-container{
    padding-top: 127px;
}
.gm-leistung img{
    margin-bottom: 25px;
}
#parallax-svg{

}
#html-body .gm-leistung-name{
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 41.8px */
    text-transform: capitalize;
    margin-bottom: 25px;
}
.gm-leistung p.paragraph{
    margin-bottom: 22px;
}
.gm-leistung{
    margin-bottom: 80px;
}
.gm-leistung-link{
    text-decoration: none;
    color: var(--S-Trkis, #00756A);
    font-family: "JUST Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 19.5px */
}
.gm-keyfacts-section{
    height: 150vh;
    background: #0a6e6b;
}
.gm-keyfacts-container .gm-keyfacts-section:nth-of-type(2){
    background: #2c0b0e;
}
.gm-keyfacts-container {
    position: relative;
}
.gm-keyfacts-section.test{
    background: green;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.gm-card-stack {
    position: relative;
}

.gm-card {
    position: relative;
    background: #F9F4E8;
    padding: 140px 0;
    z-index: 1;
}
.gm-leistung-headline{
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 30.8px */
    margin-bottom: 40px;
}
.gm-leistung-fact{
    margin: 40px 0;
    padding: 0 20px;
}
.gm-leistung-number{
    color: var(--B-W-Schwarz, #071033);

    /* H1 */
    font-family: Agency;
    font-size: 94px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 103.4px */
    text-transform: uppercase;
    margin-bottom: 28px;
}
.gm-leistung-text{
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 28px;
}
.gm-leistung-quelle{
    color: rgba(7, 16, 51, 0.6);

    /* Body_1 */
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.gm-projekte-section{
    padding-top: 250px;
    padding-bottom: 150px;
}
.gm-projekte-intro-text{
    color: var(--B-W-Schwarz, #071033);
    text-align: center;
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 30px;
}
.gm-projekte-headline{
    width: 100%;
    z-index: 1;
    position: relative;
}
.gm-projekt{
    border-radius: 30px;
    -webkit-box-shadow: 0px 6px 14px -6px rgba(10, 29, 44, 0.12), 0px 10px 32px -4px rgba(10, 29, 44, 0.18);
    box-shadow: 0px 6px 14px -6px rgba(10, 29, 44, 0.12), 0px 10px 32px -4px rgba(10, 29, 44, 0.18);
    padding: 89px 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;

    background: #00756A;

}

.gm-projekte-container{
    margin-top: -30px;
    z-index: 10;
    position: relative;
}

.gm-navigation-section-negative .container{
    position: fixed;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gm-navigation-section-negative{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    mix-blend-mode: difference;
}
.gm-projekt-name{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "JUST Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 47.5px */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px
}
.gm-projekt-text{
    color: var(--B-W-Wei, #F9F4E8);

    /* Body_1 */
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 50px;
}
.gm-projekt-link{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "JUST Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 19.5px */
    padding-left: 24px;
    text-decoration: none;
}
.gm-contact-section{
    padding-top: 150px;
    padding-bottom: 150px;
}
#html-body .gm-contact-headline{
    color: var(--B-W-Schwarz, #071033);
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
}
.gm-contact-item-text{
    color: var(--B-W-Schwarz, #071033);
    font-family: "Just Sans";
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 35.65px */
}
.gm-contact-item-text a{
    text-decoration: none;
    color: inherit;
}
.gm-contact-item-name{
    margin-bottom: 7px;
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}
.gm-contact-item{
    margin-bottom: 44px;
}
.gm-contact-container{
    padding-top: 80px;
}
.gm-footer-section{
    background: var(--B-W-Schwarz, #071033);
    padding-top: 100px;
    padding-bottom: 59px;
}
.gm-footer-container{
    padding-left: 20px;
    padding-right: 20px;
}
.gm-footer-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gm-footer-menu-item{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 340%; /* 54.4px */
    text-decoration: none;
}
.gm-footer-adresse{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "Just Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 280%; /* 44.8px */
}
.gm-footer-middle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.gm-footer-left{
    margin-bottom: 100px;
}
.gm-footer-adresse{
    margin-bottom: 80px;
}
.gm-footer-menu{
    margin-bottom: 80px;
}
.gm-footer-right{
    margin-bottom: 80px;
}
.gm-footer-social-media-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gm-footer-social-media-link{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 280%; /* 44.8px */
    text-decoration: none  ;
}
.gm-footer-copyright{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "JUST Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}
.gm-wave-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.gm-wave-form {
    display: block;
}

.gm-wave-container.upside-down{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gm-navigation-mobile-menu-item{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: Agency;
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    line-height: 229%;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1000;
}
.gm-navigation-mobile-menu-item.active{
    color: var(--S-Gelb, #EBB83A);
}
.button-close{
    position: absolute;
    top: 40px;
    right: 26px;
}


.gs-reveal {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
    will-change: opacity, transform;
}

.gs-reveal.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.button-menu {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: -ms-inline-grid;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--color-button-menu);
    fill: var(--color-button-menu);
}

.button-menu svg {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.button-menu:focus-visible,
.button-menu:hover {
    fill: var(--color-button-menu-hover);
    border-color: var(--color-button-menu-hover);
}

.button-menu:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.frame--menu-open .button-menu {
    opacity: 0;
    pointer-events: none;
}

.content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content__title {
    font-weight: 400;
    text-align: center;
    font-size: 7.5vw;
    line-height: 0.75;
    cursor: default;
    margin: 10vh 0 0 0;
}

.content__title-main {
    font-size: 23vw;
    display: block;
    will-change: opacity, transform;
}


.gm-projekt-bg {
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: cover;
    background-position: center;

    mask: url(#bubbleMask-1);
    -webkit-mask: url(#bubbleMask-1);
    mask-type: alpha;
    z-index: 2;
    pointer-events: none;
}
.gm-projekt-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4); /* leicht abdunkeln */
    z-index: 1;
}

.gm-projekt-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
}

.content__title-sub {
    display: block;
    will-change: opacity, transform;
}

.button-enter {
    margin-top: 4vh;
    cursor: not-allowed;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.button-enter:hover {
    -webkit-transform: translateX(15px) rotate(-40deg);
    -ms-transform: translateX(15px) rotate(-40deg);
    transform: translateX(15px) rotate(-40deg);
}

.menu-wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 100vh;
    grid-template-rows: 100vh;
    position: relative;
    background: #00756A;
    pointer-events: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.menu-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}


.menu-wrap.menu-wrap--open {
    pointer-events: auto;
    opacity: 1;
}

.overlay {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    position: absolute;
    z-index: 100000000;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.menu__item {
    font-size: 9vw;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    font-weight: 300;
    text-align: right;
    position: relative;
    will-change: opacity, transform;
    text-decoration: none;
}

.menu__item:hover .menu__item-tiny {
    color: #fff;
}

.menu__item-tiny {
    font-size: 1rem;
}

.menu__item:nth-child(odd) {
    margin-left: -10vw;
}
#html-body .gm-projekt-name-headline{
    color: var(--B-W-Schwarz, #071033);
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 103.4px */
    text-transform: uppercase;
    margin-bottom: 22px;
}
.gm-projekt-detail-subline{
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 35px */
    margin-bottom: 50px;
}
.gm-projekt-detail-text{
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */

}
.gm-project-fact-headline{
    color: var(--S-Trkis, #00756A);
    font-family: "Just Sans";
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 34.1px */
    text-transform: capitalize;
}
.gm-project-fact-text{
    color: var(--B-W-Schwarz, #071033);
    font-family: "Just Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */

}
.gm-project-sentence-head{
    color: var(--B-W-Schwarz, #071033);
    font-family: "Just Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 35px */
    margin-bottom: 20px;
}
.gm-project-sentence-body{
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.gm-project-sentence{
    margin-bottom: 100px;
    padding-top: 100px;
}
.gm-projekt-facts-container-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
.gm-project-fact{
    margin-bottom: 150px;
}

#cursor {
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: black;
    opacity: 0;
    z-index: 100000000000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141414;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.192px;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%) ;
    -ms-transform: translate(-50%, -50%) ;
    transform: translate(-50%, -50%) ;
}
.gm-project-blue-section{
    background: #00756A;
    padding-top: 300px;
    padding-bottom: 120px;
}
.gm-projekt-white-section{
    padding-bottom: 200px;
}

.gm-project-blue-project-name{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
}
.gm-project-blue-project-text{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "Just Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 35px */
}
.gm-project-detail-text{
    color: var(--B-W-Wei, #F9F4E8);

    /* Body_1 */
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 60px;
}
.gm-project-detail-text-container,
.gm-project-detail-text-headline-container{
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 100px;
}
.gm-mission-intro-image{
    width: 97px;
}
.gm-leistungen-section.blue{
    background: #00756A;
}
#html-body .gm-leistungen-section.blue .gm-leistungen-intro-headline {
    color: white;
}
#html-body .gm-leistungen-section.blue .gm-leistungen-intro-text,
#html-body .gm-leistungen-section.blue .gm-leistung-name,
#html-body .gm-leistungen-section.blue p
{
    color: white;
}
.gm-mission-intro-section{
    padding-top: 150px;
}
.gm-mission-intro-image{
    padding-bottom: 25px;
}
.gm-mission-intro-image-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-right: 67px;
}
.gm-mission-text-image img{
    max-width: 100%;
    margin-top: -50%;
}
.gm-mission-text-image{
    z-index: 1000;
    position: relative;
}
#html-body .gm-mission-intro-section-title{
    color: var(--B-W-Schwarz, #071033);

    /* H2_Mob */
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
    margin-bottom: 14px;
}
#html-body .gm-mission-intro-text-h2{
    color: var(--B-W-Schwarz, #071033);
    font-family: "Just Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 35px */
    margin-bottom: 44px;
}
.gm-mission-intro-text{
    color: var(--B-W-Schwarz, #071033);

    /* Body_1 */
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom: 44px ;
}
.gm-project-blue-image-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gm-mission-intro-quote{
    color: var(--B-W-Schwarz, #071033);
    font-family: "JUST Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 35px */
}
.gm-mission-quote-section{
    background: #00756A;
    padding-top: 30px;
    padding-bottom: 100px;
}

.gm-mission-mehrwert-headline{
    color: var(--B-W-Schwarz, #071033);

    /* Headline 2 */
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.gm-mission-mehrwert-container{
    padding-top: 120px;
    padding-bottom: 120px;
}
.gm-mission-vision-container{
    padding-bottom: 100px;
}
.gm-mission-quote-text{
    color: var(--B-W-Wei, #F9F4E8);

    /* Headline 3 */
    font-family: Agency;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.gm-mission-mehrwert-card-headline{
    color: var(--B-W-Schwarz, #071033);
    font-family: "Just Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 35px */
    margin-bottom: 46px;
}
.gm-mission-mehrwert-card-inner-headline{
    color: var(--S-Trkis, #00756A);

    /* Body_1_Bold */
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 22.4px */
}
.gm-mission-mehrwert-card-inner-text{
    color: var(--S-Trkis, #00756A);

    /* Body_1 */
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.gm-mission-mehrwert-card-item{
    padding: 20px 40px;
    border-radius: 20px;
    background: rgba(7, 16, 51, 0.08);
    margin-bottom: 10px;
}
.gm-navigation-mobile-menu-item:hover{
    color: #EBB83A;
}
.gm-navigation-mobile-menu-item{
    transition: .2s all ease;
}
.gm-mission-mehrwert-cards-container{
    margin-bottom: 65px;
}
.gm-mission-vision-headline{
    margin-bottom: 34px;
    color: var(--B-W-Schwarz, #071033);

    /* H2_Mob */
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
}
.gm-project-blue-section{
    position: relative;
}
.gm-home-base-bubble{
    position: absolute;
    top: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gm-mission-vision-text{
    color: var(--B-W-Schwarz, #071033);

    /* Body_1 */
    font-family: "JUST Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.gm-mission-vision-container{
    padding-left: 42px;
    padding-right: 42px;
}
.gm-project-detail-text-headline h3{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "Just Sans";
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 34.1px */
    text-transform: capitalize;
    margin-bottom: 32px;
}
.gm-project-detail-text-headline{
    margin-bottom: 170px;
}
#html-body .gm-project-detail-text-headline p.paragraph{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "Just Sans";+-

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

#html-body .gm-project-detail-text-headline div.paragraph{
    color: var(--B-W-Wei, #F9F4E8);
    font-family: "Just Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}
.gm-about-me-name{
    color: var(--B-W-Schwarz, #071033);
    font-family: Agency;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.gm-about-me-facts{
    color: var(--B-W-Schwarz, #071033);
    font-family: "Just Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 35px */
    margin-bottom: 44px;
}
.gm-about-me-image img{
    width: 100%;
    margin-bottom: 50px;
}
.gm-mission-text-image img{
    width: 100%;
    max-width: 650px;
}

.gm-projekt-detail-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gm-projekt-detail-image img{
    width: 100%;
    max-width: 350px;
}

@media(min-width: 480px) {
    .gm-mission-intro-image-container{
        float: right;
        display: block;
    }
    .gm-mission-intro-text{
        max-width: 80%;
    }
    .gm-mission-intro-quote{
        max-width: 80%;
    }
}

@media (min-width: 768px){
    #html-body .gm-headline{
        font-size: 72px;
    }
    .gm-footer-menu{
        padding-left: 60px;
    }
    .menu{
        padding-left: calc((100vw - 720px) / 2);
    }
    .button-close{
        right: calc((100vw - 720px) / 2);
    }
    .gm-navigation-mobile-menu-item{
        font-size: 72px;
        line-height: 143%;
    }
    .gm-mission-mehrwert-inner-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .gm-project-blue-image-container{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .gm-project-blue-image-container img{
        width: 50%;
    }
    .gm-home-base-bubble{
        left: 60%;
    }
    .gm-project-blue-section{
        padding-top: 200px;
    }
    .gm-project-sentence-body{
        max-width: 50%;
    }
    .gm-project-detail-text-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gm-project-detail-text{
        width: calc(50% - 20px);
    }
    .gm-project-detail-text-headline-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

    }
    .gm-project-detail-text-headline{
        width: calc(50% - 20px);
    }

    .gm-mission-intro-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .gm-projekt-detail-container-inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }
    .gm-projekt-detail-image{
        max-width: 600px;
        min-width: 50%;
    }
    .gm-project-sentence{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .gm-projekt-facts-container-inner{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gm-project-fact{
        max-width: 48%;
    }
    .gm-project-fact-headline{
        margin-bottom: 28px;
    }
    .gm-mission-intro-image-container{
        width: 50%;
        min-width: 50%;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gm-mission-intro-image{
        width: 100%;
        max-width: 325px;
    }
    .gm-mission-intro-section{
        padding-bottom: 200px;
    }

    .gm-mission-mehrwert-cards-container:nth-of-type(1){
        margin-right: 10px;
    }
    .gm-mission-mehrwert-cards-container:nth-of-type(2){
        margin-left: 10px;
    }
    .gm-intro-section .gm-headline-h2{
        max-width: 50%;
    }
    .gm-mission-text-image img{
        max-width: 50%;
        margin-top: -30%;
    }
    .gm-about-me-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .gm-about-me-image{
        min-width: 50%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 20px;
        position: sticky;
        top: 30px;
    }
    .gm-mission-quote-text{
        font-size: 48px;
    }
    .gm-mission-quote-section{
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .gm-mission-text-image{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gm-intro-section p.paragraph{
        max-width: 50%;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .gm-intro-section .gm-intro-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
    }
    .gm-button-primary.mobile{
        display: none;
    }
    .gm-intro-container h2{
        margin-bottom: 0;
    }
    .gm-leistungen-container-outer{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        overflow: visible;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;

    }
    .gm-leistungen-intro-container{
        position: sticky;
        top: 50px;
        width: 50%;
        padding-left: 25px;
    }
    .gm-leistungen-container{
        padding-top: 0;
        width: 50%;
        padding-right: 25px;
    }
    .gm-leistung-facts{
        max-width: 70%;
    }
    .gm-projekte-container{
        padding-left: 50px;
        padding-right: 50px;
    }
    .gm-contact-section .container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .gm-contact-container{
        padding-top: 0;
        padding-left: 20px;
    }
    .gm-contact-info{
        padding-right: 20px;
    }
    .gm-footer-middle{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .gm-footer-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .height-50-vh{
        height: 70vh;
    }
    .gm-footer-left{
        max-width: 25%;
    }
    .gm-footer-left img{
        width: 100%;
    }
    .gm-footer-adresse{
        padding-right: 20px;
    }
}

@media (min-width: 992px){
    .gm-projekte-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin-top: -63px;
    }
    .button-close{
        right: calc((100vw - 960px) / 2);
    }
    .menu{
        padding-left: calc((100vw - 960) / 2);
    }
    .gm-projekt-detail-image img{
        max-width: 800px;
    }
    .gm-projekt-detail-container-inner{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .gm-leistungen-section{
        position: relative;
        padding-top: 400px;
    }
    .gm-home-base-bubble{
        max-width: 600px;
        width: 100%;
        top: -40%;
    }
    .gm-project-blue-section{
        padding-top: 300px;
    }
    #parallax-svg-2{
        max-width: 800px;
        width: 100%;
        position: absolute;
        right: 0;
        top: -20px;
    }
    .gm-projekt{
        margin-left: 20px;
        margin-right: 20px;
    }
    #html-body .gm-contact-headline{
        font-size: 94px
    }
    .gm-contact-item-text{
        font-size: 38px;
    }
    .gm-contact-item{
        margin-bottom: 75px;
    }
    .gm-leistung-facts{
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .gm-card{
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gm-mission-text-image-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .gm-mission-text-image{
        width: 50%;
        min-width: 50%;
    }
    .gm-mission-text-image img{
        max-width: 100%;
        margin-top: 0;
    }
    .gm-mission-text-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .gm-mission-text-image-container{
        margin-top: -20%;
    }
    .gm-mission-vision-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .gm-mission-vision-headline{
        font-size: 72px;
        white-space: nowrap;
        margin-right: 40px;
    }
    .gm-mission-mehrwert-inner-container{
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    #html-body .gm-projekt-name-headline{
        font-size: 72px;
    }
    .gm-projekt-detail-subline{
        font-size: 38px;
    }
    .gm-project-sentence-head{
        font-size: 38px;
    }
}

@media (min-width: 1200px){
    .gm-projekt{
        max-width: 500px;
    }
    .gm-navigation-mobile-menu-item{
        font-size: 96px;
    }
    .button-close{
        right: calc((100vw - 1140px) / 2);
    }
    .menu{
        padding-left: calc((100vw - 1140px) / 2);
    }
    .gm-leistungen-section{
        padding-top: 200px;
    }
    #parallax-svg-2{
        left: calc((1320px / 2));
        right: auto;
    }
    #html-body .gm-projekt-name-headline{
        font-size: 96px;
    }
    .gm-header-section{
        height: 110vh;
        padding-top: 250px;
    }
    .gm-mission-intro-section{
        padding-bottom: 100px;
    }
    .gm-mission-text-image-container{
        margin-top: -30%;
    }
    .gm-mission-text-container{
        margin-top: 100px;
    }
    .gm-mission-text-headline{
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        margin-bottom: 38px;
    }
    #header-img{
        height: 110vh;
    }
    .gm-leistungen-container{
        max-width: 450px;
    }
    .gm-leistungen-intro-container{
        max-width: 600px;
    }
    .gm-leistungen-container-outer{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #html-body .gm-leistungen-intro-headline{
        font-size: 94px;
    }
    .gm-wave-container{
        height: 400px;
    }
    #html-body .gm-headline{
        font-size: 94px;
    }
    #html-body h2{
        font-size: 46px;
    }
    .gm-intro-container .gm-headline-h2{
        max-width: 50%;
    }
    .gm-intro-section .gm-intro-text{
        padding-left: 117px;
    }
    .gm-wave-container.height-50-vh{
        height: 75vh;
    }
    .gm-future-section .gm-text-white{
        max-width: 630px;
    }
    #html-body .gm-future-section .gm-headline-h3{
        font-size: 72px;
        max-width: 880px;
    }
    #html-body .gm-leistung-name{
        font-size: 72px;
        margin-bottom: 47px;
    }
    .gm-projekte-container{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gm-project-blue-project-name{
        font-size: 94px;
    }
    .gm-project-blue-section{
        padding-top: 100px;
    }
    .gm-project-blue-project-text{
        font-size: 38px;
    }
    .gm-project-detail-text-container{
        padding-left: 117px;
        padding-right: 117px;
    }
    .gm-project-detail-text-headline-container{
        padding-left: 117px;
        padding-right: 117px;
    }

}

@media (min-width: 1440px){
    #parallax-svg-2{
        right: calc((100vw - 1320px) / 2);
        left: auto;
    }
    .button-close{
        right: calc((100vw - 1320px) / 2);
    }
    .menu{
        padding-left: calc((100vw - 1320px) / 2);
    }
    .gm-home-base-bubble{
        right: calc((100vw - 1320px) / 2);
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 689px;
    }
}