Wärmepumpen News & Infos

body, html { background-color: #ffffff !important; } .single .energy-label-button{ max-height:50px; } .info-boxblau1 { border-left: 18px solid #19597b; /* typisches Blau der Seite */ background-color: #FFFFFF; /* dezenter Hintergrund */ padding: 16px; margin: 20px 0; font-family: Arial, sans-serif; font-size: 14px; color: #000000; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .datasheet-button-container{ margin: 10px 0; } .btn-rounded1 { background-color: #19597b; color: #fff; padding: 10px 20px; border: none; border-radius: 6px; font-size: 14px; cursor: pointer; transition: background-color 0.3s ease, box-shadow 0.3s ease; box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1); /* leichter grauer Schatten nach rechts/unten */ display: inline-block; /* passt sich der Textlänge an */ } /* Card-Design für alle Produktlisten */ .cmp-product { border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); background: #fff; padding: 20px; margin: 20px 0; min-height: 300px; transition: transform 0.2s ease, box-shadow 0.2s ease; } .cmp-product:hover { transform: translateY(-4px); box-shadow: 0 6px 16px rgba(0,0,0,0.12); } /* Typografie */ .cmp-product .title { font-size: 16px; font-weight: 600; margin-bottom: 10px; color: #2c3e50; } .cmp-product .price { font-size: 14px; line-height: 1.6; color: #555; } /* Produktbild */ .cmp-product img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; margin: 0 auto; } /* ==================== Custom Card Design (Basis) ==================== */ .custom-card { border: 1px solid #ddd; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.08); padding: 20px; margin: 20px 0; background: #fff; transition: transform 0.2s ease, box-shadow 0.2s ease; min-height: 300px; /* Standardhöhe */ } .custom-card:hover { transform: translateY(-4px); box-shadow: 0 6px 16px rgba(0,0,0,0.12); } .custom-card-header { font-size: 16px; font-weight: 600; margin-bottom: 10px; color: #2c3e50; } .custom-card-text { font-size: 14px; line-height: 1.7; color: #555; margin-bottom: 20px; } .custom-card-btn { display: inline-block; background: #19598f; color: #fff; padding: 10px 18px; border-radius: 6px; text-decoration: none; font-weight: 500; transition: background 0.2s ease; white-space: nowrap; } .custom-card-btn:hover { background: #0056b3; } .custom-card img { max-width: 100%; height: auto; object-fit: contain; display: block; margin: 0 auto; } /* ==================== Varianten mit verschiedenen Mindesthöhen ==================== */ .custom-card200 { min-height: 200px; } .custom-card250 { min-height: 250px; } .custom-card300 { min-height: 300px; } .custom-card350 { min-height: 350px; } .custom-card400 { min-height: 400px; } /* ==================== Responsive Breakpoints ==================== */ @media (max-width: 992px) { .custom-card { padding: 18px; margin: 16px 0; } .custom-card-text { font-size: 14px; line-height: 1.6; } } @media (max-width: 600px) { .custom-card { padding: 16px; border-radius: 10px; } .custom-card-btn { display: block; width: 100%; text-align: center; padding: 12px 16px; border-radius: 8px; white-space: normal; } } @media (max-width: 380px) { .custom-card { padding: 14px; } } /* Bewegungs-Reduktion */ @media (prefers-reduced-motion: reduce) { .custom-card, .custom-card-btn { transition: none; } .custom-card:hover { transform: none; } }