/*
Theme Name: Divi Child
Theme URI: https://example.com
Description: Child Theme for Divi
Author: Your Name
Author URI: https://example.com
Template: Divi
Version: 1.0.0
*/

@import url("../Divi/style.css");

/* Theme Name: Divi Child Theme URI: https://example.com Description: Child Theme for Divi Author: Your Name Author URI: https://example.com Template: Divi Version: 1.0.0 */
@import url("../Divi/style.css");

.search {
    padding-top: 150px;
}

.not-found-title {
    font-size: 0;
    /* hide original text */
    position: relative;
}

.not-found-title::after {
    content: "Leider wurden keine Ergebnisse gefunden";
    font-size: 32px;
    line-height: 2rem;
    left: 0;
    top: 0;
}

.entry p {
    font-size: 0;
    /* hide original text */
}

.entry p::after {
    content: "Die angeforderte Seite konnte nicht gefunden werden. Versuchen Sie, Ihre Suche zu verfeinern, oder verwenden Sie die Navigation oben, um den Beitrag zu finden.";
    display: block;
    font-size: 15px;
    line-height: 1.5rem;
    padding-bottom: 40px;
}

#sidebar {
    display: none;
}

p.post-meta {
    display: none;
}

.et_pb_blog_0 .more-link {
    grid-area: readmore;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #333 !important;
    margin-top: 10px;
    /* Add the arrow icon as a background */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.456' height='11.312' viewBox='0 0 11.456 11.312'%3E%3Cpath d='M5.655,0,0,5.657l5.655,5.655.8-.8L2.163,6.221h9.293V5.09H2.168L6.455.8Z' transform='translate(11.456 11.311) rotate(180)' fill='%231d1d1b'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    /* match icon size */
    background-position: right center;
    /* place on the right */
    padding-right: 20px;
    /* space for icon so text doesn’t overlap */
}

.et_pb_blog_0 .more-link {
    grid-area: readmore;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #333 !important;
    margin-top: 10px;
    /* Add the arrow icon as a background */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.456' height='11.312' viewBox='0 0 11.456 11.312'%3E%3Cpath d='M5.655,0,0,5.657l5.655,5.655.8-.8L2.163,6.221h9.293V5.09H2.168L6.455.8Z' transform='translate(11.456 11.311) rotate(180)' fill='%231d1d1b'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    /* match icon size */
    background-position: right center;
    /* place on the right */
    padding-right: 20px;
    /* space for icon so text doesn’t overlap */
}

.et_pb_blog_0  .more-link {
    grid-area: readmore;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #333 !important;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
    margin-right: 10% !important;
    /* Smooth transition for hover */
    transition: transform 0.3s ease;
}

/* Hover effect: move link and arrow slightly right */
.et_pb_blog_0  .more-link:hover {
    transform: translateX(10px);
}

.et_pb_posts a.more-link {
    clear: both;
    display: block;
    font-size: 0;
}

.et_pb_blog_0  .more-link::after {
    content: "→";
    opacity: 0;
}

.et_pb_blog_0  .entry-title {
    padding-top: 10%;
}

#popup-section {
    display: none;
    position: fixed !important;
    top: 150px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: calc(100% - 150px) !important;
    transform: none !important;
    background: white;
    z-index: 99999;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

#popup-section .et_pb_row {
    width: 100% !important;
    max-width: 80% !important;
}

#popup-section .et_pb_column {
    padding: 0 !important;
}

#popup-section {
    box-shadow: none !important;
    border: none !important;
}

.et_pb_column_4 .et_pb_icon_0 {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.et_pb_column_4:hover .et_pb_icon_0 {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.et_pb_column_5 .et_pb_icon_1 {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.et_pb_column:hover .et_pb_icon {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.et_pb_button::after {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.et_pb_button:hover::after {
    opacity: 0;
    transform: translateX(10px);
}

.et_pb_menu_1_tb_header .et-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.et_pb_menu_1_tb_header .et-menu>li {
    width: 50%;
    box-sizing: border-box;
    padding: 5px 10px;
    white-space: normal;
}

/* Slider container */
.Webling_Slider_Class .webling-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Track */
.Webling_Slider_Class .webling-slider-track {
    display: flex;
    gap: 70px;
    transition: transform 0.5s ease;
}

/* Each logo */
.Webling_Slider_Class .webling-slide {
    flex: 0 0 calc(25% - 70px);
    /* 4 items */
    display: flex;
    justify-content: center;
    align-items: center;
}

.Webling_Slider_Class .webling-slide img {
    width: 100%;
    justify-content: center;
    filter: grayscale(100%) contrast(0.8) brightness(1.1);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.Webling_Slider_Class .webling-slide img:hover {
    filter: none;
    opacity: 1;
}

@media (max-width: 768px) {
    .Webling_Slider_Class .webling-slider-track {
        gap: 20px;
    }

    .Webling_Slider_Class .webling-slide {
        flex: 0 0 calc(50% - 20px);
    }
}

/* IMAGE COLUMN — FULL HEIGHT */
.et_pb_blog_0 .entry-featured-image-url {
    grid-area: image;
    height: 100%;
}

.et_pb_blog_0 .entry-featured-image-url img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* makes it fill the full height */
    border-radius: 6px;
}

/* DATE */
.zwk-post-date {
    grid-area: date;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

/* TITLE */
.et_pb_blog_0 .entry-title {
    grid-area: title;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 15px;
}

/* CATEGORY BUTTONS */
.zwk-post-cats {
    grid-area: cats;
    margin-bottom: 20px;
}

.zwk-post-cats a {
    display: inline-block;
    padding: 6px 14px;
    margin-right: 10px;
    background: #f2f2f2;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.zwk-post-cats a:hover {
    background: #e0e0e0;
}

/* READ MORE → */
.et_pb_blog_0 .more-link {
    grid-area: readmore;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #0072c6 !important;
    margin-top: 10px;
}

.et_pb_blog_0 .more-link::after {
    content: "→";
    margin-left: 8px;
    font-size: 18px;
    transition: margin-left 0.2s ease;
}

.et_pb_blog_0 .more-link:hover::after {
    margin-left: 14px;
}

/* === EVENT CARD: 3-COLUMN LAYOUT === */
.et_pb_blog_1 .et_pb_post {
    display: grid;
    grid-template-columns: 12% 38% 50%;
    grid-template-areas: "date title image" "date meta image" "date excerpt image" "date readmore image";
    column-gap: 40px;
    align-items: start;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
}

/* === COLUMN 1: DATE BLOCK === */
.et_pb_blog_1 .post-meta {
    grid-area: date;
    margin: 0;
    padding: 0;
}

.et_pb_blog_1 .post-meta .published {
    display: block;
    color: #1a73e8;
    /* your blue */
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    white-space: pre-line;
    /* allows line breaks */
}

/* Force date into two lines: "22" + "Jan. 2026" */
.et_pb_blog_1 .post-meta .published::before {
    content: attr(data-day);
    display: block;
    font-size: 42px;
    font-weight: 800;
}

.et_pb_blog_1 .post-meta .published::after {
    content: attr(data-monthyear);
    display: block;
    font-size: 20px;
    font-weight: 700;
}

/* === COLUMN 2: TITLE === */
.et_pb_blog_1 .entry-title {
    grid-area: title;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
}

/* === COLUMN 2: META (time + location) === */
.et_pb_blog_1 .event-meta-inline {
    grid-area: meta;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.et_pb_blog_1 .event-meta-inline span {
    margin-right: 20px;
}

/* === COLUMN 2: EXCERPT === */
.et_pb_blog_1 .post-content-inner {
    grid-area: excerpt;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* === COLUMN 2: READ MORE → === */
.et_pb_blog_1 .more-link {
    grid-area: readmore;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #0072c6 !important;
}

.et_pb_blog_1 .more-link::after {
    content: "→";
    margin-left: 8px;
    font-size: 18px;
    transition: margin-left 0.2s ease;
}

.et_pb_blog_1 .more-link:hover::after {
    margin-left: 14px;
}

/* === COLUMN 3: IMAGE FULL HEIGHT === */
.et_pb_blog_1 .entry-featured-image-url {
    grid-area: image;
    height: 100%;
    display: block;
}

.et_pb_blog_1 .entry-featured-image-url img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width: 980px) {
    .et_pb_row {
        display: flex;
        flex-direction: column;
    }

    .et_pb_row_2 {
        display: flex;
        flex-direction: column-reverse;
    }
}

.zwk-post-date {
    text-align: left;
    font: normal normal 600 16px / 25px Open Sans;
    letter-spacing: 0px;
    color: #979CA0;
    opacity: 1;
}

h2.entry-title {
    text-align: left;
    font: normal normal 600 20px / 28px Montserrat;
    letter-spacing: 0px;
    color: #2C2C31;
    opacity: 1;
}

.zwk-post-cats a {
    display: inline-block;
    padding: 6px 14px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 13px / 25px Montserrat;
    letter-spacing: 0px;
    color: #1D1D1B;
    opacity: 1;
}

.zwk-post-cats a:hover {
    /* background: #e0e0e0; */
    background: #00B4E1 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    color: white;
}

h5.et_pb_toggle_title:before {
    content: "\E050";
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #ccc;
    top: 50%;
    margin-top: -.5em;
}

/* 1. Keep top-level in 2 columns */
.et_pb_menu .et-menu.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.et_pb_menu .et-menu.nav>li {
    width: 48%;
}

.et_pb_menu .et-menu .sub-menu {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
}

.et_pb_menu .et-menu .sub-menu {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 8px;
}

.et_pb_menu .et-menu li {
    display: block;
}

.et_pb_menu .et-menu li:hover>.sub-menu {
    display: block !important;
}

.et_pb_menu .et-menu.nav>li {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.et_pb_menu .et-menu .sub-menu {
    position: relative !important;
    display: block !important;
    width: 100%;
    margin-top: 8px;
}

.et_pb_menu .et-menu li {
    float: none !important;
}

.et_pb_menu .et-menu .sub-menu {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.et_pb_menu .et-menu .sub-menu li {}

.et-menu .menu-item-has-children>a:first-child {
    text-align: left;
    font: normal normal 600 18px/27px Montserrat;
    letter-spacing: 0px;
    color: #00B4E1;
    opacity: 1;
}

.et-menu li li a {
    padding: 0 !important;
}

.nav li li {
    padding: 0;
    margin: 0;
}

.et-menu .menu-item-has-children>a:first-child:after {
    display: none;
}

@media (min-width: 981px) {

    .et_pb_gutters3 .et_pb_column_3_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
        width: 67%;
    }
}

div#popup-button {
    width: 1%;
}

@media (min-width: 981px) {

    .et_pb_gutters3 .et_pb_column_1_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
        width: 6%;
    }
}

.et_pb_icon_0_tb_header .et_pb_icon_wrap .et-pb-icon {
    transition: color 300ms ease 0ms;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: #707070;
    font-size: 53px;
    padding-left: 100px;
    padding-top: 12px;
}

a.et_pb_button.et_pb_button_0_tb_header.et_pb_bg_layout_light {
    color: #ffffff;
    width: 230px;
}

@media (min-width: 981px) {

    .et_pb_gutters3 .et_pb_column_2_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
        width: 20%;
    }
}

nav.et-menu-nav {
    width: 100%;
    padding-left: 100px;
}

.et_pb_icon_0_tb_header .et_pb_icon_wrap .et-pb-icon {
    transition: color 300ms ease 0ms;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: #707070;
    font-size: 30px !important;
    padding-left: 100px !important;
    padding-top: 17px !important;
}

.et_pb_searchsubmit {
    font-size: 0 !important;
    background: none;
    border: none;
}

.et_pb_search {
    position: relative;
}

.et_pb_search::after {
    content: "\55";
    /* Divi search icon */
    font-family: "ETmodules";
    font-size: 18px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header,
.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover {
    padding-top: 10px !important;
    padding-right: 60px !important;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
}

a.et_pb_button.et_pb_button_0_tb_header.et_pb_bg_layout_light:hover {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

body #page-container .et_pb_section .et_pb_button_2:after,
body #page-container .et_pb_section .et_pb_button_3:after,
body #page-container .et_pb_section .et_pb_button_4:after {
    opacity: 1;
}

body #page-container .et_pb_section .et_pb_button_2:hover:after,
body #page-container .et_pb_section .et_pb_button_3:hover:after,
body #page-container .et_pb_section .et_pb_button_4:hover:after {
    opacity: 0 !important;
}

body #page-container .et_pb_section .et_pb_button_2,
body #page-container .et_pb_section .et_pb_button_3,
body #page-container .et_pb_section .et_pb_button {
    font-weight: 600;
}

.et_post_meta_wrapper {
    display: none;
}

p.et_pb_title_meta_container a {
    background-color: #F5F5F6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
}

p.et_pb_title_meta_container a:hover {
    background-color: #00B4E1;
    color: white;
}

.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container #text {
    color: #fff;
}

.AllBlogsDisplay .zwk-post-cats a {
    background: #F5F5F6 0% 0% no-repeat padding-box;
}

h5.et_pb_toggle_title {
    padding-bottom: 20px !important;
}

.not-found-title {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.mec-container {
    margin-top: 200px;
}

#comment-wrap {
    display: none;
}

#gform_wrapper_1 .gform_title {
    display: none;
}

#gform_wrapper_1 .gfield_label {
    font-size: 14px;
    color: #979CA0;
    font-weight: 400;
    margin-bottom: 6px;
}

#gform_wrapper_1 .gform_fields {
    row-gap: 35px;
}

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #979CA0 !important;
    border-radius: 0 !important;
    padding: 8px 2px;
    font-size: 16px;
    color: #2d3748;
    width: 100%;
    box-shadow: none !important;
}

#gform_wrapper_1 input:focus,
#gform_wrapper_1 textarea:focus {
    outline: none;
    border-bottom: 1px solid #979CA0 !important;
}

.gform-theme--orbital .gfield,
.gform-theme--orbital .ginput_container {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

#gform_wrapper_1 textarea {
    min-height: 120px;
    resize: none;
}

#gform_wrapper_1 .ginput_complex input {
    border-bottom: 1px solid #979CA0 !important;
}

#gform_wrapper_1 .gform_button {
    color: #fff;
    padding: 10px 25px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #00B4E1;
    border: none;
}

#gform_wrapper_1 .gform_button:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.webling-form__input {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #c7cbd1 !important;
    background: transparent !important;
    padding: 8px 2px;
    font-size: 16px;
    color: #2d3748;
}

.webling-form__input:focus {
    border-bottom: 1px solid #2d3748 !important;
}

.AllBlogsDisplay .zwk-post-cats a:hover {
    background-color: #00B4E1 !important;
}

.AllBlogsDisplay .zwk-post-cats a {
    margin-bottom: 20px;
}

.zwk-post-cats a {
    margin-bottom: 20px;
}

.entry-content tr td {
    border-top: 1px solid #eee;
    padding: 6px 0px;
}

article#post-1132 {
    margin-top: 150px;
}

article#post-1133 {
    margin-top: 150px;
}

p.et_pb_title_meta_container a {
    white-space: nowrap;
}

.menu-item-512 {
    margin-top: -40px !important;
}

.menu-item-516 {
    margin-top: -40px !important;
}

.menu-item-716 a {
    color: #00B4E1;
    font-size: 27px;
    font: normal normal 600 18px / 27px Montserrat;
}

.menu-item-715 a {
    color: #00B4E1;
    font-size: 27px;
    font: normal normal 600 18px / 27px Montserrat;
    margin-top: -40px;
}

.menu-item-1092 a {
    color: #00B4E1;
    font-size: 27px;
    font: normal normal 600 18px / 27px Montserrat;
    margin-top: -125px;
}

li.et_pb_menu_page_id-516.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-516 {
    padding-top: 60px;
}

.et_pb_icon_0_tb_header .et_pb_icon_wrap .et-pb-icon {
    cursor: pointer;
}

.et_pb_search .et_pb_searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    /* adjust to icon size */
    height: 100%;
    opacity: 0;
    /* invisible but clickable */
    cursor: pointer;
    z-index: 2;
}

.et_pb_toggle h5.et_pb_toggle_title:before {
    font-size: 20px !important;
    border-radius: 20px;
    padding: 10px;
    background: #F5F5F6;
    transition: all 0.6s ease;
    margin-top: -1.5rem !important;
}

.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title:before {
    background: #00B4E1;
}

@media (max-width: 980px) {
    .et_pb_row_2 {
        display: block;
    }
}

/* HIDE HEADER ROW COMPLETELY */
.webling_memberlist-table thead,
.webling_memberlist-table tr:first-child {
    display: none;
}

/* GRID LAYOUT */
.webling_memberlist-table tbody {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    gap: 30px;
}

/* CARD */
.webling_memberlist-table tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f4f6f8;
    border-radius: 14px;
    padding: 20px;
    height: 100%;
    /* equal height */
    min-height: 180px;
    box-shadow: none;
    /* remove borders/shadows */
    transition: transform 0.2s ease;
}

.webling_memberlist-table tbody tr:hover {
    transform: translateY(-3px);
}

/* REMOVE ALL TABLE DEFAULT STYLES */
.webling_memberlist-table,
.webling_memberlist-table td,
.webling_memberlist-table tr {
    border: none !important;
}

/* CELLS */
.webling_memberlist-table td {
    display: block;
    padding: 0;
}

/* LOGO BOX */
.webling_memberlist-table td:first-child {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.webling_memberlist-image {
    max-height: 100px;
    width: auto;
}

/* TITLE */
.webling_memberlist-table td:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

/* ADDRESS */
.webling_memberlist-table td:nth-child(3) {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
}

/* LINK BUTTON (arrow circle) */
.webling_memberlist-table td:nth-child(4) {
    margin-top: auto;
}

.webling_memberlist-table td:nth-child(4) a {
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
}

.webling_memberlist-table td:nth-child(6) a::after {
    content: "→";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #111;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .webling_memberlist-table tbody {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .webling_memberlist-table tbody {
        grid-template-columns: 1fr;
    }
}

/* FULL RESET for select */
.ginput_container_select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F5F5F6 !important;
    border: none !important;
    border-radius: 25px !important;
    height: 44px;
    /* 👈 fixes cut-off text */
    line-height: 44px;
    /* 👈 vertically centers text */
    padding: 0 50px 0 16px !important;
    /* 👈 space for arrow */
    font-size: 14px;
    font-weight: 600;
    color: #1D1D1B;
    width: auto !important;
    min-width: 140px;
    /* 👈 gives it proper width */
    box-shadow: none !important;
}

select,
select:focus,
select:hover {
    border: none !important;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Custom arrow */
.ginput_container_select {
    position: relative;
    display: inline-block;
}

.ginput_container_select::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.712' height='10.848' viewBox='0 0 10.712 10.848'%3E%3Cg transform='translate(-485.743 -756.799)'%3E%3Crect width='1.071' height='10.227' transform='translate(490.561 756.799)' fill='%231d1d1b'/%3E%3Cpath d='M85.519,9.271l.758-.758,4.6,4.6,4.6-4.6.758.758-5.355,5.355Z' transform='translate(400.224 753.021)' fill='%231d1d1b'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

position: absolute;
right: 18px;
/* 👈 creates GAP from text */
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}

p.gform_required_legend {
    margin-bottom: 50px;
}

@media (min-width: 990px) {
    .et_pb_module .et_pb_post {
        display: grid;
        grid-template-columns: 40% 1fr;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "image date" "image title" "image cats" "image readmore";
        column-gap: 40px;
        align-items: start;
        padding-bottom: 60px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 60px;
    }
}

.moreblogs article#post-933 {
    display: block;
}
.mec-slider-t1-wrap {
    background: #fff !important;
}
.mec-event-day {
    display: none;
}
.webling_memberlist-table tr:last-child {
  display: none;
}

.et_pb_menu_1_tb_header.et_pb_menu .nav li ul.sub-menu a:hover {
    background-color: transparent;
}   



input#input_2_4_3 {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid grey;
    border-radius: 0px;
}
input#input_2_4_6 {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid grey;
    border-radius: 0px;
}
input#input_2_1 {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid grey;
    border-radius: 0px;
}
input#input_2_1_2 {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid grey;
    border-radius: 0px;
}

input#gform_submit_button_2 {
    background-color: #00b4e1;
    border-radius: 25px;
}

input#gform_submit_button_2:hover {
    background-color: #fff;
	color: #000;
	border: 1px solid black;
    border-radius: 25px;
}

input#webling-form__submit {
	background-color: #00b4e1;
    border-radius: 25px;
	border: none;
	padding-right: 30px;
	padding-left: 30px;
	color: white;
	padding-bottom: 8px;
	padding-top: 8px;
}
input#webling-form__submit:hover {
    background-color: #fff;
	color: #000;
	border: 1px solid black;
    border-radius: 25px;
}


@media (min-width: 990px) {
.et_pb_blog_0_tb_header .et_pb_post {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
        "image date"
        "image title"
        "image cats"
        "image readmore";
    column-gap: 40px;
    align-items: start;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
}
}

/* IMAGE */
.et_pb_blog_0_tb_header .entry-featured-image-url {
    grid-area: image;
    height: 100%;
}

.et_pb_blog_0_tb_header .entry-featured-image-url img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* DATE */
.et_pb_blog_0_tb_header .zwk-post-date {
    grid-area: date;
    font: normal normal 600 16px / 25px Open Sans;
    color: #979CA0;
}

/* TITLE */
.et_pb_blog_0_tb_header .entry-title {
    grid-area: title;
    color: #2C2C31;
    grid-area: title;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 15px;
}

/* CATEGORY BUTTONS */
.et_pb_blog_0_tb_header .zwk-post-cats {
    grid-area: cats;
    margin-bottom: 20px;
}



.et_pb_blog_0_tb_header .zwk-post-cats a:hover {
    background: #00B4E1;
    color: #fff;
}

/* READ MORE */
.et_pb_blog_0_tb_header .more-link {
    grid-area: readmore;
    display: inline-flex;
    align-items: flex-end;
    font-weight: 700;
    color: #000 !important;
    text-decoration: none;
}

.et_pb_blog_0_tb_header .more-link {
    position: relative; /* make parent relative */
    padding-right: 40px; /* space for the arrow */
}

.et_pb_blog_0_tb_header .more-link::after {
    content: "";
    position: absolute; /* position relative to parent */
    top: 50%;           /* vertically center */
    right: 0;           /* stick to the right edge */
    transform: translateY(-50%); /* perfect vertical centering */
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.456' height='11.312' viewBox='0 0 11.456 11.312'%3E%3Cpath d='M5.655,0,0,5.657l5.655,5.655.8-.8L2.163,6.221h9.293V5.09H2.168L6.455.8Z' transform='translate(11.456 11.311) rotate(180)' fill='%231d1d1b'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease;
}

/* Optional hover effect to move arrow slightly right */
.et_pb_blog_0_tb_header .more-link:hover::after {
    transform: translateY(-50%) translateX(5px);
}

/* Hover animation */
.et_pb_blog_0_tb_header .more-link:hover::after {
    margin-left: 14px;
}

/* OPTIONAL: remove excerpt if you don’t want it */
.et_pb_blog_0_tb_header .post-content-inner {
    display: none;
}


h4.et_pb_toggle_title {
  position: relative;
  padding-left: 30px; /* space for the icon */
  cursor: pointer;
}

/* Icon */
h4.et_pb_toggle_title::before {
  content: "";
  display: inline-block;
  width: 25px;  

  position: absolute;
  left: 0;
  top: 200%;              
  transform: translateY(-50%) translateX(0);
 
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease; /* smooth animation */
}

/* Hover effect */
h4.et_pb_toggle_title:hover::before {
  transform: translateY(-50%) translateX(5px); /* move 5px to the right */
}
#cta-arrow {
    transition: opacity 0.3s ease; /* smooth transition */
}

#cta-arrow:hover {
    opacity: 0;
}

input#memberSearch {
    margin-bottom: 10px;
    padding: 8px;
    width: 50%;
    border: 0px;
    border-bottom: 1px solid #ddd;
	padding-bottom: 19px !important;
}
select#categoryFilter {
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px;
    box-shadow: none;
}

#sortMembers {
    -webkit-appearance: none;  
    -moz-appearance: none;     
    appearance: none;        
}


.webling_memberlist-table td:nth-child(4) {
    position: relative; /* cell as positioning context */
}

.webling_memberlist-table td:nth-child(4) a.arrow-link {
    display: inline-block; /* ensures proper sizing */
    width: 100%; /* optional: fill the cell */
    height: 100%; /* optional: fill the cell */
    text-decoration: none;
}



.webling_memberlist-table td a img.webling_memberlist-image {
    pointer-events: none; 
}


.webling_memberlist-table td a[href*="memberimage"] {
    pointer-events: none; 
    cursor: default; 
}

.webling_memberlist-table tbody tr td:nth-child(3) {
    position: relative;          /* needed for pseudo-element */
         /* space for the icon */
}
/* Prepend icon for Strasse column only in webling table */
.webling_memberlist-table tbody tr td:nth-child(3) {
    position: relative;
}

.webling_memberlist-table tbody tr td:nth-child(3)::before {
    content: "";
    display: inline-block;
    width: 10.62px;   /* width of your icon */
    height: 13.616px; /* height of your icon */
    margin-right: 4px;
    vertical-align: middle;
    
    /* Use uploaded image instead of inline SVG */
    background-image: url('/wp-content/uploads/2026/04/Gruppe-16504@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.et_mobile_menu li.menu-item-has-children > a::after {
    content: "XXX"; /* or "▸" for a side arrow */
        color: transparent;
    display: inline-block;
    margin-left: 8px; /* spacing between text and arrow */
    font-size: 0.7em; /* adjust size */
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2215.502%22 height=%2215.31%22 viewBox=%220 0 15.502 15.31%22%3E%3Cpath d=%22M11.357,19.045l1.084-1.084L6.632,12.155H19.206V10.622H6.635l5.806-5.8L11.357,3.735,3.7,11.392Z%22 transform=%22translate(-3.704 -3.735) rotate(270 11.357 11.392)%22 fill=%22%231d1d1b%22/%3E%3C/svg%3E');
   background-repeat: no-repeat; background-position: center; background-size: 12px 12px;
    transition: transform 0.3s ease;
}

/* Optional: rotate arrow when submenu is open */
.et_mobile_menu li.menu-item-has-children.open > a::after {
    transform: rotate(180deg);
}