#mb-container{
    height:auto
}
/*MaxWidth*/
.post-content > h1,.post-content > h2,.post-content > h3,
.post-content > h4,.post-content > h5,.post-content > h6,
.post-content > p{
    max-width: var(--singleSatzspiegel);
}

/*Color*/
.loop + .pagination-wrap .more .more-link:hover, 
#submit, .wp-block-button__link:hover{
    color:var(--mainFontColor);
}
main li,
p{
    color:var(--brigthGrey);
}
.middle-blue-wrapper{
    background: var(--middleBlue);
    padding-top: var(--abstandVerwandte);
    padding-bottom: calc(var(--abstandVerwandte) - var(--abstandUntenTxtElement));
}

/*Buttons*/
button,
input[type="button"],  
.mb_button, 
#submit,
.nf-form-content button, 
.nf-form-content input[type="submit"],
.loop + .pagination-wrap .more .more-link, 
.wp-block-button__link, .show-more p{
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid var(--mainFontColor) !important;
    color: var(--mainFontColor) !important;
    font-size: var(--headline-6);
    font-family: var(--fontFamilyHeader);
    cursor: pointer;
    text-align: center;
    font-size: var(--headline-6);
    line-height: var(--lineHeightParagraph);
}

.show-more p{
    margin-bottom: 0;
}

/*Hover*/
.show-more p:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
    border:2px solid var(--blaeulich) !important;
    color:var(--blaeulich) !important;
}
body.architektur .show-more p:hover,
body.architektur input[type="submit"]:hover,
body.architektur input[type="button"]:hover{
    border:2px solid white !important;
    color:white !important;
}
body.design .show-more p:hover,
body.design input[type="submit"]:hover,
body.design input[type="button"]:hover,
body.design-und-kommunikation .show-more p:hover,
body.design-und-kommunikation input[type="submit"]:hover,
body.design-und-kommunikation input[type="button"]:hover{
    border:2px solid var(--neonGreen) !important;
    color:var(--neonGreen) !important;
}

input[type=submit],
input[type=button]{
    padding: var(--buttonInner) !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid var(--mainFontColor) !important;
    color: var(--mainFontColor) !important;
    border-radius: 30px !important;
    text-transform: uppercase;
    letter-spacing: var(--letterspacingversalien);
}

/*Show Filter*/
.show-filter .wp-block-button{
    display: flex;
    align-items: center;
    }
    .show-filter .wp-block-button:before,
    .show-filter .wp-block-button:after{
        font-family: var(--fontBootstrap);
    }
    .show-filter .wp-block-button:before{
        content:"\F3E1";
        font-size: 24px;
    }
    .show-filter .wp-block-button:after{
        content:"\F286";
        font-size: 20px;
        transition: all 0.3s ease-in-out;
    }
    .show-filter .wp-block-button.is-open:after{
        transform: rotateX(180deg);
    }
        .show-filter .wp-block-button__link{
            border:none;
            padding:0 5px;
            }
            .show-filter .wp-block-button__link:hover{
                color:var(--colorFont);
            }


body:not(.home) .mb-filtermanager-wrapper .filter-wrap .mb-filtermanager-tags{
    border-left: none;
    padding-left: 0;
}

/*Störer*/
.mbgi-block-stoerer{
    border: 2px solid var(--neonGreen);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 15px;
    backdrop-filter: blur(10px);
    right: 10px !important;
    }
    .mbgi-block-stoerer .title{
        font-size: 24px;
        line-height: 100%;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        }
    .mbgi-block-stoerer .stoerer-close::before{
        border-radius: 55%;
        width: 30px;
        height: 30px;
        display: block;
        top: -5px !important;
        background: var(--neonGreen);
        background: linear-gradient(90deg, rgba(191,245,88,1) 0%, rgba(125,235,84,1) 100%);
        font-family: 'Montserrat Thin';
        color:var(--brigthBlue);
        content:"\F62A" !important;
        font-size: 30px !important;
        font-family: var(--fontBootstrap);
        line-height: 30px;
    }

/*HighlightParagraph*/
.highlightparagraph-wrap p{
    border-left: 2px solid var(--neonGreen);
    padding-left: 30px;
    color: var(--neonGreen);
    font-size: var(--headline-4);
    font-family: var(--fontFamilyHeader);
}


/*Border Gradient Grün, mit Border-Radius bei Safari kein Support*/
.highlightparagraph-wrap p{
    border-image-slice: 1;
    border-image-source:linear-gradient(to bottom, var(--neonGreen), #7DEB54);
}

/*Youtube Popup*/
.mbgi-block-ytubepopup .ytubepopup-wrap:after{
    content: "\F4F4" !important;
    font-family: var(--fontBootstrap) !important;
    color: var(--brigthBlue);
    background: var(--neonGreen);
    border-radius: 100%;
    width: 75px;
    height: 80px;
    padding-left: 7px;
    font-size: 50px;
    box-shadow: 0px 7px 14px #222b3980;
}

/*SliderKarusell*/
.mb-karussell {
    --KarussellWidthSlideCurrent: 75%;
    --KarussellSpacingArrows:12.5%;
    }
    .middle-blue-bg,
    .mb-karussell .arrow-right,
    .mb-karussell .arrow-left{
        background: var(--middleBlue);
        }

/*Listen*/
main ol, 
main ul {
    padding-left: 35px;
}
main ul{
    list-style-type: none;
    }
    main ul li:before{
        content: "\F582";
        position: absolute;
        left: -30px;
        top: 1px;
        font-family: var(--fontBootstrap);
        transform: rotateX(60deg);
        font-size: 12px;
        }

/*Footer-Stellenangebot*/
#footer-stellenanzeige .alignfull{
    background: linear-gradient(0deg, var(--darkBlue) 50%, transparent 50%);
    }
    .typ-stellenangebot .archive-after,
    .single-stellenangebot .single-after,
    #footer-stellenanzeige .alignfull,
    #footer-stellenanzeige .wp-block-image{
        margin-bottom: 0;
        }

/*Stellenangebot-Archiv*/
#stellenangebot-sorry{
    width: 100%;
    background: var(--neonGreen);
    padding: 5px;
    text-align:center;
    color: var(--darkBlue);
    font-family: 'Montserrat Bold';
    font-size: 20px;
}
.loop .type-stellenangebot p{
    padding: var(--abstandSeitenLoop);
    display: flex;
    justify-content: space-between;
    }
    .loop .type-stellenangebot p span{
        margin-left: 30px;
        font-style: italic;
        font-size: 80%;
    }
.loop .type-stellenangebot a:hover + .loop-wrapper{
    background: var(--neonGreen);
    }
    .loop .type-stellenangebot a:hover + .loop-wrapper span,
    .loop .type-stellenangebot a:hover + .loop-wrapper p{
        color: var(--darkBlue);
    }

/*
    PAGE
*/
main .middle-blue-wrapper,
.page.design-und-kommunikation .post-content,
.page.architektur .post-content{
    margin-bottom: 0;
} 
/* page after*/
.mb-subpage.page .page-after,
.page-after .social-media-buttons{
    display: none;
}

/* Trenner */
.wp-block-separator{
    display: block;
    padding-bottom:80px !important;
    width:100% !important;
    max-width: 700px;
    border-bottom: 0;
    background: 0;
    overflow: inherit;
    display: flex;
    justify-content: center;
    margin-top: calc(var(--abstandUntenTxtElement) * (-1));
    margin-bottom: 80px !important;
    box-shadow: 0 33px 14px -39px rgb(0 0 0 / 40%);
    }
    .wp-block-separator:before,
    .wp-block-separator:after{
        content:"";
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .wp-block-separator:after{
        background: var(--brigthBlue);
    }
    .middle-blue-wrapper .wp-block-separator:after{
        background: var(--middleBlue);
    }
    .wp-block-separator:before{
        border-radius: 50%;
        height: 100px;
        background: black;
        opacity: 0.5;
        -webkit-filter: blur(80px);
        -webkit-transform: scale(0.8, 0.4);
        bottom: -65px;
    }

/*referenz*/
.projekte-news-link,
.referenzen-animation *{
    transition:none
    }
    .referenzen-animation .wp-block-image{
        margin-bottom:0
    }

/*not Last DIV Element*/
.wp-block-group__inner-container > div:not(:last-of-type){
    margin-bottom: var(--abstandUntenTxtElement);
}
    
/*Pin Left (Ankermenu)*/
.pinLeft{
    position: fixed;
    left: 40px;
    top: 40%;
    height: auto !important;
}

/*GotoTeam*/
.goto-team{
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 22px;
    cursor: pointer;
    }
    .goto-team i:before{
        font-size: 150%;
        background: var(--brigthBlue);
        border-radius: 100%;
        padding: 8.5px;
    }
    .design-und-kommunikation .goto-team i:hover:before{
        color:var(--neonGreen);
    }
    .architektur .goto-team i:hover:before{
        color:var(--turkies);
    }

/*ScrollToTop*/
#mb-container .scroll-to-top-button-wrap{
    display:none;
}
#mb-container.scrolling-up .scroll-to-top-button-wrap{
    display:flex
}

/*Swiper*/
.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
}
.swiper-pagination-bullet-active {
    background: white;
}
.swiper .swiper-wrapper{
    height:100%
}
.swiper-container:last-child > figure{
    margin-bottom: 0 !important;
}

/*ArrowButtons*/
.slick-arrow,
.mb-karussell .arrow-left, 
.mb-karussell .arrow-right{
    background: #222b39b8;
    backdrop-filter: blur(5px);
}

/*FlipCard Gallery-Image-Description*/
.flip-gallery .wp-block-column{
    background-color: transparent;
    width: 198px;
    height: 198px;
    perspective: 1000px;
    }
    .flip-gallery.alignwide{
        width: calc(786px + 334px);
        position: relative;
        left: -167px;
        overflow: hidden;
        max-width: calc(786px + 334px);
    }

    /*Inner*/
    .flip-gallery .wp-block-column .wp-block-image{
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transform-style: preserve-3d;
        }
        /*Front/Back*/
        .flip-gallery .wp-block-column .wp-block-image figcaption,
        .flip-gallery .wp-block-column .wp-block-image a{
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            top:0;
            left:0;
        }
        /*Front*/
        .flip-gallery .wp-block-column .wp-block-image a{

        }
        /*Back*/
        .flip-gallery .wp-block-column .wp-block-image figcaption{
            color: white;
            transform: rotateY(180deg);
            margin:0;
            background:var(--darkBlue);
            }
            .flip-gallery .wp-block-column .wp-block-image figcaption a{
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                }

    /*Flip Animation*/
    .flip-gallery .wp-block-column:hover .wp-block-image {
        transform: rotateY(180deg);
    }

/*Extra wurschtl*/
body.architektur .hero-wrap h1{
    font-size: 50px;
}
body.architektur main .hero-wrap .wp-block-columns{
    margin-bottom: 0;
}
body.coworking-im-modulbuero .hero-wrap,
body.ueber-das-modulbuero .hero-wrap{
    overflow: unset;
    min-height: auto;
    padding: 60px 0;
    overflow-x: clip;
    }
    body.coworking-im-modulbuero .hero-wrap > div > p:first-child,
    body.ueber-das-modulbuero .hero-wrap > div > p:first-child{
        line-height: 125%;
        margin-bottom: var(--abstandUntenTxtElement);
    }
    
    .ueber-das-modulbuero h1.wp-block-heading{
        font-size: var(--headline-2);
    }
    .ueber-den-bunker-hero-bild{
        position: absolute;
        max-width: 400px;
        bottom: 0;
        margin: 0;
        right: -50%;
        transform: translate(-30%, 100%);
    }
    body.coworking-im-modulbuero .ueber-den-bunker-hero-bild{
        max-width: 200px;
    }

    body.datenschutz h2,
    body.impressum h2,
    body.coworking-im-modulbuero h3{
        font-size:30px
    }

.home #projekte-news{
    max-width: 100% !important;
}

/*Zahlen und Fakten*/
.zahlen-fakten-trigger{
    overflow:hidden;
    }
    .bunker-zahlen-fakten.wp-block-columns{
        flex-wrap: nowrap;
        overscroll-behavior: none;
        width: auto;
        display: flex;
        transition: none;
        }
        .bunker-zahlen-fakten > div{
            border:1px solid var(--darkBlue);
            padding: 40px 60px;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            }
            .bunker-zahlen-fakten > div p{
                text-align: center;
                margin-bottom: 0;
            }
            .bunker-zahlen-fakten > div p:nth-child(2){
                font-size: 64px;
                color:white;
                height: 100%;
                display: flex;
                align-items: flex-end;
                justify-content: center;
            }
            .bunker-zahlen-fakten > div p:nth-child(3){
                font-weight: 900;
                font-size: 23px;
                line-height: 100%;
            }

/*Coworking Preise*/
.coworking-im-modulbuero 
.coworking-preise > div{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    }
    .coworking-preise > div p{
        text-align: center;
        margin-bottom: 0;
        color:white;
        background: var(--darkBlue);
    }
    .coworking-preise > div p:nth-child(1){
        color:var(--darkBlue);
        background-color: var(--blaeulich);
        font-family:var(--fontFamilySemiBold);
        padding:10px;

    }
    .coworking-preise > div p:nth-child(2){
        font-size: 45px;
        line-height: 100%;
        padding-top: 30px;
    }
    .coworking-preise > div p:nth-child(3){
        margin: 0;
        padding-bottom:20px;
        font-size:20px;
    }
    .coworking-preise > div p:nth-child(4){
        color:var(--colorText);
        padding-bottom:30px
    }

.bilderleiste{
    display: flex;
    gap: 0 !important;
}

/*supertext für Architekten wichtig zB Quadratmeter (m2)*/
sup {
    font-size: 0.6em;
    line-height: 100%;
}

/*KundenLogos*/
.mbdk-kundenlogos{
    
    }
    .mbdk-kundenlogos a img:hover{
        filter: invert(15%) sepia(7%) saturate(3578%) hue-rotate(34deg) brightness(117%) contrast(92%);
    }
    .mbdk-kundenlogos .swiper-pagination-bullet-active{
        background: var(--neonGreen);
    }

/*404*/
.error404 h4{
    padding-top:40px
}
.error404 h4:before{
    content:"";
    background-image: url(../images/peugeot404_edge.svg);
    width:400px;
    display: block;
    height: 200px;
    margin: 0 auto 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(50%) sepia(2%) saturate(4268%) hue-rotate(183deg) brightness(74%) contrast(86%);
}

/*Lupe*/
.mbgi-block-bild-lupe{
    margin-bottom: calc(var(--abstandUntenTxtElement) / 2);
}
.mbgi-block-bild-lupe .wrap .lupe{
    background-color: var(--darkBlue);
    }