
.produkt-slider-widget {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.produkt-slider-widget .slide {
    display: none;
    flex-wrap: wrap;
    background: #eee;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.produkt-slider-widget .slide.visible {
    display: flex;
}

.textblock {
    flex: 1 1 50%;
    padding-right: 20px;
}

.imageblock {
    flex: 1 1 40%;
}

.imageblock img {
    max-width: 100%;
    height: auto;
    display: block;
}

.preis {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.2em;
}

.button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}


.produkt-slider-widget .textblock a.button {
    text-decoration: none;
} 
 

.button:hover {
    background-color: #005177;
}
