.ewp-map {
  container-type: inline-size;
  accent-color: #0DD481;
  transition: opacity 0.5s;
}
.ewp-map .ewp-list-link-wrapper {
  text-align: center;
  padding: 60px;
  padding-bottom: 50px;
}
.ewp-map .ewp-list-link-wrapper svg {
  vertical-align: text-top;
  margin-right: 5px;
  transform: translateY(1px);
}
.ewp-map .ewp-list-link-wrapper button, .ewp-map .ewp-list-link-wrapper a {
  color: var(--Text, #231F20);
  text-align: center;
  font-family: Roboto;
  font-size: var(--Paragraph-L, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 28.6px */
  cursor: pointer;
  border: 0;
}
.ewp-map .ewp-list-link-wrapper button:hover, .ewp-map .ewp-list-link-wrapper a:hover {
  text-decoration: underline;
}
.ewp-map .ewp-content-wrapper {
  border-bottom: 8px solid var(--Energiewerkstatt, #0DD481);
  background: var(--White, #FEFEFE);
  box-shadow: 0 -1px 0 0 #808080;
  display: grid;
  grid-template-columns: auto min-content;
}
@container (max-width: 1200px) {
  .ewp-map .ewp-content-wrapper {
    grid-template-columns: auto;
  }
}
.ewp-map .wpgmza_map {
  min-height: 500px;
  height: 100% !important;
}
@container (max-width: 800px) {
  .ewp-map .wpgmza_map {
    min-height: calc(100vh - 102px);
  }
}
.ewp-map .ewp-map-embed {
  position: relative;
}
.ewp-map .ewp-map-embed > button {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 99999;
  transform: translateX(-50%);
  border: 0;
  padding: 10px 20px;
  color: white;
  border-radius: 5px !important;
  background: var(--Text, #231F20);
  font-family: Roboto;
  font-size: var(--Paragraph-L, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  cursor: pointer;
}
@container (max-width: 1200px) {
  .ewp-map .ewp-map-embed > button {
    display: unset;
  }
}
.ewp-map .ewp-map-embed > button svg {
  vertical-align: text-top;
  margin-right: 5px;
  transform: translateY(1px);
}
.ewp-map .ewp-map-appendix {
  container-type: inline-size;
  padding: var(--M, 30px) var(--L, 40px);
  background: var(--White, #FEFEFE);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.25);
  width: 15vw;
  min-width: 620px;
  z-index: 1;
}
@container (max-width: 600px) {
  .ewp-map .ewp-map-appendix {
    padding: var(--M, 20px) var(--L, 30px);
  }
}
@container (max-width: 1200px) {
  .ewp-map .ewp-map-appendix {
    width: 100%;
    min-width: unset;
  }
}
.ewp-map .layer-select-filter-wrapper {
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #808080;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@container (max-width: 600px) {
  .ewp-map .layer-select-filter-wrapper {
    grid-template-columns: 1fr;
  }
}
.ewp-map .layer-select-filter-wrapper label {
  hyphens: auto;
  display: grid;
  gap: 20px;
  position: relative;
  grid-template-columns: 50px auto;
}
.ewp-map .layer-select-filter-wrapper label > div:nth-child(1) {
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #808080;
  padding: 10px;
  overflow: hidden;
}
.ewp-map .layer-select-filter-wrapper label > div:nth-child(1) img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}
.ewp-map .layer-select-filter-wrapper label > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.ewp-map .layer-select-filter-wrapper label span {
  color: inherit;
}
.ewp-map .layer-select-filter-wrapper label:has(input:checked) > div:nth-child(1) {
  border: 3px solid #009657;
  background: rgba(7, 160, 97, 0.05);
}
.ewp-map .operational-status-select-filter-wrapper {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #808080;
  margin-bottom: 30px;
  display: flex;
  gap: 40px;
}
@container (max-width: 600px) {
  .ewp-map .operational-status-select-filter-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.ewp-map .ewp-map-meta {
  text-align: center;
  border-radius: 10px;
  background: rgba(13, 212, 129, 0.05);
  padding: var(--S, 20px);
  hyphens: auto;
}
.ewp-map .ewp-map-meta > div:nth-child(1) {
  margin-bottom: 40px;
}
.ewp-map .ewp-map-meta > div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  column-gap: 20px;
}
.ewp-map .ewp-map-meta > *:first-child {
  flex: 1;
  font-weight: bold;
  align-self: center;
}
.ewp-map .ewp-map-meta > * > *:first-child {
  margin-bottom: 10px;
}
.ewp-map .ewp-map-meta * {
  line-height: 130%;
}
.ewp-map.__loading {
  pointer-events: none;
  opacity: 0.3;
}
.ewp-map input[type=checkbox] {
  position: absolute;
  color: white;
  background: white;
  border: white;
  outline: white;
  width: 0;
  height: 0;
  visibility: hidden;
}
.ewp-map .ol-marker {
  cursor: pointer;
}
.ewp-map .ol-marker img {
  height: 60px;
}
.ewp-map .wpgmza-infowindow {
  width: unset;
  min-width: 350px;
  border-radius: 20px;
  background: #FEFEFE;
  padding: 30px;
  font-size: 22px;
  box-shadow: 0 13px 15px 0 rgba(30, 30, 30, 0.15);
  overflow: unset;
  margin-bottom: 17px;
}
.ewp-map .wpgmza-infowindow:after {
  content: "";
  position: absolute;
  background: #FEFEFE;
  width: 60px;
  height: 20px;
  left: calc(50% - 30px);
  bottom: -19px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.ewp-map .wpgmza-infowindow .ol-info-window-close {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
}

.ewp-info-popup {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  gap: 30px;
}
.ewp-info-popup > div:nth-child(1) {
  display: flex;
  gap: 20px;
  white-space: nowrap;
}
.ewp-info-popup > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ewp-info-popup > div:nth-child(1) > div:nth-child(1) img {
  height: 55px;
  max-width: unset !important;
}
.ewp-info-popup > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  margin-top: 10px;
}
.ewp-info-popup > div:nth-child(2) {
  white-space: nowrap;
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
  display: grid;
  grid-template-columns: auto min-content;
  grid-row-gap: 10px;
  grid-column-gap: 5px;
}
.ewp-info-popup > div:nth-child(2) *:nth-child(even) {
  font-weight: bold;
  text-align: right;
}
.ewp-info-popup > div:nth-child(3) {
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
}
.ewp-info-popup > div:nth-child(3):not(:has(a)) {
  display: none;
}

.ewp-status-chip {
  display: inline-flex;
  padding: 5px 15px;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: #66B9E8;
  color: #231F20;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.ewp-status-chip[data-status*=Betrieb] {
  background: #0DD481;
}

.ewp-a11y-list {
  font-size: 22px;
}
.ewp-a11y-list > div:nth-child(1) {
  padding: 30px 60px;
  color: var(--Black---Text, #1E1E1E);
  /* Headline/H4 */
  font-family: "Exo 2";
  font-size: var(--H4, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 28.6px */
}
.ewp-a11y-list > div:nth-child(2) > div {
  padding: 60px;
}
.ewp-a11y-list table {
  border-collapse: collapse;
  width: 100%;
}
.ewp-a11y-list table caption {
  color: var(--Black---Text, #1E1E1E);
  font-family: "Exo 2";
  font-size: var(--H3, 44px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
.ewp-a11y-list table thead tr td, .ewp-a11y-list table thead tr th {
  padding: 60px 0;
  font-weight: bold;
  border-bottom: 1px solid #808080;
  padding-right: 40px;
}
.ewp-a11y-list table thead tr td:last-child, .ewp-a11y-list table thead tr th:last-child {
  padding-right: 0;
}
.ewp-a11y-list table tbody tr td, .ewp-a11y-list table tbody tr th {
  padding: 30px 0;
  border-bottom: 1px solid #808080;
  padding-right: 40px;
}
.ewp-a11y-list table tbody tr td:last-child, .ewp-a11y-list table tbody tr th:last-child {
  padding-right: 0;
}
.ewp-a11y-list table tbody tr th {
  font-weight: bold;
}

/*# sourceMappingURL=ewp.css.map */
