@media (min-width: 768px) {
body { 
	background-image: url(../images/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
}

@media (max-width: 767px) {
body { 
	background-image: url(../images/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top 0px center;
	background-attachment: fixed;
}
}

#cookiebar {
  position: fixed;
  top:0px;
  width:100%;
  height:auto;
  font: normal 80% 'arial', color: transparent;
  z-index:999;
  text-align:center; 
  background-color:#F1F1F1; 
  padding-top:0px;
} 


        
#contactline {
  position: fixed;
  bottom:-5px;
  width:100%;
  font: normal 80% 'arial', color: transparent;
  z-index:999;
  text-align:center; 
  background-color:#F1F1F1; 
  padding-top:0px;
} 

#contactline-m {
  position: fixed;
  bottom:-5px;
  width:100%;
  font: normal 80% 'arial', color: transparent;
  z-index:999;
  text-align:center;
  background-color:black;
  padding-top:0px; 
} 

		
@media only screen and (max-device-width: 600px){
  body[only_viewed] .mobile_only {display:block !important}
}
         
@media only screen and (min-device-width: 601px) {
  body[only_viewed] .screen_only {display:block !important}
}


