/* !!!!! Style für Team & Fahrer in hübsch !!!!!!!*/

.Fahrerimg {
    height: 3em;
    margin-left: -1.5em;
    margin-right: -1.5em;
  }

.Teamimg {
    height: 3em;
    margin-right: 0.5em;
}

.Fahrerbox {
    width: fit-content;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.Fahrername {
    font-family: Formula1, Arial, Helvetica, sans-serif;
    font-size: 2em;
    width: 7em;
}

.Teamname {
    font-family: Formula1, Arial, Helvetica, sans-serif;
    font-size: 2em;
    width: 8em;
    margin-left: -1em;
}

/* !!!!! Style für das Dropdown !!!!!!!*/
/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropbtnDummy {
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}




  /* Die kleinen verkürzten Fahrerlisten */

  .smallTeamimg {
    height: 1.5em;
    margin-right: 0.5em;
    vertical-align: text-bottom;
}

.Verbesserungimg {
  height: 0.3em;
  margin-right: 0.1em;
  
}

.Verbesserung {
  font-family: Titillium, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.smallFahrername {
  font-family: Formula1, Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 5em;
  margin-right: 0.5em;
}

.trueDNF {
  background-color: orange;
  font-family: Formula1, Arial, Helvetica, sans-serif;
  font-size: 1em;
  height: 1em;
  width: 1em;
  margin-left: 0.5em;
}

.trueSR {
  background-color: magenta;
  height: 1em;
  width: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
}

.Aufstellung {
  background-color: rgb(75, 75, 75);
  color: white;
}

.neutral{
  background-color: lightgray;
}

.wrong{
  background-color: red;
}

.nearmiss{
  background-color: orange;
}

.right{
  background-color: green;
}