/* =============================================================================
   TABLEX WIDGET v4.0 - Custom Styles
   
   Nur Brand-Anpassungen und Feld-Visibility hier.
   Alles andere kommt aus default.css
   ============================================================================= */

/* -----------------------------------------------------------------------------
   1. BRAND COLORS & TYPOGRAPHY
   ----------------------------------------------------------------------------- */
:root {
    /* Primary Brand Color */
   
    
    /* Optional: Font override */
    /* --f: 'Your Font', sans-serif; */
}

#muschel-select{
    width: 100%;
  min-height: var(--h);
  padding: 0 32px 0 12px;
  font: 500 var(--fs) var(--f);
  color: #111;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 10px center;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;

}
#hinweis-barrierefreiheit{
    background: transparent;
    border: none !important;
}
#hinweis-barrierefreiheit input{
    margin-left: 16px;
    margin-right: 10px;
}