Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 18:44, 19 July 2026 by Moserab (talk | contribs) (Design angelegt)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.pw-profil {
	background: #fff;
	border: 1px solid #dadde1;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 16px;
}
.pw-cover { height: 90px; background: linear-gradient(90deg,#1b4b7a,#2d7fc4); }
.pw-kopf { padding: 0 20px 20px; }
.pw-avatar-zeile { display: flex; align-items: flex-end; gap: 14px; margin-top: -38px; }
.pw-avatar img, .pw-avatar-leer {
	width: 80px; height: 80px; border-radius: 50%;
	border: 4px solid #fff; object-fit: cover; background: #e7f0f8;
	display: flex; align-items: center; justify-content: center;
	font-size: 26px; color: #1b4b7a;
}
.pw-name { font-size: 22px; font-weight: 600; line-height: 1.2; }
.pw-sub { font-size: 13px; color: #65676b; }
.pw-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pw-chip {
	font-size: 12px; padding: 5px 12px; border-radius: 999px;
	background: #e7f0f8; color: #1b4b7a;
}
.pw-bio { margin-top: 14px; font-size: 15px; line-height: 1.7; }
.pw-post {
	background: #fff; border: 1px solid #dadde1; border-radius: 12px;
	padding: 16px 20px; margin-bottom: 16px;
}
.pw-post-kopf { font-size: 15px; font-weight: 600; }
.pw-post-meta { font-size: 12px; color: #65676b; }
.pw-post video, .pw-post iframe {
	width: 100%; max-width: 560px; border-radius: 8px; margin-top: 12px;
}
.pw-cta {
	display: inline-block; padding: 10px 18px; border-radius: 8px;
	background: #1b4b7a; color: #fff !important; font-weight: 600;
	text-decoration: none; margin: 4px 8px 4px 0;
}
@media (max-width: 640px) {
	.pw-avatar-zeile { flex-direction: column; align-items: flex-start; }
	.pw-name { font-size: 19px; }
}