.site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: transform .3s ease;
    z-index: 9999999;
    background-color: white;
}

.hide-header {
    transform: translateY(-100%);
}


#wpadminbar {
    z-index: 99999999;
}

/* fix accelo 148125 */
@media (max-width: 480px) {
    .performance-details-image-container .performance-details-image.performance-details-image-mobile {
        aspect-ratio: 4 / 5;
    }
    .performance-details-image-container .performance-title-meta .performance-buttons-group {
        margin-top: -70px;
    }
}

.site-main a {
    text-decoration: underline;
}
.performance-buttons-group a {
    text-decoration: none;
}
.performance-details a {
    color: white;
}
@media (min-width: 480px) {
    a.basm.basm_select.featured-button {
        text-wrap: nowrap;
    }
}

@media (max-width: 800px) {
    .performance-details-image-container .performance-title-meta .performance-buttons-group {
        flex-direction: column;
    }
    body .performance-details-image-container .performance-title-meta {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 800px) {
    .performance-details-image-container .performance-title-meta .performance-buttons-group {
        flex-direction: column;
        width: 100%;
        right: auto;
        position: relative;
        top: 0px;
    }
    .performance-details-image-container {
        margin-bottom: 0px !important;
    }
}

.performance-button:has(a + a) {
    /* Gør noget */
    margin-bottom: 33px;
}
.performance-button a {
    display: block;      /* eller inline-block */
    max-width: 100%;    /* eller width: 100%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}