diff --git a/laws/grestg.toml b/laws/grestg.toml
new file mode 100644
index 0000000..799cec3
--- /dev/null
+++ b/laws/grestg.toml
@@ -0,0 +1,20 @@
+[law]
+id = 10004531
+name = "GrEstG"
+
+
+[parser]
+remove_strings = [
+ """""",
+ """""",
+ "", ""
+]
+
+[[parser.replace_rules]]
+find = "Einleitung." # Should be at the same level as the other "Theil"e
+replace_with = "Nullter Theil. Einleitung"
+
+[[parser.replace_rules]]
+find = ""
+replace_with = "-"
+