@charset "utf-8";
/* CSS Document */


@viewport {
  width: device-width;
  zoom:1;
}

@-ms-viewport {
  width: device-width;
}


header, section, article, nav, footer, address, aside, dialog {
  font-variant:normal;
  font-style:normal;
  margin: 0;
  padding: 0; 
}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


* { 
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}


.no-trans * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}


table, table td { 
    border:none;
    border-collapse:collapse;
}

a              { text-decoration: none;}
a:link         { text-decoration: none;}
a:visited      { text-decoration: none; }
a:hover        { text-decoration: none;}
a:active       { text-decoration: none;}

img {
  vertical-align:top;
  border:0;
}


img {
  display: block;
  max-width: 100%;
  height: auto;
}


.responsive-img {
  width: 100%;
  height: auto;
}


html {
  height: 100%;
}

.page-wrapper  {
  background:#fff;
}

html, body {
	height: 100%;
}





/* header 
---------------------------------- */



.header {
  background:none;
  border-bottom: none;
}

.header-top:not(.banner) {
  background:none;
  background:transparent; 
  border: none;
}

.banner {
	background:#fff !important;
}


.container-header {
	padding-right:25px;
}


#header-logo {
	position:relative;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:35px;
	float:left;
	clear:both;
}

#header-logo .logo-sauber, #header-logo .logo-text, #header-logo .logo-meister {
	float:left;
}

.hg-header {
	background:rgba(255,255,255, 1);
	border-bottom:0px solid #009ee0;
-webkit-box-shadow: inset 6px -19px 6px -19px rgba(0,0,0,0.75);
-moz-box-shadow: inset 6px -19px 6px -19px rgba(0,0,0,0.75);
box-shadow: inset 6px -19px 6px -19px rgba(0,0,0,0.75);

-webkit-box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.45);
box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.45);
}



/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed:not(.dark) {
  border-bottom: 0px solid #687439;
  background:transparent;
}
.fixed-header-on #header-logo {
	padding-top:15px;
	padding-bottom:0;
}

.fixed-header-on .navbar-top {
}


@media (max-width: 1200px) {

.fixed-header-on #header-logo {
	padding-left:0;
	padding-bottom:15px;	
}

#header-logo {
	padding-left:0;
}


}

@media (max-width: 700px) {

#header-logo {
	padding-left:0;
	padding-top:0;
}


}

@media (max-width: 600px) {


#header-logo .logo-meister {
	display:none;
}

#header-logo .logo-sauber img{
	width:273px;
	height:auto;
}



}

@media (max-width: 800px) {


.fixed-xs .main-navigation .container{
	position:fixed !important;
	z-index:99999999999999999;
}



}

@media (max-width: 769px) {


.fixed-xs .main-navigation .container{
	position:fixed !important;
	z-index:99999999999999999;
	width:100%;
}



}


@media (max-width: 480px) {


.container.hg-header {
	padding-left:7px !important;
	padding-right:7px !important;	
}

#header-logo .logo-sauber img{
	margin-left:-5px;

}


}


@media (max-width: 320px) {
	
#header-logo .logo-sauber img{
	width:243px;
	height:auto;
}


}


.clear {
  clear:both;
}






