.text-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%;
}

.text-block > div {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block.mb0 > div {
  padding-bottom: 0; 
}
 
.text-block.mt0 > div {
  padding-top: 0; 
}

.text-block > div > p {
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.4;
}

.text-block p.overline {
  margin: 0 0 10px;
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.2;
  font-family: 'RobotoRegular', sans-serif;
}

.text-block h3 {
  font-size: calc(45 / 16 * 1rem);
  line-height: 1.2; 
  font-family: 'RobotoRegular', sans-serif;
}

.text-block h4 {
  margin-bottom: 35px;
}

.text-block a.btn-primary { 
  font-family: 'RobotoRegular', sans-serif; 
  background: #463D27;
  color: #ffffff;  
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: fit-content;
  min-height: 56px; 
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none; 
  margin-top: 20px;
  position: relative;
  font-size: calc(18 / 16 * 1rem);  
  width: fit-content;
  padding: 2px 30px;
  gap: 15px;
}

.text-block ul {
  margin: 25px 0 25px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-block ul li {
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.5;
  display: grid;
  grid-template-columns: 20px 1fr;
  padding-left: 0;
  list-style: none;
  margin: 0;
  align-items: flex-start;
  gap: 15px;
}

.text-block ul li::before {
  content: url('/zes/wp-content/themes/zes_theme/images/check-list.svg');
  width: 15px;
  height: auto;
  background: none;
  transform: scale(1) translateY(0px);
  top: 0;
  position: relative;
  margin-right: 10px;
}

.text-block .content.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
} 

.text-block > div .formulare {
  margin-top: 50px;
}

.text-block > div .formulare p > strong {
  font-weight: 400;
  font-family: 'RobotoRegular', sans-serif;
  font-size: calc(42 / 16 * 1rem); 
  color: #463D27;
}

.text-block > div .formulare .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-block > div .formulare .links a {
  font-size: calc(21 / 16 * 1rem);
  color: #463D27;
  text-decoration: none;
  display: flex; 
  gap: 8px;
}

.text-block > div .formulare .links a::before {
  content: url('/zes/wp-content/themes/zes_theme/images/icon-download.svg');
  width: 15px;
  height: 15px; 
}

@media only screen and (max-width: 1380px) { 

}

@media only screen and (max-width: 870px) { 
  .text-block.mb0 > div {
    padding-top: 50px;
  }
  .text-block > div > p {
    font-size: calc(21 / 16 * 1rem);
    line-height: 1.8;
  }
  .text-block h3 {
    font-size: calc(32 / 16 * 1rem);
    margin-bottom: 15px;
  }
  .text-block > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-block .content.two { 
    grid-template-columns: repeat(1, 1fr); 
    gap: 30px;
  }  
}

.block-editor-block-list__block .text-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 .text-block ul li { 
  padding-left: 0; 
}

.block-editor-block-list__block .text-block ul li::before {
  margin-right: 15px;
}

.block-editor-block-list__block .text-block > div {
  padding-top: 0;
  padding-bottom: 0;
}