﻿.ueberschrift_container {
	 position: relative;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
   width: 100%;
}
#foto_schwertlilie {
	 float: left;
	 width: 20%;
}
.ueberschriften {
	 position: relative;
	 float: left;
	 padding-left: 5%;
	 width: 65%;
}

#haupt_container {
   position: relative;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input_container {
	margin: 10px 30px 20px 50px;
	padding-bottom: 20px;
	position: relative;
	float: left;
	width: 15%;
  border-width: 1px;
  border-style:  solid;
}
.slidecontainer {
  width: 80%;
  margin: 25px 0 0 20px;
  padding-left: 5px;
  border-width: 1px;
  border-style: solid;
}
.slider {
  -webkit-appearance: none;
  width: 97%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-top: 10px;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}


.zwischen_container {
	position: absolute;
	top: 200px;
	left: 275px;
	width: 11%;
  border-width: 1px;
  border-style: dashed;
  display: none;
}
.zwischen_neuron_container {
  width: 85%;
  margin: 25px 0 25 20px;
  border-width: 1px;
  border-style: solid;
}

.output_container {
	position: absolute;
	top: 170px;
	left: 500px;
	width: 15%;
  border-width: 1px;
  border-style:  dashed;
  display: none;
}
.output_neuron_container {
  width: 90%;
  margin: 25px 0 25 20px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}
.output_neuron {
	font-weight: bold;
	font-size: 1.0em;
}


#canvas {
	 margin: 10px 0 0 30px;
	 position: relative;
	 float:left;
	 width: 900px;
	 height: 900px;
   border: 1px solid #000000;
}
#zeichenflaeche {
	position: absolute;
	left: 0;
	top: 0;
  background: #eee;
  z-index: 0;	 
}
#zeichenflaeche_darueber {
	position: absolute;
	left: 0;
	top: 0;
  z-index: 1;
}

#ergebnis_container {
	position: absolute;
	left: 630;
	top: 450;
	
}


.gewichte_schwellwerte {
	position: absolute;
	left: 20;
	top: 700;
}

#info_container {
	 margin: 10px 0 0 50px;
	 position: relative;
	 float: left;
   border-width: 1px;
   border-style: solid;
}
