body{
	font-family:'Arial';
	margin:0;
}
body.p{
	background:var(--pcolor);
}
h1{
	font-size:1.7em;
}

label{
	margin-right:1em;
}
span.axis{
	color:var(--b);
	font-weight:bold;
	margin:0 .5em;
}
.button{
	background:var(--b);
	color:#fff;
	border-radius:.3em;
	padding:.2em .6em;
	cursor:pointer;
	text-decoration: none;
}
#DATA{
	position: fixed;
    margin: 0 auto;
    bottom: 3em;
    z-index: 2;
	width:100%;
	text-align:center;
}
#men{
	position: fixed;
    left: .3em;
	top:5em;
    background: #fff;
    width: 220px;
    height: auto;
    padding: 1em;
    z-index: 2;
    border: 1px dotted var(--col1);
    border-radius: .3em;
	max-height: 80vh;
    overflow: auto;
}
#men ul{
	margin: 0;
    padding: 0;
    max-height:40vh;
    overflow: auto;
}
#men li{
    margin: 0 0 .3em 0;
	padding:.3em 0 .3em .3em;
    background:var(--col2);
    width: 100%;
    display: block;
	cursor:pointer;
	text-align: left;
	font-size:.9em;
	box-sizing:border-box;
}
#men p{
	margin: 2em 0 .3em 0;
    font-size: .9em;
    text-align: left;
}
#cb li{
	width: 45%;
    float: left;
    margin-right: .3em;
}
#men li[data-active],
#men li[data-active] div label{
	background-color:var(--b);
	color:#fff;
}
#men .cb{
    display: inline-block;
    width: .9em;
    height: .9em;
    border: 1px solid var(--b);
    float: right;
    margin-right: .2em;
    border-radius: 100%;
	background:transparent;
}
#men [data-active] .cb{
	border: 1px solid #fff;
}
#men .cb[data-active]{
    background:var(--col5);
    line-height: .9em;
    color: #fff;
    border: 1px solid var(--col5);
}
#men .cb[data-active]:after{
	content:'✔';
}
#men label{
    width: 8em;
    display: inline-block;
}
#men a.button{
	margin-top:1em;
	display: block;
    text-align: center;
}
#men a.play,
#men a.step{
	display:inline-block;
}
#men a.play{
	width:50%;
}
#men a.step{
	width:8%;
}
#men a.play[data-active]{
	background:var(--col5);
}
#men p{
	color:var(--b);
}
#dataFiles li div{
	font-size:.9em;
}
#axisSpace,
#dataFiles li div{
	display:none;
}
#axisSpace[data-active],
#dataFiles li div[data-ani]{
	display:block;
}
#dataFiles div label{
	color:var(--b);
}
table{
    display: inline-block;
    background:var(--col3);
}
input[type=text],
td{
	width: 4em;
    text-align: center;
	font-size:.9em;
}
#men input[type=text]{
	width:3em;
}
td{
    background:var(--col4);
}
td.blank{
	background:var(--col3);
}
td span{
		color:var(--b);
		font-size:.8em;
}
input[type=text]{
    
    height: 1.9em;
    margin: 0.1em;
    border-radius: 0.3em;
    border: 1px solid #c3cdd8;
}
.clear{
	clear:left;
}
.content{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 1em;
	padding-bottom:11em;
}
.center{
	position:relative;
	height:80%;
	width:100%;
}
.p .center{
	height:100%;
}
#svg{
	height:100%;
}
.footer{
	background: #b3c3ca;
	position: fixed;
	bottom: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding:.3em 1em;
	color:#fff;
	text-align:center;
}
.example a.pbut{
	display:none;
}
.example .footer{
	display:block;
	background: none;
	color: #a0aaaf;
}
/** SVG CSS */
.circ{
	fill:none;
	stroke:#ccc;
	stroke-width:1px;
}
.dot{
	fill:#f00;
	stroke-width:0;
}
.adddot{
    fill: none;
    stroke-width: .3px;
    stroke: #000;
}
.handle{
	stroke-width:0;
	fill:var(--handleColor);
}
.line{
	stroke:var(--handleColor);
	stroke-width:.5;
}
text{
	font-family:'Arial';
	font-size:.6em;
}
.bezier{
	fill:none;
	stroke:#2196f3;
	stroke-width:2;
}

.p .bezier{
	stroke:#fff;
	stroke-width:6;
}
#bezier{
	stroke-width:10;
	stroke:#dcdcdc;
}
.bezier.b0{
	stroke:#00bcd4;
}
.bezier.b1{
	stroke:#ff9800;
}
.bezier.b2{
	stroke:#5e9e14;
}
.p .dot,
.p .handle,
.p .line{
	fill:#fff;
	stroke-width:3;
	stroke:#fff;
}
.p .handle{
	fill:#fff;
}
.p text,
.p circle{
	fill:none;
	stroke-width:0;
}
.bts{
	background: #203002;
    width: inherit;
    padding: .2em .5em;
    font-size: 1.4em;
	color:#7d9058;
}
.bts:after{
	content:'reale Ansicht anzeigen';
}
.bts.a{
	background:#051c9c;
	color:#fff;
}
.bts.a:after{
	content:'nur Animation anzeigen';
}
@media (min-width:500px) {
	.content{
		padding-bottom:7em;
	}
}