.standort-list-block { 
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  height: 100%;
  background: #CCD7E4;
  background: #efefef;
}

.standort-list-block .layout-s {
  padding-top: 70px;
  padding-bottom: 70px;
}

.standort-list-block h3 {
  font-size: calc(32 / 16 * 1rem);
  line-height: 1.2;
  margin: 0;
  color: #463D27;
}

.standort-list-block .standorte {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-top: 3rem;
}

.standort-list-block .standorte > img {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.standort-list-block .standorte .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 70px;
}

.standort-list-block .standorte .list .standort {
  display: flex;
  gap: 15px;
  align-items: center;
  display: grid;
  grid-template-columns: 20px 1fr;
}

.standort-list-block .standorte .list .standort img {
  width: 20px;
  height: 100%;
}

.standort-list-block .standorte .list .standort p {
  margin: 0; 
} 

.standort-list-block .standorte .list .standort > a { 
  text-decoration: none;
  font-family: 'RobotoRegular', sans-serif;
  padding: 0;
  box-sizing: border-box;
  color: #463D27; 
  align-items: center;
  font-size: calc(21 / 16 * 1rem);
  gap: 15px;
  display: grid;
  grid-template-columns: 1fr 15px;
  width: 100%;
}

@media only screen and (max-width: 1380px) { 
  .standort-list-block .standorte { 
    grid-template-columns: 100px 1fr;
  }
  .standort-list-block .standorte > img {
    width: 100%;
  }
}

@media only screen and (max-width: 870px) { 
  .standort-list-block .standorte .list,
  .standort-list-block .standorte { 
    grid-template-columns: 1fr;
  }
  .standort-list-block .standorte {
    gap: 40px;
  }
  .standort-list-block .standorte > img {
    max-width: 200px;
  }
}

.block-editor-block-list__block .standort-list-block {
  max-width: 100%;
  width: 100%; 
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
  box-sizing: border-box;
}