html, body {
      font-family: "franklin-gothic-atf", sans-serif;
      font-weight: 400;
      color: #000000;
      line-height: 170%;
      
}
body {
    background-color: #fff;

    
}
p {
    font-weight: 400;
}
a, .foto-box, .hover-box, .foto-box:hover .hover-box {
    
    transition: all ease-in-out 0.2s;
}
a:hover {
    color: #022727;
}
.custom-social {
    padding-left: 0 !important;
}
.custom-social li {
    padding-left: 0;
    list-style-type: none !important;
}
strong {
    font-weight: 700;
}
.text-section p {
    padding-bottom: 12px;
    font-size: 16px;
    
}
.single-post {
    line-height: 170%;
}
.single-post p {
    padding-bottom: 1rem;
    text-align: justify;

}
.single-post figure {
    margin-bottom: 2rem;
}
.single-post ul {
    padding-left: 3rem;
    padding-bottom: 1rem;
}
.single-post h2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-size: 24px;
}
.single-post h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-size: 20px;
}
.single-post h4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-size: 18px;
}
.single-post ul li {
    list-style-type: square;
}
.single-post ol {
    padding-left: 3rem;
    padding-bottom: 1rem;
}
.single-post ol li {
    list-style-type: decimal;
}
.shops p {
    text-align: left !important;
}


.svg-tooltip {
    position: fixed;
    background: #006533;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-family: "franklin-gothic-atf", sans-serif;
    border-radius: 4px;
    pointer-events: none;
    z-index: 999;
    text-transform: uppercase;
    display: none;
    white-space: nowrap;
    font-family: sans-serif;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  }

.lokal {
  fill: #c4c4c4;
  transition: fill 0.3s;
  stroke: #999999;
  stroke-width: 0.5;
}

a.lokal:hover {
  fill: #006533;
}

a:hover text {
  fill: #fff;
}
.lokal:hover rect,
.lokal:hover polygon {
  fill: #006533;
}

.lokal:hover text,
.lokal:hover tspan {
  fill: #fff;
}
text {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 6px;
  line-height: 170%;
  text-transform: uppercase;
  fill: #000;
  pointer-events: none;
}
.lokal polygon,
.lokal rect {
  transition: fill 0.3s;
}

a:hover .lokal polygon,
a:hover .lokal rect {
  fill: #006533;
}