.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%;
}
}
Garantie & Gewährleistung
Sicherheit auch nach Ihrer Reparatur
Auf unsere Reparaturen erhalten Sie eine freiwillige Garantie
entsprechend der jeweiligen Leistung und unseren Garantiebedingungen.
Ihre gesetzlichen Gewährleistungsrechte bestehen unabhängig davon.
Reparaturen
12 Monate Garantie
Für unsere Reparaturen gelten 12 Monate Garantie
entsprechend den jeweils gültigen Garantiebedingungen.
Mac-Aufrüstungen
24 Monate Garantie
Für Mac-Aufrüstungen gelten 24 Monate Garantie.
Diese Regelung muss ebenfalls in den vollständigen Garantiebedingungen
eindeutig abgebildet sein.
Was ist eine Garantie?
Eine Garantie ist eine freiwillige zusätzliche Leistung von iWerkstatt.
Für Umfang, Dauer und Voraussetzungen gelten die jeweiligen Garantiebedingungen.
Dort ist beschrieben, welche Fälle von der Garantie erfasst werden
und wie ein Garantiefall abgewickelt wird.
Was ist die gesetzliche Gewährleistung?
Gesetzliche Gewährleistungsrechte bestehen unabhängig von unserer freiwilligen Garantie.
Eine zusätzliche Garantie schränkt Ihre gesetzlichen Rechte nicht ein.
Wofür gilt unsere Garantie?
Entscheidend ist die konkret ausgeführte Reparatur
und der in den Garantiebedingungen festgelegte Umfang.
Ihre ausgeführte Reparatur
Die Garantie bezieht sich auf die von iWerkstatt ausgeführte
und in Ihrer Bestellung beziehungsweise Rechnung dokumentierte Leistung.
Ausgetauschte Bauteile
Für von uns eingesetzte Ersatzteile gilt der in den Garantiebedingungen
festgelegte Garantieumfang.
Andere Fehler am Gerät
Ein später auftretender Defekt an einer anderen Baugruppe
ist nicht automatisch Teil der zuvor ausgeführten Reparatur.
Problem nach der Reparatur?
So können wir den Fall schnell zuordnen.
01
Kontakt aufnehmen
Schreiben Sie uns kurz, was an Ihrem Gerät nicht funktioniert.
02
Auftrag nennen
Geben Sie möglichst Ihre Bestell- oder Rechnungsnummer an.
03
Wir prüfen den Zusammenhang
Wir prüfen, ob das Problem mit der ausgeführten Reparatur zusammenhängt
und erklären Ihnen anschließend die nächsten Schritte.
Die vollständigen Garantiebedingungen bleiben maßgeblich.
Diese Seite erklärt Garantie und Gewährleistung in verständlicher Form.
Den verbindlichen Umfang der freiwilligen Garantie finden Sie in unseren
Garantiebedingungen
.
Nach Ihrer Reparatur ist ein Problem aufgetreten?
Schreiben Sie uns, was nicht funktioniert,
und nennen Sie Ihre Bestell- oder Rechnungsnummer.