/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  @font-face {
  font-family: "bundessansweb";
  font-style: normal;
  font-weight: normal;
  src: url('../files/BundesSansWeb-Regular.woff') format('woff'),
  url('../files/BundesSansWeb-Regular.woff2') format('woff2');
}

@font-face {
  font-family: "bundesserifweb";
  font-style: normal;
  font-weight: normal;
  src: url('../files/BundesSerifWeb-Bold.woff') format('woff'),
  url('../files/BundesSerifWeb-Bold.woff2') format('woff2');
}

body {
    background: #fefefe;
    font-family: "bundessansweb",Calibri,"Droid Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #303030;
    -webkit-font-smoothing: antialiased;
    --td-active-bg: #007367;
    --bs-info-rgb: 0, 115, 103;
    --bs-primary-rgb: 0, 115, 103;
}

/* Button */

.btn{
    background-color: #007367;
    border: 2px solid #007367;
    color: #fff;
}

.btn:hover,
.btn:active{
    background-color: #cfe3e0;
    border-color: #cfe3e0;
    color: #000;
}

.btn:focus{
    background-color: #cfe3e0;
    border-color: #cfe3e0;
    color: #000;
    box-shadow: 0 0 0 .25rem rgba(0,115,103,.25);
}

/* Progress Bar */
.progress > .progress-bar {
    background-color: #007367;
}

/* Selected Checkbox */
label.checkbox-label::after {
    color: #fff;
    background-color: #007367;
}

.form-control:focus{
  border-color: #007367;
  box-shadow: 0 0 0 .25rem rgba(0,115,103,.25);
}

.radio-item label::after{
  border-color: #007367;
  box-shadow: 0 0 0 .35rem rgba(0,115,103,.25);
}

.btn-primary:focus{
  box-shadow: 0 0 0 .25rem rgba(0,115,103,.75) !important;
}

.btn-primary:disabled{
    color: #fff;
    background-color: rgba(0,115,103,.25);
    border-color: rgba(0,115,103,.25);
    box-shadow: none !important;
}

#firstpage-changelang{
    display:none;
}
