button {
    background-color: #E2E2E2;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #D9D9D9;
}

button.accordion-btn.active {
    background-color: #D9D9D9;
}

.buttonbig.accordion-btn.active {
    background-color: #D9D9D9;
}

.buttonbig {
    color: #000;
    background-color: transparent;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.buttonbig:hover {
    background-color: #D9D9D9;
}

.buttonbig.active {
    background-color: #D9D9D9;
}

.accordion-content {
    display: none;
    width: 100%;
}

.accordion-content.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-ba);
}

.clientlogos {
    height: 5rem;
    max-width: 8rem;
    object-fit: contain;
}

.grid-1-4 {
    width: 100%;
}

.grid-1-4 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.projectbox {
    /*layout*/
    display: flex;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-ba);
    align-self: stretch;
    /*style*/
    border-radius: 0.5rem;
    background: #E2E2E2;
}

.projectboxcontent {
    display: flex;
    align-items: flex-start;
    gap: var(--space-ta);
    align-self: stretch;
}

.projectboxcontenttext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-ka);
    color:#000;
    padding: 0%;
}

.projectboxnav {
    display: flex;
    height: var(--space-ba);
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    opacity: 0.5;
}

.projectbox:hover {
    background: #D9D9D9;
}

.projectbox.active {
    background: #D9D9D9;
}

.projectcover {
    max-width: 80px !important;
    max-height: 80px !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 0.5rem;
}

.projectcontent .projectcover {
    max-width: 80px !important;
    max-height: 80px !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 0.5rem;
}

.projecttags {
    display: flex;
    align-items: flex-start;
    gap: var(--space-ba);
    align-self: stretch;
    opacity: 0.5;
}

.projectgallery {
    display: flex;
    align-items: flex-start;
    gap: var(--space-ba);
    width: 100%;
}

.projectgalleryphoto {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: flex-start;
    gap: var(--space-ka);
    flex-direction: column;
}

.projectimagesingle {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.projectimagemultiple {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.projectmasonry {
    column-count: auto;
    column-width: 250px;
    column-gap: var(--space-ka);
    width: 100%;
}

.projectmasonryitem {
    break-inside: avoid;
    margin-bottom: var(--space-ka);
    display: block;
}

.projectmasonryimage {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}



.credits {
    display: flex;
    align-items: flex-start;
    gap: var(--space-ta);
}

.creditscontent {
    display: flex;
    align-items: flex-start;
    gap: var(--space-ka);
    flex-direction: column;
}

.creditscontenttext {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--space-ka);
}

.creditstitle {
    width: 12.5vh;
}