/* Reset some default styling if desired */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Basic body styling */
body {
  font-family: sans-serif;
  background-color: #fff;
  color: #000;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Header and nav styling (optional) */
header {
  padding: 1rem;
}
nav a {
  text-decoration: none;
  color: #000;
  margin-right: 1rem;
}

/* Main container styling */
main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo container */
.logo-container {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 16rem;
}

/* Logo image */
.logo {
  max-width: 80%;
  height: auto;
}

.plakat {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

/* Tagline */
.tagline {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "Courier New", Courier, monospace;
}

.upcoming-container {
  margin: 1rem auto;
  margin-top: 4rem;
  max-width: 800px;
}

.upcoming-container p,
.upcoming-container ul,
.upcoming-container li {
  font-family: "Courier New", "Times New Roman", serif;
}

.text-container {
  margin: 1rem;
  margin-top: 6rem;
  justify-content: left;
}

.headings {
  text-align: center;
  margin: 1rem;
  font-family: "Courier New", Courier, monospace;
}

h1.headings {
  font-size: 2rem;
}

h2.headings {
  font-size: 1.5rem;
}

.coming-up-heading {
  margin-top: 6rem;
}

.text {
  text-align: left;
  margin: 1rem;
  font-family: Georgia, "Times New Roman", serif;
}

.text p {
  margin-bottom: 0.75rem;
}

.text ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/* Keep bullet points for submission requirements list and align with text */
ul {
  list-style-type: disc;
  padding-left: 1.2rem;
}

/* Remove bullet points from open call header lists */
.open-call-header {
  list-style-type: none;
  padding-left: 1.5rem;
}

p {
  margin-bottom: 0.75rem;
}

.text ul li {
  margin-bottom: 0.5rem;
}

.visit-info {
  margin-top: 1rem;
  font-family: "Courier New", "Times New Roman", serif;
}

.visit-info address {
  margin-bottom: 0.75rem;
  font-style: normal;
}

/* Forderfenster page */
.forderfenster-content {
  padding: 0 1rem;
}

.forderfenster-content .support-list {
  margin: 0.75rem 0 1rem;
}

.forderfenster-content .schedule-list {
  list-style: none;
  padding-left: 0;
}

.forderfenster-content .schedule-list li {
  margin-bottom: 0.75rem;
}

.forderfenster-content .location,
.forderfenster-content .credits-list {
  font-family: "Courier New", "Times New Roman", serif;
}

.forderfenster-content .location {
  margin-bottom: 1rem;
  font-style: normal;
}

.forderfenster-content .credits-list dt {
  margin-top: 0.75rem;
  font-weight: bold;
}

.forderfenster-content .donation-cta {
  font-weight: bold;
}

/* Footer styling */
footer {
  text-align: center;
  padding: 1rem;
}
