body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /*background-color: #FFBE00;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

a {
    outline: none;
}
a {
    color: #003B7A;
    text-decoration: underline;
}

a:hover{
    color: #002f62;
}

ul.a-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.a-list li{
    margin: 12px;
}

.versteckt{
    display: none;
}

.form-control {
    border-radius: 0
}
.form-select {
    border-radius: 0
}

.btn{
    border-radius: 0;
}

.form-check{
    border-radius: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-inline{
    border-radius: 0;
}

table.courses-select-table tr td:first-child{
    width: 1px;
}

h3{
    color: #003b7a;
    font-size: 1.25rem;
    font-weight: 400;
}

h2{
    color: #003b7a;
    font-size: 1.5rem;
    font-weight: 400;
}

input[type=submit]{
    background-color: #003b7a;
    color: #fff;
}

label.error{
    font-size: 0.75rem;
    color: red;
}

#ab_ra_block{
    display: none;
}
