#eBwKatalogbestellung a {
    color: var(--secondary);
    text-decoration: underline;
}

.bwOrderCatalog {
    position: relative;
    background-color: white;
    margin-bottom: 20px;
    width: 190px;
    height: 420px;
    display: inline-block;
    margin-right: 20px;
}

.bwOrderCatalog:hover {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.bwOrderCatalog .img-box {
    width: 150px;
    height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.bwOrderCatalog .img-box img {
    width: 150px;
    height: 212px;
    object-fit: contain;
}

.bwOrderCatalog>div {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

@media (max-width: 992px) {
    .bwOrderCatalog {
        width: 130px;
    }
    .bwOrderCatalog .img-box, .bwOrderCatalog .img-box img {
        width: 100px;
        height: 150px;
    }
}

@media (max-width: 474px) {
    .bwOrderCatalog {
        width: 120px;
    }
    .bwOrderCatalog .img-box, .bwOrderCatalog .img-box img {
        width: 110px;
        margin: 0;
    }
}
