.leistungsspektrum-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%;
}

.leistungsspektrum-block.default {
  background: #ffffff;
}

.leistungsspektrum-block.grey {
  background: #F7F7F7;
}

.leistungsspektrum-block .overline {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
  
.leistungsspektrum-block .overline p {
  font-size: calc(12 / 16 * 1rem);
  margin: 0;
}

.leistungsspektrum-block .tabs {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px; 
  top: 0;
}

.leistungsspektrum-block .tabs .tab-buttons {
  display: flex;
  flex-direction: column; 
}

.leistungsspektrum-block .tabs .tab-buttons.mobile {
  display: none;
}

.leistungsspektrum-block .tabs .tab-buttons .btn { 
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #CEEAF7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 8px;
}

.leistungsspektrum-block .tabs .tab-buttons .btn img {
  width: 20px;
  height: 20px;
}

.leistungsspektrum-block .tabs .tab-buttons .btn.active {
  background: #fcebd6;
}

.leistungsspektrum-block .tabs .tab-buttons .btn p {
  margin: 0;
  font-family: 'RobotoRegular', sans-serif;
  font-size: calc(18 / 16 * 1rem);
}

.leistungsspektrum-block .tabs .tab-buttons .btn .tab-head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.leistungsspektrum-block .tabs .tab-buttons .btn .tab-head p {
  max-width: 100%;
}

/* TAB CONTENT */
.leistungsspektrum-block .tabs .tab-content .item.active {
  display: flex;
  flex-direction: column;
}

.leistungsspektrum-block .tabs .tab-content .item {
  display: flex;
  flex-direction: column;
}

.leistungsspektrum-block .tabs .tab-content .item h3 {
  font-size: calc(32 / 16 * 1rem);
  line-height: 1.2;
  font-family: 'RobotoRegular', sans-serif;
  margin: 0 0 10px; 
}

.leistungsspektrum-block .tabs .tab-content .item ul li,
.leistungsspektrum-block .tabs .tab-content .item p {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.6;
  font-family: 'RobotoRegular', sans-serif;
  margin: 0;
}

.leistungsspektrum-block .tabs .tab-content .item ul {
  margin: 20px 0px; 
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.leistungsspektrum-block .leistungsspektrum-head h3 {
  font-size: calc(50 / 16 * 1rem);
  line-height: 1.25;
  margin: 0 0 20px;
}

.leistungsspektrum-block .leistungsspektrum-head p {
  font-family: 'RobotoRegular', sans-serif;
  margin: 0;
  font-size: calc(18 / 16 * 1rem);
  max-width: 680px;
}

.leistungsspektrum-block .leistungsspektrum-head p.subline {
  font-family: 'RobotoRegular', sans-serif;
  color: #463D27;
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.2;
  margin-bottom: 3rem;
}

.leistungsspektrum-block .leistungsspektrum-head a {
  text-decoration: none;
  font-family: 'RobotoRegular', sans-serif;
  padding: 0;
  box-sizing: border-box;
  color: #463D27;
  display: flex;
  align-items: center;
  font-size: calc(21 / 16 * 1rem);
  gap: 15px;
  margin-top: 1rem;
}

.leistungsspektrum-block .leistungsspektrum-head a > img {
  width: 20px;
}

@media only screen and (max-width: 1380px) { 
  .leistungsspektrum-block .leistungsspektrum-head h3 { 
    font-size: calc(42 / 16 * 1rem);
  }
  .leistungsspektrum-block .tabs .tab-content .item h3 {
    font-size: calc(24 / 16 * 1rem);
  }
  .leistungsspektrum-block .tabs .tab-content .item a {
    margin-top: 30px;
  }
  .leistungsspektrum-block .tabs {
    grid-template-columns: 200px 1fr;
    gap: 30px;
  }
}

@media only screen and (max-width: 870px) { 
  .leistungsspektrum-block .leistungsspektrum-head h3 { 
    font-size: calc(32 / 16 * 1rem);
    word-break: break-word;
    hyphens: auto;
  }
  .leistungsspektrum-block .tabs {
    grid-template-columns: 1fr;
  }
  .leistungsspektrum-block .tabs .tab-buttons.mobile { 
    display: flex;
    flex-direction: column;
  }
}

.block-editor-block-list__block .leistungsspektrum-block {
  max-width: 100%;
  width: 100%; 
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
  box-sizing: border-box;
}

.block-editor-block-list__block .leistungsspektrum-block .tabs .tab-content {
  gap: 40px;
  display: flex;
  flex-direction: column;
}