.oben_rechts {
	position: absolute;
	right: 20px;
	top:15px;
	font-size: 150%;
}

.helpdeskbutton_frame {
	width: 100%;
	height: 40px;
	text-align: right;
	margin-top: -35px;
}

.chatanpassung {
	height: auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #E5E5E5 !important;
}

.main-header .sidebar-toggle {
  font-family: 'Font Awesome 5 Pro';
}


/* Unbesuchter Link */
a:link {
  text-decoration: none; /* Keine Unterstreichung */
}

/* Besuchter Link */
a:visited {
  text-decoration: none; /* Keine Unterstreichung */
}

/* Mauszeiger über Link */
a:hover {
  text-decoration: none; /* Keine Unterstreichung */
}

/* Link beim Klicken */
a:active {
  text-decoration: none; /* Keine Unterstreichung */
}