.deutschlandkarte {
  position: relative;
}
.deutschlandkarte-infotext-backlink {
  font-weight: 600;
  position: absolute;
  left: 2rem;
  top: 2rem;
  margin: 0!important;
}
.deutschlandkarte-infotext {
  max-width: 130px;
}
.deutschlandkarte-infotext::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='9.9278' cy='9.9278' r='7.7993' fill='none' stroke='%23024879' stroke-miterlimit='10' stroke-width='3'/%3E%3Cline x1='15.4423' y1='15.4423' x2='22.5149' y2='22.5149' fill='none' stroke='%23024879' stroke-miterlimit='10' stroke-width='3'/%3E%3C/svg%3E");
  width: 1rem;
  height: 1rem;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 0.08rem;
}
.deutschlandkarte-infotext span {
  display: block;
  margin-top: 5px;
}
.deutschlandkarte-backlink {
  display: none;
  color: var(--wp--preset--color--blau);
  cursor: pointer;
}
.deutschlandkarte-backlink:hover {
  color: var(--wp--preset--color--dunkelblau);
}
.deutschlandkarte-backlink::before {
  content: "";
  display: inline-block;
  position: relative;
  border-left: 2px solid;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  top: -1px;
}
#gmap {
  margin-left: 1rem;
  margin-right: -4rem;
  margin-top: 0;
  width: 120%;
}
#gmap:not(.active) > #germany > g:hover {
  cursor: pointer;
}
#gmap:not(.active) > #germany > g:hover path {
  fill: #1ab1f2;
}
#gmap.active > #germany > g:hover {
  cursor: pointer;
}
#gmap > #germany,
#gmap > #germany > g {
  transition: 0.7s cubic-bezier(.65,.05,.36,1);
  transform-origin: 50%;
}
#gmap.active > #germany {
  scale: 0.9;
}
#gmap.active > #germany > g:not(.active){
  filter: blur(25px);
  opacity: 0.3;
}
#gmap.active > #germany > g.active {
  scale: 3.6;
}
#gmap.active > #germany > #SH.active {
  scale: 3.9;
  transform: translate(5%, 33%);
}
#gmap.active > #germany > #MV.active {
  transform: translate(-14%, 29%);
}
#gmap.active > #germany > #HH.active {
  scale: 12;
  transform: translate(3.7%, 25.6%);
}
#gmap.active > #germany > #HB.active {
  scale: 10;
  transform: translate(12.9%, 22.6%);
}
#gmap.active > #germany > #BB.active {
  scale: 3.3;
  transform: translate(-19%, 12%);
}
#gmap.active > #germany > #BE.active {
  scale: 15.1;
  transform: translate(-20.3%, 13.1%);
}
#gmap.active > #germany > #NI.active {
  scale: 2.5;
  transform: translate(10%, 14%);
}
#gmap.active > #germany > #ST.active {
  scale: 3.8;
  transform: translate(-8%, 7.5%);
}
#gmap.active > #germany > #NW.active {
  scale: 3;
  transform: translate(20.5%, 0.5%);
}
#gmap.active > #germany > #HE.active {
  scale: 3.7;
  transform: translate(10.5%, -8.5%);
}
#gmap.active > #germany > #TH.active {
  scale: 4;
  transform: translate(-5%, -5%);
}
#gmap.active > #germany > #RP.active {
  scale: 3.9;
  transform: translate(22.5%, -16%);
}
#gmap.active > #germany > #SL.active {
  scale: 6.5;
  transform: translate(25.5%, -22%);
}
#gmap.active > #germany > #BW.active {
  scale: 3.2;
  transform: translate(10.5%, -30%);
}
#gmap.active > #germany > #BY.active {
  scale: 2.2;
  transform: translate(-6%, -26.5%);
}
#gmap.active > #germany > #SN.active {
  scale: 3.8;
  transform: translate(-21.3%, -4.5%);
}

#gmap.active > #germany > g circle {
    transition: 0.5s ease;
}
#gmap #germany > g.points-active circle {
    r: 3px !important;
}
#gmap #germany > #HH.points-active circle,
#gmap #germany > #HB.points-active circle,
#gmap #germany > #BE.points-active circle {
    r: 1.3px !important;
}
#gmap #germany > #SL.points-active circle {
    r: 2.2px !important;
}

/* Labels */
#gmap [id*="name"] {
  opacity: 1;
  transition: 0.2s;
}
#gmap.points-active [id*="name"] {
  opacity: 0;
}

.deutschlandkarte .is-style-zwischentitel_klein {
  line-height: 1.35;
}
.deutschlandkarte .is-style-zwischentitel_klein + p {
  margin-top: 0.4rem;
}
.map-number-dentists {
  background-color: var(--wp--preset--color--dunkelblau);
  padding: 4px 7px 3px 9px;
  color: #fff;
  letter-spacing: 0.05rem;
  border-radius: 6px;
}


@media screen and (max-width: 781px) {
  .deutschlandkarte .wp-block-columns {
    gap: 0;
  }
  .deutschlandkarte-infotext {
    max-width: none;
  }
  #gmap {
    margin: 0.2rem -1rem 1.3rem -1rem;
    width: auto;
  }
  #gmap > #germany {
    scale: 1.15;
  }
  .deutschlandkarte-textspalte {
    padding: 0 var(--wp--preset--spacing--two) var(--wp--preset--spacing--two) !important;
  }
  .deutschlandkarte h2 {
    padding: 2rem 2rem 0 2rem;
    line-height: 1;
  }
  .deutschlandkarte-infotext-backlink {
    margin: 1rem 2rem !important;
    position: relative;
    left: 0;
    top: 0;
    min-height: 47px;
  }
}


@media screen and (min-width: 782px) and (max-width: 1100px) {
    #gmap {
        margin-left: 4rem;
    }
}

@media screen and (min-width: 1150px) {
    .deutschlandkarte-vertrauenzeile {
        white-space: nowrap;
        display: block;
    }
}