﻿#content-wrapper {
    background: #1b0f3e;
    color: #fff;
    position: relative;
    background-image: url("/media/landingpage/pc-konfiguratoren/background-lp.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
#content-wrapper p {
    font-size: 1rem;
}
#content-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(27, 15, 26, 0.85); /* Bild scheint nur ca. 20% durch */
    z-index: 0;
    pointer-events: none;
}

#content-wrapper > * {
    position: relative;
    z-index: 1;
}
#content-wrapper a:not(.text-clamp-2), #content-wrapper a:hover,h1,h2,h3,h4,h5,h6,p {
    color: #fff !important;
}
#content-wrapper a.text-clamp-2:hover {
    color: #000 !important;
}
.breadcrumb-container, .delivery-status-wrapper {
    display: none;
}
.square-image .inner img {
    border-radius: 15px !important;
}
.container.link-content {
    max-width: 1650px;
}
#content-wrapper p {
    padding: 20px;
}
@media (max-width: 767px) {
    .product-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.price_wrapper {
    display: none;
}
.productbox-title a {
    color: rgb(138, 14, 14) !important;
    padding-left:15px;
    padding-right:15px;
}