/*########################### energiefarming ######################*/
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url(fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url(fonts/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url(fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url(fonts/OpenSans-ExtraBold.ttf) format("truetype");
}
:root {
    --button_color: #547a2e;
    --headline_color: #b2c987;
    --green_color: #dae2cf;
    --text_color: #222;
    --text_color_dark: #333;
}
html,
body,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea {
    margin: 0px;
    padding: 0px;
}
body,
html {
    font-size: 22px;
    background-color: #ffffff;
    color: var(--text_color);
}
body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-size: 22px;
    color: var(--text_color);
}
h1,
h2 {
    color: var(--headline_color);
    font-size: 38px;
    text-transform: uppercase;
}
h2 {
}
h3 {
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
body.front #page {
    background: #ffffff;
}
body.front .page_title_wrapper {
    display: none;
}
a,
a:hover,
a:focus,
a:active {
    color: gray;
    text-decoration: none;
}
#main a:hover {
    text-decoration: none;
}
body .page a,
body header a,
#request-password a {
    text-decoration: none;
}
body header a:hover,
body #main .page a:hover {
    color: var(--text_color_dark);
}
.page {
    background: #ffffff;
}
/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
header {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: #e6f2d4;
    z-index: 101;
}
header.fixed {
}
.header_wrapper {
    padding: 0 15px;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.header_wrapper > div {
}
.header-inner {
    padding: 20px 0px 10px 0px;
}
header.small .header-inner {
    height: 0px;
    transition: height 0.2s ease-in-out;
}
header.fixed.small .header-inner {
    height: 64px;
    transition: height 0.2s ease-in-out;
}
header.small.slideup .header-inner {
    height: 0px;
    transition: height 0.2s ease-in-out;
}
.primary-menu-fixed #logo {
}
.primary-menu-fixed #eueco-logo {
}
header #logo img {
    width: 220px;
    height: auto;
    transition: width 0.2s linear;
}
#site_name a {
    color: #0066aa;
    font-size: 36px;
    background-color: #ffffff;
    padding: 0px 10px 5px 10px;
}
#logo a.site-logo {
    height: 100%;
}
.header-group-wrapper {
    display: block;
    clear: both;
    background: transparent;
    /*border-top:1px solid #007AC0;*/
}
.headerbild_image {
    width: 100%;
    height: 500px;
    height: 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.headerbild_image {
    height: 500px;
    background-position: center;
}
#login {
}
#login_menu_wrapper .login_out_block a {
    background-color: #70cfd6;
    color: #fff !important;
    padding: 0px 20px !important;
    line-height: 35px;
    height: 100%;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}
#login_menu_wrapper .login_out_block a span {
    display: inline-block;
    margin-right: 5px;
    font-size: 22px;
}
#login_menu_wrapper .login_out_block a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px;
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: 3px;
    font-weight: bold;
}
.logged-in #login_menu_wrapper .login_out_block a:before {
    transform: rotate(180deg);
}
.region-login {
    display: flex;
    justify-content: flex-end;
}
#preface_top {
    position: relative;
}
#content .region-content ul {
    padding-left: 20px;
}
#menu_toggle {
    line-height: 1.6rem;
}
#menu_toggle #login {
    display: flex;
    align-items: center;
}
#menu_toggle #login .region-login > div {
    float: left;
}
#menu_toggle #login .region-login .menu_add a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 3px 16px 3px 10px;
    color: #005a72;
}
#menu_toggle #login .region-login .menu_add .contact_link a,
#menu_toggle .login_out_block a {
    border-left: 1px solid #005a72;
}
.mm_navibutton {
    font-size: 0.9rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #58585a;
    width: auto;
    height: 25px;
    /*font-size: 0;*/
    /*text-indent: -9999px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    transition: color 0.2s ease-in-out;
}
#closenavi {
    position: absolute;
}
.mm_navibutton > div:first-child {
    height: 25px;
}
.hamburger_line {
    margin-top: 3px;
    background-color: #002d7e;
    width: 30px;
    height: 3px;
}
.hamburger_line:after,
.hamburger_line:before {
    display: block;
    width: 30px;
    height: 3px;
    top: 12px;
    background-color: #002d7e;
    left: 0;
    transition: all 0.1s ease;
}
.hamburger_line:after,
.hamburger_line:before {
    position: absolute;
}
.hamburger_line:after {
    top: 21px;
}
#menu,
#menu_toggle {
    /*margin-left:360px;*/
    display: none;
}
.hamburger_line::after,
.hamburger_line::before {
    content: " ";
}
.mm_navibutton:hover .hamburger_line,
.mm_navibutton:hover .hamburger_line:before,
.mm_navibutton:hover .hamburger_line:after {
    background-color: #003244;
    transition: all 0.2s ease-in-out;
}
.mm-opened .mm_navibutton:hover .hamburger_line {
    background-color: #003244 !important;
}
#menu_toggle #login .region-login a:hover {
    color: #003244 !important;
    transition: all 0.2s ease-in-out;
}
.block-scrolltop {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 88px;
    height: 40px;
    left: 50%;
    margin-left: -44px;
    border-radius: 0px;
    z-index: 10000;
}
#scrolltop {
    text-align: center;
    display: block;
    border-radius: 050%;
    background-color: var(--button_color);
    font-size: 26px;
    line-height: 43px;
    outline: none;
    height: 51px;
    width: 51px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    padding-top: 2px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.33);
}
#scrolltop .fa-angle-double-up:before {
    color: #ffffff;
    margin-top: 2px;
}
.region-content {
}
.region-content-bottom {
    background-color: #ffffff;
    margin-top: 40px;
}
.node-eueco-page {
    /*background-image: url(../images/gsw/gsw-products-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 100% 100%;
  background-attachment: local;*/
}
#node-2104 {
    background-size: 70% 70%;
}
#main-content {
    margin-bottom: 75px;
}
h1.title,
h1,
body.page-blog h1.title {
    background: none;
}
body.node-type-eueco-page h1.title,
body.node-type-eueco-page h1,
body.page-blog h1.title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin: 50px 0 50px 0;
    padding: 0;
}
body .page_title h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin: 80px 0 0px 0;
    padding: 0;
}
.page-blog #main-inner h2.title a {
    text-decoration: none;
}
#main-inner p {
    margin-top: 0px;
    margin-bottom: 1rem;
}
/******************* slideshow ***************************/
.slideshow_content_inner_wrapper {
    position: absolute;
    display: flex;
    color: #548292;
    padding: 50px 50px;
    align-self: flex-start;
    bottom: -50px;
    background-color: rgb(254, 213, 123);
    right: 0;
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    display: none;
}
.headertext_wrapper {
}
.slideshow_content_inner_wrapper {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}
#views_slideshow_cycle_main_eueco7_slideshow-slideshow_header
    .views-row-even
    .slideshow_content_inner_wrapper {
    justify-content: flex-end;
}
.views_slideshow_cycle_teaser_section,
#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%;
    position: relative;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*.front .headerbild_image,
.front .slideshow_image {
    height: 800px;
}*/
.slideshow_content {
    padding: 0 1.6vw;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.views-row-even .slideshow_content {
    background-color: #a50032;
}
.slogan_title {
    margin-bottom: 0.75rem;
    font-size: 1.6rem;
    line-height: 1.2;
}
.slideshow-header .slogan_title {
    /*width:630px;*/
}
.slogan_content p,
.slide_text p {
    margin: 0px;
}
.slide_text {
    margin-top: 8px;
}
.slide_link {
    margin-top: 12px;
}
.slideshow .slide_link a {
    width: auto;
    display: inline-block;
    background-color: #3c3732;
    text-decoration: none;
    line-height: 1rem;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    transform: translateY(0);
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 1.25rem;
    transition: background-color 0.2s ease-in-out;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: medium;
}
body .slide_link a:hover {
    background-color: #585149;
    color: #ffffff;
}
.slideshow .slide_link::after {
    content: " ";
    display: table;
}
.slideshow-header .views-slideshow-controls-text-previous,
.slideshow-header .views-slideshow-controls-text-next,
#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: 195px;
    position: absolute;
    z-index: 899;
    color: #ffffff;
}
.slideshow-header .views-slideshow-controls-text-previous a,
.slideshow-header .views-slideshow-controls-text-next 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: #ffffff;
    font-size: 50px;
    font-weight: 100;
    /*text-shadow: 2px 0px 3px rgba(150, 150, 150, 0.5);*/
}
#views_slideshow_controls_text_next_eueco7_slideshow-block_1,
.slideshow-header .views-slideshow-controls-text-next,
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_content {
    right: 10px;
}
.slideshow-header .views-slideshow-controls-text-previous,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_content,
#views_slideshow_controls_text_previous_eueco7_slideshow-block_1 {
    left: 10px;
}
.views-slideshow-cycle-processed .views-slideshow-controls-bottom {
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}
.views-slideshow-pager-fields {
    display: flex;
}
.views-slideshow-pager-field-item {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0px;
    margin: 5px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.4);
    border: 2px solid hsla(0, 0%, 100%, 0.9);
    cursor: pointer;
    margin-top: -45px;
    z-index: 10;
}
.views-slideshow-pager-fields .active {
    background-color: #f59b00;
    border-color: #f59b00;
}
.view-display-id-slideshow_header
    #views_slideshow_controls_text_next_eueco7_slideshow-slideshow_header,
.view-display-id-slideshow_header
    #views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_header {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.view-display-id-slideshow_header:hover
    #views_slideshow_controls_text_next_eueco7_slideshow-slideshow_header,
.view-display-id-slideshow_header:hover
    #views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_header {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.views-slideshow-controls-bottom,
.slideshow-header .views-slideshow-controls-text-previous,
.slideshow-header .views-slideshow-controls-text-next {
    /*visibility: hidden;*/
}
/* +++++++++++++++++++++
  Accordion
++++++++++++++++++++++ */
.ui-accordion {
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
    background: none;
    border: none;
}
.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-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
    border: none;
    padding-left: 60px;
}
.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%;
    margin: 0px 0px -2px 0px;
    cursor: pointer;
    border-radius: 0px;
    padding-left: 31px;
}
.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 {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    height: auto !important;
}
#main-inner .ui-accordion-content :only-child,
#main-inner .accordion .ui-accordion-content p:last-child {
    margin-bottom: 0px;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
.faq_block {
    margin-top: 40px;
}
.faq_block .view-content {
    display: flex;
    flex-wrap: wrap;
}
.faq_block .view-content > h3 {
    display: none;
}
.faq_block .view-content > div {
    width: 50%;
}
.accordion h3.ui-state-default::before {
    content: "+";
    color: var(--headline_color);
    font-size: 24px;
    margin-left: -31px;
    line-height: 18px;
    position: absolute;
}
.accordion h3.ui-accordion-header-active::before {
    content: "-";
    color: var(--headline_color);
    font-size: 24px;
    line-height: 18px;
    margin-left: -31px;
    text-align: center;
    display: inline-block;
    position: absolute;
}
.accordion {
    margin-top: 0px;
    padding-bottom: 0px;
    border: none;
}
.accordion h3.ui-accordion-header {
    color: rgba(96, 96, 85, 1);
    font-size: 20px;
    line-height: 1.4;
    border: none;
    background: #ffffff;
    border-top: 1px solid #c7c7c7;
    margin-bottom: 0px;
    font-weight: 400;
}
.accordion h3.ui-accordion-header:hover {
    color: #3c3732;
}
.accordion {
    border-bottom: 1px solid #dbdbdb !important;
}
.accordion h3.ui-accordion-header span {
    display: none;
}
.accordion h3.ui-state-default {
}
.accordion h3.ui-accordion-header:hover,
.accordion h3.ui-state-active {
}
.accordion h3.ui-accordion-header-active {
    margin-bottom: 0px;
    border-radius: 0px;
}
.accordion h3.ui-accordion-header-active:hover {
}
.ui-accordion .ui-accordion-icons {
    padding-left: 0px;
    padding-right: 2.2em;
}
.social-share {
    padding-top: 20px;
    margin-bottom: 35px;
    margin-left: 15px;
}
.sidebar__block {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
    margin: 0 0 3rem 0;
    padding: 1rem;
    display: inline-block;
}
.sidebar__block img {
    width: 100%;
    height: auto;
}
.sidebar__block-content {
    padding: 2rem;
}
.sidebar_image .like-h3 {
    margin-bottom: 0;
    margin-top: -1rem;
}
.sidebar__block-linkwrapper {
    padding: 2rem;
    padding-top: 0;
}
.sidebar__block-linkwrapper a {
    margin: 0 0 1rem 4rem;
    display: block;
    position: relative;
}
.sidebar__block-linkwrapper a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4rem;
    width: 20px;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='3 3 18 18'%3E%3Cpath fill='%23B0C53B' d='M19 12v7H5v-7H3v7a2.006 2.006 0 0 0 2 2h14a2.006 2.006 0 0 0 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 5px;
}
.sidebar_image {
    width: 100%;
}
.sidebar_image p {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
}
.sidebar_image a {
    text-align: center;
    width: 100%;
}
.sidebar_image a img {
    height: 120px;
    width: auto;
}
.sidebar-inner .content > p {
    margin: 0px !important;
}
.sidebar-inner .content {
}
.newsletter-sidebar a,
.newsletter-sidebar a:link {
    text-decoration: none;
    color: #008cba;
}
.fa-file-pdf-o::before {
    margin-left: -15px;
    position: absolute;
    display: inline-block;
}
/*footer***********************/
footer p {
    margin: 0px;
}
footer .block p {
    margin-top: 0px;
}
footer .block a {
    color: var(--text_color);
    text-decoration: none;
}
footer .block-superfish {
    z-index: 1;
}
.region-footer-bottom > ul.menu{
    width: 100%;
}
.region-footer-bottom > ul.menu {
    display: flex;
    justify-content: flex-end;
    min-width: 40%;
}
.region-footer-bottom > ul.menu li {
    margin-left: 25px;
}
.block-superfish ul li {
    display: inline;
}
.footer_copyright {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
}
footer h2 {
    font-size: 24px;
    margin: 0 0 0 0;
}
.region-footer > .block {
    width: 100%;
}
.footer_menu a {
    width: 100%;
    display: inline-block;
}
footer ul.menu {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float: none;
    text-align: right;
}
footer ul.menu li {
    list-style: none;
    text-align: left;
    line-height: normal;
    padding: 0px;
    margin: 0;
}
footer ul.menu li.first {
    margin: 0px;
}
footer ul.menu li.last a {
    margin: 0px;
    padding: 0px;
}
footer ul.menu li a {
    font-size: 24px;
    color: var(--text_color);
}
footer ul.menu li a:hover,
footer ul.menu li a.active {
    text-decoration: underline;
}
footer ul.menu li a.active {
    text-decoration: underline;
}
footer ul.menu li.last a.active {
    text-decoration: none;
}
footer .social {
}
footer .social ul {
    list-style: none;
    display: flex;
}
footer .social ul li {
    position: relative;
    color: #fff;
    font-size: 0.7rem;
    padding-left: 0;
    margin: 0 0.5rem 1rem;
}
footer .social ul li:first-child {
    margin-left: 0px;
}
footer .social a {
    display: block;
    padding: 0 !important;
    margin: 0;
    width: 2rem;
    height: 2rem;
    line-height: 0;
    border-radius: 50%;
    background-color: transparent;
    white-space: nowrap;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
footer .social a:before {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 0.75rem;
    transform: translate(0);
    transition: transform 0.2s ease-in-out;
}
footer .social a:before {
    display: inline-block;
    font-family: iconfont;
    text-transform: none;
    font-size: 2rem;
}
footer .social a:after {
    content: "";
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0.8);
}
footer .social a:hover::before {
    transform: scale(0.95);
}
footer .social.social_share a::after {
    background-color: transparent;
}
.social_share a::before {
    color: #ffffff;
}
.gplus a::before {
    content: "\EA1C";
}
/*########################### badenova Menu top ######################*/
#primary-menu {
    display: flex;
    justify-content: flex-end;
}
#login_menu_wrapper {
    height: 45px;
}
#menu_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
#primary_menu_wrapper {
    display: flex;
    justify-content: flex-end;
}
#primary_menu_wrapper .menu {
    display: flex;
    justify-content: flex-end;
}
#primary_menu_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.primary-menu-inner {
}
.primary-menu-inner > ul.menu {
    list-style-type: none;
    float: left;
}
.primary-menu-inner > ul.menu > li {
    width: auto;
}
#primary_menu_wrapper ul li a {
    color: #70cfd6;
    background: none;
    transition: none;
    line-height: 25px;
}
#primary_menu_wrapper .primary-menu-inner > ul.menu > li.first a {
    padding-left: 0px;
}
.not-front #primary_menu_wrapper ul li a.active,
#primary_menu_wrapper ul li a:hover {
    color: #78b33e;
    background: none;
}
.primary-menu-inner > ul.menu > li.last {
    margin-right: 0px;
}
#block-verwaltungsmenu ul.menu li ul {
    background-color: #fff;
    z-index: 10000;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
}
#primary_menu_wrapper ul li {
}
#primary_menu_wrapper .primary-menu-inner > ul > li > ul > li {
}
#primary_menu_wrapper .primary-menu-inner > ul > li.first {
    border-left: none;
}
.primary-menu-inner ul.sf-menu a {
    text-transform: none;
}
#primary_menu_wrapper .primary-menu-inner > ul.menu li ul li a {
    white-space: nowrap;
    font-size: 18px;
    line-height: normal;
}
#primary_menu_wrapper .primary-menu-inner > ul.menu li ul li a:before {
}
.primary-menu-inner > ul.menu li ul li {
}
.primary-menu-inner > ul.menu li ul li.last {
}
.primary-menu-inner > ul.menu li ul li.first a {
    padding-top: 0px;
}
.primary-menu-inner > ul.menu li ul li.last a {
    border: none;
}
.primary-menu-inner > ul.menu > li > ul > li.last:after {
}
.primary-menu-inner ul.sf-menu ul {
    width: auto !important;
    margin-top: 0px;
    background: none;
}
#primary_menu_wrapper .primary-menu-inner > ul > li.active-trail a,
#primary_menu_wrapper
    .primary-menu-inner
    > ul
    > li.active-trail
    li.active-trail
    a.active,
#primary_menu_wrapper .primary-menu-inner > ul > li a.active,
#primary_menu_wrapper .primary-menu-inner > ul > li:hover > a,
#primary_menu_wrapper .primary-menu-inner > ul.menu > li li:hover a {
    background: none;
    color: var(--button_color);
    transition: none;
}
.primary-menu-inner li.active-trail {
    background: none;
}
.primary-menu-inner > ul.menu li ul.menu li.active-trail ul li a.active {
}
.primary-menu-inner > ul.menu li ul a:hover {
    color: var(--button_color);
    background: none;
}
.primary-menu-inner > ul.menu li ul li.active-trail a,
.primary-menu-inner > ul.menu li ul li a.active {
    background: none;
    color: var(--button_color);
}
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 ######################*/
#registrieren-anker {
    margin-bottom: 80px;
}
/*         Buttons
------------------------------*/
#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: #007ac0 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    padding: 10px 16px;
    text-align: center;
    width: 140px;
}
#simplenews-confirm-add-form .container-inline a:hover {
    text-decoration: none;
}
#pid-so-funktionierts #button-area {
    text-align: center;
}
#pid-so-funktionierts #button-area img {
    cursor: pointer;
}
#pid-so-funktionierts #button-area .button {
    float: left;
    padding: 10px 0px 0px;
}
#pid-so-funktionierts #button-area #go_left {
    margin-left: 299px;
}
#node-title-70 h1 {
    margin-bottom: 0;
}
body .modal_logout a#logout_button,
body .modal_logout_mob a#logout_button,
body input.small-submit {
    background: none;
    border: none;
    background-color: #f59b00;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    border-radius: 0px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    padding-right: 16px;
    padding-left: 16px;
    float: right;
    margin-bottom: 20px;
    margin-right: 8px;
    width: auto;
    z-index: 3;
}
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 {
    cursor: pointer;
}
#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;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
}
body .ui-dialog-content {
    height: auto !important;
}
body .ui-widget {
    font-size: 14px;
}
body .ui-dialog .ui-dialog-titlebar-close {
    background: rgba(0, 0, 0, 0) url("../images/eueco/icons/icon_close.gif")
        no-repeat scroll 0 0;
    border: medium none;
}
body .ui-dialog .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(--button_color) none repeat-x scroll 0 center;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
}
.ui-dialog-overlay {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.8;
}
.ui-dialog-title {
    color: #ffffff;
    font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane button {
    background: none;
    border: none;
    background-color: var(--button_color);
    color: #ffffff;
}
#modal-upload-wrapper {
    margin-bottom: 10px;
}
.flex_block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.flex_block.column {
    flex-direction: column;
}
.flex_block.two > .flex_block.column {
    max-width: 50%;
}
.flex_block.one > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.5rem 1rem;
}
.flex_block.one > div .flex_block.column {
    padding: 1.5rem 1rem;
}
.flex_block.three > div {
    flex: 0 0 50%;
    max-width: 33.3333333%;
}
.flex_block.two.info > div {
    flex: 0 0 50%;
    max-width: 50%;
}
#pid-ueber-uns .flex_block.two.extras .flex_block.column {
    justify-content: flex-start;
}
.flex_block.inset > div:first-child {
    height: auto;
    padding-left: 0px;
}
.flex_block.inset > div:last-child {
    height: auto;
    padding-right: 0px;
}
.flex_block.three > .text {
    max-width: 33.33%;
    min-height: 300px;
    margin-left: 0.75vw;
    margin-right: 0.75vw;
    padding-left: 0.75vw;
    padding-right: 0.75vw;
}
.flex_block.projekt > div.text > div {
    position: relative;
}
.flex_block.three > .flex_block.column {
    width: 33.3333333%;
}
.flex_block.four > .flex_block.column {
    width: 25%;
}
.flex_block.column .image {
    display: block;
    min-height: 200px;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
}
.flex_block.column > .image:hover .image {
    -webkit-transform: scale(1.05) rotate(0.1deg);
    transform: scale(1.05) rotate(0.1deg);
}
.flex_block.column .image img {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.flex_block.column.icon .image {
    margin-bottom: 20px;
}
.flex_block.icon {
    justify-content: center !important;
    padding: 1.5rem 0rem;
}
.flex_block.icon .image img {
    display: block;
    width: 86px !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}
.flex_block.icon > div {
    display: block;
    text-align: center;
    color: #0066aa;
}
body .flex_block.icon a {
    color: #0066aa;
}
.darksteel {
    background-color: #548094;
}
.lightsteel {
    background-color: #a6becc;
}
.orange {
    background-color: #fbb900;
}
.lightorange {
    background-color: #fed57b;
}
.purple {
    background-color: #a50032;
}
.magenta {
    background-color: #e50055;
}
.gray {
    /*background-color: #E9E9E8;*/
    border: 3px solid #e9e9e8;
}
.lightgray {
    background: #f7f7f7;
}
.flex_block .pop_out:hover {
    /*  display: none;
    width:500px!important;
    position: relative;
    margin-top:-25px;
    margin-left:-50px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.5);*/
}
.flex_block .pop_out .image a span {
    display: none;
    position: absolute;
    box-sizing: border-box;
    z-index: 1000;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 17px;
    padding: 10px 30px;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    margin-top: -47px;
    margin-left: -150px;
}
.flex_block .pop_out:hover .image a span {
    display: block;
}
.flex_block .pop_out .button a {
    border-top: 1px solid #fff;
    background-color: #f60;
    color: #ffffff;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
}
.flex_block.columns {
    flex-direction: row;
    justify-content: space-between;
}
.link_wrapper {
}
body .page a.link {
    display: block;
}
body .page a.link:hover {
    color: #f6b45d;
    transition: all 0.2s ease-in-out;
}
a.link.download {
    display: block;
    width: 100%;
}
a.link:before {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
a.link.download:after {
    float: right;
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    font-weight: bold;
}
a.link.download:hover:before {
    transform: translateY(2px);
}
div.button,
a.button {
    display: block;
    background-color: #f6b45d;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 40px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
div.button {
    max-width: 100%;
    width: 100%;
}
a.button.gray {
    background-color: #3c3732;
}
a.button:hover {
    background-color: #c27b00;
    color: #ffffff !important;
}
a.button.gray:hover {
    background-color: #69635d;
}
.field-name-body .field-item {
    /*margin-bottom: calc(5.0rem - 1.5vw) !important;*/
    display: block;
    clear: both;
}
#pid-ueber-uns .field-name-body .field-item,
#pid-mitglied-werden .field-name-body .field-item {
    margin-bottom: 20px;
}

#pid-beteiligung .content_block_6 .item_inner {
    padding-top: 130px;
}
#pid-ueber-uns .content_block_3 .item_inner {
    padding-top: 25px;
}
#pid-beteiligung .content_block_6 .item_inner ul {
    list-style: none;
}
#pid-beteiligung .content_block_6 .item_inner div,
#pid-ueber-uns .content_block_3 .item_inner div {
    margin-top: 40px;
}
#pid-beteiligung .content_block_6 .item_inner div img,
#pid-ueber-uns .content_block_3 .item_inner div img {
    margin-right: 50px;
}
#pid-beteiligung .content_block_6 h2,
#pid-ueber-uns .content_block_3 h2 {
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 35px;
    font-weight: 700;
    line-height: 35px;
}
#pid-ueber-uns .content_block_3 .field-item-content p {
    width: 1000px;
}
.flex_block.testimonial .text {
    font-size: 35px;
    color: #79a9d6;
    line-height: normal;
}
.flex_block.testimonial .text div {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    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: #ffffff;
    line-height: normal;
    margin-top: 55px;
    text-transform: uppercase;
    margin-left: 55px;
}
.flex_block.kontakt .text div {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 50px;
    margin-top: 50px;
    font-family: arial, sans-serif;
}
.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 {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    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.beteiligung .image img {
    display: block;
}
.flex_block.beteiligung .image {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    padding: 205px 45px 0px 45px;
}
.flex_block.beteiligung .image div {
    font-family: arial, sans-serif;
    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 {
    display: flex;
    flex-direction: column;
}
.region-content .darlehen .ee-projectdetails-invested-block {
    margin-top: 50px;
}
.region-content .ee-projectdetails-title {
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
    padding: 0px;
    color: #606055;
    margin-bottom: 10px;
}
.region-content .ee-value-wrapper {
    position: static;
    color: #000000;
    order: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.tooltip:hover span {
    margin-top: 5px;
}
.tooltip span,
.region-content .ee-projectdetails-invested-block .tooltip span.classic,
.tooltip:hover span.classic {
    background: none;
    margin-left: 0px;
    font-size: 24px !important;
    border: none;
    border-radius: 5px;
    width: auto;
    padding: 0px;
    margin-top: 10px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    color: #606055;
}
.region-content .ee-projectdetails-invested-block .tooltip span.classic em {
    font-size: 24px !important;
    font-weight: normal;
    line-height: normal;
    font-style: normal;
    padding: 0px;
}
.region-content
    .ee-projectdetails-invested-block
    .tooltip
    span.classic
    em.value {
    display: none;
}
#page .region-content .tooltip {
    border: none;
    order: 1;
    height: 10px;
}
.region-content .ee-value-wrapper #ee-min-value {
    color: #606055;
    text-align: right;
}
.region-content .ee-value-wrapper #ee-max-value {
    color: #606055;
}
.region-content #ee-skala {
    background-image: none;
    height: 10px;
    border: none;
    border-radius: 0px;
    margin-top: 5px;
    background-color: #70cfd6;
}
.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: none;
    background-color: #3c3732;
    top: -36px;
    height: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: right;
}
.region-content #ee-skala #ee-value::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px;
    display: inline-block;
    margin-top: -29px;
    margin-right: -6px;
    transform: rotate(90deg);
    font-size: 30px;
    color: #3c3732;
    float: right;
    font-weight: bold;
}
.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-datenschutz #main h2,
#pid-datenschutz #main p strong {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}
#pid-user-register #content h1:after {
    content: "";
    margin-bottom: 10px;
}
#user-register-form #ee-legal1,
#user-register-form #edit-legal legend {
    display: none;
}
#pid-user-register #registrieren a,
#pid-user-register #edit-legal a {
    color: #63c51d;
}
.form-item-captcha-response label,
#pid-user-register .captcha label {
    display: none;
}
.form-required,
#pid-user-register .form-required {
    color: #3c3732;
}
header .form-required {
    color: #f59b00;
}
#webform-client-form-206 > div {
}
.webform-submission-form select {
    font-size: 18px;
    background: #fff;
    width: 100%;
    padding: 0 1.5rem;
    border: none;
}
.webform-submission-form select * {
    padding: 0 1.5rem;
    border: none;
    background: none;
}
#webform-submission-webform-206-node-180-add-form span.form-required,
#webform-client-form-70 span.form-required {
    font-size: 0px;
}
.webform-submission-form .resizable-textarea .grippie {
    display: none;
}
#webform-client-form-70 fieldset:nth-child(3) {
    margin-bottom: 0px;
}
#webform-client-form-70 > div fieldset legend {
    font-size: 24px;
    color: #404040;
    font-weight: 400;
    line-height: 30px;
    margin-top: 50px;
}
#webform-client-form-70 .webform-component--anmeldung-zum-newsletter legend,
#webform-client-form-70 .webform-component--projektdaten legend {
    display: none;
}
#webform-client-form-70 > div input.form-text {
    width: 470px;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    font-size: 24px;
    padding-left: 8px;
    border: 1px solid #d0d0d0;
}
#webform-client-form-70 fieldset:nth-child(4) .fieldset-wrapper .form-item {
    margin: 10px 0px;
}
#webform-client-form-70
    fieldset:nth-child(4)
    .fieldset-wrapper
    .form-item
    input,
#webform-client-form-70
    fieldset:nth-child(4)
    .fieldset-wrapper
    .form-item
    select {
    display: table-cell;
}
#webform-client-form-70
    fieldset:nth-child(4)
    .fieldset-wrapper
    .form-item
    select {
    display: inline-block;
    width: 165px;
    text-align: center;
    padding-left: 5px;
    margin-top: 0px;
    line-height: 30px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    color: #040404;
    font-size: 18px;
}
#webform-client-form-70
    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: bold;
    padding-right: 5px;
}
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;
    }
}
.system_messages_wrapper {
    width: 500px;
    height: auto;
    position: absolute;
    background-image: none !important;
    top: 20%;
    left: 50%;
    margin-top: -50px;
    margin-left: -250px;
    z-index: 1000;
    padding: 0px 20px 20px 20px;
    background-color: rgba(50, 50, 50, 0.58);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.7);
}
.system_messages_wrapper .messages {
    display: block;
    clear: both;
}
.system_messages_wrapper .closer {
    float: right;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    margin-right: -20px;
    color: #000000;
}
.doc_header {
    color: #8b9396 !important;
}
.password-suggestions li {
    list-style-position: inside;
}
html.mm-blocking body {
    overflow-y: scroll;
}
#menu.mm-menu {
    width: 34rem;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.mm-panels {
    height: 100%;
}
.mm-panels > .mm-panel:before {
    height: 37px;
}
#primary_menu_wrapper_inner_wrapper {
    padding: 30px 0;
    padding-top: 1.5rem;
}
.mm-menu.mm-theme-black {
    background: #3c3732;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    background: #ffffff;
    background: -moz-linear-gradient(top, white 60%, #e8e8e8 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, white),
        color-stop(100%, #e8e8e8)
    );
    background: -webkit-linear-gradient(top, white 60%, #e8e8e8 100%);
    background: -o-linear-gradient(top, white 60%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, white 60%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    background: linear-gradient(top, white 60%, #e8e8e8 100%);
}
.mm-navbars-bottom {
    background: transparent;
    padding: 0px 1.5rem;
}
.mm-panels > .mm-panel > ul.mm-listview {
    margin: 0px 0px;
    line-height: 1.4;
    font-size: 18px;
}
.mm-listview > li:not(.mm-divider)::after {
    position: static;
    display: none;
}
.mm-listview > li.last::after {
    display: block;
}
.mm-panels > .mm-panel > ul.mm-listview li {
    margin: 0px;
    border-top: 1px solid #e7e8e6;
}
.mm-panels > .mm-panel > ul.mm-listview ul {
    font-size: 0.7rem;
    line-height: 1.45;
}
.mm-menu.mm-theme-black .mm-listview {
    border-color: #e7e8e6;
}
.mm-listview > li > a {
    color: #333;
    font-size: 18px;
    padding: 15px 20px;
}
.mm-listview > li > a:hover {
    color: #78b33e;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
    height: 1.3rem;
}
.mm-listview .mm-next {
    top: 0.75rem;
    right: 0;
    font-size: 1.3rem;
    height: 1.3rem;
    width: 1.3rem;
    line-height: 1;
}
.mm-vertical .mm-listview > li > .mm-next:before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23003244%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23003244%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left 6px;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23003244%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.mm-listview .mm-next::before {
    content: "";
    border-left: none;
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next::after,
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li.expanded > .mm-next:after {
    content: "";
    border: none;
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: none;
    color: #005a72;
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next):hover,
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span:hover {
    color: #003244;
}
.mm-listview > li > a.active-trail {
    color: #003244;
}
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: none;
}
.toolbar_item_content {
    display: none;
    position: absolute;
    background-color: #efefef;
    right: 49px;
    width: 410px;
    min-height: 255px;
    padding: 23px 29px;
    z-index: 1;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.35);
}
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 0px 0 0px 1rem;
}
#mm-blocker {
    top: 0px;
    opacity: 0 !important;
}
.mm-panel.mm-hasnavbar .mm-navbar {
    color: #003244;
    font-size: 28px;
    position: relative;
    z-index: 1001;
    padding-right: 0px;
    margin-bottom: -20px;
    height: 20px;
}
.mm-navbar .mm-title {
    overflow: visible;
    padding: 0px;
}
.mm-panel.mm-hasnavbar .mm-navbar a {
    font-weight: 100;
    float: right;
    color: #003244 !important;
    font-size: 28px;
    height: 20px;
    cursor: pointer;
    transform: scale(1.8, 1);
    position: relative;
    top: -35px;
    right: 21px;
}
body.smallmenu #mm-blocker {
    top: 0px;
}
.toolbar_item .toolbar_item_content {
    margin-top: -50px;
}
.toolbar_item:first-child .toolbar_item_content {
    /*margin-top:0px;*/
}
.toolbar_item.info .shadow_container {
    top: 50px;
}
.shadow_container {
    position: absolute;
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    clear: both;
    right: 0;
    z-index: 2;
}
.toolbar_item:first-child .shadow_container {
    clip: rect(-8px, 50px, 50px, 1px);
    top: -50px;
}
.toolbar_item:last-child .shadow_container {
    clip: rect(0px, 50px, 55px, 1px);
}
a.toggle {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    margin-left: 1px;
    background-color: #404040;
    display: block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-top: 1px solid #ccc;
    text-align: center;
}
.toolbar_item:first-child .shadow_container a.toggle {
    border-top: none;
}
a.toggle:hover,
a.toggle.active {
    background-color: #efefef;
    color: #f60;
}
.toolbar_item:first-child a.toggle:hover,
.toolbar_item:first-child a.toggle.active {
    box-shadow: -1px 0 4px 1px rgba(0, 0, 0, 0.35);
}
.toolbar_item:last-child a.toggle:hover,
.toolbar_item:last-child a.toggle.active {
    box-shadow: -1px 0 4px 1px rgba(0, 0, 0, 0.35);
}
a.toggle:hover + .toolbar_item_content {
}
.toggle:before {
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    display: block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
}
.toggle.telefone:before {
    content: "\f095";
}
.toggle.info:before {
    content: "\f128";
}
.toggle.email:before {
    content: "\f003";
}
.toggle.telefone:hover:before {
    /*position:absolute;*/
}
body .nach_oben_wrapper {
    float: right;
}
body .nach_oben_wrapper a::after {
    font-size: 26px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    margin-top: -5px;
    margin-left: 9px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #404040;
    display: inline-block;
}
#user-pass-reset {
    margin-top: 55px;
}
#main-inner #user-pass-reset p {
    margin-bottom: 0px;
}
#block-views-faqs-faq-block .view-faqs > h2 {
    display: none;
}
#pid-faq-uebersicht #block-views-faqs-faq-block .view-faqs > h2 {
    display: block;
    margin-top: 30px;
    font-weight: 700;
    text-align: center;
}
#pid-contact .page,
#pid-newsletter .page {
    background: #ffffff;
}
.webform-submission-form {
    background-color: var(--green_color);
}
.webform-submission-form fieldset {
    border: none;
}
#main .view-faq-kategorien div {
}
#block-views-faq-kategorien-block div.view-content {
}
.view-faq-kategorien {
    float: none;
    display: block;
    clear: both;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#block-views-faqs-block-2 h2 {
}
#block-views-faq-kategorien-block {
    margin-top: 138px;
    background: #d4e8c6;
    background: -moz-linear-gradient(
        top,
        #d4e8c6 1%,
        #c2deb0 19%,
        #61c419 100%,
        #95d157 100%
    );
    background: -webkit-linear-gradient(
        top,
        #d4e8c6 1%,
        #c2deb0 19%,
        #61c419 100%,
        #95d157 100%
    );
    background: linear-gradient(
        to bottom,
        #d4e8c6 1%,
        #c2deb0 19%,
        #61c419 100%,
        #95d157 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e8c6', endColorstr='#95d157',GradientType=0 );
    padding: 1rem 1.5rem;
}
body #main .view-faq-kategorien a {
    font-size: 1rem;
    line-height: 2;
    color: #0066aa;
    padding-left: 36px;
}
body #main .view-faq-kategorien a::before {
    font-family: "iconfont";
    content: "\EA05";
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 2em;
    font-size: 1.5em;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: -36px;
    margin-right: 16px;
    transition: transform 0.2s ease-in-out;
}
body #main .view-faq-kategorien a:hover {
    color: #0066aa;
}
body #main .view-faq-kategorien a:hover:before {
    transform: translateX(4px);
    transition: transform 0.2s ease-in-out;
}
.flex_block.projekt1 .text:first-child {
    width: 750px;
}
.accordion .flex_block {
    width: 1024px;
}
.accordion .flex_block > div {
    width: 35%;
}
.accordion .flex_block > div:first-child {
    width: 60%;
}
#pid-ueber-uns .projekt1 .image {
    align-self: flex-end;
}
#pid-ueber-uns .flex_block.projekt1 {
    position: relative;
}
#pid-ueber-uns #ui-accordion-1-panel-0 img {
    background-color: #ffffff;
    padding: 30px;
    height: 187px !important;
    width: auto !important;
}
#pid-beteiligung .accordion .ui-accordion-content,
#pid-ueber-uns .accordion .ui-accordion-content {
    font-family: "Thesans";
    color: #404040;
    line-height: 25px;
    font-size: 17px;
    padding: 10px 55px 10px 0px;
}
#pid-beteiligung #ui-accordion-1-panel-2 img {
    float: left;
    display: inline-block;
    margin-right: 20px;
}
#pid-beteiligung ul.zeichnung {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
#pid-beteiligung ul.zeichnung li {
    display: table-row;
}
#pid-beteiligung ul.zeichnung li span {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 30px;
}
#pid-beteiligung ul.zeichnung li span:first-child {
    vertical-align: middle;
}
#pid-beteiligung ul.zeichnung li span:nth-child(2) {
    padding-right: 10px;
}
/******* div table ************/
.divtable {
    display: table;
    width: 100%;
}
.divrow {
    display: table-row;
}
.divrow > div {
    display: table-cell;
    padding: 5px 0;
}
.divrow:first-child > div {
    border-top: none;
}
.divtable .divrow > div:first-child {
    width: 38%;
}
.divtable .divrow > div:last-child {
    text-align: right;
    width: 60%;
}
.divtable .divrow:last-child > div {
    border-bottom: none;
}
#content .region-content ul.checks {
    list-style: none;
    margin-left: 30px;
    padding: 0px;
}
ul.checks li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #0066aa;
    font-weight: normal;
    font-size: 20px;
    vertical-align: top;
    position: absolute;
    padding-right: 6px;
    margin-left: -30px;
    font-weight: bold;
}
ul.checks.info li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    color: var(--button_color);
    font-size: 20px;
    margin-top: 2px;
    font-weight: bold;
}
ul.checks.coop li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    color: var(--button_color);
    font-size: 20px;
    margin-top: 2px;
    font-weight: bold;
}
#primary-menu_wrapper {
    display: none;
}
.area_triggers > div,
body form input.form-submit,
body input.form-submit,
body input.small-submit {
    background: none;
    border: none;
    background-color: var(--button_color);
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    line-height: 35px;
    height: 35px;
    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;
}
body form input.form-submit:hover,
body input.form-submit:hover,
body input.small-submit:hover {
    background-color: var(--headline_color);
    color: var(--text_color);
}
/*Modal Login*/
/*Modal Login*/
.login_out_block * {
    box-sizing: border-box !important;
}
.login_out_block .flex_block {
    justify-content: flex-end;
    align-items: center;
}
.login_out_block .flex_block a:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #009;
}
.modal_login,
.modal_logout {
    position: fixed;
    display: none;
    width: 445px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 901;
    background-color: var(--button_color); /* Old browsers */
    padding: 32px;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
}
.modal_login_mob,
.modal_logout_mob {
    position: fixed;
    right: 25px;
    display: none;
    width: 95%;
    margin-left: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 901;
    background-color: var(--button_color);
    padding: 1rem 1.5rem;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
    max-width: 410px;
}
.modal_login_mob h2,
.modal_logout_mob h2,
.modal_login h2,
.modal_logout h2 {
    color: #ffffff;
    font-size: 26px;
}
.modal_login_mob h2,
.modal_logout_mob h2 {
    font-size: 26px;
}
.mobile_login_out_block .modal_login,
.mobile_login_out_block .modal_logout {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.modal_logout {
    margin-top: 30px;
}
header.small .modal_login {
    margin-top: 39px;
}
header.small .modal_logout {
    margin-top: 12px;
}
.modal_login_mob,
.modal_logout_mob,
.modal_login,
.modal_logout {
    color: #ffffff;
    font-size: 22px;
}
.modal_login_mob .form-item-name,
.modal_login .form-item-name {
    margin-top: 10px;
}
.modal_login .headline,
.modal_login_mob .headline,
.modal_logout_mob .headline,
.modal_logout .headline {
    font-size: 2.2rem;
}
.modal_login_mob label,
.modal_login label,
.modal_logout_mob label,
.modal_logout label {
    font-weight: 100;
    font-size: 2rem;
    margin: 0 0px;
}
.modal_login_mob label {
    font-size: 0.8rem;
}
.modal_logout,
.modal_logout_mob {
    color: #ffffff;
}
.modal_logout_mob .close_form,
.modal_logout .close_form {
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: left;
}
.modal_login input,
.modal_login_mob input {
    font-weight: 100;
    font-size: 26px;
    padding: 0 20px;
    display: block;
    width: 100%;
    border: 1px solid #cecdcc;
    background: #fff;
    -webkit-appearance: none;
    outline: none;
}
.modal_login_mob .form-type-password,
.modal_login .form-type-password {
    margin-bottom: 5px;
}
.modal_login_mob .form-required-text,
.modal_login .form-required-text {
    font-size: 14px;
    color: #ffffff;
    padding-left: 20px;
}
.modal_login_mob .reset_password a,
#menu_toggle #login .region-login .modal_login .reset_password a {
    font-size: 16px;
    color: #003244;
    padding-left: 0px;
}
#menu_toggle #login .region-login .modal_login .reset_password a:hover:before {
    margin-left: 10px;
    transition: margin 0.2s ease-in-out;
}
.modal_login.hack {
    position: fixed;
    display: none;
    z-index: 1000;
}
#pid-fast-registry-step1 #user-register-form input.form-submit,
#pid-user-register #user-register-form input.form-submit {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-color: rgba(0, 50, 68, 1);
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    border-radius: 0px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    padding-right: 35px;
    padding-left: 35px;
    float: none;
    margin-bottom: 20px;
    margin-right: 8px;
    width: auto;
}
#pid-fast-registry-step1 #user-register-form input.form-submit,
#pid-user-register #user-register-form input.form-submit,
body .modal_logout_mob a#logout_button,
body .modal_logout a#logout_button,
#login_links a,
body .modal_login input#edit-submit,
body .modal_login_mob input#edit-submit,
body .modal_login_mob input#edit-submit--2,
body .modal_login input#edit-submit--2,
body .modal_login input#edit-submit--3,
body .modal_login input#edit-submit--4,
body .modal_login input#edit-submit--5,
body .modal_login_mob input#edit-submit--3 {
    border: 1px solid #ffffff;
    font-size: 24px;
    padding: 5px 25px;
    margin-top: 0px;
    height: auto;
    line-height: initial;
    background: none !important;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}
#login_menu_wrapper .login_out_block .modal_logout a::before {
    display: none;
}
.modal_login_mob .form-actions,
.modal_logout_mob .form-actions,
.modal_login .form-actions,
.modal_logout .form-actions {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
}
.reset_password a {
    color: #ffffff !important;
}
#pid-fast-registry-step1 #login_links {
    display: none;
}
.modal_login.hack .do_register {
    display: none;
}
.modal_login_mob .do_register a.registrieren,
#menu_toggle #login .region-login .do_register a.registrieren {
    background: none;
    background-color: rgba(0, 50, 68, 1);
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    float: none;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.75rem 1.5rem;
    margin-bottom: 4px;
    border-radius: 0px;
}
#menu_toggle #login .region-login .do_register a.registrieren:hover {
    background-color: rgba(0, 50, 68, 0.8);
    color: #ffffff !important;
}
#menu_toggle #login .form-actions {
    margin-top: 1em;
    margin-bottom: 0px;
}
.block_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.field-name-body h2.link .field-name-body h2.link {
    color: #ffffff;
}
.block_link h2.link:after {
    background-image: url(../images/gsw/chevron.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-top: 2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
body .page a.text.block_link:hover {
    font-size: 1.9rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 60px rgba(0, 0, 0, 0.75);
}
body .page a.block_link:hover h2.link:after {
    width: 36px;
    height: 36px;
    background-size: 19px 19px;
}
.flex_block > a.flex_block.column > .text {
    padding: 1.5rem 1rem;
}
.flex_block > a.flex_block.column h2 {
    color: #ffffff;
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 0px;
    text-align: left;
}
.flex_block > a.flex_block.column p {
    font-size: 0.9rem;
    line-height: 1.45;
}
.flex_block > a.flex_block.column > .text:after {
    content: "\EA05";
    display: inline-block;
    speak: none;
    font-family: iconfont;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
blockquote {
    text-align: center;
}
blockquote .content {
    font-size: 2.1rem;
    line-height: 1.2;
}
blockquote footer {
    font-size: 0.9rem;
    line-height: 1.45;
}
#sliding-popup.sliding-popup-bottom {
    color: #ffffff !important;
    background-color: var(--button_color);
    font-size: 20px;
    padding: 1rem 1.5vw;
    width: 100%;
}
#sliding-popup .popup-content #popup-text {
    color: #ffffff !important;
    background-color: var(--button_color);
    font-size: 20px;
    float: left;
    font-weight: 300;
    margin: 5px 0;
    text-align: left;
    max-width: 60%;
    text-align: center;
}
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
    font-size: 20px;
    color: #ffffff !important;
}
#sliding-popup .popup-content #popup-text h2 {
    font-size: 24px;
}
#sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content .find-more-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border: 1px solid #ffffff;
    font-size: 24px;
    padding: 5px 25px;
    margin-top: 25px;
    height: auto;
    color: #ffffff !important;
    line-height: initial;
    background: none !important;
    box-shadow: none;
}
#sliding-popup .popup-content #popup-buttons button:hover,
#sliding-popup .popup-content .find-more-button:hover {
    background: none !important;
    background-color: transparent;
}
#sliding-popup .popup-content .find-more-button {
    max-width: 505px;
    margin: 0 auto;
    margin-top: 25px;
}
.eu-cookie-compliance-categories label {
    display: inline;
}
#pid-datenschutz .page .page_title_wrapper {
    display: block;
}
body[id^="pid-projekte-"] .page .page_title_wrapper h1 {
    margin-bottom: 0px;
}
.field-name-field-untertitel {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0px 0 0px 65px;
    margin-bottom: 0px;
    padding: 0;
}
#webform_overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 10000px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    /*background-color: rgba(0,0,0,0.5);*/
    z-index: 1000;
}
#log_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 10000px;
    top: -30px;
    left: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
/*Registerform*/
#pid-fast-registry-step1 #user-register-form input,
#pid-user-register #user-register-form input {
    line-height: 40px;
    font-size: 13px;
    padding-left: 10px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 1.5rem;
}
#pid-fast-registry-step1 #user-register-form input.form-submit:hover,
#pid-user-register #user-register-form input.form-submit:hover {
    background-color: rgba(0, 50, 68, 0.7);
}
#user-register-form #edit-legal input {
    background: transparent;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
#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 {
    text-align: left;
    margin-top: 170px;
}
#pid-user-register #content h1 {
    text-align: left;
    margin-top: 0px;
}
#pid-user-register #content #registrieren .flex_block > div {
    margin-top: 15px;
}
body * {
    /*border:1px solid red;*/
}
.ocker {
    background-color: rgb(178, 175, 155);
}
.green {
    background-color: var(--green_color);
}
.darkgreen {
    background-color: var(--button_color);
}
.dark {
    background-color: rgb(60, 55, 50);
}
div.system_messages_wrapper.error {
    background: none;
    background-color: #ffe5e5;
    border: 1px solid #ed541d;
}
div.messages.error {
    border: none;
}
.flex_block.column.graphic .image img {
    width: 100% !important;
}
#pid-impressum .page_title_wrapper,
#pid-datenschutz .page_title_wrapper,
body[id^="pid-faq-"] .page_title_wrapper {
    margin-bottom: 35px;
}
#mob_login_logout {
    display: none;
}
footer {
    background-color: #ebf4dc;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 50px;
}
#footer_bottom {
    background-color: #c4d5a2;
}
#footer {
    display: block;
    margin: 0 auto;
}
#footer_image_wrapper {
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-top: 100px;
    margin-bottom: -10px;
    overflow: hidden;
}
#footer_image_wrapper img {
    display: block;
    margin: 0 auto;
    width: 100.2%;
    height: auto;
}
.menu_add .content {
    display: flex;
}
.box_wrapper.narrow {
    width: 80%;
    margin: 0 auto;
}
.box_wrapper.xnarrow {
    width: 50%;
    margin: 0 auto;
}
.box_wrapper.reasons > div > .flex_block.column {
    padding: 30px;
    color: #ffffff;
}
.region-footer-bottom > ul.menu,
footer .footer_kontakt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-grow: 1;
}
.vermittler_hinweis {
    width: 100%;
    min-width: 100%;
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: 0px;
    font-size: 20px;
}
.vermittler_hinweis h2,
.vermittler_hinweis h3 {
    width: 100%;
}
#footer .vermittler_hinweis .text {
    padding-right: 50px;
}
#footer .vermittler_hinweis .image {
    width: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#footer .vermittler_hinweis .flex_block img {
    width: 100% !important;
    max-width: 150px;
    height: auto !important;
}
.nice-select {
    background: #ffffff !important;
    width: 100% !important;
    border: none !important;
    font-size: 19px !important;
    height: 44px !important;
    color: #003244 !important;
    border-radius: 0px !important;
    line-height: 45px !important;
    padding-left: 10px !important;
}
.nice-select ul {
    width: 100%;
    padding-left: 0px !important;
    border-radius: 0px !important;
}
.nice-select ul.list li:first-child {
    display: none;
}
.faq_grouped_block h2 {
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    margin: 40px 0px;
}
.faq_grouped_block h2 p::before {
    /*content: "";
  display: inline-block;
  position: relative;
  top: calc(-.1 * 1em);
  vertical-align: middle;
  height: calc(4px + .7em);
  margin-right: calc(5px + .2em);
  border-left: calc(5px + .1em) solid #003244;*/
}
.faq_grouped_block .view-content .accordion {
    margin-bottom: 100px;
}
.webform-component--kontakt .fieldset-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
}
.webform-component--kontakt .fieldset-wrapper .full {
    width: 100%;
}
.webform-component--kontakt .fieldset-wrapper .long {
    width: 85%;
}
.webform-component--kontakt .fieldset-wrapper .short {
    width: 13%;
}
.inline_link {
    margin-top: 30px;
}
.platform #main a,
#pid-datenschutz #main a,
body .page .inline_link a {
    text-decoration: none;
    cursor: pointer;
}
.platform #main a:hover,
body .page .inline_link a:hover,
#pid-datenschutz #main a:hover {
    text-decoration: underline;
}
.webform-submission-form input[type="checkbox"] + label {
    cursor: pointer;
    line-height: 20px;
    padding-left: 33px;
    padding-top: 20px;
    display: table-cell;
    font-size: 18px;
}
.webform-submission-form input[type="checkbox"] {
    background: transparent;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
.webform-submission-form input[type="checkbox"]:checked + label::before,
.webform-submission-form input[type="checkbox"]:not(:checked) + label::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 0px;
    background: white;
    background-color: white;
    margin-left: -34px;
    font-size: 18px;
    line-height: 20px;
}
.webform-submission-form input[type="checkbox"]:checked + label::before,
.webform-submission-form input[type="checkbox"]:not(:checked) + label::before {
    border: 1px solid rgba(0, 50, 68, 1);
    background-color: #ffffff;
}
.webform-submission-form input[type="checkbox"]:checked + label::before {
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    text-indent: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    width: 20px;
    height: 20px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: rgb(0, 50, 68);
    border-radius: 0px;
}
.datenschutz .divrow > div {
    display: table-cell;
    border-bottom: 1px solid #00384e;
    padding-bottom: 10px;
}
.check_datenschutz_wrapper {
    margin: 0px;
}
.check_datenschutz_wrapper .form-type-checkbox {
    margin: 0px;
}
#webform_address .flex_block.column {
    margin-top: 15px;
}
#webform_address .flex_block.column img {
    width: 170px;
    height: auto;
}
.webform-component--nachricht--text {
    margin-bottom: 0px;
}
.datenschutz .divrow > div:nth-child(3) {
    width: 150px;
}
.datenschutz .divrow > div:first-child {
    font-weight: 700;
    font-size: 1.25rem;
    color: #548094;
}
.datenschutz .divrow > div:first-child {
    font-weight: 600;
    font-size: inherit;
    color: #548094;
    width: auto;
}
.datenschutz .divrow.th {
    font-weight: 600;
    color: #548094;
}
.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 #00384e;
}
.datenschutz.divtable .divrow:last-child > div {
    border-bottom: 1px solid #00384e !important;
}
.mm-navbars-bottom #anmelden_toggle_mob,
.mm-navbars-bottom #abmelden_toggle_mob {
    background-color: rgba(250, 183, 23, 1);
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    max-width: 100%;
    float: none;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.75rem 1.5rem;
    margin-bottom: 4px;
}
.mm-navbars-bottom #anmelden_toggle_mob:hover,
.mm-navbars-bottom #abmelden_toggle_mob:hover {
    background-color: rgba(250, 183, 23, 0.8);
    color: #ffffff !important;
}
#anmelden_toggle_mob,
#abmelden_toggle_mob,
#mob_login_logout {
    display: none;
}
.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;
}
#pid-zeichnungsabschluss .field-certification-text ul {
    margin-bottom: 25px;
}
#pid-zeichnungsabschluss .field-certification-text ul li {
    margin-bottom: 10px;
}
.ui-widget-overlay {
    display: none;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.img-center {
    text-align: center !important;
    margin-bottom: 20px;
}
.bg-lightblue .like-h2,
.bg-blue .like-h2 {
    color: #fff;
}
.size-18,
.btn {
    font-size: 18px;
    font-size: 1.8rem;
}
.float-right {
    float: right !important;
}
.page #main li {
    margin: 0 0 25px 0;
    padding: 0 0 0 25px;
    position: relative;
    list-style: none;
}
.page #main li::before {
    content: " ";
    display: inline-block;
    background-color: var(--headline_color);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 13px;
    left: 0;
}
.page #main .check li::before {
    content: "";
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 16px;
    left: 5px;
    background: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.808' height='22.997'%3E%3Cpath d='M1.991 12.136l5.033 6.583L18.742 1.401' fill='none' stroke='%23000000' stroke-width='3'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}
.collage_wrapper .flex_block a {
    display: block;
    width: 50%;
    overflow: hidden;
}
.collage_wrapper .flex_block.column {
    position: relative;
    flex-direction: column;
    height: 38vw;
    max-height: 625px;
}
.collage_wrapper .flex_block.column .flex_block {
    height: calc(50% - 13px);
}
.collage_wrapper .flex_block {
    margin-bottom: 26px;
}
.collage_wrapper .flex_block.right a:first-child {
    width: calc(43% - 13px);
}
.collage_wrapper .flex_block.right a:last-child {
    width: calc(57% - 13px);
}
.collage_wrapper .flex_block.left a:first-child {
    width: calc(65% - 13px);
}
.collage_wrapper .flex_block.left a:last-child {
    width: calc(35% - 13px);
}
.front .collage_wrapper .flex_block.right a:first-child {
    width: calc(57% - 13px);
}
.front .collage_wrapper .flex_block.right a:last-child {
    width: calc(43% - 13px);
}
.front .collage_wrapper .flex_block.left a:first-child {
    width: calc(43% - 13px);
}
.front .collage_wrapper .flex_block.left a:last-child {
    width: calc(57% - 13px);
}
.collage_wrapper .flex_block a img {
    display: block;
    width: 100%;
    height: auto;
}
#svg_wrapper svg {
    width: 100% !important;
    height: auto !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
#top_menu_wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 230px;
    justify-content: space-between;
    align-items: flex-end;
}
.primary-menu-fixed #top_menu_wrapper {
    height: 170px;
    padding-bottom: 15px;
}
header.primary-menu-fixed #logo img {
    width: 160px;
    height: auto;
    transition: width 0.2s linear;
}
.eueco-logo img,
#eueco-logo img {
    padding-top: 20px;
    width: 240px;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: width 0.2s linear;
}
.eueco-logo img {
    width: 100% !important;
}
header.primary-menu-fixed #eueco-logo img {
    width: 160px;
    transition: width 0.2s linear;
}
header.primary-menu-fixed #eueco-logo {
    align-items: flex-end;
}
.page #main .page_title_wrapper {
    display: none;
}
.region-preface-top {
    position: relative;
    height: 500px;
}
.header_stoerer {
    position: relative;
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: -500px;
}
.header_stoerer .content {
    position: absolute;
    bottom: 10%;
    right: 0%;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}
.header_stoerer span {
    display: block;
    font-size: 21px;
}
#quote_wrapper .flex_block {
    align-items: center;
    color: #ffffff;
    font-size: 30px;
}
#quote_wrapper img {
    width: 263px;
    height: 263px;
    border-radius: 50%;
}
#quote_wrapper .image {
    margin-right: 50px;
}
#quote_wrapper .text {
    text-align: right;
}
#quote_wrapper .text div {
    font-size: 20px;
}
#quote_wrapper .text div {
    margin-top: 5px;
}
#pid-core .quote_wrapper,
#pid-core #vision_wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#vision_wrapper h2 {
    color: #ffffff;
}
#vision_wrapper.collage_wrapper.start .core_headline div:first-child {
    max-width: 350px;
    margin-right: 80px;
}
#vision_wrapper.collage_wrapper.start .core_headline div:last-child {
    flex-grow: 1;
    justify-content: center;
}
#vision_wrapper .core_headline {
    margin-bottom: 50px !important;
}
#vision_wrapper .core_headline {
    margin-bottom: 50px !important;
}
#vision_wrapper img {
    width: 100%;
    height: auto;
}

.collage_wrapper .core_headline {
    position: relative;
    margin-bottom: 50px;
}
.collage_wrapper .core_headline > div {
    height: 100%;
}
.collage_wrapper .core_headline h2 {
    font-size: 36px;
    line-height: 36px;
}
.collage_wrapper.start .core_headline h2 span {
    font-size: 0px;
    line-height: 0px;
}
.footer_social h3 span {
    font-family: Crimson Text;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #ffffff;
}
.collage_wrapper.core .core_headline {
    justify-content: center;
}
input.webform-submit.button-primary,
a.nf_button {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 36px;
}
a.nf_button.long {
    width: 100%;
}
#kontakt_wrapper .flex_block {
    align-items: center;
    color: #ffffff;
    font-size: 36px;
}
input.webform-submit.button-primary,
a.nf_button.inverted {
    background-color: var(--button_color);
    font-size: 24px;
    padding: 5px 25px;
    margin-top: 25px;
    height: auto;
    line-height: initial;
}
/*.main_menu_wrapper > ul > li.active-trail +li > a[href*="#"].active:hover:after,*/
#top_menu_wrapper a.trigger_kontakt:hover,
.main_menu_wrapper > ul > li > a.active,
.main_menu_wrapper > ul > li > a:hover {
    color: var(--text_color);
}
.main_menu_wrapper > ul > li {
    position: relative;
}
#top_menu_wrapper a.trigger_kontakt,
#primary_menu_wrapper ul li a {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    position: relative;
    font-size: 24px;
    color: gray;
}
#primary_menu_wrapper .primary-menu-inner ul > li > a {
    line-height: 37px;
}
.footer_social a {
    width: 50px;
    height: 50px;
    transition: all 0.2s ease-out !important;
}
.footer_social a:hover {
    margin-top: -5px;
    transition: all 0.2s ease-out !important;
}
.footer_social a img {
    width: 100%;
    height: 100%;
}
.footer_social.front .flex_block {
    justify-content: flex-start;
}
.footer_social.front .flex_block a:first-child {
    margin-right: 40px;
}
footer h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer_anbieterin .content {
    display: flex;
    justify-content: flex-end;
}
.footer_anbieterin img {
    width: 148px;
    margin-bottom: 20px;
}
.region-footer-bottom {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 0px;
    width: 100%;
}
.primary-menu-fixed {
    background-image: none !important;
    background-size: cover !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
}
.not-front .inset h2 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
.faq_grouped_block > h2 {
    text-align: center;
}
.faq_grouped_block h2 p {
    margin: 0px;
}
.faq_grouped_block .view-content h2 {
    color: rgba(96, 96, 85, 1);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 10px solid #70cfd6;
    line-height: 20px;
    padding-left: 5px;
}
#faqs {
    font-size: 0px;
}
/*floating label form*/
#interesse_form,
#kontakt_form {
    display: none;
    height: 880px;
    position: absolute;
    margin-left: 0px;
    left: 50%;
    top: 20%;
    background-repeat: no-repeat;
    transform: translate(-50%, 0%);
    z-index: 901;
    padding: 0px;
    z-index: 1000;
    overflow: auto;
    background-color: var(--green_color);
    padding: 3.33333rem 10.66667rem;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
}
#interesse_form,
#kontakt_form {
    width: 100%;
    max-width: 70%;
    height: auto;
    position: absolute;
    margin-left: 0px;
    left: 50%;
    top: 120px;
    background-repeat: no-repeat;
    transform: translate(-50%, 0%);
    z-index: 1000;
    padding: 40px 5vw;
    padding-top: 0px;
    color: var(--text_color);
}
#webform_overlay,
#log_overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 10000px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.flex_block.close_form {
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.webform-submission-form .close_form {
    margin-bottom: 50px;
}
.modal_logout_mob div.fa,
.modal_login_mob div.fa,
body .modal_login div.fa,
body .modal_logout div.fa {
    position: absolute;
    right: 10px;
    top: 10px;
}
.close_form h2 {
    flex-grow: 1;
}
#login {
    overflow: hidden;
}
#log_overlay {
    z-index: 0;
}
.webform-submission-form input[type="checkbox"] + label {
    cursor: pointer;
    line-height: 20px;
    padding-left: 40px;
    padding-top: 20px;
    display: table-cell;
    color: var(--text_color);
}
.webform-submission-form input[type="checkbox"] + label a {
    color: var(--button_color);
}
.webform-submission-form input[type="checkbox"] + label a:hover {
    text-decoration: underline;
}
.webform-submission-form input[type="checkbox"] {
    background: transparent;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
.webform-submission-form input[type="checkbox"]:checked + label::before,
.webform-submission-form input[type="checkbox"]:not(:checked) + label::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 0px;
    background: white;
    background-color: white;
    margin-left: -40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
}
.webform-submission-form input[type="checkbox"]:checked + label::before,
.webform-submission-form input[type="checkbox"]:not(:checked) + label::before {
    border: 2px solid #b2b2b2;
    background-color: #ffffff;
    border-radius: 15%;
}
.webform-submission-form input[type="checkbox"]:checked + label::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal !important;
    font-weight: bold !important;
    font-variant: normal !important;
    text-transform: none !important;
    text-indent: 0;
    content: "\f00c";
    width: 24px;
    height: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    background-color: var(--button_color);
    border: 1px solid var(--button_color);
}
.webform-component-newsletter-email .form-item {
    margin: 0px;
}
.webform-submission-form fieldset {
    margin-bottom: 25px;
    padding: 0em;
}
.webform-submission-form h2 {
    color: var(--headline_color);
    text-align: left;
    margin-bottom: 0px;
}
.webform-submission-form .fieldset-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.webform-submission-form .fieldset-wrapper > div {
    width: 48%;
}
.webform-component--nachricht .fieldset-wrapper > div {
    width: 100%;
}
#webform-submission-webform-206-node-180-add-form .js-form-item {
    position: relative;
    margin: 0px;
}
#webform-submission-webform-206-node-180-add-form .js-form-item.form-item-nachricht-text-18 {
    margin-bottom: 25px;
}
#webform-submission-webform-206-node-180-add-form .js-form-item::after,
#webform-submission-webform-206-node-180-add-form .js-form-item::before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.ffl-wrapper textarea ~ label {
    top: 15px;
    margin-left: 1px;
}
#edit-captcha-response,
.ffl-wrapper input {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    border: none;
    font-size: 24px;
    padding: 2px 1px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    height: 38px;
    line-height: 24px;
    color: #000;
}
#edit-captcha-response {
    max-width: 200px;
}
.ffl-wrapper textarea {
    background-color: rgba(255, 255, 255, 1);
    border: none;
    width: 100%;
    font-size: 24px;
}
.ffl-wrapper.filled input,
.ffl-wrapper.filled textarea,
.ffl-wrapper input:focus,
.ffl-wrapper textarea:focus {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 1);
}
.ffl-wrapper.filled input:not(:focus) ~ label,
.ffl-wrapper.filled textarea:not(:focus) ~ label,
.ffl-wrapper input:focus ~ label,
.ffl-wrapper textarea:focus ~ label {
    top: -17px;
    font-size: 16px;
    margin-top: 0;
    color: var(--text_color);
}
/*validation*/
input.parsley-error,
textarea.parsley-error {
    border-color: #ec3872 !important;
    background-color: #f5cdce;
    color: #ffffff;
}
input.parsley-error ~ label,
textarea.parsley-error ~ label {
    color: #ffffff !important;
}
ul.parsley-errors-list {
    display: none;
}
#pid-core .collage_wrapper.start {
    margin-top: 50px;
}
.scrollUp .block-scrolltop {
    opacity: 1;
    transition: all 0.5s ease;
}
.scrollDown .block-scrolltop {
    opacity: 0;
    transition: all 0.5s ease;
}
#kern_wrapper {
    color: #ffffff;
}
#kern_wrapper .text a,
#kern_wrapper h2 {
    color: #ffffff;
}
#kern_wrapper image {
    width: 40%;
}
#kern_wrapper .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#kern_wrapper .text a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
    transform: rotate(0deg);
    font-weight: bold;
}
#kern_wrapper img {
    width: 100%;
    height: auto;
}
#info_tabelle .column .column {
    margin-bottom: 20px;
}
div.t_header {
}
#nfl_scale > .flex_block {
    margin-top: 20px;
}
#nfl_scale .column {
    text-align: right;
    padding: 0px;
    margin: 0px;
    position: relative;
}
#nfl_scale .nfl_scale {
    font-size: 0px;
    height: 10px;
    background-color: #3c3732;
}
#nfl_scale .column.left {
    width: 55%;
}
#nfl_scale .column.right {
    width: 45%;
}
#nfl_scale .nfl_scale.right_scale {
    background-color: #70cfd6;
}
#nfl_scale .nfl_scale.left_scale:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px;
    display: inline-block;
    margin-top: -27px;
    margin-right: -6px;
    transform: rotate(90deg);
    font-size: 30px;
    font-weight: bold;
}
.page #main .accordion li {
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
}
.page #main .accordion ul {
    margin-bottom: 20px;
}
.fancybox-caption {
    color: #ffffff !important;
    font-size: 16px !important;
}
#main .field-item.fullwidth {
    max-width: 100% !important;
}
#main .field-item.fullwidth .full > h2,
#main .field-item.fullwidth .full > div {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
#main .field-item.fullwidth.innerfull .full > div {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
.image.to_bg {
    width: 100%;
    height: 100%;
    background-size: cover;
}
#main .field-item.fullwidth .full > div.inset {
    padding-left: 25px;
    padding-right: 25px;
}
#main .field-item.fullwidth .full > div.inset .text_col {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
}
.captcha label {
    display: none !important;
}
.region-header {
    position: relative;
}
.slideshow_content {
    display: none;
}
.slideshow_content_inner_wrapper {
    display: none;
}
.core_headline h2 span {
    display: inline-block;
}
.core_headline h2 span:before {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAzLjE2IiBoZWlnaHQ9IjI2Ljc5MiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPHRpdGxlPmNvcmVfbG9nb19pbmxpbmU8L3RpdGxlPgogPGcgaWQ9ImNvcmVfbG9nb19pbmxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MiAtNSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOm5vbmUiPgogIDxwYXRoIGlkPSJ3b3JkIiBkPSJtOTMuOTI3IDVjNy4zOTg2IDAgMTMuMzk2IDUuOTk3OCAxMy4zOTYgMTMuMzk2IDAgNy4zOTg1LTUuOTk3OCAxMy4zOTYtMTMuMzk2IDEzLjM5Ni03LjM5ODYgMC0xMy4zOTYtNS45OTc4LTEzLjM5Ni0xMy4zOTYgMC03LjM5ODYgNS45OTc4LTEzLjM5NiAxMy4zOTYtMTMuMzk2em0tMjguNTczIDAuMDQyNzU0YzMuODE1OSAwIDcuNDU4MiAxLjYzOTEgOS45OTI4IDQuNDk2OWwwLjI3ODc5IDAuMzE0MDctNC4yMjE0IDQuMjIxNC0wLjMxMTI2LTAuMzg3NjhjLTEuNDA2LTEuNzUxNC0zLjQ5NzgtMi43NTYtNS43Mzg5LTIuNzU2LTQuMDU2OCAwLTcuMzU3MSAzLjMwMDQtNy4zNTcxIDcuMzU3MnMzLjMwMDQgNy4zNTcyIDcuMzU3MSA3LjM1NzJjMi4xODU3IDAgNC4yNDQzLTAuOTYzNTkgNS42NDgxLTIuNjQzN2wwLjMxMjU0LTAuMzc0MTggNC4zMTEgNC4zMTExLTAuMjc4NjYgMC4zMTQwN2MtMi41MzQ4IDIuODU3OC02LjE3NzEgNC40OTctOS45OTI5IDQuNDk3LTcuMzYzMSAwLTEzLjM1NC01Ljk5MDYtMTMuMzU0LTEzLjM1NHM1Ljk5MDQtMTMuMzU0IDEzLjM1NC0xMy4zNTR6bTY0LjYzOSAyLjgxNTNjMS45OTQ0IDEuNjYyIDMuMDI4NSA0LjE3MzQgMy4wMjg1IDYuNzU4NyAwIDMuODQxMS0yLjIxNTkgNy4wNTQzLTYuMTMwOSA3LjcxOTJsNi42ODUgOC4zODM4aC03LjIwMmwtNS43MjQ2LTcuOTc3NnY3Ljk3NzZoLTYuMDIwMXYtMjQuNjM0bDguNDAxNCA4LjA2OWUtNGMyLjQ0NjcgMC4wMDk2OCA1LjAxOTQgMC4xMzU1NiA2Ljk2MjcgMS43NzJ6bTI1LjE2Ni0xLjc3Mjl2NS41NGgtNy42NDUxdjMuODA0MWg3LjE2ODl2NS41NGgtNy4xNjg5djQuMjEwNWg3LjY0NTF2NS41NGgtMTMuNjY1di0yNC42MzR6bS02MS4xODMgMC45NDY0OGMtMy4xODY5IDAtNS4xOTMgNS4wODgxLTUuMTkzIDExLjM2NSAwIDYuMjc2NiAxLjkyOCAxMS4zNjUgNS4xOTMgMTEuMzY1IDYuMjc2NiAwIDExLjA2OS01LjA4ODIgMTEuMDY5LTExLjM2NSAwLTYuMjc2Ny00Ljc5MjUtMTEuMzY1LTExLjA2OS0xMS4zNjV6bTI4Ljk2MyA0LjU5MzVoLTIuMjg5OHY2LjgzMjdoMi4yMTU5YzIuMjUyOCAwIDQuMDk5NS0wLjk5NzIyIDQuMDk5NS0zLjQ3MTcgMC0yLjQ3NDYtMS44MDk4LTMuMzYxLTQuMDI1Ny0zLjM2MXoiIGZpbGw9IiMwNTFjNDAiLz4KIDwvZz4KPC9zdmc+Cg==");
    background-size: cover;
    display: inline-block;
    height: 28px;
    width: 108px;
    margin-right: 20px;
}
#pid-core .footer_social h3 a span {
    font-size: 0px;
}
#pid-core .footer_social h3 a span:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAzLjE2IiBoZWlnaHQ9IjI2Ljc5MiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPHRpdGxlPmNvcmVfbG9nb19pbmxpbmU8L3RpdGxlPgogPGcgaWQ9ImNvcmVfbG9nb19pbmxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MiAtNSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOm5vbmUiPgogIDxwYXRoIGlkPSJ3b3JkIiBkPSJtOTMuOTI3IDVjNy4zOTg2IDAgMTMuMzk2IDUuOTk3OCAxMy4zOTYgMTMuMzk2IDAgNy4zOTg1LTUuOTk3OCAxMy4zOTYtMTMuMzk2IDEzLjM5Ni03LjM5ODYgMC0xMy4zOTYtNS45OTc4LTEzLjM5Ni0xMy4zOTYgMC03LjM5ODYgNS45OTc4LTEzLjM5NiAxMy4zOTYtMTMuMzk2em0tMjguNTczIDAuMDQyNzU0YzMuODE1OSAwIDcuNDU4MiAxLjYzOTEgOS45OTI4IDQuNDk2OWwwLjI3ODc5IDAuMzE0MDctNC4yMjE0IDQuMjIxNC0wLjMxMTI2LTAuMzg3NjhjLTEuNDA2LTEuNzUxNC0zLjQ5NzgtMi43NTYtNS43Mzg5LTIuNzU2LTQuMDU2OCAwLTcuMzU3MSAzLjMwMDQtNy4zNTcxIDcuMzU3MnMzLjMwMDQgNy4zNTcyIDcuMzU3MSA3LjM1NzJjMi4xODU3IDAgNC4yNDQzLTAuOTYzNTkgNS42NDgxLTIuNjQzN2wwLjMxMjU0LTAuMzc0MTggNC4zMTEgNC4zMTExLTAuMjc4NjYgMC4zMTQwN2MtMi41MzQ4IDIuODU3OC02LjE3NzEgNC40OTctOS45OTI5IDQuNDk3LTcuMzYzMSAwLTEzLjM1NC01Ljk5MDYtMTMuMzU0LTEzLjM1NHM1Ljk5MDQtMTMuMzU0IDEzLjM1NC0xMy4zNTR6bTY0LjYzOSAyLjgxNTNjMS45OTQ0IDEuNjYyIDMuMDI4NSA0LjE3MzQgMy4wMjg1IDYuNzU4NyAwIDMuODQxMS0yLjIxNTkgNy4wNTQzLTYuMTMwOSA3LjcxOTJsNi42ODUgOC4zODM4aC03LjIwMmwtNS43MjQ2LTcuOTc3NnY3Ljk3NzZoLTYuMDIwMXYtMjQuNjM0bDguNDAxNCA4LjA2OWUtNGMyLjQ0NjcgMC4wMDk2OCA1LjAxOTQgMC4xMzU1NiA2Ljk2MjcgMS43NzJ6bTI1LjE2Ni0xLjc3Mjl2NS41NGgtNy42NDUxdjMuODA0MWg3LjE2ODl2NS41NGgtNy4xNjg5djQuMjEwNWg3LjY0NTF2NS41NGgtMTMuNjY1di0yNC42MzR6bS02MS4xODMgMC45NDY0OGMtMy4xODY5IDAtNS4xOTMgNS4wODgxLTUuMTkzIDExLjM2NSAwIDYuMjc2NiAxLjkyOCAxMS4zNjUgNS4xOTMgMTEuMzY1IDYuMjc2NiAwIDExLjA2OS01LjA4ODIgMTEuMDY5LTExLjM2NSAwLTYuMjc2Ny00Ljc5MjUtMTEuMzY1LTExLjA2OS0xMS4zNjV6bTI4Ljk2MyA0LjU5MzVoLTIuMjg5OHY2LjgzMjdoMi4yMTU5YzIuMjUyOCAwIDQuMDk5NS0wLjk5NzIyIDQuMDk5NS0zLjQ3MTcgMC0yLjQ3NDYtMS44MDk4LTMuMzYxLTQuMDI1Ny0zLjM2MXoiIGZpbGw9IiNmZmZmZmYiLz4KIDwvZz4KPC9zdmc+Cg==");
    background-size: cover;
    display: inline-block;
    height: 18px;
    width: 70px;
    margin-left: 5px;
}
#pid-core .footer_social h3 a span:after {
    content: ":";
    display: inline-block;
    font-size: 30px;
    margin-left: 3px;
}
.collage_wrapper.start .flex_block.right a:first-child img {
    margin-top: -50px;
}
.collage_wrapper.core .flex_block.left a:first-child img {
    margin-top: -110px;
}
.collage_wrapper.core .flex_block.right a:last-child img {
    margin-top: -110px;
}
.collage_wrapper.start .flex_block.left a:first-child img {
    margin-top: -4px;
}
.collage_wrapper.start .flex_block.left a:last-child img {
    margin-top: -110px;
}
#front_overlay_content {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}
#front_overlay_inner {
    margin-top: 15%;
    margin-bottom: 30px;
    justify-content: space-around;
    font-size: 25px;
    text-align: center;
}
#front_overlay_content h1 {
    font-size: 40px;
    color: #ffffff;
    margin-top: 35px;
    margin-bottom: 30px;
}
#front_overlay_content img {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#front_overlay_content .text {
    margin-top: 5px;
}
#front_overlay_content .ov_button a {
    display: inline-block;
    background-color: #ff8ba2;
    color: #ffffff;
    width: auto;
    padding: 5px 30px;
    border-radius: 5px;
}
#pid-core .fancybox-content {
    background: transparent;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.5 !important;
}
a.nf_button.long.hellblau {
    background-color: #ff8ba2;
}
#projektpartner {
}
#projektpartner h2 {
    border-bottom: 5px solid var(--headline_color);
    margin-bottom: 50px;
}
#projektpartner .flex_block {
    justify-content: space-around;
    align-items: center;
}
#projektpartner img {
    width: 200px;
}
#main .field-item h2 {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
}
.flex_block.two > div {
    width: 45%;
}
.flex_block.two > div a.zeichnung {
    margin-bottom: 15px;
}
#iundi .steps_wrapper {
    margin-bottom: 50px;
}
#iundi .flex_block.two {
    margin: 40px 0px;
}
#iundi .flex_block.checks > div:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: var(--headline_color);
    font-size: 28px;
    transform: scale(0.7, 1.5);
    font-weight: bold;
}
#iundi ul {
    column-count: 2;
    margin: 1em 0 1em 0;
}
#iundi .center {
    margin: 0 auto;
    width: fit-content;
}
.steps_text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.steps_text > div:first-child {
    text-align: center;
    width: 100%;
}
.steps_text > div span {
    padding: 0 5px;
}
#vag_hinweis {
    color: #ffffff;
}
#vag_hinweis h4 {
    margin-top: 20px;
}
.ee_content_block {
    padding: 50px 0px;
    position: relative;
}
#projektdetails .flex_block > div {
    width: 50%;
}
#projektdetails .flex_block > div.image.to_bg {
    padding: 50px 50px;
}
#projektdetails .flex_block > div.image.to_bg .project_table {
    padding: 50px 50px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px;
}
#projektdetails .flex_block > div.image.to_bg .project_table h2 {
    margin-bottom: 40px !important;
}
.field-item.projektdetails {
    height: 100%;
}
#gmap_canvas {
    width: 100%;
    height: 100%;
}
#faq_wrapper .closed {
    display: none;
}
.faq-block-3 .view-content {
    display: none;
}
#faq_navi {
    display: flex;
    margin-bottom: 50px;
}
#faq_navi a {
    display: flex;
    font-size: 22px;
    color: #000000;
    border-bottom: 4px solid #7f7f7f;
    line-height: 58px;
    margin-right: 50px;
}
#faq_navi a.active,
#faq_navi a:hover {
    border-bottom: 4px solid var(--headline_color);
}
.accordion h3.ui-accordion-header {
    font-size: 18px;
    font-weight: normal;
    background: none;
    background-color: #fff;
    padding: 17px 30px 17px 31px;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    color: #000000;
}
.ui-accordion .ui-accordion-content:last-of-type,
.accordion h3:last-of-type {
    border-bottom: none;
}
.ui-accordion .ui-accordion-content {
    padding: 0px 30px 20px 0px;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
    height: auto !important;
    border: none;
    border-radius: 0;
    margin-left: 0px;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 50px;
}
.button.orange.toggle_faqs {
    max-width: 300px;
    margin-left: 0px;
    margin-top: 20px;
}
#eueco-logo {
    display: flex;
    align-items: center;
}
.login_out_block a .fa {
    font-size: 60px;
}
#anmelden_toggle::after,
#abmelden_toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f09c";
    color: #e6f2d4;
    width: 26px;
    height: 26px;
    background-color: gray;
    border: 0.5px solid #e6f2d4;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: -15px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}
.login_out_block a#anmelden_toggle::after {
    content: "\f023";
}
#anmelden_toggle:hover::after,
#abmelden_toggle:hover::after {
    background-color: var(--text_color_dark);
}
.region-login {
    margin-left: 25px;
}
#menu_toggle {
    position: fixed;
    top: 20px;
    left: auto;
    right: 20px;
    bottom: auto;
    z-index: 998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 88px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}
.menu-button-line {
    width: 20px;
    height: 2px;
    margin-top: 7px;
    margin-bottom: 2px;
    background-color: #535353;
}
.menu-button-line.top-line {
    width: 35px;
    height: 3px;
    transition: transform 0.2s;
}
.menu-button-line.middle-line {
    width: 35px;
    height: 3px;
    margin-top: 7px;
    margin-bottom: 3px;
}
.menu-button-line.bottom-line {
    width: 35px;
    height: 3px;
    transition: transform 0.2s;
}
.nav_toggle.open .menu-button-line.top-line {
    transform: translate3d(0px, 6px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(45deg) skew(0deg) !important;
    transition: transform 0.2s;
}
.nav_toggle.open .menu-button-line.middle-line {
    width: 0px !important;
    height: 3px !important;
    opacity: 0 !important;
}
.nav_toggle.open .menu-button-line.bottom-line {
    transform: translate3d(0px, -13px, 0px) scale3d(1, 1, 1) rotateX(0deg)
        rotateY(0deg) rotateZ(-45deg) skew(0deg) !important;
    transition: transform 0.2s;
}
.mm-menu.mm-theme-black {
    background: none;
    background-color: #ffffff;
}
.footnotes {
    margin-top: 0px;
    font-size: 16px;
    position: relative;
}
.footnotes .onestar {
    margin-bottom: 10px;
}
.footnotes .footnote {
    padding-left: 10px;
}
.footnotes .footnote:before {
    margin-left: -20px;
    position: absolute;
}
.footnotes .onestar:before {
    content: "\00a0 \00a0 *";
}
#registrieren a.anmelden_toggle {
    color: var(--button_color);
    text-decoration: none;
    position: relative;
}
#registrieren a.anmelden_toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f090";
    margin-left: 5px;
    line-height: 30px;
    font-weight: bold;
}
#registrieren a.anmelden_toggle:hover {
    color: var(--button_color);
    text-decoration: underline;
}

#page, #preface, #preface_top, #preface_top .region-preface-top {
  width: 100%;
  max-width: 100%;
}

header .header-inner .region.region-header {
  display: none;
}

.content .field-item {
  padding: 50px 0;
}
header .content .field-item {
    padding: 0;
}

#block-headerbilder .field-item {
  padding: 0;
}

h2 {
  font-weight: bold;
}

#primary_menu_wrapper {
  display: flex;
  justify-content: space-between;
}

#main,
#main-inner {
  width: 100%;
  max-width: 100%;
}

#main-inner .field-item,
#user-login-form,
#ee_portfolio_main,
#block-eueco-site-page-title,
#ee_reporting_block,
#ee_payments_filter,
#ee_payments_overview_block,
#ee_projectportfolio_block,
#ee_projectsubscription_block,
#ee_subscription_overview_block,
#ee-messenger-mail-services-table_wrapper,
#contract-uploader,
#contract-uploader-next,
#ee_doku_table_wrapper,
#ee_sepa,
#ee_tax_reporting,
#ee_services,
#ee_customer_fast_block,
#ee_messenger_config_block,
#ee_messenger_mail_services_block,
#ee_contract_manager_data_block,
#ee_paymentsinfo_block,
.inner-node.row.submit-left {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

#ee_tax_reporting fieldset {
  height: unset !important;
}

#block-eueco-site-page-title h1 {
  margin: 50px 0;
}

#ee_customer_fast_block button,
#ee_customer_fast_block input,
#ee_customer_fast_block optgroup,
#ee_customer_fast_block select,
#ee_customer_fast_block textarea,
#ee_contract_manager_data_block button,
#ee_contract_manager_data_block input,
#ee_contract_manager_data_block optgroup,
#ee_contract_manager_data_block select,
#ee_contract_manager_data_block textarea {
  font-size: 14px;
}

#ee-contract-manager-right input {
  height: unset !important;
}

#ee_customer_fast_block .field-label,
#ee_contract_manager_data_block .field-label {
  display: flex;
  width: unset !important;
  font-size: 18px;
}

#ee_customer_fast_block .outer-wrapper {
  clear: both;
}

#ee_reporting_block {
  float: unset !important;
}

#reporting_right .js-form-item {
  display: flex;
  justify-content: space-between;
}

#block-eueco-site-local-tasks {
  margin-top: 50px;
}

#block-eueco-site-local-tasks li {
  margin: 0 !important;
}

#block-eueco-site-local-tasks li:before {
  display: none !important;
}

#footer_bottom .region-footer-bottom {
  display: flex;
}

#block-footeranbieter .field-item {
  padding: 0;
}

#block-footermenu .menu {
  display: flex;
}

#block-footermenu .menu li {
  margin-left: 25px;
}

h1 {
  font-weight: bold;
}

#edit-user-1--description {
  clear: both;
  text-align: left !important;
}

#pid-user-password #content .region-content {
  margin-top: 0 !important;
}

#pid-user-password #content .region-content div[data-drupal-selector="edit-captcha"] h1.title {
  display: none;
}

#pid-user-password #content .region-content #edit-actions h1.title {
  display: none;
}

#pid-user-password #content .region-content #edit-actions input {
  margin: 0 !important;
}

#pid-user-password #content .region-content form label {
  font-size: 16px;
}

#ee_customer_data_block .page_title_wrapper {
  display: none;
}

#ee_customer_data_block .page_title_wrapper:first-child {
  display: block;
}

#ee_customer_data_block {
  max-width: 1170px;
  margin: 0 auto;
}

#group-mail-wrapper {
  width: unset !important;
}

#ee_customer_data_block .fieldset-wrapper .description {
  position: static;
}

#ee_customer_data_block .button_wrapper {
  margin-top: 30px;
}

#ee_customer_data_block .form-submit {
  float: none;
}

#ee_customer_data_block .password-confirm-message {
  clear: left;
}

#ee_customer_data_block #group-account-area-wrapper details {
  width: 100%;
}

#ee-button-area div {
  display: none;
}

#ee-button-area div:first-child {
  display: block;
}

#ee_customer_data_block .form-text {
  height: unset !important;
}

#top_menu_wrapper .navigation-container {
  display: flex;
  align-items: center;
}

.block-superfish {
  width: unset !important;
}

ul.sf-menu a {
  padding: 0;
}

#primary_menu_wrapper ul li ul li a {
  font-size: 18px;
}

#block-verwaltungsmenu .menuparent {
  color: var(--button_color);
}

ul.sf-menu .sf-sub-indicator:after {
  display: none;
}

#webform-submission-webform-206-node-180-add-form label[for="edit-uberschrift"] {
  display: none;
}

#webform-submission-webform-206-node-180-add-form #edit-fieldset-nachricht .fieldset-wrapper {
  display: block;
  width: 100%;
}

#webform-submission-webform-206-node-180-add-form #edit-fieldset-nachricht .fieldset-wrapper .js-form-item {
  width: 100%;
}
.form-type-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
