:root {
  --body_header_height: 130px !important;
  --body_header_logo_size: 100px !important;

  --filter_button_border_color: #eeeeee !important;
  --filter_button_background_color: #ffffff !important;
  --filter_button_color: black !important;
  --filter_button_hover_background_color: #ffffff !important;
  --filter_button_hover_color: black !important;
}

html, body {
  height: auto;
  max-width: 100%;
  background: var(--body_background);
}

#container-ausschreibungen {
  max-width: 100%;
}

.jumbotron {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.jumbotron h1 {
  font-size: 2.5rem;
  font-weight: bold;
}