.offers .offers-wrapper{max-width:80vw;margin:0 auto;padding:50px 0;}.offers .offers-wrapper .aves-offers-title{margin-bottom:40px;}.offers .offers-wrapper .posts-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;}.offers .offers-wrapper .post-item{width:calc(33.333% - 20px);background-color:#fff;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s;}.offers .offers-wrapper .post-item:hover{transform:scale(1.03);}.offers .offers-wrapper .post-image img{width:100%;height:auto;object-fit:cover;max-height:350px!important;min-height:350px!important;}.offers .offers-wrapper .post-content{padding:20px;}.offers .offers-wrapper .post-date{color:#f58540;font-weight:300;margin-bottom:6px;}.offers .offers-wrapper .post-title{font-weight:400;margin-bottom:15px;}.offers .offers-wrapper .post-text{margin-bottom:20px;}@media screen and (max-width:768px){.offers .offers-wrapper .post-item{width:100%}}.angebote-filter{margin-bottom:30px;display:flex;flex-wrap:wrap;gap:10px;}.filter-btn{cursor:pointer;transition:background-color .2s;font-size:.9rem;color:#e8004c;line-height:1;text-align:center;display:inline-block;vertical-align:middle;margin:.85em 0;padding:.85em 1.25em;border:2px solid #e8004c;border-radius:22px;background:#fff;background:linear-gradient(to left,transparent 50%,#e8004c 50%);background-size:200% 100%;background-position:right top;transition:1s;cursor:pointer}.filter-btn.active,.filter-btn:hover{background-color:#e50c4d;color:#fff;}.post-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:9999;display:flex;justify-content:center;align-items:center;padding:40px;}.post-overlay .post-overlay-inner{background:#fff;max-width:1000px;width:100%;display:flex;position:relative;border-radius:0;overflow:hidden;}.post-overlay .overlay-close{position:absolute;top:15px;right:20px;background:transparent;border:none;font-size:30px;line-height:1;color:#333;cursor:pointer;}.post-overlay .overlay-content{display:flex;width:100%;flex-direction:row;}.post-overlay .overlay-image{flex:0 0 30%;max-height:100%;overflow:hidden;}.post-overlay .overlay-image img{width:100%;height:100%;object-fit:cover;}.post-overlay .overlay-text{flex:1;padding:30px;}.post-overlay .overlay-text .overlay-date{color:#f58540;margin-bottom:10px;font-weight:300;}.post-overlay .overlay-text h3{margin-bottom:15px;font-weight:400;}.post-overlay .overlay-text p{margin-bottom:20px;}@media screen and (max-width:768px){.post-overlay{width:80%;}.post-overlay .overlay-content{flex-direction:column}.post-overlay .overlay-image{flex:0 0 auto;width:100%;height:auto}.post-overlay .overlay-text{flex:1;padding:30px;max-height:35vh;overflow-y:auto}.post-overlay .overlay-text::-webkit-scrollbar{width:6px;}.post-overlay .overlay-text::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px;}.post-overlay .overlay-close{color:#fff;}}