.iw-help,
.iw-help * {
box-sizing: border-box;
}
.iw-help {
–iw-green: #277a00;
–iw-green-dark: #1f6500;
–iw-green-soft: #edf7e9;
–iw-green-softer: #f6faf4;
–iw-text: #242424;
–iw-muted: #666;
–iw-border: #e5e5e5;
–iw-dark: #202020;
width: 100%;
color: var(–iw-text);
font-family: -apple-system, BlinkMacSystemFont, „Segoe UI“, Roboto, Helvetica, Arial, sans-serif;
}
.iw-help .iw-help-wrap {
width: min(1180px, calc(100% – 32px));
margin: 0 auto;
}
.iw-help .iw-help-hero {
padding: 46px 0 52px;
text-align: center;
}
.iw-help .iw-help-badge {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 15px;
margin-bottom: 17px;
border-radius: 999px;
background: var(–iw-green-soft);
color: var(–iw-green);
font-size: 13px;
line-height: 1;
font-weight: 750;
}
.iw-help .iw-help-hero h2 {
max-width: 900px;
margin: 0 auto 18px;
color: #202020;
font-size: clamp(32px, 5vw, 52px);
line-height: 1.08;
letter-spacing: -.035em;
}
.iw-help .iw-help-hero p {
max-width: 800px;
margin: 0 auto;
color: var(–iw-muted);
font-size: 18px;
line-height: 1.7;
}
.iw-help .iw-green-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 22px;
margin-bottom: 74px;
}
.iw-help .iw-green-card {
position: relative;
overflow: hidden;
min-height: 230px;
padding: 34px;
border-radius: 28px;
background:
linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,0)),
linear-gradient(145deg, #338212 0%, #216900 100%);
color: #fff;
box-shadow: 0 18px 42px rgba(39,122,0,.12);
}
.iw-help .iw-green-card::after {
content: „“;
position: absolute;
right: -55px;
bottom: -75px;
width: 190px;
height: 190px;
border: 38px solid rgba(255,255,255,.065);
border-radius: 50%;
}
.iw-help .iw-mini {
display: inline-flex;
position: relative;
z-index: 1;
padding: 7px 12px;
margin-bottom: 26px;
border: 1px solid rgba(255,255,255,.18);
border-radius: 999px;
background: rgba(255,255,255,.12);
color: #fff;
font-size: 12px;
font-weight: 700;
}
.iw-help .iw-green-card h3 {
position: relative;
z-index: 1;
margin: 0 0 11px;
color: #fff;
font-size: 25px;
line-height: 1.2;
}
.iw-help .iw-green-card p {
position: relative;
z-index: 1;
max-width: 520px;
margin: 0;
color: rgba(255,255,255,.88);
font-size: 15px;
line-height: 1.7;
}
.iw-help .iw-section {
margin-bottom: 74px;
}
.iw-help .iw-section-head {
max-width: 780px;
margin: 0 auto 32px;
text-align: center;
}
.iw-help .iw-section-head h2 {
margin: 0 0 12px;
color: #242424;
font-size: clamp(27px, 4vw, 40px);
line-height: 1.15;
letter-spacing: -.025em;
}
.iw-help .iw-section-head p {
margin: 0;
color: var(–iw-muted);
font-size: 16px;
line-height: 1.65;
}
.iw-help .iw-grid-2,
.iw-help .iw-grid-3,
.iw-help .iw-grid-4 {
display: grid;
gap: 18px;
}
.iw-help .iw-grid-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.iw-help .iw-grid-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.iw-help .iw-grid-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.iw-help .iw-card {
padding: 28px;
border: 1px solid var(–iw-border);
border-radius: 24px;
background: #fff;
box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.iw-help .iw-card-soft {
background: var(–iw-green-softer);
border-color: #dcebd6;
}
.iw-help .iw-card h3 {
margin: 0 0 10px;
color: #292929;
font-size: 19px;
line-height: 1.3;
}
.iw-help .iw-card p {
margin: 0;
color: var(–iw-muted);
font-size: 14.5px;
line-height: 1.7;
}
.iw-help .iw-number {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 42px;
height: 42px;
padding: 0 12px;
margin-bottom: 22px;
border-radius: 14px;
background: var(–iw-green);
color: #fff;
font-size: 14px;
font-weight: 800;
}
.iw-help .iw-split {
display: grid;
grid-template-columns: 1.15fr .85fr;
gap: 22px;
align-items: stretch;
margin-bottom: 74px;
}
.iw-help .iw-panel {
padding: 34px;
border-radius: 28px;
background: #f6f6f6;
border: 1px solid var(–iw-border);
}
.iw-help .iw-panel-green {
background: linear-gradient(145deg, #338212 0%, #216900 100%);
color: #fff;
border: 0;
}
.iw-help .iw-panel h2 {
margin: 0 0 15px;
font-size: 26px;
}
.iw-help .iw-panel p {
margin: 0 0 14px;
color: var(–iw-muted);
line-height: 1.7;
}
.iw-help .iw-panel p:last-child {
margin-bottom: 0;
}
.iw-help .iw-panel-green h2 {
color: #fff;
}
.iw-help .iw-panel-green p {
color: rgba(255,255,255,.87);
}
.iw-help .iw-checks {
list-style: none;
padding: 0;
margin: 20px 0 0;
}
.iw-help .iw-checks li {
position: relative;
padding-left: 28px;
margin: 11px 0;
color: #555;
line-height: 1.55;
}
.iw-help .iw-checks li::before {
content: „✓“;
position: absolute;
left: 0;
top: 0;
color: var(–iw-green);
font-weight: 800;
}
.iw-help .iw-panel-green .iw-checks li {
color: rgba(255,255,255,.9);
}
.iw-help .iw-panel-green .iw-checks li::before {
color: #fff;
}
.iw-help .iw-note {
padding: 28px 30px;
margin-bottom: 70px;
border: 1px solid #dcebd6;
border-radius: 22px;
background: var(–iw-green-softer);
}
.iw-help .iw-note strong {
display: block;
margin-bottom: 7px;
color: var(–iw-green-dark);
font-size: 18px;
}
.iw-help .iw-note p {
margin: 0;
color: #5c6559;
line-height: 1.65;
}
.iw-help .iw-contact-value {
display: block;
margin-top: 9px;
color: var(–iw-green);
font-size: 19px;
font-weight: 750;
text-decoration: none;
}
.iw-help .iw-text-link {
color: var(–iw-green);
font-weight: 700;
text-decoration: none;
}
.iw-help .iw-text-link:hover {
text-decoration: underline;
}
.iw-help .iw-cta {
padding: 40px;
margin-bottom: 30px;
border-radius: 30px;
background: var(–iw-dark);
color: #fff;
text-align: center;
}
.iw-help .iw-cta h2 {
margin: 0 0 10px;
color: #fff;
font-size: 30px;
}
.iw-help .iw-cta p {
max-width: 720px;
margin: 0 auto 24px;
color: rgba(255,255,255,.75);
line-height: 1.65;
}
.iw-help .iw-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
}
.iw-help .iw-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 22px;
border-radius: 999px;
text-decoration: none !important;
font-size: 14px;
font-weight: 750;
}
.iw-help .iw-btn-green {
background: var(–iw-green);
color: #fff !important;
}
.iw-help .iw-btn-white {
background: #fff;
color: #222 !important;
}
@media (max-width: 900px) {
.iw-help .iw-green-grid,
.iw-help .iw-grid-2,
.iw-help .iw-split {
grid-template-columns: 1fr;
}
.iw-help .iw-grid-3,
.iw-help .iw-grid-4 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 620px) {
.iw-help .iw-help-wrap {
width: min(100% – 22px, 1180px);
}
.iw-help .iw-help-hero {
padding: 32px 0 40px;
}
.iw-help .iw-grid-3,
.iw-help .iw-grid-4 {
grid-template-columns: 1fr;
}
.iw-help .iw-green-card,
.iw-help .iw-card,
.iw-help .iw-panel,
.iw-help .iw-cta {
border-radius: 20px;
}
.iw-help .iw-green-card,
.iw-help .iw-panel {
padding: 26px;
}
.iw-help .iw-cta {
padding: 30px 22px;
}
.iw-help .iw-buttons {
flex-direction: column;
}
.iw-help .iw-btn {
width: 100%;
}
}
Nachhaltigkeit
Reparieren, weiterverwenden und Ressourcen sinnvoll nutzen
Nachhaltigkeit beginnt für uns bei der Reparatur selbst.
Wenn ein defektes Bauteil ersetzt werden kann, muss ein ansonsten
funktionierendes Apple Gerät nicht vorschnell durch ein neues ersetzt werden.
Längere Nutzungsdauer
Reparieren statt ersetzen
Ein defekter Akku, ein beschädigtes Display oder ein defekter Anschluss
bedeutet nicht automatisch das Ende des gesamten Gerätes.
Durch eine gezielte Reparatur kann es weiter genutzt werden.
Weiterverwenden
Funktionsfähige Technik erhalten
Wo es technisch sinnvoll ist, verwenden wir funktionsfähige Originalkomponenten
weiter oder setzen auf fachgerecht aufbereitete Originalteile.
Vier Bereiche, in denen wir Ressourcen sparen
01
Geräte reparieren
Defekte Einzelteile werden gezielt repariert oder ersetzt,
statt ein ansonsten nutzbares Gerät vollständig auszutauschen.
02
Originalteile aufbereiten
Bei geeigneten Displayreparaturen können originale LCD- oder OLED-Einheiten
aufgearbeitet und weiterverwendet werden.
03
Verpackungen mehrfach nutzen
Stabile Kartons und gut erhaltenes Polstermaterial werden mehrfach eingesetzt,
solange sie einen sicheren Versand gewährleisten.
04
Bauteile & Geräte weitergeben
Verwertbare Teile können weiterverwendet werden.
Geeignete Geräte können über unser Recycling-Programm sozialen Einrichtungen zugutekommen.
Refurbished Original-Displays
Ein gesprungenes Frontglas bedeutet nicht automatisch,
dass das darunterliegende LCD- oder OLED-Panel ebenfalls defekt ist.
Bei geeigneten Displayeinheiten kann die originale Displaytechnik
fachgerecht aufgearbeitet und weiterverwendet werden.
- Funktionsfähige Originaltechnik bleibt erhalten
- Weniger Elektronik wird unnötig entsorgt
- Aufbereitung kann eine wirtschaftliche Reparatur ermöglichen
Recycling & Gerätespenden
Nicht jedes Altgerät und nicht jedes ausgebaute Bauteil ist automatisch wertlos.
Deshalb prüfen wir, ob eine weitere Nutzung möglich ist.
- Brauchbare Originalteile können weiterverwendet werden
- Geeignete Geräte können sozialen Einrichtungen zugutekommen
- Nicht mehr nutzbare Komponenten werden fachgerecht verwertet
Verpackungen möglichst lange weiterverwenden
Auch beim Versand versuchen wir, vorhandenes Material sinnvoll mehrfach zu nutzen.
Versandkartons
Stabile Kartons verwenden wir erneut,
solange sie einen sicheren Transport des Gerätes gewährleisten.
Polster- und Füllmaterial
Gut erhaltenes Verpackungsmaterial wird nicht nach einer Verwendung entsorgt,
sondern bei geeigneten Sendungen erneut eingesetzt.
Vorhandenes Kunststoffmaterial
Bereits vorhandenes Kunststoff-Verpackungsmaterial verwenden wir weiter,
solange es seine Schutzfunktion erfüllt.
Neues Einweg-Plastikmaterial wird dafür nicht unnötig beschafft.
Was passiert mit ausgebauten Teilen und Altgeräten?
01
Prüfen
Wir prüfen, ob ein Bauteil oder Gerät noch sinnvoll weiterverwendet werden kann.
02
Weiterverwenden oder spenden
Geeignete Komponenten können als Ersatzteile dienen.
Nutzbare Geräte können sozialen Einrichtungen zugutekommen.
03
Recyceln
Was nicht mehr sinnvoll verwendet werden kann,
wird einer geeigneten Verwertung zugeführt.
Eine Reparatur muss technisch und wirtschaftlich sinnvoll bleiben.
Ist ein Gerät so stark beschädigt, dass eine Instandsetzung keinen sinnvollen
Nutzen mehr bietet, sprechen wir das offen an.
Weiterverwenden statt vorschnell ersetzen
Prüfen Sie, ob sich Ihr Apple Gerät reparieren oder sinnvoll aufrüsten lässt.