.at-aktionen-wrapper {
max-width: 1500px;
margin: 0 auto;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: #425052;
}
.at-aktionen-filterbox {
background: #f7f7f7;
padding: 10px;
margin-bottom: 20px;
border-radius: 6px;
border-left: 4px solid #ea5b1b;
}
.at-aktionen-filterbox h2 {
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
color: #425052;
}
.at-aktionen-filter-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: flex-end;
}
.at-aktionen-filter-row .at-field {
min-width: 180px;
flex: 0 0 auto;
}
.at-aktionen-filter-row label {
display: block;
margin-bottom: 6px;
font-size: 14px;
}
.at-aktionen-filter-row select,
.at-aktionen-filter-row button {
width: 100%;
}
.at-aktionen-filter-row select {
padding: 6px 8px;
border-radius: 4px;
border: 1px solid #d0d5da;
font-size: 14px;
color: #425052;
background: #fff;
}
.at-aktionen-filter-row button {
padding: 9px 16px;
border-radius: 4px;
border: none;
background: #ea5b1b;
color: #fff;
font-size: 14px;
font-weight: 600;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.at-aktionen-filter-row button:hover {
background: #cf4d14;
} .at-price-range {
position: relative;
margin-top: 10px;
height: 30px;
}
.at-price-track {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 6px;
border-radius: 999px;
background: #d0d5da;
}
.at-price-track-fill {
position: absolute;
top: 0;
bottom: 0;
border-radius: inherit;
background: #ea5b1b;
left: 0;
right: 0;
}
.at-price-range input[type="range"] {
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 30px;
margin: 0;
padding: 0;
background: transparent;
pointer-events: none;
-webkit-appearance: none;
appearance: none;
}
.at-price-range input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
pointer-events: auto;
width: 16px;
height: 16px;
border-radius: 50%;
background: #ea5b1b;
border: 2px solid #ffffff;
box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
cursor: pointer;
}
.at-price-range input[type="range"]::-moz-range-thumb {
pointer-events: auto;
width: 16px;
height: 16px;
border-radius: 50%;
background: #ea5b1b;
border: 2px solid #ffffff;
box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
cursor: pointer;
}
.at-price-range input[type="range"]::-webkit-slider-runnable-track {
height: 6px;
background: transparent;
}
.at-price-range input[type="range"]::-moz-range-track {
height: 6px;
background: transparent;
}
.at-price-values {
display: flex;
justify-content: space-between;
font-size: 12px;
margin-top: 8px;
}
.at-price-values strong {
font-weight: 600;
color: #425052;
}
input[type="range"] {
accent-color: #ea5b1b;
}
.at-aktionen-liste {
display: flex;
flex-wrap: wrap;
gap: 24px;
}
.at-aktions-banner {
width: calc(33.333% - 16px);
background: #ffffff;
border-radius: 6px;
overflow: hidden;
text-decoration: none;
color: inherit;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
transition: transform 0.15s ease, box-shadow 0.15s ease;
border-top: 3px solid #ea5b1b;
}
.at-aktions-banner:hover {
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.at-aktions-banner-img {
width: 100%;
background: #f4f4f4;
}
.at-aktions-banner-img img {
width: 100%;
height: auto;
display: block;
}
.at-aktions-banner-body {
padding: 10px 12px 12px;
}
.at-aktions-banner-title {
font-size: 15px;
margin: 0 0 4px;
color: #425052;
}
.at-aktions-banner-meta {
font-size: 12px;
margin: 0 0 4px;
color: #6c7a83;
}
.at-aktions-banner-price {
font-size: 13px;
font-weight: 600;
margin: 0;
color: #ea5b1b;
}
.at-aktions-banner-verbrauch {
font-size: 9px;
margin: 8px 0 0;
color: #6c7a83;
line-height: 1.4;
}
.at-lease-hinweis {
font-size: 11px;
margin-top: 2px;
color: #6c7a83;
} @media (max-width: 900px) {
.at-aktions-banner {
width: calc(50% - 12px);
}
}
@media (max-width: 600px) {
.at-aktionen-filter-row {
flex-direction: column;
align-items: stretch;
}
.at-aktions-banner {
width: 100%;
}
}