.window_extremwerte_navigation{
  display: flex;
  min-height: calc(100vh - 40px);
  width: 250px;
  padding: 10px;
  margin: 10px 5px 10px 5px;
  border-radius: 3px;
  background-color: rgba(60, 79, 91, 1);
  align-self: stretch;
}

.navigation-sticky-wrapper{
  display: flex;
  width: 100%;
}

.extremwerte_navigation ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0px 5px 0px;
  margin: 0px;
}

.extremwerte_navigation ul li{
  display: flex;
  width: calc(100% - 8px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  line-height: 30px;
  color: rgba(200, 200, 200, 1);
  padding: 0px 0px 0px 5px;
  transition: all 0.3s;
  cursor: pointer;
  border-right: 3px solid rgba(255, 193, 37, 0);
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

.extremwerte_navigation ul li>div{
  display: flex;
  height: 5px;
  width: 5px;
  border-radius:50%;
  background-color: rgba(124,252,0,1);
  opacity: 0;
  box-shadow: 0 0 5px rgba(124,252,0,1), 0 0 10px rgba(124,252,0,1), 0 0 15px rgba(124,252,0,1);
  transition: 0.5s ease;
}

.extremwerte_navigation ul li:hover{
  color: rgba(238, 220,	130, 1);
  background-color: rgba(238, 238, 209, 0.5);
  border-right: 3px solid rgba(255, 193, 37, 1);
  box-shadow: 0 0 10px rgba(238, 238, 209, 0.2), 0 0 40px rgba(238, 238, 209, 0.2), 0 0 80px rgba(238, 238, 209, 0.2);
}

.extremwerte_navigation{
  display: block;
  width: 100%;
}

.window_extremwerte_billboard{
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 20px);
  width: 920px;
  margin: 10px 5px 10px 5px;
  border-radius: 3px;
  background-color: rgba(154, 174, 187, 1);
}

.extremeTableBox-container{
  display: flex;
  min-height: calc(100vh - 20px);
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

#extremeTableBox-1{
  margin: 0px 5px 5px 0px;
}
#extremeTableBox-2{
  margin: 0px 0px 5px 5px;
}
#extremeTableBox-3{
  margin: 5px 5px 0px 0px;
}
#extremeTableBox-4{
  margin: 5px 0px 0px 5px;
}


.extremeTableBox{
  display: flex;
  min-height: calc(50vh - 25px);
  width: calc(50% - 5px);
  background-color: rgba(60, 79, 91, 1);
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.extremeTable{
  border-collapse: collapse;
  width: calc(100% - 4px);
  margin: 2px;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(10px, 2.5vw, 12px);
  font-weight: 300;
  border-radius: 3px;
  overflow: hidden;
  align-self: stretch;
}

.extremeTable thead tr{
  background-color: #457B9D;
  color: #ffffff;
  text-align: left;
  /*font-weight: bold;*/
  font-size: 12px;
}

.extremeTable thead tr:first-of-type{
  text-align: center;
}

.extremeTable thead tr:nth-of-type(2) th{
  text-align: left;
  padding: 0px 6px;
  font-weight: 300;
}

.extremeTable th,
.extremeTable td{
  padding: 6px;
}

.div_error_container{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.extremeTable tbody tr{
  border-bottom: 1px solid #dddddd;
  color: white;
  line-height: 28px;
}

.extremeTable tbody tr:hover{
  background-color: rgba(150,150,150,0.5);
  transition: 0.3s;
  text-shadow: 0 0 2px rgba(0,0,0,1);
}

.extremeTable tbody tr:last-of-type{
  border-bottom: 2px solid #457B9D;
}

.extreme-source-span{
  display: flex;
  height: 12px;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  justify-content: flex-end;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 0px 5px;
  box-sizing: border-box;
  visibility: hidden;
}


.extreme_select{
  height: 30px;
  width: 100px;
  color: rgba(200, 200, 200, 1);
  background-color: rgba(69, 123, 157, 1);
  border: 1px solid rgba(220, 220, 220, 1);;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: 0.2s ease;
}


.extremeTableLoader{
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  transform: translate(0,-20px);;
  transition: 0.5s ease;
}

@media screen and (max-width:1000px){

  .window_extremwerte_navigation{
    display: flex;
    height: calc(100% - 40px);
    width: 300px;
    position: absolute;
    left: 0px;
    top: 0vh;
    z-index: 9999;
    transform: translateX(calc(-100% + 65px));
    transition: transform 0.5s ease-in;
    padding: 10px;
    margin: 10px 5px 10px 5px;
    border-radius: 3px; 
    background-color: rgba(67, 79, 91, 0);
    justify-content: space-between;
    pointer-events: none;   
  }


  .window_extremwerte_navigation-active{
    transform: translateX(calc(0% - 10px));
  }

  .navigation-sticky-wrapper{
    height: 100vh;
    flex-direction: row;
    position: sticky;
    top:0px;
  }

  .extremwerte_navigation {
    display: block;
    width: 260px;
    background-color: rgba(67, 79, 91, 1);
    pointer-events: auto;  
  }

  .extremeTableBox-container{
    flex-direction: column;
  }

  .extremeTableBox{
    display: block;
    width: 100%;
    min-height: 500px;
    background-color: rgba(60, 79, 91, 1);
    border-radius: 3px;
  }

  #extremeTableBox-1,#extremeTableBox-2,#extremeTableBox-3,#extremeTableBox-4{
    margin: 5px 0px 5px 0px;
  }

  .container_ext_burger{
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }

  .ext_burger{
    display: flex;
    height: 60px;
    min-height: 60px;
    width: 60px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin:0px 0px 0px 0px;
    padding: 0px;
    background-color: rgba(67, 79, 91, 0);
    border-radius: 50%;
    cursor: pointer;
    transform: translateX(-30px);
    box-shadow: -1px -1px 5px rgba(255,255,255,0.8),
	       2px 2px 5px rgba(0,0,0,1),
	       inset -5px -5px 5px rgba(255,255,255,0.3),
	       inset 5px 5px 5px rgba(0,0,0,0.1);
    pointer-events: auto;
  }

  .ext_burger div{
    display: flex;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ext_burger div div{
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 1);
    margin: 2px 0px 2px 0px;
    transition: 0.5s ease;
  }

  .extreme-source-span{
    display: flex;
    height: 12px;
    width: 100%;
    font-size: 10px;
    line-height: 10px;
    justify-content: flex-end;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0px 5px;
    box-sizing: border-box;
  }

}

@media screen and (min-width:2000px){

  .window_extremwerte_navigation{
    width: 500px;
  }
  .window_extremwerte_billboard{
    width: 1820px;
  }

  .extremwerte_navigation ul li{
    width: calc(100% - 8px);
    line-height: 60px;
    font-size: 24px;
  }

  .extremeTable{
    font-size: clamp(18px, 2.5vw, 20px);
  }

  .extremeTable thead tr{
    font-size: 20px;
  }

  .extremeTable th,
  .extremeTable td{
    padding: 24px;
  }

  .extreme-source-span{
    height: 14px;
    font-size: 12px;
    line-height: 14px;
  }

  .extreme_select{
    height: 40px;
    width: 120px;
    font-size: 20px;
  }
}



.toggle .ext_navigation_slider_line1{
  transform: rotate(-45deg) translate(-4px , 4.5px);
}

.toggle .ext_navigation_slider_line2{
  opacity: 0;
}

.toggle .ext_navigation_slider_line3{
  transform: rotate(45deg) translate(-4px , -4.5px);
}


