/* ============================
   Adminbereich Lexikon
============================ */

.admin-bereich {
    text-align: left;
    padding: 5px 20px 20px 20px;
}

.admin-bereich h1,
.admin-bereich h2,
.admin-bereich h3 {
    text-align: left;
}

.admin-bereich input,
.admin-bereich textarea,
.admin-bereich select {
    text-align: left;
}

.admin-bereich h1 {
    margin-bottom: 30px;
}

.admin-bereich .form-control {
    margin-bottom: 15px;
}

.admin-bereich .btn {
    margin-right: 10px;
    margin-bottom: 15px;
}

.admin-bereich form {
    margin-bottom: 35px;
}

.admin-bereich table {
    text-align: left;
    margin-top: 20px;
    width: auto;
}

.admin-bereich table th,
.admin-bereich table td {
    padding-right: 40px;
}

.admin-tabelle {
    border-color: red !important;
}

.admin-tabelle th,
.admin-tabelle td {
    border: 1px solid transparent !important;
}
.feld-label {
    display: inline-block;
    background-color: #eeeeee;
    color: #333333;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
}
.admin-banner {
    width: 600px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 50px;
}
.nach-oben {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #6B705C;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1000;
}

.nach-oben.sichtbar {
    opacity: 0.85;
    visibility: visible;
}

.nach-oben:hover {
    background-color: #4F5B3A;
    color: #ffffff;
    text-decoration: none;
}
.buchstaben-nav {
    margin-top: 30px !important;
    margin-bottom: 60px !important;
}