body{
	background-color: #222;
}
#ViewBox{
	 background-color: #222;
}

.L{
    stroke: #aaa;
}
.str_xAchse{
	stroke: #eee;
	fill:   #eee;
}
.Bar {
  animation-name:             fadein;
  animation-duration:         1.8s;
  animation-direction:        alternate;
  animation-timing-function:  ease-out;
  animation-iteration-count:  1;
}
.Person_Name {
  animation-name:             strfadein;
  animation-duration:         2.3s;
  animation-direction:        alternate;
  animation-timing-function:  ease-in-out;
  animation-iteration-count:  1;
 }

@keyframes fadein {
  0%{  opacity:0;
    fill:#fff!important;
    width: 0px;
	x:800px;
	y:400px;
	height:0px;
  }
  30% {
	  opacity:1;
	  height:8px;
  }

  90% {
	
    width: 12px;
  }
  90%{
	opacity:1;
    width: 17px;
}
  100% {
    
  }
}
@keyframes strfadein {
  0% {
   opacity:0;
  }
  80%{
	 opacity:.2; 
  }
  100% {
   opacity:1;
  }
}


#check1{
	position: relative;
	top:30px;
	right:28px;
}

.css-button {
	color:#fff;
	border-radius: 10px;
	border: solid 0px #163333;
	box-shadow: 0px 10px 19px -7px #888;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	right:16px;
	top:68px;
	overflow: hidden;
	
	background: #555;
	
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
.css-button:hover {
	background: #d6151b;
	background: green;
}

	
.css-button-text {
	position: relative;
	display: block;
	text-align: center;
	padding: 8px 19px;
	
}
.css-button-icon {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid #ffffff29;
	box-shadow: inset rgb(0 0 0 / 14%) 0 1px 0;
	padding: 10px 0px;
	background: #163333;
	background-color:#000;
}


#cb{
   display:block;
}

#slider{
	width:50%;	
	transition: all 0.2s ease-in;
}
#slide1{
	width:100%;
}

#div_cb1 {
  width:97%;
  transition: all 0.5s ease-in-out; 
 
}

.cb1:checked + #div_cb1 {
   
   width:80%;   
} 

#vorgabe{
	 position:absolute;
     top: 68px;
	right: 150px;
	z-index:-1;
}