:root {
    --main-color: #83925b;
}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Bold.woff2') format('woff2'),
        url('fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing:border-box;
    font-family: 'Raleway';
}
body {
    margin:0;
    padding:0;
    font-family: Arial;

    color:#000;

}
p {
    line-height: 1.3;
}
main {
    width:100%;
    max-width:1000px;
    margin:auto;
    margin-top:50px;
    background: #f6f6f6;
    padding-top:40px;
    padding-bottom:40px;
    margin-bottom:50px;
}
#test-wrap {
    width:100%;
    max-width:820px;
    margin:auto;
    margin-top:50px;
    background: #fff;
    color:#000;
}
.inner {
    padding:20px 70px;
}
.c-row,.c-row-n {
    display: flex;
    _background: #f6f6f6;
}
.c-left {
    flex-basis: 40%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3%;
    padding-right: 10px;
}
.c-legend {
    flex-basis: 60%;
    display: flex;
    justify-content: space-between;
    _justify-content: center;
}
@media only screen and (min-width: 750px) {
    .c-legend span:nth-child(1) {
        transform: translateX(35px);
    }
    .c-legend span:nth-child(2) {
        transform: translateX(18px);
    }
    .c-legend span:nth-child(3) {
        transform: translateX(2px);
    }
    .c-legend span:nth-child(4) {
        transform: translateX(-11px);
    }
}
@media only screen and (max-width: 400px) {
    .c-legend  {
        font-size:13px;
    }
}
.c-right {
    flex-basis: 60%;
    display: flex;
}
.c-right span {
    display: block;
    width:12.5%;
    height:auto;
    border: 1px solid #000;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
}
.l-num span {
    border:none;
    text-align: center;
}
.l-num span {
    font-weight:bold;
    height:auto;
    aspect-ratio: unset;
    margin-bottom: 10px;
    margin-top:10px;
}
.c-legend span {
    font-weight: bold;
    font-size: 15px;
}
.inner-click {
    background:var(--main-color);
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width:50%;
    height:50%;
}
.row5 {
    display:none;
}
#first5 {
    display:block;
}
#butt {
    margin:30px auto 0 auto;
    background:var(--main-color);
    width: fit-content;
    padding: 10px 31px;
    font-size:18px;
    color:#fff;
    border-radius: 5px;
    cursor: pointer;
}
#calc {
    display:none;
}
#result {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin:auto;
    font-size: 25px;
    margin-top: 30px;
    position: relative;
       z-index: 10000;
}
#result h3 {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 27px;

}
.typ-row {
    display:flex;
    gap:10px;
    padding:4px 10px;
    border-radius: 5px;
    margin-bottom:3px;
    justify-content: center;
    color:#fff;
    background: var(--main-color);
     
}
.typ-value {
    font-weight:bold;

}
.max-typ {
    color:#fff;
    background: #002f86;
}
#test-wrap {
    padding:20px;
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {
    .c-row, .c-row-n {
        margin-bottom: 10px;
        flex-direction: column;
    }
    .c-row-n {
        margin-bottom:0;
    }
    .c-left {
        margin-bottom: 6px;
        padding-left:0;
    }
}
.c-right span:nth-child(4) {
    margin-right:5px;
}
h1,h2,h3,h4 {
    text-align: center;
    color:#000;
    _font-family:'Times New Roman';
    margin: 0;
    padding-left:20px;
    padding-right:20px;
}
h2,h3 {
    font-size: 39px;
    hyphens: auto;
}
h3 {
    margin-bottom: 30px;
}
.cyan {
    color:var(--main-color);
}
.sep {
    height:30px;
    width:100%;
    background:var(--main-color);

}
.m-top {
    margin-top:30px;
}
#result h3 {
    color:#000;
    font-size: 30px;
    font-family: Arial;
}
.more {
    background:#fff;
    color:#000;
    width: fit-content;
    max-width:100%;
    min-width:fit-content;
    padding:10px 20px;
    border-radius:5px;
    cursor:pointer;
    white-space: nowrap;
}
#form-wrap {
    display:none;
}
#form-wrap p{
    text-align: center;
    font-size:22px;
}
@media only screen and (max-width: 800px) {
    .inner {
        padding-left:20px;
        padding-right:20px;
    }
}
@media only screen and (max-width: 550px) {
    h2, h3 {
        font-size: 36px;
    }
}
.D-Typ,.I-Typ,.S-Typ,.C-Typ {
    display:none;
    margin-top:30px;
}
.entry {
    margin-bottom:30px;
    font-size:29px;
}
.c-row {
    outline:1px solid #f2f2f2;
}

#intro {
    font-size:25px;
}
h3 {
    margin-bottom: 0px;
    font-size:29px;
}
div[class$="-Typ"] h3 {
    font-size: 27px;
}
.teaser {
    padding: 20px 70px 20px;
}
.teaser p {
    margin-top:0;
    font-size:20px;
}
#form-patient {
    width:100%;
    max-width:300px;
    margin:auto;
    margin-top:20px;
}
#form-patient label {
    text-align: center;
    display: block;
    font-weight: bold;
}
#test-wrap {
    display:none;
    position: relative;
}
.continue {
    background:var(--main-color);
    width:fit-content;
    color:#fff;
    padding:10px 20px;
    margin:auto;
    margin-top:10px;
    cursor:pointer;
}
.start {
   /* background:var(--main-color);
    width:fit-content;
    color:#fff;
    padding:15px 40px;
    margin:auto;
    margin-top:10px;
    display:none;
    cursor:pointer;
    font-size: 19px;*/
}

.t-overlay {
 position: absolute;
 width:100%;
 height:100%;
 left:0;
 top:0;
pointer-events: none;
 z-index: 1000;
     border-radius: 20px;
}
.add-overlay {
   background: rgba(255,255,255,0.6);  
}
input {
   border:1px solid #ccc !important; 
}
.praxis-text {
  display:none;  
}
.result-info {
   text-align: center;
   color:#000;
   font-size: 22px;
   font-weight:bold;
   margin-top:0px;
   display:none;
}
.spacer {
height:500px;    
}