<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection &gt; output {
display: list-item;
list-style: none;
}
.wpcf7-reflection &gt; output[hidden] {
display: none;
}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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; div.th3 span::after {
background: #2699fb;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper &gt; div.th4 span::after {
background: #fc6e4f;
}
section.rechner-container .schilddruesdenrechner--graph .graph-wrapper &gt; 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;
}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}</pre></body></html>