.collage .slide-content {
    padding: 20px;
}
.collage {
    justify-content: center;
    position: relative;
    padding: 0;
    flex-direction: column;
    align-items: center;
}
.collage .slide-content {
    width: 100%;
    z-index: 2;
    align-items: center;
    text-align: center;
}
.collage-images {
    overflow: hidden;
    gap: 8px;
    align-items: flex-end;
    max-width: 1440px;
}
.collage-images .image img {
    transition: transform 0.75s ease-in-out;
    transform: scale(1);
}
.collage-images .image:hover img {
    transition: transform 0.75s ease-in-out;
    transform: scale(1.05);
}
.collage-images.row {
    width: 100%;
}
.collage-images .column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.collage-images .column:nth-child(1) {
    transform: translateY(10%);
}
.collage-images .column:nth-child(2) {
    transform: translateY(30%);
}
.collage-images .column:nth-child(3) {
    transform: translateY(10%);
}
.collage-images .column:nth-child(4) {
    transform: translateY(40%);
}
.collage-images .column:nth-child(5) {
    transform: translateY(10%);
}
.collage-images .column:nth-child(6) {
    transform: translateY(30%);
}
.collage-images .column:nth-child(7) {
    transform: translateY(10%);
}
@media (min-width: 768px) {
    .collage .slide-content {
        margin-bottom: -10%;
    }
}
@media (max-width: 767px) {
    .collage-images .column:nth-child(1) {
        display: none;
    }
    .collage-images .column:nth-child(7) {
        display: none;
    }
}
.bg-lg {
    background: #fbfbfb;
}
.collage.voorraad .collage-images .column:nth-child(1) {
    transform: translateY(30%);
}
.collage.voorraad .collage-images .column:nth-child(2) {
    transform: translateY(40%);
}
.collage.voorraad .collage-images .column:nth-child(3) {
    transform: translateY(0%);
}
.collage.voorraad .collage-images .column:nth-child(4) {
    transform: translateY(20%);
}
.collage.voorraad .collage-images .column:nth-child(5) {
    transform: translateY(0%);
}
.collage.voorraad .collage-images .column:nth-child(6) {
    transform: translateY(40%);
}
.collage.voorraad .collage-images .column:nth-child(7) {
    transform: translateY(30%);
}
.collage.voorraad .slide-content {
    max-width: 1440px;
}
@media (max-width: 899px) {
    .collage.voorraad .slide-content {
        gap: 40px;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .collage.voorraad .slide-content {
        margin-bottom: -12%;
    }
}
.collage.voorraad h2 {
    font-size: 40px;
    line-height: 48px;
    font-family: "titillium-web", sans-serif;
    font-weight: 400;
}

.row {
    display: flex;
    flex-direction: row;
}

.image {
    line-height: 0;
}

.image picture {
    display: block;
    line-height: 0;
}

.image picture img {
    width: 100%;
    max-width: 100%;
    height: inherit;
    max-height: inherit;
}

/*new*/
.column {
    display: flex;
    flex-direction: column;
}

.login {
    width: 100%;
    padding: 1em;
}

@media(max-width: 899px) {
    .login {
        padding: 0;
        position: relative;
    }
    .title-wrapper {
        padding: 1em;
        padding-bottom: 8rem;
    }
    #input-form {
        padding: 1em;
    }
    .cta-wrapper {
        background: white;
        padding: 1em;
        position: fixed;
        width: 100%;
        bottom: 0;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media(min-width: 900px) {
    .login {
        z-index: 1;
        padding: 1em;
        max-width: 400px;
    }
}

.login .btn {
    width: 100%;
}

.secondary {
    transition: all 0.3s;
    background: #fff;
    color: #000;
    border: 1px solid #efefef;
    box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
}

.secondary:hover {
    background: #fff;
    color: #000;
    border: 1px solid #efefef;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.login .secondary {
    margin-top: .5rem;
}

.login input, .login select {
    color: #000;
    background: #fff;
    font-size: 12px;
    line-height: 1.4em;
    width: 100%;
    float: left;
    padding: 6px 10px 5px;
    height: 40px;
}

.login input {
    border-bottom: 1px solid #efefef;
}

.page {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.collage {
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.collage-images {
    margin-top: auto;
    pointer-events: none;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: initial;
}

@media(max-width: 899px) {
    .collage-images {
        display: none;
    }
}

@media(min-width: 900px) {
    .collage-images {
        transform: translateY(10vw);
    }
}

.client-domain {
    font-size: .75rem;
    font-weight: 300;
    color: #333;
    white-space: nowrap;
}

.logo {
    width: 8rem;
}

@media(min-width: 900px) {
    .logo {
        width: 12rem;
    }
}

.logo a {
    border: 0;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    border-bottom: 1px solid #e6e6e6;
}

@media(max-width: 899px) {
    .header {
        gap: 1rem;
        flex-wrap: wrap;

    }
}

@media(min-width: 900px) {
    .header {
        padding: 3em;
        padding-bottom: 1em;
    }
}


#profile-name .small {
    display: flex;
    font-size: 12px;
}
.product {
    display: flex;
    gap: 1rem;
}

.product.sold {
    color: #b8b8b8;
}

.product .date {
    font-size: 80%;
    line-height: 1.5em;
}

#messageList .product + .product {
    margin-top: 1rem;
}

.product img {
    border-radius: 4px;
}

.product .title {
    font-weight: 700;
    line-height: 1.3em;
}

.product a {
    display: flex;
    gap: 1rem;
    border-bottom: 0;
}
.product a:hover {
    color: #000000;
}

.product .carimage {
    position: relative;
}

.product .product-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product .carimage span {

    position: absolute;
    top: 0;
    left: 0;
    background: #f05822;
    color: #ffffff;
    font-size: 11px;
    padding: 0px 4px;
    font-family: "TradeGothicLTStd-Bd2", sans-serif;
    font-weight: 700;

} 

.product .link {
    color: #f05822;
    font-weight: 700;
    font-size: 14px;
}

.article-title {
    margin: 0;
    font-family: "TradeGothicLTStd-Bd2", sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 1rem;
}

.collage .image {
    transition: .3s all;
    opacity: 1;
}

.collage.hide-collage .image {
    opacity: 0;
}

.unsub {
    display: flex;
}

/*@media (min-width: 768px) {*/
/*    .unsub {*/
/*        display: none;*/
/*    }*/
/*}*/
