/* Variables */
:root {
    --primary: #002D6D;
    --secondary: rgba(250, 242, 204, 0.50);
    --text-color: #002D6D;
    --blue: #39A9DC;
    --dark_blue: #002D6D;
    --font: Open Sans, Arial, Helvetica, sans-serif;
    --max-width: 1424px;
}

/* Font Faces */
@font-face {
    font-family: "Panton";
    font-weight: normal;
    src: url('fonts/Panton-Regular.otf') format("OpenType")
}

@font-face {
    font-family: "Panton";
    font-weight: bold;
    src: url('fonts/Panton-Bold.otf') format("OpenType")
}

@font-face {
    font-family: "Panton";
    font-weight: 600;
    src: url('fonts/Panton-SemiBold.otf') format("OpenType")
}

#progress_image {
    display: none;
}


html {
    font-size: 16px;
}


body {
    color: var(--text-color);
    font-family: 'Panton', Sans-Serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

#pid-contact h1 {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 40px;
}

.region-modal-region *,
#page * {
    box-sizing: border-box;
}

h1 {
    color: var(--primary);
    font-size: 4rem;
}

h2 {
    color: var(--primary);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 40px;
}


h3 {
    color: var(--primary);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}


h4 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6667em;
    margin-top: 1.2em;
}

h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2143em;
    margin-bottom: 1.1em;
    text-transform: none;
}

h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285em;
    margin-top: 1.25em;
    margin-bottom: 0em;
}

h1.page_title {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 58.8px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}


body .modal_logout {
    padding: 40px 32px;
}

#main {
    margin-top: 100px;
}

.modal_logout .realname {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff;
}

header {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 32px 12px;
    position: sticky;
    top: 0;
    z-index: 100;
}

#main .benutzer-admin-customertheme .views-field-operations .edit a:not([class]),
.modal_logout a.logout_button,
button,
input[type="button"],
input[type="submit"],
.button {
    background: var(--primary);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 0.5rem 1.5rem;
    transition: all 0.15s ease-out;
    border: none;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

#log_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 120vh;
    top: -30px;
    left: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1000;
}


#pid-legal-accept #page #content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#pid-legal-accept #page #content .region-content {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 40px;
}

#pid-legal-accept #page #content .region-content a {
    color: var(--primary);
}

#pid-legal-accept #page #content .region-content input:hover {
    cursor: pointer;
}

.modal_login, .modal_logout {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    width: 430px;
    max-width: 90%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2rem;
    border-radius: 0;
    z-index: 1001;
    padding: 60px 32px;
    background-color: #ffffff;
    border: 1px solid var(--primary);
}

#user-login-form label {
    display: none;
}

body #user-login-form .form-text {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.modal_login #user-login-form {
    margin-top: 0;
}

.modal_login h2,
.modal_logout h2 {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
}

.modal_login input[type="submit"],
.modal_logout input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 23px;
}


.modal_login input[type="submit"]:hover,
.modal_logout input[type="submit"]:hover {
    background-color: var(--secondary);
}

.modal_login input[type="submit"]:focus,
.modal_logout input[type="submit"]:focus {
    border: 1px solid #ffffff;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}

#user-login-form #login_links #edit-actions {
    width: 100%;
}


.system_messages_wrapper {
    background-color: var(--primary) !important;
    color: #000 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.system_messages_wrapper::-webkit-scrollbar {
    display: none;
}

.system_messages_wrapper .messages {
    display: block;
    clear: both;
    margin-bottom: 0;
    border: none !important;
    background-color: #ffffff !important;
    box-shadow: none;
    color: var(--text-color) !important;
    border-radius: 0;
}

.messages__wrapper.layout-container {
    max-width: 100%;
}

.system_messages_wrapper .closer {
    float: right;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    margin-right: 0;
    color: #ffffff;
}


/* Allgemeine Styles */
a.ee_track_login_form_reset_password,
#main a:not([class]) {
    color: var(--primary);
    border: none;
}

a.ee_track_login_form_reset_password:hover,
a.ee_track_login_form_reset_password:focus,
#main a:not([class]):hover,
#main a:not([class]):focus {
    color: var(--primary);
    text-decoration: underline;
    border: none;
}

a.ee_track_login_form_reset_password:focus,
.front #main a:not([class]):hover,
.front #main a:not([class]):focus {
    color: var(--primary);
    text-decoration: underline;
    border: none;
}

.ui-widget-header {
    color: #fff;
}


#header_top_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;
    padding: 15px 36px;
    background-color: #ffffff;
}

#header_top_wrapper_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    width: 100%;
}

#header_top {
    display: flex;
    align-items: center;
    max-width: var(--max-width);
}

#header_top .login_out_block {
    margin-left: 20px;
}

#header_top a {
    color: #ffffff;
    font-weight: 700;
}

.header-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

header {
    margin: 0 auto;
}

.headerimage {
    width: 100%;
    height: 540px;
    background-position: center center;
    background-size: cover;
}

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

.headertext_wrapper {
    color: #ffffff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    height: 540px;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
}

.headertext {
    max-width: 463px;
}

.headerimage_wrapper {
    position: relative;

}

.headertext_wrapper h1 {
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}

.headertext_wrapper h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
}

#logo img {
    display: block;
    width: 194px;
    height: auto;
}

/* Header Image */

.headerbild_image img {
    margin: 0 auto;
    display: block;
}


.header_contact {
    margin-right: 42px;
}

.login_out_block a:hover {
    color: var(--primary);
}

.header_contact svg,
.login_out_block svg {
    height: 18px;
    margin-right: 18px;
}

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

.abmelden_toggle svg {
    height: unset;
}

/* Primary Menu */
#primary-menu {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    width: unset;
    margin: 0;
}

#primary-menu .content,
#primary-menu .content > .menu {
    line-height: normal;
}

#block-mainmenu {
    display: inline-block;
}

#primary-menu .content .sf-menu > li ul {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.34);
}

ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
    left: 0;
    top: 2em;
}

#primary-menu .sf-menu a {
    font-family: var(--font);
    color: var(--text-color);
    background-color: transparent;
    padding: 0 15px;
    transition: border 0.2s;
    font-size: 16px;
    border: none;
    line-height: 30px;
    width: unset;
}

#primary-menu .sf-menu ul a {
    font-family: var(--font);
    color: var(--primary);
    background-color: transparent;
    padding: 0 15px;
    transition: border 0.2s;
    font-size: 16px;
    border: none;
    line-height: 30px;
}


#primary-menu .content .sf-menu ul a:hover {
    color: var(--primary);
    border-bottom: none;
}


#primary_menu_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

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

.logo_wrapper {
    display: flex;
    align-items: center;
    gap: 90px;
    flex-direction: row-reverse;
}

.logo_wrapper #block-eueco-site-euecologo img {
    max-height: 55px;
}

/* Mobile Menu */
#mm_navibutton_wrapper,
#mm_navibutton_wrapper a {
    color: var(--primary);
}

#mm_navibutton_wrapper i {
    font-size: 32px;
}

.hamburger {
    padding: 14px 0 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: var(--text-color);
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 38px;
    height: 32px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 38px;
    height: 4px;
    background-color: var(--gray);
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: var(--primary);
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -14px;
}

.hamburger-inner::after {
    bottom: -14px;
    right: 0;
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 14px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 28px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 14px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.43px, -10px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -28px, 0) rotate(-90deg);
}


#mob_login_logout {
    width: 100%;
    background-color: var(--primary);
}

#mobile_menu_wrapper ul#mob_login_logout.menu li a {
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: block;
}

#menu .navigation-trigger {
    position: absolute;
    top: 0;
    right: 0;
}

.login-logout-mobile {
    display: none;
    float: left;
    padding: 0 20px;
}

.logged-in .anmelden_toggle_mob,
.not-logged-in .abmelden_toggle_mob {
    display: none;
}


.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 40px;
}

.mm-navbar-content-2 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.mm-navbars-top a.anmelden_toggle_mob,
.mm-navbars-top a.abmelden_toggle_mob,
.mm-navbars-bottom a.anmelden_toggle_mob,
.mm-navbars-bottom a.abmelden_toggle_mob {
    color: var(--primary);
    text-align: center;
    font-size: 1rem;
    border-radius: 4px;
    padding: 11px 1rem 9px 35px;
    background: #fff;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.mm-navbars-top a.anmelden_toggle_mob:before,
.mm-navbars-top a.abmelden_toggle_mob:before,
.mm-navbars-bottom a.anmelden_toggle_mob:before,
.mm-navbars-bottom a.abmelden_toggle_mob:before {
    font: var(--fa-font-regular);
    content: "\f234";
    float: left;
    width: 25px;

}

.mm-navbars-bottom {
    border: none;
}

.ee_content_row {
    margin-bottom: 50px;
}


/* Projekt Slider */
.slider {
    margin: 0 auto;
}

.slider .slick-slide {
    padding: 0 3px;
}

.slider.projekt .slick-slide {
    padding-bottom: 0;
}

.slider img {
    width: 100%;
}

.slider.rel_projekte img {
    margin-bottom: 10px;
}

.slider .button {
    margin: 0;
}

.slick-prev,
.slick-next {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.slick-prev:before,
.slick-next:before {
    content: " " !important;
    color: #fff;
    font-size: 0px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

.slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.19577 13.5858C0.414723 14.3668 0.414723 15.6332 1.19577 16.4142L13.9237 29.1421C14.7047 29.9232 15.9711 29.9232 16.7521 29.1421C17.5332 28.3611 17.5332 27.0948 16.7521 26.3137L5.43841 15L16.7521 3.68629C17.5332 2.90524 17.5332 1.63891 16.7521 0.857864C15.9711 0.0768156 14.7047 0.0768156 13.9237 0.857864L1.19577 13.5858ZM2.60999 17H3.60999V13H2.60999V17Z' fill='%2378BE20'/%3E%3C/svg%3E");
}

.slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0242 16.4142C17.8052 15.6332 17.8052 14.3668 17.0242 13.5858L4.29628 0.857864C3.51523 0.0768156 2.2489 0.0768156 1.46785 0.857864C0.686801 1.63891 0.686801 2.90524 1.46785 3.68629L12.7816 15L1.46785 26.3137C0.686801 27.0948 0.686801 28.3611 1.46785 29.1421C2.2489 29.9232 3.51523 29.9232 4.29628 29.1421L17.0242 16.4142ZM15.61 13H14.61V17H15.61V13Z' fill='%2378BE20'/%3E%3C/svg%3E%0A");
}


/* Form */
body .form-text,
body .form-email,
body .form-select,
body .form-textarea {
    width: 100%;
    line-height: 1;
    font-family: var(--font);
    background-color: #fff;
    padding: 10px !important;
    max-width: unset !important;
    color: var(--text-color) !important;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
}

body .form-textarea {
    min-height: 160px;
}


.webform-submission-form .form-item label {
    display: inline;
}

.form-type-checkbox .description {
    margin-left: 0;
}

.webform-submission-form p {
    font-size: 1.125rem;
}

.description a {
    color: var(--primary);
}

/* FAQ */
.text-element--content.faq {
    flex-wrap: wrap;
    margin-top: 2rem;
}

.faq_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.faq_header a {
    background-color: var(--primary);
    text-align: center;
    color: #ffffff !important;
    flex: 1;
    min-width: unset;
    width: 30%;
    padding: 14.2px;
    font-size: 18px;
}

.slideshow a:hover,
.faq_header a:hover {
    text-decoration: none;
    border: none;
}

.faq_header a.active {
    background-color: var(--secondary);
}

.block-ee-faq {
    width: 100%;
}

.faq_headline {
    font-size: 20px;
    color: var(--primary);
    text-align: center;
    background-color: #F7F7F7;
    padding: 15px 0;
}

.block-ee-faq > h2 {
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.faq_block {
    width: 90%;
    margin: 50px auto;
    padding: 1em 0;
}

#ee-faq_kommanditbeteiligung-block {
    display: block;
}

.block-ee-faq .ui-accordion-content {
    border: none;
    border-radius: 0;
    background: transparent;
    margin-top: 0px;
    padding-left: 0;
    font-size: 17px;
    text-align: justify;
    line-height: 25px;
    padding-right: 70px;
}

.block-ee-faq .ui-accordion-content a {
    color: #ffffff;
}

.block-ee-faq .ui-accordion-content a:hover {
    text-decoration: underline;
}

.block-ee-faq .ui-accordion-header-icon {
    display: none;
}

.block-ee-faq .ui-accordion-header,
.block-ee-faq .ui-accordion-header.ui-accordion-header-active.ui-state-active {
    color: var(--text-color) !important;
    background: none;
    padding: 18px 40px 18px 0;
    border: none;
    border-top: 1px solid var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.4px;
    background-repeat: no-repeat;
}

.block-ee-faq .ui-accordion-header.ui-accordion-header-active.ui-state-active {
    border-top: 1px solid var(--primary);
    border-bottom: none;
}

.block-ee-faq .ui-accordion-header:last-of-type {
    border-bottom: 1px solid var(--primary);
}

.block-ee-faq .ui-accordion-content:last-of-type {
    border-bottom: 1px solid var(--primary);
}

.accordion h3.ui-state-default::after {
    font-size: 24px;
    text-align: right;
    float: right;
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    vertical-align: middle;
    padding-left: 10px;
    font-weight: 100;
    color: var(--primary);
}


.accordion h3.ui-accordion-header-active::after {
    font-size: 24px;
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-weight: 100;
    content: "\f106";
    vertical-align: middle;
}

/* Div Table */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableBody {
    display: table-row-group;
}

/* Datenschutz */
.divrow {
    display: table-row;
}

.divrow > div {
    display: table-cell;
    padding: 0.5rem 0;
}

.divrow:first-child > div {
    border-top: none;
}

.divtable .divrow > div:first-child {
    width: 38%;
}

.divtable .divrow > div:last-child {
    text-align: right;
    width: 60%;
}

.divtable .divrow:last-child > div {
    border-bottom: none;
}

.datenschutz .divrow > div {
    display: table-cell;
    border-bottom: 1px solid var(--primary);
    padding: 10px;
}

.datenschutz .divrow > div:nth-child(3) {
    width: 150px;
}

.datenschutz .divrow > div:first-child {
    font-weight: 700;
    font-size: 1.25rem;
}

.datenschutz .divrow > div:first-child {
    font-weight: 600;
    font-size: inherit;
    width: auto;
}

.datenschutz .divrow.th {
    font-weight: 600;
}

.datenschutz .divrow > div:last-child {
    text-align: left;
    width: auto;
}

.datenschutz .divrow {
    width: 100%;
    float: none;
    display: table-row;
    padding-right: 5%;
    border-left: none;
    margin-bottom: 2rem;
    padding-left: 1rem;
    border-bottom: 1px solid var(--primary);
}

.datenschutz.divtable .divrow:last-child > div {
    border-bottom: 1px solid var(--primary) !important;
}

/* Footer */

body #footer {
    background-color: var(--blue);
    padding: 80px 0;
}

.region-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
}

#footer_bottom {
    color: #ffffff;
    background-color: var(--dark_blue);
    background-image: url('/sites/buergerbeteiligung.maxsolar.com/files/images/x-cut-light.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 98%;
    padding: 60px 0;
}

.region-footer-bottom {
    display: flex;
    justify-content: space-between;
}

.region-footer {
    padding-top: 1.5rem;
}

footer .hinweis_betreiberin {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 7px;
}

footer .hinweis_betreiberin em {
    display: block;
    font-style: normal;
    color: var(--blue);
    margin-bottom: 15px;
}


footer h4 {
    font-size: 1.125rem;
    color: var(--text-color);
    font-weight: 700;
}


footer .content ul.menu li:last-child {
    border: none;
    margin: 0;
}

#block-eueco-site-mxfooteradresse p:first-of-type {
    margin-top: 0;
}

.table {
    display: table;
    width: 100%;
}

.table > div {
    display: table-row;
}

.table > div > div {
    display: table-cell;
    padding: 5px 0px;
}


#pid-customer-portfolio table.tablesorter,
table.dataTable {
    font-size: 1rem;
}

#pid-customer-portfolio table.tablesorter thead tr th,
#pid-customer-portfolio table.tablesorter tfoot tr th,
#pid-customer-portfolio table.dataTable thead tr th,
#pid-customer-portfolio table.dataTable tfoot tr th {
    font-size: 0.8rem;
}


.region-footer-middle .block-block-content {
    height: 100%;
    position: relative;
}


#projekt_form,
#kontakt_form,
#interesse_form {
    display: none;
    height: 880px;
    position: absolute;
    margin-left: 0px;
    left: 50%;
    top: 20%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0%);
    z-index: 901;
    padding: 0px;
    z-index: 1000;
    overflow: auto;
    background-color: #fff;
    padding: 20px 48px;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
}

#projekt_form,
#kontakt_form,
#interesse_form {
    display: none;
    width: 960px;
    max-width: 80.66667rem;
    height: auto;
    position: absolute;
    margin-left: 0px;
    left: 50%;
    top: 99px;
    background-repeat: no-repeat;
    transform: translate(-50%, 0%);
    z-index: 1000;
    padding: 20px 48px;
}

#kontakt_form .webform-submission-form,
#projekt_form .webform-submission-form,
#interesse_form .webform-submission-form {
    background-color: #fff;
}

.webform-section {
    margin-bottom: 70px;
}

#edit-contact-title,
#edit-message-title {
    font-size: 1.357rem;
    font-style: normal;
    font-weight: 700;
}

#block-eueco-site-webform {
    margin-bottom: 70px;
}

.close_form .fa {
    cursor: pointer;
}


#pid-fast-registry-step1 .platform #main *, #pid-kontakt .platform #main * {
    box-sizing: border-box;
}

#pid-legal-accept .legal-terms,
#fast-registry-registry .legal-terms {
    display: none;
}

.form-type-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    align-items: center;
}

.form-type-checkbox .description {
    width: 100%;
}

#fast-registry-registry .form-item input {
    margin-left: 0px;
}

fieldset.captcha {
    border: none;
    padding: 0;
}

fieldset.captcha legend {
    display: none;
}

.captcha-type-challenge--image .captcha__element {
    display: flex;
    align-items: center;
    gap: 60px;
}

.captcha-type-challenge--image .captcha__element > div:last-child {
    flex-grow: 1;
}

#fast-registry-registry .captcha__element .form-item label {
    display: none;
}

#ee_fast_registry_block {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 62px;
}

.platform #main #ee_customer_data_block * {
    box-sizing: border-box;
}

#ee_customer_data_block td.ee-action {
    min-width: 90px;
}

#ee_customer_data_block .form-text, #ee_customer_data_block .form-select {
    height: unset;
}

#ee_customer_data_block .form-text,
#ee_customer_data_block .form-select {
    width: 100%;
}

#ee_customer_data_block .indicator-error::after, #ee_customer_data_block .value-ok::after {
    right: 20px;
}

#mobile_menu_wrapper {
    display: none;
}

#block-so4logo img {
    width: 250px;
    height: auto;
}

.anmelden_toggle,
.abmelden_toggle {
    display: block;
    line-height: 30px;
    color: var(--text-color);
    background-color: transparent;
    padding: 0 15px;
    transition: border 0.2s;
    font-size: 16px;
}

#countdown_wrapper {
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

#countdown_wrapper h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0;
}

#countdown {
    margin: 0 auto;
    display: block;
}

#countdown_wrapper table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
}

#countdown_wrapper table td {
    text-align: center;
    font-size: 3rem;
    font-family: var(--font);
    width: 70px;
    font-weight: 700
}

#countdown_wrapper table td.colon {
    min-width: 0px;
    width: 22px;
    text-align: center;
}

#countdown_wrapper table tr:last-child {

}

#countdown_wrapper table tr:last-child td {
    text-align: center;
    font-size: 1rem;
}

.zeichnen_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.check.ee_icon {
    color: #ffffff;
    font-size: 1rem;
    display: block;
    position: relative;
}

.check.ee_icon:after {
    color: #ffffff;
    content: "\f00c";
    position: absolute;
    left: -22px;
    font-size: 1rem;
    top: 3px;
}

input[type="submit"], .button,
.faq_cat_switch,
.login_out_block ul li a,
#edit-actions .form-submit,
#pid-legal-accept #edit-save,
#pid-contract-manager .button,
#ee_customer_data_block .form-submit,
#pid-reporting .button,
.button,
.button_wrapper a {
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #002D6D;
    font-weight: 600;
    border: solid 1px #002D6D;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    min-width: 235px;
    cursor: pointer;
}

input[type="submit"]:hover, .button:hover,
.faq_cat_switch:hover,
.faq_cat_switch.active,
.login_out_block ul li a:hover,
#edit-actions .form-submit:hover,
#pid-legal-accept #edit-save:hover,
#pid-contract-manager .button:hover,
#ee_customer_data_block .form-submit:hover,
#pid-reporting .button:hover,
.button_wrapper a:hover {
    color: #FFF;
    background-color: #002D6D;
}

#main .links_wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

#main .links_wrapper a {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: underline;
}

#main .links_wrapper a:hover {
    color: #ffffff;
}


.wir_wrapper {
    height: 760px;
}

#pid-faqs #main-content,
#pid-services #main-content,
.platform #main-content {
    float: none !important;
    width: 100%;
    max-width: var(--max-width);
    margin: 50px auto;
}

span.form-required {

}

span.form-required::after {
    display: none;
}

#ee_fast_registry_block p span.form-required::after {
    display: inline-block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: var(--font);
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: var(--font);
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: var(--font);
}

:-moz-placeholder { /* Firefox 18- */
    font-family: var(--font);
}

#block-benutzeranmeldung,
#block-benutzeranmeldung a,
#block-benutzeranmeldung input,
.messages__wrapper {

    font-family: var(--font);
}

#pid-customer-portfolio #ee-partner-wrapper {
    position: relative;
}

#pid-customer-portfolio #ee-partner-wrapper:after {
    font: var(--fa-font-regular);
    content: "\f002";
    color: grey;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    right: 10px;
}

body[id^="pid-zeichnungsuebersicht"] #ee_projectsubscription_block .menu.euecolink input {
    background: none;
    padding: 0;
    color: #000000;
    line-height: normal;
}

#ee_portfolio_details a {
    color: var(--primary);
}


#pid-impressum #main,
#pid-datenschutz #main,
#pid-kontakt #main {
    margin: 50px auto;
    max-width: var(--max-width-content);
}

#pid-impressum #main,
#pid-datenschutz #main {
    margin-top: 150px;
}

#pid-impressum #main .content_row_2,
#pid-datenschutz #main .content_row_2,
#pid-kontakt #main .content_row_2 {
    background: none;
}

.mm-menu {
    background: transparent radial-gradient(closest-side at 50% 50%, #39a9dc 0%, #2e93c8 100%) 0% 0% no-repeat padding-box;
}

.mm-panel.mm-opened,
#mobile_inner {
    background-image: url('/sites/beteiligung.maxsolar.com/files/images/x-cut-dark.svg');
    background-repeat: no-repeat;
    background-position: 116% bottom;
    background-size: 200px 200px;
}

.menu.mm-listview > li > a {
    font-size: 18px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 700;
}

#mm-1 .menu.mm-listview > li > a {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
}

.menu.mm-listview > li > a.is-active,
.menu.mm-listview > li > a:hover {
    color: #00346e;
    font-weight: 700;
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before,
.mm-menu .mm-listview > li .mm-next::after {
    border-color: #00346e;
}

.mm-navbar .mm-btn:first-child {
    left: unset;
    background-color: #ffffff;
    border-radius: 50%;
    margin-top: 10px;
}

.mm-prev::before {
    left: 17px;
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before
.mm-listview > li:not(.mm-divider)::after {
    border: none;
}

.mm-listview > li:not(.mm-divider)::after {
    border: none;
}

.mm-navbar .mm-btn:last-child {
    margin-top: 10px;
}

ul.sf-menu .sf-sub-indicator {
    right: -5px;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: none;
}

.mm-listview .mm-next::before {
    border: none;
}

.mm-panels, .mm-panels > .mm-panel {
    padding-left: 45px;
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px;
    padding-top: 10px;
}


#contractdetailsbar {
    padding: 0 20px;
}

#stepswrapper .step.completed {
    background-color: var(--primary);
}

#stepswrapper .step.completed::before,
#stepswrapper .step.completed::after {
    font: var(--fa-font-duotone);
    color: var(--primary);
    font-size: 30.5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    float: right;
    position: absolute;
    right: 30px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25em;
    text-align: center;
}

#stepswrapper .step.completed::before {
    content: "\f058";
}

#stepswrapper .step.completed::after {
    content: "\f058\f058";
    color: #ffffff;
}

#stepswrapper #step3.step.active a::after {
    font: var(--fa-font-regular);
    color: var(--primary);
    font-size: 24px;
    content: "\f08E";
    width: 25px;
    height: 25px;
    text-align: center;
    float: right;
    position: absolute;
    right: 30px;
}

#stepswrapper .step.completed a {
    color: #ffffff;
}

#block-contractdetailsbar #stepswrapper > .step {
    position: relative;
    z-index: 5;
    height: 48px;
    background-color: var(--primary);
    color: #ffffff;
    clip-path: polygon(
        0% 0%,
        calc(100% - var(--d)) 0%,
        100% 50%,
        calc(100% - var(--d)) 100%,
        0% 100%,
        var(--d) 50%
    );
}

#block-contractdetailsbar #stepswrapper .step:first-child {
    clip-path: polygon(
        0% 0%,
        calc(100% - var(--d)) 0%,
        100% 50%,
        calc(100% - var(--d)) 100%,
        0% 100%
    );
}

#stepswrapper > .step.open::before,
#stepswrapper > .step.active::before {
    display: block;
    position: absolute;
    content: '';
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 44px;
    width: 98.25%;
    margin-right: calc(var(--d) * -1 + var(--gap));
    background-color: #ffffff;
    clip-path: polygon(
        0% 0%, calc(100% - 14px) 0%,
        100% 50%, calc(100% - 14px) 100%,
        0% 100%,
        14px 50%);
    z-index: -1;
    left: 4.4px;
}

#stepswrapper .step.open:first-child:before,
#stepswrapper .step.active:first-child:before {
    clip-path: polygon(
        0% 0%, calc(100% - 14px) 0%,
        100% 50%, calc(100% - 14px) 100%,
        0% 100%,
        0% 100%
    );
    width: 98.30%;
    left: 4.3px;
    z-index: -1;
}

#stepswrapper > .step:last-child:before {
    left: 4.1px;
}

#block-contractdetailsbar #stepswrapper .step.active,
#block-contractdetailsbar #stepswrapper .step.open,
#block-contractdetailsbar #stepswrapper .step.active a,
#block-contractdetailsbar #stepswrapper .step.open a {
    color: var(--primary);
}

#block-contractdetailsbar #contract_identifier {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}

#block-contractdetailsbar #contractdetailsbar #stepswrapper > .step.open::before,
#block-contractdetailsbar #contractdetailsbar #stepswrapper > .step.active::before {
    height: 43px;
    width: 98%;
}

.voucher_hinweis {
    display: none;
}

#ee_genossenschaft_info_wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

#ee_genossenschaft_info_wrapper .inner_wrapper {
    float: unset;
    width: unset;
}

#ee_genossenschaft_info_wrapper > div {
    flex: 1;
}

#select-investor #investor_edit_wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

#investor_edit_wrapper a {
    margin-left: 0 !important;
}

#block-eueco-site-erganzungshinweiskundenstammdaten h2 {
    text-align: left;
}

#ee_customer_data_block summary {
    min-height: 45px;
}

#ee_projectsubscription_block .projectportfolio-column-2.left,
#ee_projectsubscription_block .projectportfolio-column-1.left {
    float: left !important;
}

#pid-zeichnung .inner-node.row.subscription-column-1.left span.form-required::after {
    display: inline-block;
}

.twocols {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.twocols .column {
    flex: 1;
}

.twocols .column img {
    display: block;
}

.headline {
    display: flex;
    margin-bottom: 50px;
}

.headline .line {
    flex: 1;
}

.headline .line {
    display: flex;
    align-items: center;
}

.headline h2 {
    padding: 0 50px;
    color: #535967;
    font-weight: 100;
    margin: 0;

}

.headline .line > div {
    border-bottom: 1px solid #535967;
    height: 1px;
    width: 100%;
}

.steps .header {
    display: flex;
    gap: 20px;
    align-items: center;
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
}

.steps .header div:first-child {
    background-color: var(--primary);
}

.steps .column {
    padding-top: 18px;
    border-top: 1px solid #535967;
    margin-bottom: 50px;
}

.steps .column > div:last-child {
    padding-left: 80px;
}

.headline + h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    margin-bottom: 50px;
}

.author {
    text-align: right;
}

.twocols.projekte {
    margin-bottom: 50px;
}

.twocols.projekte .column {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.projekte .header > div:first-child {
    color: #444;
    font-weight: 700;
    font-size: 16px;
}

.projekte .header > div:last-child {
    color: var(--primary);
    font-weight: 700;
    font-size: 24px;
}

#block-eueco-site-abfooteradresse strong {
    white-space: nowrap;
}

footer .menu {
    display: flex;
    justify-content: center;
    gap: 50px;
}

footer .menu a {
    color: #ffffff;
    font-weight: 700;
}

footer .menu a:before {
    font-weight: 700;
    padding-right: 10px;
}


.image_to_bg {
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.details {
    display: flex;
    justify-content: space-between;
}

.details .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-align: center;
    min-width: 235px;
}

.details .detail em {
    display: block;
    font-style: normal;
    font-size: 28px;
}

.hinweis_zeichnen {
    margin-bottom: 50px;
    background-color: #EDEDED;
    padding: 22px;
}


.hinweis_zeichnen strong {
    display: block;
}

.button_wrapper.center {
    display: flex;
    justify-content: center;
}

.button_wrapper.center:last-of-type {
    margin-top: 20px;
}

.downloads {
    text-align: center;
}

a.download {
    color: var(--text-color);
    text-decoration: underline;
}

a.download:before {
    font: var(--fa-font-regular);
    content: "\f1c1";
    font-weight: 700;
    padding-right: 10px;
    color: #CE0426;
}

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    -webkit-box-shadow: 0px -3px 6px -3px rgba(0, 0, 0, 0.74);
    box-shadow: 0px -3px 6px -3px rgba(0, 0, 0, 0.74);
}

div#sliding-popup button.find-more-button {
    color: #000000;
    margin-bottom: 15px;
}

.headline-wrapper:not(.first) {
    position: relative;
    padding-left: 100px;
    min-height: 106px;
    margin-top: 85px;
}

.headline-wrapper h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: 100;
    margin-bottom: 12px;
}

.headline-wrapper h2 {
    font-size: 35px;
    line-height: 42px;
    position: relative;
    margin: 0;
}

.headline-wrapper:not(.first) h2:before {
    content: ' ';
    position: absolute;
    background-image: url('/sites/beteiligung.maxsolar.com/files/images/x-headline.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    width: 51px;
    left: -100px;
    top: -20px;
}


.overlay_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 23px;
    height: 550px;
    position: relative;
}

.overlay_item {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.overlay_item p {
    margin: 0;
}

.overlay_item .overlay_text {
    color: #ffffff;
    padding: 48px;
    padding-top: 0;
}


#main .overlay_item .overlay_text a {
    color: #ffffff;
    font-size: 24px;
    z-index: 20;
    display: block;
    margin-top: 30px;
    text-decoration: none;
}

.overlay_item .overlay_text .kontakt {
    min-height: 64px;
}

#main .overlay_item .overlay_text a.hover {
    color: #ffffff;
    text-decoration: none;
}

.overlay_item .overlay_text a:after {
    font: var(--fa-font-sharp-light);
    content: "\2b";
    float: right;
    color: #ffffff;
    font-size: 28px;
    margin-top: 4px;

}

#main .overlay_item .overlay_text h3 a,
.overlay_item .overlay_text h3 {
    color: #ffffff;
    font-size: 28px;
    margin: 0;
    margin-top: 12px;
    line-height: normal;
    z-index: 20;
}

/*.overlay_item .image_to_bg:after {*/
/*    font: var(--fa-font-sharp-light);*/
/*    content: "\2b";*/
/*    position: absolute;*/
/*    bottom:48px;*/
/*    right:48px;*/
/*    color:#ffffff;*/
/*    font-size:30px;*/
/*    z-index: 20;*/
/*}*/

.overlay_item .hidden-text {
    /*overflow: hidden;*/
    /*height:0;*/
    /*width:100%;*/
    /*background: rgba(0, 0, 0, 0);*/
    /*bottom: -48px;*/
    /*padding-right: 78px;*/
    /*position: absolute;*/
    /*transform: translateY(100%);*/
    /*transition: height 0.3s ease-in-out,background 0.3s ease-in-out,transform 0.3s ease-in-out;*/
    /*color: #ffffff;*/
}

.overlay_item .image_to_bg {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.overlay_text_plus.closed {
    position: absolute;
    width: 100%;
    color: #ffffff;
    bottom: 0;
    padding: 48px;
}

/*.overlay_item:hover .hidden-text {*/
/*    display: block;*/
/*    background: rgba(0, 0, 0, 0.8);*/
/*    transform: translateY(0);*/
/*    max-height: 100%;*/
/*    overflow: auto;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: height 0.3s ease-in-out,transform 0.3s ease-in-out;*/
/*}*/
/*.overlay_item:hover .overlay_text {*/
/*    position: relative;*/
/*z-index: 20;*/
/*}*/
/*.overlay_item:hover .hidden-text a {*/
/*    color: #ffffff;*/
/*}*/

.overlay_item:hover .hidden-text .overlay_text_plus {
    display: block;
}

.front .content_row_2 {
    background: linear-gradient(to bottom, white 0%, white 60%, #2e93c8 30%, #2e93c8 100%);
    padding-bottom: 220px;
}

.button_wrapper a.download::before {
    color: var(--text-color);
}

.button_wrapper a.download:hover::before {
    color: #ffffff;
}

.card_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.card_wrapper > .card {
    flex: 1;
}

.card_wrapper.slider .slide {
    flex: 1;
    padding-right: 47px;
}

.card_wrapper > .card .header {
    color: var(--text-color);
}

.card_wrapper > .card .header p {
    margin-bottom: 12px;
    margin-top: 24px;
}

.card_wrapper > .card h3 {
    font-size: 23px;
    line-height: normal;
}

.card_wrapper .slide .card h3 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
}

.card_wrapper .slide .text {
    color: #444444;
}

.card_wrapper .slide .text p {
    font-size: 17px;
    line-height: 25.5px;
}

.card_wrapper .slide .image_to_bg {
    height: 240px;
}

.ee_content_block.slider_wrapper_cut {
    padding-right: 0;
    max-width: 100%;
    padding-left: calc((100vw - 1224px) / 2 + 12px);
}

.card_wrapper.slider .slick-list {
    padding: 0 15% 0 0 !important;
}

.card_wrapper .image_to_bg {
    background-size: 100% 100%;
}

.card_wrapper .slide .image_to_bg {
    background-size: cover;
}

.faq_cat_switch {
    flex: 1;
    padding: 30px 0;
    background-color: #ffffff;
}

#pid-faqs .page {
    background: radial-gradient(50% 50% at 50% 50%, #39A9DC 0%, #2E93C8 100%);
}

.card_wrapper.slider .link_wrapper {
    display: block;
    margin-top: 50px;
}

.card_wrapper.slider .plus.link {
    color: var(--blue);
}

.card_wrapper.slider .plus.link::after {
    font: var(--fa-font-sharp-light);
    content: "\2b";
    float: right;
    color: var(--blue);
    font-size: 28px;
}

.card_wrapper.slider {
    margin-bottom: 50px;
}

.slick-dotted.slick-slider {
    margin-bottom: 125px !important;
}

.slick-dots {
    bottom: -75px !important;
}

#block-hamburger .contextual {
    display: none;
}

#pid-fast-registry-step1 #node-title-:first-child {
    display: none;
}

a.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    height: 24px;
}

.hamburger-box {
    width: 32px;
    height: 23px;
    display: inline-block;
    position: relative;
}

.hamburger--elastic .hamburger-inner {
    top: 1.5px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #002D6D;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #002D6D;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#node-title-login{
    display: none;
}
#node-title-register h1{
    font-size: 35px;
    line-height: normal;
}
#ee-faq_block .ui-widget-content {
    color: var(--primary);
}
