/* Font Faces */
@font-face {
    font-family: UnitWeb;
    src: url("fonts/UnitWeb-Light.woff") format("woff");
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: UnitWeb;
    src: url("fonts/UnitWeb.woff") format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: UnitWeb;
    src: url("fonts/UnitWeb-Medium.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: UnitWeb;
    src: url("fonts/UnitWeb-Bold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), 
    url("fonts/glyphicons-halflings-regular.woff") format("woff");
    font-display: swap; 
}
/* Variables */
:root {
    /* Colors */
    --primary: #027a90;
    --primary-light: #31b7bc;
    --primary-dark: #00354e;
    --secondary: #fbbb21;
    --text-color: var(--primary-dark);
    --white: #fff;
    --black: #000;

    /* Font */
    --fs-text: 18px;
    --lh-text: 1.42857;
    --fs-text-small: 16px;

    /* etc */
    --header-height: 151px;
}
/* Typografie */
h1,
.h1 {
    font-size: 46px;
}
.width-content h1 {
    font-size: 44px;
    padding: 27px 0;
}
h2,
.h2 {
    font-size: 36px;
}
h3,
.h3 {
    font-size: 24px;
}
h1, .h1, 
h2, .h2, 
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
.h4 {
    font-size: 20px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-hyphens: none;
    hyphens: none;
    margin-top: 0;
    line-height: 1.1;
    color: var(--primary);
    font-weight: 500;
}
.menu.sf-menu li,
b,
optgroup,
strong {
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page .ui-widget {
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* General Styles */
*,
*::before,
*::after {
    box-sizing: inherit;
}
html,
body {
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: var(--fs-text);
    line-height: var(--lh-text);
    color: var(--text-color);
    background-color: var(--white);
    -webkit-text-size-adjust: 100%;
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
}
body p {
    line-height: var(--lh-text);
}
input[type="button"],
input[type="submit"],
.button,
.btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    color: var(--primary-dark);
    border-radius: 50px;
    padding: 7px 28px;
    font-weight: 400;
    line-height: var(--lh-text);
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    outline: 0;
    margin: 0;
    transition: .2s ease-in-out;
    background-image: none;
    white-space: normal;
    line-height: 1.42857;
    user-select: none;
    text-decoration: none;
}
.button.white {
    color:  var(--primary);
    background-color: var(--white);
    border-color: var(--white);
    padding: 4px 26px;
}
.btn-green2 {
    color:  var(--primary);
    background-color: transparent !important;
    border: 1px solid var(--primary) !important;
    box-shadow: none;
}
.btn-green2:hover {
    color: #84ab1b;
    border-color: #84ab1b !important;
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
    scale: 1.02;
    color: var(--primary-dark);
    background-color: var(--secondary);
}
.button.white:hover,
.button.white:focus {
    color:  var(--primary);
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.toolbar button.toolbar-icon {
    background: transparent;
}
.modal_login .item-list {
    display: none;
}
.modal_login input.button {
    border: 2px solid var(--primary);
    border-radius: 5px;
}
.modul_login input.button:focus,
.modal_login input.button:hover {
    background: var(--white);
}
.modal_login .button {
    width: 100%;
    margin: 0;
    box-sizing: border-box !important;
}
#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;
}
.system_messages_wrapper {
    max-width: 80vw;
    max-height: 50vh;
    overflow: scroll;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    margin-bottom: 0;
    background-color: var(--primary) !important;
    box-shadow: none;
    color: var(--text_color) !important;
    border-radius: 0;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.system_messages_wrapper::-webkit-scrollbar {
    display: none;
}
.system_messages_wrapper .messages {
    display: block;
    clear: both;
    margin-bottom: 0;
    border: none !important;
    background-color: var(--white) !important;
    box-shadow: none;
    color: var(--text_color) !important;
    border-radius: 0;
}
.messages__wrapper.layout-container {
    padding: 0;
}
.system_messages_wrapper .closer {
    float: right;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    margin-right: 0;
    color: var(--black);
}
.ui-dialog-titlebar {
    background-color: var(--primary) !important;
}

/* Header */
#page > header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 2;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header.scrolled {
    
}
.toolbar-fixed.toolbar-tray-open #page > header {
    top: 29px;
}
.toolbar-fixed #page > header {
    top: 39px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #page > header {
    top: 79px;
}
header p {
    margin: 0;
}
.login_out_block svg {
    fill: currentColor;
    width: 16px;
    height: 16px;
}
#header_top_wrapper {
    height: 46px;
    width: 100%;
    background: var(--primary-dark);
    transition-property: padding, margin, width, height, transform;
    transition-duration: .5s;
    transition-timing-function: ease;
    -ms-transition: none !important;
}
.scrolled #header_top_wrapper {
    height: 0;
    transform: translateY(-46px);
}
#header_top_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
}
.header_top_kontakt {
    margin-left: 40px;
    position: relative;
}
.header_top_kontakt:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: white;
    transform: translateY(-50%);
}
#header_top_inner .content a {
    display: block;
    color: var(--white);
    font-size: var(--fs-text-small);
    padding: 12px 16px 11px 8px;
}
#header_top_inner .content a:hover {
    text-decoration: underline;
}
#header_top_inner .content a {
    text-underline-offset: 4px;
}
.header-bar_logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}
header .site-logo,
header .eueco-logo { 
    transition-property: padding, margin, width, height, transform;
    transition-duration: 500ms;
    transition-timing-function: ease;
    -ms-transition: none !important;
}
header .site-logo {
    display: flex;
    align-items: center;
    width: 155px;
    height: 52px;
}
header .eueco-logo {
    position: relative;
    padding-left: 1rem;
    align-items: center;
    display: flex;
    width: 130px;
    height: 52px;
}
header .eueco-logo:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 50px;
    background-color: lightgray;
    transform: translateY(-50%);
}

/* Header Image */
.headerbild_wrapper {
    position: relative;
}
.headerimage .headerimage_content_inner_wrapper {
    max-height: 750px;
    overflow: hidden;
}
#preface {
    position: relative;
}
/*#preface:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, var(--white));
    overflow: hidden;
    width: 100%;
    height: 50%;
}*/

/* Header Text */
.headertext {
    position: absolute;
    top: 0;
    width: 100%;
}
.headertext .hs-overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, var(--white));
    overflow: hidden;
    width: 100%;
    height: 50%;
}
.headertext .headerimage_content_inner_wrapper {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.headertext .headerimage_content_inner {
    position: absolute;
    background-color: white;
    border-bottom: 1px solid #dddddd;
    padding: 20px 30px 30px 30px;
    margin: 0 15px 20px;
    width: calc(100% - 30px);
    max-width: 400px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 40px;
    border-radius: 30px;
}
/*.headertext .headerimage_content_inner:before {
    content: " ";
    position: absolute;
    top: -40px;
    right: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: var(--white) transparent transparent transparent;
    top: auto;
    bottom: -40px;
}*/
.headertext h3 {
    font-size: 40px;
    color:  var(--primary);
}
.headertext p {
    color: #8d8d8d;
    font-size: 18px;
    margin-bottom: 20px;
}
.headertext .hs-btn {
    padding: 7px 18px;
    color:  var(--primary);
    background-color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
    border-radius: 20px;
    user-select: none;
    border: 1px solid  var(--primary);
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.headertext .hs-btn a {
    color:  var(--primary);
    border: none;
    text-decoration: none;
}

/* Primary Menu */
.header-nav {
    background: var(--white);
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 105px;
}
.scrolled .header-nav {
    height: 80px;
}
#primary_menu_wrapper {
    display: flex;
    gap: 2rem;
    align-items: center;
}
#primary_menu_wrapper .site-logo {
    display: none;
}
.scrolled #header_top_inner .header-nav #primary_menu_wrapper .site-logo {
    display: block;
}
#primary-menu {
    height: 100%;
    display: flex;
}
#primary-menu .block .content .menu {
    height: 100%;
    padding: 0 20px;
}
#primary-menu ul li a {
    align-items: center;
    display: flex;
    font-size: 22px;
    color: var(--primary);
    height: 100%;
    padding: 12px 16px 12px 8px;
}
#primary-menu ul ul {
    margin-left: 8px;
    top: 100%;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #f2f2f2;
    box-shadow: none;
}
#primary-menu ul ul li a {
    background-color: #f7f7f7;
    padding: 8px;
    line-height: var(--lh-text);
    font-size: 16px;
}
#primary-menu ul ul li a:hover {
    background-color: var(--white);
}

/* Mobile Menu */
#mm_navibutton_wrapper {
    display: none;
}
#mm_navibutton {
    display: flex;
    flex-direction: column;
    color: #b5b5b5;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.btn-menu .burger-wrap {
    position: relative;
    height: 21px;
    width: 27px;
    flex-direction: column;
    margin-top: 3px;
    margin-bottom: 8px;
}
.btn-menu span.line {
    display: block;
    position: absolute;
    left: 0;
    width: 27px;
    height: 3px;
    border-radius: 3px;
    background-color: #b5b5b5;
    transition: opacity 300ms ease, transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.btn-menu span.line.first {
    top: 0;
}
.btn-menu span.line.second {
    top: 9px;
}
.mm_navibutton.activ span.line.second {
    transform: rotate(45deg);
}
.btn-menu span.line.third {
    top: 18px;
}
.btn-menu span.line.fourth {
    top: 9px;
}
.mm_navibutton.activ span.line.fourth {
    transform: rotate(-45deg);
}
.mm_navibutton.activ span.line.first,
.mm_navibutton.activ span.line.third {
    opacity: 0;
}
#mm_navibutton_wrapper a:hover span.line,
#mm_navibutton_wrapper a:focus span.line,
#mm_navibutton_wrapper a:active span.line {
    background-color: #7c7c7c;
}
.login-logout-mobile span.desc,
#mm_navibutton_wrapper span.desc {
    height: 19px;
    overflow: hidden;
    transition: transform 200ms ease, height 200ms ease;
}
.scrolled .login-logout-mobile span.desc,
.scrolled #mm_navibutton_wrapper span.desc {
    transform: scale(0);
    height: 0;
}
.login-logout-mobile {
    display: none;
    padding: 10px;
}
.login-logout-mobile .anmelden_toggle,
.login-logout-mobile .abmelden_toggle {
    color: #b5b5b5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-logout-mobile svg {
    fill: currentColor;
    margin-bottom: 8px;
    width: 24px;
    height: 24px;
}
nav#menu {
    display: none;
    position: absolute;
    background-color: #efefef;
    width: 100%;
}
#menu .content > ul.menu {
    padding: 0 20px;
    list-style-type: none;
}
#menu .content > ul.menu li {
    list-style: none;
}
#menu .content > ul.menu > li {
    border-bottom: 1px solid #c6c6c6;
}
#menu .content > ul.menu > li > a {
    display: block;
    padding: 12px 16px 12px 8px;
}
#menu .content > ul.menu ul.menu {
    background-color: #f7f7f7;
    margin-left: 8px;
}
#menu .content > ul.menu ul.menu li a {
    display: block;
    padding: 8px !important;
}
#menu a {
    font-size: 16px;
    color: #848484 !important;
}

/* Div Table */
.divTable {
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
}
.divTableCell,
.divTableHead {
    display: table-cell;
    padding-top: 1rem;
    padding-right: 0.5rem;
}
.divTableHeading {
    background-color: #eee;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #eee;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

/* Allgemeine Styles */
#main-wrapper .width-content {
    padding: 0 15px;
    margin-bottom: 48px;
}
#preface ~ #main-wrapper {
    /* margin-top: -100px; */
}
#preface ~ #main-wrapper .width-content {
    background-color: var(--white);
    position: relative;
}
img.herz {
    width: 160px;
    margin-top: 10px;
    align-self: flex-start;
}
.front .node__content {
    margin-top: 0;
}
a {
    color: var(--text-color);
}
a:hover,
a:focus {
    color: var(--primary);
}
.bg-primary {
    background: var(--primary);
    color: var(--white);
}
.bg-white {
    background: var(--white);
}
.green {
    color: var(--primary);
}
.anker {
    font-size: 0;
    height: 0;
    position: relative;
    top: -120px;
}
.part-text {
    padding: 30px;
}
.align-center {
    text-align: center;
}
.font-medium {
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.flex_block.two {
    flex-direction: column;
}
.flex_block.two > *,
.flex_block.two > div {
    width: 100%;
}
.flex_block.two img {
    object-fit: cover;
}

/* Highlight / Aktuelle Projekte */
.hm-headline {
    margin-bottom: 20px;
}
.highlight-module {
    max-width: 100%;
    padding: 0 15px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-left: auto;
    margin-right: auto;
}
.highlight-module .hm-img-wrapper {
    margin: 0 -15px 30px;
    position: relative;
}
.hm-img {
    width: 100%;
}
.hm-img-wrapper .hinweis {
    position: absolute;
    bottom: 0;
    color: var(--white);
    padding: 25px;
    font-size: 16px;
}
.hm-img-wrapper .hinweis h4 {
    color: var(--white);
}
.hm-content .button {
    width: 100%;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 10px;
}

/* Product Teaser / So einfach geht‘s */
.product-teaser2 h2 {
    /* font-family: UnitWeb-Light,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    display: inline-block;
}
.product-teaser2 .pt2-teaser {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0
}
.product-teaser2 .pt2-content {
    overflow: hidden;
}
.product-teaser2 .pt2-content picture {
    text-align: center;
    width: 100%;
    display: block;
}
.product-teaser2 .pt2-img {
    margin-bottom: 20px;
    transition: transform 1.5s ease-in-out;
    height: 200px;
}
.product-teaser2 .pt2-teaser.zoom:hover .pt2-img {
    transform: scale(1.1);
}
.product-teaser2 .pt2-text {
    margin-bottom: 10px;
}
.product-teaser2 h3 {
    color:  var(--primary);
}

/* Slider */
.sliderteaser.slick-initialized .slick-center {
    z-index: 1;
}
.sliderteaser.slick-initialized .st-item {
    opacity: .5
}
.sliderteaser.slick-initialized .slick-center .st-item{
    opacity: 1;
    transform: scale(1.15);
    background-color: var(--white);
}
.sliderteaser .st-item {
    background-color: var(--white);
    margin: 12px 5px 24px 5px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    display: flex;
    flex-direction: column
}
.sliderteaser .st-title {
    text-align: center
}
.sliderteaser .st-content {
    padding: 12px;
    flex-grow: 1
}
.sliderteaser .slick-track {
    display: flex;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 32px
}
.sliderteaser .slick-slide {
    height: inherit
}
.sliderteaser .st-img {
    display: flex;
    justify-content: center
}
.sliderteaser .slick-dots {
    margin-top: 1rem;
    margin-bottom: 2rem
}
.sliderteaser .slick-dots li button:before {
    color:  var(--primary);
    background-color:  var(--primary);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    font-size: 0;
}
.sliderteaser .carousel-control {
    z-index: 1
}
.sliderteaser .carousel-control.left {
    background-image: none
}
.sliderteaser .carousel-control.right {
    background-image: none
}
.sliderteaser p {
    font-size: 16px;
    margin-bottom: 2em;
}
.sliderteaser h3 {
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sliderteaser .st-footer {
    padding: 0 12px 12px 12px;
    text-align: center;
    margin-bottom: 4px
}

/* Webform */
.webform-submission-form {
    padding: 15px;
}
.webform-submission-form .form-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 5px;
}
.webform-submission-form .form-type-textarea,
.webform-submission-form .form-type-processed-text,
.webform-submission-form .form-type-webform-markup {
    flex-direction: column !important;
}
.webform-submission-form label {
    font-size: 1rem;
    font-weight: normal;
}
.webform-submission-form input.form-text,
.webform-submission-form input.form-tel,
.webform-submission-form input.form-email,
.webform-submission-form input.form-url,
.webform-submission-form input.form-search,
.webform-submission-form input.form-file,
.webform-submission-form input.form-number,
.webform-submission-form input.form-color,
.webform-submission-form select.form-select,
.webform-submission-form textarea.form-textarea {
    border: 0;
    border-radius: 0;
    box-sizing: border-box !important;
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    min-height: 30px;
    padding: 0 15px 0 15px;
    width: 100%;
    max-width: 100%;
    color: #615d5e;
    border: 1px solid #c0ccda;
    border-radius: 3px;
}

/* FAQ */
.flex_block.faq {
    gap: 30px;
    flex-wrap: wrap;
}
.flex_block.faq > div {
    width: 100%;
}
#block-faqtitle .content {
    text-align: center;
}
.block-ee-faq {
    margin: 2em 0;
}
.block-ee-faq .faq_headline {
    font-size: 24px;
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    position: relative;
}
.block-ee-faq .faq_headline::after {
    font-family: 'Glyphicons Halflings';
    border-radius: 25px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: var(--secondary);
    color: var(--primary);
    border: 1px solid var(--white);
    font-size: 18px;
    content: "\e259";
    transition: transform .3s ease;
    transform-origin: 50% 50%;
    position: absolute;
    top: -5px;
    right: 9px;
    transform: rotate(0deg);
    padding: 0 9px;
}
.faq_block > .accordion {
    display: none;
}
.block-ee-faq .ui-accordion-header:hover {
    color: var(--primary);
    background-color: #f2f4f6;
}
.block-ee-faq .ui-accordion-content {
    border: none;
    color: var(--text-color);
    border-radius: 0;
    padding: 15px;
    padding-left: 55px;
}
.block-ee-faq .ui-accordion-header-icon {
    position: relative !important;
    left: unset !important;
    top: 1px !important;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex-shrink: 0;
    border-radius: 25px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: var(--secondary);
    color: var(--primary);
    border: 1px solid var(--white);
    margin: 0 !important;
    background-image: none;
    text-indent: 0;
}
.block-ee-faq .ui-accordion-header-icon::before {
    content: "\e259";
    transition: transform .3s ease;
    transform-origin: 50% 50%;
    position: absolute;
    left: 9px;
    transform: rotate(0deg);
}
.block-ee-faq .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon {
    /*background-color: var(--white);
    color:  var(--primary);
    border: 1px solid  var(--primary);*/
}
.block-ee-faq .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon::before {
    border-color: var(--primary);
    transform: rotate(-180deg);
}
.block-ee-faq .ui-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    color: var(--primary);
    font-weight: 500;
    font-size: 1rem;
    padding:20px 10px;
    line-height: 30px;
    border-radius: 0;
    background: var(--white);
    border: none;
    font-family: UnitWeb, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 18px;
    border-bottom: 2px solid var(--primary);
}
.block-ee-faq .ui-accordion-header.ui-accordion-header-active {
    border: none !important;
}
/*.block-ee-faq .ui-accordion-header:after {
    position: absolute;
    content: '';
    border: none;
    border-bottom: 1px solid  var(--primary);
    width: calc(100% - 36px);
    transform: translateX(50%);
    bottom: 5px;
    right: calc(50% + -22px);
}*/

/* Datenschutz */
.divtable {
    display: table;
    width: 100%;
}
.divrow {
    display: table-row;
}
.divrow > div {
    display: table-cell;
    padding: 0.5rem 0;
}
.divrow:first-child > div {
    border-top: none;
}
.divtable .divrow > div:first-child {
    width: 38%;
}
.divtable .divrow > div:last-child {
    text-align: right;
    width: 60%;
}
.divtable .divrow:last-child > div {
    border-bottom: none;
}
.datenschutz .divrow > div {
    display: table-cell;
    border-bottom: 1px solid var(--primary);
    padding: 10px;
}
.datenschutz .divrow > div:nth-child(3) {
    width: 150px;
}
.datenschutz .divrow > div:first-child {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--primary);
}
.datenschutz .divrow > div:first-child {
    font-weight: 600;
    font-size: inherit;
    color: var(--primary);
    width: auto;
}
.datenschutz .divrow.th {
    font-weight: 600;
    color: var(--primary);
}
.datenschutz .divrow > div:last-child {
    text-align: left;
    width: auto;
}
.datenschutz .divrow {
    width: 100%;
    float: none;
    display: table-row;
    padding-right: 5%;
    border-left: none;
    margin-bottom: 2rem;
    padding-left: 1rem;
    border-bottom: 1px solid var(--primary);
}
.datenschutz.divtable .divrow:last-child > div {
    border-bottom: 1px solid var(--primary) !important;
}

/* Footer */
footer {
    background: url(/sites/buergerbeteiligung.naturenergie.de/public/footer-welle.svg) no-repeat bottom center;
    position: relative;
    background-size: 1440px 440px;
    margin-top: 3em;
}
#footer {
    padding: 0 15px;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.vermittler_hinweis {
    padding-right: 160px;
}
.vermittler_hinweis {
    margin-bottom: 30px;
}
.clima-signet {
    position: absolute;
    width: 130px;
    right: 0;
    bottom: -90px;
}
#footer_middle,
#footer_bottom {
    color: var(--white);
}
#footer_bottom p {
    margin: 0;
}
footer ul.menu {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
footer ul.menu a.is-active,
footer ul.menu a {
    color: var(--white);
}
footer .block-menu {
    width: 100%;
}
.region-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.footer-adress {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: var(--white);
}
.footer-adress h4 {
    color: var(--white);
    margin-bottom: 10px;
}
.footer-adress p {
    margin-top: 0;
    color: var(--white);
    margin-bottom: 10px;
}
