/***
 * Variables for configuring the actual styling of the page
 */
/***
 * Some snippets ready to use
 */
/**
 * Base element styling
 */
body, html {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  color: black;
  background: white; }

p, .p {
  line-height: 1.4;
  margin: 0 auto 1.5em; }

p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, .p:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child {
  margin-bottom: 0; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: bold;
  color: #FDC300;
  line-height: 1.2;
  margin: 0 auto .5em; }

h1, .h1 {
  font-size: 2em; }

h2, .h2 {
  font-size: 1.8em; }

h3, .h3 {
  font-size: 1.5em; }

h4, .h4 {
  font-size: 1.2em; }

strong, b {
  font-weight: 900; }

sub, sup {
  display: inline;
  font-size: .8em; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

@media (min-width: 600px) {
  h1, .h1 {
    font-size: 2.6em; }

  h2, .h2 {
    font-size: 2em; }

  h3, .h3 {
    font-size: 1.8em; }

  h4, .h4 {
    font-size: 1.3em; } }
a {
  color: inherit;
  text-decoration: none; }
  a.link-button {
    display: inline-block;
    font-size: 1em;
    line-height: 1.4;
    padding: .7em 1em .5em;
    font-weight: normal;
    background-color: #FDC300;
    border: none;
    border-radius: 0; }
  a.link-text {
    display: inline;
    font-weight: normal;
    color: #FDC300; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-justify {
  text-align: justify; }

html, body {
  font-family: Source Sans Pro;
  font-size: 16px;
  line-height: 20px;
  min-width: 1250px; }

/* Header Area */
body > * {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000; }

.preHead {
  background: none repeat scroll 0 0 #000;
  border: medium none;
  color: #fff;
  overflow: hidden;
  width: 100%; }
  .preHead .leftHeadArea {
    float: left;
    width: 53%; }
    .preHead .leftHeadArea .headMen {
      float: right;
      overflow: hidden;
      padding: 11px; }
      .preHead .leftHeadArea .headMen > li {
        float: left;
        color: #9aa19a; }
        .preHead .leftHeadArea .headMen > li a {
          color: #9aa19a;
          display: inline-block;
          padding: 5px;
          text-decoration: none;
          font-size: 14px; }
    .preHead .leftHeadArea #searchfield {
      float: right;
      margin-right: 70px;
      margin-top: 9px;
      overflow: hidden;
      width: 310px; }
      .preHead .leftHeadArea #searchfield .searchbox-sword {
        border-radius: 0;
        border: medium none;
        line-height: 1.75em;
        margin-right: 10px;
        padding: 2px 5px;
        text-align: center;
        width: 235px; }
      .preHead .leftHeadArea #searchfield .sendSearch {
        background: none;
        border: none;
        position: relative;
        font-family: heinlBauelemente;
        color: #fff;
        font-size: 30px;
        vertical-align: middle;
        cursor: pointer; }
  .preHead .loginArea {
    background: none repeat scroll 0 0 #f39220;
    float: right;
    margin-bottom: 4px;
    margin-top: 4px;
    width: 40.5%; }
    .preHead .loginArea .login {
      background: none repeat scroll 0 0 gray;
      border-right: 4px none;
      display: block;
      float: left;
      padding: 12px 15px;
      text-transform: uppercase; }
    .preHead .loginArea .loggedIn {
      float: left;
      padding: 3px 15px;
      width: 360px; }
      .preHead .loginArea .loggedIn .message4popup > *,
      .preHead .loginArea .loggedIn .vergotPwd4popup > * {
        display: none; }
      .preHead .loginArea .loggedIn #user,
      .preHead .loginArea .loggedIn #pass {
        line-height: 1.75em;
        margin-right: 10px;
        width: 111px;
        border: none;
        border-radius: 0px;
        font-size: 14px;
        text-align: left;
        padding: 5px; }
      .preHead .loginArea .loggedIn #login {
        border: medium none;
        color: #fff;
        margin-left: 10px;
        cursor: pointer;
        background: inherit;
        font-family: heinlBauelemente;
        font-size: 30px;
        vertical-align: middle; }

.headerline {
  max-width: 1250px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  border: none; }
  .headerline .logo {
    float: left;
    padding-top: 28px;
    padding-left: 20px;
    padding-bottom: 28px; }
  .headerline .accountdata {
    padding-top: 15px; }
    .headerline .accountdata .accountlink {
      text-align: right; }
  .headerline .headerContentRight {
    margin-right: 135px; }
    .headerline .headerContentRight img {
      display: block; }
  .headerline .headerContentRight, .headerline .accountdata {
    float: right; }

/* Navigation */
/*Nav*/
.navOutherWrap {
  border-top: 4px solid #000; }

.mobileMenu {
  display: none; }

.navWrap {
  margin: 0 auto;
  max-width: 1250px;
  display: flex;
  justify-content: space-between; }

.mainnav {
  display: flex;
  justify-content: space-between;
  flex-grow: 1; }
  .mainnav > .menItem {
    flex-grow: 1; }
    .mainnav > .menItem a {
      display: flex;
      font-size: 1.15em;
      font-weight: 900;
      text-decoration: none;
      text-transform: uppercase;
      position: relative;
      height: 100%;
      color: #000;
      align-items: center;
      justify-content: center; }

.navIcons li.smallNavLogo {
  float: right;
  overflow: hidden;
  width: 0; }

.textvalue {
  white-space: nowrap; }

.directMail.textvalue {
  width: 227px; }

.navOutherWrap.fixedPos {
  background: none repeat scroll 0 0 #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80; }

.subnavWrap {
  background: none repeat scroll 0 0 #999999;
  background: url(../elemente/pattern_neu.png) repeat scroll left top #808080;
  border-bottom: 2px solid;
  border-top: 4px solid;
  display: none;
  left: 0;
  padding: 15px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 50; }

.mainSubnav {
  margin: 0 auto;
  width: 1250px; }

.mainSubnav .menItem {
  display: block;
  float: left;
  width: 25%; }

.mainSubnav .menItem a {
  color: #fff;
  display: table;
  font-size: 1.1em;
  height: 40px;
  padding: 5px; }

.mainSubnav .menItem.MenuSeperator {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  color: #F39221;
  font-size: 1.4em;
  line-height: 1.5em;
  padding-top: 20px; }

.mainSubnav .menItem.MenuSeperator:first-child {
  padding-top: 0; }

.arrow {
  background: none;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  height: 0;
  width: 0;
  bottom: -18px;
  z-index: 51;
  display: none;
  border-left: 14px solid transparent;
  border-top: 14px solid #f39220;
  border-right: 14px solid transparent;
  border-bottom: none; }

.mainnav > .menItem:hover .arrow,
.mainnav > .menItem:hover .subnavWrap {
  display: block; }

.mainnav > .menItem:hover > a {
  color: #f39220; }

.navText,
.navImage {
  display: table-cell;
  vertical-align: middle; }

.navImage {
  font-family: HeinlBauelemente;
  font-size: 2em;
  font-weight: 100;
  padding-right: 12px;
  text-transform: none; }

/* Banner */
.bannerStoerer h2 {
  color: #fff; }

.whiteText {
  background: inherit !important; }

.bannerWrap {
  background: url(../elemente/01_schnelle_lieferung-neu.jpg);
  background-repeat: no-repeat; }

p {
  padding: 5px 0; }

.startpageBannerContainer {
  position: relative; }

.startpageBannerContainer .banneritem {
  padding: 0; }

.startpageBannerContainer .banner {
  text-align: center;
  padding: 20px 0px; }

/* Footer ... */
/*Footer Area*/
.footer {
  background: none repeat scroll 0 0 #f39220;
  border-bottom: medium none;
  clear: both;
  overflow: hidden; }

.innerFooter {
  margin: 0 auto;
  max-width: 1250px;
  overflow: hidden;
  padding: 30px 0;
  width: 100%; }

/*Left Footer Area*/
.footernav1 {
  float: left;
  width: 65%; }

.footernav1 .footerMenItem {
  float: left;
  max-width: 18%; }

.footernav1 .footerMenItem > a {
  color: #fff;
  display: inline-block;
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px 8px;
  text-decoration: none;
  text-transform: uppercase; }

.tabContentInner {
  width: 850px;
  left: 50%;
  margin: 0px auto;
  position: relative;
  margin-left: -625px !important; }

.footerSubnav {
  font-size: 0.8em;
  padding-left: 10px; }

.subFooterMenItem > a {
  color: #000;
  display: block;
  line-height: 1.1em;
  padding: 5px 0 3px 0px;
  text-decoration: none; }

/*Right Footer Area*/
.rightFooter {
  float: right;
  width: 33.5%; }
  .rightFooter a,
  .rightFooter h3 {
    color: #000; }

.footernav2 {
  overflow: hidden;
  padding: 10px 0 35px; }

.footer2MenItem {
  float: left; }

.footer2MenItem > a {
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
  padding: 5px;
  text-decoration: none; }

/* General Content Area */
main > .contentStdWrap {
  border-top: 4px solid #000;
  background: #ddd8d4; }
  main > .contentStdWrap:first-child {
    border: none; }

main > .contentStdWrap > * {
  margin: 0px auto;
  padding: 30px 0px;
  width: 1250px; }

/* List Product Links*/
.prodMen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .prodMen li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-top: 10px; }
    .prodMen li a {
      display: flex; }
      .prodMen li a > span {
        display: block;
        width: 50%;
        box-sizing: border-box; }
    .prodMen li span.image {
      display: block;
      border-left: 1px solid gray;
      border-top: 1px solid gray;
      border-bottom: 1px solid gray; }
      .prodMen li span.image img {
        width: 100%;
        height: auto;
        display: block; }
    .prodMen li span.rightSide {
      background: none repeat scroll 0 0 #808080;
      min-height: 182px;
      padding: 15px;
      position: relative;
      color: #fff; }
      .prodMen li span.rightSide .prodTitle {
        color: #fff;
        display: block;
        font-weight: bold;
        padding-bottom: 10px;
        text-transform: uppercase; }
      .prodMen li span.rightSide .descText {
        font-size: 14px; }
      .prodMen li span.rightSide .icon {
        bottom: -5px;
        font-size: 2em;
        position: absolute;
        right: -5px; }

/*# sourceMappingURL=layout.css.map */
