#title_analyse_page {
  display: flex !important;
  flex-direction: row !important;
  background-color: transparent;
  width: 100%;
  align-items: center;
}

#title_analyse_page >:first-child {
  padding-right: 5px;
}

.page_header_analyse {
  height: calc(1.5*var(--button-height)) !important;

  padding: 0px !important;

  display: flex;
  flex-direction: row;
  justify-content: center !important;
  align-items: center !important;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
  !important
}

.page_header_analyse > .page_header_horizontal, .page_header_analyse > .page_header_horizontal > .horizontal_half_container_wide {
  height: 100% !important;
  align-items: center !important;

  justify-content: center;
  display: flex;
  flex-direction: row;

}


.page_body_empty {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.small_height {
  height: calc(1.5*var(--button-height)) !important;
}



#view_antrag_analyse, .label_button {
  border: none;

}

#view_antrag_analyse.label:hover, .label_button:hover {

  background:var(--purple-light) !important;

}
.label_button {
  border: none !important;
}