> For the complete documentation index, see [llms.txt](https://notes.d15r.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.d15r.de/leben/gesundheit/trainingsplan.md).

# Trainingsplan

* 3er Split: Beine, Push, Pull
* 2x pro Woche = 6 Tage
* 1h Spaziergang jeden Tag
* Wochenende
  * Push+
  * Pull+
  * 15 Minuten Ausdauer
    * Fahrrad
    * Laufen
    * Rudern
* Pausen
  * Übungen: 2:00 Minuten
  * Sätze: 1:00 Minuten
* Wiederholungen
  * 3 Sätze / Übung
  * 6-15 Wiederholungen / Satz
    * bis keine saubere Ausführung mehr möglich
  * Langsam, ohne Schwung

## Beine

* V-Squat
* Ausfallschritte hinten mit Kurzhanteln
* Bulgarische Kniebeuge in Multipresse
* 45-Grad Beinpresse
* Wadenheben
  * 5 Sätze
  * 30 Sekunden Pause
  * Wiederholung: 5 Sekunden halten / 3 Sekunden Pause
* Abduktoren
* Adduktoren
* Beinstrecker
* Beckenheben

## Push

* Schrägbankdrücken mit Kurzhanteln
* Bankdrücken
* Seilzug von unten
* Butterfly
* Schulterdrücken mit Langhantel
* Dipps
* Frontheben mit Kurzhantel
* Seitheben am Seilzug
* Trizeps Supersatz
  * Trizepsdrücken am Kabelzug einarmig
  * Trizepsdrücken am Kabelzug mit Seil

## Push+

* TRX Bauch
* Beinheben
* Bauchmaschine
* Wadenheben
* Außenrotatoren

## Pull

* Klimmzüge breit
* Kreuzheben
* Rückenstrecken
* Einarmiges Rudern mit Kurzhantel
* Latzug
* Überzüge
* Bizeps-Curls mit Kurzhanteln auf Schrägbank
* Bizeps Supersatz
  * Bizeps-Curls am Kabelzug einarmig
  * Bizeps-Curls am Kabelzug mit Seil

## Pull+

* Rotary Torso
* Bauchroller
* Russian Twist
* Schulterheben


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://notes.d15r.de/leben/gesundheit/trainingsplan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
