div#divDiagramm {
   
	margin-left: 1em;
}

.all{
 display:flex;
}

.iorb {
    margin: 40px 0 !important;
    min-width: 300px !important;
    height: 420px;
    padding: 10px 25px !important;
   
}
.iorb h2.title {
		font-size: 1.5rem !important;
    margin: 10px 5px;
    margin-bottom: 60px !important;
    color: #002d5c !important;
	}



.length__title {
    position: absolute;
    padding-right: 10px;
    top: -30px;
    left: 8px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    /* text-transform: uppercase; */
    font-size: 1.4rem !important;
    pointer-events: none;
    user-select: none;
	color: black !important;
	line-height: 20px;
}


.range__slider {
	position: relative;
	width: 100%;
	height: 40px;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(90deg, rgba(192, 25, 83, 1) 35%, rgba(0, 45, 92, 1) 100%);
border-radius: 8px;
margin: 60px 0;
}

.range__slider::before,
.range__slider::after {
	position: absolute;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.range__slider::before {
	content: attr(data-min);
	left: 10px;
}
.range__slider::after {
	content: attr(data-max);
	right: 10px;
}
.length__title::after {
	content: attr(data-length);
	position: absolute;
	padding: 0px 10px;
	font-variant-numeric: tabular-nums;
	
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.slider{
	
    width: 11em !important;
    height: 2px !important;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.314) !important;
	background-color: white;
    outline: none;
    // padding: 5px; 
    margin: 30px !important;
    cursor: pointer;
}
}

input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		width: 20px !default;
		height: 20px !default;
		border-radius: 50%;
		background-color: white;
		background: rgb(255, 255, 255) !default;
		cursor: pointer;
		transition: all 0.15s ease-in-out;
		
}

.slider::-webkit-slider-thumb:hover {
			background: rgb(212, 212, 212) !default;
			transform: scale(1.2);
		}
		
.slider::-moz-range-thumb {
		-webkit-appearance: none;
		width: 20px !default;
		height: 20px !default;
		border-radius: 50%;
		background: rgb(255, 255, 255) !default;
		cursor: pointer;
		transition: all 0.15s ease-in-out;
}

.slider::-moz-range-thumb:hover {
			background:  rgb(212, 212, 212) !default;
	
	}
input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #2f91d6;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #2f91d6;
}
input[type=range]:focus::-ms-fill-lower {
    background: ##21618f;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

input[type=range]::-ms-tooltip {
    display: none;
}


button#generate {
	user-select: none;
	position: relative;
	width: 100%;
	height: 50px;
	margin: 10px 0;
	border-radius: 8px;
	color: black;
	border: none;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 150ms ease;
	
}


#generate>button{
	transition:all .5s ease-in-out;
}

#generate:hover button{
 background:white; 
 color: black;
}



#info{
	color: black !important;
    width: 100% !important;
}

input.gesamt {
    border: none !important;
    font-size: 1.6rem !important;
    background: none !important;
    color: black;
    padding-top: 0.3em !important;
    height: 50px !important;
    width: 6.5em !important;
    font-weight: 500;
	margin: 0px 100px;
}
.labelGesamt {
   
    display: flex !important;
    justify-content: center!important;
       font-size: 1.6em !important;
    color: #002d5c !important;
    font-weight: bold;
    padding-bottom: 1em;
}

div#werte {
    display: flex;
    flex-direction: row;
    padding: 0px 9%;
}

div#ausgabe {
	color: white;
	    display: flex;
    flex-direction: column;
   
}

div#divChart {
   height: 37em;
    overflow: hidden;
  //  margin-top: -50px !important;
    margin-bottom: -5em;
}

#divChart {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

input#gesamt1 {
    margin-left: 4.1em;
}

input#gesamt2 {
    margin-left: 3.3em;
}

.legend {

    height: 1.3em;
    width: 2.5em;
    margin-left: 3em;
	margin-right: 0.5em;
	
}

#legend {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-left: 25em;
    margin-top: 2.5em;
    margin-bottom: 2em;
}

#gruen {
	background: #c01953;
}

#grau{
	background: #7181a8;
}

#blau{
	background: #002d5c;
}

@media only screen and (max-width: 600px) {

.all {
    display: flex;
    flex-direction: column;
}

div#werte {
    
    margin-left: -1.1em;
}


.iorb{
 margin: 5px;
    zoom: 0.7;
	margin-bottom: 20px !important;
}

div#divChart{
zoom: 0.6;
}

#legend{
margin-left: 1em;
zoom: 0.9;
}

.legend {
  margin-left: 0px;	
}
.length__title{
    top: -25px;
	padding-right: 40px;
}
}

[slider] {
	background-color: #c01953;
}





[type='range'], [type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
[type='range']::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 12.5em;
  height: 0.25em;
  background: #ccc;
}


[type='range']::-webkit-slider-thumb {
  margin-top: -0.625em;
  box-sizing: border-box;
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #173251;
}


