.c23-mobile-menu {
    left: -100vw;
    width: 100vw;
    max-width: 100vw;
    z-index: 101;
    top: 0px;
}

.c23-mobile-menu-viewport {
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 0vw;
    position: fixed;
    z-index: 101;
    display: block;
    /* backdrop-filter: blur(5px); */
    background: rgba(0, 0, 0, .5);
}

.c23-mobile-menu .c23-navi-language-2 {
    padding-left: 15px;
    padding-top: 10px;
}

@media screen and (max-width: 766px) {
    .c23-mobile-menu .c23-navi-language-wrapper {
        display: block;
    }
}


.transitionClose {
    position: fixed;
    width: 100vw;
    height: 0vh;
    display: block;
    top: 0px;
    bottom: 100px;
    left: 0px;
    right: 0px;
    z-index: 50;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.transitionOpen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: block;
    top: 0px;
    bottom: 100px;
    left: 0px;
    right: 0px;
    z-index: 50;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}


.c23-next-work-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* PORTRAITS */
.c23-portrait-img-wrapper:nth-child(2),
.c23-portrait-name-wrapper:nth-child(2) {
    display: none;
}

.c23-portrait-img-wrapper:nth-child(4),
.c23-portrait-name-wrapper:nth-child(4) {
    display: none;
}

@media only screen and (min-width: 991px) {

    .c23-portraits-wrapper,
    .c23-portraits-wrapper-2 {
        padding-right: 400px;
    }
}

/* END PORTRAITS */
.c23-other-cases-wrapper {
    background: rgba(95, 110, 110, .05);
}

.c23-partial-services-cs-small {
    background: rgba(95, 110, 110, .1);
    padding: 70px 0px 40px 0px;
}

.c23-next-case-section {
    background: rgba(95, 110, 110, .2);
}


.c25-vacature-wrapper {
    top: 120px;
}

.c23-section-intro-heading {
    line-height: 35px;
}


.add-content-row {
    width: 100%;
    display: flex;
    padding-right: 100px;
    padding-left: 100px;
}

.add-content-row.inverse {
    flex-direction: row-reverse;
}

.add-content-cel {
    width: 100%;
    display: block;
    padding: 25px;
    font-family: "Inter Regular Regular";
    font-size: 10px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .add-content-cel {
        width: 100%;
        display: block;
        padding: 5px;
        font-size: 16px;
    }

    .add-content-row {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 786px) {
    .add-content-cel {
        width: 100%;
        display: block;
        font-size: 16px;
    }

    .add-content-row {
        flex-direction: column;
    }

    .add-content-row.inverse {
        flex-direction: column;
    }
}


.accordion-wrapper {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
}

@media screen and (max-width: 991px) {
    .accordion-wrapper {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.accordion-wrapper h3 {
    font-family: "Inter Regular Regular";
    padding-bottom: 15px;
}

.accordion-wrapper h4 {
    font-family: "Inter Regular Regular";
    font-size: 14px;
    padding-left: 2px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: background-color 0.4s;
    position: relative;
    font-family: "Inter Regular Regular";
}

.accordion::after {
    content: "+";
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: transform 0.2s;
}

.accordion.active::after {
    content: "\2212";
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background-color: white;
    padding: 0px 18px;
    font-size: 12px;
    font-family: "Inter Regular Regular";
    border-bottom: 1px solid #fff;
}

.panel p {
    padding: 18px 0px;
}


.c23-lp-cs-services-qr-services {
    mix-blend-mode: multiply;
}

/* ::fbs::8d67c79e8d1ebf0ab666383cf288288c6087284a:: */

.o-form select,
.o-form input,
.o-form-input {
    padding: 16px 18px;
}

.o-form input[type=checkbox] {
    width: auto;
}


html,
.c23-body {
    height: 100%;
    overflow-x: clip;
}

.c23-pagescale {
    transform-origin: top;
}


.c23-button-back .c23-button-wrapper-img {
    transform: rotate(180deg);
}

#b-7802184 {
    display: block;
}

#b-7802158 {
    display: block;
}

.c23-numbers-number p {
    margin-bottom: 0px;
}