diff --git a/fragdenstaat_de/fds_cms/static/css/pretix-widget.css b/fragdenstaat_de/fds_cms/static/css/pretix-widget.css
new file mode 100644
index 000000000..e5845a176
--- /dev/null
+++ b/fragdenstaat_de/fds_cms/static/css/pretix-widget.css
@@ -0,0 +1,7 @@
+.pretix-widget {
+ border: none;
+ padding: 0;
+}
+.pretix-widget-attribution {
+ display: none;
+}
diff --git a/fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html b/fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html
index d0e296056..fde334773 100644
--- a/fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html
+++ b/fragdenstaat_de/fds_cms/templates/fds_cms/pretix.html
@@ -5,6 +5,7 @@
type="text/css"
href="{{ instance.shop_url }}widget/v1.css"
crossorigin>
+
{% endaddtoblock %}
{% addtoblock "js" %}