/* ©2020 business service camen CH-9056 Gais AR - https://www.bscit.ch */

/* For mobile devices */
@media only screen and (max-width: 767px) {
  .top-head {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */

  width: 100%;
  background-image:url(../img/bsc-bg-mobil.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:bottom center;

  height: 50% !important;
  }

.head {
  height: 70% !important;
  }


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  background-image:url(../img/bsc-bg-mobil.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:bottom center;
  }

#hfmc {
  max-width:70px; margin-top:5px; margin-left:10px;
  }

	}


/*//////////////////////////////////////////////////*/


@media only screen and (min-width: 768px) {
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  text-align:center;
  z-index: 1020;
  background-image:url(../img/bsc-bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:bottom center;
  background-attachment: fixed;
}

.sticky #bsc {
  /*height:65px;*/
  display: none;
}

.sticky #hfm {
  height:20px;
}

.sticky #hfmc {
  height:45px;
}

.sticky .brandl {
  width:70%;
  background-image:url(../brand/bsc.png);
  background-size:71%;
  background-repeat:no-repeat;
  height:40px;
}
.sticky .brandc {
  width:15%;
}
.sticky .brandr {
  width:15%;
}

.brandl {
  width:50%;
}
.brandc {
  width:30%;
}
.brandr {
  width:20%;
}


.top-head {

  /* Location of the image */
  background-image: url(../img/bsc-bg.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: bottom center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;

  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#464646;
  
  height: 85% !important;
}

.head {
  height: 60% !important;
  }

#hfmc {
  max-width:120px; margin-top:15px; margin-left:25px;
  }

	}
	
@media only screen and (min-width: 1240px) {
.sticky .brandl {
  height:70px;
}

#hfmc {
  max-width:200px; margin-top:25px; margin-left:50px;
  }
	}

.brand-line {
  border-top: 3px solid #FFF;
  height:2px;
  width:100% !important;
  }
  
 .brand-nav {
  max-height:30px
  }