
.cli-separator{
  height: 1px;
  border: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background-color: rgba(200, 200, 200, 1);
}


.window_klimadaten_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);
}

.window_klimadaten_billboard{
  display: flex;
  position: relative;
  flex-direction: column;
  height: calc(100vh - 40px);
  min-height: 700px;
  width: 900px;
  padding: 10px;
  margin: 10px 5px 10px 5px;
  border-radius: 3px;
  background-color: rgba(60, 79, 91, 1);
}

.klimadaten_sub-billboard{
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  justify-content: center;
  align-items: center;
  background-color: rgba(60, 79, 91, 1);
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
}

#cli-billboard-germany-gen{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr 1fr;/*==> Bei responsive bitte wählen und section anpassen : repeat(3, minmax(350px, auto));*/ 
  grid-row-gap: 10px;
  justify-content: normal;
  align-items: normal;
}

.cliDiagram-container{
  display: flex;
  position: relative;
  flex-direction: column;
  color: #fff;
  background: rgba(84, 97, 111, 1);
  border-radius: 3px;
}

.cliDiagram-option-container{
  display: flex;
  padding: 10px;
  justify-content: space-between;
}

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

#yearlyClimateDataMap, 
#monthlyClimateDataMap{
  display: flex;
  height: calc(100% - 40px);
  width: 100%;
}

.cli-mapLegend{
  display: grid;
  height: 40px;
  grid-template-columns: minmax(200px, auto) 1fr;
  grid-template-rows: 1fr 1fr;  
  background-color: rgba(84, 84, 84, 1);
  border: 1px solid rgba(64, 64, 64, 1);
  box-sizing: border-box;
}

.cli-mapLegend-item{
  display: flex;
  height: 20px;
  line-height: 14px;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(200, 200, 200, 1);
  box-sizing: border-box;  
}

#cli-mapLegend-title-yearly,
#cli-mapLegend-title-monthly{
  grid-column: 1/3;
  border-bottom: 1px solid rgba(64, 64, 64, 1);
  color: white;
}

#cli-mapLegend-parameter-yearly,
#cli-mapLegend-parameter-monthly{
  border-right: 1px solid rgba(64, 64, 64, 1);
  padding: 0px 10px;
}

.cliGermanyAnnualValueContainer, 
.cliGermanyMonthlyValueContainer{
  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;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  text-shadow: 1px 1px 0px #000;
}

.cliStnYearlyValueContainer{
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 1);
}

.stnClimateWindow{
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1001;
  background-color: rgba(60, 79, 91, 1);
}

.cliYearlyChart-Station{
  width: 100%;
  height: 100%;
}

.cli-menu-title{
  display: flex;
  width: calc(100% - 13px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: rgba(200, 200, 200, 1);
  padding: 0px 5px 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;
}

#cli-menu-station-title{
  pointer-events: none;
}

.cli-menu-title: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);
}

.cli-menu-title>div{
  display: flex;
  height: 8px;
  width: 8px;
  border-radius: 0;
  border-top: 3px solid rgba(150, 150, 150, 1);
  border-left: 3px solid rgba(150, 150, 150, 1);
  transform: rotate(-45deg);
  transition: 0.5s ease;
  pointer-events: none;
  filter: none;
}

.cli-submenu-container,
.cli-sub_submenu-container{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cli-submenu-title{
  display: flex;
  width: calc(100% - 28px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: rgba(200, 200, 200, 1);
  padding: 0px 8px 0px 17px;
  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: 14px;
  text-transform: uppercase;
}

.cli-submenu-title:hover,
.cli-sub_submenu-title:hover{
  color: rgba(255,255,255, 1);
  background-color: rgba(238, 238, 209, 0.5);
  border-right: 3px solid rgba(255, 255, 255, 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);
}

#cli-submenu-title-germany-gen>div{
  display: flex;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: rgba(200, 200, 200, 0);
  transition: 0.5s ease;
  pointer-events: none;
  filter: none;
}

#cli-submenu-title-germany-station>div{
  display: flex;
  height: 6px;
  width: 6px;
  border-radius: 0;
  border-top: 3px solid rgba(150, 150, 150, 1);
  border-left: 3px solid rgba(150, 150, 150, 1);
  transform: rotate(-45deg);
  transition: 0.5s ease;
  pointer-events: none;
  filter: none;
}

.cli-sub_submenu-title>div{
  display: flex;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: rgba(200, 200, 200, 0);
  transition: 0.5s ease;
  pointer-events: none;
  filter: none;
}

.cli-sub_submenu-title{
  display: flex;
  width: calc(100% - 43px);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: rgba(200, 200, 200, 1);
  padding: 0px 8px 0px 32px;
  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: 12px;
  text-transform: uppercase;
}

.cli-menu-container{
  display: none;
  flex-direction: row;
  width: calc(100% - 25px);
  padding: 0px 5px 17px 17px;
}

#climateDataMap{
  display: flex;
  height: 100%;
  width: 100%;
}

#cliYearlyMeanChart-Germany{
  width: 100%;
  height: 100%;
}

#cliMonthlyMeanChart-Germany{
  width: 100%;
  height: 100%;
}

#cliYearlyMeanChart-select-type, 
#cliMonthlyMeanChart-select-type{
  display: flex;
  height: 30px;
  width: 210px;
  font-size: 14px;
  line-height: 14px;
  padding: 0px 0px 0px 5px;
}

#cliYearlyMeanChart-select-period, #cliMonthlyMeanChart-select-period{
  display: flex;
  height: 30px;
  width: 120px;
  font-size: 14px;
  line-height: 14px;
  padding: 0px 0px 0px 5px;
}

.climate-source{
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  flex-direction: column;
  padding: 5px;
}

.climate-source span{
  font-size: 10px; 
  line-height: 10px; 
  color: rgba(200,200,200,1);
}

.climate-label-wrapper{
  display: table-cell;
  position: relative;
  margin: 5px 10px 0px 0px;
  border: none;
  background-image: linear-gradient(to right, rgba(60, 79, 91, 1), rgba(74, 92, 108,1));
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
  border-radius: 3px;
  padding: 0px 5px;
  cursor: default;
}


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

  .cli-separator{
    width: calc(100% - 10px);
    margin: 0px 5px 0px 5px;
  }

  .window_klimadaten_navigation{
    display: flex;
    height: calc(100% - 40px);
    /*max-height: calc(100vh - 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_klimadaten_navigation-active{
    transform: translateX(calc(0% - 10px));
  }

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

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

  .cli_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;
  }

  .cli_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;
  }

  .cli_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;
  }

  .cliDiagram-option-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #cliYearlyMeanChart-select-type, 
  #cliMonthlyMeanChart-select-type{
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    padding: 0px 0px 0px 5px;
  }
  
  
  #cliYearlyMeanChart-select-period, #cliMonthlyMeanChart-select-period{
    width: 100px;
    font-size: 12px;
    line-height: 12px;
    padding: 0px 0px 0px 5px;
  }

  .cli-mapLegend{
    grid-template-columns: auto 1fr;
  }

  .cli-mapLegend-item{
    font-size: 10px;
    line-height: 10px;
    color: rgba(220, 220, 220, 1);
    box-sizing: border-box;  
  }

  #cli-mapLegend-title-yearly,
  #cli-mapLegend-title-monthly{
    grid-column: 1/3;
    border-bottom: 1px solid rgba(64, 64, 64, 1);
  }

  #cli-mapLegend-parameter-yearly,
  #cli-mapLegend-parameter-monthly{
    border-right: 1px solid rgba(64, 64, 64, 1);
    padding: 0px 10px;
  }

}

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

  .window_klimadaten_navigation{
    width: 500px;
  }

  .window_klimadaten_billboard{
    width: 1800px;
  }

  .cli-menu-title{
    line-height: 60px;
    font-size: 24px;
  }

  .cli-submenu-title{
    line-height: 60px;
    font-size: 18px;
  }

  #yearlyClimateDataMap, #monthlyClimateDataMap{
    height: calc(100% - 60px);
  }

  .cli-mapLegend{
    height: 60px;
    grid-template-columns: minmax(300px, auto) 1fr;
  }

  .cli-mapLegend-item{
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }
  
  .cli-sub_submenu-title{
    line-height: 60px;
    font-size: 16px;
  
  }
  
}




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

.toggle .cli_navigation_slider_line2{
  opacity: 0;
}

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