﻿
body, .card-body {
    background-color: #F3F2F1;
}
body {
    padding-bottom: 20px;
}

.navbar {
    background-color: #3C5587 !important;
}

.nav-link, .navbar-brand {
    color: white;
}

.navbar-brand {
    font-family: 'Neutraface Text Demi';
}
.nav-link {
    font-size: .8rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

    .nav-link:hover {
        background-color: rgba(255,255,255,.1);
        border-radius: 2px;
        color: white;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.card {
    border: none !important;
}

.container {
    padding-top: 1rem;
    padding-bottom: 10rem;
}

.beschrieb {
    align-self: center;
}

.spacer {
    height: 2.5rem;
}



/* DataTables Style */
