#imageLeitbild {
  width: 70%;
  margin-left: 15%;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#mapLeitbild area {
  cursor: pointer;
  text-decoration: none;
}

#modalContentLeitbild .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#modalContentLeitbild .content {
  font-size: 1.5rem;
}

#modalContentLeitbild .content p {
  margin: 0.5rem 0rem;
}

/* Modal Content/Box */
#contentGlobalLeitbild {
  display: block;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  background-color: #fefefe;
  padding: 2rem;
  width: 50%;
  box-shadow: 0px 0px 5px 5px #9e9e9e;
  border-radius: 10px;
  -webkit-transition: opacity 0.1s linear, z-index 0.1s linear;
  -moz-transition: opacity 0.1s linear, z-index 0.1s linear;
  -o-transition: opacity 0.1s linear, z-index 0.1s linear;
  transition: opacity 0.1s linear, z-index 0.1s linear;
}

#contentGlobalLeitbild.hidden {
  opacity: 0;
  z-index: -1;
}

/* The Close Button */
#contentGlobalLeitbild .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#contentGlobalLeitbild .close:hover,
#contentGlobalLeitbild .close:focus {
  text-decoration: none;
  cursor: pointer;
}

.tooltipPriAes {
  visibility: visible;
  max-width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: fixed;
  /* top: 0px;
  left: 0px; */
  z-index: 1;
  margin-left: -100px;
  opacity: 1;
  transition: opacity 0.3s;
}

.tooltipPriAes.hidden {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

#explanation {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin: 10px 0px;
}

@media all and (max-width: 1000px) {
  #imageLeitbild {
    width: 100%;
    margin-left: 0px;
  }

  #contentGlobalLeitbild {
    width: calc(100% - 5rem);
  }

  #modalContentLeitbild .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
  }

  #modalContentLeitbild .content {
    font-size: 1rem;
  }
}
