.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);
}


.Hotspot {
    background: #97d700;
    width: 10px;
    height: 10px;
}

.Hotspot:not([data-visible]) {
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    height: 20px;
    pointer-events: none;
    width: 20px;
}

.HotspotAnnotation {
    background: rgba(230, 230, 230, 0.9);
    font-size: 9px;
}

.switch-wrapper {
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica Neue, sans-serif;
    transform: scale(0.75);
    margin-top: 25px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: -9px;
    transform: scale(0.75);
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #97d700;
}

input:focus+.slider {
    box-shadow: 0 0 1px #97d700;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

model-viewer {
    background-color: none;
    width: 100%;
    height: 500px;
    max-height: 100%;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}


.vimeo-container {
    position: relative;
    /*    width: 100%;*/
    padding: 56.25% 0 0 0;
}

.vimeo-container.paused::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    cursor: pointer;
    opacity: 0.9;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(https://cdn.opptylab.com/d/assets/pause-icon-vimeo-1.png);
}

.vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

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


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

/* ::fbs::2731c1fab582725c580088dbd4e646e36c1a75db:: */

.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;
}