/* ==========================================================
   EVERYONE ASSEMBLE
   ERWEITERTE SUCHE
   ========================================================== */

.ea-search-page{
  --search-bg:#020d18;
  --search-bg-deep:#010914;
  --search-panel:#04192b;
  --search-panel-soft:#082b45;
  --search-panel-light:#0b3150;
  --search-line:#1d5f8f;
  --search-line-soft:rgba(33,139,208,.16);
  --search-accent:#218bd0;
  --search-accent-light:#75d0ff;
  --search-text:#c4d8e4;
  --search-text-light:#e1f1fa;
  --search-muted:#8fa9bc;

  width:100%;
  margin:20px auto 40px;

  color:var(--search-text);

  font-family:Arial,sans-serif;
  font-size:13px;
  line-height:1.6;
}

.ea-search-page,
.ea-search-page *,
.ea-search-page *:before,
.ea-search-page *:after{
  box-sizing:border-box;
}

.ea-search-form{
  width:100%;
  margin:0;
}

/* ==========================================================
   HAUPTKARTE
   ========================================================== */

.ea-search-table{
  width:100%;

  overflow:hidden;

  color:var(--search-text);

  background:
    linear-gradient(
      125deg,
      rgba(33,139,208,.045),
      transparent 40%
    ),
    linear-gradient(
      145deg,
      var(--search-panel),
      var(--search-bg)
    );

  border:1px solid rgba(33,139,208,.32);
  border-left:5px solid var(--search-accent);
  border-collapse:separate;
  border-spacing:0;

  box-shadow:
    0 18px 40px rgba(0,0,0,.30),
    inset 0 1px rgba(255,255,255,.025);
}

.ea-search-table td{
  vertical-align:top;
}

/* ==========================================================
   SEITENKOPF
   ========================================================== */

.ea-search-hero{
  position:relative;

  padding:26px 24px;

  overflow:hidden;

  background:
    radial-gradient(
      circle at 50% 140%,
      rgba(33,139,208,.23),
      transparent 50%
    ),
    linear-gradient(
      90deg,
      rgba(33,139,208,.08),
      transparent 52%,
      rgba(33,139,208,.045)
    ),
    var(--search-bg-deep);

  border:0;
  border-bottom:2px solid #1674b5;

  text-align:center;
}

.ea-search-hero:before{
  content:"";

  position:absolute;
  top:0;
  left:50%;

  width:220px;
  height:1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--search-accent-light),
      transparent
    );

  transform:translateX(-50%);
}

.ea-search-hero:after{
  content:"DATABASE SEARCH";

  position:absolute;
  right:17px;
  bottom:9px;

  color:rgba(117,208,255,.055);

  font-family:Antonio,Arial,sans-serif;
  font-size:21px;
  font-weight:700;
  line-height:1;

  letter-spacing:4px;

  pointer-events:none;
}

.ea-search-hero-icon{
  display:flex;
  align-items:center;
  justify-content:center;

  width:42px;
  height:42px;

  margin:0 auto 10px;

  color:var(--search-accent-light);
  background:rgba(33,139,208,.10);

  border:1px solid rgba(33,139,208,.28);

  font-size:15px;

  box-shadow:0 0 20px rgba(33,139,208,.12);
}

.ea-search-kicker{
  display:block;

  margin-bottom:4px;

  color:var(--search-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:9px;
  font-weight:700;

  letter-spacing:2.4px;
  text-transform:uppercase;
}

.ea-search-title{
  display:block;

  color:var(--search-accent-light);

  font-family:Antonio,Arial,sans-serif;
  font-size:28px;
  font-weight:700;
  line-height:1.2;

  letter-spacing:2px;
  text-transform:uppercase;

  text-shadow:0 0 18px rgba(33,139,208,.20);
}

.ea-search-subtitle{
  display:block;

  max-width:650px;
  margin:9px auto 0;

  color:var(--search-muted);

  font-family:Arial,sans-serif;
  font-size:12px;
  line-height:1.6;
}

/* ==========================================================
   BEREICHSÜBERSCHRIFTEN
   ========================================================== */

.ea-search-section-head{
  width:50%;
  padding:11px 15px;

  color:var(--search-accent-light);

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.12),
      transparent 70%
    ),
    var(--search-bg-deep);

  border:0;
  border-bottom:1px solid rgba(33,139,208,.24);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  line-height:1.3;

  letter-spacing:1.2px;
  text-transform:uppercase;
}

.ea-search-section-head:first-child{
  border-right:1px solid rgba(33,139,208,.15);
}

.ea-search-section-title{
  display:flex;
  align-items:center;
  gap:9px;
}

.ea-search-section-title i{
  display:flex;
  align-items:center;
  justify-content:center;

  width:27px;
  height:27px;
  flex:0 0 27px;

  color:var(--search-accent-light);
  background:rgba(33,139,208,.09);

  border:1px solid rgba(33,139,208,.20);

  font-size:10px;
}

/* ==========================================================
   INHALTSZELLEN
   ========================================================== */

.ea-search-cell{
  width:50%;
  padding:17px;

  color:var(--search-text);
  background:rgba(2,13,24,.34);

  border:0;
  border-bottom:1px solid rgba(33,139,208,.14);
}

.ea-search-cell:first-child{
  border-right:1px solid rgba(33,139,208,.14);
}

.ea-search-field{
  width:100%;
  margin-bottom:12px;
}

.ea-search-field:last-child{
  margin-bottom:0;
}

.ea-search-field-label{
  display:block;

  margin-bottom:6px;

  color:var(--search-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:9px;
  font-weight:700;

  letter-spacing:1px;
  text-transform:uppercase;
}

.ea-search-page input.textbox,
.ea-search-page select,
.ea-search-page textarea{
  width:100%;
  min-height:40px;
  padding:8px 10px;

  color:var(--search-text-light);
  background:var(--search-bg-deep);

  border:1px solid rgba(33,139,208,.26);
  border-radius:0;

  font-family:Arial,sans-serif;
  font-size:12px;

  outline:none;

  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background-color .2s ease;
}

.ea-search-page input.textbox:focus,
.ea-search-page select:focus,
.ea-search-page textarea:focus{
  background:#031426;

  border-color:var(--search-accent);

  box-shadow:0 0 0 1px rgba(33,139,208,.17);
}

.ea-search-page select{
  cursor:pointer;
}

.ea-search-page select[multiple]{
  min-height:315px;
  padding:7px;
}

.ea-search-page select[multiple] option{
  padding:6px 8px;

  color:var(--search-text);
  background:var(--search-bg-deep);
}

.ea-search-page select[multiple] option:checked{
  color:var(--search-text-light);
  background:var(--search-panel-light);
}

/* ==========================================================
   RADIOBUTTONS UND CHECKBOXEN
   ========================================================== */

.ea-search-options{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 14px;

  margin-top:9px;
}

.ea-search-choice{
  display:inline-flex;
  align-items:center;
  gap:7px;

  min-height:31px;
  padding:5px 9px;

  color:var(--search-muted);
  background:rgba(8,43,69,.38);

  border:1px solid rgba(33,139,208,.12);

  font-family:Arial,sans-serif;
  font-size:11px;
  line-height:1.35;

  cursor:pointer;

  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease;
}

.ea-search-choice:hover{
  color:var(--search-text-light);
  background:rgba(8,43,69,.68);

  border-color:rgba(33,139,208,.28);
}

.ea-search-choice input{
  width:14px;
  height:14px;
  margin:0;

  accent-color:var(--search-accent);

  cursor:pointer;
}

/* ==========================================================
   SUCHOPTIONEN
   ========================================================== */

.ea-search-option-stack{
  display:flex;
  flex-direction:column;
  gap:13px;
}

.ea-search-option-row{
  display:grid;
  grid-template-columns:minmax(150px,1fr) minmax(60px,90px);
  gap:9px;
  align-items:center;
}

.ea-search-date-row{
  display:grid;
  grid-template-columns:minmax(170px,1fr) minmax(0,1fr);
  gap:10px;
  align-items:center;
}

.ea-search-inline-options{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px 12px;
}

.ea-search-replies-label{
  color:var(--search-muted);

  font-size:11px;
}

.ea-search-prefix{
  width:100%;
}

/* ==========================================================
   SORTIERUNG UND DARSTELLUNG
   ========================================================== */

.ea-search-wide-cell{
  padding:16px 17px;

  color:var(--search-text);
  background:rgba(2,13,24,.34);

  border:0;
  border-bottom:1px solid rgba(33,139,208,.14);
}

.ea-search-sort-row{
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto;
  gap:15px;
  align-items:center;
}

.ea-search-sort-order{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:8px 12px;
}

.ea-search-result-options{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 14px;
}

.ea-search-inline-label{
  color:var(--search-muted);

  font-family:Antonio,Arial,sans-serif;
  font-size:9px;
  font-weight:700;

  letter-spacing:1px;
  text-transform:uppercase;
}

/* ==========================================================
   MODERATORENOPTIONEN
   ========================================================== */

.ea-search-table .tcat{
  padding:11px 15px;

  color:var(--search-accent-light);
  background:var(--search-bg-deep);

  border:0;
  border-bottom:1px solid rgba(33,139,208,.24);

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;

  letter-spacing:1.1px;
  text-transform:uppercase;
}

.ea-search-table .trow1,
.ea-search-table .trow2{
  padding:16px 17px;

  color:var(--search-text);
  background:rgba(2,13,24,.34);

  border:0;
  border-bottom:1px solid rgba(33,139,208,.14);
}

/* ==========================================================
   SUCHBUTTON
   ========================================================== */

.ea-search-submit{
  display:flex;
  justify-content:center;

  padding:17px;

  background:
    linear-gradient(
      90deg,
      rgba(33,139,208,.06),
      transparent 50%,
      rgba(33,139,208,.04)
    ),
    var(--search-bg-deep);

  border-top:1px solid rgba(33,139,208,.16);
}

.ea-search-submit .button{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-width:190px;
  min-height:43px;
  padding:9px 18px;

  color:var(--search-bg-deep);
  background:var(--search-accent-light);

  border:1px solid var(--search-accent-light);
  border-radius:0;

  font-family:Antonio,Arial,sans-serif;
  font-size:11px;
  font-weight:700;

  letter-spacing:1.2px;
  text-transform:uppercase;

  cursor:pointer;

  box-shadow:0 8px 20px rgba(0,0,0,.22);

  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.ea-search-submit .button:hover{
  color:var(--search-text-light);
  background:var(--search-panel-light);

  border-color:var(--search-accent);

  transform:translateY(-1px);
}

/* ==========================================================
   SELECT2
   ========================================================== */

.ea-search-page .select2-container{
  width:100% !important;
}

.ea-search-page .select2-container .select2-choice{
  min-height:40px;
  padding:6px 10px;

  color:var(--search-text-light);
  background:var(--search-bg-deep);

  border:1px solid rgba(33,139,208,.26);
  border-radius:0;

  box-shadow:none;
}

.ea-search-page .select2-container .select2-choice > .select2-chosen{
  line-height:26px;
}

.ea-search-page .select2-container .select2-choice .select2-arrow{
  background:var(--search-panel-soft);

  border-left:1px solid rgba(33,139,208,.20);
  border-radius:0;
}

.select2-drop{
  color:#c4d8e4;
  background:#020d18;

  border:1px solid #1d5f8f;
  border-radius:0;

  box-shadow:0 14px 30px rgba(0,0,0,.40);
}

.select2-search input{
  color:#e1f1fa;
  background:#010914;

  border:1px solid rgba(33,139,208,.28);
}

.select2-results .select2-result-label{
  color:#c4d8e4;
}

.select2-results .select2-highlighted{
  color:#e1f1fa;
  background:#0b3150;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media screen and (max-width:800px){

  .ea-search-table,
  .ea-search-table tbody{
    display:block;
    width:100%;
  }

  .ea-search-table tr{
    display:grid;
    grid-template-columns:1fr;

    width:100%;
  }

  .ea-search-table td{
    display:block;

    width:100% !important;
  }

  .ea-search-section-head:first-child,
  .ea-search-cell:first-child{
    border-right:0;
  }

  .ea-search-section-head:nth-child(2){
    border-top:1px solid rgba(33,139,208,.14);
  }

  .ea-search-cell[rowspan]{
    grid-row:auto;
  }

  .ea-search-sort-row,
  .ea-search-date-row{
    grid-template-columns:1fr;
  }

  .ea-search-sort-order{
    justify-content:flex-start;
  }
}

@media screen and (max-width:520px){

  .ea-search-page{
    margin-top:12px;
  }

  .ea-search-hero{
    padding:22px 15px;
  }

  .ea-search-title{
    font-size:22px;
  }

  .ea-search-hero:after{
    display:none;
  }

  .ea-search-cell,
  .ea-search-wide-cell{
    padding:13px;
  }

  .ea-search-option-row{
    grid-template-columns:1fr;
  }

  .ea-search-options,
  .ea-search-inline-options,
  .ea-search-result-options{
    align-items:stretch;
    flex-direction:column;
  }

  .ea-search-choice{
    width:100%;
  }

  .ea-search-submit .button{
    width:100%;
  }
}