body {
  font-size: 100%;
  line-height: 1.5;
background-color:white;
font-family:"SourceSans";
margin:4rem;
margin-top:8rem;
overflow:clip;
}

@font-face {
  font-family: 'SourceSans';
  font-style: normal;
    src: url('../../css/fonts/SS3.ttf') format('truetype'),
}

img {
  max-width: 100%;
  height: auto;
  border-radius:2rem;
}

.map {
  position: relative;
  max-width: 100%;
  margin: auto;
background-color:transparent;
}
.map img {
  display: block;
  width: 100%;
}

.popup-title{
  color:var(--fw-blau);
  font-size:1.5rem;
}

.map-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 60%;
  padding: 2rem;
  background-color: #fff;
/*  transition: all 300ms ease-in;*/
  transform: translate(-50%,-50%);
  box-shadow: 0 0 24px rgba(0,0,0,0.22);
  opacity: 0;
  visibility: hidden;
  border-radius:2rem;
}


:root{
  --fw-orange: #ef7d00;
  --fw-blau:#213a8e;
  --fw-grau:#333;
}

.map-popup > *:first-child { margin-top: 0; }
.map-popup > *:last-child { margin-bottom: 0; }

.map-popup.open {
  opacity: 1;
  visibility: visible;
}

.marker {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgb(250, 100, 0);
  border: 3px solid;
  border-color:#fff;
  transition: all 300ms;
}

.marker1 {
  top: 30%;
  left: 20%;
}
.marker2 {
  top: 50%;
  left: 64%;
}
.marker3 {
  top: 50%;
  left: 64%;
}
.marker4 {
  top: 50%;
  left: 64%;
}

@media only screen and (min-width:48em) {





  .map-item {
    position: absolute;
    width: 36px;
    height: 36px;
    }
    .map-item .marker {
      top: auto;
      left: auto;
    }

  .map-item1 {
    top: 23%;
    left: 15%;
  }
  .map-item2 {
    top: 15%;
    left: 45%;
  }
  .map-item3 {
    top: 15%;
    left: 85%;
  }
  .map-item4 {
    top: 33%;
    left: 31%;
  }
  .map-item5 {
    top: 80%;
    left: 10%;
  }
  .map-item6 {
    top: 42%;
    left: 92%;
  }
  .map-item7 {
    top: 80%;
    left: 65%;
  }
  .map-item8 {
    top: 41%;
    left: 39%;
  }
  .map-item9 {
    top: 40%;
    left: 46%;
  }
    .map-item10 {
        bottom: 23%;
        right: 34%;
    }
  .map-item11 {
    top: 54%;
    left: 12%;
  }
  .map-item12 {
    top: 27%;
    left: 55%;
  }
  .map-item13 {
    top: 70%;
    left: 83%;
  }
  .map-item14 {
    top: 52%;
    left: 25%;
  }
  .map-item15 {
    top: 78%;
    left: 95%;
  }
  .map-item16 {
    top: 67%;
    left: 47%;
  }
  .map-item17 {
    top: 28%;
    left: 2%;
  }
  .map-item18 {
    top: 42%;
    left: 65%;
  }
  .map-item19 {
    top: 5%;
    left: 3%;
  }

  .map-popup {
    position: absolute;
    left: 58px;
    width: 500px;
    transform: translateY(-50%);
  }
  .map-popup:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent;
  }

  .map-popup.edge {
    left: auto;
    right: calc(100% + 24px);
  }
  .map-popup.edge:before {
    left: auto;
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
  }
}
