@IMPORT url("fonts/fontawesome/css/all.css");

html,
body {
	background-color: transparent;
	color: #444;
	font-family: myriad-pro, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: myriad-pro-condensed, sans-serif;
	font-weight: 700;
}


/* Allgemein */

h2 {
	display: none;
}

hr {
	border-bottom: none;
	border-top: 1px solid #ddd;
	margin: 25px 0;
}

a {
	color: #0097cf;
	border-bottom: none;
	padding-bottom: 1px;
	text-decoration: none;
}

a:visited {
	color: #0097cf;
	text-decoration: none;
}

a:hover {
	color: #059;
}

input[type="text"],
input[type="text"]:hover,
input[type="text"]:focus,
select,
select:hover,
select:focus {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #444;
	font-size: 16px;
	height: 40px;
	outline: none;
	padding: 4px 6px;
}

select {
	-webkit-appearance: none;
	background-image: url(../../elements/icon_select-arrow.svg);
	background-size: 15px;
}

::-webkit-input-placeholder {
	color: transparent;
}

:-moz-placeholder {
	color: transparent;
}

::-moz-placeholder {
	color: transparent;
}

:-ms-input-placeholder {
	color: transparent;
}

input::placeholder {
	color: transparent;
}

textarea::-webkit-input-placeholder {
	color: transparent;
}

textarea:-moz-placeholder {
	color: transparent;
}

textarea::-moz-placeholder {
	color: transparent;
}

textarea:-ms-input-placeholder {
	color: transparent;
}

textarea::placeholder {
	color: transparent;
}

.column,
.columns {
	padding-left: 15px;
	padding-right: 15px;
}


/* Tarifrechner */

#calculator_wrapper {
	padding: 1px;
}

#calculator {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#calculator_inner_wrapper {
	background-color: #fff;
	border: 1px solid #8dbe22;
	border-radius: 4px;
	box-shadow: 0px 0px 2px #d4d4d4;
	margin: 30px 0 2rem 0;
	padding: 10px 0 15px;
}

#calculator_inner_wrapper.color2 {
	border-color: #ef7d00;
}

.number-input {
	display: inline-flex;
	width: 100%;
	position: relative;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input a {
	display: block;
	outline: none;
	background-color: #b2b2b2;
	border: none;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 100%;
}

.number-input a.btn-active {
	background-color: #8dbe22;
}

.energy-auswahl-right .number-input a.btn-active {
	background-color: #ef7d00;
}

.number-input a:before {
	background-repeat: no-repeat;
	content: '\f068';
	color: #fff;
	float: left;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	width: 100%;
}

.number-input a.plus:before {
	content: '\f067';
}

.number-input input[type=text] {
	max-width: 100%;
	padding: .5rem;
	font-weight: bold;
	text-align: center;
}

.number-input a.btn-left,
.number-input a.btn-right {
	position: absolute;
	left: 7px;
	top: 10px;
}

.number-input a.btn-right {
	left: auto;
	right: 7px;
}

.energieart_id input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	height: 22px;
	margin: 5px 0 0;
	outline: none;
	width: 22px;
}

.auswahl-strom .energieart_id input[type="radio"]:checked {
	width: 22px;
	height: 22px;
	background: #fff url(../../elements/Aufzaehlungs-zeichen_green.svg) no-repeat;
}

.auswahl-erdgas .energieart_id input[type="radio"]:checked {
	width: 22px;
	height: 22px;
	background: #fff url(../../elements/Aufzaehlungs-zeichen_orange.svg) no-repeat;
}

.select_tab {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow:0px 0px 2px #d4d4d4;
}

.auswahl-strom.active {
	border: 1px solid #8dbe22;
}

.auswahl-erdgas.active {
	border: 1px solid #ef7d00;
}

.energieart_id {
	background-color: #ccc;
	color: #fff;
	height: 52px;
	padding: 10px 15px;
}

.energy-left.active {
	background-color: #8dbe22;
}

.energy-right.active {
	background-color: #ef7d00;
}

.energieart_id img {
	height: 100%;
	max-height: none;
	max-width: none;
	width: auto;
}

.energy-auswahl-left,
.energy-auswahl-right {
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	padding: 10px 15px 15px;
}

.consumption_list_button {
	display: none !important;
}

#calculator .labeled {
	color: inherit;
	padding: 0 0 10px;
}

#calculator_wrapper label {
	padding-bottom: 5px;
}

#calculator .button,
#calculator .button:hover,
#calculator .button:focus {
	background-color: #8dbe22;
	border: 1px solid rgba(0,0,0,.06);
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.05);
	box-sizing: border-box;
	color: #fff;
	font-family: myriad-pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px 10px;
}

#calculator .color2 .button,
#calculator .color2 .button:hover,
#calculator .color2 .button:focus {
	background-color: #ef7d00;
}

#calc_error {
	background-color: #ffb2b2;
	border: 1px solid #ff2c2c;
	border-radius: 5px;
	margin-top: 1rem;
	padding: 20px;
	text-align: left;
	color: #333333;
}

.verbrauch {
	position: relative;
}

.einheit {
	position: absolute;
	right: 10px;
	top: 37px;
	font-weight: 600;
}

.auswahl-strom .icon-down,
.auswahl-erdgas .icon-down {
	background: url(../../elements/icons_arrow_down-green.svg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -18px;
	left: calc(50% - 20px);
}

.auswahl-erdgas .icon-down {
	background: url(../../elements/icons_arrow_down-orange.svg) no-repeat;
}


@media all and (max-width: 480px) {
	
	.small-12 {
		float: none;
		width: 100%;
	}
	
	#calculator > .small-12,
	.small-12.l {
		padding-right: 0;
	}
	
	#calculator > .small-12,
	.small-12.r {
		padding-left: 0;
	}
	
	#calculator > .small-12.r {
		margin-top: 30px;
	}
}