em{
    font-weight: bold; 
    font-style: normal; 
    color: #f00; 
}

.eingabe{
    width: 100%;
    font-style: normal;
}

.select{
    font-size: 1em;
}

.content{
    width: 100%;
}

.abstand{
    margin-top: 10px;
    margin-bottom: 40px;
}

.center{
    text-align: center;
    padding-top: 20px;
}

.green{
    color: green;
}

.red{
    color: var(--main-color);
}

.link_button{
    background-color: #dcabbf;
    padding: 4px 6px 3px 6px;
    cursor: pointer;
}

.linkSpan{
    background-color: #ffffff;
}
.linkSpan a:hover{
    color: #000000 !important;
    background-color: #dcabbf;
    border-bottom: 0px;
}
.linkSpan a{
    color: #000000 !important;
    background-color: #dcabbf;
    border-bottom: 0px;
}

.linkSpan a::before {
    content: url("") !important;
}

.weitereInfo{
    margin-top: 20px;
}

input[type='checkbox']{
    display:block; 
    float:left;
}

.weitereInfo label{
    display:block; 
    cursor:pointer; 
    float:left; 
    margin-left:8px;
    margin-bottom: 15px;
    width:96%;
    line-height: 1.45em !important;
}

.weitereInfo label[for='einverstanden']{ 
    margin-bottom: 35px;
}

.disabled{
    background-color: #f7f4f8; 
    color: #C7C7C7;
}

.hide{
    display: none;
}

.show{
    display: block;
}
input[name='exmatrikulationsdatum']{
    margin-bottom: 25px;
}

label{
    display: inline-block; 
    line-height: 1.8em !important; 
    vertical-align: top; 
    width: auto;
}

ol{
    margin: 0; 
    padding: 0; 
}

li{
    list-style: outside none none; 
    padding: 5px; 
    margin: 0; 
}



