/********** ^HEADER **********/

#header_bg {
  padding-top: 17px; /* Guidelines pdf sais it should be 18, but physical_dymentions email sais it's actually 17px */
  background-image: url('/National_Library/20161130034600oe_/https://help.1and1.com/img/assets/header/header-Logo-BG.png');
  background-position: 0 17px;
  height: 55px;
  background-repeat:repeat-x;
}

#header_logo a {
  text-decoration: none;
}

#header_logo_image {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 35px;
  width: 35px;
}

#header_logo_text {
  margin-top: 18px; /* Guidelines say it shoud be at 39px from body, this means 22 margin-top. But 18px looks best */
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 14px;
  position: absolute;
}

.mobile-link {
    position: absolute;
    right: 0px;
    bottom: 7px;
    color: #ffffff;
    font-family: verdana;
    font-size: 10px;
}

.mobile-link:hover {
    color: #aacce6;
    text-decoration: underline;
}

#header_logo .grid_6 {
	min-width: 350px;
}

#header_sideright {
	position: absolute;
	top: 15px;
	right: 0;
	color: #FFFFFF;
}

#header_sideright .mobile-link {
	position: relative;
	top: 10px;

}

#header_sideright i {
	font-size: 20px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 6px;
	margin-left: 32px;
}

#header_sideright .phonenumber-text {
	font-family: "Helvetica", "Arial", "Verdana", "DejaVu Sans", "Lucida  Sans Unicode ", " Lucida Grande ", " Eras Medium ITC ", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin-right: 6px;
}

#header_sideright .phonenumber-badge {
	font-family: "Helvetica", "Arial", "Verdana", "DejaVu Sans", "Lucida  Sans Unicode ", " Lucida Grande ", " Eras Medium ITC ", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #036BB4;
	letter-spacing: normal;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 0px 6px;
	display: inline-block;
}
