body {
  font-family: Arial, Helvetica, sans-serif;
  color: #646567 !important;
}
a {
  color: #00549f;
}
a:hover {
  color: #00549f;
}
.btn-rwth {
  background-color: #00549f;
  color: white;
}

#rwth_logo {
  margin: 20px 13px;
  height: 40px;
}

#main-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#main-container nav {
  border-bottom: 1px solid rgba(58, 59, 69, 0.2);
  padding-top: 0px;
}

.navbar-brand {
  color: #00549f;
}
.navbar-brand:hover {
  color: #00549f !important;
}
#brand-title {
  font-weight: bolder;
  font-size: 1rem;
}
#brand-subtitle {
  font-size: 0.8rem;
}
.nav-link {
  color: black;
  font-size: 0.8rem;
  font-weight: bold;
}
.nav-link:hover {
  color: #00549f !important;
}
.nav-link.active {
  color: #00549f !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem;
  color: #00549f;
}

.dropdown-menu {
  min-width: fit-content;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#btn_zoomin,
#btn_zoomout {
  background-color: #00549f;
  border-color: #00549f;
}
#btn_zoomin:hover,
#btn_zoomout:hover {
  background-color: #407fb7;
  border-color: #407fb7;
}
.clickable:hover {
  cursor: pointer;
}

/* Language Bar */
#language {
  background-color: #ebebeb;
}

#language ul {
  line-height: 0px;
  text-align: right;
  margin-bottom: 0px;
}

#language ul li {
  display: inline-block;
}

.locale-label {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.underlined {
  text-decoration: underline;
}
