.pvr-sparkasse input[type="submit"],
.pvr-sparkasse button:not(.dropdown), 
.pvr-sparkasse .button:not(.dropdown){
	background-color: red !important;
	height: 60px !important;
}
.pvr-sparkasse button.advisor-deleteinput {
    color: #fff !important;
    margin-right: -3px !important;
	border-radius: 0 !important;
    background: #333 !important;
}
.pvr-sparkasse button.advisor-deleteinput:hover {
    background-color: transparent !important;
	color: red !important;
}
.pvr-sparkasse button.advisor-geolocation {
    margin-right: -3px !important;
	border-radius: 0 !important;
}
.pvr-sparkasse input {
	border-radius: 0px !important;
}
.pvr-sparkasse .highlight {
	background-color: white !important;
}
.pvr-sparkasse input[type="radio"]+label:before {
	background-image: url("/content/_resources/bilder/icons/spk-radio.png") !important;
}
.pvr-sparkasse input[type="checkbox"]+label:before {
	background-image: url("/content/_resources/bilder/icons/spk-check.png") !important;
}
.pvr-sparkasse main {
	font-family: 'sparkasse_rgbold', sans-serif !important;
}
.pvr-sparkasse ul.advisor-dropdown li a.advisor-dropdown-searchentry.checked {
	background-color: red !important;
	color: #fff !important;
}
.pvr-sparkasse ul.advisor-dropdown::after {
    border-color: transparent transparent red transparent !important;
}
.pvr-sparkasse .advisor-search .table-layout > div.flex ul.advisor-dropdown, 
.pvr-sparkasse .oevd-widget-beratersuchergebnis ul.advisor-dropdown {
    border-color: red !important;
}
.pvr-sparkasse .cookie-disclaimer {
	background-color: red !important;
}
.pvr-sparkasse .cookie-disclaimer button {
	color: red !important;
	background-color: #fff !important;
}

.pvr-sparkasse .cookie-disclaimer button:hover {
	color: red !important;
	background-color: #fff !important;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    border-color: #ff0000 !important;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    background-color: #f3f3f3 !important;
}

.onoffswitch-switch {
    background: #ff0000 !important;
}

.onoffswitch-inner:before {
    background-color: #ff0000 !important;
}