/* =============================================================================
   DIWO Vergleich - Header CSS
   =============================================================================
   
   Stile speziell für Header-Komponenten:
   - DIWO Header
   - Kunde Logo
   - Vergleichssteuerungen
   - Navigation
   ============================================================================= */

/* =============================================================================
   DIWO HEADER COMPONENTS
   ============================================================================= */
.diwo-header {
  background: var(--weiss);
  border: 1px solid var(--grau-stark);
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 4px;
}

.header-row-1 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--grau-stark);
}

.kunde-info {
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kunde-name-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: var(--grau-hell);
  border: 1px solid var(--grau-stark);
  border-radius: 4px;
  height: 50px;
  min-width: 120px;
}

.kunde-name {
  font-weight: bold;
  font-size: 14px;
  color: var(--schwarz);
  flex: 1;
}

.kunde-logo-placeholder {
  width: 30px;
  height: 30px;
  background: var(--rot);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.kunde-logo-placeholder::after {
  content: "🏟️";
  font-size: 16px;
  color: var(--weiss);
}

.diwo-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.diwo-title h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: var(--diwo-blau);
}

.diwo-title h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  color: var(--schwarz);
}

.page-title {
  font-size: 16px;
  font-weight: bold;
  flex: 1;
  text-align: center;
}

.header-row-2 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  margin-bottom: 8px;
  align-items: center;
}

.aktenzeichen {
  font-weight: bold;
  font-size: 14px;
}

.antragsteller-info {
  text-align: center;
  font-weight: bold;
}

.location-info {
  text-align: right;
  font-size: 13px;
}

.header-row-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--grau-stark);
}

.vorgang-info {
  font-size: 13px;
}

/* =============================================================================
   VERGLEICHSSTEUERUNGEN
   ============================================================================= */
.vergleich-controls {
  display: flex;
  align-items: center;
}

.vergleich-controls-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vorgang-form,
.zeitraum-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vorgang-select,
.zeitraum-select {
  width: 200px;
  padding: 4px 8px;
  font-size: 13px;
  min-height: 32px;
}
