.radio-flex {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
  }

.radio-group {
    margin-bottom: 20px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
  }

.pref-cls {
    display: flex;
    gap: 5px;
    /* flex-wrap: wrap; */
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
}

.form-check {
    padding-left: 0;
}

.radio-group input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }

.radio-group label {
background-color: #e4e4e4;
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
line-height: 1;
text-align: center;
padding: 8px 16px;
margin-right: -1px;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
transition: all 0.1s ease-in-out;
flex: 1;
border-radius: 4px 4px 4px 4px;
}
.radio-group label:hover {
cursor: pointer;
}

.radio-group input:checked + label {
background-color: #a5dc86;
    color: white;
box-shadow: none;
}

/* Don't care */
.radio-group input[value="0"]:checked + label {
    background-color: #555;
box-shadow: none;
}
/* Gerne */
.radio-group input[value="1"]:checked + label {
    background-color: #75caeb;
box-shadow: none;
}
/* Unbedingt */
.radio-group input[value="2"]:checked + label {
    background-color: #158cba;
box-shadow: none;
}
/* Erforderlich */
.radio-group input[value="3"]:checked + label {
    background-color: #28b62c;
box-shadow: none;
}

/* .radio-group label:first-of-type {
border-radius: 4px 0 0 4px;
}

.radio-group label:last-of-type {
border-radius: 0 4px 4px 0;
} */

.radio-info {
    display: block;
    font-weight: 500;
    font-size: 16px;
    flex-basis: 100%;
}

.radio-group details{
font-weight: 400;
font-size: 14px;
flex-basis: 100%;
}

.ak-header {
    font-size: 1.25em;
    margin-top: 0.5em;
    margin-bottom: 0.25em
}

.ak-category-header {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
