
<title>33863d58-a6d4-11ec-80c7-1418773ec890</title>
.kollektion-list {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.kollektion-item {
    border: 2px solid #3B3B3B;
    padding: 5px 17px;
    font-family: "Raleway";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 15px;
    cursor: pointer;
    background-size: 100% auto;
    background-color: #505050;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    aspect-ratio: 16/9;
    padding-top: 100px;
    background-position: center;
    text-shadow: 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 99%;
    transition: transform 0.2s ease-in;
}

.kollektion-item:hover {
    transform: scale(1.05);
}

@media only screen and (min-width: 800px) {
    .kollektion-item {
        width: 47%;
    }
    .kollektion-list {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .kollektion-item {
        width: 32%;
    }

    .kollektion-list {
        padding-left: 0px;
    }
}

@media only screen and  (min-width: 1600px) {
    .kollektion-item {
        width: 23.7%;
    }
}

@supports (aspect-ratio:16/9) {
    .kollektion-item {
        padding-top: 5px;
    }
}

.kollektion-item:last-child {
    margin-right: 0;
}
.catalog .zag {
    margin-top: 60px;
}