body {

background: #44546a;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}


div.contentcolumn {

  width: 41%;
  margin: 8% 0% 0% 31%;
  float: left;
}


h1 {

  margin-left: 2%;
  font:  bold 3.2em 'Myriad Pro','Average Sans', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: .8em;
  color: #fff;

}

h2 {

  margin-left: 2%;
  font:  2.2em 'Myriad Pro','Average Sans', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: .5em;
  color: #fff;

}

h4 {

  margin-left: 2%;
  font:  1.2em 'Myriad Pro','Average Sans', 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: 1.5em;
  color: #fff;

}

p {

 margin-left: 2%;
 font: 1em Georgia,Times,'Times New Roman',serif;
 line-height: 1.54em;
 color: #fff; /* #232323; */

}

.imprint {

 font: bold .7em Myriad Pro,'Average Sans';
 line-height: 1.54em;
 color: #232323;

}

ul li ul li {

 margin-left: 2%;
 font: 1em Georgia,Times,'Times New Roman',serif;
 line-height: 1.54em;
 color: #fff; /* #232323; */
 list-style-type: square;

}

a.imprint:link {
  font: bold 1em Myriad Pro,'Average Sans';
  color:#232323;
  text-decoration:underline;
  }
 a.imprint:visited {
  color:#232323;
  text-decoration:underline;
  }
 a.imprint:hover {
  color:#232328;
  }