/*
    Dunkelgrün	#5a591c
    Grün  		#9d8500
    Hellgrün  	#c2b967
    Rot   		#64190f
    Gelb  		#ff9933
*/

html 
{
    overflow-y: scroll;
}

body 
{
  background: none;
  font-family: Verdana;
}

div.background
{
	background: url(../images/body.jpg) no-repeat center top fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/body.jpg', sizingMethod='scale');
	-ms-filter: "DXImageTransform.Microsoft.AlphaImageLoader(src='img/body.jpg', sizingMethod='scale')";
  max-width:64.063em; 
  margin:0px auto;
  min-height:52em;
}

div.headline
{
  height: 2em;
  font-family: 'Marcellus SC', serif;
  font-size:3.2rem;
  color:#9d8500;
  padding-top:1em;
  padding-left:0.4em;
}

div.headline a 
{
  color:#9d8500;
}

div.headline a:hover 
{
  color:#9d8500;
  text-decoration: none;
}

p.info{
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.4em;
}

p.infosmall {
  padding: 0;
  font-size: 0.8em;
  line-height: 1.2em;
}

.offset {
   top:-55px;
}

.offset-p7 {
   top:-110px;
   left: 50px;
}

.offset-m7 {
   top:-110px;
   right: 50px;
}

.offset-middle {
  position: relative;
  top: 80px;
}

.offset-line2 {
  position: relative;
  top: -50px;
}

.offset-line3l {
  position: relative;
  top: -85px;
  left: -10;
}

.offset-line3r {
  position: relative;
  top: -85px;
  right: -10;
}

.nobr {
   white-space: nowrap;
}

p.source
{
    font-style: italic;
}

h1
{
  font-family: 'Marcellus SC', serif;
  font-size: 2.5em;
  color:#64190f;
}

p.subhead
{
  font-size: 1.5em;
  color:#64190f;
}

footer
{
  border-top: 1px solid #000000;	
}

h2
{
    font-size: 1.3em;
    color: #64190f;
}

h3
{
    font-size: 1.1em;
    color: #64190f;
}

ul 
{
    list-style: square;
}

a 
{
    color: #5a591c;
    text-decoration: none;
}

a:hover
{
    color: #5a591c;
    text-decoration: underline;
}

img.illustrations
{
    margin-top: 3.8em;
}

img.logo 
{
    margin-top: 1em;
}

img.content 
{
    margin-bottom: 1em;
}

img.spimage
{
    width: 60%;
    clip-path: circle(50% at 50% 50%);
    filter: sepia(0.9) opacity(0.8);
    margin: 10% 0 0;
}

img.spimage:hover
{
    filter: none;
}

img.spbig
{
    width: 80%;
    clip-path: circle(50% at 50% 50%);
    margin: 0;
}

img.smaller
{
    width:66%;
}

.center
{
    text-align: center;
}

section.no-border 
{
    border-color: transparent !important;
}

span.contentlabel
{
    width: 4.5em;
    display: inline-block;
}

div.productitem {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #5a591c;
    font-size: 0.8em;
    text-align: center;
    cursor: pointer;
}

div.productitem div.buttons {
    position: relative;
    width: 130px;
    height: 149px;
    margin: auto;
}

div.productitem div.buttons img {
    left: 22px;
    position: absolute;
}

div.productitem div.buttons img.bt-normal {
}

p.downloads {
}

p.downloads a {
    background-image: url(../images/icons/pdf_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid transparent;
    display: block;
    margin-bottom: 5px;
    padding: 3px 0px 3px 23px;
}

p.downloads a:hover {
    text-decoration: none;
    border: 1px solid #5a591c;
}

@media only screen and (max-width: 64.063em)
{
    h1
    {
      font-size: 2.2em;
    }
    h2
    {
        font-size: 1.22em;
    }
    p.subhead
    {
      font-size: 1.22em;
    }
    div.productitem {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 40.063em)
{
    h1
    {
      font-size: 1.75em;
    }
    h2
    {
        font-size: 1.15em;
    }
    p.subhead
    {
      font-size: 1.15em;
    }
}
