@font-face{
  font-family:"s-tec";
  src:url('Delogs Goes Hi-Tech.woff2') format('woff2'),url('Delogs Goes Hi-Tech.woff') format('woff');
  font-weight:400;
}
@font-face{
  font-family:"s-tec1";
  src:url('DESYREL_.woff2') format('woff2'),url('DESYREL_.woff') format('woff');
  font-weight:400;
}
@font-face{
  font-family:"s-tec2";
  src:url('Lato-Regular.woff2') format('woff2'),url('Lato-Regular.woff') format('woff');
  font-weight:400;
}
@font-face{
  font-family:"s-tec3";
  src:url('Lustria-Regular.woff2') format('woff2'),url('Lustria-Regular.woff') format('woff');
  font-weight:400;
}

#burger-holder {
   position:relative; 
   background-color:transparent; 
   top: -8px;
   width:42px; 
   height:26px; 
   cursor:pointer; 
   }

#burger-menu {
   z-index: 9999;
   position:absolute; 
   left:10px;
   top:30px;
   //width:160px;
   background-color:white; 
   border:4px solid #eee; 
   border-radius:7px; 
   padding:5px 10px 5px 10px; 
   font-size:16px;
   font-weight: 600;
   line-height:140%;
   color: navy;
   white-space:nowrap;
   }

#burger-menu a {
   color:darkblue;
   text-decoration:none;
   font-size:14px;
   }

.switch {
    z-index: 400;
    position: relative;
    display: inline-block;
    top: 4px;
    width: 40px;
    height: 20px;
  }

.switch input { 
    z-index: 400;
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
    z-index: 400;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
  }

.slider:before {
    z-index: 400;
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
    z-index: 400;
    background-color: green;
  }

input:focus + .slider {
    z-index: 400;
    box-shadow: 0 0 1px #2196F3;
  }

input:checked + .slider:before {
    z-index: 400;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

.slider.round {
    z-index: 400;
    border-radius: 20px;
  }

.slider.round:before {
    z-index: 400;
    border-radius: 50%;
  }

/* Toolbar S-Tec*/
.cke_button__readmore
.cke_button__readmore_label
{
    display:inline !important;
}

.cke_button__nbsp
.cke_button__nbsp_label
{
    display:inline !important;
}
.cke_button__shy
.cke_button__shy_label
{
    display:inline !important;
}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: scroll;
  //height: calc(100vh - 240px);
}
.table-scroll table {
  width: 100%;
  min-width: 100vH;
  max-width: 40000px;
  margin: auto;
  border: 0px;
  border-spacing: 0;
}
.table-scroll th{
  z-index: 500;  
  padding: 3px 5px;
  border: 0px solid #000;
  vertical-align: top;
}
.table-scroll td {
  padding: 3px 5px;
  border: 0px solid #000;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: black;
  //background: lightyellow;
  vertical-align: top;
}
.table-scroll thead th {
  z-index: 500;
  background: lightgray;
  color: black;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 600;
  font-size: 14px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 450;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 1;
  font-size: 14px;
  color: black;
  background:lightgray;
}
.table-scroll thead th:first-child{
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 600;
  font-size: 14px;
  column-width: 40px;
  width:40px;
  z-index: 500;
}
td.mitte, th.mitte
{
  vertical-align: middle; 
  text-align: center;
  padding: 0px 0px 0px;
}
td.mitteh, th.mitteh
{
  vertical-align: top; 
  text-align: center;
  padding: 0px 0px 0px;
}
sup, sub {
   position: relative;
   vertical-align: baseline;
   top: -0.4em;
}
sub { top: 0.4em; }
