/* Link-Farbe */
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

/* Lila Button */
.btn-outline-lila {
  color: #b43EF5;
  border-color: #b43EF5;
}

.btn-outline-lila:hover {
  color: #fff;
  background-color: #b43EF5;
  border-color: #b43EF5;
}

.btn-outline-lila:focus, .btn-outline-lila.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-lila.disabled, .btn-outline-lila:disabled {
  color: #b43EF5;
  background-color: transparent;
}

.btn-outline-lila:not(:disabled):not(.disabled):active, .btn-outline-lila:not(:disabled):not(.disabled).active,
.show > .btn-outline-lila.dropdown-toggle {
  color: #fff;
  background-color: #b43EF5;
  border-color: #b43EF5;
}

.btn-outline-lila:not(:disabled):not(.disabled):active:focus, .btn-outline-lila:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lila.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 62, 245, 0.5);
}

/* Lila Button */
.btn-lila {
  color: #fff;
  background-color: #b43EF5;
  
  border-color: #b43EF5;
}



/*Lila Outline bei Input-Box */

.form-control:focus {
        border-color: #b43EF5;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(180, 62, 245, 0.5);

}
/*Treffer K&uuml;nstler Textfarbe */
.text-interpret {
  color: #B3B3B3 ;
}

a.text-interpret:hover, a.text-interpret:focus {
  color: #B3B3B3 !important;
}

/*Treffer K&uuml;nstler Textfarbe */
.text-purple {
  color: #D995FF ;
}

a.text-purple:hover, a.text-purple:focus {
  color: #D995FF !important;
}


.text-spotify-navbar {
  color: #ffffff !important;
}

a.text-spotify-navbar:hover, a.text-spotify-navbar:focus {
  color: #000000 !important;
}

.hyperlink-white {
  color: #ffffff !important;
}

a.hyperlink-white:hover, a.hyperlink-light:focus {
  color: #ffffff !important;
}


/* Tabelle fixed */
table.fixed { table-layout:fixed; }
table.fixed td { overflow: hidden; }


.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}