#page h1{
    font-weight: 700;
}
/* mobile menu */
.region.region-header{
    justify-content: flex-start;
}
#ee_burger_menu{
    flex-grow: 1;
    text-align: right;
    margin-left: 10px;
}
#ee_burger_menu a {
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
#ee_burger_menu a:before {
    content: 'Menü';
    text-decoration: none;
    font-size: .9rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 7px;
}
.mm-spn.mm-spn--navbar:after{
    content: unset;
}
/* DESIGN extras */
.layout_section h2.section-title{
    margin-bottom: 2em;
}
.layout_section.subline.primary{
    border-bottom: 15px solid var(--secondary);
}
.layout_section.topline.primary{
    border-top: 15px solid var(--secondary);
}
#referenzprojekte.layout_section .layout--twocol-section--50-50 .layout__region,
#projekte.layout_section .layout--twocol-section--50-50 .layout__region,
.layout_section .layout--twocol-section--50-50 .layout__region img{
    box-shadow: var(--box-shadow);
}
#referenzprojekte.layout_section .layout--twocol-section--50-50 .layout__region img ,
#projekte.layout_section .layout--twocol-section--50-50 .layout__region img {
    box-shadow: none;
}
#projekte.layout_section .layout--twocol-section--50-50 .layout__region .text-content,
#referenzprojekte.layout_section .layout--twocol-section--50-50 .layout__region .text-content,
#projekte.layout_section .layout--twocol-section--50-50 .layout__region .field--name-field-ee-card-link,
#referenzprojekte.layout_section .layout--twocol-section--50-50 .layout__region .field--name-field-ee-card-link {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
p.ee_hinweis{
    border-color: var(--text_color);
    color: var(--text_color);
}

/* CARD */
#projectintro .block__content.headline_bottom {
    box-shadow: var(--box-shadow);
    margin: 0 auto;
    align-items: center;
    padding-bottom: 20px;
}
#projectintro .text-content {
    padding: 0 10px;
}
.layout_section .ee_block_wrapper.none .field--name-field-ee-card-link a{
    max-width: fit-content;
    padding: 0 1.2em;
}
.layout_section .block-inline-blockee-card .headline_bottom h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: lightgray;
    margin-top: 5px;
}

/* SO GEHT`s */
#so_gehts .steps .ee_step_icon div{
    color: var(--primary);
}

/* FAQ */
.style_standard .faq_cat_switch{
    background-color: var(--primary);
    border: 1px solid white;
}
.primary .style_standard .faq_cat_switch.active{
    border: 1px solid var(--secondary);
}
/* FOOTER */
footer,
.region--footer-bottom{
    background-color: var(--primary);
}
#block-ee-theme-regiocapfooteraddress .text-content{
    color: var(--text_on_primary_color);
}
#block-ee-theme-regiocapfooteraddress::before{
    content: url('/sites/buergerbeteiligung.mlk-gruppe.de/files/MLK_light.svg');
    display: inline-block;
    width: 50px;
}
div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab{
    background-color: black;
}
.layout_section .ee_block_wrapper.none .field--name-field-ee-card-link a{
    margin-bottom: 20px;
}
