diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss
index 192ded63..2bb23bb6 100644
--- a/themes/tsc_vfl/assets/css/main.scss
+++ b/themes/tsc_vfl/assets/css/main.scss
@@ -924,6 +924,25 @@ table.time {
}
}
+.turnier-details {
+ .title {
+ font-weight: 600;
+ }
+ .turnier {
+ font-weight: bold;
+ .nummer {
+ font-weight: normal;
+ font-style: italic;
+ }
+ }
+ .verein {
+ margin: 20px 0 0;
+ }
+ .contact {
+ font-style: italic;
+ }
+}
+
.iframe-generic {
display: block;
width: 100%;
diff --git a/themes/tsc_vfl/layouts/turniermeldung/single.html b/themes/tsc_vfl/layouts/turniermeldung/single.html
new file mode 100644
index 00000000..7783d437
--- /dev/null
+++ b/themes/tsc_vfl/layouts/turniermeldung/single.html
@@ -0,0 +1,23 @@
+{{ define "main" }}
+ {{ $datum := time.AsTime .Params.dateCompetition }}
+
+ {{ .Params.ort }} am {{ $datum.Format "02.01.2006" }}
+
+