
.text-primary{color:#008AB8!important}


.btn-primary,.btn-primary:focus,.btn-primary:hover  {background-color:#008AB8;border-color:#463fbd;color:#fff}
.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:unset,0 0 0 .25rem rgba(0, 138, 184, 1.0)}

.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#463fbd;border-color:#413bb1;color:#fff}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(0, 138, 184, 1.0)}

.btn-primary.disabled,.btn-primary:disabled{background-color:#008AB8;border-color:#008AB8;color:#fff}

.btn-primary{background-color:#008AB8;border-color:#008AB8;box-shadow:unset;color:#fff}

.link-primary{color:#008AB8}.link-primary:focus,.link-primary:hover{color:#005C7A}


.link-noline{text-decoration: none;} 


.property_sp_v8_tabs .nav-tabs .nav-item.show .nav-link,
.property_sp_v8_tabs .nav-tabs .nav-link.active{
    background-color: #007bff;
    color: #FFFFFF;
}




/*Text Ausrichtung*/
.text-left  {   text-align: left;   }
.text-right {   text-align: right;  }


/*Text Farbe*/
.text-dark  {   color:#336699!important }
.text-light {   color:#EEEEEE!important }
.text-green {   color:#339966!important }
.text-svd   {   color:#008AB8!important }


a.svd:link {color: #008AB8;}
a.svd:visited {color: #008AB8;}
a.svd:hover {color: #005C7A;}



.color-alt{color:#574fec!important}
.color-neu-hell{background-color:#008AB8!important}
.color-neu-hell{background-color:#008AB8!important}
.color-neu-dark{background-color:#005C7A!important}

.bg-svd-hell{background-color:#008AB8!important}
.bg-svd-dark{background-color:#005C7A!important}


/*BS 3 Visibility*/
.hidden-xs-up{display:none!important}
@media (max-width:575.98px){.hidden-xs-down{display:none!important}}
@media (min-width:576px){.hidden-sm-up{display:none!important}}
@media (max-width:767.98px){.hidden-sm-down{display:none!important}}
@media (min-width:768px){.hidden-md-up{display:none!important}}
@media (max-width:991.98px){.hidden-md-down{display:none!important}}
@media (min-width:992px){.hidden-lg-up{display:none!important}}
@media (max-width:1199.98px){.hidden-lg-down{display:none!important}}
@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!important}


