.pimcore_editable_checkbox input {
    cursor: pointer;
    height: 17px;
    width: 17px;
    display: block;
    margin-bottom: -3px;
    border-radius: 3px;
    border: 1px solid grey;
}

.editmode .sticky-buttons__container {
    position: relative;
    top: 0;
    transform: translateY(0);
}

.sticky-buttons {
    z-index: 101;
}

.sticky-buttons.no-contact .contact-person-button {
    display: none;
}

.sticky-buttons__container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sticky-buttons-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sticky-buttons__label {
    display: flex;
    align-items: center;
    gap: 8px;
    /* padding: 0 12px; */
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #B76E2B;
    height: 50px;
    color: white;
    font-weight: 100;
    width: 0%;
    transform-origin: right;
    transition: 250ms ease-in-out;
    overflow: hidden;
    white-space: nowrap;

}

.sticky-buttons-button:hover .sticky-buttons__label {
    width: 100%;
    padding: 0 12px;
}

.sticky-buttons__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-color: #B76E2B;
    cursor: pointer;
    transition: all 0.3s;
}

.sticky-buttons__button svg {
    z-index: 1;
    overflow: visible;
}

.sticky-buttons__button svg g {
    clip-path: unset;
}

.sticky-buttons__button svg path{
    transition: 250ms ease-in-out;
}

.sticky-buttons-button:hover .sticky-buttons__button svg path{
    fill: transparent;
    stroke: white;
}

.sticky-buttons__label.phone-button:hover p, .sticky-buttons__label.mail-button:hover p {
    text-decoration: underline;
}

@media screen and (max-width: 576px) {
    .sticky-buttons__container {
        left: 50%;
        top: calc(100% - 50px - 24px);
        transform: translateX(-50%);
        flex-direction: row;
        gap: 0px;
        width: fit-content;
    }

    .sticky-buttons__label {
        display: none;
    }
}

/* ---------------------------------------------- */
.teaser-swiper .swiper-slide {
    height: 550px;
}
.swiper-slide .teaser {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.main-image video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}




/* ---------------------------------------------- Blog API */
.graf-api-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 24px 56px !important;
    background-color: transparent !important;
}
/* .graf-api-text::after {
    content: 'Mehr erfahren';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.9px;
    line-height: 19px;
    color: #b76e2b;
    text-transform: uppercase;
} */
.graf-api-image {
    height: auto !important;
 }
 .graf-api-image img {
    object-fit: contain !important;
 }
.graf-api-title {
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 19px;
}
.graf-api-excerpt {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.9px;
}
.graf-api-excerpt u {
    text-decoration: underline;
}


.modal-disturber__cta {
    position: absolute;
    right: 164px;
    bottom: 48px;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.9px;
    line-height: 19px;
    color: #b76e2b;
    text-transform: uppercase;
}


/* ---------------------------------------------- */

@media screen and (max-width: 767px) {
    .modal-disturber {
        padding: 16px;
    }

    .modal-disturber img {
        max-height: 300px;
        object-fit: contain;
    }

    .graf-api-text {
        padding: 8px 8px 32px !important;
    }

    .modal-disturber__cta {
        position: absolute;
        left: 38px;
        bottom: 24px;
    }
}

section.content-header.projects-header .container .projects-container .project-teaser .elements-container {
    gap: 10px;
}

section.content-header.projects-header .container .projects-container .project-teaser .elements-container .labels a {
    display: none;
}

section.content-header.projects-header .container .projects-container .project-teaser .elements-container .labels a:last-of-type {
    display: block;
}