:root {
    --font: "FF Meta Pro", Sans-serif;
    --primary: #A9C938;
    --white: #ffffff;
    --black: #000000;
    --text-color: var(--black);
}

@font-face {
	font-family: 'FF Meta Pro';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('./fonts/FFMetaProThin.ttf') format('truetype');
}
@font-face {
	font-family: 'FF Meta Pro';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('./fonts/FFMetaProLight.ttf') format('truetype');
}
@font-face {
	font-family: 'FF Meta Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('./fonts/FFMetaProBook.ttf') format('truetype');
}
@font-face {
	font-family: 'FF Meta Pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('./fonts/FFMetaProRegular.ttf') format('truetype');
}
@font-face {
	font-family: 'FF Meta Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('./fonts/FFMetaProMedium.ttf') format('truetype');
}
@font-face {
	font-family: 'FF Meta Pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('./fonts/FFMetaProBold.ttf') format('truetype');
}
@font-face {
	font-family: 'FF Meta Pro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('./fonts/FFMetaProBlk.ttf') format('truetype');
}

/* End Custom Fonts CSS */
html,
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea {
    margin: 0px;
    padding: 0px;
}
:focus {
    outline: 0;
    outline: none;
}
ul {
    padding-left: 15px;
    margin-bottom: 20px;
}
body {
    font-family: var(--font);
    color: #414141;
    line-height: 28px;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
}
table thead tr th {
    color: var(--black);
}
.page {
    background-color: var(--white);
}
.region-header .block {
    float: none;
    margin: 0 !important;
}
#primary_menu_wrapper {
    display: flex;
    align-items: center;
}
.logo_wrapper {
    display: flex;
    justify-content: space-between;
}
#logo img {
    width: 247px;
    display: block;
}
#logo {
    background-color: var(--white);
    display: inline-block;
}
#site_slogan {
    float: left;
    padding-top: 10px;
    padding-left: 25px;
}
#site_slogan a {
    font-size: 72px;
    color: var(--white);
    line-height: 65px;
}
#site_slogan a strong {
    font-weight: 900;
}
.menu_trigger {
    font-size: 28px;
    display: none;
}
.block-scrolltop img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
    z-index: 10000;
}
#scrolltop {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
h1,
h2,
h3,
h4,
h3 a {
    font-weight: normal;
}
.page-title {
    max-width: 100%;
}
p {
    margin: 1em 0px;
}
.right {
    float: right;
}
.region-content {}
.region-content-bottom {
    background-color: var(--white);
    margin-top: 40px;
}
.button.large {
    width: 100%;
}

/******* div table ************/
.divtable {
    display: table;
}
.divrow {
    display: table-row;
    border-radius: 5px;
    font-size: 14px;
}
.divrow:nth-child(odd)>div {
    background-color: #f2f2f2;
}
.divrow:nth-child(even)>div {
    background-color: #e4e0e0;
}
.divrow>div {
    display: table-cell;
}
.divtable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.divrow>div {
    line-height: normal;
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.divrow>div:first-child {
    font-weight: 600;
    border-radius: 5px 0px 0px 5px;
    padding-left: 10px;
    width: 50%;
}
.divrow>div:last-child {
    padding-right: 10px;
    border-radius: 0px 5px 5px 0px;
}
.platform #main {
    margin: 0 auto;
    width: 1280px;
    /* padding: 0px 15px; */
    min-height: 72vh;
}
#main-content {
    margin-bottom: 75px;
}
#main a,
#main a:link,
#main a:visited {
    color: var(--primary);
    text-decoration: none;
    margin: 0px;
    padding: 2px;
    /* border-bottom-style: none; */
}
h1.title,
.page h1,
body.page-blog h1.title,
#beteiligen h2,
#news+h2,
.testimonials_content_wrapper h2,
.flex_block.full h2 {
    font-size: 40px;
    color: var(--black);
    font-weight: 400;
    text-align: center;
    line-height: normal;
}
h1.title {
    margin-bottom: 0px;
}
#news+h2 {
    font-weight: 400;
    margin-bottom: 60px;
}
#faqs+h2 {
    font-family: var(--font);
    font-weight: 400;
    font-size: 40px;
    color: var(--black);
    text-align: center;
    margin-bottom: 0px;
}
a.investieren_button.fullwidth {
    width: 100%;
    margin-top: 15px;
}
.testimonials_content_wrapper {
    text-align: center;
    margin-bottom: 50px;
}
.page-blog #main-inner h2.title a {
    text-decoration: none;
}
#main-inner p {
    margin-bottom: 20px;
}
#sliding-popup {
    background: none;
    background-color: var(--primary);
    color: var(--white);
}

/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
header {
    display: block;
    clear: both;
    padding: 10px;
    margin-top: 1%;
}
#header_top {
    display: block;
    clear: both;
    background-color: var(--white);
    /* height: 150px; */
}
.header-group-wrapper {
    display: block;
    clear: both;
    background: transparent;
    /*border-top:1px solid var(--primary);*/
}
.headerbild_image {
    width: 100%;
    height: 50vh;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
/******************* slideshow ***************************/
#views_slideshow_cycle_main_eueco7_slideshow-slideshow_header,
#views_slideshow_cycle_teaser_section_eueco7_slideshow-slideshow_header,
#views_slideshow_cycle_main_eueco7_slideshow-slideshow_content,
#views_slideshow_cycle_teaser_section_eueco7_slideshow-slideshow_content,
.views-slideshow-cycle-main-frame-row,
.views-slideshow-cycle-main-frame views_slideshow_cycle_teaser_section,
.slideshow_header,
.slideshow_row {
    width: 100% !important;
}
.slideshow_image {
    width: 100%;
    height: 780px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slideshow_content {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 120px;
}
.slogan_title,
.slogan_content {
    font-family: var(--font);
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
}
.slideshow-header .slogan_title {
    font-size: 60px;
    font-weight: 600;
}
.slideshow-header .slogan_title:after {
    font-family: var(--font);
    content: "______";
    font-size: 18px;
    display: block;
    text-align: center;
}
.slogan_title {
    color: var(--white);
}
.slogan_content {
    text-align: center;
    color: var(--white);
}
.slogan_content p {
    margin: 0px;
}
.slide_text,
.slide_text p,
.slide_link {
    margin-top: 30px;
    margin-bottom: 0px;
}
.slide_text {
    width: 100%;
    margin-top: 0px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide_text ul {
    align-self: center;
}
.slide_text p {
    align-self: center;
    text-align: center;
}
input.button-primary,
.slide_link {
    display: flex;
    justify-content: center;
}
ul.check {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-left: 3px;
    align-self: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 30px;
}
ul.check li {
    margin-left: 40px;
}
ul.check li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #a6b911;
    font-weight: 600;
    font-size: 24px;
    vertical-align: top;
    position: absolute;
    padding-right: 6px;
    margin-left: -30px;
}
body .slide_link a {
    color: var(--white);
    display: block;
    border-radius: 3px;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--white);
}
.slide_link a:last-child {
    background-color: var(--primary);
    margin-left: 20px;
    border: 1px solid var(--primary);
}
body .slide_link a:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.header-inner .slide_link a:last-child:hover {
    background: none;
    border: 1px solid var(--white);
}
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_header,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_header,
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_content,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_content,
#views_slideshow_controls_text_next_eueco7_slideshow-block_1,
#views_slideshow_controls_text_previous_eueco7_slideshow-block_1 {
    margin-top: 370px;
    position: absolute;
    z-index: 899;
    color: var(--white);
}
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_header a,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_header a,
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_content a,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_content a,
#views_slideshow_controls_text_next_eueco7_slideshow-block_1 a,
#views_slideshow_controls_text_previous_eueco7_slideshow-block_1 a {
    color: var(--white);
    font-size: 60px;
    /*text-shadow: 2px 0px 3px rgba(150, 150, 150, 0.5);*/
}
#views_slideshow_controls_text_next_eueco7_slideshow-block_1,
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_header,
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_content {
    right: 0px;
    padding: 15px 15px 15px 19px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
}
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_header,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_content,
#views_slideshow_controls_text_previous_eueco7_slideshow-block_1 {
    left: 0px;
    padding: 15px 19px 15px 15px;
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_header a span,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_header a span {
    font-size: 70px;
}
.views-slideshow-controls-bottom {
    position: absolute;
    margin-top: -300px;
    width: 1200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 100;
}
.views-slideshow-pager-fields {
    float: right;
}
.views-slideshow-pager-field-item {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 0px;
    line-height: normal;
    background-color: rgba(255, 255, 255, 0.33);
    cursor: pointer;
}
.views-slideshow-pager-fields .active {
    background-color: rgba(255, 255, 255, 1);
}

/*****************news slider********************/
.view-display-id-slideshow_news .slick_slider .content-slide {
    /*max-width:370px;*/
    /*display: block;*/
    margin-bottom: 35px;
}
.view-display-id-slideshow_news .slick_slider .slick_inner_wrapper {
    display: block;
    max-width: 370px;
    background-color: var(--white);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
.view-display-id-slideshow_testimonials .slick_slider .slick_inner_wrapper {
    display: block;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.view-display-id-slideshow_news .content-slide .slider_image {
    max-width: 370px;
}
#page .flex_block.slick_slider {
    display: block;
}
.slick_slider .content-slide .content_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
}
.view-display-id-slideshow_news .slick_slider .content-slide .content_wrapper {
    min-height: 240px;
    max-width: 370px;
}
.view-display-id-slideshow_news .content-slide .text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.view-display-id-slideshow_news .content-slide .text_wrapper .slide_content {
    flex-grow: 1;
}
.view-display-id-slideshow_news .content-slide .text_wrapper .slide_link {
    margin: 0px;
    display: block;
    margin-left: 20px;
}
.slick_slider .content-slide.testimonial .content_wrapper {
    padding: 0px 0px;
}
.slick_slider .content-slide .date_wrapper .date {
    text-align: center;
}
.slick_slider .content-slide .text_wrapper {
    width: 270px;
}
.slick_slider .content-slide.testimonial .image_wrapper {
    width: 145px;
}
.slick_slider .content-slide.testimonial .slider_image {
    margin-bottom: 15px;
}
.slick_slider .content-slide.testimonial .slider_image img {
    display: block;
}
.slick_slider .content-slide.testimonial .text_wrapper {
    font-family: var(--font);
    width: 420px;
    height: 205px;
    background-color: #f4f4f4;
    padding: 25px;
    border-radius: 8px;
}
.slick_slider .content-slide.testimonial .text_wrapper:before {
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 15px 12px 15px 0;
    border-color: transparent #f4f4f4;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -35px;
    margin-top: 15px;
}
.slick_slider .content-slide.testimonial .slogan_title {
    font-weight: 700;
    font-size: 16px;
}
.slick_slider .content-slide.testimonial .slogan_title:after {
    content: "";
    margin: 0px;
}
.slick_slider .content-slide.testimonial .slogan_content {
    color: var(--black);
    font-size: 12px;
    text-transform: none;
    text-align: left;
}
.slick_slider .content-slide .slider_image img {
    border-radius: 5px 5px 0px 0px;
}
.slick_slider .content-slide .date div:first-child {
    background-color: #0d78c8;
    color: var(--white);
    border-radius: 3px 3px 0px 0px;
    font-size: 16px;
    padding: 5px 5px;
}
.slick_slider .content-slide .date div:last-child {
    border: 1px solid #e6e6e6;
    color: var(--black);
    border-radius: 0px 0px 3px 3px;
    font-size: 12px;
    padding: 5px 5px;
}
.slick_slider .slogan_title {
    color: var(--black);
    font-size: 18px;
    text-transform: none;
    line-height: 16px;
    margin: 0px;
}
.slick_slider .slogan_title:after {
    content: "____";
    display: block;
    color: #e6e6e6;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 13px;
}
.slick_slider .slide_content {
    color: #7e888c;
    font-size: 16px;
    line-height: 20px;
}
.view-display-id-slideshow_testimonials .slick-slide {}
.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0 3px !important;
}
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 0px !important;
}
.slick-dots li button::before {
    background-image: url("/sites/egis-energie.de/themes/eueco_site/images/egis/slick.png");
    font-size: 0px !important;
    line-height: 10px !important;
    width: 10px !important;
    height: 10px !important;
    content: " " !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: black;
    background-image: url("/sites/egis-energie.de/themes/eueco_site/images/egis/slick_active.png");
}
.view-display-id-slideshow_testimonials .slick-dots li button::before {
    background-image: url("/sites/egis-energie.de/themes/eueco_site/images/egis/slick_gray.png");
}
.view-display-id-slideshow_testimonials .slick-dots li.slick-active button::before {
    background-image: url("/sites/egis-energie.de/themes/eueco_site/images/egis/slick_gray_active.png");
}
.view-display-id-slideshow_testimonials .slick-slider .slick-track {
    margin-bottom: 20px;
}
.view-display-id-slideshow_testimonials .slick-prev,
.view-display-id-slideshow_testimonials .slick-next {
    top: 90px !important;
}
.view-display-id-slideshow_testimonials .slick-prev::before,
.view-display-id-slideshow_testimonials .slick-next::before {
    opacity: 1;
    color: #f4f4f4;
}
/* the slides */
.slick-slide {
    /*margin: 0 15px;*/
}
/* the parent */
.slick-list {
    /*margin: 0 -10px;*/
}
/* +++++++++++++++++++++
Accordion
++++++++++++++++++++++ */
#block-views-faqs-faq-block {
    margin-top: 50px;
}
.ui-accordion {
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}
.ui-state-default .ui-icon {
    background-image: none;
}
.accordion {
    margin-top: 0px;
    padding-bottom: 0px;
    border: none;
}
.accordion h3.ui-accordion-header {
    display: table;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    background-image: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    margin: 0px 0px -2px 0px;
    cursor: pointer;
    line-height: 23px;
    border-radius: 4px;
}
.accordion h3.ui-accordion-header span {
    display: table-cell;
}
.accordion h3.ui-accordion-header span:first-child {
    width: 40px;
    text-align: right !important;
    padding-right: 10px;
}
.accordion .ui-accordion-content,
.accordion .ui-widget-content {
    background: none !important;
    font-family: var(--font);
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
    border: none;
    font-size: 16px;
    line-height: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    height: auto !important;
    overflow: visible !important;
}
.ui-accordion .ui-accordion-header-active {
    border: none !important;
    background-color: #0088d0 !important;
    color: var(--white) !important;
    border-radius: 4px;
}
.accordion {
    margin-top: 0px;
    padding-bottom: 0px;
    border: none;
}
.faq_block h2.ui-accordion-header,
.archiv h2.ui-accordion-header,
.accordion h3.ui-accordion-header {
    font-size: 16px;
    font-weight: 700;
    border: none;
    background: none;
    padding-left: 30px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.05);
}
.accordion h3.ui-accordion-header-active {
    margin-bottom: 0px;
    border-radius: 4px;
    background-color: #0088d0;
    color: var(--white);
}
.accordion h3.ui-state-default::after {
    display: table-cell;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    color: var(--black);
    width: 19px;
    height: 19px;
    font-size: 20px;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    text-align: center;
    font-weight: 600;
    margin-top: -10px;
}
.faq_block h2.ui-state-default::after,
.archiv h2.ui-state-default::after {
    display: table-cell;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    color: var(--black);
    width: 19px;
    height: 19px;
    font-size: 20px;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 1.3;
    position: absolute;
    right: 15px;
    top: 50%;
    text-align: center;
    font-weight: 600;
    margin-top: -10px;
}
.accordion h3.ui-accordion-header-active::after {
    display: table-cell;
    font-family: "Font Awesome 5 Free";
    content: "\f0d8";
    line-height: 1.3;
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
}
.faq_block h2.ui-accordion-header-active::after,
.archiv h2.ui-accordion-header-active::after {
    display: table-cell;
    font-family: "Font Awesome 5 Free";
    content: "\f0d8";
    line-height: 1.3;
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
}
.social-share {
    padding-top: 20px;
    margin-bottom: 35px;
    margin-left: 15px;
}
.region-sidebar-second .block {
    margin-bottom: 20px;
}
.region-sidebar-second .content p {
    margin: 0px;
}
.region-sidebar-second .content {
    background-color: var(--primary);
    padding: 35px 65px;
    color: var(--white);
    border-radius: 15px;
}
.newsletter-sidebar a,
.newsletter-sidebar a:link {
    text-decoration: none;
    color: #008cba;
}
.social-links {
    font-size: 11px;
}
.social-links ul {
    list-style: outside none none;
    margin: 0px;
    margin-top: 28px;
}
.social-links ul>li {
    display: inline-block;
    list-style: none;
    width: 30px;
}
.social-links ul>li a {
    color: #008cba;
    line-height: inherit;
    text-decoration: none;
}
.fa-file-pdf-o::before {
    margin-left: -15px;
    position: absolute;
    display: inline-block;
}
#primary-menu #block-superfish-1,
#primary-menu #block-superfish-2,
#primary-menu #block-superfish-3 {
    float: right;
}
#primary_menu_wrapper>#primary-menu {
    margin-top: 28px;
}
#pid-fast-registry-step1 #primary_menu_wrapper>#primary-menu {
    margin-top: 88px;
}
#primary_menu_wrapper .block-superfish .content>ul.menu {
    /* margin-top: 1em; */
    width: 100%;
}
.block-superfish .content>ul.menu {
    list-style-type: none;
    float: left;
}
.block-superfish .content>ul.menu>li {
    width: auto;
}
.block-superfish .content ul li a {
    color: var(--black);
    /* padding: 0px 10px !important; */
    box-sizing: border-box !important;
    background: none;
    transition: none;
}
.block-superfish .content>ul.menu>li a {
    font-size: 18px;
    background: none;
    transition: none;
    font-weight: 600;
}
.block-superfish .content>ul.menu>li.first a {
    padding-left: 0px;
}
.block-superfish .content ul li a:hover {
    color: var(--primary);
    background: none;
}
.block-superfish .content>ul.menu>li.last {
    margin-right: 0px;
}
.block-superfish .content>ul.menu>li ul {
    background-color: var(--white);
}
.block-superfish .content>ul.menu>li>ul {
    background-color: var(--white);
    z-index: 10000;
    padding-bottom: 20px;
}
.block-superfish .content>ul>li.first {
    border-left: none;
}
.block-superfish .content ul.sf-menu a {
    text-transform: none;
}
.block-superfish .content ul li a {
    font-weight: normal;
}
.block-superfish .content>ul.menu li ul li a {
    color: var(--black);
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
}
.block-superfish .content>ul.menu li ul li {
    border-bottom: none;
}
.block-superfish .content>ul.menu li ul li.first a {
    padding-top: 0px;
}
#primary-menu ul li ul li a {
    border: none;
    line-height: 30px;
    min-width: 150px;
}
.block-superfish .content ul.sf-menu ul {
    width: auto !important;
    margin-top: 0px;
    padding-top: 10px;
    background: none;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, 0.23);
    -moz-box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, 0.23);
    box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, 0.23);
    border-radius: 0px 0px 5px 5px;
}
.not-front .block-superfish .content>ul>li.active-trail>a,
.block-superfish .content>ul>li.active-trail li.active-trail a.active,
.not-front .block-superfish .content>ul>li a.active,
.block-superfish .content>ul>li:hover>a,
.block-superfish .content>ul.menu>li li:hover a {
    background: none;
    color: var(--primary);
    transition: none;
}
.block-superfish .content li.active-trail {
    background: none;
}
.block-superfish .content>ul.menu li ul a:hover {
    color: #033069;
    background: none;
}
.block-superfish .content>ul.menu li ul li.active-trail a,
.block-superfish .content>ul.menu li ul li a.active {
    background: none;
    color: #033069;
}
div.content-messages div.status {
    background-color: #eff8fb;
    border-color: #008cba;
    color: #008cba;
    margin-left: 8px;
    width: 94%;
}
div.content-messages div.status a {
    color: #008cba;
}
div.content-messages div.warning,
div.content-messages div.error,
div.content-messages div.help {
    background-color: #fdf7e6;
    border-color: #f2af00;
    color: #f2af00;
    margin-left: 8px;
    width: 94%;
}
div.content-messages div.warning a,
div.content-messages div.error a,
div.content-messages div.help a {
    color: #f2af00;
}
li.taxonomy_term_1 {
    display: none !important;
}
.node-type-blog div.links {
    float: left;
    margin-bottom: 30px;
}
.node-type-blog div.terms {
    margin-bottom: 30px;
    margin-top: 30px;
}
.node-type-blog h1.title {
    background: none;
    font-size: 40px;
    color: #1f1f1f;
    line-height: 42px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: none;
    padding-top: 0px;
}

/*########################### Login ######################*/
.button-registrieren,
.login_out_block {
    text-align: center;
    border-top: none;
}
#registrieren-anker {
    margin-bottom: 80px;
}
.login_out_block {
    /* margin-top: 28px; */
    /* margin-right: 35px; */
    align-content: center;
}
.button-registrieren {
    margin-left: 795px;
    width: 162px;
}
.login_out_block .ui-button-right {
    display: none;
}
.logged-in .button-registrieren {
    display: none;
}
.anmelden_toggle,
.abmelden_toggle {
    font-family: var(--font);
    display: inline-block;
    font-weight: 600;
    color: var(--black);
    text-decoration: none;
    font-size: 18px;
    line-height: 33px;
    padding: 0 15px;
}
.login_out_block a.ui-button-ref:hover {
    margin-top: 0px;
    -webkit-transition: margin-top 100ms linear;
    -moz-transition: margin-top 100ms linear;
    -o-transition: margin-top 100ms linear;
    -ms-transition: margin-top 100ms linear;
    transition: margin-top 100ms linear;
}

/*         Buttons
------------------------------*/
.webform-submission-form textarea {
    border: 1px solid #dcdcdc;
    color: rgba(0, 0, 0, 0.75);
    font-size: 15px;
    padding: 5px;
}
/* .primary-menu-fixed {
     position: fixed;
	top:0px;
	z-index:995;
} */
#pid-node-70-done #content-content,
.page-newsletter #content-content,
#pid-node-1945-done #content-content {
    padding-left: 15px;
}
#simplenews-confirm-add-form .container-inline a {
    background: var(--primary) none repeat scroll 0 0;
    color: var(--white);
    float: left;
    padding: 10px 16px;
    text-align: center;
    width: 140px;
}
#simplenews-confirm-add-form .container-inline a:hover {
    text-decoration: none;
}

#node-title-70 h1 {
    margin-bottom: 0;
}
.page-newsletter-confirm #edit-cancel,
body form input.form-submit,
body input.form-submit,
#pid-customer-portfolio .button.green a,
body input.small-submit,
.button {
    background: none;
    border: none;
    background-color: var(--primary);
    color: var(--white);
    display: inline-block;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    padding-right: 16px;
    padding-left: 16px;
    float: none;
    margin-bottom: 20px;
    margin-right: 8px;
    width: auto;
    z-index: 3;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.05em; */
    border-radius: 50px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--primary);
}
.page-newsletter-confirm #edit-cancel {
    float: right;
}
body input.small-submit {
    line-height: 26px;
    max-width: 100px;
}
body form input.form-submit:hover,
body input.form-submit:hover,
body input.small-submit:hover,
.button:hover {
    cursor: pointer;
    color: var(--primary) !important;
    background-color: var(--white);
}
#pid-user-password .form-item label {
    font-weight: normal;
}
#progress {
    position: fixed;
    text-align: center;
    top: 300px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
}
body .ui-dialog {
    border: 0;
    border-radius: 0;
    padding: 0;
}
body .ui-dialog-content {
    height: auto !important;
}
body .ui-widget {
    font-size: inherit;
}
body .ui-dialog .ui-dialog-titlebar-close {
    background: rgba(0, 0, 0, 0) url("../images/eueco/icons/icon_close.gif") no-repeat scroll 0 0;
    border: medium none;
}
body .ui-dialog .ui-dialog-titlebar-close:hover {
    background: rgba(0, 0, 0, 0) url("../images/eueco/icons/icon_close_hover.gif") no-repeat scroll 0 0;
}
body .ui-dialog-titlebar {
    background: var(--primary) none repeat-x scroll 0 center;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
}
.ui-dialog-overlay {
    background: none repeat scroll 0 0 var(--black);
    opacity: 0.8;
}
.ui-dialog-title {
    color: var(--white);
    font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane button {
    background: none;
    border: none;
    background-color: var(--primary);
    color: var(--white);
}
#modal-upload-wrapper {
    margin-bottom: 10px;
}
.flex_block {
    display: flex;
    justify-content: space-between;
    box-sizing: content-box;
}
.flex_block.about span {
    display: block;
    text-align: center;
}
.flex_block.about a img {
    border-radius: 15px;
    width: 100% !important;
    height: auto !important;
}
.ajax_content img.throbber {
    display: block;
    margin: 0px auto;
    width: 128px !important;
    height: auto !important;
}
.flex_block.two>div {
    width: 45% !important;
}
.flex_block.two.kontaktmap>div {
    width: 30% !important;
}
.flex_block.two.kontaktmap>div.map {
    width: 68% !important;
}
.flex_block.column {
    flex-direction: column !important;
}
.flex_block.mitgliedschaft>div h3 {
    font-size: 30px;
    color: #818181;
    margin-bottom: 25px;
}
.flex_block.mitgliedschaft .flex_block.column div {
    font-size: 18px;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    line-height: normal;
    min-height: 38px;
}
.flex_block.mitgliedschaft .flex_block.column div:nth-child(odd) {
    background-color: #f2f2f2;
}
.flex_block.mitgliedschaft .flex_block.column div:nth-child(even) {
    background-color: #e4e0e0;
}
#page .flex_block.slick-initialized {
    /*display: block;*/
}
#page .flex_block.wrap {
    flex-wrap: wrap;
    flex-direction: row;
}
.flex_block .hundred {
    width: 100%;
}
.flex_block.column.hundred>div {
    margin-top: 20px;
}
.flex_block .text .teaserHeadline {
    font-size: 35px;
    margin-bottom: 35px;
    margin-top: 15px;
    line-height: normal;
}
.flex_block .text .teaserHeadline {
    font-size: 35px;
    margin-bottom: 35px;
    margin-top: 15px;
    line-height: normal;
}
.flex_block .teaserHeadline {
    text-transform: uppercase;
}
.flex_block.columns {
    flex-direction: row;
    justify-content: space-between;
}
.link_wrapper {}
a.download,
a.more_link {
    display: table-cell;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
a.download {
    display: inline-block;
    text-transform: none;
    line-height: 37px;
}
a.more_link:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 100;
    font-size: 13px;
    padding-right: 5px;
    margin-top: -4px;
    vertical-align: middle;
    font-weight: 600;
}
a.download:before {
    content: " ";
    float: left;
    background-image: url("../images/bbp/icons/icon_download.png");
    background-repeat: no-repeat;
    height: 37px;
    width: 37px;
    padding-left: 15px;
    font-size: 0px;
}
#main .ajax_content_row,
#main .field-name-body .field-item {
    margin-bottom: 65px;
}
#main .content_block_1 {
    margin-top: 50px;
}
.flex_block.testimonial .text {
    font-size: 35px;
    color: #79a9d6;
    line-height: normal;
}
.flex_block.testimonial .text div {
    font-weight: 700;
    font-size: 18px;
    color: var(--black);
    text-transform: uppercase;
}
.flex_block.testimonial .text div span {
    font-weight: 100;
    text-transform: none;
}
.flex_block.testimonial .image img {
    border-radius: 20%;
}
.flex_block.kontakt {
    background-color: #79a9d6;
    border-radius: 70px;
}
.flex_block.kontakt {
    justify-content: flex-start;
}
.flex_block.kontakt .image img {
    display: block;
}
.flex_block.kontakt .text {
    font-size: 35px;
    color: var(--white);
    line-height: normal;
    margin-top: 55px;
    text-transform: uppercase;
    margin-left: 55px;
}
.flex_block.kontakt .text div {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    line-height: 50px;
    margin-top: 50px;
    font-family: var(--font);
}
.flex_block.kontakt .text div img {
    margin-right: 10px;
    margin-bottom: -7px;
}
.flex_block.kontakt .text div a img {
    margin-bottom: -2px;
}
.flex_block.kontakt .text div.email a {
    color: var(--white);
    text-transform: none;
}
.flex_block.newsletter .text {
    color: #79a9d6;
    text-transform: uppercase;
    margin-left: 50px;
}
.flex_block.newsletter {
    justify-content: flex-start;
}
.flex_block.beteiligung .image {
    background-repeat: no-repeat;
    width: 333px;
    height: 332px;
}
.flex_block.breitband .image {
    background-image: url("/sites/bb-partnerunternehmen.de/files/content/beteiligung2.png");
}
.flex_block.mieterstrom .image {
    background-image: url("/sites/bb-partnerunternehmen.de/files/content/gezeichnet.jpg");
}
.flex_block.darlehen .image {
    background-image: url("/sites/bb-partnerunternehmen.de/files/content/darlehen.jpg");
}
.flex_block.beteiligung .image img {
    display: block;
}
.flex_block.beteiligung .image {
    color: var(--white);
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    padding: 205px 45px 0px 45px;
}
.flex_block.beteiligung .image div {
    font-size: 66px;
}
.flex_block.beteiligung a.download {
    float: right;
}
.flex_block.beteiligung .teaserHeadline,
.flex_block.investition .teaserHeadline {
    margin-top: 0px;
}
.region-content .ee-projectdetails-invested-block {
    margin-bottom: 0px;
}
.ee-projectdetails-invested-block {
    display: flex;
    flex-direction: column;
}
.region-content .ee-projectdetails-title {
    font-size: 20px;
    padding: 0px;
    color: var(--black);
    margin-bottom: 20px;
    order: 0;
}
.region-content .ee-value-wrapper {
    width: 100%;
    color: var(--black);
    margin-top: 10px;
    cursor: pointer;
    z-index: 200;
    order: 3;
}
.tooltip:hover span {
    margin-top: 5px;
}
.tooltip span.classic,
.region-content .ee-projectdetails-invested-block .tooltip span.classic,
.tooltip:hover span.classic {
    background: none;
    margin-left: 20px;
    font-size: 14px !important;
    background-color: var(--white);
    border: 1px solid #79a9d6;
    border-radius: 5px;
    width: 160px;
    padding: 7px;
    margin-top: 10px !important;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    display: none;
}
.region-content .ee-projectdetails-invested-block .tooltip span.classic em {
    font-size: 14px !important;
    font-weight: normal;
    line-height: normal;
    font-style: normal;
    padding: 0px;
}
/*.region-content .tooltip span.classic:before {
    font-family: 'Font Awesome 5 Free';
    content:"\f0d8";
    z-index:100;
    font-size:24px;
    text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
    position: absolute;
    display:block;
    margin-left: 40%;
    margin-top: -27px;
    z-index:100;
    font-weight: 600;
}*/
#page .region-content .tooltip {
    border: none;
    height: 8px;
    box-sizing: content-box;
    order: 1;
}
.region-content .ee-value-wrapper #ee-min-value {
    display: none;
}
.region-content .ee-value-wrapper #ee-max-value {
    color: #28a6ec;
    font-weight: 700;
    font-size: 24px;
    margin-right: 0px;
}
.region-content #ee-skala {
    background-image: none;
    height: 9px;
    border-radius: 5px;
    margin-top: 5px;
    background-color: #ececec;
    line-height: 0px;
    display: flex;
    font-size: 0px;
}
.region-content #ee-invested {
    color: #79a9d6;
    font-weight: bold;
    font-size: 115%;
    margin-left: 5px;
    position: relative;
    top: -38px;
    display: none;
}
.region-content #ee-skala #ee-value {
    background: url("../images/eueco/icons/value.png");
    top: -29px;
    height: 9px;
    position: static;
    display: inline-block;
}
.region-content #ee-skala .circle {
    display: inline-block;
    line-height: 0px;
    margin-right: -2px;
    border-radius: 50%;
    margin-top: -1px;
}
.region-content #ee-skala .circle.after {
    margin-left: -3px;
    margin-right: 0px;
}
.region-content #ee-skala .circle.after:before {
    margin-left: -3px;
    margin-right: 0px;
}
.region-content #ee-skala .circle:before {
    content: " ";
    display: inline-block;
    background-image: url("/sites/egis-energie.de/themes/eueco_site/images/egis/circle.png");
    border-radius: 50%;
    font-size: 12px;
    line-height: 7px;
    width: 11px;
    height: 11px;
}
/*.region-content #ee-skala #ee-value:before,
.region-content #ee-skala #ee-value:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f10c';
	font-size:10px;
	line-height:normal;
	margin-right:20px;
    font-weight: 600;
}*/
.region-content #ee-skala #ee-value:after {}
.region-content #ee-skala #ee-value:before {}
.region-content .content_block_5 #ee-skala #ee-value {}
.region-content .ee-value-wrapper:hover+div+.tooltip span.classic {
    display: block;
}
.flex_block.investition .text {
    width: 760px;
}
.flex_block.investition .text.liste {
    width: 333px;
}
.flex_block.investition .text.liste ul {
    list-style: none;
    display: table;
    margin-top: 82px;
}
.flex_block.investition .text.liste ul li {
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    color: #79a9d6;
}
.flex_block.investition .text.liste ul li:before {
    content: " ";
    display: inline-block;
    float: left;
    background-image: url("../images/bbp/icons/plus_small.png");
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
    padding-left: 15px;
}
#pid-ueber-uns .content_block_2 .flex_block .text {
    width: 800px;
}
.webform-submission-form .form-email,
.webform-submission-form .form-text,
.webform-submission-form select {
    width: 100%;
    border-radius: 10px;
    line-height: 40px;
    font-size: 24px;
    padding-left: 8px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    height: 40px;
    vertical-align: middle;
}
.webform-submission-form select {
    font-size: 20px;
}
.webform-submission-form label {
    font-size: 18px;
    font-weight: normal;
    height: 22px;
    color: var(--black);
    margin-bottom: 5px;
}
.webform-submission-form textarea {
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 40px;
    font-size: 24px;
    padding-left: 8px;
    border: 1px solid #dcdcdc;
}
.webform-submission-form .form-item-captcha-response label {
    font-size: 14px;
}
.webform-submission-form .form-textarea-wrapper .grippie {}
.webform-submission-form .form-required:after {
    font-family: "Font Awesome 5 Free";
    content: "\f069";
    display: inline-block;
    position: absolute;
    font-size: 12px;
    color: var(--primary);
    padding-left: 5px;
    margin-top: -5px;
    font-weight: 600;
    background: none;
}
.webform-submission-form .resizable-textarea .grippie {
    background: var(--primary) url(../images/bbp/icons/grippie.png) no-repeat center 2px;
}
.webform-submission-form>div {
    /* width: 700px; */
}
.webform-submission-form>div fieldset {
    border: none;
    margin-bottom: 50px;
}
.webform-submission-form fieldset:nth-child(3) {
    margin-bottom: 0px;
}
.webform-submission-form fieldset legend {
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
    color: var(--black);
}
.webform-submission-form .webform-component--anmeldung-zum-newsletter legend,
.webform-submission-form .webform-component--projektdaten legend {
    display: none;
}
.webform-submission-form fieldset:nth-child(4) .fieldset-wrapper .form-item {
    margin: 10px 0px;
}
.webform-submission-form fieldset:nth-child(4) .fieldset-wrapper .form-item input,
.webform-submission-form fieldset:nth-child(4) .fieldset-wrapper .form-item select {
    display: table-cell;
}
.webform-submission-form fieldset:nth-child(4) .fieldset-wrapper .form-item select {
    display: inline-block;
    width: 470px;
    text-align: center;
    padding-left: 5px;
    margin-top: 0px;
    line-height: 40px;
    height: 40px;
    border: 1px solid var(--black);
    border-radius: 5px;
    background-color: var(--white);
    color: var(--black);
    font-size: 18px;
}
.webform-submission-form fieldset:nth-child(4) .fieldset-wrapper .form-item label {
    display: inline-block;
    width: 110px;
}
#pid-node-70-done #main {
    font-size: 18px;
    margin-top: 60px;
}
#pid-node-70-done #main .webform-confirmation table {
    width: 760px !important;
    line-height: normal;
    text-transform: uppercase;
}
#pid-node-70-done #main .webform-confirmation table td {
    padding-left: 0px;
}
#pid-node-70-done #main .webform-confirmation table td p {
    font-size: 18px;
}
#pid-node-70-done #main .webform-confirmation table td p:first-child {
    font-size: 24px;
}
#pid-node-70-done #main .webform-confirmation+.links {
    width: 760px !important;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
#pid-node-70-done #main .webform-confirmation+.links a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-weight: 100;
    padding-right: 5px;
    font-weight: 600;
}
tbody {
    border-top: none;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .region-content #ee-skala #ee-value {
        top: -28px;
    }
    .flex_block.beteiligung .image {
        padding: 195px 5px 0px 45px;
        font-weight: 700;
    }
    #pid-customer-portfolio legend,
    .page-user-edit #user-profile-form legend {
        display: inline-block;
        margin-bottom: 10px;
    }
    #pid-customer-portfolio legend {
        padding-left: 0px;
    }
}
.doc_header {
    color: #8b9396 !important;
}
.password-suggestions ul {
    margin-left: 15px;
    margin-top: 8px;
}
.view-display-id-faq_block {
    margin-bottom: 100px;
}
.view-display-id-faq_block .view-header {
    display: flex;
    justify-content: flex-start;
}
.view-display-id-faq_block .view-header>div {
    cursor: pointer;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    width: 230px;
    line-height: 40px;
    height: 40px;
    text-align: center;
}
.view-display-id-faq_block .view-header>div:last-child {
    border-radius: 0px 8px 0px 0px;
}
.view-display-id-faq_block .view-header>div:first-child {
    border-radius: 8px 0px 0px 0px;
}
.view-display-id-faq_block .view-header>div:hover,
.view-display-id-faq_block .view-header>div.open {
    background-color: #707070;
    border: 1px solid #707070;
    color: var(--white);
}
.view-display-id-faq_block #allgemeines.accordion {
    display: block;
}
#ui-datepicker-div {
    font-size: 13px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}
.text em {
    font-style: normal;
}
#page .flex_block.full {
    display: flex;
    justify-content: center;
    box-sizing: content-box;
}
#page .flex_block.full>.text {
    width: 50%;
    box-sizing: content-box;
}
.registrieren.button,
#user-login-form #edit-submit,
#user-login-form #edit-submit--2,
#user-login-form #edit-submit--3,
#user-login-form #edit-submit--5,
.modal_login .form-actions input#edit-submit--2,
.modal_login .form-actions input#edit-submit--3,
.modal_login .form-actions input#edit-submit--5,
body .modal_logout a,
body .flex_block.full a {
    font-family: var(--font);
    color: var(--white);
    display: block;
    border-radius: 50px;
    text-align: center;
    width: 160px;
    height: 40px;
    margin-top: 40px;
    line-height: 40px;
    border: 1px solid var(--white);
    text-transform: none;
}
.registrieren.button,
body .modal_logout a,
#user-login-form #edit-submit {
    margin-top: 10px;
    font-size: 16px;
    text-transform: none;
}
body .flex_block.full a:hover {
    background-color: var(--primary);
        border: 1px solid var(--primary);
}
body .flex_block.full .text:first-child a:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.flex_block.anlage {
    color: var(--black);
    width: 1170px;
}
.flex_block.anlage .text:first-child .text ul {
    margin-left: 18px;
}
.flex_block.anlage>.text:last-child {
    background-color: #fafafa;
    padding: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.flex_block.anlage>.text:first-child h2 {
    margin-bottom: 35px;
    color: var(--black);
    font-weight: 400;
    font-size: 38px;
    margin: 0px;
    margin-bottom: 35px;
}
.flex_block.anlage>.text:last-child h2 {
    color: var(--black);
    font-size: 24px;
    font-weight: 100;
    margin: 0px;
    margin-bottom: 35px;
}
.flex_block.anlage>.text:last-child .hinweis h2 {
    font-size: 21px;
    color: #28a6ec;
    margin-bottom: 0px;
    font-weight: 600;
}
.flex_block.anlage .flex_block.wrap .text:nth-child(5) {
    margin-top: 20px;
    width: 100%;
}
.flex_block.anlage .flex_block.wrap .text:nth-child(5) .button.gray {
    width: 100%;
}
.flex_block.anlage .image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.flex_block.anlage .image img {
    display: block;
    border-radius: 8px;
}
.projektstatus {
    font-size: 16px;
    font-weight: 400;
    color: #7e888c;
}
.anlage>.text h3 {
    margin: 35px 0px;
    font-size: 24px;
    color: var(--black);
    font-weight: 100;
}
.scale {
    width: 100%;
    background-color: #dfdfdf;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.scale .scalevalue {
    display: block;
    height: 10px;
    background-color: var(--primary);
    border-radius: 5px;
}
.betrieb.scale .scalevalue {
    background-color: #fab91f;
}
.scalelabel {
    float: right;
}
#ee-skala #ee-invested {
    position: static;
    display: inline-block;
    margin-top: -15px;
    margin-left: -35px;
    line-height: 8px;
    font-size: 14px;
    color: #7f878a;
    font-weight: 100;
}
.emissionsvolumen {
    float: right;
    font-size: 20px;
    padding: 0px;
    color: var(--black);
}
.flex_block.invest_info {
    margin-top: 40px;
    margin-bottom: 40px;
}
.flex_block.invest_info .text h3 {
    color: #28a6ec;
    font-weight: 700;
    font-size: 24px;
    margin: 0px;
}
.flex_block.invest_info .text:last-child {
    text-align: right;
}
.text.full {
    width: 100%;
}
body a.button {
    display: inline-block;
    line-height: 45px;
    height: 45px;
    text-align: center;
    color: var(--white);
    font-size: 20px;
    border-radius: 5px;
}
#pid-customer-portfolio .button{
	border: none;
}
/* #pid-customer-portfolio .button.green a {
    border: none;
    background-color: var(--primary);
    color: var(--white);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    padding: 0px 16px;
    float: none;
    margin-bottom: 20px;
    margin-right: 8px;
    width: auto;
} */
.slick_slider .slide_link a:hover {
    background-color: #999999;
    border: 1px solid #999999;
}
h3.bold {
    font-weight: 700;
}
.anlage>.text h3.bold {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}
.flex_block.anlage>.text:last-child>.image {
    margin-bottom: 20px;
}
#beteiligen {
    text-align: center;
    color: var(--white);
    padding: 60px 0px;
}
.steps_info {
    display: none;
    position: absolute;
    width: 1170px;
    margin-top: 255px;
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--black);
    padding: 10px;
    text-align: left;
    border-radius: 8px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.39);
}
.steps_info.opened {
    display: block;
}
.steps_info:before {
    font-family: "Font Awesome 5 Free";
    content: "\00d7";
    float: right;
    margin-top: -10px;
    font-size: 20px;
    font-weight: 700;
}
body #beteiligen a {
    color: var(--white);
    font-size: 24px;
}
.stepwrapper {
    margin-top: 25px;
}
body #beteiligen a.button {
    margin-top: 80px;
    font-weight: normal;
    font-size: 20px;
    width: 403px;
}
#beteiligen h2+.closed+.closed+.closed+.closed+.steps+.text a {
    margin-top: 80px !important;
}

/*Modal Login*/
.modal_login,
.modal_logout {
    max-width: 350px;
    background-color: var(--primary);
    border-radius: 5px;
    color: var(--white);
    font-size: px;
    padding: 10px;
}
.modal_login .item-list {
    display: none;
}
.modal_login .form-item-name {
    margin-top: 10px;
    margin-bottom: 20px;
}
.modal_logout {
    color: var(--white);
}
.modal_logout .realname {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--white);
}
.modal_login input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
    margin-left: 0px;
    border: none;
    border-radius: 5px;
}
.modal_login .form-type-password {
    margin-bottom: 5px;
}
.modal_login .form-required-text {
    font-size: 14px;
    color: var(--white);
    padding-left: 20px;
}
#logout_button,
.modal_login #login_links {
    margin-left: auto;
    margin-right: auto;
}
.modal_login label {
    display: none;
}
#block-block-168 #login_links {
    display: none;
}
.modal_login #user-login-form #edit-submit,
.modal_login #user-login-form #edit-submit--2,
.modal_login #user-login-form #edit-submit--3,
.modal_login .registrieren.button {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.modal_login #user-login-form #edit-submit--2,
.modal_login #user-login-form #edit-submit--3 {
    margin-top: 10px;
}
.modal_login .form-actions input {
    background: none;
    width: 121px;
    height: 30px;
    color: var(--black);
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    font-size: 13px;
    margin-bottom: 0px;
    float: none;
}
.modal_login .reset_password {
    margin-left: 0px;
}
.modal_login .reset_password a {
    color: var(--white);
    font-size: 16px;
}
.modal_login .reset_password a:hover {
    color: var(--black);
}
body .modal_logout a:hover,
.registrieren.button:hover,
#user-login-form #edit-submit:hover,
#user-login-form #edit-submit--2:hover,
#user-login-form #edit-submit--3:hover {
    background-color: var(--white);
    border: var(--white);
}
.modal_login #login_links {
    display: block;
    clear: both;
    padding-top: 0px;
}
.modal_login .do_register {
    display: block;
    padding: 10px 0px 0px 0px;
    width: 100%;
    color: var(--white);
}
.modal_login .do_register p {
    margin-top: 0px;
}
.do_register>div {
    font-size: 16px;
}

/*Registerform*/
#pid-fast-registry-step1 #user-register-form {
    border: 3px solid #dcdcdc;
    border-radius: 15px;
    padding: 44px;
}
#pid-user-register #user-register-form>div,
#pid-fast-registry-step1 #user-register-form>div {
    margin: 0px auto;
    width: 85%;
    margin-bottom: 1em;
}
#pid-fast-registry-step1 #user-register-form input.form-text,
#pid-fast-registry-step1 #user-register-form input.form-email,
#user-profile-form input.form-text,
#pid-user-register #user-register-form input {
    max-width: 50%;
    line-height: 40px;
    font-size: 18px;
    padding-left: 8px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    height: 40px;
    vertical-align: middle;
}
#pid-user-register #user-register-form input.form-submit {
    background-color: var(--primary);
    display: inline-block;
    line-height: 45px;
    height: 45px;
    text-align: center;
    color: var(--white);
    font-size: 18px;
    border-radius: 5px;
    width: auto;
    padding: 0px 30px;
}
#pid-user-register #user-register-form .form-required {
    color: var(--primary);
}
#pid-user-register #user-register-form input.form-submit:hover {
    background-color: #999999;
}
#user-register-form #edit-legal,
#user-register-form #edit-legal legend {
    border: none;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
#pid-user-register #tabs_wrapper {
    display: none;
}
#pid-user-register #content #registrieren,
#pid-fast-registry-step1 #content #registrieren {
    text-align: left;
    margin-top: 100px;
}
#pid-fast-registry-step1 #content #registrieren {
    text-align: left;
    margin-top: 0px;
}
#pid-user-register #content h1,
#pid-fast-registry-step1 #content h1 {
    text-align: left;
    margin-top: 0px;
}
#pid-user-register #content #registrieren .flex_block>div,
#pid-fast-registry-step1 #content #registrieren .flex_block>div {
    margin-top: 15px;
}
#anmelden_trigger {
    color: var(--primary);
}
#anmelden_trigger:hover {
    color: var(--primary);
}
#pid-user-register #content h1:after {
    content: "";
    margin-bottom: 10px;
}
#pid-user-register #main {
    margin: 0 auto;
    width: 1170px;
    padding: 0px 15px;
}
#log_overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 10000px;
    top: -30px;
    left: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/*mmenu*/
#menu.mm-menu {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
}
.mm-panels>#mm-1:before {
    height: 0px;
}
.mm-navbar {
    background-color: var(--primary);
    border-bottom: 1px solid #ccc;
}
.mm-navbar .mm-title {
    top: 20px;
    /*left: 40px;*/
    width: calc(100% - 82px);
    padding: 10px 0 10px 10px;
    color: var(--white);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.mm-panels>.mm-panel {
    padding: 0 0px;
}
.mm-menu .menu>li>a,
.mm-menu .menu>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}
.mm-menu .menu>li>a:last-child {
    border-bottom: 1px solid #cccccc;
    color: var(--black);
    font-size: 14px;
    line-height: 12px;
}
.mm-menu .menu>li>a:first-child {
    border-bottom: 1px solid #cccccc;
}
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu .mm-menu .menu>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-menu .menu>li.mm-selected>span,
.mm-menu .menu>li>a:hover {
    background-color: var(--primary);
    color: var(--white);
}
.mm-menu .menu>li:not(.mm-divider)::after {
    border: none;
}
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu .mm-menu .menu>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-menu .menu>li.mm-selected>span,
.mm-menu .menu>li>a:hover {
    background-color: var(--primary);
    color: var(--white);
}
.mm-panels>.mm-panel {
    background-color: var(--white);
}
.mm-panels ul.menu li {
    margin: 0 0 0 0;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: var(--white);
}
.mm-navbar {
    text-align: left;
}
.mm-prev::before {
    width: 15px;
    height: 15px;
    top: 37px;
    margin-left: 8px;
}
.front .mm-navbar .mm-prev+.mm-title {
    left: 40px;
    padding-left: 20px;
}
.front .mm-navbar .mm-hidden+.mm-title {
    left: 0px;
    padding-left: 20px;
}
.mm-panels>.mm-panel>.mm-menu .menu {
    margin: 0px 0px 0px 0px;
}
.mm-panels>.mm-panel>.mm-menu .menu:first-child {
    margin: 20px 0px 0px 0px;
}
.mm-panels>.mm-panel>.mm-menu .menu:last-child {
    margin: 0px 0px 20px 0px;
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
    border-color: var(--white);
}
.mm-menu .mm-menu .menu>li .mm-next::after {
    border-color: var(--black);
    width: 10px;
    height: 10px;
}
.mm-menu .menu .mm-next::before {
    border: none;
}
.mm-close::after,
.mm-close::before {
    width: 10px;
    height: 10px;
    top: 37px;
}
.mm-menu .mm-menu .menu>li .mm-next:hover:after {
    border-color: var(--white);
}
.mm-close::after {
    right: 43px;
}
.mm-close::before {
    right: 30px;
}
html.mm-blocking,
html.mm-blocking body {
    overflow: visible;
}
.mm-navbars-bottom #anmelden_toggle_mob,
.mm-navbars-bottom #abmelden_toggle_mob {
    width: 50%;
    display: block;
    text-align: center;
    margin: 0pxauto;
    border-radius: 3px;
    align-self: center;
    line-height: 24px;
    font-size: 16px;
    height: auto;
    background-color: var(--primary);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.mm-navbars-bottom #anmelden_toggle_mob:hover,
.mm-navbars-bottom #abmelden_toggle_mob:hover {
    background-color: rgb(120, 120, 120) !important;
    color: var(--white) !important;
}
.not-logged-in .mm-navbars-bottom #abmelden_toggle_mob {
    display: none;
}
.mobile_logout_block {
    display: none;
}
.logged-in .mm-navbars-bottom #anmelden_toggle_mob {
    display: none;
}
.mm-navbars-bottom .mm-navbar {
    padding: 30px;
    display: flex;
    justify-content: center;
}

.region-content-top {
    display: block;
    width: auto;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
}
.front .content_block_7 {
    background-color: var(--primary);
}
.newsletter {
    height: 100px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
}
body .newsletter a.button {
    font-size: 40px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    align-self: center;
}
.page-user-reset #main #main-inner p {
    margin-top: 0px;
    margin-bottom: 0px;
}
#user-register-form #ee-legal_1,
#user-register-form .fieldset-wrapper>p,
#edit-legal .fieldset-wrapper>p,
#user-register-form #edit-legal legend,
#fast-registry-registry .legal-terms,
.user-form .legal-terms {
    display: none;
}
#ee-legal {
    font-size: 17px;
}
#user-register-form #edit-legal {
    margin-bottom: 30px;
}
.text.full .investieren_button {
    width: 100%;
}
.view-display-id-faq_block+.text.full .investieren_button {
    width: 403px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#header_top.notransition .anmelden_toggle::before,
#header_top.notransition,
#header_top.notransition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
#anmelden_trigger {}
#buergerbeteiligung {
    height: 0px;
}
.page-user-reset .region-content,
#pid-user-password .region-content,
.page-newsletter-confirm .region-content,
#pid-user-login .region-content,
#pid-fast-registry-step2 .region-content,
#pid-SEPA .region-content,
.platform:not(.adminpage) .region-content,
.adminpage #main-content,
.page-node-done #main,
#pid-contract-manager #main,
#pid-fsa #main,
#pid-kist #main,
#pid-download #main,
#pid-node-3405-done #main,
.page-title {
    margin-top: 80px;
}
.page-title {
    padding: 0px 15px;
}
body[id^="pid-user-reset"] .page-title {
    padding-bottom: 50px;
}
#pid-admin-people ul.action-links li {
    list-style: none;
}
#pid-admin-people ul.action-links li a {
    background-color: var(--primary);
    color: var(--white);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    padding-right: 16px;
    padding-left: 16px;
    float: none;
    margin-bottom: 20px;
    width: auto;
}
#pid-admin-people ul.action-links li a:hover {
    background-color: #0d78c8;
}
.form-item-captcha-response label {
    display: none !important;
}
.user-register-form fieldset {
    margin: 15px auto;
    width: 85%;
}
.form-item-captcha-response .description {
    line-height: normal;
}
.page h1,
h2 {
    font-size: 30px;
    line-height: normal;
}
.button {
    background: none;
}
.modal_login .registrieren.button:hover {
    margin-top: 10px;
}
#main div.button.large a {
    font-size: 30px;
}
.slick-prev,
.slick-next {
    position: relative;
}
.slick-prev::before,
.slick-next::before {
    color: #0088d0 !important;
    opacity: 1 !important;
}
.slick-prev:hover::before,
.slick-next:hover::before {
    opacity: 0.75 !important;
}
.slick-prev::before,
.slick-next::before {
    font-family: "Font Awesome 5 Free" !important;
    color: var(--primary) !important;
    font-weight: 600;
}
.slick-prev::before {
    content: "\f053" !important;
}
.slick-next::before {
    content: "\f054" !important;
}

.webform-submission-form {
    border: 3px solid #dcdcdc;
    border-radius: 15px;
    padding: 44px;
}
.abstimmung .webform-submission-form {
    border: 2px solid #d8d8d8;
    padding: 15px 15px 15px 15px;
    border-radius: 8px;
    margin: 0;
}
.webform-submission-form>div {
    /* margin: 0px auto;
    width: 80%; */
}
.webform-submission-kontakt-form>div>fieldset,
.webform-submission-kontakt-form>div>div {
    width: 51%;
}
.webform-submission-form {
    margin: 50px 0px;
}
.webform-submission-form {}
.node-webform .content_block_1 .flex_block,
.node-webform .content_block_1 {
    margin-bottom: 20px;
}
.webform-submission-form fieldset {
    border: none;
}
fieldset.webform-component--projektdaten .fieldset-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.webform-component--datenschutz {
    width: 100% !important;
    margin-top: 40px;
}
.webform-component--details .fieldset-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 262px;
}
.webform-component--nachricht,
.webform-component--details .fieldset-wrapper>div {
    margin: 0px;
}

.ajax_buttons .ajax_content_row {
    margin-bottom: 0px;
}
body .page * {
    /*border:1px solid red;*/
}
.ui-widget-overlay {
    display: none !important;
}
div.ui-dialog {
    font-size: 14px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
}
#pid-user-register #login_links {
    display: none;
}
.page-node-done #main .links a {
    background: none;
    border: none;
    background-color: var(--primary);
    color: var(--white);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    padding-right: 16px;
    padding-left: 16px;
    float: none;
    width: auto;
}
.webform-confirmation table {
    width: 100% !important;
}
.webform-confirmation table td {
    padding: 0px;
}
#ee_fsa_table_wrapper {
    font-size: 16px;
    line-height: normal;
}
#primary-menu ul li:first-child a {
    padding-left: 0px !important;
}
.modal_logout #edit-actions {
    display: block !important;
}

/*################ Cookie Hinweis #####################*/
.popup-content {
    position: relative;
}
#sliding-popup .eu-cookie-compliance-secondary-button {
    right: 0px;
    top: 1em;
    cursor: pointer;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    margin-right: 5px;
    -moz-box-shadow: inset 0 1px 0 0 var(--white);
    -webkit-box-shadow: inset 0 1px 0 0 var(--white);
    box-shadow: inset 0px 1px 0px 0px var(--white);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(5%, rgb(237, 237, 237)),
            color-stop(100%, rgb(223, 223, 223)));
    background-image: -webkit-linear-gradient(rgb(237, 237, 237) 5%,
            rgb(223, 223, 223) 100%);
    background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: linear-gradient(rgb(237, 237, 237) 5%,
            rgb(223, 223, 223) 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: var(--black) !important;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0px var(--white);
}
#sliding-popup .eu-cookie-compliance-more-button:hover {
    background-color: #dfdfdf;
    background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(5%, rgb(223, 223, 223)),
            color-stop(100%, rgb(237, 237, 237)));
    background-image: -webkit-linear-gradient(rgb(223, 223, 223) 5%,
            rgb(237, 237, 237) 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: linear-gradient(rgb(223, 223, 223) 5%,
            rgb(237, 237, 237) 100%);
}
#sliding-popup {
    height: auto !important;
}
@media (max-width: 600px) {
    #sliding-popup .agree-button {
        left: 0px;
    }
    #sliding-popup .eu-cookie-compliance-more-button {
        bottom: 16px;
        top: auto;
        left: 120px;
        right: auto;
    }
}

.message_overlay h1 {
    line-height: normal;
    font-size: 35px;
}
.message_overlay .button {
    max-width: 550px;
    margin: 0 auto;
}
.system_messages_wrapper {
    margin-left: 0;
    transform: translate(-50%, 0);
}
.not-logged-in .navibutton_wrapper {
    display: none !important;
}
#user-register-form #ee-legal_1,
#user-register-form .fieldset-wrapper>p,
#edit-legal .fieldset-wrapper>p,
#user-register-form #edit-legal legend,
#fast-registry-registry .legal-terms,
#pid-legal-accept .legal-terms,
.user-form .legal-terms {
    display: none;
}
.ee-free-investment-edit_error span::after {
    display: none;
}

/* Front */
.front_wrapper {
    background-color: transparent;
    background-image: linear-gradient(165deg, #0000004A 50%, var(--primary) 100%);
    border-radius: 20px;
    padding: 50px;
}
.front_wrapper * {
    box-sizing: border-box !important;
}
.front_wrapper h1 {
    font-weight: 600;
    font-size: 2.5vw;
    color: var(--white);
    margin: 1em 15%;
    line-height: normal;
    text-align: center;
}
.cta-box-wrapper > div {
    width: 49%;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid var(--white);
    color: var(--white);
}
.front_wrapper .button {
    border-color: var(--white);
    color: var(--white) !important;
    font-size: 1.5vw;
    width: fit-content;
    min-width: 75%;
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
}
.front_wrapper .button a {
    color: var(--white) !important;
    font-size: 1.5vw;
    font-weight: 500;
}
.front_wrapper .button:hover {
    border-color: var(--white);
    color: var(--primary) !important;
}
.front_wrapper .button:hover a {
    color: var(--primary) !important;
}

/* Footer */
footer {
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
}
footer .block p {
    margin-top: 0px;
}
footer .block a {
    color: var(--black);
    text-decoration: none;
}
.region-footer {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    padding: 5% 0;
    flex-wrap: wrap;
}
.region-footer > div {
    width: 25%;
}
.footer_image img {
    width: 190px;
}
.footer_kontakt ul {
    list-style-type: none;
}
.footer_kontakt ul svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    fill: var(--primary);
}
.footer_kontakt ul a {
    display: flex;
    align-items: center;
}
#block-footermenu ul.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer ul.menu li {
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: normal;
}
footer ul.menu li.last a {
    margin: 0px;
    padding: 0px;
}
footer ul.menu li a {
    margin: 0px;
    padding: 0px 0px;
    border-right: none;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    font-weight: 500;
    text-decoration: none;
    float: none;
}
