#asbestUeberUnsModal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.8); align-items: center; justify-content: center; }
.asbest-ueber-uns-modal-content { background-color: #f9fafb; margin: auto; padding: 40px; border-radius: 8px; width: 90%; max-width: 900px; max-height: 90vh; overflow-y: auto; position: relative; font-family: 'Segoe UI', Arial, sans-serif; }
.asbest-close-ueber-uns { position: absolute; top: 15px; right: 25px; color: #111827; font-size: 35px; font-weight: bold; cursor: pointer; z-index: 10; transition: color 0.3s; }
.asbest-close-ueber-uns:hover { color: #b71c1c; }
.asbest-ueber-uns-header { text-align: center; margin-bottom: 30px; margin-top: 10px; }
.asbest-ueber-uns-header h2 { font-size: 28px; font-weight: 800; color: #111827; margin-bottom: 10px; text-transform: uppercase; }
.asbest-ueber-uns-header h3 { font-size: 18px; font-weight: 600; color: #b71c1c; margin-bottom: 20px; }
.asbest-ueber-uns-header p { font-size: 15px; color: #4b5563; line-height: 1.6; }
.asbest-ueber-uns-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 30px; }
.asbest-ueber-uns-item { background: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); text-align: left; border-top: 4px solid #b71c1c; }
.asbest-ueber-uns-item i { font-size: 24px; color: #b71c1c; margin-bottom: 10px; }
.asbest-ueber-uns-item h4 { font-size: 16px; font-weight: 700; color: #1f2937; margin-bottom: 8px; }
.asbest-ueber-uns-item p { font-size: 13px; color: #4b5563; margin: 0; line-height: 1.5; }
.asbest-ueber-uns-footer { background: #111827; color: #ffffff; padding: 25px; border-radius: 8px; text-align: center; }
.asbest-ueber-uns-footer h4 { font-size: 20px; margin-bottom: 10px; color: #ffffff; }
.asbest-ueber-uns-footer p { font-size: 14px; margin: 0; color: #d1d5db; }