.location-map{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px}.location-map__states{width:100%}@media screen and (min-width:760px){.location-map__states{width:54%}}.location-map__states .states-list{counter-reset:list-counter;list-style-type:none;margin-bottom:100px;margin-left:auto;margin-right:auto;max-width:550px;width:auto}.location-map__states .states-list .suche{margin-bottom:50px}.location-map__states .states-list li:not(:first-child){counter-increment:list-counter}.location-map__states .states-list li{align-items:center;background:transparent;border:1px solid var(--primary-color);border-radius:0;color:var(--primary-color);cursor:pointer;display:flex;justify-content:flex-start;margin:20px 0;outline:none;padding:10px 25px;text-decoration:none;transition:all .3s ease;width:100%}.location-map__states .states-list li.hover,.location-map__states .states-list li:hover{background-color:var(--tertiary-color);border:1px solid var(--tertiary-color);color:var(--bg-color-light)}.location-map__states .states-list li.hover .count:before svg path,.location-map__states .states-list li.hover a svg path,.location-map__states .states-list li:hover .count:before svg path,.location-map__states .states-list li:hover a svg path{fill:var(--bg-color-light)}@media screen and (min-width:760px){.location-map__states .states-list li{margin:20px 0}}.location-map__states .states-list li a{cursor:pointer;display:flex;justify-content:space-between;text-decoration:none;width:100%}.location-map__states .states-list li a .count{align-items:center;display:flex;width:100%}.location-map__states .states-list li a svg path{fill:var(--primary-color)}.location-map__map{width:100%}@media screen and (min-width:760px){.location-map__map{width:40%}}.location-map__map .map__svg{height:100%;width:100%}.location-map__map .map__svg a .mapsvg-region.highlight-fill path,.location-map__map .map__svg a:hover .mapsvg-region path,.location-map__map .map__svg g a .mapsvg-region.highlight-fill,.location-map__map .map__svg g a:hover .mapsvg-region{fill:var(--tertiary-color)}