/*
////////////////////////////////////////////////////////////////
// Nero Product page header
//
// Author: basal
////////////////////////////////////////////////////////////////
*/

.ppHeader {
  background: #3C3C3C 50% 0% scroll no-repeat;
  position: relative;
  padding: 1px 0 0 0;
  margin-left:auto;
  margin-right:auto;
  border-radius:0;
  -pie-border-radius:0;
  margin-bottom:20px;
}

.ppHeader.boxShadow {
  box-shadow:0 0 3px 0 #000;
}
.ppHeader.noBoxShadow {
  background-color:transparent;
  box-shadow:none;
}

.ppHeader.ver-light,  .ppHeader.ver-light h1,  .ppHeader.ver-light h2,  .ppHeader.ver-light h3,  .ppHeader.ver-light h4,  .ppHeader.ver-light h5,
.ppHeader.slim-light, .ppHeader.slim-light h1, .ppHeader.slim-light h2, .ppHeader.slim-light h3, .ppHeader.slim-light h4, .ppHeader.slim-light h5,
.ppHeader.kwik-light, .ppHeader.kwik-light h1, .ppHeader.kwik-light h2, .ppHeader.kwik-light h3, .ppHeader.kwik-light h4, .ppHeader.kwik-light h5 {
  color:#eeeeee;
}
.ppHeader.kwik-light .contrasttext {
  color:#222222;
}
.ppHeader.ver-dark,  .ppHeader.ver-dark h1,  .ppHeader.ver-dark h2,  .ppHeader.ver-dark h2,  .ppHeader.ver-dark h2,  .ppHeader.ver-dark h2,
.ppHeader.slim-dark, .ppHeader.slim-dark h1, .ppHeader.slim-dark h2, .ppHeader.slim-dark h2, .ppHeader.slim-dark h1, .ppHeader.slim-dark h2 {
  color:#222222;
}
.ppHeader h1, .ppHeader .h1Editor { font-size: 25px; font-weight: normal; line-height: 28px; margin: 0 0 16px; padding: 0; }
.ppHeader h2, .ppHeader .h2Editor { font-size: 20px; font-weight: bold;   line-height: 24px; margin: 0 0 12px; padding: 0; }
.ppHeader h3, .ppHeader .h3Editor { font-size: 19px; font-weight: bold;   line-height: 22px; margin: 0 0 12px; padding: 0; }
.ppHeader h4, .ppHeader .h4Editor { font-size: 18px; font-weight: normal; line-height: 22px; margin: 0 0 10px; padding: 0; }
.ppHeader h5, .ppHeader .h5Editor { font-size: 16px; font-weight: bold;   line-height: 20px; margin: 0 0 10px; padding: 0; }
.ppHeader h6, .ppHeader .h6Editor { font-size: 14px; font-weight: bold;   line-height: 17px; margin: 0 0 10px; padding: 0; }

.ppHeader .heading, .ppHeader .subHeading, .ppHeader .freetext {
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
}

.ppHeader .button, .ppHeader button {
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.65);
  width:141px;
  margin:0 0 10px;
  color: #FFFFFF;
  text-decoration: none;
}
.ppHeader.notInEditor .button, .ppHeader.notInEditor button {
  position:relative;
}
.ppHeader a.button, .ppHeader a.button:hover, .ppHeader a.button:focus, .ppHeader a.button:active {
  text-decoration: none;
}

.ppHeader.ver-dark.notInEditor .headings, .ppHeader.ver-light.notInEditor .headings, .ppHeader.kwik-light.notInEditor .headings{
  width: 716px;
  position:absolute;
}

.ppHeader.ver-dark .headings, .ppHeader.ver-light .headings, .ppHeader.kwik-light.notInEditor .headings {
  width: 716px;
  position:absolute;
}
.ppHeader.kwik-light.new h1 {
  font-size:35px;
  font-weight:400;
  line-height:39px;
}
.ppHeader.kwik-light.new h2 {
  font-size:26px;
  font-weight:400;
  line-height:29px;
}

.ppHeader.slim-light.notInEditor .headings, .ppHeader.slim-dark.notInEditor .headings {
  position: absolute;
  width:100%;
}

.ppHeader .boxes > div {
  position: absolute;
  width: 161px;
}
.ppHeader .col1 {
  right: 60px;
  top: 45px;
}
  .ppHeader.kwik-light .col1 {
    bottom: 44px;
    position: absolute;
    right: 57px;
    top: auto;
  }
    .ppHeader.kwik-light.new .col1 {
      bottom: 18px;
      right: 53px;
      top: auto;
    }
.ppHeader.notInEditor .col2 {
  right: 50px;
  bottom: 50px;
}
.ppHeader .col2 {
  right: 201px;
  bottom: 20px;
}
  .ppHeader .col1 .elementLink > a {
    margin-left:10px;
  }

.ppHeader a {
  color: #FFFFFF;
  text-decoration: underline;
}
.ppHeader a:hover, .ppHeader a:active, .ppHeader a:focus {
  color: #dbdbdb;
  text-decoration: none;
}
.ppHeader.kwik-light h3, .ppHeader.kwik-light h2, .ppHeader.kwik-light h1 {
  padding:0;
  margin:0;
}
.ppHeader.kwik-light a.pictureRight {
  margin: 0 0 11px 0;
}
.ppHeader.kwik-light.new a.pictureRight {
  margin: 0 0 5px 0;
}



/* =====================================================
   ==  640 PX LAYOUT  ==================================
   ===================================================== */
/*@media only screen and (max-width: 920px) {
  .ppHeader {}

  .ppHeader.ver-dark .headings, .ppHeader.ver-light .headings, .ppHeader.kwik-light.notInEditor .headings {
    width: 516px;
  }
  .ppHeader.ver-dark.notInEditor .headings, .ppHeader.ver-light.notInEditor .headings, .ppHeader.kwik-light.notInEditor .headings{
    width: 622px;
  }
  .ppHeader.kwik-light.new.notInEditor .headings {
    width: 438px;
  }
  .ppHeader.kwik-light.new.notInEditor .headings {
    width: 470px;
  }

  .ppHeader .boxes > div {
    position: absolute;
    width: 161px;
  }
  .ppHeader .col1 {
    bottom: 20px;
    right: 20px;
    top: auto;
  }
  .ppHeader.kwik-light .col1 {
      bottom: 72px;
      right: 30px;
      top: auto;
  }
    .ppHeader.kwik-light.new .col1 {
      bottom: 19px;
      right: 22px;
      top: auto;
    }
  .ppHeader.kwik-light a.pictureRight {
    margin: 0 0 11px 0;
  }
  .ppHeader.notInEditor .col2 {
    bottom: 47px;
    right: 181px;
  }

  .ppHeader.ver-dark h1, .ppHeader.ver-light h1, .ppHeader.slim-light.autoresize h1 {
    font-size:20px;
    line-height:22px;
  }
  .ppHeader.ver-dark h2, .ppHeader.ver-light h2, .ppHeader.slim-light.autoresize h2 {
    font-size:15px;
    line-height:17px;
  }
  .ppHeader.ver-dark h3, .ppHeader.ver-light h3, .ppHeader.slim-light.autoresize h3 {
    font-size:14px;
    line-height:16px;
  }

  .ppHeader.kwik-light.new h1 {
    font-size:24px;
    font-weight:400;
    line-height:27px;
  }
  .ppHeader.kwik-light.new h2 {
    font-size:20px;
    font-weight:400;
    line-height:22px;
  }
  .ppHeader.kwik-light.new h3 {
    font-size:17px;
    font-weight:bold;
    line-height:20px;
  }
  .ppHeader .col1 .elementLink > a {
    display:none;
  }
}*/



/* =====================================================
   ==  320 PX LAYOUT  ==================================
   ===================================================== */
@media only screen and (max-width: 600px) {
  .ppHeader {}


  .ppHeader .clearer {
    clear:both;
  }
  .ppHeader.ver-dark .headings, .ppHeader.ver-light .headings, .ppHeader.kwik-light.notInEditor .headings {
    width: 302px;
  }
  .ppHeader.ver-dark.notInEditor .headings, .ppHeader.ver-light.notInEditor .headings, .ppHeader.kwik-light.notInEditor .headings{
    width: 302px;
  }
  .ppHeader .boxes > div {
    position: absolute;
    width: 151px;
  }
  .ppHeader .col1 .elementStandard {
    margin:0;
  }
  .ppHeader .col1 {
    bottom: 18px;
    position: absolute;
    right: 18px;
  }
  .ppHeader.kwik-light .col1 {
    bottom: 12px;
    position: absolute;
    right: 19px;
  }

  .ppHeader.kwik-light a.pictureRight {
    margin: 0 0 7px 0;
  }
  .ppHeader.notInEditor .col2 {
    display:none;
  }

  .ppHeader button, .ppHeader a.button {
    width:135px;
  }
  .ppHeader.ver-dark h1, .ppHeader.ver-light h1, .ppHeader.slim-light.autoresize h1 {
    font-size:18px;
    line-height:20px;
  }
  .ppHeader.ver-dark h2, .ppHeader.ver-light h2, .ppHeader.slim-light.autoresize h2 {
    font-size:12px;
    line-height:14px;
  }
  .ppHeader.ver-dark h3, .ppHeader.ver-light h3, .ppHeader.slim-light.autoresize h3 {
    font-size:14px;
    line-height:16px;
  }

  .ppHeader.ver-dark .heading, .ppHeader.ver-light .heading {
    display:none;
  }

  .ppHeader.slim-light .freetext, .ppHeader.slim-dark .freetext {
    display:none;
  }

  .ppHeader.kwik-light.new.notInEditor .headings {
    width: 292px;
  }

  .ppHeader.kwik-light.new h1 {
    font-size:24px;
    font-weight:400;
    line-height:27px;
  }
  .ppHeader.kwik-light.new h2 {
    font-size:16px;
    font-weight:400;
    line-height:19px;
  }
  .ppHeader.kwik-light.new h3 {
    font-size:16px;
    font-weight:bold;
    line-height:19px;
  }

  .ppHeader.kwik-light.new .col1 {
    bottom: 16px;
    left: 0;
    right: 0;
    top: auto;
    width: 302px;
    text-align: center;
  }

  .ppHeader.kwik-light.new .col1 a.pictureLeft img.pictureLeft,
  .ppHeader.kwik-light.new .col1 a.pictureRight img.pictureRight {
      margin: 0;
      vertical-align: middle;
  }
  .ppHeader.kwik-light.new a.pictureRight {
      margin: 2px;
      display:inline-block;
  }
  .ppHeader.kwik-light.new .elementPictureRight {
      display:inline-block;
  }

  .ppHeader.kwik-light.new .elementPictureRight {
      margin: 0;
      padding:0;
      float:none;
  }
  .ppHeader.kwik-light.new .elementPictureRight img {
      margin: 0;
      padding:0;
      float:none;
  }
  .ppHeader .col1 .elementLink > a {
    display:none;
  }

  .ppHeader h1.autoresize { font-size:18px; line-height:20px; }
  .ppHeader h2.autoresize { font-size:12px; line-height:14px; }
  .ppHeader h3.autoresize { font-size:14px; line-height:16px; }

}/* CSS Document */