section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_text_mobil_bottom_container_inner {
	padding-top: 60px;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_top_row {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e3e6;
}

.m23_rechner_center_left_bottom{
	display: flex;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.new_container_link{
	margin-top: 40px;
	text-align: center;
	color: #fff;
    text-align: center;
    background-color: #1db1e8;
    border: 1px solid #1db1e8;
    border-radius: 5px;
    padding: 12px 35px;
    font-weight: 700;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    cursor: pointer;
    display: inline-block;
    min-width: unset;
    text-align: center;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_top_row h3 {
	margin-bottom: 0;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_bottom_row {
	padding-top: 30px;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_mehrertrag_container {
	display: flex;
	align-items: center;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .info {
	display: flex;
	margin-bottom: 0;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .info span {
	display: inline-block;
	color: #7d7d7d !important;
	text-align: left;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom svg {
	width: 25px;
	height: 25px;
	fill: #7d7d7d;
	padding-top: 4px;
	margin-right: 15px;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_rows_container {
	padding: 40px 25px;
	border-radius: 10px;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_rows_container.green {
	background: rgba(33,201,88,.05) !important;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_rows_container.yellow {
	background: rgba(255,202,52,.05) !important;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_rows_container.red {
	background: rgba(255,72,73,.05) !important;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .green > span {
	color: #21c958 !important;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .yellow > span {
	color: #ffca34 !important;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new .red > span {
	color: #ff4849 !important;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new h3.green span {
	color: #21c958 !important;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new h3.yellow span {
	color: #ffca34 !important;
}

section.m23_ertrag .m23_ertragsrechner_mobile_new h3.red span {
	color: #ff4849 !important;
}

section.m23_ertrag {
	background: #f4f5f6;
}

section.m23_ertrag .m23_titel {
	display: block;
	margin-bottom: 20px;
}

section.m23_ertrag .m23_titel > span {
	display: block;
}

section.m23_ertrag .m23_titel.green > span {
	color: #21c958 !important;
}

section.m23_ertrag .m23_titel.yellow > span {
	color: #ffca34 !important;
}

section.m23_ertrag .m23_titel.red > span {
	color: #ff4849 !important;
}

section.m23_ertrag .m23_untertitel_container {
	display: none;
}

section.m23_ertrag .m23_cleaning_time_container {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

section.m23_ertrag .m23_button_container:not(.button_verfuegbarkeit) {
	margin-top: 70px;
	display: none !important;
}

section.m23_ertrag .m23_button_container.button_verfuegbarkeit {
	margin-top: 70px;
}

section.m23_ertrag .m23_rechner_center_left .m23_button_container.button_verfuegbarkeit {
	margin-top: 40px;
	text-align: center;
}

section.m23_ertrag .m23_text_container p{
	margin-bottom: 2.5rem;
}

section.m23_ertrag .m23_changeable_container svg {
	width: auto !important;
	height: 32px !important;
	margin-right: 25px !important;
	fill: #21c958 !important;
	margin-bottom: 7px !important;
}

section.m23_ertrag .m23_changeable_container svg.m23_checkmark {
	display: none;
}

section.m23_ertrag .m23_changeable_container {
	display: flex;
	align-items: center;
}

section.m23_ertrag .m23_changeable_container p {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 700;
}

section.m23_ertrag .m23_changeable_container p > span {
	color: #21c958 !important;
}

section.m23_ertrag .m23_changeable_container p.error > span {
	color: #ff4849 !important;
}

section.m23_ertrag .m23_changeable_container svg.m23_error {
	fill: #ff4849 !important;
}

/*
section.m23_ertrag .m23_button_container > span {
	cursor: pointer;
	line-height: 1;
	padding: 20px 30px;
	background: #1db1e8;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	border-radius: 5px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

section.m23_ertrag .m23_button_container > span:hover {
	color: #1db1e8;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
*/

section.m23_ertrag .m23_button_container > *  {
	color: #fff;
	text-align: center;
	background-color: #1db1e8;
	border: 1px solid #1db1e8;
	border-radius: 5px;
	padding: 12px 35px;
	font-weight: 700;
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
	cursor: pointer;
	display: inline-block;
	min-width: 296px;
}

section.m23_ertrag .m23_button_container > *:hover {
	color: #1db1e8;
	background-color: transparent;
	border: 1px solid #1db1e8;
}

section.m23_ertrag .m23_rechner_center_left .m23_button_container.button_verfuegbarkeit > * {
	min-width: unset;
}

section.m23_ertrag .m23_rechner_header,
section.m23_ertrag .m23_rechner_bottom,
section.m23_ertrag .m23_rechner_center > div {
	background: #fff;
	border-radius: 10px;
	padding: 25px 35px;
}

section.m23_ertrag .m23_rechner_center > .m23_rechner_center_right {
	padding: 0;
}

section.m23_ertrag .m23_rechner_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
}

section.m23_ertrag .m23_rechner_header > * {
	flex: 0 0 auto;
/* 	width: 30%; */
	width: auto;
}

section.m23_ertrag .m23_rechner_header .m23_rechner_header_inputs {
	display: flex;
}

section.m23_ertrag .m23_rechner_header .m23_rechner_header_inputs .m23_rechner_kwp {
	margin-right: 20px;
}

section.m23_ertrag .m23_rechner_header_info_container > p {
	font-weight: 700;
	margin-bottom: 0;
}

section.m23_ertrag .m23_rechner_header_info_container {
	width: 345px;
}

section.m23_ertrag .m23_rechner_header_info {
	font-size: .8rem;
}

section.m23_ertrag .m23_rechner_header_info span {
/* 	color: #1db1e8; */
	font-weight: 700;
}

section.m23_ertrag .m23_rechner_header .m23_rechner_label {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.m23_ertrag .m23_rechner_header .m23_rechner_label input::-webkit-outer-spin-button,
section.m23_ertrag .m23_rechner_header .m23_rechner_label input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

section.m23_ertrag .m23_rechner_header .m23_rechner_label input,
section.m23_ertrag .m23_rechner_header .m23_rechner_label select {
	border: 1px solid #bebebe;
	outline: none !important;
	border-radius: 5px;
	background: rgba(241,241,241,.5);
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: none;
	color: #7d7d7d;
	width: 120px;
	padding: 15px 20px;
	margin-right: 20px;
	text-align: center;
	text-align-last: center;
}

section.m23_ertrag .m23_rechner_header .m23_rechner_year select {
	width: 120px;
}

section.m23_ertrag .m23_rechner_header .m23_rechner_label span {
	font-weight: 700;
	font-size: 1.1rem;
}

section.m23_ertrag .m23_rechner_center {
	display: flex;
	height: 100%;
	margin: 10px 0;
}

section.m23_ertrag .m23_rechner_center > div {
	flex: 0 0 auto;
}

section.m23_ertrag .m23_rechner_center > div:first-child {
	margin-right: 5px;
	width: calc(25% - 5px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section.m23_ertrag .m23_rechner_center_left_top > p {
	font-weight: 700;
}

section.m23_ertrag .m23_rechner_center > div:last-child {
	margin-left: 5px;
	width: calc(75% - 5px);
}

section.m23_ertrag .m23_rechner_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
}

section.m23_ertrag .m23_rechner_bottom .m23_rechner_bottom_left {
	display: flex;
	justify-content: space-between;
	width: 55%;
}

section.m23_ertrag .m23_rechner_bottom > .info {
	width: 40%;
}

/*
section.m23_ertrag .m23_rechner_bottom > * {
	display: block;
	flex: 0 0 auto;
	width: 30%;
}
*/

section.m23_ertrag .m23_rechner_bottom h3 {
	display: flex;
	align-items: center;
	font-weight: 700;
	letter-spacing: 1px;
}

section.m23_ertrag .m23_rechner_bottom svg {
	width: 11px;
	height: 18px;
	fill: #000;
	margin-right: 20px;
}

section.m23_ertrag .m23_rechner_bottom .amount {
	background: rgba(33,201,88,.1);
	color: #21c958;
	justify-content: center;
	border-radius: 22px;
	line-height: 1;
	padding: 10px;
	font-weight: 500;
}

section.m23_ertrag .m23_rechner_bottom .amount.yellow {
 	background: rgba(255,202,52,.1);
	color: #ffca34 !important;
}

section.m23_ertrag .m23_rechner_bottom .amount.red {
 	background: rgba(255,72,73,.1);
	color: #ff4849 !important;
}

section.m23_ertrag .m23_rechner_bottom .amount > span {
	color: #21c958 !important;
}

section.m23_ertrag .m23_rechner_bottom .amount.yellow > span {
/* 	background: rgba(33,201,88,.1); */
	color: #ffca34 !important;
}

section.m23_ertrag .m23_rechner_bottom .amount.red > span {
	color: #ff4849 !important;
}

section.m23_ertrag .info {
	font-size: .8rem;
	display: flex;
	margin-bottom: 0;
	padding-left: 35px;
	position: relative;
}

section.m23_ertrag .info:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 0%;
	width: 1px;
	height: 100%;
	background: #7d7d7d;
}

section.m23_ertrag .m23_rechner_center_left .info {
	padding-left: 0;
	font-weight: 400;
	padding: 10px;
	border: 1px solid #7d7d7d;
	border-radius: 10px;
}

section.m23_ertrag .m23_rechner_center_left .info:before {
	display: none;
}

section.m23_ertrag .info svg {
	width: 17px;
	min-width: 17px;
	height: 19px;
	fill: #7d7d7d;
	margin-right: 10px;
	margin-top: 3px;
}

section.m23_ertrag .info > span,
section.m23_ertrag .m23_rechner_header_info {
	display: inline-block;
	color: #7d7d7d !important;
}

section.m23_ertrag .m23_changeable_container h3 {
	font-weight: 700;
	letter-spacing: 1px;
}

section.m23_ertrag h3.red span {
	color: #ff4849 !important;
}

section.m23_ertrag h3.green span {
	color: #21c958 !important;
}

section.m23_ertrag h3.yellow span {
	color: #ffca34 !important;
}

section.m23_ertrag .m23_content_text {
	padding-right: 360px;
}

section.m23_ertrag .m23_content_graph {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

section.m23_ertrag .m23_loader_container {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}

section.m23_ertrag .m23_loader_container_overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
}

section.m23_ertrag .m23_loader_container span {
	width: 120px;
	display: inline-block;
}

section.m23_ertrag .m23_schiebregler_stop:first-child {
	padding-top: 7.5px;
}

section.m23_ertrag .m23_schiebregler_stop {
/* 	padding-bottom: 15px; */
	cursor: pointer;
}

section.m23_ertrag .m23_schiebregler_stop span {
	position: relative;
	font-size: .8rem;
	color: #7d7d7d;
	-webkit-transition: color .4s, font-weight .4s;
	-moz-transition: color .4s, font-weight .4s;
	-ms-transition: color .4s, font-weight .4s;
	-o-transition: color .4s, font-weight .4s;
	transition: color .4s, font-weight .4s;
}

section.m23_ertrag .m23_schiebregler_stop span:before {
	content: '';
	position: absolute;
	left: -41px;
	top: 50%;
	width: 22px;
	height: 1px;
	background: rgba(125,125,125,.5);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

section.m23_ertrag .m23_schiebregler_stop.active span {
	color: #1db1e8;
	font-weight: 700;
}

section.m23_ertrag .m23_schiebregler_stop:last-child {
	padding-bottom: 15px;
}

section.m23_ertrag .m23_schiebregler_cont {
	position: relative;
	height: 185px;
}

section.m23_ertrag .m23_schiebregler {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	position: absolute;
	bottom: 90px;
	left: -47%;
	width: 185px;
	height: 6px;
	border-radius: 3px;
	border: none;
	background: #dcdcdc;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

section.m23_ertrag .m23_content_graph.admin .m23_schiebregler {
	left: -19%;
}

section.m23_ertrag .m23_schiebregler::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 45px;
	height: 45px;
	cursor: grab;
	border: none;
	background: url('../../../img/regler_neu.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.m23_ertrag .m23_schiebregler::-moz-range-thumb {
	width: 45px;
	height: 45px;
	border: none;
	cursor: grab;
	background: url('../../../img/regler_neu.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.m23_ertrag .m23_schiebregler_line {
	padding-left: 45px;
	position: relative;
	height: 185px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section.m23_ertrag#ertragsrechner {
	scroll-margin-top: 105px;
}

section.m23_ertrag .m23_rechner_center_right_top {
	display: flex;
	padding: 25px 0 0;
	padding-left: 0;
}

section.m23_ertrag .m23_rechner_center_right_top .left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 55px;
	padding-bottom: 20px;
}

section.m23_ertrag .m23_rechner_center_right_bottom {
	height: 55px;
	border-top: 3px solid #e3e3e3;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item {
	width: 33.333%;
}

section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:last-child > span {
	display: inline-block;
	margin-left: -9px;
}

section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:first-child > span {
	display: inline-block;
	margin-left: 65px;
}

section.m23_ertrag .m23_rechner_center_right_top .right {
	width: calc(100% - 55px);
	display: flex;
	font-size: .9rem;
	position: relative;
}

section.m23_ertrag .m23_content_graph.admin .m23_rechner_center_right_top .right canvas {
	max-height: 500px;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_lz {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

section.m23_ertrag .m23_chart_wrapper {
	position: relative;
	min-height: 360px
}

section.m23_ertrag .m23_content_graph.admin .m23_chart_wrapper {
	min-height: 500px;
}

section.m23_ertrag .m23_chart_wrapper .m23_sensor_text {
	position: absolute;
/* 	transform: rotate(-30deg); */
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph {
	width: 100%;
	padding-bottom: 22px;
	position: relative;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph > span {
	position: relative;
	z-index: 2;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line > span {
	position: relative;
	top: 15px;
	right: -75px;
	display: block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line {
	position: absolute;
	left: -5px;
	bottom: calc(50% + 4px);
	height: 3px;
	color: #21c958;
	background: #21c958;
	text-align: right;
	-webkit-transform: rotate(-11deg) scaleX(0);
	-moz-transform: rotate(-11deg) scaleX(0);
	-ms-transform: rotate(-11deg) scaleX(0);
	-o-transform: rotate(-11deg) scaleX(0);
	transform: rotate(-11deg) scaleX(0);
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-ms-transition: -ms-transform .7s;
	-o-transition: -o-transform .7s;
	transition: transform .7s;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line.active {
	-webkit-transform: rotate(-11deg) scaleX(1);
	-moz-transform: rotate(-11deg) scaleX(1);
	-ms-transform: rotate(-11deg) scaleX(1);
	-o-transform: rotate(-11deg) scaleX(1);
	transform: rotate(-11deg) scaleX(1);
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line.red {
	color: #ff4849;
	background: #ff4849;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line.yellow {
	color: #ffca34;
	background: #ffca34;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_point {
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 6;
	display: none;
	padding-bottom: 25px;
	-webkit-transform: translateX(50%) translateY(-42px);
	-moz-transform: translateX(50%) translateY(-42px);
	-ms-transform: translateX(50%) translateY(-42px);
	-o-transform: translateX(50%) translateY(-42px);
	transform: translateX(50%) translateY(-42px);
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_point .m23_mehrertrag {
	padding: 10px 20px;
	line-height: 1;
	color: #fff;
	background: #21c958;
	border-radius: 18px;
	font-size: .9rem;
	font-weight: 700;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_point:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: #21c958;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_point.red:after,
section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_point.red .m23_mehrertrag {
	background: #ff4849;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_point.yellow:after,
section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_point.yellow .m23_mehrertrag {
	background: #ffca34;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_zeroline {
	position: relative;
	padding-bottom: 15px;
	padding-right: 20px;
	text-align: right;
	color: #ff4849;
	z-index: 9;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_zeroline:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 3px;
	background: #ff4849;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill {
	width: 30%;
	position: relative;
	z-index: 5;
	background: #fff;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .lebenszeit {
	text-align: center;
	padding-bottom: 5px;
	background: #fff;
	position: relative;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .m23_graph_content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	position: relative;
	height: 115px;
	z-index: 9;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph,
section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill {
	overflow: hidden;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
	background: rgba(33,201,88,.1);
	height: 165px;
	width: 115%;
	position: relative;
	bottom: -36px;
	left: -6px;
	-webkit-transform: rotate(-9deg) scaleX(0);
	-moz-transform: rotate(-9deg) scaleX(0);
	-ms-transform: rotate(-9deg) scaleX(0);
	-o-transform: rotate(-9deg) scaleX(0);
	transform: rotate(-9deg) scaleX(0);
	-webkit-transition: -webkit-transform .7s;
	-webkit-transition-delay: .6s;
	-moz-transition: -moz-transform .7s;
	-moz-transition-delay: .6s;
	-ms-transition: -ms-transform .7s;
	-ms-transition-delay: .6s;
	-o-transition: -o-transform .7s;
	-o-transition-delay: .6s;
	transition: transform .7s;
	transition-delay: .6s;
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill.active {
	-webkit-transform: rotate(-9deg) scaleX(1);
	-moz-transform: rotate(-9deg) scaleX(1);
	-ms-transform: rotate(-9deg) scaleX(1);
	-o-transform: rotate(-9deg) scaleX(1);
	transform: rotate(-9deg) scaleX(1);
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill.yellow {
	background: rgba(255,202,52,.1);
}

section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill.red {
	background: rgba(255,72,73,.1);
}

section.m23_ertrag .m23_rechner_center_right_top .left {
	margin-right: -30px;
}

section.m23_ertrag .m23_rechner_center_right_top .left span {
	margin-right: 25px;
	margin-top: -3px;
}

section.m23_ertrag .m23_rechner_center_right_top .left span{
	display:none;
}

section.m23_ertrag .m23_rechner_center_left .reinigungszeitpunkt {
	hyphens: auto;
}

@media screen and (min-width: 1700px) {
	section.m23_ertrag .m23_rechner_bottom_text_mobil {
		display: none;
	}

}

@media screen and (max-width: 2199px) {
	section.m23_ertrag .m23_content_text {
		padding-right: 15px;
	}
	
	section.m23_ertrag .m23_text_container {
		padding-right: 170px;
	}
	
	section.m23_ertrag .m23_schiebregler {
		left: -59%;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler {
		left: -23%;
	}
	
	section.m23_ertrag .m23_chart_wrapper {
		min-height: 308px
	}
}

@media screen and (max-width: 1920px) {
	section.m23_ertrag .m23_titel {
		margin-bottom: 10px;
	}

	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line {
		left: -6px;
	}

	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_point::after {
		left: 51%;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
		width: 125%;
	}
	
	section.m23_ertrag .m23_schiebregler {
		left: -65%;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler {
		left: -25%;
	}
	
	section.m23_ertrag .m23_schiebregler_line {
		padding-left: 49px;
	}

	section.m23_ertrag .m23_rechner_header, 
	section.m23_ertrag .m23_rechner_bottom, 
	section.m23_ertrag .m23_rechner_center > div {
		padding: 25px 30px;
	}
	
	section.m23_ertrag .m23_titel,
	section.m23_ertrag .m23_untertitel {
		font-size: 2.21028rem;
	}
	
	section.m23_ertrag .m23_rechner_header_info {
		width: 85%;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label span {
		font-size: 1rem;
	}
	
	section.m23_ertrag .m23_chart_wrapper {
		min-height: 267px
	}
}
/*

@media screen and (min-width: 1700px) and (max-width: 1920px) {
	section.m23_ertrag .m23_schiebregler_stop[data-stop="3"] span:before {
		top: 100%;
	}
}
*/

@media screen and (min-width: 1700px) and (max-width: 1920px) {
	section.m23_ertrag .m23_rechner_bottom_left {
		flex-direction: column;
	}
	
	section.m23_ertrag .m23_rechner_bottom .amount {
		margin-top: 15px;
	}
}

@media screen and (max-width: 1699px) {
/*
	section.m23_ertrag .m23_rechner_bottom {
		flex-wrap: wrap;
	}
	
	section.m23_ertrag .m23_rechner_bottom .m23_rechner_bottom_left,
	section.m23_ertrag .m23_rechner_bottom > .info {
		width: 100%;
	}
	
	section.m23_ertrag .m23_rechner_bottom > .info:before {
		display: none;
	}
	
	section.m23_ertrag .m23_rechner_header {
		flex-wrap: wrap;
	}
	
	section.m23_ertrag .m23_rechner_header > * {
		width: 50%;
	}
	
	section.m23_ertrag .m23_rechner_header > .m23_rechner_header_info_container,
	section.m23_ertrag .m23_rechner_header_info {
		width: 100%;
	}
	
	section.m23_ertrag .m23_rechner_header > .m23_rechner_header_info_container {
		padding-bottom: 15px;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label {
		justify-content: flex-start;
	}
	
	section.m23_ertrag .m23_rechner_header > p {
		width: 100%;
		margin-bottom: 15px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph {
		padding-bottom: 45px;
	}
	
	section.m23_ertrag .m23_rechner_center > div:first-child {
		width: calc(35% - 5px);
	}
	
	section.m23_ertrag .m23_rechner_center > div:last-child {
		width: calc(65% - 5px);
	}
	
	section.m23_ertrag .m23_schiebregler {
		left: -47%;
	}
	
	section.m23_ertrag .m23_schiebregler_line {
		padding-left: 60px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
		width: 150%;
		left: -15px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line {
		left: -10px;
	}
*/

	section.m23_ertrag .m23_rechner_bottom:not(.new) > .m23_rechner_bottom_left {
		display: none;
	}
	
	section.m23_ertrag .m23_rechner_bottom:not(.new) > .info {
		display: none;
	}
	
	section.m23_ertrag .m23_rechner_center > div:first-child {
		width: calc(25% - 5px);
	}
	
	section.m23_ertrag .m23_rechner_center > div:last-child {
		width: calc(75% - 5px);
	}
	
	section.m23_ertrag .m23_schiebregler {
		left: -34%;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler {
		left: -33%;
	}
	
	section.m23_ertrag .m23_rechner_center_left .m23_button_container.button_verfuegbarkeit > * {
		padding: 12px 25px;
	}
	
	section.m23_ertrag .m23_schiebregler_line {
		padding-left: 46px;
	}
	
	section.m23_ertrag .m23_content_text {
		display: none;
	}
	
	section.m23_ertrag .m23_content_text,
	section.m23_ertrag .m23_content_graph {
		width: 100%;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph {
		padding-bottom: 22px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
		height: 170px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line {
		left: -6px;
	}
	
	section.m23_ertrag .m23_rechner_bottom .m23_rechner_bottom_left {
		width: 55%;
	}
	
	section.m23_ertrag .m23_rechner_bottom > .info {
		width: 40%;
	}
	
	section.m23_ertrag .m23_rechner_bottom > .info:before {
		display: block;
	}
	
	section.m23_ertrag .m23_rechner_bottom_text_mobil {
		margin-top: 30px;
		padding-bottom: 45px;
		width: 100%;
		text-align: center;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_text_mobil_bottom_container_inner {
		padding-top: 40px;
	}
	
	section.m23_ertrag .m23_changeable_container {
		justify-content: center;
	}
	
	section.m23_ertrag .m23_changeable_container h3 {
		display: block;
	}
	
	section.m23_ertrag .m23_button_container.button_verfuegbarkeit {
		margin-top: 25px;
	}
	
	section.m23_ertrag .m23_rechner_header {
		justify-content: space-between;
	}
	
	section.m23_ertrag .m23_rechner_header > * {
		width: auto;
	}
	
	section.m23_ertrag .m23_rechner_header_info_container {
		width: 345px;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_year {
		padding-left: 90px;
	}
	
	section.m23_ertrag .m23_rechner_bottom {
		flex-wrap: wrap;
	}
	
	section.m23_ertrag .m23_rechner_bottom .m23_rechner_bottom_left {
		width: 45%;
	}
	
	section.m23_ertrag .m23_rechner_bottom > .info {
		width: 50%;
	}
	
	section.m23_ertrag .m23_chart_wrapper {
		min-height: 462px
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom .amount {
		background: none !important;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom .amount {
		padding: 0;
	}
}

@media screen and (max-width: 1399px) {
/*
	section.m23_ertrag .m23_schiebregler {
		width: 185px;
		bottom: 75px;
		left: -35%;
	}
*/
	
/*
	section.m23_ertrag .m23_schiebregler {
		left: -56%;
	}
	
	section.m23_ertrag .m23_schiebregler_line {
		padding-left: 44px;
	}
*/

/*
	section.m23_ertrag .m23_content_text {
		width: 40%;
	}
	
	section.m23_ertrag .m23_content_graph {
		width: 60%;
	}
*/
	
/*
	section.m23_ertrag .m23_changeable_container {
		margin-top: 1.5rem;
		margin-bottom: 2rem;
	}
*/
	
	section.m23_ertrag .m23_button_container {
		padding-top: 15px;
	}
	
	section.m23_ertrag .m23_schiebregler_cont {
		padding-left: 15px;
	}
	
	section.m23_ertrag .m23_schiebregler {
		left: -42%;
	}
	
	section.m23_ertrag .m23_schiebregler_line {
		padding-left: 28px;
	}
	
	section.m23_ertrag .m23_chart_wrapper {
		min-height: 387px
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_rechner_center > div:first-child {
		width: calc(30% - 5px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_rechner_center > div:last-child {
		width: calc(70% - 5px);
	}
	
	section.m23_ertrag .m23_rechner_center_left .m23_button_container.button_verfuegbarkeit {
		margin-top: 20px
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_chart_wrapper {
		min-height: 387px;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_rechner_center_left_bottom {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	section.m23_ertrag .m23_titel, section.m23_ertrag .m23_untertitel {
		font-size: 1.81028rem;
	}
	
	section.m23_ertrag .m23_changeable_container h3 {
		font-size: 1.23904rem;
	}
	
	section.m23_ertrag .m23_changeable_container {
		margin: 0;
	}
	
	section.m23_ertrag .m23_cleaning_time_container {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	
	section.m23_ertrag .m23_button_container.button_verfuegbarkeit {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1199px) {
	section.m23_ertrag .m23_schiebregler {
		left: -52%;
	}
	
	section.m23_ertrag .m23_cleaning_time_container {
		margin-top: 2rem;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom .m23_rechner_bottom_left {
		flex-direction: column;
	}
	
	section.m23_ertrag .m23_rechner_bottom .amount {
		margin-top: 10px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .amount {
		margin-top: 0;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_mehrertrag_container {
		margin-top: -2px;
		padding-top: 0;
	}
	
	section.m23_ertrag .m23_chart_wrapper {
		min-height: 319px
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_rechner_center {
		flex-direction: column-reverse;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_rechner_center > div:first-child,
	section.m23_ertrag .m23_content_graph.admin .m23_rechner_center > div:last-child {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_rechner_center > div:first-child {
		margin-top: 10px;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_chart_wrapper {
		min-height: 440px;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_cont {
		height: 50px;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_line {
		flex-direction: row;
		padding-left: 0;
		height: 50px;
		align-items: flex-end;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler {
		transform: rotate(180deg);
		width: 100%;
		left: 0%;
		bottom: auto;
		top: 0;
		padding: 0 8.1%;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child {
		padding-top: 0;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child {
		padding-bottom: 0;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop {
		padding-bottom: 0 !important;
		width: 25%;
		display: flex;
		justify-content: center;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(-30px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(-15px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(0);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(12px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop span:before {
		width: 1px;
		height: 22px;
		top: -50%;
		left: 50%;
		transform: translate(50%, -50%)
	}
}

@media screen and (max-width: 991px) {
	section.m23_ertrag .m23_rechner_header, 
	section.m23_ertrag .m23_rechner_bottom, 
	section.m23_ertrag .m23_rechner_center > div {
		padding: 25px;
	}
	
	section.m23_ertrag .m23_schiebregler {
		width: 205px;
		bottom: 90px;
		left: -71%;
	}
	
	section.m23_ertrag .m23_schiebregler_stop[data-stop="2"] {
		padding-bottom: 25px;
	}
	

	
/*
	section.m23_ertrag .m23_schiebregler_stop[data-stop="3"] span:before {
		top: 100%;
	}
*/
	
/*
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
		height: 141px;
	}
*/
	
	section.m23_ertrag .m23_changeable_container {
		margin-bottom: 2rem;
	}
	
	section.m23_ertrag .m23_button_container {
		padding-top: 15px;
	}
	
	section.m23_ertrag .m23_button_container > span,
	section.m23_ertrag .m23_button_container > a {
		font-size: .7rem;
	}

	section.m23_ertrag .m23_rechner_header {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label {
		justify-content: flex-start;
	}
	
	section.m23_ertrag .m23_rechner_header > p {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	section.m23_ertrag .m23_rechner_header, 
	section.m23_ertrag .m23_rechner_bottom, 
	section.m23_ertrag .m23_rechner_center > div {
		padding: 25px 15px;
	}
	
	section.m23_ertrag .m23_rechner_center {
		flex-direction: column;
	}
	
	section.m23_ertrag .m23_rechner_center > div:first-child,
	section.m23_ertrag .m23_rechner_center > div:last-child {
		width: 100%;
	}
	
	section.m23_ertrag .m23_rechner_center > div:first-child {
		margin-right: 0;
	}
	
	section.m23_ertrag .m23_rechner_center > div:last-child {
		margin-top: 10px;
		margin-left: 0;
	}
	
	section.m23_ertrag .m23_schiebregler_cont {
		height: 50px;
	}
	
	section.m23_ertrag .m23_schiebregler_line {
		flex-direction: row;
		padding-left: 0;
		height: 50px;
		align-items: flex-end;
	}
	
	section.m23_ertrag .m23_schiebregler {
		transform: rotate(180deg);
		width: 100%;
		left: 0%;
		bottom: auto;
		top: 0;
		padding: 0 8.1%;
	}
	
	section.m23_ertrag .m23_schiebregler_stop:first-child {
		padding-top: 0;
	}
	
	section.m23_ertrag .m23_schiebregler_stop:last-child {
		padding-bottom: 0;
	}
	
	section.m23_ertrag .m23_schiebregler_stop {
		padding-bottom: 0 !important;
		width: 25%;
		display: flex;
		justify-content: center;
	}
	
	section.m23_ertrag .m23_schiebregler_stop:first-child span,
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(-7px);
	}
	
	section.m23_ertrag .m23_schiebregler_stop:nth-child(2) span,
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(-3px);
	}
	
	section.m23_ertrag .m23_schiebregler_stop:nth-child(3) span,
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(2px);
	}
	
	section.m23_ertrag .m23_schiebregler_stop:last-child span,
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(6px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_chart_wrapper {
		min-height: 320px;
	}
	
	section.m23_ertrag .m23_schiebregler_stop span:before {
		width: 1px;
		height: 22px;
		top: -50%;
		left: 50%;
		transform: translate(50%, -50%)
	}
	
	section.m23_ertrag .m23_rechner_center_left_top > p {
		margin-bottom: 2rem;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label input,
	section.m23_ertrag .m23_rechner_header .m23_rechner_label select {
		padding: 10px 20px;
		width: 110px;
	}
	
	section.m23_ertrag .m23_rechner_header_info_container {
		margin-bottom: 35px;
		text-align: left;
		width: 100%;
	}
	
	section.m23_ertrag .m23_rechner_header {
		justify-content: flex-start;
	}
	
	section.m23_ertrag .m23_schiebregler_cont {
		padding-left: 0;
	}
	
	section.m23_ertrag .m23_changeable_container {
		justify-content: flex-start;
	}
	
	section.m23_ertrag .m23_cleaning_time_container {
		margin-bottom: 1.2rem;
	}
	
	section.m23_ertrag .m32_testrechner .m23_rechner_bottom .m23_rechner_bottom_left {
		flex-direction: column;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_button_container a {
		width: 100%;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_button_container.button_verfuegbarkeit {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	section.m23_ertrag .m23_titel {
		font-size: 2.21371rem;
	}
	
	section.m23_ertrag .m23_untertitel {
		font-size: 2rem;	
	}
	
	section.m23_ertrag .m23_changeable_container h3 {
		font-size: 1.15rem;
	}
	
	section.m23_ertrag .m23_changeable_container {
		margin-bottom: 1.5rem;
	}
	
	section.m23_ertrag .m23_changeable_container svg {
		margin-right: 15px;
	}
	
	section.m23_ertrag .m23_rechner_bottom > .info {
		padding-left: 15px;
	}
	
	section.m23_ertrag .m23_rechner_bottom h3 {
		margin-bottom: 0;
	}
	
	section.m23_ertrag .m23_rechner_bottom .amount {
		width: 100%;
		margin-top: 15px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom .amount {
		margin-top: 0;
	}
	
	section.m23_ertrag .m23_changeable_container svg {
		margin-bottom: 0 !important;
	}
	
	section.m23_ertrag .m23_changeable_container svg {
		height: 27px !important;
		margin-right: 20px !important;
	}
	
	
	section.m23_ertrag .m23_rechner_bottom {
		display: flex;
		flex-direction: column;
	}
	
	section.m23_ertrag .m23_rechner_bottom .m23_rechner_bottom_left {
		width: 100%;
	}
	
		section.m23_ertrag .m23_rechner_bottom h3 {
		text-align: left;
	}
	
	section.m23_ertrag .m23_rechner_bottom > .info {
		padding-top: 15px;
	}
	
		section.m23_ertrag .m23_rechner_bottom > .info {
		width: 100%;
		padding-left: 0;
	}
	
	section.m23_ertrag .m23_rechner_bottom > .info:before {
		display: none;
	}
	
	section.m23_ertrag .m23_chart_wrapper {
		min-height: 336px
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(-10px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(-5px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(0);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(7px);
	}
	
/*
	
	section.m23_ertrag .m23_schiebregler {
		left: -65%;
	}
*/
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	section.m23_ertrag > .container {
		max-width: 100%;
	}
	
	section.m23_ertrag .m23_content_text {
		max-width: 540px;
		margin: 0 auto;
	}
	
	section.m23_ertrag .m23_titel {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 650px) {
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(-5px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(-3px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(0);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(1px);
	}
}

@media screen and (max-width: 589px) {
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
		height: 143px;
	}
}

@media screen and (max-width: 575px) {
	section.m23_ertrag .m23_changeable_container svg {
		height: 25px;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label:last-child {
		padding-left: 50px;
	}
	
	section.m23_ertrag .m23_changeable_container {
		margin-bottom: 0;
		position: relative;
	}
	
	section.m23_ertrag .m23_soiling_container {
		margin-top: 1rem;
	}
	
	section.m23_ertrag .m23_button_container {
		padding-top: 2rem;
	}
	
	section.m23_ertrag .m23_rechner_bottom h3 {
		font-size: 1rem;		
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line {
		left: -6px;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label {
		width: auto;
	}

	section.m23_ertrag .m23_rechner_label span {
		display: none;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label:last-child {
		padding-left: 30px;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label input {
		width: 160px;
	}
	
	section.m23_ertrag .m23_schiebregler {
		padding: 0 6.2%;
	}
	
	section.m23_ertrag .m23_titel {
		font-size: 2rem;
	}
	
	section.m23_ertrag .m23_untertitel {
		font-size: 1.8rem;
	}
	
	section.m23_ertrag .m23_cleaning_time_container {
		margin-top: 2rem;
	}
	
	section.m23_ertrag .m23_changeable_container {
		padding-left: 40px;
		display: flex;
		justify-content: flex-start;
	}
	
	section.m23_ertrag .m23_changeable_container svg {
		height: 28px !important;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	section.m23_ertrag .m23_button_container.button_verfuegbarkeit {
		margin-top: 15px;
	}
	
	section.m23_ertrag .m23_rechner_bottom_text_mobil {
		padding-bottom: 0;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .left {
		display: none;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right {
		width: 100%;
	}
	
	section.m23_ertrag .m23_changeable_container svg {
		height: 25px !important;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_year select {
		width: 100%;
		margin-right: 0;
	}

	section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:first-child > span {
		margin-left: 40px;
	}
	
	section.m23_ertrag .m23_chart_wrapper {
		min-height: 263px
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .info svg {
		width: 10%;
		margin-right: 0;
		height: 24px;
		padding-top: 7px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .info span {
		width: 100%;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_button_container.button_verfuegbarkeit {
		margin-top: 0;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .info span {
		font-size: 16px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_rows_container {
		padding: 35px 20px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_mehrertrag_container {
		margin-top: -4px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_mehrertrag_container > svg {
		width: 20px;
		height: 20px;
		padding-top: 0;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .info svg {
		width: auto;
		margin-right: 15px;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_chart_wrapper {
		min-height: 270px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:last-child > span {
		margin-left: 0;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(-2px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(-3px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(-1px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(-2px);
	}
}

@media screen and (max-width: 499px) {
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph .graph_line {
		left: -10px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right {
		font-size: .7rem;
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
		width: 145%;
		height: 153px;
	}
	
		section.m23_ertrag .m23_titel {
		font-size: 1.75rem;
	}
	
	section.m23_ertrag .m23_untertitel {
		font-size: 1.5rem;
	}
	
	section.m23_ertrag .m23_rechner_bottom h3 {
		font-size: .8rem;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom h3 {
		font-size: 1rem
	}
	
	section.m23_ertrag .m23_changeable_container svg {
		height: 22px !important;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:first-child > span {
		margin-left: 15px;
	}
	
		
	section.m23_ertrag .m23_rechner_center_right_bottom * {
		font-size: 16px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom h3,
	section.m23_ertrag .m23_ertragsrechner_mobile_new .info span {
		font-size: .9rem;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom {
		justify-content: flex-start;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:first-child {
		width: 25%;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(2px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(-1px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(-3px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(-5px);
	}
}

@media screen and (max-width: 475px) {
	section.m23_ertrag .m23_content_graph.admin .m23_chart_wrapper {
		min-height: 225px;
	}
}

@media screen and (max-width: 450px) {
	section.m23_ertrag .m23_rechner_header .m23_rechner_label input {
		width: 130px;
	}
	
	section.m23_ertrag .m23_schiebregler {
		padding: 0 5.2%;
	}
	
	section.m23_ertrag .m23_schiebregler_stop:last-child span {
		transform: translateX(4px);
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom svg {
		width: auto;
		height: 20px;
		padding-top: 0;
		margin-right: 18px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_mehrertrag_container {
		margin-top: -2px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom .info svg {
		padding-top: 6px;
		margin-right: 15px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom h3, 
	section.m23_ertrag .m23_ertragsrechner_mobile_new .info span {
		font-size: .8rem;
	}
	
}
@media screen and (max-width: 399px) {
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
		width: 165%;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom {
		letter-spacing: 0;
	}
	
	section.m23_ertrag .m23_schiebregler {
		border-radius: 10px !important;
	}
	
	section.m23_ertrag .m23_schiebregler::-webkit-slider-thumb {
		border-radius: 10px !important;
	}
	
	section.m23_ertrag .m23_schiebregler::-moz-range-thumb {
		border-radius: 10px !important;
	}

	section.m23_ertrag .m23_schiebregler_stop span {
		letter-spacing: .5px;
	}
	
	section.m23_ertrag .m23_chart_wrapper {
		min-height: 185px
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_chart_wrapper {
		min-height: 185px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:first-child > span {
		margin-left: 0;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:first-child {
		width: auto;
		margin-left: 15px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item:last-child {
		margin-right: 15px;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom .m23_year_item {
		width: auto;
	}
	
	section.m23_ertrag .m23_rechner_center_right_bottom {
		justify-content: space-between;
	}
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_top_row {
		padding-bottom: 20px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_bottom_row {
		padding-top: 20px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_top_row {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_mehrertrag_container {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_mehrertrag_container > h3 {
		display: flex;
		flex-direction: row-reverse;
	}
	
	section.m23_ertrag .m23_ertragsrechner_mobile_new .m23_rechner_bottom_mehrertrag_mehrertrag_container > h3 svg {
		margin-left: 10px;
		margin-right: 0;
		height: 15px;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(6px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(1px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(-4px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(-9px);
	}
}

@media screen and (max-width: 390px) {
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label {
		width: 100%;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_header_inputs {
		flex-wrap: wrap;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_header_inputs .m23_rechner_kwp {
		margin-right: 0;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label:last-child {
		padding-left: 0px;
		padding-top: 15px;
	}
	
	section.m23_ertrag .m23_rechner_header .m23_rechner_label input {
		width: 100%;
		margin-right: 0;
	}
	
	section.m23_ertrag .m23_rechner_header {
		flex-direction: column;
		align-items: flex-start;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler {
		padding: 0 3.2%;
	}
	
	section.m23_ertrag .m23_button_container > * {
		min-width: 250px;
	}
	
	section.m23_ertrag .m23_schiebregler_stop span {
		font-size: .7rem;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop span::before {
		top: -75%;
		transform: translate(75%, -50%);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(-9px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(-6px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(2px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(6px);
	}
}

@media screen and (max-width: 350px) {
	section.m23_ertrag .m23_schiebregler_stop span {
		font-size: .65rem;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop span::before {
		top: -80%;
		transform: translate(80%, -50%);
	}
	
	section.m23_ertrag .m23_rechner_center_right_top .right .m23_graph_fill .fill {
		width: 200%;
	}
}

@media screen and (max-width: 338px) {
	section.m23_ertrag .m23_schiebregler_stop span {
		font-size: .55rem;
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop span::before {
		top: -115%;
		transform: translate(115%, -50%);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:first-child span {
		transform: translateX(-5px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(2) span {
		transform: translateX(-3px);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:nth-child(3) span {
		transform: translateX(0);
	}
	
	section.m23_ertrag .m23_content_graph.admin .m23_schiebregler_stop:last-child span {
		transform: translateX(2px);
	}
}