.baeume-hintergrund {
    background: url(/wp-content/themes/kletterwald-theme/assets/img/bg_kletterwaldV3.svg);
    /* min-height: 150vh; */
    background-size: cover;
    background-position: center center;
    margin: 0 auto !important;
    max-width: 100vw;
}

.kletterwald-search-results summary {
    position: relative; /* Positioning context for the pseudo-element */
    padding-right: 20px; /* Space for the + symbol */
}

.kletterwald-search-results summary::marker {
    content: "";
}

.wp-block-post-excerpt__excerpt {
    color: var(--wp--preset--color--base) !important;
}

.kletterwald-search-results summary::after {
    content: "+"; /* The symbol to display */
    color: var(--wp--preset--color--base); /* Color of the symbol */
    font-size: 4rem; /* Size of the symbol */
    position: absolute; /* Position it absolutely */
    right: 0; /* Align to the right */
    top: 50%; /* Center it vertically */
    transform: translateY(-50%); /* Adjust for vertical centering */
    font-family: var(--wp--preset--font-family--figtree-light) !important;
}

.kletterwald-search-results {
    max-width: var(--wp--style--global--wide-size) !important;
}

.kletterwald-search-results-wichtige-infos {
    display: inline-block;
}

.kletterwald-search-results iframe {
    max-width: var(--wp--style--global--wide-size) !important;
    min-height: 40rem !important;
    z-index: 1;
    position: relative;
}

.kletterwald-search-results h1 {
    hyphens: auto !important;
}

#Klettern_Button_SEARCH {
    /* margin: 0 clamp(1vw, 17vw, 18vw) 0 auto !important; */
    position: relative;
    float: right;
    /* right: -15vw; */
    margin-top: -15rem;
    margin-bottom: -1rem;
    z-index: 0;
    transition: ease-in-out .2s !important;
}

#Klettern_Button_SEARCH {
    scale: 1.02 !important;
    transition: ease-in-out .2s !important;
}

#Klettern_Button_SEARCH_2 {
    position: absolute !important;
    object-fit: cover;
    transform: scale(.8);
    left: 0rem;
    top: -5.5rem;
    z-index: 0;
    transition: ease-in-out .2s !important;
}

#Klettern_Button_SEARCH_2:hover {
    transform: scale(.81);
    transition: ease-in-out .2s !important; 
}