.customer-styles {
  /* START article: des-hotspot */
  /* END article: des-hotspot */
}

.customer-styles .template_des-hotspot {
  /* New Keyframes for Fade Animation */
}

@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: .7;
  }
  to {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.customer-styles .template_des-hotspot {
  overflow: visible;
  position: relative;
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot {
    overflow: hidden;
  }
}

.customer-styles .template_des-hotspot button:focus-visible,
.customer-styles .template_des-hotspot a:focus-visible,
.customer-styles .template_des-hotspot .icon-arrow-left:focus-visible,
.customer-styles .template_des-hotspot .icon-arrow-right:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.customer-styles .template_des-hotspot .hotspot-lightbox-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00288c;
  opacity: 0.69;
  z-index: 11;
}

.customer-styles .template_des-hotspot .content {
  grid-column: 1/7;
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot .content {
    grid-column: 3 / 15;
  }
}

.customer-styles .template_des-hotspot .headline {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot .headline {
    margin-bottom: 60px;
  }
}

.customer-styles .template_des-hotspot .image-wrapper {
  display: flex;
  flex-direction: column;
}

.customer-styles .template_des-hotspot .image-wrapper .image {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.customer-styles .template_des-hotspot .image-wrapper .image img,
.customer-styles .template_des-hotspot .image-wrapper .image picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.customer-styles .template_des-hotspot .button-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  order: 3;
  justify-content: center;
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot .button-container {
    align-items: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: row;
  }
}

.customer-styles .template_des-hotspot .button-container:not(:first-child) {
  margin-top: 32px;
}

.customer-styles .template_des-hotspot .positionable-target {
  position: relative;
  width: 100%;
}

.customer-styles .template_des-hotspot .wrapper {
  overflow: hidden;
}

.customer-styles .template_des-hotspot .wrapper ul {
  height: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.customer-styles .template_des-hotspot .wrapper li {
  display: inline-block;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper {
  cursor: pointer;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper.label-hide .spot ::before {
  display: none;
  background-color: #fff;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
  color: #00288c;
  font-size: 16px;
  letter-spacing: .05em;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .spot-outer {
  opacity: 0;
  z-index: 0;
  animation: scaleIn 3s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .spot {
  display: flex;
  position: absolute;
  border-radius: 50%;
  background-color: #b9eb5f;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  box-sizing: content-box;
  border: none;
  justify-content: center;
  align-items: center;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .spot .spot-label {
  font-family: "Delta Sans Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #fff;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
  color: #00288c;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 24px;
  padding: 5px 33px 2px 15px;
  position: absolute;
  right: 26px;
  top: -25px;
  height: 29px;
  box-shadow: 0px 3px 6px #00288C33;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .spot .spot-outer {
  position: absolute;
  background-color: #b9eb5f;
  opacity: 0.5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  animation: scaleIn 3s linear infinite;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .spot.show-spot {
  display: flex;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .spot .spot-number {
  font-family: "Delta Sans Semi Bold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
  color: #00288c;
  width: inherit;
  text-align: center;
  font-size: 18px;
  z-index: 15;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer {
  display: none;
  position: absolute;
  border: none;
  padding: 25px;
  background: #fff;
  box-sizing: border-box;
  z-index: 11;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 50px);
  min-width: 316px;
  /* Fade-in and Fade-out classes */
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer {
    max-width: 630px;
    right: 25px;
    width: 100%;
    top: 103px;
    left: auto;
    transform: none;
  }
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer.active {
  display: block;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer.fade-in {
  display: block;
  animation: fadeIn 0.5s ease-out forwards;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer.fade-out {
  animation: fadeOut 0.5s ease-out forwards;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .close-infobox {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -41px;
  background-color: transparent;
  padding: 5px;
  outline: none;
  border: none;
  width: 44px;
  height: 44px;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .close-infobox .icon-close {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.971' height='16.971' viewBox='0 0 16.971 16.971'%3E%3Cg data-name='Gruppe 11865' transform='translate(8.485 -6.364) rotate(45)'%3E%3Cline data-name='Linie 1254' y2='21' transform='translate(10.5)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cline data-name='Linie 1255' y2='21' transform='translate(21 10.5) rotate(90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .roofline {
  font-family: "Delta Sans Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #fff;
  clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
  color: #00288c;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: 11px 40px 0 25px;
  position: absolute;
  left: 0;
  top: -30px;
  width: 45%;
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .roofline {
    width: 32%;
  }
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .roofline > p {
  margin: 0;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .roofline > p:not(:first-child) {
  margin-top: 1em;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .roofline > p:not(:last-child) {
  margin-bottom: 1em;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .spot-infobox {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .spot-infobox {
    flex-direction: row;
  }
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .media-wrapper {
  display: flex;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .spot-image {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .spot-image {
    width: 215px;
  }
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .h3,
.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .text {
  color: #00288c;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .h3 b,
.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .text b {
  font-family: "Delta Sans Semi Bold", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .spot-infobox-text {
  color: #00288c;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  height: 301px;
  overflow-y: scroll;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .spot-links-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer .link-appearance-button {
  max-width: 125px;
}

.customer-styles .template_des-hotspot .spot-container .spot-wrapper .layer.show-layer {
  display: none;
}

.customer-styles .template_des-hotspot .pagination-number {
  display: none;
  color: #fff;
  text-align: center;
  gap: 5px;
}

.customer-styles .template_des-hotspot .pagination-number .pagination-current-page {
  font-weight: bold;
}

.customer-styles .template_des-hotspot .pagination {
  display: none;
  flex-direction: row;
  height: 44px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  position: absolute;
  z-index: 11;
}

@media (min-width: 768px) {
  .customer-styles .template_des-hotspot .pagination {
    left: 66%;
    transform: translateX(-66%);
  }
}

.customer-styles .template_des-hotspot .pagination .icon-arrow-left {
  background-color: transparent;
  background-repeat: no-repeat;
  outline: none;
  border: none;
  height: 44px;
  cursor: pointer;
  width: 44px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.331' height='13.106' viewBox='0 0 17.331 13.106'%3E%3Cg id='Linkpfeil' transform='translate(3 0.707)'%3E%3Cpath data-name='Pfad 82' d='M0,0V8.268H8.268' transform='translate(7.071 11.692) rotate(-135)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline data-name='Linie 6' x1='15.5' transform='translate(-3 5.724)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}

.customer-styles .template_des-hotspot .pagination .icon-arrow-left.offkey {
  visibility: hidden;
  cursor: default;
}

.customer-styles .template_des-hotspot .pagination .icon-arrow-left.offkey svg {
  fill: #b9eb5f;
}

.customer-styles .template_des-hotspot .pagination .icon-arrow-right {
  background-color: transparent;
  background-repeat: no-repeat;
  outline: none;
  border: none;
  height: 44px;
  cursor: pointer;
  width: 44px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.331' height='13.106' viewBox='0 0 17.331 13.106'%3E%3Cg id='Linkpfeil' transform='translate(3 0.707)'%3E%3Cpath data-name='Pfad 82' d='M0,0V8.268H8.268' transform='translate(7.071 11.692) rotate(-135)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline data-name='Linie 6' x1='15.5' transform='translate(-3 5.724)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.customer-styles .template_des-hotspot .pagination .icon-arrow-right.offkey {
  visibility: hidden;
  cursor: default;
}

.customer-styles .template_des-hotspot .pagination .icon-arrow-right.offkey svg {
  fill: #b9eb5f;
}

.customer-styles .template_des-hotspot .mobile-spot-details {
  display: none;
}

@media (max-width: 767px) {
  .customer-styles .template_des-hotspot .mobile-spot-details {
    background-color: #2859b5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 18px;
  }
  .customer-styles .template_des-hotspot .mobile-spot-details .roofline {
    font-size: 21px;
    color: #fff;
  }
  .customer-styles .template_des-hotspot .mobile-spot-details .open-layer-btn {
    cursor: pointer;
    font-family: "Delta Sans Regular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-weight: normal;
    min-width: 125px;
    padding: 0 10px 2px 10px;
  }
  .customer-styles .template_des-hotspot .mobile-spot-details .pagination-mobil {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 44px;
    justify-content: center;
  }
  .customer-styles .template_des-hotspot .pagination-mobil .pagination {
    display: flex;
  }
  .customer-styles .template_des-hotspot .pagination-mobil .pagination-number {
    display: inline-flex;
  }
}
