.time-wrapper {
	position: relative;
	display: block;
}
#time-slider-info3 {
  pointer-events: auto;
  touch-action: auto;
  white-space: pre;
  color: #ffffff;
  position: absolute;
  right: 0px;
  bottom: 33px;
  z-index: 9;
  font-size: 12px;
  background-color: black;
	line-height: 1.4em;
	padding: 10px;
}
#time-slider-info2 {
  pointer-events: auto;
  touch-action: auto;
  position: absolute;
  padding: 0px;
  left: 0px;
  bottom: 70px;
  z-index: 9;
  font-size: 12px;
  background-color: black;
}

#time-slider-info2 .inner {
	align-items: center;
	padding-right: 10px;
  display: flex;
}
#time-slider-info2 .inner button {
	color: white;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 7px;
	border-right: 1px solid #41505F;
  cursor: pointer;
  height: 40px;
}
#time-slider-info2 .inner .time-checkbox-container {
	margin: 0 10px
}
#time-slider-info .sun-calendar-btn {
  color: white;
  border-radius: 3px;
  border: 1px solid #2f3a44;
  background-color: transparent;
  width: 90px;
  height: 30px;
  text-align: center;
}

.shadow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 3px;
  border: 1px solid #2f3a44;
  background-color: black;
  cursor: pointer;
}
.shadow-btn:first-child {
  margin-right: 10px;
}
.shadow-btn:last-child {
  margin-left: 10px;
}

.time-checkbox-container {
  display: flex;
  align-items: center;
}
.time-checkbox-container input {
  margin-right: 5px;
  cursor: pointer;
}
.time-checkbox-container label {
  color: white;
  cursor: pointer;
}

#time-slider-info {
  pointer-events: auto;
  touch-action: auto;
  position: absolute;
  /* width: 490px; */
  left: 0px;
  bottom: 33px;
  z-index: 9;
  background-color: black;
}
#time-slider-info .inner {
	display: flex;
	align-items: center;
	padding: 5px 5px;
	font-size: 12px;
}
#time-slider-info .inner .middle-container {
	flex: 1;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
#time-slider-info .inner .middle-container .sun-info-container {
	margin: 0 10px;
	white-space: nowrap;
}
#time-slider-info .inner .middle-container .time-date-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 175px;
  background-color: black;
}
#time-slider-info .inner .middle-container .time-date-container a:not(:last-child) {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
}

/* ----------------------------------------------------------------------------------- */
#time-slider-info a:link {
  font-weight: normal;
  color: #e6e6e6;
  text-decoration: none;
	white-space: nowrap;
}
#time-slider-info a:visited {
  font-weight: normal;
  color: #e6e6e6;
  text-decoration: none;
}
#time-slider-info a:focus {
  font-weight: normal;
  color: #e6e6e6;
  text-decoration: none;
}
#time-slider-info a:hover {
  font-weight: normal;
  color: #01df01;
  text-decoration: none;
}
#time-slider-info a:active {
  font-weight: normal;
  color: #e6e6e6;
  text-decoration: none;
}

#time-slider-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9;
}
#time-slider-2 {
  margin: 0px 15px 0;
  background: #91a1be;
}
#time-slider-2 .ui-slider-handle {
  width: 16px;
  height: 16px;
  margin-left: -10px;
  margin-top: -2px;
  border-radius: 10px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #ffaa52;
  border-color: #fdcf94;
  z-index: 1;
}
#time-slider-2 .ui-slider-handle:hover,
#time-slider-2 .ui-slider-handle:focus {
  background: #ffcc33;
  border-color: white;
}
#time-scale-container {
  margin: 0 15px 0 15px;
  font-size: 0.9em;
}
#time-scale {
  width: 100%;
  border-collapse: collapse;
}
#time-scale td {
  width: 4.1666666666%;
  padding-left: 5px;
  height: 20px;
  border-left: 1px solid #ccc;
  font-size: 14px;
}
#time-scale td span {
  color: #999;
}
#time-scale-sunlight,
#time-scale-twilight,
#time-scale-sunlight-2,
#time-scale-twilight-2 {
  height: 100%;
  position: absolute;
  background: #ffed9e;
}
#time-scale-twilight,
#time-scale-twilight-2 {
  background: #c0ddf0;
}

@media screen and (max-width: 768px) {
	#time-slider-container {
		position: fixed;
	}
	#time-slider-info {
		position: fixed;
    width: 100%;
  }
	#time-slider-info .inner {
		padding: 5px;
		font-size: 10px;
	}
	#time-slider-info2 {
		position: fixed;
    left: 0px;
    width: 100%;
    z-index: 11;
  }
  #time-slider-info3 {
    top: 53px;
    right: auto;
    bottom: auto;
    left: 5px;
  }
	
  #time-slider-info #zeigeSoFi {
    width: 0px;
    color: #000000;
  }
}
