section.rechner-container .schilddruesenrechner {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin: clamp(20px,12.76px + 1.72vw,30px) -40px;
  margin-bottom: clamp(30px,8.28px + 5.17vw,60px);
}
@media (max-width: 1000px) {
  section.rechner-container .schilddruesenrechner {
    padding: 20px;
    margin: clamp(20px,12.76px + 1.72vw,30px) 0;
  }
}
section.rechner-container .schilddruesenrechner .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: clamp(20px,5.52px + 3.45vw,40px);
}
section.rechner-container .schilddruesenrechner .row + .row {
  margin-top: clamp(40px,32.76px + 1.72vw,50px);
}
section.rechner-container .schilddruesenrechner .row p.error {
  margin: 0;
  color: red;
  grid-column: 1/4;
}
@media (max-width: 749px) {
  section.rechner-container .schilddruesenrechner .row {
    grid-template-columns: 1fr 1fr;
  }
}
section.rechner-container .schilddruesenrechner .row .input, section.rechner-container .schilddruesenrechner .row .output {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 160px;
}
section.rechner-container .schilddruesenrechner .row .input label, section.rechner-container .schilddruesenrechner .row .output label {
  font-size: clamp(12px,9.83px + 0.52vw,15px);
  letter-spacing: 0.3px;
}
section.rechner-container .schilddruesenrechner .row .input input, section.rechner-container .schilddruesenrechner .row .output input {
  display: inline;
  flex: 0;
  min-width: 0;
  border: 1px #ccc solid;
}
@media (max-width: 700px) {
  section.rechner-container .schilddruesenrechner .row .input input, section.rechner-container .schilddruesenrechner .row .output input {
    padding: 8px 12px !important;
  }
}
section.rechner-container .schilddruesenrechner .row .input .result, section.rechner-container .schilddruesenrechner .row .output .result {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 27px;
  padding: 13px 0;
  box-sizing: content-box;
  border-radius: 8px;
  border: 1px #ccc solid;
}
@media (max-width: 700px) {
  section.rechner-container .schilddruesenrechner .row .input .result, section.rechner-container .schilddruesenrechner .row .output .result {
    padding: 8px 0 !important;
  }
}
section.rechner-container .schilddruesenrechner .row.th3 .result {
  border-color: #2699fb;
}
section.rechner-container .schilddruesenrechner .row.th3 label {
  color: #2699fb;
}
section.rechner-container .schilddruesenrechner .row.th4 .result {
  border-color: #fc6e4f;
}
section.rechner-container .schilddruesenrechner .row.th4 label {
  color: #fc6e4f;
}
section.rechner-container .schilddruesenrechner .row.tsh .result {
  border-color: #ffaa08;
}
section.rechner-container .schilddruesenrechner .row.tsh label {
  color: #ffaa08;
}
section.rechner-container .schilddruesdenrechner--graph {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin: 30px -40px;
}
@media (max-width: 1000px) {
  section.rechner-container .schilddruesdenrechner--graph {
    padding: 20px;
    margin: 30px 0;
  }
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper {
  width: 100%;
  min-height: 160px;
  background-color: #f4f7f9;
  position: relative;
  display: flex;
  flex-direction: column;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper > div {
  flex: 1 1 30%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.16));
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper > div span {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1;
  position: relative;
  transform: translateY(-13px);
  font-size: 13px;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper > div span::before {
  position: absolute;
  bottom: -6px;
  width: 10px;
  height: 7px;
  left: 50%;
  margin-left: -5px;
  background: #fff;
  content: "";
  display: flex;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper > div span::after {
  position: absolute;
  border-radius: 50%;
  bottom: -21px;
  width: 12px;
  height: 12px;
  border: 3px #fff solid;
  content: "";
  left: 50%;
  margin-left: -6px;
  background: #fff;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper > div.th3 span::after {
  background: #2699fb;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper > div.th4 span::after {
  background: #fc6e4f;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper > div.tsh span::after {
  background: #ffaa08;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper + .gradient-border {
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #f00 0%, #fdcf2f 32.06%, #9dde24 50%, #fdcf2f 65.8%, #f00 100%);
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper + .gradient-border + .x-label {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper + .gradient-border + .x-label span {
  letter-spacing: 1px;
  flex: 0 0 26px;
  text-align: center;
  font-size: clamp(12px,9.83px + 0.52vw,15px);
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper + .gradient-border + .x-label span:first-child {
  text-align: left;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper + .gradient-border + .x-label span:last-child {
  text-align: right;
}
