.rangeslider{
	width:100%;
}
.range-output {
	font-weight:bold;
	margin-top:15px;
	margin-bottom:20px;
}


.laskuri {
	/*padding:20px;
	padding-top:10px;*/
	/*background: #E9A825;*/
	background:rgba(233, 168, 37, 0.90);
	/*width:40%;*/
	width:70%;
	margin-top:30px;
	overflow:hidden;
	height: 320px;
}
.laskuri h2 {
    font-size: 22px;
}
.laskuri p {
    font-size: 12px;
    margin-top: 155px;
}
.laskuri h1 {
	font-weight: bold;
}

.alaosa {
    padding: 20px;
    background: #ffc141;
    margin: 10px;
    /* padding-top: 1px !important; */
    height: 260px;
}


#textSpan1, #textSpan2 {
    font-size: 54px;
    font-weight: 300;
    margin-right:6px;
    position:relative;
    top:20px;
}


.range-output.euro {
    margin-bottom: 25px;
}



.range-output.polttoainekaytto::after {
	content:' GWh';
}
.range-output.hinta::after {
	content:' €';
}




.rangeslider__fill {
	background:#ff7c00;
}
#js-result-kasvu, #js-result-yht {
	font-size:54px;
	position:relative;
	top:20px;
}

body {
  margin: 0 auto;
  /*font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top:10px;
  margin-bottom:20px;
}
h2 {
    margin-bottom: 5px;
    margin-top: 0px;
    margin-bottom:20px;
}
output {
  font-size: 6rem;
  font-weight: 300;
}

.kertolasku {
	margin-top:40px;
    margin-bottom: -15px;
}
.saasto {
	margin-bottom:-5px;
	/*margin-top:40px;*/
}
/*
@media(max-width:991px){
	.laskuri {
		width:95%;
	}
}
@media(max-width:768px){
	.laskuri {
		width:90%;
	}
}
*/
@media(max-width:1100px){
	.laskuri {
		height:350px;
	}
	.alaosa {
		height: 290px;
	}
}
@media(max-width:941px){
	.laskuri {
		width:100%;
	}
}
@media(max-width:682px){
	.laskuri {
		height:100% !important;
	}
	.col-6.vasen {
		width:95% !important;
	}
	.col-6.oikea {
		width:100% !important;
		float:left !important;
	}
	.alaosa {
		height:100% !important;
	}
}
@media(max-width:479px){
	/*.laskuri {
		width:85%;
	}*/
	.laskuri h2 {
	    font-size: 18px !important;
	}
	h2 {
		font-size:20px;
	}
	#js-result-kasvu, #js-result-yht {
		font-size:36px;
	}
	#textSpan1, #textSpan2 {
    	font-size: 36px;
	}
	.kasvu, .myynti {
		margin-bottom:-10px;
	}
}


output#js-result-kasvu::after {
	content:' €';
}


output#js-result-yht::after {
	content:' €';
}






.rangeslider__handle {
	background:url('../img/logo3.png');
	background-position: center center;
	background-repeat: no-repeat;
	border-radius:0px;
	width:44px;
	height:44px;
	border:none;
	box-shadow:none;
	position:relative;
	top:-12px !important;
}
.rangeslider__handle:active {
	background:url('../img/logo_pressed.png');
	background-position: center center;
	background-repeat: no-repeat;
	border-radius:0px;
	width:44px;
	height:44px;
	border:none;
	box-shadow:none;
}



/*
h2.kertolasku {
    display: none;
}
span#textSpan1 {
	display: none;
}
output#js-result-kasvu {
	display: none;
}*/





.col-6.vasen {
    width: 43%;
    float: left;
    padding: 2%;
    display: inline;
}
.col-6.oikea {
    width: 50%;
    float: right;
    display: inline;
}
