.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%;
}
}
Versand & Abholservice
Ihr Apple Gerät sicher zu uns und wieder zurück
Sie können Ihr Gerät selbst einsenden oder – sofern bei Ihrer Reparatur angeboten –
einen Abholservice nutzen. Nach der Reparatur senden wir das Gerät wieder an Sie zurück.
Eigenversand
Gerät selbst einsenden
Reparatur online bestellen, Gerät sicher verpacken und anschließend
an unsere Werkstatt in Freiburg senden.
Optional
Gerät abholen lassen
Wenn der Abholservice bei Ihrer gewählten Reparatur angeboten wird,
können Sie ihn direkt im Bestellprozess auswählen.
Verfügbarkeit und Preis werden dort angezeigt.
So funktioniert der Versand
01
Reparatur bestellen
Wählen Sie die gewünschte Reparatur und Ihre Versandoption im Onlineshop.
02
Gerät verpacken
Verwenden Sie einen stabilen Karton und polstern Sie das Gerät
von allen Seiten ausreichend.
03
Versenden oder abholen lassen
Senden Sie Ihr Paket selbst ein oder nutzen Sie die angebotene
Abholoption Ihrer Bestellung.
04
Rückversand
Nach der Reparatur wird Ihr Gerät sicher verpackt und
an die angegebene Lieferadresse zurückgesendet.
So verpacken Sie Ihr Gerät richtig
Verwenden Sie einen stabilen Karton und polstern Sie Ihr Gerät von allen Seiten.
Füllen Sie Hohlräume so aus, dass es im Paket nicht verrutschen kann.
- Stabilen Versandkarton verwenden
- Gerät vollständig stoßgeschützt polstern
- Hohlräume im Paket ausfüllen
- Gerät darf sich im Karton nicht bewegen
- Zubehör nur mitsenden, wenn es für die Reparatur benötigt wird
- Paket sicher verschließen
iMac und andere Großgeräte
Große und schwere Geräte benötigen besonders stabile Verpackungen.
Verwenden Sie nach Möglichkeit die Originalverpackung oder eine
vergleichbar stabile und passend gepolsterte Transportverpackung.
Rückversand nach der Reparatur
Die Kosten unterscheiden sich nach Geräteart.
Kleingeräte
Der Rückversand für die dafür vorgesehenen Kleingeräte
ist derzeit mit 0,00 € angegeben.
Großgeräte
Für den Rückversand von Großgeräten werden derzeit
24,99 € berechnet.
Die für Ihre Bestellung verfügbaren Versandarten sehen Sie beim jeweiligen Produkt.
Eine vollständige Übersicht der aktuellen Versandarten und Versandkosten
finden Sie zusätzlich auf unserer
Versandkostenseite.
Reparatur per Versand geplant?
Wählen Sie zuerst die gewünschte Reparatur.
Die dafür verfügbaren Versandoptionen werden Ihnen anschließend angezeigt.