.imgheader {
  background-image: url('/fileadmin/img/Seitenheader/rosenheimer-boersentag.jpg');
  background-size: cover; 
  background-repeat: no-repeat;
}

.footer-end img {
  width: 200px;
  margin-top: 10px;
}

.logorow {
  display: none;
}

.stickyFooter {
  right: 0px;
}

.stickyFooter img {
    float: right;
    max-width: 85%;
}

#naviLoginLinkDesktop, .tdNaviGroupLogin {
  color: #000000 !important;
}

.headerImageLeft {
  width: 250px;
  padding: 20px 20px 5px 20px;
}

#anmeldung {
	height: 50px;
	width: 100vw;
	background-color: #00aba8;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white !important;
	font-size: 1.2em;
}

#anmeldung a {
  color: white !important;
}