/**************************************************/
/***** Hintergrundbild individuell Layout6 *******/
/************************************************/

body.hgbild { 
  background-image: url("/fileadmin/daten/mitglieder/114995/css/hg_bilder/hg1.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
}

/*******************************************/
/****** iPhone und aehnliche (hochkant) ***/
/*****************************************/
@media only screen and (max-width: 640px) {
body.hgbild {
  background-image: none;
}
}
