/* Variables */
:root {
    --darkgreen: #4099da;
    --bluegreen: #8ecdc8;
    --violet: #644c76;
    --text-color: #3b4956;
    --max-width: 1440px;
    --content-width: 960px;
    /* perigus-energy */
    --darkgreen: #003c29;
    --limegreen: #b7f900;
    --brightcyan: #47e9f6;
    --stonecream: #faf3e5;
    --font-family: 'Perigus Sans', Helvetica Neue, Arial, sans-serif;
    --button-radius: 10px;
}
/* Perigus Sans – Regular */
@font-face {
    font-family: "Perigus Sans";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src:
        url("fonts/PerigusSans_Web/WOFF2/Perigus_Sans-Regular-web-1_0.woff2") format("woff2"),
        url("fonts/PerigusSans_Web/WOFF/Perigus_Sans-Regular-web-1_0.woff") format("woff"),
        url("fonts/PerigusSans_Web/EOT/Perigus_Sans-Regular-web-1_0.eot") format("embedded-opentype");
}

/* Perigus Sans – Italic */
@font-face {
    font-family: "Perigus Sans";
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src:
        url("fonts/PerigusSans_Web/WOFF2/Perigus_Sans-Regular_Italic-web-1_0.woff2") format("woff2"),
        url("fonts/PerigusSans_Web/WOFF/Perigus_Sans-Regular_Italic-web-1_0.woff") format("woff"),
        url("fonts/PerigusSans_Web/EOT/Perigus_Sans-Regular_Italic-web-1_0.eot") format("embedded-opentype");
}

/* Perigus Sans – Bold */
@font-face {
    font-family: "Perigus Sans";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src:
        url("fonts/PerigusSans_Web/WOFF2/Perigus_Sans-Bold-web-1_0.woff2") format("woff2"),
        url("fonts/PerigusSans_Web/WOFF/Perigus_Sans-Bold-web-1_0.woff") format("woff"),
        url("fonts/PerigusSans_Web/EOT/Perigus_Sans-Bold-web-1_0.eot") format("embedded-opentype");
}

/* Perigus Sans – Bold Italic */
@font-face {
    font-family: "Perigus Sans";
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src:
        url("fonts/PerigusSans_Web/WOFF2/Perigus_Sans-Bold_Italic-web-1_0.woff2") format("woff2"),
        url("fonts/PerigusSans_Web/WOFF/Perigus_Sans-Bold_Italic-web-1_0.woff") format("woff"),
        url("fonts/PerigusSans_Web/EOT/Perigus_Sans-Bold_Italic-web-1_0.eot") format("embedded-opentype");
}
h2 {
    margin-top: 55px;
    margin-bottom: 55px;
    font-weight: 500;
}

html {
    font-size: 16px;
    scroll-padding-top: 200px;
}
#page * {
    box-sizing: border-box;
}
body {
    background-color: #f3f3f3;
    color: #3b4956;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 400;
}
.system_messages_wrapper .messages__wrapper,
.form-text,
select,
input,
.button {
    font-family: var(--font-family) !important;
}
.eueco-logo > div {
    font-size: 8px;
    color: #3b4956;
    margin-bottom: 5px;
}
.eueco-logo {
    padding-bottom: 13px;
}
#page {
    background-color: #ffffff;
}
.blue {
    background-color: var(--darkgreen);
}
.darkgreen{
    background-color: var(--darkgreen);    
}
.limegreen{
    background-color: var(--limegreen);    
}
.stonecream{
    background-color: var(--stonecream);    
}
.violet {
    background-color: var(--violet);
}
.bluegreen {
    background-color: var(--bluegreen);
}
#header_inner {
    position: relative;
    height: 120px;
    transition: height 10ms linear;
}
.fixed #header_inner {
    height: 80px;
    transition: height 10ms linear;
}
#logo > div {
    border-left: 1px solid #dddddd;
    height: 55px;
}
#desk_orsted.menu--orsted .menu.menu-level-0 {
    display: flex;
}
.region-aux a,
#desk_orsted.menu--orsted .menu.menu-level-0 > .menu-item > a {
    padding: 0 25px;
    color: black;
    font-weight: 700;
}
.region-aux .menu a {
    font-weight: 400;
}
#desk_orsted.menu--orsted .menu.menu-level-0 > .menu-item > a {
    padding-bottom: 50px;
}
#desk_orsted.menu--orsted
    .menu.menu-level-0
    > .menu-item.menu_item_activetrail
    > a {
    color: var(--darkgreen);
}
.region-aux a:hover,
#desk_orsted.menu--orsted .menu.menu-level-0 > .menu-item > a:hover {
    color: var(--darkgreen);
}
#desk_orsted.menu--orsted .menu-dropdown-0 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
    transition: opacity 0.5s ease-out;
    left: -35px;
    margin-top: 46px;
    padding: 40px;
    padding-top: 0;
    width: var(--max-width);
}
.fixed #desk_orsted.menu--orsted .menu-dropdown-0 {
    margin-top: 26px;
}
#desk_orsted.menu--orsted .menu-level-0 > li:hover .menu-dropdown-0 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
#desk_orsted.menu--orsted .menu-level-0 > li .menu-dropdown-0 .field--name-field-description {
    width: calc(50% - 20px);
}

#desk_orsted.menu--orsted .menu-level-0 > li .menu-dropdown-0 .menu-title {
    font-family: var(--font-family);
    color: var(--darkgreen);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-top: 40px;
    padding: 0;
}
#desk_orsted.menu--orsted .menu-level-0 > li .menu-dropdown-0 .subMenu-title {
    font-family: var(--font-family);
    font-size: 24px;
    color: #3b4956;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
    padding: 0;
}

#desk_orsted.menu--orsted .menu-level-1 {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    border-top: 1px solid #ced1d5;
    margin-top: 40px;
    padding-top: 40px;
}
#desk_orsted.menu--orsted .menu-level-1 .menu_item_expanded > a {
    font-family: var(--font-family);
    font-size: 16px;
    color: #3b4956;
    font-weight: 700;
}
#desk_orsted.menu--orsted .menu-level-1 .menu_item_expanded > a:hover,
#desk_orsted.menu--orsted .menu-level-1 .menu_item_expanded > a.is-active {
    color: var(--darkgreen);
}
#desk_orsted.menu--orsted .menu-level-1 > li {
    flex-basis: 16.66%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    min-width: 0;
}
#desk_orsted.menu--orsted .menu-level-2 {
    margin-top: 10px;
}
#desk_orsted.menu--orsted .menu-level-2 a {
    color: #3b4956;
    max-width: 215px;
    display: block;
}
#desk_orsted.menu--orsted .menu-level-2 a:hover,
#desk_orsted.menu--orsted .menu-level-2 a.is-active {
    color: var(--darkgreen);
}
#desk_orsted .FAQ .menu-level-1 .menu-item > a {
    color: #3b4956;
    font-weight: 700;
}
#desk_orsted .FAQ.menu_item_activetrail .menu-level-1 .menu-item > a,
#desk_orsted .FAQ .menu-level-1 .menu-item > a:hover {
    color: var(--darkgreen);
}
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_GrÃ¼nstrom-Bonus.menu-item,
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_GrÃ¼nstrom-Bonus_Wansleben.menu-item,
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_Onlineportal.menu-item {
    flex-basis: 19%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    min-width: 0;
}
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_Onlineportal.menu-item {
    flex-basis: 16%;
}
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_GrÃ¼nstrom-Bonus.menu-item a.is-active,
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_GrÃ¼nstrom-Bonus_Wansleben.menu-item a.is-active,
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_Onlineportal.menu-item a.is-active {
    color: #3b4956;
}
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_GrÃ¼nstrom-Bonus.menu-item a.is-active:hover,
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_GrÃ¼nstrom-Bonus_Wansleben.menu-item a.is-active:hover,
#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_Onlineportal.menu-item a.is-active:hover {
    color: var(--darkgreen);
}

#desk_orsted.menu--orsted .menu-level-1 > li.FAQ_zum_GrÃ¼nstrom-Bonus_Wansleben.menu-item {
    flex-basis: 25%;
}
#mobile_orsted .field--name-field-description {
    display: none;
}

.header-wrapper {
    position: relative;
    height: 624px;
}
.headerimage {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #ffffff;
    font-size: 38.594px;
    font-weight: 700;
    line-height: 48px;
}
.front .headerimage {
    height: 624px;
    padding: 0;
}
.banner .image.to_bg::before,
.front .headerimage::before {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1) 0,
        rgba(0, 0, 0, 0.4)
    );
    background-position-y: 0;
    background-size: 100%;
    content: "";
    height: 100%;
    position: absolute;
    transition: background 0.8s cubic-bezier(0.165, 0.84, 0.26, 0.98);
    width: 100%;
}
.twocols .image.to_bg .inhalt {
    position: relative;
    z-index: 1;
}
.login_out_wrapper.login_out_block{
    background-color: var(--limegreen);
    border-radius: var(--button-radius);
}

.region-aux a.anmelden_toggle,
.region-aux a.abmelden_toggle {
    display: flex;
    width: 116.2px;
    height: 46px;
    padding: 13.36px 36.2px 12.64px 35px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: black;
}

.headertext {
    color: #ffffff;
    position: absolute;
    top: 140px;
    left: 120px;
    max-width: 820px;
}
.headertext h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 24px;
}
.headertext h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 24px;
}
.headerbild_title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    color: #ffffff;
}
h2.faq_headline,
.content_block h2,
.block-ee-frontnotice h2 {
    color:black;
    font-size: 31.25px;
    font-weight: 500;
    line-height: 38.4px;
    margin-bottom: 62px;
}
#pid-faq h2.faq_headline{
    color: var(--darkgreen);
}
.content_block h2.text_color {
    color: var(--text-color);
    margin-bottom: 20px;
    font-weight: 700;
}
.twocols .image > *,
.threecols .image > * {
    display: block;
    width: 100%;
    height: auto;
}
.twocols .image.double img{
    max-width: 140px;
}
.twocols .inhalt {
    padding: 60px 120px 40px 120px;
    color: black;
    font-size: 23.625px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px;
}
.darkgreen.twocols .inhalt,
.darkgreen h2{
    color: white;
}
.twocols .inhalt h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    margin-bottom: 24px;
}

.fourcols .image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.fourcols h2 {
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 16px;
    font-size: 1.25rem;
    line-height: 1.4;
    hyphens: auto;
}
.blue .inhalt,
.blue .inhalt h2,
.violet .inhalt h2,
.violet .inhalt {
    color: #ffffff;
}
.image.to_bg {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner .image.to_bg {
    height: 405px;
}
.absprung .image.to_bg.none img,
.banner .image.to_bg.none img {
    display: none;
}
.twocols.wrapper .image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.twocols.wrapper h2 {
    margin-top: 0;
}
.banner .inhalt,
.banner .inhalt h2,
.banner .inhalt a {
    color: #ffffff;
}
.banner .inhalt {
    font-size: 1rem;
}
#goto.threecols {
    gap: 100px;
    padding: 75px 150px;
}
#goto .image {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 70px;
    width: 250px;
    height: 250px;
}
#goto > div {
    display: flex;
}

footer {
    border-top: 20px solid var(--stonecream);
    font-size: 14px;
    line-height: 1.428;
}
.euecolink #user-link a.button.green,
#investor_edit_wrapper a,
.arrow_link_wrapper a {
    color: black;
}
.euecolink #user-link a.button.green,
#investor_edit_wrapper a,
.absprung .arrow_link_wrapper a,
.banner .arrow_link_wrapper a {
    font-weight: 700;
}
.euecolink #user-link a.button.green:hover,
.euecolink #user-link a.button.green:focus {
    background: none;
}
.euecolink #user-link a.button.green:after,
#investor_edit_wrapper a:after,
.menu--orsted .menu-level-1 > li > a:after,
.arrow_link_wrapper a:after {
    content: "\2192";
    font-family: var(--font-family);
    font-weight: 700;
    padding-left: 5px;
    display: inline;
    transition: right 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98);
}
.euecolink #user-link a.button.green:hover:after,
#investor_edit_wrapper a:hover:after,
.menu--orsted .menu-level-1 > li > a:hover:after,
.arrow_link_wrapper a:hover:after {
    padding-left: 5px;
    transition: right 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98);
    position: relative;
    right: -5px;
}
#goto .inhalt .arrow_link_wrapper {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 17px;
}
#goto .inhalt .arrow_link_wrapper a {
    color: white;
    font-weight: 700;
}
#goto.wrapper.threecols.flex.darkgreen div div.image img{
    color: var(--limegreen);
}
.field--name-field-description .arrow_link_wrapper a {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.menu-link-contentorsted .menu.menu-level-2 a {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.projectdetails {
    text-align: center;
}
.projectdetails .fact {
    color: var(--darkgreen);
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
}
.projectdetails .description {
    color: #3b4956;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.table > div:nth-child(even) {
    background: #efefef;
}
.table > div:nth-child(odd) {
    background: #fff;
}

.button_wrapper {
    margin-top: 30px;
}
#ee_certification_block #ee-finish-button,
#ee-button-area #edit-submit,
.arrow_button_wrapper a,
a.ee_button.ee_solo{
    border: none;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 0.625rem;
    vertical-align: middle;
    background-color: var(--limegreen);
    color: black;
    border-radius: var(--button-radius);
    overflow: hidden;
    padding: 0.625rem 1.5rem;
    position: relative;
    text-align: center;
    transition: background-color 0.1s,
        padding 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98);
}
.darkgreen.twocols.wrapper .inhalt .arrow_button_wrapper a{
    background-color: var(--limegreen);
    color: black;
}
.arrow_button_wrapper a::after {
    content: "\2192";
    display: inline-block;
    color: #ffffff;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0;
    max-width: 0;
    margin-left: 5px;
    opacity: 0;
    transform: translate3d(-3px, 0, 0);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98),
        opacity 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98),
        margin-left 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98);
}
.arrow_button_wrapper a:focus,
.arrow_button_wrapper a:hover {
    padding-left: 1.5rem;
    padding-right: 2.375rem;
}
.arrow_button_wrapper a:focus::after,
.arrow_button_wrapper a:hover::after {
    margin-left: 5px;
    opacity: 1;
    transform: translate3d(5px, 0, 0);
}
.arrow_button_wrapper.inverse a {
    background-color: var(--darkgreen);
    color: white;
}
.arrow_button_wrapper.inverse a:after {
    background-color: #ffffff;
    color: var(--darkgreen);
}

.button_wrapper a {
    font-size: 15.5px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #ffffff;
    border-radius: 41px;
    background-color: var(--darkgreen);
    width: 373px;
    height: 46px;
    padding: 13px 25px;
    text-align: center;
}
.button_wrapper.inverse a {
    color: var(--darkgreen);
    background-color: #ffffff;
}
.violet .button_wrapper.inverse a {
    color: var(--violet);
}
#log_overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 20000px;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 1;
}
.FadeInSection.out {
    opacity: 0;
    margin-top: 80px;
    transition: all 0.8s ease-in;
}
.FadeInSection.in {
    opacity: 1;
    margin-top: 0px;
    transition: all 0.8s ease-in;
}
.modal_login label {
    display: none;
}
#pid-fast-registry-step1 .platform #main *,
#pid-kontakt .platform #main * {
    box-sizing: border-box;
}

#pid-user-login #main-wrapper,
#pid-kontakt #main-wrapper {
    background-color: var(--stonecream);
    margin-top: 0;
    padding-top: 45px;
    color: black;
}
#pid-kontakt #main-wrapper h1 {
    color: black;
    font-size: 2rem;
    line-height: 1.2;
}
#pid-user-login label,
#pid-user-login .description,
#pid-kontakt #main-wrapper label {
    color: black;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 400;
    line-height: 1.428;
}
#ee_customer_data_block .form-submit {
    max-width: 300px;
}
#ee_customer_data_block .form-text,
#ee_customer_data_block .form-select {
    height: unset;
    padding: 10px 16px;
}

#pid-user-password #edit-name,
#ee-customer-insert-block-form input,
#user-form input.form-text,
body .webform-submission-form input.form-text,
#fast-registry-registry input.form-text,
#user-form input.form-text,
body .webform-submission-form input.form-tel,
#user-form input.form-tel,
#fast-registry-registry input.form-email,
#user-form input.form-email,
body .webform-submission-form input.form-email,
.modal_login input {
    border: 1px solid #b2b2b2;
    border-radius: var(--button-radius);
    color: #3b4956;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    width: 100%;
    max-width: 100%;
    padding: 10px 16px;
    transition: all 0.25s ease-in-out;
}
#pid-admin-people input.form-text,
#fast-registry-registry input.form-email,
#fast-registry-registry input.form-text {
    border: 1px solid var(--darkgreen);
    margin-bottom: 20px;
}
#pid-admin-people input.form-text {
    border-radius: 21px;
    color: #3b4956;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 16px;
}
#pid-user-password #edit-name,
#ee-customer-insert-block-form input,
#ee_customer_data_block .form-text,
#user-form input.form-email,
#user-form input.form-text {
    border: 1px solid var(--darkgreen);
    padding-left: 16px;
}
#user-form input.password-field,
#user-form input.password-confirm {
    max-width: 300px;
}
#pid-admin-people .form-type-textfield label,
#pid-user-password #user-pass label,
#ee-customer-insert-block-form label,
#pid-fast-registry-step1 label,
#user-form label {
    margin-left: 15px;
    margin-bottom: 5px;
}
body .webform-submission-form select.form-select,
.webform-submission-form textarea {
    border: 1px solid #b2b2b2;
    border-radius: var(--button-radius);
    padding: 10px 0 10px 24px;
    padding: 10px 16px;
    transition: all 0.25s ease-in-out;
}
body .webform-submission-form input.form-text:focus,
body .webform-submission-form textarea:focus,
body .webform-submission-form input.form-tel:focus,
body .webform-submission-form input.form-email:focus {
    box-shadow: 0 0 0 2px #ced1d5;
}
body .webform-submission-form select.form-select {
    padding: 10px 24px 10px 24px;
    background: transparent;
}
div[id^="edit-actions"] input {
    margin-right: 0;
}
#pid-reporting #actions_wrapper input#edit-start,
.area_triggers > div,
#legal-login input#edit-save,
div[id^="edit-actions"] input.form-submit {
    background: none;
    border: none;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
    line-height: normal;
}

#user-form div[id^="edit-actions"]::after,
#pid-user-password div[id^="edit-actions"]::after,
#block-modallogout div[id^="edit-actions"]::after,
#user-pass-reset div[id^="edit-actions"]::after,
.webform-submission-form div[id^="edit-actions"]::after,
a.arrow_button:after,
.registrieren.button:after,
.modal_login div[id^="edit-actions"]::after,
#fast-registry-registry div[id^="edit-actions"]::after {
    content: "\2192";
    display: inline-block;
    color: #ffffff;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 700;
    margin-left: 0;
    max-width: 0;
    opacity: 0;
    transform: translate3d(-9px, 0, 0);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98),
        opacity 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98),
        margin-left 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98);
}
#block-modallogout div[id^="edit-actions"]::after {
    margin-left: 5px;
}
a.arrow_button:after,
.registrieren.button:after {
    transform: translate3d(-3px, 0, 0);
    margin-left: 10px;
}
#pid-admin-people div[id^="edit-actions"] input[id^="edit-submit"],
#pid-reporting #actions_wrapper input#edit-start,
a.arrow_button,
.area_triggers > div,
a.registrieren.button,
#legal-login input#edit-save,
#pid-user-password div[id^="edit-actions"],
#user-form div[id^="edit-actions"],
#block-modallogout div[id^="edit-actions"],
#user-pass-reset div[id^="edit-actions"],
.modal_login div[id^="edit-actions"],
#fast-registry-registry div[id^="edit-actions"],
.webform-submission-form div[id^="edit-actions"],
.electricity_bonus_details div[id^="edit-actions"] input.form-submit,
.ee-portfolio-electricity-bonus .button,
.tfa-entry-form div[id^="edit-actions"] input.form-submit,
.ee-investor-communication div[id^="edit-actions"] input.form-submit {
    margin: 10px 0;
    align-items: baseline;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background-color: var(--darkgreen);
    color: #fff;
    border: 1px solid transparent;
    border-radius: var(--button-radius);
    display: inline-block;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.5;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    transition: background-color 0.1s, padding 0.2s cubic-bezier(0.165, 0.84, 0.26, 0.98);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.ee-portfolio-electricity-bonus .button {
    color: #fff !important;
    text-decoration: none !important;
}
a.arrow_button:hover::after,
.registrieren.button:hover::after,
#pid-user-password div[id^="edit-actions"]:hover::after,
.modal_login div[id^="edit-actions"]:hover::after,
#block-modallogout div[id^="edit-actions"]:hover::after,
#user-form div[id^="edit-actions"]:hover::after,
#user-pass-reset div[id^="edit-actions"]:hover::after,
#fast-registry-registry div[id^="edit-actions"]:hover::after,
.webform-submission-form div[id^="edit-actions"]:hover::after {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
}
a.arrow_button:hover,
.registrieren.button:hover,
.modal_login div[id^="edit-actions"]:hover,
#pid-user-password div[id^="edit-actions"]:hover,
#block-modallogout div[id^="edit-actions"]:hover,
#user-form div[id^="edit-actions"]:hover,
#user-pass-reset div[id^="edit-actions"]:hover,
#fast-registry-registry div[id^="edit-actions"]:hover,
.webform-submission-form div[id^="edit-actions"]:hover {
    padding-right: 2.375rem;
}

a.arrow_button:hover {
    padding-left: 1.5rem;
    padding-right: 3.375rem;
}

#pid-kontakt
    #main-wrapper
    .webform-submission-form
    .js-form-type-checkbox
    label {
    margin-left: 0;
    padding-left: 0;
}
#edit-datenschutz--description a {
    color: black;
    text-decoration: underline;
}
#edit-datenschutz--description a:hover {
    color: #3b4956;
    text-decoration: none;
}
fieldset.captcha {
    border: none;
    padding: 0;
}
fieldset.captcha legend {
    display: none;
}
a.arrow_button,
a.registrieren.button {
    padding-right: 10px;
}
#pid-user-login  input[id^="edit-submit"],
.webform-flex--container div[id^="edit-actions"],
.webform-submission-form div[id^="edit-actions"] {
    color: var(--darkgreen);
    background-color: var(--limegreen);
}
.webform-flex--container div[id^="edit-actions"]:after,
.webform-submission-form div[id^="edit-actions"]:after {
    color: var(--darkgreen);
}
.webform-flex--container div[id^="edit-actions"] input.form-submit,
.webform-submission-form div[id^="edit-actions"] input.form-submit {
    color: black;
    background-color: var(--limegreen);
}
#block-modallogout a.button,
.modal_login input.button {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: none;
    background: none;
    border: 0;
    color: #ffffff;
    padding: 0;
    line-height: normal;
    margin: 0;
}
.teaser-btn:focus::before,
.teaser-btn:hover::before {
    margin-left: 5px;
    opacity: 1;
    transform: translateZ(0);
}
::-webkit-input-placeholder {
    /* Chrome, Safari, Edge, Opera */
    color: var(--text-color);
    font-family: var(--font-family);
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer/Edge */
    color: var(--text-color);
    font-family: var(--font-family);
    opacity: 1;
}
::placeholder {
    /* Standard */
    color: var(--text-color);
    font-family: var(--font-family);
    opacity: 1;
}

/* For Firefox */
input:-moz-placeholder {
    color: var(--text-color);
    font-family: var(--font-family);
    opacity: 1;
}
input::-moz-placeholder {
    color: var(--text-color);
    font-family: var(--font-family);
    opacity: 1;
}
footer ul.menu a {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.428;
}
footer ul.menu a.is-active,
footer ul.menu a:hover {
    font-size: 14px;
    line-height: 1.428;
    color: var(--darkgreen);
}
#steps {
    margin-bottom: 70px;
}
#steps .image img {
    width: 130px;
    height: auto;
}
#steps .image {
    margin-bottom: 20px;
}
.headerbild_title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    color: #ffffff;
}
.ui-accordion .ui-accordion-header {
    font-family: var(--font-family);
    background: none;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-right: 50px;
    padding-right: 30px;
    position: relative;
}
.ui-accordion .ui-accordion-header-active.ui-state-active {
    background-color: var(--darkgreen);
    border-top: 1px solid var(--darkgreen);
    color: #ffffff;
}
.ui-accordion .ui-accordion-header:after {
    font: var(--fa-font-regular);
    content: "\f078";
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    position: absolute;
    right: 30px;
    left: auto;
    line-height: 21px;
}
.ui-accordion .ui-accordion-header-active.ui-state-active:after {
    font: var(--fa-font-regular);
    content: "\f077";
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    position: absolute;
    right: 30px;
    left: auto;
}

.ui-accordion .ui-accordion-header .ui-icon {
    display: none;
}
.ui-accordion-content.ui-widget-content {
    font-family: var(--font-family);
    border: none;
    background: #ffffff;
    color: var(--text-color);
    padding: 20px 30px;
}
#ee-faq_gruenstrombonus-block {
    margin-bottom: 70px;
}
.image.double {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 50px;
}
.divtable.datenschutz {
    margin-bottom: 30px;
}
.datenschutz .divrow > div {
    display: table-cell;
    border-bottom: 1px solid #d5d3d3;
    padding: 10px;
}
.datenschutz .divrow > div:nth-child(3) {
    width: 150px;
}
.datenschutz .divrow > div:first-child {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--darkgreen);
}
.datenschutz .divrow > div:first-child {
    font-weight: 600;
    font-size: inherit;
    color: var(--darkgreen);
    width: auto;
}
.datenschutz .divrow.th {
    font-weight: 600;
    color: var(--darkgreen);
}
.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 #d5d3d3;
}
.datenschutz.divtable .divrow:last-child > div {
    border-bottom: 1px solid #d5d3d3 !important;
}
#pid-legal-accept a,
#ee_certification_block a,
#pid-customer-portfolio #ee_portfolio_details a,
#pid-customer-portfolio .slick-slide a,
form#user-form a,
#ee-legal a,
#fast-registry-registry a,
.swk-grid-container__headline-container p a,
a.ee_track_login_form_reset_password {
    color: var(--text-color);
    text-decoration: underline;
}
#pid-legal-accept a:hover,
#ee_certification_block a:hover,
#pid-customer-portfolio #ee_portfolio_details a:hover,
#pid-customer-portfolio .slick-slide a:hover,
form#user-form a:hover,
#ee-legal a:hover,
#fast-registry-registry a:hover,
.swk-grid-container__headline-container p a:hover,
a.ee_track_login_form_reset_password:hover {
    color: var(--darkgreen);
    text-decoration: none;
}
a u {
    text-decoration: none;
}
div#sliding-popup {
    font-family: var(--font-family);
    border-top: 2px solid #f6f6f6;
    -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.agree-button,
#popup-buttons button.eu-cookie-withdraw-button {
    font-family: var(--font-family);
    border: solid 1px #dddddd;
    background-color: var(--darkgreen);
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    text-align: center !important;
    transition: all 300ms ease;
    font-weight: bold;
    text-transform: none;
}
.eu-cookie-compliance-categories-buttons button:hover,
#popup-buttons button.agree-button:hover,
#popup-buttons button.eu-cookie-withdraw-button:hover {
    background: #99a4ae;
}

#sliding-popup button.find-more-button {
    font-size: 16px;
    color: #222222;
    margin-top: 10px;
    border: 0 !important;
    padding: 0 !important;
    background: none !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
}

.popup-content button.find-more-button {
    font-family: var(--font-family);
}
button.eu-cookie-withdraw-tab {
}
.sliding-popup-bottom .eu-cookie-withdraw-tab {
    border-radius: 15px 15px 0 0;
    border: 2px solid var(--darkgreen);
    border-bottom: none;
    font-family: var(--font-family);
    font-weight: 700;
}
.form-type-checkbox {
    display: flex;
    align-items: flex-start;
    column-gap: 5px;
}
#ee_fast_registry_block .form-type-checkbox label {
    margin-left: 0 !important;
    padding-left: 0;
}
ul#superfish-main ul {
    background-color: #ffffff;
}
#ee-customer-insert-block-form * {
    box-sizing: border-box;
}
#fast-registry-registry .legal-terms {
    display: none;
}

.burger_menu_wrapper div {
    height: 15px;
    width: 20px;
}
.burger_menu_wrapper div span {
    background-color: #3b4956;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0);
    transition: 0.25s ease-in-out;
    width: 20px;
}
.burger_menu_wrapper div span:first-child {
    top: 0;
    transform-origin: left center;
}
.burger_menu_wrapper div span:nth-child(2) {
    top: 6px;
    transform-origin: left center;
}
.burger_menu_wrapper div span:nth-child(3) {
    top: 12px;
    transform-origin: left center;
}
.just_mobile,
#block-hamburgermenutrigger {
    display: none;
}
.burger_menu_wrapper > div {
    position: relative;
}
.mm-menu {
    background-color: #ffffff;
}
nav#menu ul.menu a {
    color: #3b4956;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
    display: block;
    cursor: pointer;
}
nav#menu ul.menu a:hover {
    color: var(--darkgreen);
}
nav#menu ul.menu a.open,
nav#menu ul.menu a:hover {
    color: var(--darkgreen);
}
#pid-user-login  #block-tabs,
#pid-user-password #block-tabs,
[id^="pid-user-"][id$="-edit"] #block-tabs {
    display: none;
}
[id^="pid-user-"][id$="-edit"] #page * {
    box-sizing: border-box;
}
.logged-in #anmelden_toggle_mob,
.not-logged-in #abmelden_toggle_mob {
    display: none;
}
#pid-user-login #main-wrapper input{
  display:blocK;
  border: 1px solid #b2b2b2;
  border-radius: 21px;
  color: #3b4956;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  width: 100%;
  max-width: 50%;
  padding: 10px 16px;
  transition: all .25s ease-in-out;
  margin:10px 0;
}
#pid-user-login #main-wrapper input[id^="edit-submit"],
#pid-user-login #main-wrapper .registrieren.button
{
  color:var(--darkgreen);
  background-color: #ffffff;
  width: unset;
}
#pid-user-login #main-wrapper .reset_password a{
  color:#ffffff;
  margin-left:10px;
}
#pid-user-login #main-wrapper .registrieren.button:hover:after
{
  color:var(--darkgreen);
}
#anmelden_toggle_mob,
#abmelden_toggle_mob {
    background-color: var(--darkgreen);
    color: #ffffff;
}
footer li.Kontakt {
    display: none;
}
#ee-faq_onlineportal-block {
    margin-bottom: 80px;
}
#desk_orsted.contextual-region {
    position: unset;
}
body#pid-pdf-functions .ui-widget-overlay,
body#pid-projektertrag .ui-widget-overlay{
    display: none;
}
.ui-widget-overlay {
  display: none;
}
body .ui-dialog {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.55);
}
.block-ee-frontnotice h2{
    margin: 0;
}
#anlegerinformation_content p{
    margin: 30px 0;
}

#page #anlegerinformation{
    background-color: var(--stonecream);
}
.frontnotice_close_button{
    color:var(--darkgreen);
}
