/* Place all the styles related to the ventilatoren controller here.
// They will automatically be included in application.css.
*/
/* _mf_ Farbdefinitionen mit CSS-Variablen */
:root {
  --color-funken-blue:      #0572b7;
}

.ventiLink a {
  color: black;
  font-weight: bold;
  line-height: 30px;
}

.ventiLink a:hover {
  text-decoration: none;
  color: var(--color-funken-blue);
  background: white;
}

.infoMessageVentiTbl {
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-top: 3px solid rgba(0, 0, 0, 0.75);
    border-bottom: 3px solid rgba(0, 0, 0, 0.75);
}

.linkdesign a {
    color: black;
    line-height: 30px;
}

.linkdesign:hover {
    color: var(--color-funken-blue) !important;
    background: white;
    font-weight: bold;
}

.linkdesign:hover a {
    color: var(--color-funken-blue) !important;
    text-decoration: none;
}


.link_active {
    color: var(--color-funken-blue) !important;
    background: white;
    font-weight: bold;
}

.link_active a {
    color: var(--color-funken-blue) !important;
    text-decoration: none;
}
