.gw-rechner{
font-size: inherit;
max-width: 720px;
margin: 16px auto;
padding: 14px 16px;
border: 1px solid #e5e5e5;
border-radius: 12px;
text-align: left;
box-sizing: border-box;
background: #fff;
background: #f0f0f0;
}

.gw-rechner label{
display: inline-block;
margin-top: 6px;
}

.gw-rechner input{
margin-top: 8px;
width: 240px;
max-width: 100%;
padding: 10px 12px;
font-size: 1em;
border: 1px solid #cfcfcf;
border-radius: 10px;
box-sizing: border-box;
}

.gw-hint{
margin: 8px 0 14px;
font-size: 0.9em;
color: #666;
}

.gw-line{
display: flex;
gap: 12px;
align-items: baseline;
margin: 10px 0;
}

.gw-value{
min-width: 160px;
font-weight: 800;
white-space: nowrap;
}

.gw-red{ color: #c40000; }
.gw-green{ color: #0a7a2f; }
.gw-text{ flex: 1; }

.gw-sep{
margin: 14px 0 10px;
}
