/*font*/
/*font-size: 1.25rem==20px;*/
/*font-size: 1.375rem == 22px;*/
/*font-size: 2.125rem== 34px;*/
/*font-size: 3rem== 48px;*/
/*font-size: 4.125rem==66px*/
@font-face {
    font-family: "EONBrixSans";
    src: url("fonts/EON_BrixSansWeb-Regular.ttf") format("truetype");
    src: url("fonts/EON_BrixSansWeb-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "EONBrixSans";
    src: url("fonts/EON_BrixSansWeb-Medium.ttf") format("truetype");
    src: url("fonts/EON_BrixSansWeb-Medium.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "EONBrixSans";
    src: url("fonts/EON_BrixSansWeb-Bold.ttf") format("truetype");
    src: url("fonts/EON_BrixSansWeb-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "EONBrixSans";
    src: url("fonts/EON_BrixSansWeb-Black.ttf") format("truetype");
    src: url("fonts/EON_BrixSansWeb-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
html {
    font-size: 18px;
}
body * {
    /*border:1px solid red;*/
}
body {
    font-size: 100%;
    font-family: "EONBrixSans", arial, sans-serif;
    color: #343434;
}
body {
    position: relative;
    margin: 0;
}
body.operator_page .form-select {
    padding: 0px;
}
input {
    font-size: 18px;
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
#content {
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
}
#pid-renterpower-real-estate-edit #page.operator {
    overflow: hidden;
}
#db_header_image img {
    display: block;
}
/*general overrides*/
#progress_image {
    display: none;
}
a {
    text-decoration: none;
    border-bottom: none;
}
.form-item,
.form-actions {
    margin: 0px;
}
ul.menu,
nav ul {
    margin: 0px;
    border: none;
    list-style: none;
}
ul.menu {
    margin: 0px;
    border: none;
    list-style: none;
}
ul.menu li,
nav ul li {
    margin: 0px;
}
li.expanded,
li.collapsed,
li.leaf {
    padding: 0px;
}
/* +++++++++++++++++++++
  Accordion
++++++++++++++++++++++ */
.accordion .ui-state-default,
.accordion .ui-widget-content .accordion .ui-state-default,
.accordion .ui-widget-header .accordion .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #39393a;
    line-height: 24px;
    border-top: 1px solid #979797;
}
.ui-accordion .ui-accordion-header {
    margin-top: 0px;
    padding: 30px 0px 30px 30px;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
}
.ui-accordion .ui-accordion-header .text {
    flex-grow: 1;
    padding-right: 20px;
}
.ui-accordion .ui-accordion-header-active .icon svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.ui-accordion .ui-accordion-header.ui-state-default:last-of-type,
.ui-accordion .ui-accordion-content-active:last-of-type {
    border-bottom: 1px solid #979797;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    border-bottom: 0px !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #333 !important;
}
.ui-accordion .ui-accordion-content {
    padding: 0px 30px 30px 30px;
    border: none;
}
.ui-accordion-content-active,
.ui-accordion-header-active {
    display: block;
}
.ui-accordion .ui-accordion-content {
    height: auto !important;
}
/*mmenu*/
#nav_wrapper ul.menu li {
    list-style: none;
}
#nav_inner {
    background-color: #ffffff;
    padding-right: 69px;
    padding-left: 156px;
}
#nav_wrapper ul.menu > li > a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 0px 10px 20px;
    margin: 0;
    text-decoration: none;
    color: #8f9192;
    font-size: 34px;
    font-weight: 900;
    text-align: right;
}
#nav_wrapper ul.menu.abmelden {
    margin-top: 38px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
#nav_wrapper ul.menu.abmelden > li > a {
    font-size: 1rem;
    font-weight: 300;
    color: #39393a;
    padding: 0px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
}
#nav_wrapper ul.menu.abmelden img {
    display: inline-block;
    width: 27px;
    height: 25px;
    margin-right: 14.4px;
}
#nav_wrapper ul.menu > li > a:hover {
    color: #39393a;
}
nav#menu,
.mobile_menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    min-height: 940px;
    z-index: 500;
}
#nav_wrapper {
    display: flex;
    height: 100%;
}
#menu_side,
#menu_left_side {
    height: 100%;
}
#menu_side {
    width: 72px;
    right: 0px;
}
#menu_left_side {
    width: 214px;
    right: 72px;
}
#menu_left_side img {
    display: block;
    margin: 28px auto;
}
a.menu_trigger,
a.menu_closer {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
    color: #ffffff;
    font-size: 16px;
    width: 16px;
    height: 16px;
}
a.menu_closer {
    /*  transform: scaleX(1.3);
  padding-left:3px;
  font-weight: 100;*/
    font-size: 0px;
    position: relative;
}
a.menu_closer:before,
a.menu_closer:after {
    position: absolute;
    left: 8px;
    content: " ";
    height: 16px;
    width: 1.5px;
    background-color: #ffffff;
}
a.menu_closer:before {
    transform: rotate(45deg);
}
a.menu_closer:after {
    transform: rotate(-45deg);
}
/*general*/
.front .page_title_wrapper,
#pid-logged-out .page_title_wrapper,
body[id*="pid-passwort-"] .page_title_wrapper {
    display: none;
}
.block > h2 {
    margin: 0px 0px 12px 0px;
    font-size: 2.125rem;
    font-weight: 900;
}
#main .block.block-block-content,
#main .block.block-views-content,
#main .block.block-ee-faq {
    padding-right: 201px;
}
.gen_title {
    font-size: 34px;
    font-weight: 100;
    line-height: normal;
    text-transform: uppercase;
}
.gen_title.red {
    color: #ea1c0a;
    font-size: 3.75rem;
    font-weight: 900;
}
.mde_password .gen_title.red {
    margin-bottom: 21px;
}
.o_right {
    text-align: right;
}
input.button,
#ee-customer-insert-block-form-user #edit-submit,
a.button {
    display: block;
    text-align: center;
    color: #ffffff;
    border-radius: 12px;
    line-height: 52px;
    height: 52px;
    border: none;
}
#header_right .mde_password a.button.red {
    width: 180px;
    float: right;
    margin-top: 36px;
}
#ee-customer-insert-block-form-user #edit-submit {
    width: 130px;
    line-height: 52px;
    height: 52px;
}
input.button.white,
a.button.white {
    background-color: #ffffff;
    font-weight: bold;
}
a.icon:before {
    margin-right: 66px;
}
a.icon_mail:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0e0";
    font-size: 1.35rem;
}
a.icon_phone:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f095";
    font-size: 1.5rem;
}
h2.forty8 {
    font-size: 3rem;
    font-weight: 900;
    line-height: normal;
}
#page {
    border: 1px solid #f6f6f7;
}
/*font-styles*/
#header_left {
    font-family: "Arial", sans-serif;
    font-size: 48px;
    font-weight: 900;
}
#pid-logged-out #header_left .mde_slogan {
    font-size: 90px;
    line-height: 90px;
}
.logged-in #header_left {
    font-size: 84px;
    line-height: 90px;
}
#operator_logo img,
#logo a > img,
.eon_logo > .content > div > a > img,
#menu .eon_logo > .content > div > img {
    width: 72px;
    height: auto;
}
.eon_logo .content > div > div a img {
    margin-left: 14px;
}
.eon_logo {
    width: 100%;
}
.eon_logo .content > div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.eon_logo .content > div > div > div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.eon_logo .content > div > div > div > div{
    margin-top: 10px;
}
.logged-in .eon_logo {
    margin-bottom: 186px;
}
.login_block input {
    line-height: 1.375rem;
    background: transparent;
    border-radius: 3px;
    border: 2px solid #bfbfbf;
    padding: 15px 0px 15px 15px;
    margin: 0px 0px 15px 0px;
    color: #a0a2a3;
}
.logged-in .login_block input {
    border: 2px solid #ffffff;
    color: #eeeeee;
}
.reset_password {
    margin-top: 10px;
}
.link_arrow a:before,
a.link_arrow:before {
    content: "\2192";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}
.login_block #login_text {
    margin: 68px 0px 20px 0px;
}
.login_block .form-actions {
    margin-top: 37px;
}
#contract-download-button,
#pid-debit-contract-rp input#ee_debit_contract_edit-button,
#webform-client-form-206 .webform-submit,
#ee_customer_data_block #ee-button-area #ee-submit-button,
#pid-passwort-anfordern #user-pass #edit-submit,
.login_block .form-actions #edit-submit {
    width: 168px;
    text-align: center;
    font-weight: bold;
    line-height: 52px;
    height: 52px;
    padding: 0px;
    border-radius: 12px;
    border: none;
    float: right;
    margin: 0px;
    cursor: pointer;
}
#webform-client-form-206 .webform-submit {
    margin-top: 120px;
}
#webform-client-form-206 .webform-component--markup-top--sparte,
.mde_mobile_contact .webform-component--markup-bottom,
.mde_mobile_contact .webform-component--markup-center--kundennummer,
.mde_mobile_contact,
.mde_mobile_contact .captcha,
.mde_mobile_contact .form-actions,
#webform-client-form-206 .webform-component--markup-center--mobile-next-page {
    display: none;
}
.mde_mobile_contact #webform-client-form-206 {
    padding: 0px 64px 30px 64px;
    display: inline-block;
}
.mde_mobile_contact #webform-client-form-206 .webform-submit {
    margin-top: 0px;
}
#webform-client-form-206 option {
    color: #ffffff;
}
.mde_mobile_contact #webform-client-form-206 fieldset,
.mde_mobile_contact #webform-client-form-206 .webform-component--markup-center .fieldset-wrapper,
.mde_mobile_contact #webform-client-form-206 .webform-component--markup-top,
.mde_mobile_contact #webform-client-form-206 .webform-component--markup-center .fieldset-wrapper > div {
    width: 100%;
}
input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Arial", sans-serif;
    color: #a0a2a3;
}
input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Arial", sans-serif;
    color: #a0a2a3;
}
input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Arial", sans-serif;
    color: #a0a2a3;
}
input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Arial", sans-serif;
    color: #a0a2a3;
}
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Arial", sans-serif;
    color: #a0a2a3;
    opacity: 1;
}
textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Arial", sans-serif;
    opacity: 1;
    color: #a0a2a3;
}
textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Arial", sans-serif;
    opacity: 1;
    color: #a0a2a3;
}
textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Arial", sans-serif;
    opacity: 1;
}
.mde_mobile_contact input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1;
}
.mde_mobile_contact input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}
.mde_mobile_contact input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    opacity: 1;
}
.mde_mobile_contact input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1;
}
.mde_mobile_contact textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1;
    font-family: "Arial", sans-serif;
}
.mde_mobile_contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
    font-family: "Arial", sans-serif;
}
.mde_mobile_contact textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    opacity: 1;
    font-family: "Arial", sans-serif;
}
.mde_mobile_contact textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1;
    font-family: "Arial", sans-serif;
}
.mde_mobile_contact #webform-client-form-206 #edit-submitted-markup-bottom-betreff {
    width: 256px;
}
.mde_mobile_contact #webform-client-form-206 .nice-select::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.mde_mobile_contact .captcha {
    float: left;
}
.mde_mobile_contact .captcha input {
    width: 158px;
}
.mde_mobile_contact #webform-client-form-206 .nice-select span {
}
.mde_mobile_contact .form-actions {
    float: right;
}
.mde_mobile_contact #webform-client-form-206 .webform-component--markup-center .fieldset-wrapper > div {
    width: 48%;
}
.mde_mobile_contact #webform-client-form-206 .webform-component--markup-bottom {
    margin-top: 25px;
}
.mde_mobile_contact #webform-client-form-206 .fieldset-legend {
    font-size: 18px;
}
.mde_mobile_contact #webform-client-form-206 .webform-component--markup-bottom legend {
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    width: 100%;
    text-align: right;
}
.mde_mobile_contact #webform-client-form-206 .webform-component--markup-bottom legend .fieldset-legend {
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    width: 100%;
    text-align: right;
}
.mde_mobile_contact .block_title {
    padding-right: 64px;
    padding-top: 30px;
}
#ee_customer_data_block #ee-button-area #ee-submit-button {
    float: none;
}
#pid-debit-contract-rp input#ee_debit_contract_edit-button {
    width: 500px;
    border: none !important;
}
#pid-passwort-anfordern #user-pass #edit-submit {
    width: 100%;
    float: none;
    margin-top: 36px;
}
.logged-in .gen_title {
    margin-bottom: 25px;
}
.logged_in a.link_arrow {
    display: block;
    margin-top: 12px;
}
#footer_top {
    height: 481px;
}
#footer_top .redebedarf .button {
    width: 260px;
}
#footer_top .redebedarf a {
    font-weight: bold;
}
.faq_not_logged_in > h2,
footer .block > h2 {
    text-align: right;
    font-size: 60px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 33px;
    line-height: normal;
}
#footer_bottom {
    font-size: 14px;
    color: #8f9192;
}
#footer_bottom ul li {
    display: inline-block;
}
#footer_bottom ul li.spacer {
    text-align: center;
    width: 63px;
    font-weight: bold;
    color: #39393a;
}
#footer_bottom ul li a {
    font-size: 14px;
    color: #8f9192;
}
.bottom_line {
    padding-bottom: 2px;
}
.bottom_line .turquoise {
    flex-grow: 1;
}
.bottom_line .eo-nred {
    width: 182px;
}
.bottom_line .bordeaux {
    width: 180px;
}
.info_not_logged_in {
    text-align: right;
    padding-top: 66px;
    padding-bottom: 66px;
}
.eon_video {
    padding-top: 66px;
    padding-bottom: 66px;
}
.eon_video .text > div {
    line-height: 24px;
}
.eon_video h2 {
    text-align: right;
}
.info_not_logged_in .content > div {
    width: 656px;
}
.faq_not_logged_in {
    padding-left: 201px;
    padding-top: 73px;
    padding-bottom: 80px;
}
.faq_not_logged_in .content {
    /*width:859px;*/
}
.block-block__cockpit-consumption {
    margin-bottom: 50px;
}
#block-rp-user-cockpit-notice {
    background-color: #f6f6f7;
    height: 280px;
    padding: 40px 0px 46px 0px;
    font-size: 2.125rem;
    color: #3c3c3d;
    font-weight: normal;
    line-height: normal;
}
#block-rp-user-cockpit-notice h2 {
    width: 481px;
    display: block;
    margin: 0 auto;
}
.block-block__cockpit-production,
.block-block__cockpit-savings {
    text-align: right;
}
.flex_block {
    justify-content: flex-start;
}
.flex_block.column {
    flex-direction: column;
}
.block-block__cockpit-savings .flex_block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 25px 201px 40px 0px;
}
.block-block__cockpit-savings .flex_block > div {
    width: 390px;
}
.block-block__cockpit-consumption .top,
.block-block__cockpit-consumption .bottom {
    background-color: #ffffff;
    height: 244px;
    text-align: right;
}
.block-block__cockpit-consumption #consumption_top {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0px 201px 0px 200px;
    height: 166px;
}
.block-block__cockpit-consumption .bottom {
    height: 235px;
}
#chart_wrapper {
    width: 100%;
    display: block;
    margin: 0px auto;
    height: 600px;
    padding-bottom: 50px;
    /*background: linear-gradient(to bottom, #1ea2b1 58.4%, #ffffff 41.6%);*/
}
#chart {
    width: 100%;
    display: block;
    margin: 0px auto;
    height: 555px;
}
#chart_legende {
    width: 500px;
    margin-top: 0px;
    margin-left: 200px;
    justify-content: space-between;
}
#chart_legende,
#chart_legende > div {
    display: flex;
    flex-wrap: wrap;
}
.db_chart_wrapper .legende_color,
#chart_legende div .legende_color {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border-radius: 5px;
}
.bar {
    border-radius: 5px 5px 0px 0px;
}
.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 2px;
}
.grid path {
    stroke-width: 0;
}
.axis .tick line {
    fill: none;
    stroke: none;
}
.axis .tick line {
    fill: none;
    stroke: none;
}
.axis .domain {
    stroke: none;
}
.x.axis text {
    fill: #39393a;
}
.time.axis {
}
.grid .tick:first-child line {
    fill: none;
    stroke: none;
}
.x.axis .tick:first-child line {
    fill: none;
    stroke: none;
}
text.brix {
    font-family: "Arial", sans-serif;
    text-align: right;
}
#savings_slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.move_buttons {
    display: flex;
}
.savings_svg.move_buttons {
    position: absolute;
    margin-top: -60px;
    margin-left: 1157px;
}
.move_button {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    background-color: #ffffff;
    border-radius: 12px;
    text-align: center;
    line-height: 32px;
    color: #b00402;
    font-size: 22px;
    cursor: pointer;
}
#einsparung {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 36px;
    margin-left: 149px;
    color: #ffffff;
    font-size: 20px;
    text-align: left !important;
    font-weight: 300;
    line-height: normal;
}
#einsparung .number {
    font-size: 66px;
    font-weight: 900;
}
#einsparung .number span {
    font-size: 55px;
}
.consumption_info_number {
    font-size: 34px;
    line-height: normal;
    font-weight: 900;
}
.move_button_year {
    font-size: 48px;
    line-height: none;
    font-weight: 900;
    text-align: center;
}
.block-block__cockpit-consumption #consumption_top .move_buttons,
.block-block__cockpit-intraday #intraday_top .move_buttons {
    justify-content: space-between;
    align-items: center;
    width: 212px;
    margin-right: 51px;
}
.block-block__cockpit-intraday #intraday_top .move_button_year {
    font-size: 34px;
    line-height: none;
    font-weight: 900;
    text-align: center;
}
.block-block__cockpit-intraday #intraday_top .move_buttons {
    justify-content: space-between;
    align-items: center;
    width: 360px;
    font-size: 28px;
}
#consumption_top .move_buttons .move_button {
    color: #ffffff;
    margin-right: 0px;
}
#consumption_top .move_buttons .move_button.prev svg,
#intraday_top .move_buttons .move_button.prev svg {
    transform: rotate(-180deg);
}
#consumption_top .move_buttons a.button_holder {
    display: inline-block;
}
.block-block__cockpit-multiuser * {
    float: none !important;
}
.block-block__cockpit-multiuser {
    margin-bottom: 3px;
}
.block-block__cockpit-multiuser .flex_block {
    justify-content: space-between;
    align-items: center;
    padding: 33px 201px 33px 163px;
}
#user_selector_title .field-label {
    color: #3c3c3d;
    font-size: 24px;
    text-transform: none;
    margin-bottom: 0px;
}
.block-block__cockpit-multiuser #user_edit_wrapper a {
    background: none;
    color: #3c3c3d;
    display: block;
}
.block-block__cockpit-multiuser #user_edit_wrapper a::before {
    content: "\2192";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}
#prediction_top {
    padding: 40px 201px 46px 200px;
    height: 280px;
    position: relative;
}
#prediction_top.flex_block {
    justify-content: space-between;
    align-items: flex-end;
}
#prediction_top .prediction_info_text {
    text-align: right;
    justify-content: space-between;
    height: 100%;
}
#prediction_top .prediction_info_text h2 {
    margin: 0px;
}
#prediction_top .button {
    width: 244px;
    display: block;
    float: right;
}
.green {
    background-color: #e3e000;
}
.block-block__cockpit-multiuser {
    /*  visibility: hidden;
    position: absolute;
    top:-5000px;*/
}
.block-block__cockpit-multiuser * {
}
.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(255, 255, 255, 1);
}
.d3-tip span {
    font-size: 14px;
    font-weight: normal;
}
.d3-tip .current_projection {
    color: #8f9192;
    margin-bottom: 10px;
}
.d3-tip .current_projection > div {
    font-size: 14px;
}
#consumption_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 109px;
    position: relative;
}
#consumption_bottom > div {
    height: 100%;
    position: relative;
}
.block-block__cockpit-production .top {
    margin-top: 40px;
    padding: 0px 201px 0px 0px;
}
.block-block__cockpit-production .top h2 {
    text-align: right;
    font-size: 66px;
    line-height: 1;
    font-weight: 900;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
}
.block-block__cockpit-production div.full {
    height: auto;
    display: block;
    padding-left: 190px;
    margin-top: 5px;
    text-align: left;
}
.block-block__cockpit-production .select_production_wrapper {
    justify-content: flex-end;
    position: absolute;
    margin-top: 50px;
    margin-left: 550px;
}
.select_production {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
.select_production > div {
    width: 33.33333333333333%;
    min-width: 170px;
    text-align: center;
    position: relative;
}
.select_production > div a:after {
    content: " ";
    width: 100%;
    height: 3px;
    display: block;
    padding-top: 15px;
}
.select_production a {
    font-weight: 900;
    display: block;
}
.select_production .production_date_output {
    position: absolute;
    display: none;
    width: 100%;
    padding-top: 24px;
}
#productiondata_top .select_production .production_date_output {
    padding-top: 18px;
}
#productiondata_top select {
    width: 100%;
}
.block-block__cockpit-production .select_production #day_production .production_date_output {
    width: 300px;
}
.block-block__cockpit-production .select_production #day_production .production_date_output span {
    font-size: 14px;
}
#productiondata_top.flex_block {
    justify-content: space-between;
    margin: 30px 0px;
}
#productiondata_top.flex_block > div {
    margin: 0 auto;
    max-width: 500px;
    width: 45%;
}
#productiondata_top.flex_block > div.flex_block {
    justify-content: center;
}
#productiondata_top .title {
    margin-bottom: 10px;
    font-size: 22px;
}
.select_production .production_active a:after,
.select_production .production_not_active:hover a:after {
    border-bottom: 4px solid #ea1c0a;
}
.select_production .production_active .production_date_output {
    display: block;
}
.select_production .production_active a {
    color: #39393a;
}
.select_production > #production_date_output {
    width: 100%;
    max-width: 100%;
}
.select_production > #production_date_output:after {
    border-bottom: none;
}
#consumption_bottom > div.eigenproduktion {
    width: 964px;
    flex-grow: 0;
    color: #ffffff;
    padding-left: 190px;
    text-align: right;
    font-size: 1rem;
    align-items: center;
    justify-content: flex-start;
    order: 0;
    box-sizing: border-box;
}
#consumption_bottom > div.eigenproduktion * {
    line-height: normal;
}
#consumption_bottom > div.eigenproduktion .flex_block {
    position: absolute;
    width: 600px;
    z-index: 100;
}
#consumption_bottom > div.flex_block .text {
    line-height: 1.3333rem;
    align-self: flex-end;
    margin-bottom: 23px;
    margin-right: 25px;
}
#consumption_bottom > div.flex_block .number {
    font-size: 84px;
    font-weight: 900;
}
#consumption_bottom > div.eigenproduktion_empty {
    flex-grow: 1;
    order: 1;
    z-index: 0;
}
#consumption_bottom > div.full {
    flex-grow: 1;
    margin-top: 5px;
    padding-left: 190px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background: none;
    border-radius: 3px;
    border: solid 1px #ffffff;
    color: #ffffff;
    font-size: 18px;
    float: none;
}
.nice-select .current {
    line-height: 50px;
    padding-left: 10px;
}
.nice-select::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.nice-select .list {
    width: 100%;
    border: 1pxsolid #ffffff;
    border-radius: 0px;
    box-shadow: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ffffff;
    color: #39393a;
    text-shadow: 0;
    font-weight: normal;
}
.nice-select .option.disabled:hover,
.nice-select .option.disabled.focus {
    background-color: transparent;
    color: #999999 !important;
    text-shadow: 0;
    font-weight: normal;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #ffffff;
}
div.nice-select.error {
    background: none;
}
#adapt_prepayment_content {
    align-items: center;
    height: 379px;
    position: relative;
}
#adapt_prepayment_content > div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box !important;
}
#prepayment_form_wrappper {
    position: relative;
    padding-top: 41px;
    padding-bottom: 134px;
}
#prepayment_form_wrappper form {
    height: 100%;
}
#prepayment_form_wrappper form > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#prepayment_form_wrappper form #edit-submit {
    width: 193px;
    min-width: 0px;
}
#prepayment_form_wrappper > div {
    height: 100%;
}
#prepayment_form_wrappper .form-item-rp-anticipated-payment-valid-from {
    display: flex;
    flex-direction: column;
    width: 420px;
    color: #ffffff;
    justify-content: unset;
}
#user-login-form .login_error {
    display: none;
    color: #ea1c0a;
}
.captcha .description {
    font-size: 14px;
    font-weight: normal;
}
.captcha img {
    width: 158px;
    height: auto;
}
#pid-passwort-anfordern #user-pass input {
    line-height: 1.375rem;
    background: transparent;
    border-radius: 3px;
    border: 2px solid #ffffff;
    padding: 15px 0px 15px 15px;
    margin: 0px 0px 32px 0px;
    color: #ffffff;
    width: 100%;
    font-size: 1rem;
}
#pid-passwort-anfordern #user-pass .form-item {
    font-size: 1rem;
}
#pid-passwort-anfordern #user-pass input::placeholder {
    color: #ffffff;
}
#pid-passwort-anfordern #user-pass .captcha input {
    margin-bottom: 5px;
}
.block.mde_reset_password,
#pid-passwort-anfordern #user-pass {
    width: 335px;
}
#menu_disclaimer {
    font-size: 14px;
    width: 688px;
    margin-top: 77px;
    margin-bottom: 86px;
    text-align: right;
    line-height: 1.43;
}
#menu_disclaimer:before {
    /*  content:'*';
  position: absolute;
  margin-left:-30px;*/
}
#nav_wrapper #logo {
    margin-top: 16px;
    margin-bottom: 5px;
    text-align: right;
}
.mde_footer_disclaimer #footer_disclaimer {
    font-size: 14px;
    width: 620px;
    color: #39393a;
}
.mde_footer_disclaimer #footer_disclaimer > div:before {
    content: "*";
    float: left;
    margin-left: -30px;
}
.mde_abschlag_anpassen {
    color: #39393a;
}
.mde_abschlag_anpassen,
.mde_abschlag_anpassen #recommend_prepayment {
    color: #39393a;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mde_abschlag_anpassen > div {
    width: 390px;
}
.mde_abschlag_anpassen #recommend_prepayment_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 28px;
    width: 320px;
}
.mde_abschlag_anpassen #recommend_prepayment_wrapper .flex_block {
    margin-bottom: 20px;
    justify-content: space-between;
}
.mde_abschlag_anpassen #recommend_prepayment_wrapper .flex_block {
    width: 100%;
}
.mde_abschlag_anpassen #recommend_prepayment_wrapper .text {
    text-align: left;
}
/*Kontaktformular*/
#webform-client-form-206 fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 775px;
}
#webform-client-form-206 fieldset input {
    font-family: "Arial", sans-serif;
    line-height: 1.22;
    font-size: 18px;
    background: transparent;
    border-radius: 3px !important;
    border: 2px solid #bfbfbf !important;
    padding: 15px 0px 15px 15px !important;
    margin: 0px 0px 16px 0px;
    color: #39393a !important;
}
.mde_mobile_contact #webform-client-form-206 fieldset input {
    font-family: "Arial", sans-serif;
    line-height: 1.22;
    font-size: 18px;
    background: transparent;
    border-radius: 3px !important;
    border: 2px solid #ffffff !important;
    padding: 15px 0px 15px 15px !important;
    margin: 0px 0px 16px 0px;
    color: #ffffff !important;
}
#mobile_next a.button {
    width: 160px;
}
#webform-client-form-206 textarea {
    font-family: "Arial", sans-serif;
    line-height: 1.22;
    font-size: 18px;
    background: transparent;
    border-radius: 3px;
    border: 2px solid #bfbfbf;
    padding: 15px 0px 15px 15px;
    margin: 0px 0px 15px 0px;
    color: #39393a;
    width: 100%;
}
.mde_mobile_contact #webform-client-form-206 textarea {
    border: 2px solid #ffffff;
    color: #ffffff;
}
#pid-kontaktabschluss h1.title,
#pid-renterpower-contract-data h1.title,
#pid-debit-contract-rp h1.title,
#pid-renterpower-cost-overview h1.title,
.platform #pid-renterpower-bills-overview h1.title,
#pid-kontakt .page_title_wrapper,
#webform-client-form-206 .webform-component--markup-bottom--emailcopy,
#webform-client-form-206 .form-textarea-wrapper .grippie {
    display: none;
}
#edit-submitted-markup-bottom-betreff {
    width: 256px;
}
#webform-client-form-206 .nice-select {
    -webkit-tap-highlight-color: transparent;
    background: none;
    line-height: 56px;
    font-size: 18px;
    border-radius: 3px;
    border: solid 2px #bfbfbf;
    color: #a0a2a3;
    font-size: 18px;
    padding-left: 0px;
    width: 100%;
    height: auto;
}
#webform-client-form-206 .nice-select .option {
    color: #a0a2a3;
}
.mde_mobile_contact #webform-client-form-206 .nice-select {
    border: solid 2px #ffffff;
    color: #ffffff;
    line-height: 48px;
}
#webform-client-form-206 .nice-select .option.selected.focus,
#webform-client-form-206 .nice-select .option.selected {
    color: #39393a !important;
}
#webform-client-form-206 .nice-select .option:hover,
#webform-client-form-206 .nice-select .option.focus,
#webform-client-form-206 .nice-select .option.selected.focus {
    background-color: #bfbfbf;
    color: #ffffff;
    text-shadow: 0;
    font-weight: normal;
}
#webform-client-form-206 .nice-select .list:hover .option:not(:hover) {
    /*background-color:#bfbfbf!important;*/
    /*color:#39393a;*/
}
#webform-client-form-206 .nice-select:active,
#webform-client-form-206 .nice-select.open,
#webform-client-form-206 .nice-select:focus {
}
#webform-client-form-206 .nice-select .list {
    background-color: #ffffff;
    width: 100%;
    border-radius: 0px;
    box-shadow: 0;
}
#webform-client-form-206 .nice-select::after {
    border-bottom: 2px solid #bfbfbf;
    border-right: 2px solid #bfbfbf;
}
#webform-client-form-206 .webform-component--markup-top {
    width: 334px;
    margin-bottom: 16px;
}
#webform-client-form-206 .webform-component--markup-top input {
    width: 334px;
}
#webform-client-form-206 .webform-component--markup-center .fieldset-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#webform-client-form-206 #edit-submitted-markup-bottom-betreff,
#webform-client-form-206 .webform-component--markup-center .fieldset-wrapper > div {
    width: 334px;
}
#webform-client-form-206 .webform-component--markup-center .fieldset-wrapper > div input {
    width: 100%;
}
#webform-client-form-206 .webform-component--markup-bottom {
    margin-top: 57px;
}
#webform-client-form-206 .webform-component--markup-bottom legend {
    margin-bottom: 28px;
}
#webform-client-form-206 .fieldset-description {
    font-size: 14px;
    margin-bottom: 28px;
}
#webform-client-form-206 .webform-component--markup-top--sparte {
    height: 34px;
    margin-bottom: 40px;
}
#webform-client-form-206 {
    padding: 50px 181px 100px 201px;
}
/*.ui-stoggle--slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ea1c0a;
  min-width:70px;
  border-radius:5px;
  height:34px;
}
.ui-stoggle--slider i {
  background: #ffffff;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 2px;
  top: 3px;
  box-shadow: none;
  border-radius:5px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}*/
#edit-submitted-markup-top-sparte label {
    margin-left: 29px;
    font-size: 14px;
}
#edit-submitted-markup-top-sparte label.first_option {
    margin-left: 0px;
    font-size: 14px;
    float: left;
    font-weight: normal;
    line-height: 34px;
    margin-right: 29px;
}
#edit-submitted-markup-bottom-emailcopy input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0px;
    width: 32px;
    height: 32px;
    border: 2px solid #ea1c0a;
    border-radius: 12px;
}
#edit-submitted-markup-bottom-emailcopy input[type="checkbox"] + label {
    font: 16pt sans-serif;
    color: #000;
    margin-left: 10px;
}
#edit-submitted-markup-bottom-emailcopy input[type="checkbox"]:checked + label:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    margin-left: -44px;
    color: #ea1c0a;
    font-weight: 100;
    font-size: 28px;
    position: absolute;
}
#edit-submitted-markup-bottom-emailcopy {
    margin-top: 25px;
}
/*//////////////////////////////mde platform styles//////////////////////////*/
#pid-renterpower-cost-overview #platform_header,
#pid-renterpower-bills-overview #platform_header {
    justify-content: flex-start;
}
#pid-renterpower-bills-overview .mde_bills_overview,
#pid-renterpower-cost-overview #platform_header .mde_cost_overview {
    color: #39393a;
    width: 424px;
    align-self: flex-end;
}
#pid-renterpower-cost-overview #platform_header h1,
#pid-renterpower-bills-overview #platform_header h1 {
    margin-bottom: 35px;
}
.platform #rp_bills_overview_block,
#rp_cost_overview_block,
#pid-renterpower-cost-overview #rp_cost_overview-result-table,
#pid-renterpower-cost-overview #rp_cost_overview-result-table table.dataTable tbody th,
#pid-renterpower-cost-overview table.dataTable tbody td {
    color: #ffffff;
}
.platform #rp_bills_overview_block td {
    color: #ffffff !important;
}
#rp_cost_overview_block table.dataTable thead .sorting_desc,
#rp_cost_overview_block table.dataTable thead .sorting,
#rp_cost_overview_block table.dataTable thead .sorting_asc {
    background-image: none;
}
#rp_cost_overview_block table.dataTable tfoot th,
table.dataTable tfoot td {
    font-weight: 900;
    padding: 31px 18px 6px 10px;
}
#rp_cost_overview_block table.dataTable tbody tr:last-of-type td {
    padding-bottom: 31px;
}
#rp_cost_overview_block {
    padding: 73px 297px 31px 201px;
}
#rp_cost_overview_block table.dataTable tfoot th,
#rp_cost_overview_block table.dataTable tfoot td,
#rp_cost_overview_block table.dataTable thead th,
#rp_cost_overview_block table.dataTable thead td {
    border-bottom: none !important;
}
#rp_cost_overview_block table.dataTable thead th,
#rp_cost_overview_block table.dataTable thead td {
    padding: 10px 8px;
    border-bottom: 1px solid #111;
}
#rp_cost_overview_block #button-area button {
    display: none;
}
#rp_cost_overview_block #button-area {
    height: auto;
    margin-top: 46px;
}
#rp_cost_overview_block #button-area a {
    width: 243px;
    float: right;
}
.platform #rp_bills_overview_block {
    padding: 167px 297px 131px 201px;
}
#pid-renterpower-contract-data #rp_contract_data_block .description,
#rp_bills_overview_block .description,
#pid-renterpower-cost-overview .description {
    display: none;
}
.platform #rp_bills_overview_block td {
    padding-top: 44px;
    padding-bottom: 15px;
}
.operator #rp_bills_overview_block td {
}
#rp_bills_overview_block td a {
    color: #ffffff;
}
#pid-debit-contract-rp fieldset {
    border: none;
}
#pid-debit-contract-rp label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}
#rp_contract_data_block {
    padding: 71px 297px 131px 201px;
}
#rp_contract_data_block h2 {
    font-weight: 900;
    font-size: 2.125rem;
    margin-top: 0px;
    margin-bottom: 26px;
    width: 100%;
}
#rp_contract_data_block div.wrapper {
    margin-bottom: 65px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#rp_contract_data_block div.wrapper > div {
    width: 50%;
    margin-bottom: 42px;
}
#rp_contract_data_block div.wrapper > div > div.title {
    margin-bottom: 14px;
}
#rp_contract_data_block div.wrapper > div > div.data {
    font-size: 1.25rem;
    font-weight: 300;
}
.platform header {
    position: relative;
    height: 300px;
}
.platform #platform header,
#pid-abschlag-anpassen .platform header {
    min-height: 418px;
}
#platform_header {
    flex-grow: 1;
    height: 100%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 130px 73px 0px;
    text-align: right;
}
#pid-abschlag-anpassen #platform_header {
    justify-content: flex-start;
}
#platform_header h1 {
    font-size: 66px;
    font-weight: 900;
    line-height: 1;
}
#pid-abschlag-anpassen #platform_header h1 {
    margin-top: 30px;
    margin-bottom: 25px;
}
.logged-in #platform_header .eon_logo {
    margin-bottom: 0px;
}
#pid-renterpower-real-estate-edit #rp-insert-block-form .rp_real_estate_aupplier_fieldset a:before,
#pid-renterpower-real-estate-edit #rp-base-pay-scale-wrapper a:before {
    content: "\2192";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}
#rp-contract-adapt-prepayment-form .form-required {
    display: none;
}
#rp-contract-adapt-prepayment-form .nice-select .current {
    line-height: normal;
    padding-left: 0px;
}
#rp-contract-adapt-prepayment-form .nice-select {
    padding-left: 10px;
}
#rp-contract-adapt-prepayment-form .form-item .description {
    font-size: 18px;
    margin-top: 18px;
    font-weight: 700;
    width: 290px;
}
#recommend_prepayment_wrapper #current_prepayment,
#recommend_prepayment_wrapper #recommended_prepayment {
    font-weight: 700;
}
/*fieldset#select-user,
.block-block__cockpit-multiuser,
#pid-abschlag-anpassen .block-block__cockpit-multiuser{
  position: absolute;
  top:-5000px;
}*/
/* The slider itself */
input[type="range"] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
    position: relative;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
input[type="range"]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
input[type="range"]::-ms-track {
    width: 100%;
    cursor: pointer;
    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}
/* Special styling for WebKit/Blink */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 52px;
    width: 52px;
    border-radius: 3px;
    background: transparent;
    background-image: url(../images/eon/slider_thumb.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: -22px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: none; /* Add cool effects to your sliders! */
}
/* All the same stuff for Firefox */
input[type="range"]::-moz-range-thumb {
    box-shadow: none;
    border: none;
    height: 52px;
    width: 52px;
    border-radius: 3px;
    background: transparent;
    background-image: url(../images/eon/slider_thumb.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
/* All the same stuff for IE */
input[type="range"]::-ms-thumb {
    box-shadow: none;
    border: none;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: none;
    /*background: #0f738a;*/
    border-radius: 1.3px;
    border: none;
    margin: 0px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    /*background: #0f738a;*/
    outline: none;
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: none;
    background: transparent;
    border-radius: 1.3px;
    border: none;
}
input[type="range"]::-ms-track {
    width: 100% !important;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border: none;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
input[type="range"]:focus::-ms-fill-lower {
}
input[type="range"]::-ms-fill-upper {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
input[type="range"]:focus::-ms-fill-upper {
}
#slider_wrapper > div {
    min-width: 420px;
}
#sliderticks {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    height: 8px;
    margin-top: 3px;
}
#sliderticks > div {
    text-align: center;
    font-size: 0px;
    flex-grow: 1;
    height: 8px;
}
#tick_recommended > div.tick,
#tick_current > div.tick {
    background-color: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    height: 8px;
    width: 8px;
    display: block;
    margin: 0 auto;
}
#tick_recommended > div.tick_text,
#tick_current > div.tick_text {
    position: absolute;
    margin-top: 45px;
    height: 18px;
    width: 80px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin-left: -35px;
}
#tick_recommended > div.tick_text {
    color: #cccccc;
}
#tick_recommended > div.tick {
    background-color: #cccccc;
}
#tick_recommended > div.tick.hide_tick {
    display: none;
}
#tick_current > div.tick_text {
    margin-top: 70px;
}
#sliderticks > div div.tick_tip {
    position: absolute;
    margin-top: -85px;
    display: block;
    width: 90px;
    font-weight: 900;
    font-size: 24px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    color: #39393a;
    background-color: #fff;
    text-align: center;
    margin-left: -32px;
    display: none;
}
/*output {
  position: absolute;
  background-color:#ffffff;
  width: 90px;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  color: #39393a;
  border-radius: 0px;
  display: inline-block;
  bottom: 175%;
  left: 0;
  margin-left: -0%;
  margin-top: -20px;
}
*/
#sliderticks > div div.tick_tip:after,
output:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}
output {
    position: absolute;
    top: -82px;
    display: none;
    width: 90px;
    font-size: 24px;
    line-height: 48px;
    font-weight: 900;
    height: 48px;
    text-align: center;
    color: #39393a;
    margin-right: 10px;
    background-color: #fff;
    text-align: center;
}
input[type="range"]:active + output {
    display: block;
    transform: translateX(-40%);
}
#adapt_prepayment_content #slider_wrapper form {
    position: relative;
    height: 50px;
}
*:focus {
    outline: none;
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
/*system message*/
.system_messages_wrapper {
    position: fixed;
    width: 80%;
    height: auto;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1000;
    padding: 20px;
    background-color: #c7e8eb;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.7);
}
.system_messages_wrapper .messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
    background-image: none !important;
}
.system_messages_wrapper .messages {
    background-color: #c7e8eb;
    border: none !important;
    color: #0f738a !important;
    box-shadow: none;
}
.system_messages_wrapper .messages:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f129";
    float: left;
    margin-left: -20px;
    margin-top: -18px;
    font-size: 2rem;
    font-weight: bold;
}
.platform #webform-client-form-206 .fieldset-legend {
    font-size: 18px;
}
#kontakt_wrapper {
    background-color: #1ea2b1;
    height: 556px;
    color: #fff;
    width: 100%;
}
#kontakt_wrapper .wrapper {
    float: left;
    width: 50%;
    height: 100%;
    padding: 120px 108px;
}
#kontakt_wrapper h2,
#kontakt_wrapper p {
    text-align: right;
}
#kontakt_wrapper h2 {
    height: 96px;
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
}
#kontakt_wrapper p {
    margin: 30px 0 45px;
    width: 440px;
    float: right;
}
#kontakt_wrapper a.button {
    float: right;
    width: 193px;
}
#kontakt_wrapper .right {
    background-color: #2b91a3;
}

.ui-helper-reset {
    font-size: 18px;
}
body .ui-dialog-titlebar {
    background: #ea1c0a none repeat-x scroll 0 center;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
}
body .ui-dialog .ui-dialog-titlebar-close {
    background: rgba(0, 0, 0, 0) url("../images/eueco/icons/icon_close.gif") no-repeat scroll 0 0;
    border: medium none;
}
body .ui-dialog-content {
    height: auto !important;
}
.ui-dialog .ui-dialog-buttonpane button {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-color: #ea1c0a;
    color: #ffffff;
}
.ui-widget {
    font-size: 16px;
}
.ui-state-default .ui-icon {
    display: none;
    background-image: none;
}
.ui-dialog .ui-dialog-title {
    color: #ffffff;
}
#pid-renterpower-bills-overview #rp_bills_overview-result-table {
    width: 579px;
}
#pid-renterpower-bills-overview .platform #rp_bills_overview-result-table #rp_bills_overview-result-body .rp-download a.download i:before {
    content: "";
    background-image: url(../images/eon/icon_download_white.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 27px;
    text-align: center;
    display: block;
    line-height: 27px;
}
#pid-renterpower-bills-overview .operator #rp_bills_overview-result-table #rp_bills_overview-result-body .rp-download a.download i:before {
    content: "";
    background-image: url(../images/eon/icon_download_red.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 27px;
    text-align: center;
    display: block;
    line-height: 27px;
}
input:-moz-read-only {
    pointer-events: auto;
}
#rp-contract-submit-button {
    cursor: pointer;
}
#einsparung_text {
    position: absolute;
    top: 140px;
    text-align: left;
    margin-left: auto;
    right: 200px;
    font-weight: 900;
    line-height: normal;
    font-size: 34px;
    color: #ffffff;
}
#ice {
    display: none;
}
#chart {
    position: relative;
}
#today {
    position: absolute;
    right: 85px;
    bottom: 25px;
}
#no_energy_data {
    background-color: rgba(227, 224, 0, 0.8);
    color: #39393a;
    font-size: 34px;
    font-weight: 900;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    top: 0;
    width: 100%;
    display: none;
}
#ee-customer-insert-block-form-user #save_account_info,
#ee-customer-insert-block-form-user .form-item-roles,
#ee-customer-insert-block-form-user #edit-cancel {
    display: none !important;
}
#intraday_chart {
    height: 450px;
}
#pid-renterpower-cost-overview #button-area .button.white {
    display: none;
}
#pid-renterpower-contract-data #rp_contract_data_block #yearly_cost-wrapper {
    display: none;
}
#intraday_top .move_buttons_wrapper {
    display: flex;
    align-items: center;
}
#intraday_top .move_buttons_wrapper #today_button a.button {
    display: block;
    text-align: center;
    color: #ffffff;
    border-radius: 12px;
    line-height: 32px;
    height: 32px;
    border: none;
    width: 200px;
    width: 120px;
    display: none;
}
#chart1 text {
    font: 12px sans-serif;
}
svg {
    display: block;
}
#chart1 {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}
#test_chart_wrapper {
    height: 500px;
}
.nvtooltip {
    position: fixed !important;
    padding: 10px 20px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
    border-color: #f6f6f7;
    margin-top: -100px;
}
.nvtooltip h3 {
    margin: 0;
    padding: 0px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: normal;
    background: none;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    border-bottom: none;
    border-radius: 0px;
}
.nvd3.nv-legend,
.nv-y.nv-axis .tick line {
    display: none;
}
.nv-legendWrap .nv-series {
    display: none;
}
.nv-x.nv-axis > g > g .tick line.grid_no {
    display: none;
}
#svg_mde_production_wrapper {
    width: 100% !important;
    position: relative;
    z-index: 1;
}
#intraday_top {
    display: flex;
    align-items: center;
    background-color: #f6f6f7;
    padding: 0px 201px 0px 200px;
    height: 166px;
    margin-bottom: 50px;
}
.block-block__cockpit-intraday .top .flex_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 64px 201px 64px 0px;
    height: 244px;
}
/*bankkonto*/
#ee_debit_contract_data-fieldset .inner-wrapper {
    float: none;
}
#ee_debit_contract-wrapper,
#select-user,
#select-ref {
    margin: 0px;
    padding-bottom: 0px;
}
#ee_debit_contract-block {
    padding-left: 202px;
    padding-top: 69px;
    padding-bottom: 0px;
    width: 1000px;
}
#ee_debit_contract-block fieldset {
    border: none;
    border-width: 0px;
    margin-top: 20px !important;
    padding: 0px !important;
    padding-left: 0px !important;
}
.platform .fieldset-legend,
.platform summary span {
    color: #39393a;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 28px;
}
#ee_debit_contract-block #ee_debit_contract-wrapper .legend_title
#ee_debit_contract-block #ee_debit_contract-wrapper summary {
    width: 320px;
}
#ee_debit_contract-block .inner-wrapper.first {
    margin-top: 28px;
}
#ee_debit_contract-block .inner-wrapper.first {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#ee_debit_contract-block .inner-wrapper.first > div {
    width: 45%;
}
#ee_debit_contract-block input.disabled {
    background: #ffffff;
    border: none !important;
    font-size: 20px;
    color: #39393a;
    margin-bottom: 36px;
}
#ee_debit_contract-block .form-text.enabled {
    padding: 15px 0px 15px 15px !important;
    border-radius: 3px;
    font-size: 20px;
}
#ee_debit_contract-block .form-item label {
    color: #39393a;
    float: none;
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 14px;
    width: auto;
}
#ee_debit_contract-block input.status {
    background: none !important;
    color: #39393a !important;
    text-transform: lowercase;
}
#edit_this_mandate {
    cursor: pointer;
    display: inline-block;
    float: right;
}
#ee_debit_contract_upload-button {
    background-color: #ea1c0a !important;
    border: none !important;
    color: #ffffff !important;
}
#ee_debit_contract_certification_block {
    padding: 26px 201px 104px 201px;
    background-color: #f6f6f7;
    font-size: 18px;
    text-align: right;
    font-family: "Arial", sans-serif;
    color: #39393a;
}
#ee_debit_contract_certification_block h1.title {
    color: #ea1c0a;
    font-size: 40px;
}
#ee_debit_contract_certification_block .field-items > div {
    color: #39393a !important;
    font-size: 18px !important;
    line-height: 1.33 !important;
}
#ee_debit_contract_certification_block .field-items > div p {
    margin: 0px;
    line-height: 0px;
}
#ee_debit_contract_certification_block .field-certification-text {
    margin-bottom: 0px;
}
#ee_debit_contract_certification_block .link_arrow {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ea1c0a;
    font-family: "Arial", sans-serif;
}
#ee_debit_contract_certification_block a.button.red {
    width: 200px;
    float: right;
}
#admin_mobile {
    display: none;
}
#admin_mobile + ul.menu {
    display: block;
    clear: both;
}
.verwaltungsmenu {
    margin-top: 30px;
}
.verwaltungsmenu ul.menu > li {
    width: 100%;
}
#superfish-2-accordion {
    float: right;
}
.verwaltungsmenu ul li a {
    color: #ffffff;
    background: none;
    transition: none;
    width: auto;
    /*background-color:rgba(159,202,121,0.85);*/
}
.verwaltungsmenu ul.menu > li a {
    font-weight: 500;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    transition: none;
    width: auto;
    text-align: center;
}
#admin_desk.verwaltungsmenu ul.menu > li > a {
    color: #000000 !important;
    font-size: 1rem;
    text-align: left;
    padding-left: 0;
}
.verwaltungsmenu ul.menu > li.last > a {
    margin-right: 0px;
}
.verwaltungsmenu ul.menu > li > ul {
    background: none;
    z-index: 10000;
}
.verwaltungsmenu ul li {
    background: none;
}
.verwaltungsmenu ul > li > ul > li {
    border-left: none;
}
.verwaltungsmenu ul > li.first {
    border-left: none;
}
.verwaltungsmenu ul.sf-menu a {
    text-transform: none;
}
.verwaltungsmenu ul li a {
    color: #ffffff;
    font-weight: normal;
}
.verwaltungsmenu ul.menu li ul li a {
    width: 100%;
    max-width: 215px;
    background: none;
    color: #ffffff;
    font-size: 13px;
    white-space: nowrap;
    line-height: 30px;
    text-align: right;
}
#admin_mobile.verwaltungsmenu ul.menu li ul li a {
    width: 100%;
    background-color: #ffffff;
    color: #8f9192;
    font-size: 13px;
    white-space: nowrap;
    line-height: 30px;
}
#admin_desk.verwaltungsmenu ul.menu li ul {
    margin-top: -5px;
}
.verwaltungsmenu ul.menu li ul li {
    border: none;
    border-bottom: none;
}
.verwaltungsmenu ul.menu li ul li.last {
    border-bottom: none;
}
.verwaltungsmenu ul.menu li ul li.first a {
    padding-top: 0px;
}
.verwaltungsmenu ul.menu li ul li.last a {
    border: none;
}
.sf-menu ul {
    width: 100%;
}
#admin_desk .admin_menu_wrapper {
    width: 95%;
    margin: 0 auto;
}
.verwaltungsmenu ul > li.active-trail li.active-trail a.is-active,
.verwaltungsmenu ul > li ul a.is-active,
.verwaltungsmenu .menu ul > li:hover > a,
.verwaltungsmenu ul.menu > li li:hover a {
    color: #ffffff !important;
    transition: none;
}
.sf-clone-parent {
    display: none;
}
#admin_mobile.verwaltungsmenu .sf-menu li {
    float: none;
}
#admin_mobile {
    margin-top: -80px;
}
.sf-accordion-toggle {
    display: none;
}
#nav_wrapper .verwaltungsmenu ul.menu > li > a:hover {
    color: #8f9192;
}
.platform_page .platform #main *,
.platform_page .platform #main * {
    box-sizing: border-box;
}
.platform_page .area select {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    height: 40px !important;
}
.platform_page #main-content .area {
    background-color: #f6f6f7;
    border: none !important;
    padding: 25px 50px 50px 50px !important;
    border-radius: 0px;
}
.platform_page .area .flex_block > div {
    width: 48%;
}
.platform_page .area .flex_block {
    flex-wrap: wrap;
    justify-content: space-between;
}
.platform_page .platform #main-content input.form-text,
.platform_page .platform #main-content select {
    height: auto !important;
    line-height: 30px !important;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    padding: 10px 0px 10px 10px;
    font-size: 1rem;
}
#rp_edit_pay_scale-wrapper select {
    height: 27px !important;
    width: 100%;
    min-width: 0px;
    max-width: 450px;
}

.platform_page fieldset .outer-wrapper .form-item {
    width: 100%;
}
.platform_page fieldset .legend_title .title,
.platform_page fieldset .legendtitle .title,
.platform_page details summary .title,
.platform_page details .legendtitle .title,
.platform_page .area .field-type-header .field-label {
    background: none;
    color: #818181;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 0px;
}
.platform_page .area .field-type-header {
    position: static !important;
}
.platform_page .platform fieldset .legend_title,
.platform_page .platform details summary {
    margin-bottom: 25px;
}
.platform_page .form-item,
.platform_page .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
.platform_page .outer-wrapper {
    display: block;
}
.platform_page #main-content .outer-wrapper a {
    margin: 5px 0px !important;
}
.platform_page #main-content .outer-wrapper a:before {
    content: "\2192";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}
.platform_page .rp_object_fieldset select {
    min-width: 47% !important;
    max-width: 100% !important;
    width: 47% !important;
    margin-left: 0px !important;
    height: 40px !important;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}
.platform_page .platform #main-content fieldset:first-child {
    background-color: #606060 !important;
    width: 100% !important;
    padding: 25px 50px 50px 50px !important;
    color: #ffffff;
}
.platform_page fieldset:first-child .outer-wrapper {
    display: block !important;
}
.platform_page fieldset:first-child .outer-wrapper label {
    float: none !important;
}
.platform_page fieldset:first-child select {
    margin: 0px;
}
#rp-base-pay-scale-wrapper .fa:before {
    color: #b00402 !important;
}
.platform_page #main-content .submit-left .form-submit {
    display: inline-block;
    width: auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 52px;
    height: 52px !important;
    padding: 0px 20px;
    border-radius: 12px;
    border: none;
    background-color: #ea1c0a;
    margin: 0px;
    margin-top: 0px;
    cursor: pointer;
}
.platform_page #rp_contract-block .field-label {
    width: auto;
    float: none;
}
#pid-renterpower-edit-contract.platform_page #main-content .area .outer-wrapper {
    display: block;
}
#pid-renterpower-edit-contract.platform_page #main-content .area #rp-partnership-wrapper {
    display: flex;
}
#pid-renterpower-edit-contract.platform_page #main-content .area .outer-wrapper .field-type-text {
    margin-top: 1em;
    margin-bottom: 1em;
}
.platform_page #rp-regtype-wrapper .description {
    display: block;
    padding-left: 0px;
    font-size: inherit;
}
#pid-erzeugungsdaten .page_title_wrapper {
    display: none;
}
#widget_wrapper.flex_block {
    justify-content: space-between;
}
#widget_wrapper.flex_block .widget {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.widget {
    margin: 0 auto;
    max-width: 500px;
    width: 45%;
    margin-top: 20px;
    /*background-color: #ccc;*/
    border-radius: 5px;
    /*box-shadow: 1px 1px 3px 0px rgba(0,0,0,.4);*/
}
.widget .header {
    background-color: #b00402;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 1.5em;
    text-transform: uppercase;
}
.chart-container {
    /*padding:25px;*/
    width: 100% !important;
    height: auto !important;
}
.widget svg {
    margin-left: auto;
    margin-right: auto;
}
.shadow {
    /*    -webkit-filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
      filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );*/
}
.widget svg .dark {
    /*fill:#0F738A;*/
}
/*platform styles*/
.platform_page .platform #main *,
.platform_page .platform #main * {
    box-sizing: border-box;
}
.platform_page .area select {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    height: 40px !important;
}
.platform_page #main-content .area {
    background-color: #f6f6f7;
    border: none !important;
    padding: 25px 50px 50px 50px !important;
    border-radius: 0px;
}
.platform_page .area .flex_block > div {
    width: 48%;
}
.platform_page .area .flex_block {
    flex-wrap: wrap;
    justify-content: space-between;
}

.platform_page .platform #main-content input.form-text,
.platform_page platform .operator input.form-text,
.platform_page .platform #main-content select {
    height: auto !important;
    line-height: 30px !important;
    background-color: #ffffff;
    border: 2px solid #b2b4b4;
    border-radius: 3px;
    padding: 11px 0px 10px 11px;
    font-size: 1rem;
}
#rp_edit_pay_scale-wrapper select {
    height: 27px !important;
    width: 100%;
    min-width: 0px;
    max-width: 450px;
}
.platform_page fieldset .outer-wrapper .form-item {
    width: 100%;
}
.platform_page fieldset .legend_title .title,
.platform_page details summary .title,
.platform_page .area .field-type-header .field-label {
    background: none;
    color: #818181;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 0px;
}
.platform_page .area .field-type-header {
    position: static !important;
}
.platform_page .platform fieldset .legend_title,
.platform_page .platform details summary {
    margin-bottom: 25px;
}
.platform_page .outer-wrapper {
    display: block;
}
.platform_page #main-content .outer-wrapper a {
    margin: 5px 0px !important;
}
.platform_page #main-content .outer-wrapper a:before {
    content: "\2192";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}
.platform_page .rp_real_estate_aupplier_fieldset select,
.platform_page #rp-regtype-wrapper select {
    margin-bottom: 1em;
}
.platform_page .platform .form-text,
.platform_page .platform .form-select {
    padding: 5px;
}
.platform_page .rp_object_fieldset select {
    min-width: 47% !important;
    max-width: 100% !important;
    width: 47% !important;
    margin-left: 0px !important;
    height: 40px !important;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}
.platform_page .platform #main-content fieldset:first-child {
    background-color: #606060 !important;
    width: 100% !important;
    padding: 25px 50px 50px 50px !important;
    color: #ffffff;
}
.platform_page .platform fieldset:first-child .legend_title .title,
.platform_page .platform details:first-child summary .title {
    color: #ffffff;
}
.platform_page fieldset:first-child .outer-wrapper {
    display: block !important;
}
.platform_page fieldset:first-child .outer-wrapper label {
    float: none !important;
}
.platform_page fieldset:first-child select {
    margin: 0px;
}
#rp-base-pay-scale-wrapper .fa:before {
    color: #b00402 !important;
}
.platform_page h1.title {
    display: none;
}
.operator_page .ui-dialog .ui-dialog-buttonpane button,
a.ebutton,
input.form-submit.ebutton,
#overlay .form-submit,
.platform_page #main-content .submit-left .form-submit {
    display: inline-block;
    width: auto;
    text-align: center;
    font-weight: bold;
    line-height: 52px;
    height: 52px !important;
    padding: 0px 20px;
    border-radius: 12px;
    border: none;
    margin: 0px;
    margin-top: 0px;
    cursor: pointer;
}
a.ebutton {
    display: inline-block;
    width: 148px;
}
a.ebutton:before {
    content: "" !important;
}
.platform_page #rp_contract-block .field-label {
    width: auto;
    float: none;
}
.platform_page .platform #rp_contract-wrapper #subscription-form .submit-left {
    width: 100%;
}
#pid-renterpower-edit-contract.platform_page #main-content .area .outer-wrapper {
    display: block;
}
#pid-renterpower-edit-contract.platform_page #main-content .area #rp-partnership-wrapper {
    display: flex;
}
#pid-renterpower-edit-contract.platform_page #main-content .area .outer-wrapper .field-type-text {
    margin-top: 1em;
    margin-bottom: 1em;
}
.platform_page #rp-regtype-wrapper .description {
    display: block;
    padding-left: 0px;
    font-size: inherit;
}
#widget_wrapper .dataTables_wrapper {
    width: 100%;
    min-height: 157px;
}
#widget_wrapper .dataTables_wrapper thead {
    display: none;
}
#widget_wrapper table.dataTable.row-border tbody th,
#widget_wrapper table.dataTable.row-border tbody td,
#widget_wrapper table.dataTable.display tbody th,
#widget_wrapper table.dataTable.display tbody td {
    border: none;
}
table.dataTable.no-footer {
    border-bottom: none;
}
.platform_page table.dataTable.order-column tbody tr.odd > .sorting_1,
.platform_page table.dataTable.order-column tbody tr.odd > .sorting_2,
.platform_page table.dataTable.order-column tbody tr.odd > .sorting_3,
.platform_page table.dataTable.display tbody tr.odd > .sorting_1,
.platform_page table.dataTable.display tbody tr.odd > .sorting_2,
.platform_page table.dataTable.display tbody tr.odd > .sorting_3,
.platform_page table.dataTable.display tbody tr.odd > .sorting_1,
.platform_page table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
.platform_page #rp_anticipated_payment_overview-table tbody tr.odd,
.platform_page #rp_edit_meter-table tbody tr.odd {
    background-color: #ffffff;
    height: 36px;
    padding: 4px 0px;
    vertical-align: middle;
}
.platform_page table.dataTable.order-column tbody tr.even > .sorting_1,
.platform_page table.dataTable.order-column tbody tr.even > .sorting_2,
.platform_page table.dataTable.order-column tbody tr.even > .sorting_3,
.platform_page table.dataTable.display tbody tr.even > .sorting_1,
.platform_page table.dataTable.display tbody tr.even > .sorting_2,
.platform_page table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even,
.platform_page #rp_anticipated_payment_overview-table tbody tr.even,
.platform_page #rp_edit_meter-table tbody tr.even {
    background-color: #ffffff;
    height: 36px;
    padding: 4px 0px;
    vertical-align: middle;
}
.ampel {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
}
.ampel.green {
    background: none;
    background-image: url("../images/eon/proposition_check.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.ampel.yellow {
    background: none;
    background-image: url("../images/eon/alert.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.ampel.red {
    background: none;
    background-image: url("../images/eon/alert_red.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.dt-center {
    text-align: center;
}
.dt-center .red {
    color: red;
}
.platform_page table.dataTable thead th {
    background-color: #b00402;
    color: #ffffff;
    padding: 10px 18px;
    border-bottom: none;
}
.platform_page .rp_object_fieldset a {
    color: #ffffff;
}
.platform_page #rp_anticipated_payment_overview-table .activate-button,
.platform_page #rp_anticipated_payment_overview-table .reject-button {
    margin: 0;
    border-radius: 2px;
    float: none;
}
.copy-button {
    color: var(--primary_color);
    font-size: 18px;
}
#rp_meter_reading_table tr td:first-child {
    display: flex;
    justify-content: space-evenly;
    height: auto;
}
#rp_meter_reading_table tr td:first-child > div {
    margin: unset !important;
}
.platform_page .copy-button > i {
    display: none;
}
.platform_page .fa-copy::before {
    top: 0px;
}
.platform_page td .actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.platform_page .actions a.button img {
    display: none;
}
.platform_page .delete-button.disabled {
    cursor: default;
}
.platform_page .delete-button.disabled:after {
    background-color: #888888;
    cursor: default;
}
.platform_page .rp_meter_list_fieldset,
#rp_anticipated_payment_overview-wrapper > .rp_anticipated_payment_list_fieldset {
    border: none;
}
#pid-objektuebersicht .platform #main-content,
#pid-processoverviewfileverarbeitung .platform #main-content {
    padding: 0px 72px;
}
#pid-objektuebersicht #main-content #overview_table_length label,
#pid-processoverviewfileverarbeitung #main-content #fileprocess_table_length label {
    font-size: 0px;
}
.platform #main-content #overview_table td a {
    color: #39393a;
}
#pid-objektuebersicht #main-content #overview_table td a:hover {
    color: #797979;
}
#pid-objektuebersicht #main-content #overview_table_length select,
#pid-processoverviewfileverarbeitung #main-content #fileprocess_table_length select {
    padding: 3px 10px;
}
#pid-objektuebersicht.platform_page .platform #main-content input.form-text,
.platform_page .platform #main-content select,
#pid-processoverviewfileverarbeitung.platform_page .platform #main-content input.form-text,
.platform_page .platform #main-content select {
    height: auto !important;
    line-height: normal !important;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    padding: 0px;
    font-size: 1rem;
}
#overview_table {
    margin-top: 15px;
}
.platform_page .dataTables_wrapper .dataTables_filter,
.platform_page .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
}
.platform .dataTables_wrapper .dataTables_length {
    margin-left: 50px;
}
.platform_page .dataTables_wrapper .dataTables_filter {
    margin-right: 50px;
}
.platform_page #rp_add_button_wrapper {
    margin: 15px 0px;
    display: flex;
    justify-content: flex-end;
}
.platform #rp_add_button_wrapper #rp_add_button {
    display: block;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    line-height: 30px;
    height: 30px;
    border: none;
    background-color: #ea1c0a;
    color: #ffffff !important;
    cursor: pointer;
}
.platform_page #rp_add_button_wrapper #rp_add_button {
}
.platform_page .rp_anticipated_payment_list_fieldset .legend_title,
.platform_page .platform #rp_meter_reading_block > h1,
.platform_page .platform #rp_select_object_wrapper,
.platform_page #rp_add_button_wrapper,
.platform_page .rp_meter_list_fieldset .legend_title,
.platform_page #rp_contract_overview_block .rp_object_fieldset + label,
.platform_page #rp_contract_overview_block .rp_object_fieldset + label + select {
    margin-left: 50px;
}
#pid-renterpower-contract-overview #rp_contract_overview-result-table a.button {
    line-height: normal;
}
#rp_contract-wrapper #generate_final_bill a:before,
#rp_contract-wrapper #rp-select-document-wrapper a#rp-contract-generate-button:before {
    content: "\2192";
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}
#rp_contract-wrapper #generate_final_bill {
    text-align: right;
    margin: 10px 0px;
}
#rp_contract-wrapper #generate_final_bill a,
#rp_contract-wrapper #generate_final_bill div {
    /*color:#b00402;*/
}
.platform #rp_contract-block h1.title {
    padding: 0px 40px;
}
#objectproduction_chart_wrapper {
    position: relative;
}
#objectproduction_chart_wrapper .nvd3.nv-legend,
#objectproduction_chart_wrapper .nv-y.nv-axis .tick line {
    display: block;
}
#objectproduction_chart_wrapper .nv-legendWrap .nv-series {
    display: block;
}
#objectproduction_chart_wrapper .nv-controlsWrap .nv-series {
    display: none;
}
#objectproduction_chart_wrapper svg .nv-series-1 rect {
    position: absolute;
    margin-left: -50px !important;
}
#pid-erzeugungsdaten #ed_chart2.chart-container .legend:nth-of-type(3) {
    display: none !important;
}
.platform_page #page.operator .operator_title {
    display: block;
    margin-top: 64px;
    font-size: 52px;
}
#header_top_line {
    width: 100%;
}
#header_top_line > div:first-child {
    flex-grow: 1;
}
#header_top_line > div:nth-child(2) {
    width: 233px;
}
#header_top_line > div:last-child {
    width: 411px;
}
.operator header {
    position: relative;
    height: auto;
    margin: 0 auto;
    display: block;
}
#operator_header {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #e8e8e8;
}
#operator_header .region-header-top {
}
#operator_header #header_top {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
#operator_header #header_bottom {
    height: 64px;
}
#top_user,
#top_contact,
#operator_header #header_top .operator_header_top .content > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#top_contact {
    margin-right: 40px;
}
#top_user {
    font-size: 14px;
    line-height: 16px;
    margin-right: 64px;
    position: relative;
}
#top_user a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 100%;
    margin-left: 10px;
}
#top_user a img {
    height: 97%;
    margin-top: 3px;
    width: auto;
    display: block;
    max-height: 40px;
    max-width: unset;
}
#top_contact div {
    margin-right: 16px;
}
#top_contact a {
    display: block;
    width: 48px;
    text-align: center;
}
#operator_header #header_top .operator_header_top .content > div {
    flex-grow: 1;
}
#operator_header .operator_header_inner {
    padding: 0px 202px;
}
#operator_header #header_top .operator_header_inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#operator_navi {
    flex-grow: 1;
    position: relative;
    margin-bottom: 40px;
}
#object_edit_navi {
    margin-bottom: 20px;
}
#object_edit_navi,
.menu--menu-callcenter > ul,
.rp-operator-menu > ul {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    height: 62px;
    padding: 0px;
}
#object_edit_navi .menulink,
#operator_header .menulink {
    margin-right: 0px;
}
#object_edit_navi .menulink a,
.menu--menu-callcenter .menulink a,
.rp-operator-menu .menulink a,
.rp-operator-menu .menulink a {
    font-weight: bold;
    font-size: 18px;
    line-height: 64px;
    height: 60px;
    padding: 0px 16px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid transparent;
    margin-bottom: 0px;
    color: #343434;
}
#object_edit_navi .menulink a,
.menu--menu-callcenter .menulink a,
.rp-operator-menu .menulink a,
.rp-operator-menu .menulink a {
    padding: 0px;
    margin: 0px 16px;
    white-space: nowrap;
}
.rp-operator-menu .firstli a {
    margin-left: 0px;
}
#object_edit_navi .menulink a {
    height: 64px;
}
#object_edit_navi .menulink:first-child a {
    margin-left: 0px;
}
.operator_header .menu {
    justify-content: center;
    margin: 0 200px;
    padding: 0px;
    width: auto;
}
#rp_contract_overview_block .leaf.menu-mlid-24850,
#rp_edit_meter-wrapper .leaf.menu-mlid-24850,
#rp_bills_overview_block .leaf.menu-mlid-24850,
.block-block__fileprocess .leaf.menu-mlid-24850 {
    display: none;
}
#rp_contract_overview_block.b2b .leaf.menu-mlid-24850,
#rp_edit_meter-wrapper.b2b .leaf.menu-mlid-24850,
#rp_bills_overview_block.b2b .leaf.menu-mlid-24850,
.block-block__fileprocess .b2b .leaf.menu-mlid-24850 {
    display: block;
}
#rp_contract_overview_block.b2b .operator_header .rp-operator-menu .menu,
#rp_edit_meter-wrapper.b2b .operator_header .rp-operator-menu .menu,
#rp_bills_overview_block.b2b .operator_header .rp-operator-menu .menu,
.block-block__fileprocess .b2b .operator_header .rp-operator-menu .menu {
    margin: 0px -20px;
}
.operator_header .rp-operator-menu .menu {
    margin: 0px 80px;
    display: flex;
}
.block-block__contract-termination-edit > h2 {
    display: none;
}
.block-block__contract-termination #user_selector_title .field-label {
    font-size: 18px;
    font-weight: bold;
}
.rp-operator-menu li a {
    /*border-bottom:2px solid #f6f6f7;*/
}
.rp-operator-menu .menu a {
    height: 64px;
}
.operator_header .rp-operator-menu .menu a {
    margin: 0px;
    margin-top: -2px;
    padding: 0px 36px;
}
.rp-operator-menu li.active-trail.active a,
.rp-operator-menu li a.active-trail,
.rp-operator-menu li a.tabactive,
.rp-operator-menu li a.is-active,
.rp-operator-menu li a:hover,
#operator_header nav .menulink a.tabactive,
#object_edit_navi .menulink a.tabactive,
#operator_header nav .menulink a.is-active,
#object_edit_navi .menulink a.is-active,
#object_edit_navi .menulink a:hover,
#operator_header nav .menulink a:hover {
    height: 60px;
    margin-bottom: -2px;
}
#operator_header .content > .menu {
    /* background-color: #ffffff; */
}
#operator_header #header_bottom {
    background-color: #f6f6f7;
    border-top: 2px solid #e8e8e8;
}
.user-picture {
    margin-right: 16px;
    position: relative;
}
.user-picture a:after {
    content: " ";
    background-image: url("../images/eon/settings.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: -12px;
}
.user-picture img {
    border-radius: 50%;
}
.platform_page .operator .dataTables_wrapper tr td a {
    color: #39393a;
    text-decoration: none;
}
.platform_page .operator .dataTables_wrapper a.table_direct_link,
.platform_page .operator .dataTables_wrapper span.table_direct_link {
    text-decoration: underline;
}
.operator .dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
    background: none;
}
.operator .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.operator .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
    background-image: url("../images/eon/chevron_left_gray.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.operator .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.operator .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {
    background-image: url("../images/eon/chevron_right_gray.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.operator #footer_bottom {
    border-top: 1px solid #f6f6f7;
}
.onoffswitch-label {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #8f9192;
    border-radius: 7px;
    background-color: #ffffff;
    height: 34px;
    width: 58px !important;
}
.onoffswitch-switch {
    width: 24px;
    height: 24px;
    margin: 3px;
    background: #8f9192;
    box-sizing: content-box !important;
    border: none;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.onoffswitch {
    position: relative;
    width: 58px;
    margin-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline;
    margin-left: 10px;
}
.onoffswitch-inner::before,
.onoffswitch-inner::after {
    content: "";
    background: none;
}
.onoffswitch-checkbox {
    display: none !important;
}
#overlay div.area.closed,
.platform_page #main-content #rp_contract-block div.area.closed,
.platform_page #main-content #rp_edit_real_estate-block fieldset.closed {
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    padding: 0px !important;
    margin: 0px !important;
    position: absolute;
}
#page_overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}
.object-selector,
.platform #rp-contract-cancellation-form .nice-select,
.platform #rp_cost_overview_block .nice-select,
.operator_page select,
.callcenter .nice-select,
.operator_page .nice-select {
    width: 100%;
    min-width: 250px;
    background-color: #ffffff;
    height: 56px !important;
    border-radius: 3px;
}
.callcenter #rp-callcenter-adapt-prepayment-form .form-item {
    width: 48% !important;
}
.callcenter #rp-callcenter-adapt-prepayment-form .nice-select {
    min-width: 0%;
}
.callcenter #rp-anticipated-payment-amount {
    text-align: center;
}
.callcenter .esubmit_wrapper {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.callcenter .esubmit_wrapper #xsubmit {
}
#rp-callcenter-adapt-prepayment-form > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.operator_page .ui-dialog select::-ms-expand {
    display: none;
    padding-right: 50px;
    background: transparent;
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.operator_page .ui-dialog select::-ms-value {
    background: none;
    color: #42413d;
}
.operator_page .ui-dialog select option {
    padding-left: 10px;
    color: #404040;
    background-color: #e8e8e8 !important;
}
.operator_page .ui-dialog select option:checked,
.operator_page .ui-dialog select option:hover {
    background: #ffffff !important;
}
.operator #overview_table_wrapper .nice-select {
    line-height: 56px;
}
.platform #rp-contract-cancellation-form .nice-select {
    width: 100%;
}
.operator_page .nice-select.open::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -18.5px;
}
.operator_page .nice-select .list {
    background-color: #e8e8e8;
    width: 100%;
    border: 1pxsolid #ffffff;
    border-radius: 0px;
    box-shadow: 0;
}
.rp_object_fieldset {
    /*display: none;*/
}
.operator #object_header_info {
    display: block;
    margin-top: 64px;
    padding-bottom: 16px;
    border-bottom: 2px solid #bfbfbf;
}
.operator .supplier_header_block,
.operator #object_header_blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
    padding-bottom: 64px;
}
.operator .supplier_header_block > div,
.operator #object_header_blocks > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 330px;
    height: 220px;
    border-radius: 3px;
    padding: 16px 24px 24px 24px;
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 1px 20px 0 rgba(57, 57, 58, 0.1);
}
.operator #object_header_blocks > div {
    height: 160px;
    align-items: center;
}
.operator .supplier_header_block {
    justify-content: center;
}
.operator .supplier_header_block > div {
    width: 49%;
    height: 260px;
    align-items: center;
}
.operator #supplier_header_blocks_bottom {
    margin-top: 0px;
}
.operator .supplier_header_block {
    margin-bottom: 25px;
    padding-bottom: 0px;
}
.supplier_header_block img {
    display: block;
    margin: 0px auto;
}
.supplier_header_block a {
    font-weight: 900;
}
.supplier_header_block a.add_link {
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0px 24px;
    border-radius: 5px;
    cursor: pointer;
    width: 170px;
}
.supplier_header_block a:before {
    line-height: normal;
}
a.edit_link {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-weight: 700;
}
#rp_add_button,
.operator input.add_link,
a.add_link {
    font-family: "EONBrixSans";
    line-height: 52px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
}
#rp_add_button_wrapper_inner {
    position: relative;
}
.platform #rp-contract-cancellation-form fieldset,
#page.operator #main fieldset,
#overlay .operator fieldset {
    border: none !important;
    margin-top: 0px;
    padding: 0px !important;
}
.operator fieldset legend {
    display: none;
}
.platform_page .operator #main-content .area {
    background: none;
    border: none !important;
    padding: 0px !important;
    border-radius: 0px;
}
#rp-object-name-wrapper label,
#rp-bank-name-wrapper label,
#rp-streetname-re-wrapper label,
#rp-number-re-wrapper label,
#rp-number-addon-re-wrapper label,
#rp-postal-code-re-wrapper label,
#rp-city-re-wrapper label,
#rp-bic-wrapper label,
#rp-iban-wrapper label {
    /*visibility: hidden;*/
}
#rp_edit_real_estate-block label {
    width: auto;
    float: none;
}
#rp_edit_real_estate-block .open label.error {
    visibility: visible !important;
}
.onoffswitch_wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}
.switchlabel {
    margin-right: 20px;
}
.switchlabel_right {
    margin-left: 10px;
}
.platform_page #overlay h1.title {
    display: none;
}
#overlay .flex_block legend {
    width: 100%;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}
#overlay .flex_block > div {
    width: 48%;
}
#overlay #user-register-form #edit-metatags,
#overlay #user-register-form .form-item-roles input[type="checkbox"]:not(:checked) {
    display: none;
}
#overlay #user-register-form .form-item-roles input[type="checkbox"]:not(:checked) + label {
    display: none;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
}
.block-block_object-overview .dataTables_filter,
#rp_objectbills_table_wrapper .dataTables_filter {
    visibility: visible;
    float: left;
    position: relative;
    margin-top: 50px;
}
.block-block__object_overview .dataTables_wrapper .dataTables_processing {
    display: none !important;
}
#rp_contract_overview_block .dataTables_wrapper .dataTables_filter,
#rp_statement_overview_block .dataTables_wrapper .dataTables_filter,
#rp_edit_meter-block .dataTables_wrapper .dataTables_filter {
    position: relative;
    text-align: left;
    float: none;
    visibility: visible;
    margin-top: 50px;
    padding-left: 0px;
}
#rp_edit_meter-block #rp_add_button_wrapper {
    position: relative;
    z-index: 1;
}
.operator_page .operator .dataTables_wrapper .dataTables_filter input {
    float: left;
    height: 56px;
    line-height: 56px;
    border-radius: 3px;
    padding-right: 60px;
    padding-left: 10px;
    margin-left: 0px;
    font-size: 18px;
}
.operator_page .operator .dataTables_wrapper .dataTables_filter label {
    font-size: 0px;
}
.operator_page .operator .dataTables_wrapper .dataTables_filter label:before {
    content: " ";
    background-color: #f6f6f7;
    background-image: url("../images/eon/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 52px;
    width: 54px;
    display: inline-block;
    line-height: 52px;
    position: absolute;
    margin-left: -58px;
    top: 4px;
}
input.error::placeholder {
    /*opacity: 1;*/
}
.error {
    color: #b00402;
}
label.error,
span.error {
    width: 100% !important;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 3px;
    color: #b00402;
}
label.error:before,
span.error:before {
    display: inline-block;
    content: " ";
    background-image: url("../images/eon/alert_red.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-bottom: -2px;
}
.platform_page .operator .form-item,
.platform_page .operator .form-actions {
    margin-bottom: 0px;
}
a.overlay {
    display: block;
}
.nextprev_wrapper {
    margin-top: 20px;
    float: right;
}
a.nextprev.ebutton {
    margin-right: 20px;
}
#rp_contract_submit_button_wrapper,
#overlay #user-register-form #edit-actions,
#rp-pay-scale-submit-wrapper,
#rp-supplier-submit-wrapper,
#rp-real-estate-submit-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#overlay #user-register-form #edit-account {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#overlay #user-register-form #edit-legal .flex_block > div,
#overlay #user-register-form #edit-account > .form-type-password-confirm,
#overlay #user-register-form #edit-account > .form-item-notify {
    width: 100%;
}
#overlay #user-register-form #edit-legal {
    margin: 20px 0px !important;
}
a.nextprev.disabled,
#object_edit_navi .menulink a.disabled {
    pointer-events: none;
}
.operator_title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.cc_modal_close,
a.operator_close {
    display: block;
    background-image: url("../images/eon/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 48px;
}
/*#########################################dashboard###########################*/
#pid-dashboard #header_bottom,
#pid-dashboard .page_title_wrapper {
    display: none;
}
#pid-dashboard .rp-operator-menu li a.is-active,
#pid-dashboard .rp-operator-menu li a:hover {
    margin-bottom: 0px;
}
.dasboard_banner .content > div {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.dasboard_banner .content > div > div {
    width: 50%;
}
.dasboard_banner #db_copy {
    text-align: right;
    color: #ffffff;
    font-size: 75px;
    font-weight: 900;
    padding: 40px;
    padding-left: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#pid-dashboard #operator_header {
    border-bottom: none;
}
.operator .contract-selector {
    margin-left: 0px;
}
.operator #rp_contract-block .area {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}
.operator #rp_contract-wrapper .outer-wrapper {
    display: block;
}
.operator .field-type-header .field-label {
    background-color: #fff;
    padding: 0 0px;
    width: auto !important;
}
.operator #rp_contract-wrapper form {
    padding: 0px;
}
.operator #rp_contract-block .area .field-type-header {
    position: static;
    top: 0px;
    width: 100%;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}
#dashboard {
}
#dashboard_filter_outer_wrapper {
    background-color: #f6f6f7;
    height: 194px;
}
#dashboard_filter_outer_wrapper .dashboard_small_caption {
    width: 100%;
    font-size: 26px;
    font-weight: 900;
    margin: 30px 0px -20px 0px;
}
.dashboard_large_caption {
    font-size: 72px;
    font-weight: 900;
    margin: 30px 0px 0px 0px;
    margin-bottom: 50px;
}
.dashboard_filter_wrapper {
    width: 32.5%;
    /*width: 49%;*/
}
#chart_bilanz {
    height: 32px;
    width: 100%;
}
#dashboard_bilanz_wrapper #chart_legende {
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 30px;
}
#dashboard_bilanz_wrapper #chart_legende > div {
    display: flex;
    flex-wrap: wrap;
}
#dashboard_bilanz_wrapper #chart_legende > div > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#dashboard_bilanz_wrapper #chart_legende > div {
    flex-direction: column;
    justify-content: center;
    width: 50%;
    align-items: center;
}
.db_chart_wrapper .legende_color,
#dashboard_bilanz_wrapper #chart_legende div .legende_color {
    width: 18px;
    height: 18px;
}
#dashboard_bilanz_wrapper #chart_legende div.verbrauch {
    font-size: 36px;
    border-right: 1px solid #bfbfbf;
}
#dashboard_bilanz_wrapper #chart_legende div.production {
    font-size: 36px;
}
#dashboard_bilanz_wrapper #chart_legende div.wert {
    margin-bottom: 20px;
}
#dashboard_bilanz_wrapper #chart_legende div.legende_text {
    font-size: 18px;
    line-height: 18px;
    color: #39393a;
}
#dashboard_bilanz_wrapper .db_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border-radius: 3px;
    padding: 24px 0px 28px 0px;
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 1px 20px 0 rgba(57, 57, 58, 0.1);
}
#dashboard .select_production {
    justify-content: center;
    height: 150px;
}
#dashboard_bilanz_wrapper .select_production .production_date_output {
    font-weight: 700;
}
#dashboard_bilanz_wrapper #object_header_blocks > div .wert {
    font-size: 50px;
    align-self: center;
}
#dashboard .object_container {
    padding-bottom: 40px;
}
#dashboard .db_chart_wrapper {
    width: 1034px;
    display: flex;
    justify-content: space-between;
}
#dashboard .db_chart_wrapper > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
    border-radius: 3px;
    padding: 43px;
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 1px 20px 0 rgba(57, 57, 58, 0.1);
}
#dashboard .db_chart_header,
#dashboard .object_legend > div {
    display: flex;
    justify-content: space-between;
}
#dashboard .object_legend > div.colors {
    justify-content: center;
}
.db_chart_wrapper .name {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.db_chart_wrapper .name .legende_color {
    margin-right: 10px;
}
.db_chart_wrapper .name .legende_text {
    font-size: 18px;
    font-weight: 700;
}
.db_chart_wrapper .werte {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #8ed0d8;
}
.db_chart_wrapper .werte .left {
    color: #0f738a;
}
#dashboard .db_chart_header {
    font-size: 26px;
    margin-bottom: 80px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 20px;
}
#dashboard_objects .object_header_info_wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 64px;
}
#dashboard_objects .object_header_info {
    display: block;
    border: none;
    margin-bottom: 50px;
    margin-left: 40px;
}
#dashboard_objects .object_header_extras {
    margin-left: 88px;
    margin-bottom: 50px;
}
#dashboard_objects .object_header_info .object_header_id {
    font-size: 26px;
    line-height: 26px;
    font-weight: 900;
}
#dashboard_objects .object_header_info .object_header_name {
    display: flex;
    justify-content: space-between;
    font-size: 52px;
    line-height: 52px;
    font-weight: 900;
    margin-top: 16px;
    margin-bottom: 50px;
}
#dashboard_objects a.link_arrow {
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
#dashboard_objects a.link_arrow:before {
    content: " ";
    background-image: url("../images/eon/arrow_right_red.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 11.5px;
}
#dashboard .object_bottom_info {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#dashboard .object_bottom_info > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 24%;
    height: 241px;
    padding: 27px 30px;
    box-shadow: 0 1px 20px 0 rgba(57, 57, 58, 0.2);
    font-size: 25px;
    font-weight: 600;
}
#dashboard .object_bottom_info > div .text {
    min-height: 65px;
}
#dashboard .object_bottom_info > div .number {
    font-size: 38px;
}
.object_container.closed .object_content {
    display: none;
}
#dashboard select#area {
    display: none;
}
.object_container.closed .object_header_info_toggle a img,
.customerdata_container.closed .customerdata_header_info_toggle a img {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
#rp_contract_overview-result-table .tooltip a.overlay {
    display: inline-block;
}
#rp_contract_overview-result-table .tooltip a + span {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.operator table.dataTable .tooltip_content,
.operator table.dataTable .tooltip_upload {
    display: none;
    justify-content: flex-start;
    position: absolute;
    margin-top: -80px;
    white-space: nowrap;
    background-color: #ffffff;
    padding: 15px 26px 15px 21px;
    box-shadow: 0 1px 20px 0 rgba(57, 57, 58, 0.2);
    z-index: 500;
}
.operator table.dataTable td.tooltip .tooltip_content {
    justify-content: center;
    margin-top: -45px;
    padding: 8px 0px 15px 0px;
}
.operator table.dataTable td.tooltip .tooltip_content.wide {
    padding: 15px 26px 15px 21px;
}
.operator table.dataTable td.tooltip .tooltip_content.wide a {
    color: #ea1c0a;
    text-decoration: underline;
}
.operator table.dataTable td.tooltip .tooltip_content.content_edit {
    margin-top: -55px;
    margin-left: -35px;
    padding: 8px 15px 15px 15px;
}
#rp_contract_overview-result-table .tooltip_content .name {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #39393a;
}
#rp_contract_overview-result-table .tooltip_content .value {
    text-align: center;
}
.operator table.dataTable .tooltip_content .tooltip_header {
    text-align: center;
    margin-bottom: 7px;
    width: 100%;
}
.operator table.dataTable select {
    min-width: 0px;
}
.operator table.dataTable .nice-select .current {
    padding-right: 50px;
}
.operator table.dataTable .tooltip:hover .tooltip_content {
    display: flex;
    flex-wrap: wrap;
}
.operator table.dataTable .tooltip .tooltip_upload.persist,
.operator table.dataTable .tooltip:hover .tooltip_upload {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: -90px;
    margin-left: -275px;
    padding-bottom: 30px;
    min-width: 401px;
}
.cc_readonly {
    background-color: #f6f6f7 !important;
}
.block-block__contract-termination #rp_cc_text {
    clear: both;
    display: block;
    margin-top: 64px;
}
.block-block__contract-termination .form-item-rp-cc-reason {
    /*  height:64px;*/
}
/*.overlay-content.operator #rp_contract-block #rp-contract-submit-button{
  display: none;
}
.overlay-content.operator #rp_contract-block.release_input #rp-contract-submit-button{
  display: block;
}*/
input.form-submit.ebutton.date_accepted_delete {
    height: 25px !important;
    width: 25px !important;
    padding: 0px !important;
    line-height: normal;
    border-radius: 9px;
    float: right;
}
.date_wrapper {
    display: flex;
}
.date_wrapper input {
    border: none;
    width: 150px;
}
.date_wrapper .ui-datepicker-trigger {
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-title select {
    float: left !important;
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49% !important;
    min-width: 0px !important;
    height: auto !important;
}
.tooltip_upload .doc_row {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.tooltip .caption,
.tooltip_upload .caption {
    font-size: 20px;
    font-weight: bold;
}
.tooltip .caption {
    margin-bottom: 8px;
}
.operator #main-content #rp_b2b_contract_overview_table .tooltip_upload .upload_row .caption {
    margin-bottom: 10px;
}
.tooltip_upload .infocaption {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tooltip_upload .doc_row div:first-child {
    /*margin-right:25px;*/
}
.upload_row form > div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.upload_row {
    margin-top: 20px;
}
.upload_row form > div .e_image_button {
    width: 25px;
    height: 25px;
}
.upload_row form .form-type-file {
    min-width: 300px;
}
.operator #main-content #rp_b2b_contract_overview_table .tooltip_upload input.form-text {
    line-height: normal !important;
    height: auto !important;
    padding: 2px 0px 2px 5px;
    margin-right: 5px;
    font-size: 0.8rem;
}
.operator #main-content #rp_b2b_contract_overview_table .upload_row form .form-type-file {
    min-width: 230px;
    margin-left: 5px;
}
.operator #main-content #rp_b2b_contract_overview_table .upload_row form .form-item-files-file input {
    min-width: 220px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 225px;
    padding-right: 5px;
}
#rp_b2b_contract_overview_table .tooltip .tooltip_upload.persist,
#rp_b2b_contract_overview_table .tooltip:hover .tooltip_upload {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: -90px;
    margin-left: -325px;
    padding-bottom: 30px;
    min-width: 451px;
}
#rp_b2b_contract_overview_table .tooltip.toright .tooltip_upload.persist,
#rp_b2b_contract_overview_table .tooltip.toright:hover .tooltip_upload {
    margin-right: -325px;
    margin-left: auto;
}
.doc_download.doc_row a {
    margin-left: 10px;
    display: inline-block;
}
.doc_rechnung.doc_row a {
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}
body .ccv_table_filter,
.operator_search_field,
.dashboard_filter_wrapper.rp_name_search {
    position: relative;
}
body.operator_page .dashboard_filter_wrapper.rp_name_search input,
body .ccv_table_filter input {
    width: 100%;
    min-width: 250px;
    background-color: #ffffff;
    height: 56px;
    border-radius: 3px;
    color: #404040;
    padding-left: 20px;
    font-size: 18px;
    border: 2px solid #8f9192;
}
body .ccv_table_filter label:after,
.operator_search_field label::after,
.dashboard_filter_wrapper.rp_name_search label::after {
    content: " ";
    background-color: #f6f6f7;
    background-image: url("../images/eon/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 52px;
    width: 54px;
    display: inline-block;
    line-height: 52px;
    position: absolute;
    margin-left: -56px;
    top: 4px;
}
.dataTable.with_filter.fl_formatted label {
    position: relative;
}
.dataTable.with_filter.fl_formatted label input {
    background-color: #ffffff;
    height: 36px;
    border: 2px solid #1ea2b1;
    border-radius: 3px;
    color: #404040;
    padding-left: 5px;
    width: 100%;
}
.dataTable.with_filter.fl_formatted label::after {
    content: " ";
    background-color: #f6f6f7;
    background-image: url("../images/eon/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    width: 34px;
    display: inline-block;
    line-height: 32px;
    position: absolute;
    /*margin-left: -58px;*/
    top: 2px;
    right: 2px;
}
.operator_search_field label::after {
    right: 2px;
    left: auto;
    margin-left: -0px;
}
.operator #main-content .operator_search_field input.form-text {
    border: 2px solid #1ea2b1;
}
.ui-autocomplete {
    border-radius: 0px !important;
}
.ui-autocomplete * {
    background: none !important;
    border-radius: 0px !important;
}
.ui-autocomplete li a {
    border-color: #ffffff !important;
    border-radius: 0px !important;
}
#rp-select-pay-scale-wrapper {
    height: 80px;
}
body.operator_page #rp_meter_reading_block {
    padding: 0px;
}
body.operator_page #rp_meter_reading_block .operator_header {
    margin-top: 64px;
}
body.operator_page #rp_meter_reading_block #rp_add_button_wrapper.operator_header {
    margin-top: 0px;
}
input[type="search"] {
    -webkit-appearance: none;
}
body.operator_page #rp_edit_pay_scale-block a.operator_close {
    display: none;
}
body.operator_page .overlay-content #rp_edit_pay_scale-block a.operator_close {
    display: block;
}
.platform_page .operator .dataTable.with_filter.fl_formatted {
    margin-left: auto;
    margin-right: auto;
}
.platform_page .operator .dataTable.with_filter.fl_formatted th {
    padding-left: 0px;
    padding-right: 0px;
}
.dataTable.with_filter.fl_formatted th.narrow {
    width: 50px !important;
}
.dataTable.with_filter.fl_formatted th.wide {
    width: 200px !important;
}
.operator #rp_bills_overview_block #rp_objectbills_table td {
    padding: 0px;
    padding: 5px 0px;
}
#rp_bills_overview_block #rp_objectbills_table td a {
    color: #39393a;
}
.dataTable.with_filter.fl_formatted .flex_block.download_bill {
    justify-content: space-around;
}
#umschalter_wrapper {
    margin-top: 30px;
    margin-bottom: 14px;
    margin-left: 5px;
}
#umschalter_wrapper .umschalter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#umschalter_wrapper .umschalter a {
    color: gray;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
#umschalter_wrapper .umschalter a.b2b svg {
    transform: rotateY(180deg);
}
#umschalter_wrapper .umschalter a svg {
    width: 60px;
    margin-left: 22px;
    margin-right: 22px;
    filter: drop-shadow(1px 6px 25px rgba(0, 0, 0, 0.45));
}
.user-picture img {
    width: 40px;
    height: 40px;
}
#object_header_info.ccv {
}
#ccv_customerdata .customerdata_container_wrapper:first-child {
    padding-top: 0px;
}
#terminal {
    display: none;
    position: absolute;
    left: 50%;
    color: #ea1b0a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 1px 20px 0 rgba(57, 57, 58, 0.1);
}
#pid-renterpower-pay-scale-edit .rp_pay_scale_fieldset span.title {
    display: none;
}
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract {
    margin-top: -110px;
}
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract .upload_row form > div {
    display: block;
}
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract input.b2b_contract_start_date,
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract input.b2b_contract_cancellation_date,
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract input.b2b_contract_end_date {
    width: 250px !important;
    min-width: 0px !important;
    font-size: 1rem !important;
}
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract .form-item-start-date,
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract .form-item-cancellationdate,
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract .form-item-conclusion {
    margin: 10px 0px 20px 0px;
}
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract img.ui-datepicker-trigger,
#rp_b2b_contract_overview_table_wrapper .tooltip_upload.b2b_contract .upload_row form > div .e_image_button {
    float: right;
}
.doc_download.doc_row.b2b_termination {
    display: block;
}
.date_wrapper input {
    font-family: "Arial", sans-serif;
    width: 170px;
}
#rp_b2b_termination_overview_table td.narrow {
    width: 60px;
}
#rp_b2b_termination_overview_table td.limit160 {
    width: 160px;
}
#rp_b2b_termination_overview_table td.limit180 {
    width: 180px;
}
#rp_b2b_termination_overview_table0 {
    width: 90% !important;
}
#group-kdnr-wrapper {
    display: none;
}
#download_image {
    width: 25px;
    height: 25px;
    background-image: url("../images/eon/download.png");
    background-repeat: no-repeat;
}
.chevron-bold-up svg,
.chevron-bold-up-big svg {
    transform: rotate(-90deg);
}
.closed .chevron-bold-up svg {
    transform: rotate(90deg);
}
.closed .chevron-bold-up-big svg {
    transform: rotate(90deg);
}
#acc_closed {
    width: 25px;
    height: 25px;
    background-image: url("../images/eon/acc_closed.png");
    background-repeat: no-repeat;
}
.button_holder .prev_icon {
    width: 32px;
    height: 32px;
    background-image: url("../images/eon/acc_closed.png");
    background-repeat: no-repeat;
}
.button_holder .next_icon {
    width: 32px;
    height: 32px;
    background-image: url("../images/eon/acc_closed.png");
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.block-block__cockpit-savings .move_button {
    width: 32px;
    height: 32px;
}
.block-block__cockpit-savings .move_button svg {
    width: 32px;
    height: 32px;
}
.block-block__cockpit-savings .move_button.prev svg {
    transform: rotate(-180deg);
}
.operator .download_icon {
    width: 25px;
    height: 25px;
    background-image: url("../images/eon/download.png");
    background-repeat: no-repeat;
}
.close_upload_row {
    float: right;
}
.operator #top_user a.fa-sign-out {
    color: #ea1c0a;
    margin-left: 10px;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
    height: 30px;
}
#pid-kontoauszug .dataTables_wrapper .dataTables_filter {
    visibility: visible;
}
#pid-kontoauszug .dataTables_wrapper .dataTables_filter label {
font-size:20px!important;
}
#rp_meter_reading_table_wrapper {
    margin-top: 50px;
}
#rp_meter_reading_table_filter {
    visibility: visible !important;
}
#rp-contract-cancellation-form .nice-select .current {
    line-height: 50px;
}
.operator #rp_contract_overview-result-table_wrapper {
    margin-top: 0px;
}
#rp-contract-cancellation-form .form-item-plz label {
    text-transform: uppercase;
}
#ee_services .dataTables_filter,
#ee_pdf_functions .dataTables_filter,
.block-block__page-objectoverview .dataTables_filter,
#rp_objectbills_table_wrapper .dataTables_filter {
    visibility: visible;
    position: relative;
}
.block-block__page-objectoverview .dataTables_filter,
#rp_objectbills_table_wrapper .dataTables_filter {
    float: left;
    margin-top: 50px;
    height: 56px;
}
body.operator_active #tabs_wrapper {
    display: none;
}
#pid-contract-manager #ee-button-area {
    display: block;
}
.block-block__ccv-endkundenprofil #customerdata_data #chart_wrapper svg + svg {
    display: none !important;
}
.operator form label {
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}
#overlay-wrap .rp_supplier_fieldset legend {
    display: none;
}
#overlay-wrap .rp_supplier_fieldset #rp-supplier-type-outer-wrapper {
    visibility: hidden;
    height: 0px;
}
#mobile_header_logo,
#platform_header #logo a {
    height: 73px;
    width: 206px;
    display: inline-block;
}
#rp_edit_pay_scale-wrapper label {
    width: auto;
    float: left;
}
#rp-select-meter {
    width: 100%;
    border: 2px solid #8f9192;
    border-radius: 3px;
    color: #404040;
    font-size: 1rem;
    height: 56px !important;
    padding: 5px 0px 5px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#rp-select-meter:hover {
    width: 100%;
    border: 2px solid #5c7c3d;
    border-radius: 3px;
    color: #404040;
    font-size: 1rem;
    height: 56px !important;
    padding: 5px 0px 5px 10px;
}
#rp_meter_reading_table_length select,
.overlay-content.operator .area select {
    background-image: url("../images/eon/dropdown_down.png");
    background-position: 99% center;
    background-repeat: no-repeat;
    border: 2px solid #8f9192;
    border-radius: 3px;
    color: #404040;
    font-size: 1rem;
    height: 56px !important;
    padding: 5px 0px 5px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#rp_meter_reading_table_length select {
    background-position: 91% center;
    width: 150px;
    min-width: 0px;
}
/* Hide arrow icon in IE browsers */
.overlay-content.operator .area select::-ms-expand {
    display: none;
}
#rp_b2b_termination_overview_table tr td:last-child .tooltip_content.content_edit {
    right: 0px;
}
#rp_b2b_termination_overview_table .tooltip_upload.b2b_contract {
    left: 250px;
}
#rp-supplier-delete-button {
    margin-left: 15px !important;
}
.opcca_object_selector,
#rp_selected_object_info {
    margin-bottom: 20px;
}
.faq_headline {
	display: none;
}


#sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .eu-cookie-compliance-hide-button,
#sliding-popup .eu-cookie-compliance-more-button-thank-you,
#sliding-popup .eu-cookie-withdraw-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
    border-radius: 12px !important;
}
#pre-contract-wrapper .form-item,
#pre-contract-wrapper .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
#pre-contract-wrapper label {
	display: inline-block;
}
#pre-contract-wrapper .form-text,
#pre-contract-wrapper .form-email,
#pre-contract-wrapper .form-date,
#pre-contract-wrapper .form-select,
#pre-contract-wrapper .form-radio,
#pre-contract-wrapper .form-checkbox {
    min-width: unset;
}
.front .operator #header_bottom,
.front .operator .block.menu--menu-callcenter,
.front .callcenter #header_bottom,
.front .callcenter .block.menu--menu-callcenter {
    display: none;
}
h2.red66{
    font-size: 1.5em;
    color: #343434;
    font-weight: 700;
}
#header_side {
	width: 72px;
}
#ee_paymentsinfo_block > fieldset > .inner-node,
#ee_paymentsinfo_block > fieldset > .inner-node > form {
    display: flex;
    justify-content: space-between;
}
#ee_payments_overview_block .ee-verzweck {
    max-width: 300px;
}
#ee_payments_overview_block .ee-status {
    width: 55px;
}
#ee-payments-result-body * {
    box-sizing: content-box;
}
#group-delivery-wrapper .form-type-checkbox{
  display: flex;
}
#group-delivery-wrapper .form-type-checkbox .edit-delivery{
 margin-right: 10px;
}
#group-delivery-wrapper label{
margin-top:0;
}
#pid-customerdata #ee-customer-insert-block-form #ee-button-area .button{
  padding: 5px 50px;
  height:auto;
}
div#sliding-popup {
  border-top: 0;
  -webkit-box-shadow: 0px -2px 8px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -2px 8px -3px rgba(0,0,0,0.75);
  box-shadow: 0px -2px 8px -3px rgba(0,0,0,0.75);
}
.eu-cookie-compliance-categories-buttons button,
#popup-buttons button {
  background-color: var(--primary_color) !important;
  color: #fff !important;
}
.eu-cookie-compliance-categories-buttons button:hover,
#popup-buttons button:hover {
  background-color: var(--primary_color) !important;
  color: #fff !important;
  background-image: none;
}
.sliding-popup-bottom .eu-cookie-withdraw-tab {
  border-radius: 10px 10px 0 0;
  border:2px solid var(--primary_color);
  border-bottom: none;
}
.popup-content.info{
  background: none;
  border:none;
}
.eu-cookie-compliance-message button.find-more-button{
  color: #39393a;
}
