#header {
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
height:75px;
min-width: 580px;
font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
color: #00667C;
/*border: 1px solid #00667C;*/

}

#header img {
    border:none;
}

#logo {
 float: left;
 margin-top: 5px;
 margin-left: 5px;
	width:57px;
	height:66px;
}

#logo_name {
  float: left;
  margin-top: 10px;
  margin-left:  5px;
  font-size: 2em;
	font-style: bold;
  text-shadow: 0px 0px 6px #6BFFED, 0px 0px 8px #6BFFED;
  letter-spacing: -3px;
 	font-weight: 600;
}

#header_country{
    float:right;
    font-size: 0.8em;
    margin-right: 10px;

}

#header_country A {
  text-decoration:none;
  text-shadow: 0px 0px 2px #6BFFED, 0px 0px 4px #6BFFED;
}

#tlf_hotline {
  margin-top: 5px;
  font-size: 1.9em;
	font-style: bold;
  text-shadow: 0px 0px 2px #6BFFED, 0px 0px 4px #6BFFED;
	text-align: right;
  letter-spacing: -2px;
 	font-weight: 400;
}

#header_menu_center {
  position: absolute;
  margin-top: 45px;
  left: 80px;

  /*left: 55%;
  transform: translateX(-50%);
  */
   overflow:hidden;
   display:none;
}

@media screen and (max-width: 1000px){
    #header_menu_center{
      display:inherit;
    }
}
@media screen and (max-height: 400px){
    #header_menu_center{
      display:inherit;
    }
}
