@import url(/common/font-awesome/css/all.min.css);

body {
  margin: 0;
}

.topnav {
  overflow: hidden;
  background-color: rgb(11, 65, 139);
  line-height: normal;
  font-family: 'Oswald', sans-serif;
}

.topnav a {
  float: left;
  display: block;
  color: #fff !important;;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 19.2px;
}

/*ABT fett schreiben*/
.topnav a.abt{
    font-weight: 700 !important;;
}

.topnav a:not(.abt):hover {
  background-color: #fff;
  color: black !important;;
}


.topnav .mobile_icon {
  display: none;
}

/*Ausrichten des SSO am rechten Rand*/
.topnav .sso{
    float: right;
}

@media screen and (max-width: 725px) {
  
    .topnav .desktop_icon{
        display: none;
    }
    .topnav .mobile_icon{
        display: block;
    }
    .topnav .abt{
        display: none;
    }
}

/* Keycloak: Sprachauswahl mobil */
@media screen and (max-width: 767px) {
	#kc-locale {
		top: 68px !important;
	}
}

/* Mediawiki: Sidebar und Button-Reihe runterschieben */
#mw-panel {
    top: 48px;
}
#mw-head {
    top: 48px;
}

/* temp. fix for synolgy mobile
   breaks after login           */
/*
#main {
  width: unset !important;
}
#container {
  width: unset !important;
}
*/
/* fix for cell width */
.ZelleUeberschrift {
  width: unset !important;
}
/*
td {
  width: unset;
  min-width 70 !important;
}
*/
header {
  height: unset !important;
}
