* { margin: 0; padding: 0; }
html { height: 100%; }
body { min-height: 100%; font-family:'Helvetica Neue eText Pr1358786', Arial; color: #777; position: relative;}

#blueline {
		width: 100%;
		height: 100px;
		background: url(images/blueline.jpg);
		background-size: 100% 100px;
		position: fixed;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1000;
}

#logo {
  margin-top: 100px;
}


#logo > img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: auto;
  margin-top: 180px;
}


#artists {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#artists > div {
  width: 50%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#artists > div > a > img{
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
}

#artists > div:last-child > a > img {
  width: 200px;
  height: auto;
}

#artists > div:nth-child(4) > a > img {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}

#artists > div:nth-child(3) > a:nth-child(1) > img:nth-child(1) {
  width: 150px;
}


#kontakt {
	width: 980px;
	background: #fff;
	position: fixed;
	left: 50%;
	margin-left: -490px;
	bottom: 75px;
	text-align: center;
	text-transform: lowercase;
	color: #777;
	font-size: 13px;
	line-height: 170%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding: 25px 0px;
}

a#mhaid:link, a#mhaid:visited {
	background: url(images/management_haid_home.jpg) center center no-repeat;
	width: 600px;
	height: 455px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -250px;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
		background-size: 100% 100%;
}

a#mhaid:hover {
	/* transform: rotate(-7deg); */
	width: 650px;
	height: 493px;
	background-size: 100% 100%;
	margin-left: -335px;
	margin-top: -260px;
}

a:link, a:visited {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #df0024;
}

#wrapper {
	width: 980px;
	position: relative;
	margin: 50px auto 0px auto;
	text-align: justify;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#spacer {
	height: 180px;
}

#headline {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	position: relative;
	height: 51px;
	line-height: 51px;
}

img { border: none; }

a.newsletter:link, a.newsletter:visited {
color: #fff;
text-decoration: none;
}

a.newsletter:hover {
color: #ff0000;
text-decoration: none;
}
