.p_table
{
    text-align: left;
}

.p_text
{
    margin-block-start: 0px;
    margin-block-end: 0px;
    color: black;
}

.anleitungen_objekt a {
    text-decoration: none;
}

.p_dick
{
    font-weight: bold;
}

.p_autor
{
    display: block;
    font-size: 20px;
    margin-block-start: 10px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.p_info
{
    font-size: 14px;
    color: #00ADB5;
    text-decoration: overline;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.p_gesperrt 
{
    background-color: #ff000020;
    border: 2px solid red;
}

.p_fehlt
{
    background-color: #ffff0020;
    border: 2px solid yellow;
}

.p_offen 
{
    background-color: #00800020;
    border: 2px solid green;
}

.p_beantragt 
{
    background-color: #ffff0020;
    border: 2px solid yellow;
}

.p_prufung 
{
    background-color: #ffa50020;
    border: 2px solid orange;
}

.p_wartung 
{
    background-color: #ffff0020;
    border: 2px solid yellow;
}

.form-group
{
    margin: 0px 0px 20px 0px;
}

.form-group li
{
    height:30px;
}

.anleitungen_liste
{
    border: none;
    background-color: #393E46;
}

.anleitungen_objekt
{
    min-width: 200px;
    margin: 0px;
    max-width: 400px;
    height: 60px;
}

.footer_table
{
    border: none;
    display: flex;
    justify-content: center;
}

.footer_info
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btn
{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}

.btn-success
{
    background: #7fd98a;
    color: #00ADB5;
    border-radius: 5px;
    border: solid 1px #00ADB5;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    font-weight: bold;
}

.btn-link
{
    color: #00ADB5;
    border: none;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    font-weight: bold;
}

.btn-danger
{
    background: #e54c5a;
    color: #00ADB5;
    border-radius: 5px;
    border: solid 1px #00ADB5;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    font-weight: bold;
}

.btn-warning
{
    background: #e3e54c;
    color: #00ADB5;
    border-radius: 5px;
    border: solid 1px #00ADB5;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    font-weight: bold;
}

.btn-info
{
    background: #00ADB5;
    color: white;
    border-radius: 20px;
    border: solid 1px #00ADB5;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    font-weight: bold;
}

.btn-primary
{
    background: #393E46;
    color: #00ADB5;
    border-radius: 5px;
    border: solid 1px #00ADB5;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    font-weight: bold;
}

.btn-group a 
{
    border-radius: 0px;
    border-left: none;
    margin: 0px;
}

.btn-group
{
    display: flex;
}

.btn-group a:first-of-type 
{
    border-radius: 5px 0px 0px 5px;
    margin: 0px;
}

.btn-group a:last-of-type 
{
    border-left: none;
    border-radius: 0px 5px 5px 0px;
    margin: 0px;
}

.btn-secondary 
{
    background: #00ADB5;
    color: black;
    border-radius: 5px;
    border: solid 1px black;
    padding: 0px 5px 0px 5px;
}

.control-group 
{
  margin: 5px 5px 0px 0px;
}

.serverstatus-container
{
    
    width: fit-content;
    margin: 0px;
    display: flex;
    align-items: flex-end;
}

#serverstatus
{
    
    border: 2px solid green;
    border-radius: 5px;
    width: fit-content;
    margin: 5px;
    padding: 5px;
    background: #00d200;
}

.serverinfo-flex
{
  	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}