html {
    color: #565656;
}

html,
input,
select,
.ui-widget textarea,
.ui-widget button,
.ui-widget,
input[type="text"] {
    font-family: 'Sparkasse' !important;
}

input[type="checkbox"] {
    accent-color: #ee0000;
  }

h1 {
    color: #ee0000;
}

.tabs>.ui-tabs-nav>.ui-state-active {
    border-bottom: 2px solid #ee0000;
}

.btn {
    color: #ffffff;
    background-color: #ee0000;
}

.btn:hover {
    background-color: #d40000;
}

.text-focus a {
    color: #ee0000;
    text-decoration: none;
}

.text-focus a:hover {
    color: #ee0000;
    text-decoration: none;
}

@font-face {
    font-family: 'Sparkasse';
    src: url("../../fonts/sparrg-webfont.eot");
    src: url("../../fonts/sparrg-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/sparrg-webfont.woff") format("woff"), url("../../fonts/sparrg-webfont.ttf") format("truetype"), url("../../fonts/sparrg-webfont.svg#sparkasse_rgregular") format("svg");
    font-weight: normal;
    font-style: normal
}