/* ===============================
   GLOBAL / RESET
   =============================== */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  color: #333;
  min-height: 100vh;

  /* >>> HINZUFÜGEN <<< */
  display: flex;
  flex-direction: column;
}

/* ===============================
   TYPOGRAPHY
   =============================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
  line-height: 1.6;
}

/* ===============================
   CONTENT STYLING
   =============================== */

.content-wrapper {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.dummy-box {
  background: #eaeaea;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

/* ===============================
   FOOTER STYLING
   =============================== */

.site-footer {
  background: #02162b;
  color: #ffffff;
  padding: 15px 0;
}

.site-footer p {
  margin: 0;
}
