


.plaketten-popup {
      position: absolute;
      width: 600px;
      max-width: 95%;
      max-height: 80vh;
      overflow-y: scroll;
      top: 50%;
      transform: translate(-50%,-50%);
      left: 50%;
      padding: 20px;
      background-color: #271d18;
      color: #FFF!important;
}

.plakette-left {
  flex-shrink: 0;
}

.core-plakette {
  width: 200px;
  flex-shrink: 1;
}

.plaketten-popup-wrapper {
   display: none;
   z-index: 101;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
  background-color: #271d18;
 }

 .plaketten-popup-wrapper strong {
   display: block;
  margin-bottom: 16px;
  font-family: "NDKernBold";
 }

 .plaketten-popup-wrapper:hover {
    cursor: pointer;
  }

.plaketten-close {
  position: absolute;
  z-index: 1000000;
  top: 20px; right: 20px;
  width: 40px; height: 40px;
}
