
.selbsttest-container{
    width: 90%;
    margin: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
}

.selbsttest-header{
    background:#2e4672;
    color:#f6ce00;
    padding:16px 40px;
    font-size:28px;
    font-weight:700;
    letter-spacing:0.5px;
    text-align:center;
    text-transform:uppercase;
}

.selbsttest-etappe{
    background:#f2f2f2;
    color:#2e4672;
    padding:16px 20px;
    font-size:18px;
    font-weight:700;
    letter-spacing:0.5px;
    text-align:center;
    border-bottom:1px solid #CCC;
	line-height: 26px;
}

.selbsttest-content{
    padding:20px;
    min-height:420px;
}

.selbsttest-status{
    font-size:14px;
    color:#777777;
    margin-bottom:-18px;
    font-weight:bold;
}

.selbsttest-fragebox{
    min-height:90px;
    display:flex;
    align-items:center;
    margin-bottom:0px;
}

.selbsttest-frage{
    font-size:16px;
    line-height:1.45;
    font-weight:bold;
    color:#2e4672;
    margin:0;
}

.selbsttest-antworten{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:20px;
}

.selbsttest-antwort{
    border:2px solid #d9d9d9;
    border-radius:10px;
    padding:6px 12px;
    font-size:16px;
    cursor:pointer;
    background:#ffffff;
    transition:all 0.2s ease;
    color:#333333;
}

.selbsttest-antwort:hover{
    border-color:#2e4672;
    background:#f7f9fd;
}

.selbsttest-antwort.aktiv{
    border-color:#2e4672;
    background:#eef3fc;
}

.selbsttest-footer{
    text-align:center;
    padding-top:10px;
}

.weiter{
    box-shadow:0px 1px 0px 0px #f0f7fa;
    background:linear-gradient(to bottom, #edde34 5%, #d1af02 100%);
    background-color:#edde34;
    border-radius:8px;
    border:2px solid #00000f;
    display:inline-block;
    cursor:pointer;
    color:#2e4673;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    padding:10px 28px;
}

.weiter:hover{
    background:linear-gradient(to bottom, #d1af02 5%, #edde34 100%);
}

.selbsttest-punkte{
    font-size:14px;
    font-weight:bold;
    color:#777777;
    margin-bottom:10px;
}

.selbsttest-titel{
    font-size:24px;
    line-height:1.3;
    color:#2e4672;
    margin-bottom:16px;
}

.selbsttest-text{
    font-size:16px;
    line-height:1.6;
    color:#333333;
}
