body {
    font-size: .875rem; /* NOTE: eventuel löschen um die schrift zu vergrösern */
    margin-bottom: 65px; /* Margin bottom by footer height */
}


html {
  position: relative;
  min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
}

.footer .container {
    width: auto;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

/*
* Sidebar
*/

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link:hover {
    background-color: #343a40;
    font-weight: 600;
    color: #ffe600;
}

.sidebar .link-list{
    font-weight: 900 !important;
    font-size: 1rem;
    color: #333;
}

.sidebar .verified-list:hover{
    background-color: #237f52;
    color: #fff;
}

.sidebar .scam-list:hover{
    background-color: #f00000;
    color: #fff;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
* Navbar
*/

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .15);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    max-height: 50px;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.table-w {
    width: 25%;
}

@media (max-width: 992px) {
    .table-w {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .table-w {
        width: 100%;
    }
    
    .img-logo {
        max-height: 38px;
        width: auto;
    }    
}

@media (max-width: 1200px) {
    .table-w {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .img-logo {
        max-width: 75%;
    }
}

.input-group>.input-group-prepend {
    flex: 0 0 12%;
}
.input-group>.input-group-append {
    flex: 0 0 12%;
}
.input-group .input-group-text {
    width: 100%;
}
.navbar-nav {
    white-space: nowrap
}

.custom-file {
    font-size: 1rem;
    text-align: left;
}

.modal-body {
    font-size: 1rem;
}


#navbar-toggle-cbox:checked ~ .collapse {
    display: block;
}

#navbar-toggle-cbox {
  display:none
}

#sidebar-toggle-cbox:checked ~ .sidebar.collapse {
    display: block;
}

#sidebar-toggle-cbox {
  display:none
}

.change {
    color: red;
}

input[type="checkbox"]:checked + label.change {
    color: green;
}

.input-group>.input-group-width-50 {
    flex: 0 0 50%;
}

.dropdown-menu .nav-link {
    font-weight: 500;
    color: #ffe600;
}

.list-group-wrapper {
    position: relative;
}

.list-group-report {
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 999;
}

.spam-protect {
    display: none
}