diff --git a/nutzungsbedingungen.php b/content/nutzungsbedingungen.php
similarity index 84%
rename from nutzungsbedingungen.php
rename to content/nutzungsbedingungen.php
index ec6ce75..1f580da 100644
--- a/nutzungsbedingungen.php
+++ b/content/nutzungsbedingungen.php
@@ -10,10 +10,10 @@
-
-
-
-
+
+
+
+
EduForge
diff --git a/css/footer.css b/css/footer.css
index ae5ea71..089dc51 100644
--- a/css/footer.css
+++ b/css/footer.css
@@ -1,7 +1,5 @@
/* Footer‑Grundlayout */
footer {
- position: fixed;
- bottom: 0;
width: 100%;
background: #333d43;
text-align: center;
diff --git a/css/main.css b/css/main.css
index 1e6d3f6..3c29c09 100644
--- a/css/main.css
+++ b/css/main.css
@@ -3,12 +3,19 @@ main {
max-width:1200px;
margin: 0 auto;
padding: 20px;
+
+ width: 100%;
+ box-sizing: border-box;
}
body {
background-color: #eef2f7;
color: #1f2937;
margin: 0;
+
+ min-height: 100vh;
+ display: grid;
+ grid-template-rows: auto 1fr auto; /* Header(auto), Inhalt (bekommt Rest), Footer(auto) */
}
a, button, input, select, textarea, label, main{
diff --git a/includes/footer.php b/includes/footer.php
index edd8620..504296b 100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -1,5 +1,5 @@
\ No newline at end of file