@font-face {
    font-family: "RobotoCondensedLight";
    src: url("/sites/all/eueco/fonts/RobotoCondensed-Light.ttf") format('truetype');
    font-optical-sizing:auto;
    font-stretch: condensed;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensedRegular";
    src: url("/sites/all/eueco/fonts/Roboto_Condensed-Regular.ttf") format('truetype');
    font-optical-sizing:auto;
    font-stretch: condensed;
    font-style: normal;
}
@font-face {
    font-family: "RobotoCondensedSemiBold";
    src: url("/sites/all/eueco/fonts/Roboto_Condensed-SemiBold.ttf") format('truetype');
    font-optical-sizing:auto;
    font-stretch: condensed;
    font-style: normal;
}

frontend .text-content table,
.frontend .views-table,
.frontend .text-content,
body {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
h1,h2,h3,h4 {
    font-family: var(--font-family-bold);
    color: var(--primary);
    letter-spacing: normal;
    font-weight: 400;
}
h1 {
    font-size: 24px;
    line-height: 29px;
}
h2,
.layout_section h2 {
    font-size: 20px;
    line-height: 24px;
}
h3,
.layout_section h3,
#hinweis .text-content h5 {
    font-size: 18px;
    line-height: 22px;
}
h4,
.layout_section h4 {
    font-size: 16px;
    line-height: 19px;
    color: var(--secondary)

}
h5 {
    margin: 0;
}
.sub-headline {
    color: var(--secondary);
    font-family: var(--font-family-bold);
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0 !important;
}
p {
    padding-bottom: 1rem;
    font-family: var(--font-family-light);
}
a.ee_button,
input.ee_button,
.ui-dialog input.ee_button.button,
.ee_button {
    background: var(--gradient-secondary);
    padding: .5rem 1.5rem !important;
    font-family: var(--font-family-bold);
    font-size: 16px !important;
    line-height: 19px;
    width: fit-content;
}
#page.parent a.button.ee_button,
#page.parent input.form-submit,
#page.parent form input.form-submit {
    padding: 0.5em 2.3em;
}
.block-inline-blockee-bild.img_to_bg {
    height:100%;
}
.ee_block_wrapper.view_mode_img_to_bg {
    width:100%;
    height:100%;
    background-position: center center;
    background-size: cover;
    min-height: unset;
}

/* Header */
header {
    min-height: unset;
    padding: 0;
    box-shadow: none;
}
#header_top_inner {
    border-bottom: 1px solid var(--primary);
}
.region.region-header-top {
    justify-content: flex-start;
    padding-top: 2px;
}
header .region-header-top ul.menu li a {
    line-height: 28px !important;
    font-family: var(--font-family-light);
    font-size: 14px;
    padding-left: .625rem;
    padding-right: .625rem;
    color: var(--primary);
    text-transform: none;
    background-color: #fff;
    margin-top: 1px;
}
header .region-header-top ul.menu li a.active {
    border: 1px solid var(--primary);
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: var(--font-family-bold), sans-serif;
}
span.sf-sub-indicator {
    font-size: 16px;
}
.region-header-top,
.region-header {
    width: 100%;
    max-width: var(--wide_content_width);
    margin: 0 auto;
}
.region-header {
    padding-top: .75rem;
}
#logo img {
    max-height: 64px;
    max-width: 64px;
    height: 64px;
    width: 64px;
    margin-left: 2rem;
}
.block-block__eueco-logo img {
    filter: unset;
    margin-left: 2rem;
}
#page ul.menu:not(.euecolink) {
    justify-content: flex-start;
}
.region-header ul.menu {
    position: relative;
}
.region-header ul.menu li a {
    font-family: var(--font-family-bold);
    font-size: 24px;
    color: var(--dark-green);
    text-transform: none;
}
.region-header ul.sf-menu li.sfHover {
    position: unset;
}
.region-header ul.sf-menu li.sfHover > ul {
    position: absolute;
    left: 0px;
    width: var(--wide_content_width) !important;
    box-shadow: none;
    background-color: rgb(255 255 255 / 95%);
}
.region-header ul.sf-menu li.sfHover > ul a {
    font-family: var(--font-family-light);
    font-size: 18px;
    line-height: 2.5rem;
    padding-left: 0;
    color: var(--primary);
}
.login_out_block ul.menu li a {
    font-size: 18px;
    color: var(--primary);
    display: flex;
    align-items: center;
}
.login_out_block ul.menu li.login a::before,
.login_out_block ul.menu li.logout a::before {
    font: var(--fa-font-duotone);
    content: "\10f2bd";
    color: var(--primary);
    margin-right: 1rem;
    display: inline-block;
    font-size: 40px;
}

/* Mobile Menu */
#block-ee-parent-hauptnavigation,
#block-ee-theme-hauptmenu {
    display: none !important;
}
#ee_burger_menu {
    display: block !important;
    order: -1;
    flex: 1;
}
#ee_burger_menu a,
#ee_burger_menu a:hover,
#ee_burger_menu a:visited {
    color: var(--dark-green);
}

/* Header Image */
.region-hero {
    padding-top: 2rem;
}
.ee_headerimge .headerimage {
    width: 100%;
    max-width: var(--wide_content_width);
    height: 261px;
    margin: 0 auto;
    border-radius: .5rem;
    margin-bottom: 2rem;
}
.ee_headerimge .headertext_wrapper {
    justify-content: flex-end;
}
.ee_headerimge .headertext_wrapper .headertext {
    background: var(--gradient);
    width: 100%;
    padding: 2rem;
    border-radius: .375rem;
    margin-bottom: -2rem;
}
.ee_headerimge .headertext_wrapper .headertext p {
    margin: 0;
    color: #fff;
    padding: 0;
}
.ee_headerimge .headertext_wrapper .headertext .sub-headline {
    color: #fff;
}
.ee_headerimge .headertext_wrapper .headertext h1 {
    text-shadow: none;
    text-align: left;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 22px;
}

/* Content with Card */
.layout--twocol-section--67-33 {
    display: flex;
    justify-content: flex-end;
}
.layout_section .has_bg_image .layout__region--first img {
    width: 100%;
}
.layout_section .has_bg_image .layout__region--second {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.layout_section .layout.add_padding {
    padding: 4rem;
}
.layout_section .has_bg_image {
    height: 261px;
    border-radius: .5rem;
    outline-offset: -30px;
    outline-width: 6px;
    outline-color: var(--primary);
    outline-style: solid;
}
.layout_section .has_bg_image .layout__region--second .card {
    display: flex;
    flex-direction: column;
}
.text-content .card h2 {
    margin-left: 0;
    margin-bottom: 0;
    align-self: flex-end;
    z-index: 1;
}
*[class*=card-headline-] {
    margin-bottom: -1px;
    display: inline-block;
    background-color: var(--primary);
    padding: .25rem .75rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card-headline-2 {
    margin-left: -20px;
    margin-bottom: -1px;
}
.card-headline-3 {
    margin-left: 10px;
}
.text-content .card .content {
    background-color: #fff;
    padding: 32px;
    border-radius: .375rem;
}
.text-content .card .content p {
    font-family: var(--font-family-regular);
    margin-bottom: 0;
}
.text-content .card .content p:last-child {
    padding-bottom: 0;
}

/* Table */
table.table.ce-bullets tr td:first-child:before {
    content: '+';
    margin-right: .5rem;
}
table.table.ce-bullets tr td:first-child {
white-space: nowrap;
}
table.table.ce-bullets tr {
    border: none;
}
table.table.ce-bullets td {
    padding: 0;
    line-height: 30px;
    height: auto;
    padding-right: 2rem;
    font-size: 1.467rem;
    vertical-align: top;
}
table.table.ce-bullets td:last-child {
    padding-bottom: 15px;
}
.layout_section[class*="gradient"] .text-content table.ce-bullets td{
    border: none;
}
/* Hinweis */
#hinweis .text-content a {
    color: #fff;
    text-decoration: underline;
}
#hinweis .text-content p {
    margin: 0;
    padding-top: 1rem;
}
#hinweis .text-content p:last-child {
    padding-bottom: 0;
}

/* FAQ */
.style_standard .faq_cat_switch {
    color: var(--primary);
    border-color: var(--primary);
    border-width: 2px;
    border-style: solid;
}
#ee-faq_block h3.ui-accordion-header {
    color: var(--primary);
}

/* Kontakt */
#kontakt .layout--twocol-section--33-67 {
    border-radius: .5rem;
    overflow: hidden;
}
#kontakt h2.block__title {
    font-size: 26px;
    line-height: 31px;
}
#kontakt .text-content ul {
    margin-top: 1rem;
    margin-bottom: 3rem;
    list-style: none;
}
#kontakt .text-content li {
    margin-bottom: 10px;
    position: relative;
    font-family: var(--font-family-regular);
    padding-left: 5px;
}
#kontakt .text-content li:before {
    font: var(--fa-font-sharp-light);
    content: "\f095";
    position: absolute;
    left: -30px;
    top: 3px;
}
#kontakt .text-content li.phone:before {
    content: "\f095";
}
#kontakt .text-content li.fax:before {
    content: "\f1ac";
}
#kontakt .text-content li.mail:before {
    content: "\f0e0";
}
#kontakt .text-content a {
    color: #fff;
}

/* Footer */
footer {
    background: var(--gradient_inverse);
    padding: 0;
    padding-top: 1rem;
}
footer p,
footer a {
    font-size: 14px;
    color: #fff;
}
footer .region--footer-bottom,
footer .ee_block_wrapper.primary {
    background: none;
}
.region-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#block-ee-theme-vermittlerhinweis {
    width: 100%;
    max-width: var(--wide_content_width);
    margin: 0 auto;
    padding: 0 25px;
}
#block-ee-theme-vermittlerhinweis h2 {
    font-size: 25px;
    margin-bottom: 1rem;
}
#block-ee-theme-regiocapfooteraddress .text-content {
    font-size: 14px;
    color: #fff;
}
.region--footer-bottom {
    flex-direction: row;
    justify-content: space-between;
}
.region--footer-bottom ul.menu {
    gap: 0 !important;
}
.region--footer-bottom ul.menu li {
    line-height: 1;
    border-right: 1px solid #fff;
    padding-right: 10px !important;
    margin-right: 10px;
}
.region--footer-bottom ul.menu li:last-child {
    border: none;
}
.region--footer-bottom ul.menu li a {
    font-size: 14px;
    text-transform: none;
    color: #fff !important;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
    background-color: var(--primary);
}
.eu-cookie-withdraw-button,
.eu-cookie-compliance-default-button,
.popup-buttons button,
.eu-cookie-compliance-save-preferences-button button,
.eu-cookie-compliance-categories-buttons button,
#page.backend .button:not(.button--danger) {
    background: var(--gradient-secondary);
    border-radius: var(--ee_button_radius);
    height: auto;
    line-height: 1.5;
}
a.registrieren.button.ee_track_login_form_register,
.area_triggers > div,
body form input.form-submit,
body input.form-submit,
body #user-login-form input.form-submit.button,
body input.small-submit, #project_info a.button {
    background: var(--gradient-secondary);
    border-radius: var(--ee_button_radius);
}

.modal_login,
.modal_logout {
    color: var(--primary) !important;
    background: #fff !important;
}
.modal_login .reset_password a {
    color: var(--primary) !important;
}
.modal_login .button,
.modal_logout .button {
    background-color: var(--secondary) !important;
    border-radius: var(--ee_button_radius);
}
