diff --git a/Shared/Bestellbestätigung.razor b/Shared/Bestellbestätigung.razor
new file mode 100644
index 0000000..0f6354c
--- /dev/null
+++ b/Shared/Bestellbestätigung.razor
@@ -0,0 +1,37 @@
+@page "/Bestellbestätigung"
+
+
+
+
Vielen Dank für Ihre Bestellung
+
+ Ihr Essen ist in 30 Minuten abholbereit.
+ Sie erhalten eine Benachrichtigung sobald das Essen fertig ist. Wir würden uns freuen, wenn Sie uns ein Feedback geben.
+
+
+
+
+
+
+
+ Bestellung eingegangen |
+ Bestellung wird zubereitet |
+ Essen abholbereit |
+
+
+
+
+
+
+
+
+
+
+
+@code {
+
+
+}
diff --git a/Shared/Bestellbestätigung.razor.css b/Shared/Bestellbestätigung.razor.css
new file mode 100644
index 0000000..05a5518
--- /dev/null
+++ b/Shared/Bestellbestätigung.razor.css
@@ -0,0 +1,50 @@
+body, html {
+ padding: 0px;
+ margin: 0px;
+ margin-bottom: 15px;
+}
+
+p {
+ text-align:center;
+}
+
+img {
+ width: 20%;
+ height: auto;
+ padding: 5px;
+}
+
+.text {
+ color: grey;
+ font-size: 13px;
+}
+
+.button {
+ padding-left: 25%;
+ padding-right: 25%;
+ text-align: center;
+}
+
+#button1 {
+ background-color: #89F9A5;
+ padding-left: 25%;
+ padding-right: 25%;
+ display: inline-block;
+ border-radius: 50px;
+}
+h5 {
+ text-align: center;
+}
+
+.load2 {
+ text-align: center;
+}
+
+.load3 {
+ text-align: right;
+}
+
+
+.loadtext {
+ font-size: 14px;
+}
\ No newline at end of file
diff --git a/Shared/Feedback/FBestätigung.razor b/Shared/Feedback/FBestätigung.razor
index c1ba8c3..34c1930 100644
--- a/Shared/Feedback/FBestätigung.razor
+++ b/Shared/Feedback/FBestätigung.razor
@@ -1,7 +1,7 @@
@page "/FBestätigung"