

#resultsheading { padding: var(--gap) 0; position: relative;   }
@media all and (min-width:600px) {
    #resultsheading { /*  margin-bottom: var(--gap);*/ }
/*    #resultsheading::after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background-color: var(--blue-lighter);
        position: absolute;
        bottom: 0;
        left: 0;
    }*/
}
#resultsheading #toggle_map { color:var(--green-darkest);margin-left: auto;  display: inline-flex; align-items: center; font-family: inherit; font-size: 20px; background: none; border: none; outline: none;-webkit-appearance: none;
}
#resultsheading #toggle_map:focus-visible {  box-shadow: 0 0 0 1px white, 0 0 0 4px var(--blue); }
#resultsheading #toggle_map span{ }
#resultsheading #toggle_map b{ display: block; height:40px; width:64px;   /*order: -1;*/ margin-left: 16px; position: relative; }

#resultsheading #toggle_map b::before{ display: block; content:""; height:16px; width:64px; background: black; border-radius: 300px;
    position: absolute; top: 50%; left: 0; transform: translateY(-50%); opacity: 0.5; }

#resultsheading #toggle_map b::after{ display: block; content:""; height:40px; width:40px; background: white; border:1.5px solid black; border-radius: 50%; position: absolute;left:0; top:0; transition: left 0.2s ease;


    background-size: 17px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="20" viewBox="0 0 17 20"><path d="M8.28428 17.3969L12.8406 12.8405C13.7417 11.9394 14.3553 10.7913 14.6038 9.54145C14.8524 8.29159 14.7248 6.99608 14.2371 5.81876C13.7494 4.64143 12.9235 3.63516 11.8639 2.92719C10.8043 2.21922 9.55862 1.84134 8.28428 1.84134C7.00993 1.84134 5.76421 2.21922 4.70463 2.92719C3.64504 3.63516 2.81918 4.64143 2.33148 5.81876C1.84379 6.99608 1.71615 8.29159 1.96471 9.54145C2.21328 10.7913 2.82688 11.9394 3.72793 12.8405L8.28428 17.3969ZM8.28428 20L2.42637 14.1421C1.26781 12.9835 0.478818 11.5074 0.159176 9.90041C-0.160466 8.29343 0.00359615 6.62774 0.630616 5.11399C1.25764 3.60025 2.31945 2.30643 3.68179 1.39614C5.04413 0.485861 6.6458 0 8.28428 0C9.92274 0 11.5244 0.485861 12.8868 1.39614C14.2491 2.30643 15.3109 3.60025 15.9379 5.11399C16.565 6.62774 16.729 8.29343 16.4094 9.90041C16.0897 11.5074 15.3007 12.9835 14.1422 14.1421L8.28428 20ZM8.28428 10.1251C8.77252 10.1251 9.24078 9.93119 9.58602 9.58595C9.93127 9.2407 10.1252 8.77245 10.1252 8.2842C10.1252 7.79595 9.93127 7.3277 9.58602 6.98245C9.24078 6.63721 8.77252 6.44325 8.28428 6.44325C7.79602 6.44325 7.32777 6.63721 6.98253 6.98245C6.63728 7.3277 6.44333 7.79595 6.44333 8.2842C6.44333 8.77245 6.63728 9.2407 6.98253 9.58595C7.32777 9.93119 7.79602 10.1251 8.28428 10.1251ZM8.28428 11.9661C7.30777 11.9661 6.37127 11.5782 5.68078 10.8877C4.99029 10.1972 4.60238 9.2607 4.60238 8.2842C4.60238 7.3077 4.99029 6.37119 5.68078 5.6807C6.37127 4.99021 7.30777 4.6023 8.28428 4.6023C9.26077 4.6023 10.1973 4.99021 10.8878 5.6807C11.5783 6.37119 11.9662 7.3077 11.9662 8.2842C11.9662 9.2607 11.5783 10.1972 10.8878 10.8877C10.1973 11.5782 9.26077 11.9661 8.28428 11.9661Z" fill="%23000000"/></svg>');



}
#resultsheading #toggle_map[aria-expanded="true"] b::after { left: calc(100% - 40px);}


#resultsheading #found { margin: 0 0 0.5em; font-size: 24px; font-weight: 700; font-family: 'pns',sans-serif; }


@media all and (min-width:600px) {
    #resultsheading {  display: flex; align-items: center;}
    #resultsheading #found { margin: 0;}



}


@media all and (min-width:900px) {

    #resultsheading #found { font-size: 24px; }



}


@media all and (min-width:1200px) {
    #resultsheading {  display: flex; align-items: center;}
    #resultsheading #found {  font-size: 32px; }



}

#resultswrapper.mapopen {display: flex;  }
#resultswrapper.mapopen>div{ width: 50%}

