#observationDataMap{
  display: flex;
  height: calc(100% - 240px);
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#observationDataMap_status_container{
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}
#observationDataMap_loader{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);  
  align-items: center;  
}


.obsValueContainer{
  display: table-cell;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(0,0,0,0);
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-shadow: 1px 1px 0px #000;
}

.container_obs_burger{
  display: none;
}

.obs_burger{
  display: none;
}


.window_beobachtungsdaten_billboard{
  display: flex;
  flex-direction: column;
  height: calc(100vh - 40px);
  width: 900px;
  padding: 10px;
  margin: 10px 5px 10px 5px;
  border-radius: 3px;
  background-color: rgba(67, 79, 91, 1);
}

.datetime_panel{
  display: grid;
  width: 100%;
  height: 20px;
  grid-template-columns: 1fr 1fr;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  background-color:rgba(84, 84, 84, 1);
  box-sizing: border-box;
}

#datetime_panel_parameter, 
#datetime_panel_radar{
  display: flex;
  border-left: 1px solid rgba(65,65,65,1);
  border-bottom: 1px solid rgba(65,65,65,1);
  border-top: 1px solid rgba(65,65,65,1);
  color: rgba(255,255,255,1);
  line-height: 20px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

#datetime_panel_obs_date,
#datetime_panel_radar_date{
  display: flex;
  border: 1px solid rgba(65,65,65,1);
  color: rgba(174,174,174,1);
  line-height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

#datetime_panel_product{
  display: flex;
  height:20px;
  grid-column: 1/3;
  border-top: 1px solid rgba(65,65,65,1);
  border-left: 1px solid rgba(65,65,65,1);
  border-right: 1px solid rgba(65,65,65,1);
  color: rgba(174,174,174,1);
  line-height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}


.beobachtungsdaten_datetime_navigation_panel{
  display: flex;
  height: 180px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.beobachtungsdaten_datetime_navigation{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  padding-top: 10px;
}

.beobachtungsdaten_navigation_legend{
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 14px;
}

.beobachtungsdaten_datetime_timeline{
  display: flex;
  height: 110px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
}

#slider{
  width: calc(100% - 20px);
}

.beobachtungsdaten_datetime_navigation_buttons{
  display: flex;
  height: 100%;
  margin: 0px 0px 0px 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.beobachtungsdaten_navigation_field{
    display: flex;
    width: 100%;
    height: 100%;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0em;
    min-inline-size: min-content;
    border: none;
}


.beobachtungsdaten_datetime_navigation_selects{
  display: flex;
  height: 100%;
  margin: 0px 0px 0px 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.beobachtungsdaten_controldatetime{
  display: flex;
  height: 36px;
  color: rgba(200, 200, 200, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-decoration: none;
  text-align: center;
  font-family: 'Poppins', sans-serif; 
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  background-color: rgba(67, 79, 91, 1);
  outline: none;
  border: 1px solid rgba(200, 200, 200, 1);
  margin: 0px 5px 0px 5px;
  transition: 0.2s ease;
}

#observationdate{
  width: 100px; 
  text-align: center;
}

#observationtime{
  width: 100px; 
  text-align: center;
}

.beobachtungsdaten_controldatetime:hover{
  border: 1px solid rgba(238, 220,130, 1);
  border: 1px solid rgba(238, 220,130, 1);
  box-shadow: 0 0 2px rgba(238, 238, 209, 0.8), 
              0 0 5px rgba(238, 238, 209, 0.5), 
              0 0 8px rgba(238, 238, 209, 0.2), 
             inset 0 0 2px rgba(238, 238, 209, 0.8),
             inset 0 0 5px rgba(238, 238, 209, 0.5),
             inset 0 0 8px rgba(238, 238, 209, 0.2);
  color: rgba(238, 220,130, 1);
}


.beobachtungsdaten_datetime_navigation_button{
  display: flex;
  height: 40px;
  width: 40px;
  margin: 0px 5px 0px 5px;
  border-radius: 50%;
  border: 1px solid rgba(200, 200, 200, 1);
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.beobachtungsdaten_datetime_navigation_button:hover{
  border: 1px solid rgba(238, 220,130, 1);
  box-shadow: 0 0 2px rgba(238, 238, 209, 0.8), 
              0 0 5px rgba(238, 238, 209, 0.5), 
              0 0 8px rgba(238, 238, 209, 0.2), 
             inset 0 0 2px rgba(238, 238, 209, 0.8),
             inset 0 0 5px rgba(238, 238, 209, 0.5),
             inset 0 0 8px rgba(238, 238, 209, 0.2);  
}

.obsBtnPlay{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 15px solid rgba(200, 200, 200, 1);
  border-bottom: 8px solid transparent;
  /*transition: 0.3s ease;*/
}

.obsBtnStopp{
  border: 8px solid rgba(255, 106, 106,1);
}


.obsBtnForw{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 15px solid rgba(200, 200, 200, 1);
  border-bottom: 8px solid transparent; 
  transition: 0.3s ease;
  transform: translateX(15%);
}

.obsBtnBack{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 15px solid rgba(200, 200, 200, 1);
  border-bottom: 8px solid transparent;
  transition: 0.3s ease;
  transform: translateX(-15%);
}

.obsBtnStep{
  width: 3px;
  height: 16px; 
  background-color: rgba(200, 200, 200, 1);
  transition: 0.3s ease;
}

.beobachtungsdaten_datetime_navigation_button:hover .obsBtnForw,
.beobachtungsdaten_datetime_navigation_button:hover .obsBtnPlay{
  border-left: 15px solid rgba(238, 220,130, 1); 
}

.beobachtungsdaten_datetime_navigation_button:hover .obsBtnBack{
  border-right: 15px solid rgba(238, 220,130, 1); 
}

.beobachtungsdaten_datetime_navigation_button:hover .obsBtnStopp,
.beobachtungsdaten_datetime_navigation_button:hover .obsBtnStep{
  background-color: rgba(238, 220,130, 1);
}


.window_beobachtungsdaten_navigation{
  display: flex;
  height: calc(100vh - 40px);
  width: 250px;
  padding: 10px;
  margin: 10px 5px 10px 5px;
  border-radius: 3px;
  background-color: rgba(67, 79, 91, 1);
}

.beobachtungsdaten_navigation {
  display: block;
  width: 100%;
}

.obsMainmenu_ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0px 5px 0px;
  margin: 0px;
  box-sizing: border-box;
}

.obsSubmenu_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0px 5px 0px;
  margin: 0px;
}

.obsMainmenuItem{
  display: flex;
  width: calc(100% - 8px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  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;
  text-transform: uppercase;
}

.obsMainmenuItem_active{
  color: rgba(255, 246, 198, 1);
  text-shadow: rgba(255, 193, 37, 0.5) 0px 0px 30px, rgba(255, 193, 37, 0.5) 0px 0px 60px;
}


.obsMainmenuItem: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);
}

.obsMainmenuIndikator{
  display: flex;
  height: 8px;
  width: 8px;
  border-radius: 0;
  background-color: rgba(200, 200, 200, 0);
  opacity: 1;
  border-top: 3px solid rgba(150, 150, 150, 1);
  border-left: 3px solid rgba(150, 150, 150, 1);
  box-shadow: none;
  transition: 0.5s ease;
  pointer-events: none;
  transform: rotate(-45deg);
  filter: none;
}

.obsMainmenuIndikator_active{
  transform: rotate(-135deg);
  border-top: 3px solid rgba(124, 252, 0);
  border-left: 3px solid rgba(124, 252, 0);
  filter: drop-shadow(rgba(124, 252, 0, 0.6) -2px -2px 5px) 
          drop-shadow(rgba(124, 252, 0, 0.3) -5px -5px 10px) 
          drop-shadow(rgba(124, 252, 0, 0.6) 2px 2px 5px) 
          drop-shadow(rgba(124, 252, 0, 0.3) 5px 5px 10px)
}

.obsSubmenuContainer{
  display: none;
}

.obsSubmenuItem{
  display: flex;
  height: 30px;
  width: calc(100% - 18px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: rgba(200, 200, 200, 1);
  transition: all 0.3s;
  padding: 0px 0px 0px 15px;
  cursor: pointer;
  border-right: 3px solid rgba(255, 193, 37, 0);
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}

.obsSubmenuItem_container{
  display: flex;
  height: 100%;
  width: calc(100% - 5px);
  justify-content: space-between;
  flex-direction: row;
  pointer-events: none;
  align-items: center;
}

.obsSubmenuItem_active{
  color: rgba(255, 246, 198, 1);
  text-shadow: rgba(255, 193, 37, 0.5) 0px 0px 30px, rgba(255, 193, 37, 0.5) 0px 0px 60px;
}

.obsSubmenuItem: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);
}

.obsSubmenuIndikator{
  display: flex;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: rgba(67, 79, 91, 0);
  box-shadow: none;
  transition: 0.5s ease;
  pointer-events: none;
  filter: none;
}

.obsSubmenuIndikator_active{
  background-color: rgba(124, 252, 0, 1);
  box-shadow: rgb(124, 252, 0) 0px 0px 5px, rgb(124, 252, 0) 0px 0px 10px, rgb(124, 252, 0) 0px 0px 15px;
}

.switch_button_Niederschlagsradar input, 
.switch_button_Bodendaten input{
  display: none;
}

.switch_button_Niederschlagsradar, 
.switch_button_Bodendaten{
  display: inline-block;
  width: 50px;
  height: 25px;
  margin: 5px 5px 5px 5px;
  transform: translateY(50%);
  position: relative;
}

.slider_button_Niederschlagsradar, 
.slider_button_Bodendaten{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 25px;
  box-shadow: 0 0 0 2px rgba(255, 106, 106,1), 0 0 4px rgba(255, 106, 106,1);
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: all 0.3s;
}

.slider_button_Niederschlagsradar:before, 
.slider_button_Bodendaten:before{
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 106, 106,1);
  border-radius: 25px;
  transform: translateX(-25px);
  transition: all 0.3s;
}

input:checked + .slider_button_Niederschlagsradar:before, 
input:checked + .slider_button_Bodendaten:before{
  transform: translateX(25px);
  background-color: limeGreen;
}

input:checked + .slider_button_Niederschlagsradar, 
input:checked + .slider_button_Bodendaten{
  box-shadow: 0 0 0 2px limeGreen, 0 0 8px limeGreen;
}

.text_slider{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(200, 200, 200, 1);
}

.mapValue{
  font-size: 16px;
  display: flex;
}


.beobachtungsdaten_select_time_intervall,
.beobachtungsdaten_select_time_aufloesung {
  display: flex;
  width: 70px;
  height: 40px;
  color: rgba(200, 200, 200, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 15px;
  cursor: pointer;
  border: 1px solid rgba(200, 200, 200, 1);
  border-radius: 0px;
  background-color: rgba(67, 79, 91, 1);
  margin: 0px 5px;
  transition: 0.2s ease;
  text-align: center;
}


.beobachtungsdaten_select_time_intervall:hover,
.beobachtungsdaten_select_time_aufloesung:hover{
  color: rgba(238, 220,130, 1);
  border: 1px solid rgba(238, 220,130, 1);
  box-shadow: 0 0 2px rgba(238, 238, 209, 0.8), 
              0 0 5px rgba(238, 238, 209, 0.5), 
              0 0 8px rgba(238, 238, 209, 0.2), 
             inset 0 0 2px rgba(238, 238, 209, 0.8),
             inset 0 0 5px rgba(238, 238, 209, 0.5),
             inset 0 0 8px rgba(238, 238, 209, 0.2);
}


.beobachtungsdaten_btnAktuell{
  display: flex;
  height: 38px;
  width: 40px;
  margin: 0px 5px 0px 5px;
  border: 1px solid rgba(200, 200, 200, 1);
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  background-image: url("../../img/icons/page/obsResetBtn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.beobachtungsdaten_btnAktuell:hover{
  border: 1px solid rgba(238, 220,130, 1);
  box-shadow: 0 0 2px rgba(238, 238, 209, 0.8), 
              0 0 5px rgba(238, 238, 209, 0.5), 
              0 0 8px rgba(238, 238, 209, 0.2), 
             inset 0 0 2px rgba(238, 238, 209, 0.8),
             inset 0 0 5px rgba(238, 238, 209, 0.5),
             inset 0 0 8px rgba(238, 238, 209, 0.2);  
}

.beobachtungsdaten_btnAktuell:hover > div{
  border: 3px dotted rgba(238, 220,130, 1);
}

.beobachtungsdaten_btnAktuell > div{
  display: flex;
  height: 20px;
  width: 20px;
  border: 3px dotted rgba(200, 200, 200, 1);
  border-radius: 50%;
  transition: 0.2s ease;
}

.obsExistingDataRange{
  position: absolute;
  height: 75%;
  width: 0px;
  border-right: 2px solid rgb(88,80,141);
  border-top: 1px solid rgb(88,80,141);
  border-bottom: 1px solid rgb(88,80,141);
  box-shadow: inset 0 0 2px rgba(88,80,141,0.8), inset 0 0 6px rgba(88,80,141,0.4), inset 0 0 8px rgba(88,80,141,0.2);
  background: rgba(1,30,254,0.2);
  z-index: 9998;
}
.foreExistingDataRange{
  position: absolute;
  height: 75%;
  width: 0px;
  right: 0px;
  border-left: 2px solid rgb(255,166,0);
  border-top: 1px solid rgb(255,166,0);
  border-bottom: 1px solid rgb(255,166,0);
  box-shadow: inset 0 0 2px rgba(255,166,0,0.8), inset 0 0 6px rgba(255,166,0,0.4), inset 0 0 8px rgba(255,166,0,0.2);
  background: rgba(255,166,0,0.2);
  z-index: 9998;
}

.radarExistingDataRange{
  position: absolute;
  height: 25%;
  width: 0px;
  bottom: 0px;
  border-top: 1px solid rgb(255,255,255);
  background: rgba(0, 167, 115, 1);
  z-index: 9999;
}

.obs_intervall_container{
  display: flex;
  width: 60px;
  height: 100%;
  margin-right: 10px;
  pointer-events: auto;
}

#obs_intervall_value-rr,
#obs_intervall_value-pptrend{
  display: flex;
  height: 100%;
  width: calc(100% - 20px);
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  cursor: auto;
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none; 
}
  
.obs_intervall_nav{
  display: flex;
  pointer-events: auto;
  align-items: center;
  justify-content: center;
  width: 10px;
}

/*Wird ausgeührt wenn die fensterbreite kleiner als 1000px ist*/

@media screen and (max-width:1000px){

  .window_beobachtungsdaten_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_beobachtungsdaten_navigation-active{
    transform: translateX(calc(0% - 10px));
  }

  .text_slider{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(200, 200, 200, 1);
  }

  .beobachtungsdaten_navigation {
    display: block;
    width: 260px;
    background-color: rgba(67, 79, 91, 1);
    pointer-events: auto;  
  }

  .obsMainmenu_ul {
    padding-right: 10px;
  }

  .container_obs_burger{
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }

  .obs_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;
  }

  .obs_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;
  }

  .obs_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;
  }

  .beobachtungsdaten_datetime_navigation_panel{
    justify-content: center;
    height: 120px;
  }

  #observationDataMap{
    display: flex;
    height: calc(100% - 160px);
    width: 100%;
  }
  .window_beobachtungsdaten_billboard{
    height: calc(100vh - 40px);
    min-height: 700px;
    width: 100%;
  }

  #text_slider_Niederschlagsradar{
    font-size: 14px;
  }

  .slider-container{
    display: none;
  }

  #beobachtungsdaten_backw_button, #beobachtungsdaten_forw_button, #obsStopp, #obsPlay{
    display: none;
  }

  .beobachtungsdaten_datetime_navigation_selects{
    width: 100%;
  }


  #datetime_panel_parameter,
  #datetime_panel_radar{
    font-size: clamp(6px, 2.5vw, 14px);
  }

  #datetime_panel_obs_date, 
  #datetime_panel_radar_date{
    font-size: clamp(6px, 2.5vw, 14px);
  }

  #datetime_panel_product{
    font-size: clamp(6px, 2.5vw, 14px);
  }

  .beobachtungsdaten_datetime_navigation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0px;
  }

  .beobachtungsdaten_datetime_navigation_buttons{
    height: 50%;
    margin: 0px;
  }


  .beobachtungsdaten_datetime_navigation_selects{
    height: 50%;
    justify-content: center;
    align-items: center;
    margin: 0px;
  }

  .beobachtungsdaten_navigation_legend{
    display: none;
  }

  .beobachtungsdaten_navigation_field{
    align-items: center;
    justify-content: center;
  }

  .beobachtungsdaten_controldatetime{
    display: inline-block;
    height: 36px;
    width: 100px;
    font-size: 14px;
    text-align: center;
    padding:0px 10px;
  }

  .beobachtungsdaten_select_time_intervall,
  .beobachtungsdaten_select_time_aufloesung {
    display: none;
  }

  .beobachtungsdaten_datetime_timeline{
    display: none;
  }

  .beobachtungsdaten_datetime_navigation_button{
    display: flex;
    height: 50px;
    width: 50px;
    margin: 0px 10px 0px 10px;
    border-radius: 50%;
    border: 1px solid rgba(200, 200, 200, 1);
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
  }
  
  
  
  .obs_intervall_container{
    margin-right: 5px;
  }

}

@media screen and (min-width:2000px){

  .window_beobachtungsdaten_navigation{
    display: flex;
    width: 500px;
    padding: 10px;
    margin: 10px 5px 10px 5px;
  }

  .window_beobachtungsdaten_billboard{
    width: 1800px;
    padding: 10px;
    margin: 10px 5px 10px 5px;
  }

  .obsMainmenuItem{
    padding: 0px 0px 0px 5px;
    line-height: 60px;
    font-size: 24px;
  }
  
  .obsSubmenuItem{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .text_slider{
    font-weight: 300;
    font-size: 24px;
  }

  .switch_button_Niederschlagsradar, 
  .switch_button_Bodendaten{
    display: inline-block;
    width: 80px;
    height: 40px;
    margin: 5px 5px 5px 5px;
    transform: translateY(50%);
    position: relative;
  }

  .slider_button_Niederschlagsradar, 
  .slider_button_Bodendaten{
    border-radius: 40px;
    box-shadow: 0 0 0 2px rgba(255, 106, 106,1), 0 0 4px rgba(255, 106, 106,1);
    border: 4px solid transparent;
  }

  .slider_button_Niederschlagsradar:before, 
  .slider_button_Bodendaten:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 106, 106,1);
    border-radius: 40px;
    transform: translateX(-40px);
    transition: all 0.3s;
  }

  input:checked + .slider_button_Niederschlagsradar:before, 
  input:checked + .slider_button_Bodendaten:before{
    transform: translateX(40px);
  }

  .datetime_panel{
    height: 30px;
  }

  #datetime_panel_product{
    height: 100%;
    font-size: 24px;
    line-height: 24px; 
  }

  #observationdate{
    width: 150px; 
  }
  
  #observationtime{
    width: 150px;
  }

  #datetime_panel_parameter, 
  #datetime_panel_radar{
    line-height: 24px;
    font-size: 24px;
  }

  #datetime_panel_obs_date,
  #datetime_panel_radar_date{
    line-height: 24px;
    font-size: 24px;
 }

  #observationDataMap{
    display: flex;
    height: calc(100% - 300px);
    width: 100%;
  }

  .beobachtungsdaten_datetime_navigation_panel{
    display: flex;
    height: 210px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .beobachtungsdaten_datetime_navigation{
    height: 60px;
  }

  .beobachtungsdaten_datetime_timeline{
    height: 150px;
  }

  .beobachtungsdaten_datetime_navigation_button{
    height: 50px;
    width: 50px;
  }


  .beobachtungsdaten_controldatetime{
    height: 50px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
  }

  .beobachtungsdaten_btnAktuell{
    display: flex;
    height: 52px;
    width: 52px;
    margin: 0px 5px 0px 5px;
  }

  .beobachtungsdaten_select_time_intervall,
  .beobachtungsdaten_select_time_aufloesung {
    display: flex;
    width: 100px;
    height: 54px;
    font-size: 24px;
    font-weight: 300;
    line-height: 50px;
  }
  
  .obs_intervall_container{
    width: 70px;
    margin-right: 40px;
  }
}



.toggle .obs_navigation_slider_line1{
  transform: rotate(-45deg) translate(-4px , 4.5px);
}

.toggle .obs_navigation_slider_line2{
  opacity: 0;
}

.toggle .obs_navigation_slider_line3{
  transform: rotate(45deg) translate(-4px , -4.5px);
}








