body {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font: 14px/1.4 "Open Sans", sans-serif;
  color: #343a40;
}

.imageMap__container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(11, 1fr);
  position: relative;
}
.imageMap__container img {
  width: 100%;
  height: auto;
  grid-column: 1/-1;
  grid-row: 1/-1;
  pointer-events: none;
  overflow: hidden;
}

.hidden {
  height: 0px;
  border-color: transparent;
  filter: opacity(0);
}

.centerInImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.markers {
  background: rgba(255, 255, 255, 0.7);
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  border-color: rgba(51, 51, 51, 0.5);
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  align-self: center;
  justify-self: center;
  cursor: pointer;
  animation: ownpulse 3s cubic-bezier(0.19, 1, 0.22, 1) infinite both;
  position: relative;
}
.markers:focus-within .marker__card,
.markers:focus .marker__card {
  display: block;
}

.flip {
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  border: solid 1px #a6d8a8;
  margin: auto;
}

.marker__card {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  display: none;
  margin-top: -5%;
  min-height: 100px;
  position: absolute;
  bottom: 32px;
  right: 100px;
  width: 30%;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  min-width: 220px;
  max-width: 300px;
  animation: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.marker__card.stirn {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  display: none;
  margin-top: -5%;
  min-height: 100px;
  position: absolute;
  bottom: -410px;
  right: 50px;
  width: 30%;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  min-width: 220px;
  max-width: 300px;
  animation: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.marker__card__title {
  font: 20px "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}
/* animations */
@keyframes ownpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px rgba(92, 112, 214, 0);
    box-shadow: 0 0 0 40px rgba(92, 112, 214, 0);
  }
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px rgba(92, 112, 214, 0);
    box-shadow: 0 0 0 40px rgba(92, 112, 214, 0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: scale3d(0.3, 0.3, 0.3) translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

button {
  font-family: "Open Sans", sans-serif;
  background: none;
  font-size: 14px;
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
}

button.close {
  background-color: red;
  color: white;
  border-color: red;
}

@media only screen and (max-width: 600px) {
  .marker__card.auge {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    display: none;
    margin-top: -5%;
    min-height: 100px;
    position: absolute;
    bottom: -250px;
    right: -150px;
    width: 30%;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    min-width: 220px;
    max-width: 300px;
    animation: fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }

  .marker__card.stirn {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    display: none;
    margin-top: -5%;
    min-height: 100px;
    position: absolute;
    bottom: -340px;
    right: -135px;
    width: 30%;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    min-width: 220px;
    max-width: 300px;
    animation: fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }

  .marker__card.face {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    display: none;
    margin-top: -5%;
    min-height: 100px;
    position: absolute;
    bottom: -225px;
    right: -100px;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    min-width: 220px;
    max-width: 300px;
    animation: fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }

  .marker__card.nase {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    display: none;
    margin-top: -5%;
    min-height: 100px;
    position: absolute;
    bottom: -250px;
    right: -130px;
    width: 30%;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    min-width: 220px;
    max-width: 300px;
    animation: fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }

  .marker__card.ohr {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    display: none;
    margin-top: -5%;
    min-height: 100px;
    position: absolute;
    bottom: -260px;
    right: -180px;
    width: 30%;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    min-width: 220px;
    max-width: 300px;
    animation: fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}
