﻿body.login, body.home {
    background: url(../../Pictures/layout/KAUFMANN/background.png) no-repeat center;
    background-size: cover;
}

.login header {
    background-color: #FBFF1F;
    border-bottom: 5px solid #224ECA;
}

.box header {
    background-color: #FBFF1F;
    border-bottom: 5px solid #224ECA;
}

.badge {
    background-color: #224ECA;
}

.login main, .home main, .home footer {
    background-color: rgba(40,40,40,0.1);
}

.box nav li a.active, .box nav li a:hover {
    background-color: #224ECA;
}

.logo {
    max-width: none;
    width: 555px;
    background: transparent url(../../Pictures/layout/KAUFMANN/logo_kaufmann.png) no-repeat;
    background-size: contain;
}

.login .logo,
.list .logo {
    background: transparent url(../../Pictures/layout/KAUFMANN/logo_kaufmann.png) no-repeat;
    background-size: contain;
}

.list header {
    background-color: #FBFF1F;
    border-bottom: 5px solid #224ECA;
}

.list nav {
    background-color: #224ECA;
}

    .list nav li a.active, .list nav li a:hover {
        background-color: #224ECA;
    }

nav.normal {
    background-color: transparent;
}

div.headline {
    left: 30%;
}

.list header div.headline,
.box header div.headline {
    color: #224ECA;
}

div.account.number {
    display: none;
}

#details .close, .close {
    background-color: rgba(221, 221, 222, 1);
}

.button.more, .button.back, .button.download {
    background-color: #224ECA;
}

.fas, .far {
    color: #224ECA;
}

#details .close .fas {
    color: #224ECA;
}

span.message {
    color: white;
}

nav li a:hover span.message .number,
nav li a.active span.message .number {
    color: white;
}

.title {
    color: #224ECA;
}

.box button.list_menu:hover,
.box button.list_menu:hover .fas,
.list button.list_menu:hover,
.list button.list_menu:hover .fas {
    color: #224ECA;
}

#topNavBtns a:hover,
.button:hover {
    border-color: white;
}

table th {
    border-top: 1px solid #224ECA;
}

hr.yellow {
    border: 1px #224ECA solid;
}

.border {
    border: 3px solid #224ECA;
}

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + label::after,
input[type="checkbox"]:hover + label::before,
input[type="checkbox"]:hover + label::after {
    background-color: #224ECA;
}

a:hover {
    color: #224ECA;
}

.box nav ul li:hover, .box nav ul li.active {
    border: 1px solid #FBFF1F;
}
