.p28 {
  font-size: clamp(20px, 3vw, 28px);
}

.p20 {
  font-size: clamp(16px, 2vw, 20px);
}

.p16 {
  font-size: clamp(14px, 1.6vw, 16px);
}

.text-center {
  text-align: center;
}

.font-bold {
  font-weight: 700;
}

.font-demibold {
  font-weight: 600;
}

.font-med {
  font-weight: 500;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.gap-half {
  gap: clamp(24px, 4vw, 40pxpx);
}

.gap-st {
  gap: clamp(40px, 7vw, 100px);
}

.mb-2 {
  margin-bottom: 2em;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.block-break {
  display: inline-block;
}

.yellow-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  padding: clamp(32px, 5vw, 50px) 0;
  margin: clamp(32px, 5vw, 50px) auto;
  background-color: #fff6e6;
}

.backline-h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 350px;
  max-width: 92%;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 28px);
  margin-bottom: 1em;
}
.backline-h3 h3 {
  position: relative;
  font-size: 1em;
  width: fit-content;
  padding: 0 0.7em;
  z-index: 1;
  font-weight: 600;
  background-color: #fff6e6;
}
.backline-h3.backline-white h3 {
  background-color: #fff;
}
.backline-h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 0;
  left: 0;
  background-color: #2f2f2f;
}

.underline-h4 {
  box-sizing: border-box;
  padding: 0.2em;
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
}

section.principles {
  align-items: center;
  gap: 3em;
}
section.principles .principle-item {
  align-items: center;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
}
section.principles .principle-item p {
  font-size: 1em;
  line-height: 200%;
  font-weight: 900;
}
section.principles .principle-item p.text-light {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}

section.thema-box {
  line-height: 200%;
}
@media screen and (min-width: 801px) {
  section.thema-box {
    line-height: 250%;
  }
}

section.philosophy {
  font-size: clamp(14px, 1.6vw, 16px);
  margin-bottom: clamp(120px, 20vw, 200px);
}
section.philosophy article.phil-point {
  margin-bottom: 2.5em;
}
section.philosophy ul {
  font-size: 1em;
  padding-left: 1em;
  letter-spacing: 0;
  list-style-type: disc;
  line-height: 180%;
  font-weight: 500;
}
section.philosophy ul li {
  list-style: disc;
  margin: 0 0 1em 1em;
  padding-left: 0.2em;
}

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