:root {
    display: block;
    --warning-color: #f15a24;
    --info-color: #84d0f1;
    --tipp-color: #8cc63f;
    --SK-orange: #f7931e;
}

a{
	color: #003473;
}

a:hover{
	color: #fd7e14;
}

h1, h2, h3, h4{
	color: #003473;	
}

body{
	font-family: 'Trebuchet MS', sans-serif;
	color: #212529;
}

li.nav-item.premium-themen-description{
	padding: .5rem 1rem;
}

li.nav-item > #premium-themen-description-img{
	padding-bottom: 5px;
}

li.nav-item.premium-themen-trust-logo{
	padding: .5rem 1rem;
}

a.nav-link.premium-themen-link{
	color:  #003473;
}

a.nav-link.premium-themen-link:hover{
	color:  #fd7e14;
}

a.nav-link.steuerklassen-link{
	color: #ffffff;
}

a.nav-link.steuerklassen-link:hover{
	color: #fd7e14;
}

#menu-btn{
	margin-left: 1rem;
	background-color: #003473;
	border-color: #003473;
}

#menu-btn:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
}

#menu-btn > img{
	padding-bottom: 0.27rem;
}

#search-input-group{
	margin-right: 1rem;
}

#search-button{
	background-color: #003473;
	border-color: #003473;
	color: #ffffff;
}

#search-button:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
}

#steuerklassen-bar{
	background-color: #003473;
}

#collapseNavigation{
	margin-left: 1rem;
	margin-right: 1rem;
	line-height: 0.8;
	font-size: 14px;
}

.menu-link{
	color: #003473;
}

.menu-link:hover{
	color: #fd7e14;
}

/*Content*/
main{
	background-color: #dee6ec;
}

li.breadcrumb_last > span{
	color: #212529;
}

#haftungsausschluss{
	font-size: 0.9rem;
	color: #003473;
}

/*Footer*/
footer{
	background-color: #003473;
	color: #ffffff;
}

#footer-content{
	margin-left: 1rem;
	margin-right: 1rem;
}

.footer-category-headline{
	font-weight: bold;
}

#facebook-link{
	color: #ffffff;
}

.footer-category-link{
	color: #ffffff;
	text-decoration: underline;
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
	padding-left: 0px;
	display: block;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.footer-category-link:hover{
	color: #fd7e14;
}

a#steuerklassen-home-link{
	color: #ffffff;
	text-decoration: underline;
	padding-left: 0px;
}

a#steuerklassen-home-link:hover{
	color: #fd7e14;
}

.back-to-top{
	background-color: #ffffff;
	border-color: #ffffff; 
	color: #003473; 
	-webkit-box-shadow: 0px 0px 20px 0px #000000; 
	box-shadow: 0px 0px 20px 0px #000000;
}

.back-to-top:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
	color: #ffffff; 
}

/* Gehalt*/
#gehaltsvergleichbutton{
	background-color: #003473;
	border-color: #003473;
	color: #ffffff;
}

#gehaltsvergleichbutton:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
}

#gehaltboxbutton{
	background-color: #003473;
	border-color: #003473;
	color: #ffffff;
}

#gehaltboxbutton:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
}

#gehaltsdetails2{
	background-color: white;
	border-color: #003473;
	color: #003473;
}

#gehaltsdetails2:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
	color: #ffffff;
}

.superbutton{
	background-color: white;
	border-color: #003473;
	color: #003473;
}

.superbutton:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
	color: #ffffff;
}

#send-modal{
	background-color: #003473;
	border-color: #003473;
	color: #ffffff;
}

#send-modal:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.button-blue{
	background-color: #003473;
	border-color: #003473;
	color: #ffffff;
}

.button-blue:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.button-blue:focus{
	background-color: #003473;
	border-color: #003473;
}

.button-blue-outline{
	background-color: white;
	border-color: #003473;
	color: #003473;
}

.button-blue-outline:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
	color: #ffffff;
}

.button-link-blue{
	color: #003473;
}

.button-link-blue:hover{
	color: #fd7e14;
}

/* cards, hinweise */

.card.card-body.info {
    border: 5px solid var(--info-color);
    border-width: 1px 1px 1px 5px;
    background: #84d0f11a !important;
}

.info ul {
    list-style-image: none;
    list-style: none;
    margin-left: -25px;
}

.info li::before {
    content: "Info:";
    font-weight: bold;
    color: var(--info-color);
    padding-right: 5px;
}

.card.card-body.hinweis {
    border: 5px solid var(--info-color);
    border-width: 1px 1px 1px 5px;
}

.card.card-body.tipp {
    border: 5px solid var(--tipp-color);
    border-width: 1px 1px 1px 5px;
    background: #8cc63f1a !important;
}

.tipp ul {
    list-style-image: none;
    list-style: none;
    margin-left: -25px;
}

.tipp li::before {
    content: "Tipp:";
    font-weight: bold;
    color: var(--tipp-color);
    padding-right: 5px;
}

.hinweis li::before {
    content: "Hinweis:";
    font-weight: bold;
    color: var(--info-color);
    padding-right: 5px;
}

.hinweis ul {
    list-style-image: none;
    list-style: none;
    margin-left: -25px;
    margin-bottom: 0;
}

.card.card-body.wichtig,
.card.card-body.achtung,
.card.card-body.warning,
.card.card-body.dangerous {
    border: 5px solid #ef6865;
    border-width: 1px 1px 1px 5px;
    background: rgba(239, 239, 239, 0.55) !important;
}

.wichtig ul,
.achtung ul,
.warning ul,
.dangerous ul {
    list-style-image: none;
    list-style: none;
    margin-left: -25px;
}

.wichtig li::before,
.achtung li::before,
.warning li::before,
.dangerous li::before {
    content: "Wichtig!";
    font-weight: bold;
    color: #ef6864;;
    padding-right: 5px;
}

.card.card-body.beispiel,
.card.card-body.example {
    border: 5px solid var(--SK-orange);
    border-width: 1px 1px 1px 5px;
    background: #f7931e1a !important;
}

.beispiel ul,
.example  ul{
    list-style-image: none;
    list-style: none;
    margin-left: -25px;
}

.beispiel li::before,
.example li::before {
    content: "Beispiel:";
    font-weight: bold;
    color: var(--SK-orange);
    padding-right: 5px;
}

.card.card-body.merken {
    background-color: #fbdb7b;
    border-left: 2px dashed #f3a545;
    border-right: 2px dashed #f3a545;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;;
}

.merken li:before {
    content: "Merke!";
    color: #d45d1f;
    padding-right: 5px;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    float: none;
}

.merken ul {
    list-style: none;
    margin-left: -30px;
}

.card.card-body.skoty2 {
    border: 5px solid var(--tipp-color);
    border-width: 1px 1px 1px 5px;
    background: #8cc63f1a !important;
}

.skoty li::before {
    content: url(https://sk-7ad1.kxcdn.com/content/skoty.png);
    float: left;
}

.skoty ul {
    list-style-image: none;
    list-style: none;
    margin-left: -25px;
}




/* donut-chart */
.outer {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 20px auto;
}

.inner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 50px solid transparent;
    position: absolute;
    box-sizing: border-box;
}

.inner1 {
    border-left-color: tomato;
    z-index: 40;
    transform: rotate(55deg);
}

.inner2 {
    border-top-color: skyblue;
    z-index: 30;
}

.inner3 {
    border-right-color: gold;
    z-index: 20;
    transform: rotate(-55deg)
}

.inner4 {
    border-color: lightgreen;
    z-index: 10;
}

.inner-v2 {
    border-width: 20px;
}

/*Rechner*/
.ivb_tool {
    border-radius: 3px;
    border-top: 4px solid #c3c5c7;
    padding: 10px 20px 15px 20px;
    margin-top: 5px;
    background-color: #e9ecef;
    margin-bottom: 10px;
}

/* Redaktions-Rechner */
.ivb_simplecalculator_submit{
	background-color: #003473;
	border-color: #003473;
	color: #ffffff;
}

.ivb_simplecalculator_submit:hover{
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.ivb_simplecalculator_submit:visited{
	background-color: #003473;
	border-color: #003473;
}

.ivb_simplecalculator_submit:focus{
	background-color: #003473;
	border-color: #003473;
}

/* steuerklassenwahl */
.sk_wahl_group { 
    display: grid;
    margin-left: 20px;
}

/*Bnr*/
.bnr-info-text {
    margin-top: 5px;
    background-color: #ffffff;
    clear: both;
    padding: 5px 15px;
    line-height: 1.2;
    font-size: 14px;
}

#bnr-berechnen-button{
	background-color: #003473;
	border-color: #003473;
	color: #ffffff;
	font-size: 1.2rem;
}

#optionalefelderbtn{
	color: #003473;
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

#bnr-table-brutto{
	background-color: #ffffff;
	margin-bottom: 0px;
}

#bnr-table-netto{
	background-color: #ffffff;
}

.bnr-table-description{
	/*border-top: solid 2px black!important;*/
}

.bnr-table-item-description{
	font-weight: bold;
}

#bnr-neue-berechnung-btn{
	background-color: #003473;
	border-color: #003473;
	color: #ffffff;
	font-size: 1.2rem;
}

#bnr-result-container{
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #c3c5c7;
	background-color: #e9ecef;
}

#bnr-sozialabgaben-btn{
	color: #003473;
	font-size: 1.2rem;
}

#bnr-steuern-btn{
	color: #003473;
	font-size: 1.2rem;
}

#link-firmenwagenrechner{
	color: #003473;
}

#link-firmenwagenrechner:hover{
	color: #fd7e14;
}
/* bnr-ende */

/* suche */
ul.search li {
    list-style: none;
}

.search_result_text a {
    font-size: 20px;
}

a.search_result_link {
    font-size: 16px;
}


a.search_result_link::before {
    content: "››";
    color: var(--link-color);
}

p.search_result_preview {
    line-height: 1.3;
    padding-bottom: 10px;
    color: #1f1f1f;
    border-bottom: 1px solid;
    font-size: 15px;
}

a.next,
a.prev {
    display: block;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
}

a.next {
    float: right;
}

a.prev {
    float: left;
}

nav.pagination {
    max-width: 100%;
    width: 100%;
}
/* suche-ende */