:root {
  --hover-color: rgba(0, 0, 0, 0.09);
  --blue-light: lightskyblue;
  --blue-dark: #069;
  --blue-dark: rgb(0, 102, 153);
  --grey-light: #F8F8F8;
  --grey-dark: rgba(0, 0, 0, 0.125);
  --black: rgb(33, 37, 41);
  --white: rgb(255, 255, 255);
  --red:#d13108;
}
p {
  font-size: 14px;
}
a, a.page-link {
  color:var(--blue-dark); 
  font-weight: 300;
  text-decoration:none;
}  
a:hover {
  color:var(--blue-dark);
  font-weight: 500;
  text-decoration:none;
}
.dark-link {
  color:var(--blue-light); 
  font-weight: 200;
  text-decoration:none;
}  
.dark-link:hover  {
  color:var(--blue-light);
  font-weight: 400;
}
.dataTables_wrapper { /* Show Entries, Search, Pagination*/
  font-size: 12px;
}      
.pagination .page-item.active .page-link { 
  background-color: var(--blue-dark);
  border-color: var(--blue-dark); 
}
.pagination .page-link:hover { 
  background-color: var(--hover-color);
}
.pagination .page-link:focus { 
  box-shadow: 0 0 3px 3px var(--blue-light)
}
.column {
  float: left;
  padding: 0px;
  width: 82px;
}
.switch-row {
  font-size: 12px;
  text-align: center;
  width: auto; 
  margin-left: 0px; 
  margin-right: 1px; 
  margin-bottom: 0px;
}
.expert-container {
  width:95%; 
  padding:5px;
  margin-top: 10px;
  background-color: var(--grey-light); 
}
.expert-heading {
  font-size: 13px; 
  font-weight: 500; 
  margin-left: 0px; 
  margin-top: 5px; 
  margin-bottom: 5px;
}
.expert-title {
  font-size: 12px;
  margin-bottom: 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--grey-dark);
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 22px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: var(--blue-light);
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--blue-light);
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
input.form-control{
  font-size: 14px; 
  font-family: Menlo; 
  color: var(--blue-dark); 
  border-color: var(--blue-light);
  border-radius: 4px;
  border-width: 2px;
  /* box-shadow: 0 0 3px 3px var(--blue-light) */
}
input.form-control:focus{
  color: var(--blue-dark);
  border-color: var(--blue-light);
  box-shadow: 0 0 5px 1px var(--blue-light)
}
.mybuttons {
  border: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: var(--grey-dark);
  padding: 3px;
  box-shadow: 0px 2px 0px -1px var(--grey-dark);
  background-color: var(--grey-light);
  font-size: 12px;
  font-weight: 370;
  color:rgb(33, 37, 41);
  text-align: center;
}
.mybuttons:hover {
  background-color: var(--hover-color);
}
.mybuttons:active {
  transform: scale(.95);
}
.card{
margin-bottom: 10px;
}
.card-header:hover{
  background-color: var(--hover-color);
}
.card-header {
  background-color: var(--grey-light);
}
.btn[data-bs-toggle="collapse"]:focus {
  outline: none !important;
  box-shadow: none;
}
.btn[data-bs-toggle="collapse"]:after {
  content: '+'; 
  font-size: 16px;
  font-weight: 50;
  color: var(--black);
  float: right;
}
.btn[aria-expanded="true"]:after {
  content: '-'; 
}
.btn[aria-expanded="false"]:after {
  content: '+'; 
}
.dark-card-header {
  background-color: var(--black);
}
.dark-card-body {
  font-weight: 100;
}
.dark-btn{
  width: 50%; 
  text-align: middle; 
  font-size: 14px; 
  font-weight: 300; 
  color: var(--white);
  margin-bottom: 5px;
}
.impressum-link:hover  {
  color:var(--light-grey);
  font-weight: 400;
}
.dark-btn[data-bs-toggle="collapse"]:focus {
  outline: none !important;
  box-shadow: none;
}

.scratch-table {
  font-size: 12px; 
  background-color: var(--grey-light);
}
/* .scratch-table thead th[class="sorting"] {
  line-height: 18px;
  color: yellow;
}
.scratch-table thead th[class="sorting sorting_asc"] {
  line-height: 18px;
  color: green;
}
.scratch-table thead th[class="sorting sorting_desc"] {
  line-height: 18px;
  color: red;
} */
.info-table{
  font-size: 12px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.info-table-title{
  font-size: 14px;
  font-weight: 600;
  padding: 7px;
}
.info-container{
  width:100%; 
  padding:0px; 
  background-color: var(--grey-light); 
  margin-top: 10px;
}
ul {
  list-style-type: circle;
}
li {
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  display: block;
  margin-left: auto;
  margin-right: auto;
}
code {
  color: var(--blue-dark)
}
.footnote {
  font-size: 13px;
}
.elements-container{
  width:auto; 
  max-width: 370px;
  padding:5px; 
  background-color: var(--grey-light); 
}
.preview {
  width: auto;
  max-width: 40px;
}
.preview-title {
  font-size: 10px;
}
.centered {
  text-align: center;
}
.elements-group {
  font-size: 12px;
  text-align: center;
  width: auto;
  margin-bottom: 5px;
}