.form-group {
  margin-bottom: 0;
}
.header-banner-text {
  /*width: 1072px;
  height: 14px;
  font-family: FiraSans;*/
  font-family: Fira Sans;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.74px;
  color: var(--brown-grey-two);
  color: #999999;
  
  padding: 8px 0;
  padding-top: 0;
}
.header-banner {
  /*padding-bottom: 25px;*/
  /*padding-bottom: 10px;*/
}
#block-asscompact-asscompact-block-45 div.field--name-body {
  line-height: 0;
}
.region-logo {
  padding-top: 15px;
}
.site-logo {
  max-width: 300px;
}
.logo-descriptor {
  /*width: 328px;
  height: 16px;*/
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  color: var(--brownish-grey);
  color: #737373;

  margin-top: 4px;
  margin-bottom: 15px;
}

.logo-descriptor .fach {
  font-weight: 600;
}
.header-user-functions {
  position: relative;
}
.user-info-front {
  position: absolute;
  left: 42px;
  top: 30px;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  top: 0;
}
.user-info-menu {
  padding-left: 0;
}
.user-info-menu li {
  display: inline-block;
  padding-right: 10px;
  padding-top: 2px;
}
li.guest-login {
  padding-left: 160px;
  padding-top: 14px;
}
.user-info-menu li a {
  font-size: 13px;
  font-weight: normal;
}
.navbar-nav > li > a {
  /*width: 107px;
  height: 17px;
  font-family: FiraSans;*/
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.35px;
  color: #004990;

  padding: 9px 0 9px 0;
  text-align: left;
}
.navbar-nav > li > a.active-trail,
.navbar-nav > li > a.is-active {
  color: var(--rouge);
  color: #bf0e2e;
}
/*
#search-block-form {
  display: none;
}
*/
.nav-seperator {
  height: 1px;
  background-color: #dadada;
}
.Landingpage-desktop {
  width: 1520px;
  height: 3944px;
  background-color: #fffdfd;
}
.main-nav .navbar-nav > li > a {
  /*width: 72px;
  height: 23px;
  font-family: FiraSans;*/
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
}/*
.main-nav .navbar-nav > li.first > a {
  padding-left: 0;
  width: 32px;
  color: transparent;
  background-image: url(../gfx/home-icon-default.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
.main-nav .navbar-nav > li.first > a.is-active {
  color: transparent;
  background-image: url(../gfx/home-icon-aktive.svg);
}*/
.main-nav .navbar-nav > li > a.active-trail,
.main-nav .navbar-nav > li > a.is-active {
  color: var(--rouge);
  color: #bf0e2e;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: #bf0e2e;
}
.login-icon.logout img {
  transform: rotate(180deg);
}
 
/*============= Media Queries =============*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
 @media only screen and (min-width : 320px) {
   
 }
/* Extra Small Devices, Phones */
 @media only screen and (max-width : 480px) {
  

}
/* Small Devices, Tablets */
 @media only screen and (min-width : 768px) {
   .header-banner-text {
      padding: 8px 0;
   }
   .logo-descriptor {
	  /*width: 1072px;
	  height: 20px;
	  font-family: FiraSans;*/
	  height: 20px;
	  font-size: 14px;
	  letter-spacing: 0.35px;

	  margin-bottom: 17px;
  }
  .suche-icon {
      padding-right: 12px;
  }
  .main-nav .navbar-nav > li.first > a {
	padding-left: 0;
	width: 32px;
	height: 37px;
	color: transparent;
	background-image: url(../gfx/home-icon-default.svg);
	background-repeat: no-repeat;
	background-position: center left;
  }
  .main-nav .navbar-nav > li.first > a.is-active {
	color: transparent;
	background-image: url(../gfx/home-icon-aktive.svg);
  }
  .navbar-nav > li > a {
    /*padding-left: 22px;*/
	padding-left: 26px;
  }


}
/* Medium Devices, Desktops */
 @media only screen and (min-width : 1024px) {
   #fixednav {
     background-color: #fff;
     width: 100%;
   }
   .fixed-top {
     position: fixed;
     top: 0;
     z-index: 999;
	 z-index: 499;
  }
  .fixed-top .region-header-top section#block-headerbanner {
     visibility: hidden !important;
	 display: none !important;
	 height: 0 !important;
  }
  .path-mitarbeiterupdate .fixed-top {
     position: relative;
  }

}
/* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {
   .user-info-front {
     position: absolute;
     top: 30px;
   }

}