.preisimagediv {
    display: flex;
    justify-content: center;
}

.preislisteimg {
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    width: 90%;
    margin-bottom: 100px;
    margin-top: 40px;
    height: 100% !important;
    transition: box-shadow 0.3s ease;
}

.preislisteimg:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}