div.tarifrechner_wrapper{
	background:#ebebeb;
	color:#636569;
	padding-bottom:40px;
	font-size:17px;
}

.tarifrechner_wrapper h2{
	font-weight:normal;
	color:#fff;
	padding:20px 0;
}

.tarifrechner_wrapper .headline{
	color:#3d3d3b;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15.5px;
}

.tarifrechner_wrapper .target_group{
	float:left;
	padding:13px 20px;
	border-left:1px solid #636569;
	border-right:1px solid #636569;
}

.tarifrechner_wrapper .target_group label{
	color:#b3b3b3;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15.5px;
}

.tarifrechner_wrapper .target_group.first{
	border-right:0px solid #636569;
}

.tarifrechner_wrapper .target_group.active{
	color:#fff;
}

.tarifrechner_wrapper .column_border{
	border-left:1px solid #636569;
	padding:10px 20px;
}

.tarifrechner_wrapper .column_border.last{
	border-right:1px solid #636569;
}

.tarifrechner_wrapper .radio {
    clear: both;
    color: #636569;
    display: block;
    padding: 10px 0;
}

.tarifrechner_wrapper .radio {
    font-weight:bold;
    font-size:15.5px;
}

.tarifrechner_wrapper .energy_type .radio::before {
    background-image: url("../elements/check_0.png");
    background-position: left center;
    bottom: 1px;
    content: "";
    display: block;
    float: left;
    height: 31px;
    margin-right: 10px;
    margin-top: -6px;
    width: 30px;
    background-repeat:no-repeat;
}

.tarifrechner_wrapper .energy_type input[type="radio"]:checked + label::before {
    color: #000;
    content: " ";
    font-size: 38px;
    line-height: 21px;
    text-align: center;
    display:block;
    background-image: url(../elements/check_1.png);
    background-repeat:no-repeat;
}

.tarifrechner_wrapper input[type="radio"]:checked + label {
    color: #ec6501;
}

.loop_energy_type input[type="radio"]:checked + label {
    color: #636569;
}

.tarifrechner_wrapper input[type="radio"]{
	display:none;
}

.tarifrechner_wrapper span.labeled{
	display:block;
	padding:10px 0px;
}

.tarifrechner_wrapper span.labeled.state_street {
	text-align: left;
}

.tarifrechner_wrapper input[type=text]{
	border: 1px solid #7f7f7f;
}

.tarifrechner_wrapper .calculate_button {
    background: #64b42d none repeat scroll 0 0;
    margin-top: 43px;
    width: 100%;
    font-size:90%;
	padding: 5px 0;
}

.tarifrechner_wrapper .calculate_button.with_street {
    margin-top: 43px;
}

.tarifrechner_wrapper [name="street"]{
	width:75%;
	float: left;
	margin-right:5%;
}

.tarifrechner_wrapper [name="no"]{
	width:20%;
	float: left;
}

.tarifrechner_wrapper a.ui-slider-handle, .tarifrechner_wrapper span.ui-slider-handle{
	border-radius:10px;
	border:0;
	background:#fff;
}

.tarifrechner_wrapper a.ui-slider-handle, .tarifrechner_wrapper span.ui-slider-handle{
	border-radius:10px;
	border:0;
	background:#fff;
	cursor: pointer;
	margin-top: -1px;
	height: 18px;
	width: 18px;
}

.ui-slider-horizontal .ui-slider-range-min {
    background: #b83e00 none repeat scroll 0 0;
}

#_slider{
	padding:0;
	border:0;
	height: 6px;
}

.tarifrechner_wrapper .steps {
    margin-bottom: 9px;
    padding-top: 5px;
    margin-top: 0;
}

.tarifrechner_wrapper .steps .step{
	color:#636569;
	width:14.6%;
	display:inline-block;
	text-align:center;
	font-weight:bold;
}

#calc_error {
    background: #fff none repeat scroll 0 0;
    color: red;
    display: none;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 5px 0;
    text-align: center;
}

.flex > div > div{
	min-height:230px;
}

.tarifrechner_wrapper .calculate_button:hover {
	background:#ec6501 !important;
	border-color:#ec6501 !important;
}

.ui-widget-content {
    background: #636569 none repeat scroll 0 0;
}

.medium_calc_box {
	display: initial;
}

.medium_calc_box .columns{
	float:left!important;
}

.ui-slider-horizontal .ui-slider-range-min {
    background: #ec6501;
}

.ui-widget-content.ui-autocomplete {
    background: #fff none repeat scroll 0 0;
}

.ui-autocomplete {
	max-height: 145px;
	overflow-y: auto; 
	overflow-x: hidden;
}

#calc_error {
    background: transparent;
    color: #3d3d3b;
    display: none;
    font-size: 15.5px;
    font-weight: normal;
    margin-bottom: -104px;
    margin-top: 23px;
    padding: 5px 0;
    text-align: center;
}

#calc_error.with_street {
    margin-top: 50px;
    margin-bottom: -20px;
}

input[disabled]{
    background-color: #f0f0f0!important;
}

.steps .step{
	cursor:pointer;
}

.orange_wrapper {
    padding: 0 30px;
}

.message{
	padding: 10px;
	margin-bottom: -30px; /* für prod */
}

.col-address {
	padding-left: 0;
}

.col-address.col-plz {
	padding-right:	0;
}

.col-address.col-city {
	padding-right:	0;
}

.col-target_group {
	padding:		0;
}

.label_calc_mobile_info {
	clear: both;
	color: #000;
	padding: 20px 0 0;
}

.info_mobile {
	background-image: url(../elements/info.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	display: inline-block;
	height: 19px;
	width: 21px;
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	
	.medium_calc_box {
		display: block;
		float:left;
		width:50%;
	}
	

	.medium_calc_box .columns{
		width:100%;
		float:left;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	#headline_right_price{
		display:none;
	}
	
	.tarifrechner_wrapper .calculate_button {
	    margin-top: 10px;
	}
	
	.tarifrechner_wrapper .calculate_button.with_street {
	     margin-top: 10px;
	}
	
	.flex > div > div {
	    min-height: 10px;
	}
	
	#calc_error.with_street, #calc_error {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	
	.tarifrechner_wrapper .target_group {
		width: 100%;
	}
	
	.col-address {
		padding: 0;
	}
	
}

@media only screen and (max-width: 40em) {
	.flex > div > div {
	    min-height: 10px;
	}
	#headline_right_price{
		display:none;
	}
	.tarifrechner_wrapper .calculate_button {
	    margin-top: 10px;
	}
	
	.tarifrechner_wrapper .calculate_button.with_street {
	     margin-top: 10px;
	}
	
	#calc_error.with_street, #calc_error {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	
	.tarifrechner_wrapper .col-target_group .target_group {
		width: 100% !important;
		border-right: 1px solid #fff;
	}
}


@media only screen and (max-width: 430px) {
	
	h2.clear{
		font-size:20px;
	}
	
	.tarifrechner_wrapper .target_group {
		border-right: 1px solid #fff!important;
	    width: 100% !important;
	}
	
}

