p {
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: center;
}

h1 {
  font-size: 2rem;
  color: var(--accent2);
  margin-bottom: 1.5rem;
  text-align: center;
}

h2 {
  text-align: center;
  color: var(--accent2);
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

h4 {
  text-align: center;
  margin-bottom: 0.4rem;
  color: #444;
}

hr {
  margin: 16px;
}

.werbungen-wrapper {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
}

.werbungen-content {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

video {
  width: 100%;
}

#sideBySide {
  display: flex;
  flex: 1;
  gap: 8px;
}

#portrait {
  max-height: 500px;
  flex: 1;
}
