/* contacts block */
.contact-block__wrapper {
    position: fixed;
    text-align: right;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    justify-content: flex-end;
    align-items: center;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #afafaf29;
    overflow-x: hidden;
    overflow-y: auto;
}
.contact-block {
    padding: 70px 45px 40px 40px;
    -webkit-box-shadow: 0 15px 27px 0 rgba(173, 189, 204, 0.4);
    box-shadow: 0 15px 27px 0 rgba(173, 189, 204, 0.4);
    position: relative;
    margin-left: 20px;
    margin-right: 100px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    line-height: 1.42857143;
    background-color: #fff;
    font-family: Arial, Helvetica;
}
.contact-block:after {
    right: 52px;
    top: -64px;
    bottom: 0;
    margin: auto;
    transform: scale(-1);
    position: fixed;
    content: '';
    height: 1px;
    width: 1px;
    border: 25px solid transparent;
    border-right: 25px solid #fff;
}
.contact-block__close-btn {
    cursor: pointer;
    right: 15px;
    top: 15px;
    position: absolute;
    width: 44px;
    height: 44px;
    border: 1px solid #4761AD;
    background-color: #4761AD;
    -webkit-box-shadow: 0 15px 27px 0 rgba(173, 189, 204, 0.4);
    box-shadow: 0 15px 27px 0 rgba(173, 189, 204, 0.4);
    z-index: 1;
}
.contact-block__close-btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    top: 21px;
    right: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contact-block__close-btn:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    top: 21px;
    right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact-block__close-btn:hover {
    background-color: #fff;
}
.contact-block__close-btn:hover:before,
.contact-block__close-btn:hover:after {
    background-color: #547999;
}
.contact-block__open-btn {
    cursor: pointer;
    width: 70px;
    height: 70px;
    display: block;
    border: none;
    outline: none;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 50%;
    background-color: #435fbc;
}
.contact-block__open-btn img {
    width: 80%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    filter: invert(1);
}
.contact-block__open-btn:hover img {
    width: 90%;
}
.contact-block__open-btn:active img {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.contact-block .et_pb_section {
    padding: 0;
}
.contact-block .et_pb_row {
    padding: 0;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 1150.97px) {
    .contact-block__wrapper {
        align-items: baseline;
    }
}

@media screen and (min-width: 768px) and (max-width: 1150.97px) {
    .contact-block .et_pb_row .et_pb_column {
        width: 47.25%;
        margin-right: 5.5%;
    }
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even) {
        margin-right: 0;
    }
    .contact-block:after {
        right: 66px;
    }
}
@media screen and (max-width: 768.97px) {
    .contact-block {
        width: 100%;
    }
    .contact-block .et_pb_row {
        max-width: 100%;
    }
    .contact-block__wrapper {
        padding: 40px 10px 20px;
    }
    .contact-block:after {
        right: 76px;
    }
    .contact-block .et_pb_row .et_pb_column {
        width: 100%;
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 540px) {
    .contact-block {
        margin: 0;
        padding: 65px 15px 20px;
    }
    .contact-block__open-btn {
        width: 60px;
        height: 60px;
    }
    .contact-block:after {
        display: none;
    }
}


.page h1 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: rgb(90, 89, 88);
    line-height: 1.6;
}
.page h2{
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(90, 89, 88);
    line-height: 1.6;
}
.page h3{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(90, 89, 88);
    line-height: 1.6;
}
p {
    line-height: 1.7;
}

.et_pb_column table td {
    padding: 10px;
}
.et_pb_column table td:first-of-type {
    padding-right: 10px;
}
.et-l--header {
    background-color: #fff;
}

.btn-sidebar {
    min-height: 46px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-size: 15px;
    color:rgb(90, 89, 88);
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.26);
    text-align: right;
    padding: 10px 15px;
    text-transform: uppercase;
}
.et_pb_button.btn-sidebar:hover {
    padding: 10px 15px;
    border: none;
}
.et_pb_button.btn-sidebar:hover:after {
    display: none;
}

.btn-sidebar-sub {
    background-color: #f3f3f3;
}

.btn-sidebar.btn-sidebar-sub:hover {
    color: #5a5958 !important;
    background-color: #d5d5d5 !important;
}

.btn-sidebar.btn-sidebar-purple:hover {
    color: #fff;
    background-color: #435FBC;
}

.btn-sidebar.btn-sidebar-grey:hover {
    color: #fff;
    background-color: #7d7d7d;
}

.btn-sidebar.btn-sidebar-yellow:hover {
    background-color: #f4d94a;
}

.btn-sidebar.btn-sidebar-lilac:hover {
    background-color: #7c90d3;
}

.btn-sidebar.btn-sidebar-green:hover {
    color: #fff;
    background-color: #b6c764;
}

.btn-sidebar-active {
    pointer-events: none;
}

.btn-sidebar-active.btn-sidebar-sub {
    color: #5a5958 ;
    background-color: #d5d5d5;
}

.btn-sidebar-sub.btn-sidebar-purple {
    color: #fff;
    background-color: #435FBC;
}

.btn-sidebar-sub.btn-sidebar-purple:hover {
    color: #fff !important;
    background-color: #435FBC !important;
}

.btn-sidebar-sub.btn-sidebar-lilac {
    background-color: #7c90d3;
}

.btn-sidebar-sub.btn-sidebar-lilac:hover {
    background-color: #7c90d3 !important;
}

.btn-sidebar-sub.btn-sidebar-green {
    background-color: #b6c764;
}

.btn-sidebar-sub.btn-sidebar-green:hover {
    background-color: #b6c764 !important;
}

.btn-sidebar-active.btn-sidebar-purple {
    color: #fff;
    background-color: #435FBC;
}

.btn-sidebar-active.btn-sidebar-grey {
    color: #fff;
    background-color: #7d7d7d;
}

.btn-sidebar-active.btn-sidebar-yellow {
    background-color: #f4d94a;
}

.btn-sidebar-active.btn-sidebar-lilac {
    background-color: #7c90d3;
}

.btn-sidebar-active.btn-sidebar-green {
    color: #fff;
    background-color: #b6c764;
}

/* Header */
.header-desktop-top-row {
    display: flex;
    justify-content: space-between;
}
.header-desktop-top-row .et_pb_column {
    width: auto !important;
}
.et_pb_module:not(.right_sidebar_menu) .et_pb_menu .sub-menu .sub-menu {
    padding: 0 !important;
    width: auto;
    top: 0px;
    left: 100%;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu-nav > .et-menu > li  {
    padding-right: 30px;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu-nav > .et-menu > .menu-item-has-children>a:after {
    display: none !important;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu-nav > .et-menu .menu-item-has-children>a:first-child {
    padding-right: 0;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu-nav > .et-menu > li > a {
    text-transform: uppercase;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu-nav > .et-menu > li >a:hover {
    color: #435fbc;
    opacity: 1;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu-nav > .et-menu > li > a:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: -23px;
    background-color: #b9b9b9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu-nav > .et-menu > li:first-of-type > a:before {
    display: none;
}
.et_pb_module:not(.right_sidebar_menu) .et_pb_section {
    font-family: Arial, Helvetica;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu .sub-menu {
    margin: 0 !important;
    border: none;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu .sub-menu li {
    padding: 0 !important;
    border-bottom: 1px solid #b9b9b9;
	width: 100%;
}
.et_pb_module .et-menu .sub-menu a {
    font-weight: 400 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    padding: 0 20px;
    width: 100%;
    line-height: 46px;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu .sub-menu a:hover {
    color: #fff;
    background-color: #64615c;
}
.et_pb_module:not(.right_sidebar_menu) .et-menu .menu-item-has-children>a:first-child:after {
    top: 0 !important;
    font-size: 26px;
    font-weight: 400;
    content: "5";
}
.header-add-menu {
    display: none;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 5;
}
.header-add-menu:before {
    content: '';
    position: absolute;
    height: 160px;
    width: 100%;
    top: 0;
}
#headerAddBtns {
    padding: 0;
}
.header-add-menu .sub-menu {
    display: none;
}
.header-add-menu .menu-item {
    margin: 0 !important;
    padding: 0 15px !important;
}
.header-add-menu .menu-item a {
    margin-top: 18px;
    text-transform: uppercase;
    color: #fff;
}
.header-add-menu .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 10px;
}
.header-add-menu .et-menu-nav > .et-menu > li > a:before {
    top: 4px;
    left: -18px;
    background-color: #fff;
}
.header-add-menu .et-menu-nav > .et-menu > li >a:hover {
    color: #fff;
    text-decoration: underline;
}
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
    padding: 0 !important;
}
.header-add-menu-strom {
    background-color: #7d7d7d !important;
}
.header-add-menu-gas {
    background-color: #f3d84a !important;
}
.header-add-menu-warme {
    background-color: #7c90d3 !important;
}
.header-add-menu-warme .et_pb_menu__wrap {
    justify-content: flex-end;
}
.header-add-menu-netze {
    background-color: #b5c664 !important;
}
.header-add-menu-netze .et_pb_menu__wrap {
    justify-content: flex-end;
}
.header-add-menu-btn {
    cursor: pointer;
}
.header-add-menu-btn + div h3 {
    margin-bottom: 0;
}
.header-add-menu .mobile_nav .mobile_menu_bar:before {
    color: #fff !important;
}

.header-slider .et_pb_slide,
.header-slider .et_pb_slider_container_inner,
.header-slider .et_pb_slide_description,
.header-slider .et_pb_text_overlay_wrapper {
    padding: 0 !important;
}

.header-slider .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: bottom;
}

.header-slider .et_pb_slide_content {
    background-color: rgba(0,0,0,.6);
}

.header-slider h2 {
    margin: 0 auto;
}

.header-slider h2:nth-of-type(1) {
    font-size: 37px;
}

.header-slider h2:nth-of-type(2) {
    font-size: 30px;
    margin-top: 0 !important;
}

.header-slider .et-pb-arrow-prev,
.header-slider .et-pb-arrow-next {
    background-color: rgba(0,0,0,.6);
    border-radius: 50px;
}

.footer-add .et-menu-nav > .et-menu > li {
    padding-right: 10px;
}

.footer-add .et-menu-nav a {
    text-decoration: underline !important;
}

.footer-add .et-menu-nav > .et-menu > li > a:before {
    display: none !important;
}

.download_item a,
.Downloads_title a {
    padding-right: 50px;
    padding-left: 10px;
}

.download_item a,
.download_item,
.Downloads_title a,
.Downloads_title {
    width: 100% !important;
    background-position: 97% center !important;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.download_item,
.Downloads_title {
    margin: 10px 0;
}

.download_item span {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.et_pb_contact_form_0.et_pb_contact_form_container {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.26);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.26);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.26);
}

.et_pb_contact_field {
    display: flex;
    align-items: center;
}

.et_pb_contact_form_label {
    display: flex;
    min-width: 130px;
    font-weight: bold;
}

.et_pb_contact_form_label:after {
    content: ':';
}

.et_pb_contact_form_0 .et_pb_contact_field input,
.et_pb_contact_form_0 .et_pb_contact_field select,
.et_pb_contact_form_0 .et_pb_contact_field textarea,
.et_pb_contact_form_0 .et_pb_contact_field .et_pb_contact_field_options_list label>i,
.et_pb_contact_form_0 input.et_pb_contact_captcha {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    background-color: #F1F1F1;
}

.wpcf7-form {
    background-color: #fff;
    padding: 20px 40px;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.26);
}
.wpcf7-form h3 {
    color: #435fbc;
}
.wpcf7-form h4 {
    font-weight: bold;
    margin: 30px 0 10px;
}
.wpcf7-form label {
    font-weight: bold;
    display: flex;
    margin-bottom: 10px;
}
.wpcf7-form .label {
    min-width: 200px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.wpcf7-form-control-wrap,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form select {
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    padding: 0 15px;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form table {
    border: none;
    text-align: center;
    word-break: break-all;
}
.wpcf7-form thead {
    background-color: #435FBC;
    color: #FFFFFF;
}
.wpcf7-form thead td {
    height: 40px;
    vertical-align: middle;
    padding: 0;
    width: 33%;
}
.wpcf7-form tbody td {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.wpcf7-submit {
    background-color: #435fbc;
    color: #fff;
    border: none;
    font-size: 15px;
    height: 35px;
    margin: 30px 0;
    padding: 0px 20px;
}
.datepicker-label .wpcf7-form-control-wrap:before {
    content: '';
    background-image: url(/wp-content/themes/Divi-child/images/datepicker.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    right: 0;
    top: 4px;
    position: absolute;
}
#other {
    display: none;
}
#other.active {
    display: block;
}
#btn_other_open {
    background-color: #435fbc;
    color: #fff;
    border: none;
    font-size: 15px;
    height: 35px;
    margin: 30px 0;
    padding-left: 35px;
    padding-right: 20px;
    position: relative;
}
#btn_other_open:before {
    content: "+";
    font-size: 32px;
    position: absolute;
    left: 8px;
    top: 0px;
}
@media (max-width: 981px) {
    .header-add-logo {
        position: absolute;
        top: -95px;
        left: 0;
        max-width: 80%;
    }
    .et_pb_fullwidth_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu {
        padding: 0;
    }
    .header-add-menu {
        display: block !important;
        position: relative !important;
    }
    .header-add-menu:before {
        display: none;
    }
    .header-add-menu .sub-menu {
        padding: 0;
    }
    .header-add-menu .menu-item {
        padding: 0 !important;
    }
    .header-add-menu .menu-item a {
        margin-top: 0;
    }
    .header-add-menu .et_mobile_menu {
        border-top: 1px solid #fff;
    }
    .et_section_specialty {
        z-index: 225;
    }
    .header-add-menu-section {
        z-index: 150 !important;
    }
    .header-add-menu-section .header-add-menu:nth-of-type(1) {
        z-index: 156;
    }
    .header-add-menu-section .header-add-menu:nth-of-type(2) {
        z-index: 155;
    }
    .header-add-menu-section .header-add-menu:nth-of-type(3) {
        z-index: 154;
    }
    .header-add-menu-section .header-add-menu:nth-of-type(4) {
        z-index: 153;
    }
    .et_pb_fullwidth_menu .et_pb_row, .et_pb_menu .et_pb_row {
        min-height: 50px;
    }
    .mobile_menu_bar:after {
        content: '';
        color: #fff !important;
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        right: 45px;
        top: 16px;
        font-size: 16px;
    }
    #strom_menu .mobile_menu_bar:after {
        content: 'Strom';
    }
    #gas_menu .mobile_menu_bar:after {
        content: 'Erdgas';
    }
    #warme_menu .mobile_menu_bar:after {
        content: 'WÄRME';
    }
    #netze_menu .mobile_menu_bar:after {
        content: 'netze';
    }
}


/* DATEPICKER */


.ui-datepicker {
    background-color: #fff;
    border: 1px solid #435fbc;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(50,50,50,.5);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #3f3f3f;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "<";
}
.ui-datepicker .ui-datepicker-next:before {
    content: ">";
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}

/* END DATEPICKER */

/* tables */

tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.08);
}
.contact-block tr {
    background: rgba(0, 0, 0, 0.001);
}
table td {
    vertical-align: middle;
}

/* weather widget */
.weather-widget {
    display: flex;
}
.img-container {
    text-align: center;
}
.img-container:first-of-type {
    margin-right: 15px;
}
@media (min-width: 769px) {
    .street-row span:nth-of-type(2) {
        width: 70%;
        margin-right: 10px;
    }
    .street-row span:nth-of-type(3) {
        width: 30%;
    }
    .zip-row span:nth-of-type(2) {
        width: 30%;
        margin-right: 10px;
    }
    .zip-row span:nth-of-type(3) {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .header-desktop-top-row {
        display: flex;
        flex-direction: column;
    }
    .header-add-logo {
        top: -74px;
    }
    .header-desktop-top-row .et_pb_column  {
        margin-bottom: 15px;
    }
    .header-slider h2:nth-of-type(1) {
        font-size: 26px;
    }
    .header-slider h2:nth-of-type(2) {
        font-size: 20px;
    }
    .text_nivo,
    .title_nivo {
        width: auto;
    }
    .download_item {
        line-height: 1.4;
        font-size: 14px;
    }
    .et_pb_contact_field {
        flex-direction: column;
        align-items: flex-start;
    }
    .wpcf7-form {
        padding: 20px 10px;
    }
    .wpcf7-form label {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .wpcf7-form .label {
        margin-bottom: 10px;
    }
    .et_pb_column table td {
        padding: 5px;
        word-break: break-word;
        font-size: 0.9rem;
    }
    .search {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .weather-widget {
        flex-direction: column;
    }
}

body.custom-background.search.search-results {
    background-repeat: repeat !important;
}
.et_mobile_menu {
    text-transform: uppercase;
}
footer .et_mobile_nav_menu {
    width: 100%;
    justify-content: flex-end;
}
footer .mobile_nav {
    width: 100%;
    text-align: right;
}
footer .et_mobile_menu {
    position: relative;
    width: 100%;
}

.et-menu li li.menu-item-has-children>a:first-child:after {
    right: 0px;
}
.et_pb_menu .et-menu-nav>ul ul {
    padding: 0;
}