Trainer – Kaspars Daugaviņš
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
background: #ffffff;
color: #111;
line-height: 1.6;
}
/* HERO */
.hero {
background: linear-gradient(135deg, rgb(21,33,69) 0%, rgb(35,50,95) 100%);
color: white;
padding: 80px 20px 100px 20px;
position: relative;
overflow: hidden;
}
.hero::before {
content: "";
position: absolute;
top: -50px;
right: -50px;
width: 300px;
height: 300px;
background: rgb(246,195,70);
opacity: 0.08;
border-radius: 50%;
}
.hero::after {
content: "";
position: absolute;
bottom: -80px;
left: -80px;
width: 250px;
height: 250px;
background: rgb(246,195,70);
opacity: 0.05;
border-radius: 50%;
}
.hero-content {
max-width: 1000px;
margin: auto;
position: relative;
z-index: 2;
display: grid;
grid-template-columns: 1fr auto;
gap: 50px;
align-items: center;
}
.hero-text {
min-width: 0;
}
.hero-image {
width: 240px;
height: 240px;
border-radius: 50%;
overflow: hidden;
border: 5px solid rgb(246,195,70);
box-shadow: 0 15px 40px rgba(0,0,0,0.3);
flex-shrink: 0;
}
.hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.hero .role-tag {
display: inline-block;
background: rgb(246,195,70);
color: rgb(21,33,69);
font-size: 12px;
font-weight: bold;
padding: 6px 14px;
border-radius: 20px;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 20px;
}
.hero h1 {
font-size: 48px;
margin: 0 0 15px 0;
font-weight: 800;
letter-spacing: -1px;
color: #ffffff;
}
.hero .tagline {
font-size: 17px;
color: rgba(255,255,255,0.85);
margin: 0;
}
/* STATS BAR */
.stats {
max-width: 800px;
margin: -50px auto 0 auto;
padding: 0 20px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
position: relative;
z-index: 3;
}
.stat {
background: white;
padding: 25px 15px;
border-radius: 12px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
border-top: 4px solid rgb(246,195,70);
transition: transform 0.3s;
}
.stat:hover {
transform: translateY(-5px);
}
.stat-number {
font-size: 32px;
font-weight: 800;
color: rgb(21,33,69);
margin: 0;
line-height: 1;
}
.stat-label {
font-size: 12px;
color: #666;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 8px;
}
/* CONTAINER */
.container {
max-width: 800px;
margin: auto;
padding: 60px 20px;
}
p {
font-size: 16px;
line-height: 1.8;
color: #333;
margin-bottom: 20px;
}
/* QUOTE BOX */
.box {
border-left: 5px solid rgb(246,195,70);
background: linear-gradient(to right, #fafafa, #ffffff);
padding: 22px 25px;
margin: 35px 0;
border-radius: 10px;
font-style: italic;
font-size: 17px;
color: rgb(21,33,69);
font-weight: 500;
box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
/* SECTIONS */
.section {
margin-top: 50px;
}
.section h2 {
font-size: 22px;
margin-bottom: 15px;
color: rgb(21,33,69);
position: relative;
padding-bottom: 12px;
}
.section h2::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 3px;
background: rgb(246,195,70);
border-radius: 2px;
}
/* HIGHLIGHTS */
.highlights {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 12px;
}
.highlights li {
font-size: 15px;
line-height: 1.6;
color: #333;
padding: 14px 18px 14px 45px;
position: relative;
background: #fafafa;
border-radius: 8px;
transition: all 0.3s;
border-left: 3px solid transparent;
}
.highlights li:hover {
background: #fff;
border-left-color: rgb(246,195,70);
transform: translateX(5px);
box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.highlights li::before {
content: "✓";
color: white;
background: rgb(246,195,70);
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
width: 22px;
height: 22px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: bold;
}
/* BACK */
.back-wrapper {
margin-top: 70px;
padding-top: 30px;
border-top: 1px solid #eee;
}
.back {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: #666;
text-decoration: none;
transition: 0.3s;
font-weight: 500;
}
.back:hover {
color: rgb(246,195,70);
gap: 14px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
.hero-content {
grid-template-columns: 1fr;
text-align: center;
gap: 30px;
}
.hero-image {
margin: 0 auto;
order: -1;
width: 180px;
height: 180px;
}
.hero h1 {
font-size: 36px;
}
.hero {
padding: 60px 20px 90px 20px;
}
.stats {
grid-template-columns: 1fr;
gap: 12px;
}
.stat-number {
font-size: 28px;
}
}
Guest Coach
Kaspars Daugaviņš
Ehemaliger NHL-Spieler, langjähriger Kapitän Lettlands, AHL Calder-Cup-Champion und Spengler-Cup-Sieger 2013.
Kaspars Daugaviņš zählt zu den prägendsten Persönlichkeiten des lettischen Eishockeys.
Als ehemaliger NHL-Spieler und langjähriger Kapitän der Nationalmannschaft hat er sein
Land über viele Jahre auf höchstem internationalen Niveau geführt.
Mit 98 NHL-Spielen, einem AHL Calder-Cup-Titel und dem Gewinn des Spengler Cup 2013 zählt
seine Karriere zu den eindrucksvollsten unter Lettlands Eishockey-Profis. Diese Erfahrung
und Mentalität bringt er heute als Guest Coach ins Camp – und gibt sie direkt an die
nächste Generation weiter.
„Eishockey wird mit dem Kopf gewonnen – Charakter, Einsatz und Entscheidungen machen den Unterschied."
Karriere-Highlights
- 98 NHL-Spiele in seiner Profi-Karriere
- AHL Calder-Cup-Champion
- Spengler-Cup-Sieger 2013
- Langjähriger Kapitän der lettischen Nationalmannschaft
- Internationale Erfahrung in mehreren Top-Ligen Europas
Coaching-Stil
Direkt, erfahren und spielnah. Daugaviņš legt grossen Wert auf Charakter, Entscheidungsfindung
und das richtige Mindset auf dem Eis. Junge Spieler profitieren von seiner Leadership-Erfahrung
und lernen, wie man auch unter Druck klare Spielentscheidungen trifft.
Erfahrung im Camp
Als Guest Coach des Camps bringt Kaspars Daugaviņš seine internationale Top-Erfahrung
direkt aufs Eis. Die Teilnehmer profitieren von praxisnahen Einheiten, Leadership-Inputs
und Spielverständnis auf NHL- und Nationalmannschafts-Niveau – angepasst auf die
Altersstufen U8 bis U16.