/* $Id: bmstyle.css,v 4.7 2025/11/05 20:40:16 kieber Exp $ */

.profile-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 10px 0 0 0;
  padding: 10px 15px;
}

.profile-btn:hover {
  text-decoration: none;
  background-color: #2868c7;
  color: #fff;
}

/* Navbar buttons */
.nb {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  border-radius: 0.2rem;
  /* color: #909090; // grey */
  color: #fff;
  /* background-color: #28a745; */
  /* border-color: #28a745; */
  background-color: transparent;
  border-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nb:hover {
  color: #fff;
  /* background-color: #218838; */
  background-color: OrangeRed;
  /* border-color: #1e7e34; */
  border-color: OrangeRed;
}

/* border-color: #1e7e34;
.nb:focus {
  color: #fff;
  background-color: OrangeRed;
  border-color: #fc3a00;
  box-shadow: 0 0 0 0.2rem rgba(72, 10, 10, 0.5);
}
*/

#cdbutton {
  text-decoration: none;
  border: 0;
  color: #ffffff;
  background-color: #ff0000;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}

#cdbutton:hover, #cdbutton:focus {
  background-color: #e60000;
}

.fa-play {
  padding: 0;
  color: #909090;
  border: 0;
  font-size: .80em;
  background-color: transparent;
}

.fa-forward, .fa-backward, .fa-fast-forward, .fa-fast-backward {
  /* padding: 0.2em; */
  padding: 0;
  color: #909090;
  border: 0;
  font-size: .80em;
  background-color: transparent;
}

.fa-play:hover, .fa-play:focus,
.fa-forward:hover, .fa-forward:focus,
.fa-backward:hover, .fa-backward:focus,
.fa-fast-forward:hover, .fa-fast-forward:focus,
.fa-fast-backward:hover, .fa-fast-backward:focus {
  color: black;
}

.fa-times {
  padding: 0;
  color: #ff9090;
  border: 0;
  font-size: .80em;
  background-color: transparent;
}

.fa-times:hover, .fa-times:focus {
  color: red;
}

#recat {
  border: 0 !important;
  color: #007bff !important; /* DodgerBlue */
  /* height: calc(1.5em + 0.75rem + 2px); */
  height: calc(1.5em + 0.125rem + 2px) !important;
  /* padding: 0.375rem 0.75rem; */
  padding: 0.0rem 0.0rem 0.125rem !important;
  /* line-height: 1.5; */
  min-width: 12ch;
}

#recat:hover, #recat:focus {
  color: #0056b3 !important;
  text-decoration: underline;
}

a {
  text-decoration: none;
}

optgroup {
  color: black;
  padding: 0;
}

/* --- Register and Login Popup Styles ------------------------------------- */

.regist, .logi {
  width: 410px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
/*  margin: 100px auto; */
}

.regist h1, .logi h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.regist .links, .logi .links {
  display: flex;
  padding: 0 15px;
}

.regist .links a, .logi .links a {
  color: #adb2ba;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: bold;
}

.regist .links a:hover, .logi .links a:hover {
  color: #9da3ac;
}

.regist .links a.active, .logi .links a.active {
  border-bottom: 3px solid #3274d6;
  color: #3274d6;
}

.regist form, .logi form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.regist form .input-group, .logi form .input-group {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.regist form .input-group .input-group-text, .logi form .input-group .input-group-text {
  background-color: #3274d6;
  color: #ffffff;
}

.regist form input[type="submit"], .logi form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}

.regist form input[type="submit"]:hover, .logi form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.regist form #rememberme, .logi form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #000;
  justify-content: flex-start;
}

.regist form #rememberme input, .logi form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}

.regist form .msg, .logi form .msg {
  padding: 0 20px;
  width: 100%;
}

.regist form > a, .logi form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
}

.regist form > a:hover, .logi form > a:hover {
  color: #394049;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -47px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 47px;
}

/* Lastly, apply responsive CSS fixes as necessary */
/* verursacht so wie es hier steht einen horizontalen Scrollbar */
/*
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
*/
