/*
    Theme Name: WPLight
    Author: Raimon Kandziora & Cedric Muenster
    Description: Default lightweight responsive theme
    Version: 1.0
    Tags: Empty Theme, Responsive
    Text Domain: wplight
*/
body .captcha-image .cf7ic_instructions span {
	color: #88AC34;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
}
textarea { 
    resize: none;
    overflow: auto;
}
.wpl-row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  max-width: 100%; }
  .wpl-row.unrestricted {
    margin-left: -20px;
    margin-right: -20px;
    max-width: unset;
    min-width: 1240px; }
    @media (max-width: 1240px) {
      .wpl-row.unrestricted {
        margin-left: -10px;
        margin-right: -10px;
        max-width: calc(100% + 20px);
        min-width: calc(100% + 20px); } }
    @media (max-width: 800px) {
      .wpl-row.unrestricted {
        margin-left: -5px;
        margin-right: -5px;
        max-width: calc(100% + 5px);
        min-width: calc(100% + 5px); } }
  .wpl-row .nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .wpl-row .right {
    justify-content: flex-end; }
  .wpl-row .split {
    justify-content: space-between; }
  .wpl-row .wpl-col {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    padding: 0 20px;
    max-width: 100%; }
    @media (max-width: 1240px) {
      .wpl-row .wpl-col {
        padding: 0 10px; } }
    @media (max-width: 800px) {
      .wpl-row .wpl-col {
        padding: 0 5px; } }
    .wpl-row .wpl-col.w-12 {
      flex: 0 0 100%;
      -webkit-flex: 0 0 100%; }
    .wpl-row .wpl-col.w-11 {
      flex: 0 0 91.66%;
      -webkit-flex: 0 0 91.66%;
      max-width: 91.66%; }
    .wpl-row .wpl-col.w-10 {
      flex: 0 0 83.33%;
      -webkit-flex: 0 0 83.33%;
      max-width: 83.33%; }
    .wpl-row .wpl-col.w-9 {
      flex: 0 0 75%;
      -webkit-flex: 0 0 75%;
      max-width: 75%; }
    .wpl-row .wpl-col.w-8 {
      flex: 0 0 66.66%;
      -webkit-flex: 0 0 66.66%;
      max-width: 66.66%;
      padding: 0 1rem 0 0; }
    .wpl-row .wpl-col.w-7 {
      flex: 0 0 58.33%;
      -webkit-flex: 0 0 58.33%;
      max-width: 58.33%; }
    .wpl-row .wpl-col.w-6 {
      flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      max-width: 50%; }
    .wpl-row .wpl-col.w-5 {
      flex: 0 0 41.66%;
      -webkit-flex: 0 0 41.66%;
      max-width: 41.66%; }
    .wpl-row .wpl-col.w-4 {
      flex: 0 0 33.33%;
      -webkit-flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0; }
    .wpl-row .wpl-col.w-3 {
      flex: 0 0 25%;
      -webkit-flex: 0 0 25%;
      max-width: 25%; }
    .wpl-row .wpl-col.w-2 {
      flex: 0 0 16.66%;
      -webkit-flex: 0 0 16.66%;
      max-width: 16.66%; }
    .wpl-row .wpl-col.w-1 {
      flex: 0 0 8.33%;
      -webkit-flex: 0 0 8.33%;
      max-width: 8.33%; }
    .wpl-row .wpl-col.w-auto {
      flex: 1 1 auto;
      -webkit-flex: 1 1 auto; }
    .wpl-row .wpl-col.nopadding {
      padding: 0; }
    .wpl-row .wpl-col.spacedtop {
      padding-top: 40px; }
    @media (max-width: 800px) {
      .wpl-row .wpl-col.tablet-portrait-spacedtop {
        padding-top: 40px; } }
    .wpl-row .wpl-col.spacedtopbottom {
      padding: 20px 0 20px 0; }
    .wpl-row .wpl-col.first {
      padding-left: 0; }
    .wpl-row .wpl-col.last {
      padding-right: 0; }
    @media (max-width: 1240px) {
      .wpl-row .wpl-col.tablet-fullwidth {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%; } }
    @media (max-width: 800px) {
      .wpl-row .wpl-col.tablet-portrait-fullwidth {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%; } }
    @media (max-width: 770px) {
      .wpl-row .wpl-col.tablet-portrait-medium-fullwidth {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%; } }
    @media (max-width: 500px) {
      .wpl-row .wpl-col.phone-fullwidth {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%; } }

html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: none; }
  html * {
    font-size: 100%;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    line-height: 1.5rem; }
  html body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    border: none;
    font-size: 1rem;
    color: #666; }
    html body h1 {
      color: #343434;
      text-transform: uppercase; }
    html body h2 {
      color: #343434;
      text-transform: uppercase; }
    html body h3 {
      color: #343434;
      text-transform: uppercase; }
    html body h4 {
      color: #343434;
      text-transform: uppercase; }
    html body h5 {
      color: #343434;
      text-transform: uppercase; }
    html body h6 {
      color: #343434;
      text-transform: uppercase; }
    html body iframe {
      max-width: 100%; }
    html body p {
      margin: 0; }

    html body h1.wpl-popular-post-title {
      margin: 0;
      display: none; }
    html body h1.firstHeadline,
    html body h2.secondHeadline,
    html body h3.thirdHeadline,
    html body h4,
    html body span.bestsellerHeadline,
    html body span.newsHeadline {
      text-transform: none;
      width: 100%;
      line-height: 2rem;
      background: #eeece2;
      border-bottom: 1px solid #8daf3d;
      padding: 0 0 0 1rem;
      margin: 0 0 0.25rem 0;
      display: block;
      font-weight: bold;
      color: #000000; }
      @media screen and (max-width: 375px) {
        html body h1.firstHeadline,
        html body h2.secondHeadline,
        html body h3.thirdHeadline,
        html body h4,
        html body span.bestsellerHeadline,
        html body span.newsHeadline {
          height: auto !important;
          margin: 0 !important;
          line-height: 1.5rem !important; } }
    html body span.newsHeadline {
      text-transform: none;
      width: 100%;
      line-height: 2rem;
      background: #eeece2;
      border-bottom: 1px solid #8daf3d;
      padding: 0 0 0 1rem;
      margin: 0 0 0.25rem 0;
      display: block; }
    html body span.h1 {
      padding: 0;
      margin: 0;
      font-size: 120%;
      color: #FFFFFF;
      text-shadow: 2px 2px 2px #000;
      position: absolute;
      left: 1rem;
      bottom: 3.5rem;
      text-transform: none;
      background: none;
      border: none;
      font-weight: bold; }
    html body a.shopauskunft-logo {
      position: absolute;
      right: 2%;
      top: 10%; }
    @media (max-width: 770px) {
      html body a.shopauskunft-logo {
        display: none; } }
    html body hr {
      border: none;
      height: 2px;
      background: #efede3;
      clear: both;
      margin: 2% 0; }
    html body img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      vertical-align: middle; }
    html body .news-frame .news-container .news-content table tr td:nth-child(2) a {
      display: none; }
    html body a, html body a:active, html body a:link, html body a:visited {
      color: #88AC34;
      text-decoration: none; }
    html body a:hover {
      color: #434343; }
    html body a.news-item {
      color: #434343; }
    html body .alignright {
      float: right;
      margin: 0 0px 5px 10px; }
    html body .aligncenter {
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    html body #main {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      overflow: hidden; }
      html body #main #top {
        color: #818181;
        padding: 0;
        font-size: 0.8rem;
        border-bottom: 1px solid #d9d7cc;
        position: relative;
        z-index: 10;
        background-color: #e8e6da;
        margin: 0; }
        html body #main #top a, html body #main #top a:hover, html body #main #top a:link, html body #main #top a:visited, html body #main #top a:active {
          color: inherit;
          text-decoration: none;
          outline: none; }
        html body #main #top #top-content-frame {
          max-width: 1200px;
          margin: 0 auto; }
          @media (max-width: 1240px) {
            html body #main #top #top-content-frame {
              max-width: 100%; } }
          @media screen and (min-width: 375px) {
            html body #main #top #top-content-frame .textwidget {
              font-size: 100%;
              line-height: 2rem; }
            html body #main #top #top-content-frame .textwidget a {
              line-height: 1rem; } }
        html body #main #top #text-2 {
          text-align: left; }
        html body #main #top #text-3 {
          text-align: center; }
        html body #main #top #text-4 {
          text-align: right; }
        @media (max-width: 770px) {
          html body #main #top #text-2, html body #main #top #text-3, html body #main #top #text-4 {
            text-align: center; } }
      html body #main #navigation {
        width: 100%;
        border-top: 2px solid #23453a;
        border-bottom: 2px solid #23453a;
        margin: 5.5rem auto 0;
        color: #343434;
        background-color: #fff;
        height: 4rem;
        position: relative;
        /*z-index: 15;*/ }
        html body #main #navigation #header_image {
          position: absolute;
          bottom: 0;
          left: 0; }
        @media (max-width: 1240px) {
          html body #main #navigation {
            padding: 0 15px; } }
        html body #main #navigation #innerNavi {
          max-width: 1200px;
          margin: 0 auto;
          position: relative; }
        html body #main #navigation .menu-navigation-container {
          max-width: 1000px;
          margin: 0 0 0 17%;
          height: 4rem; }
        html body #main #navigation .nav-menu {
          margin: 0;
          /*height: 3rem;*/ }
          html body #main #navigation .nav-menu li {
            font-size: 1.6rem;
            max-width: 12% !important; }
            @media (max-width: 375px) {
              html body #main #navigation .nav-menu li {
                max-width: 100% !important; } }
            @media (max-width: 1240px) {
              html body #main #navigation .nav-menu li {
                border-right: none;
                max-width: 100% !important; } }
            html body #main #navigation .nav-menu li a {
              color: #343434;
              text-align: center; }
              @media (max-width: 1000px) {
                html body #main #navigation .nav-menu li a {
                  color: #eee; } }
              html body #main #navigation .nav-menu li a .menu-subtext {
                color: #343434;
                font-size: 0.7rem; }
            html body #main #navigation .nav-menu li:last-child {
              border-right: none; }
              html body #main #navigation .nav-menu li:last-child a {
                text-align: right; }
                @media (max-width: 500px) {
                  html body #main #navigation .nav-menu li:last-child a {
                    text-align: center; } }
            html body #main #navigation .nav-menu li.current a .menu-subtext:after {
              /*border-bottom: 3px solid $fontLight;*/ }
      html body #main #banner {
        max-width: 1200px;
        margin: 0 auto; }
        @media (max-width: 1240px) {
          html body #main #banner {
            max-width: 100%; } }
        html body #main #banner #header_image {
          margin: 10px 0;
          display: block; }
      html body #main #middle {
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 45px;
        font-size: 0.95rem; }
        @media (max-width: 1240px) {
          html body #main #middle {
            max-width: 100%; } }
        @media (max-width: 1240px) {
          html body #main #middle {
            padding: 0 15px; } }
        @media (max-width: 770px) {
          html body #main #middle {
            padding: 0; }
            html body #main #middle .content .textwidget p {
              padding: 0 !important; }
            html body #main #middle .content h2 {
              float: none; }
            html body #main #middle .content .hide-on-tablet-portrait-medium {
              display: none; } }
        html body #main #middle .nopic {
          display: flex;
          display: -webkit-flex;
          justify-items: center;
          align-items: center;
          border: 1px solid #d2d2d2;
          padding: 15px; }
        html body #main #middle #main-content {
          flex: 1 1 10%;
          -webkit-flex: 1 1 10%; }
        @media (max-width: 800px) {
          html body #main #middle #main-sidebar img {
            width: auto; } }
        html body #main #middle .wpl-content-teaser-frame .wpl-content-teaser-image img {
          width: 100%;
          vertical-align: middle;
          margin: 0; }
        html body #main #middle .wpl-content-teaser-frame .wpl-content-teaser-content {
          padding: 20px;
          border-width: 0 1px 1px 1px;
          border-style: solid;
          border-color: #d2d2d2;
          min-height: 300px; }
          @media (max-width: 800px) {
            html body #main #middle .wpl-content-teaser-frame .wpl-content-teaser-content {
              border-width: 0 0 1px 0;
              min-height: unset;
              padding: 20px 0; } }
          html body #main #middle .wpl-content-teaser-frame .wpl-content-teaser-content .wpl-content-teaser-title {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 30px;
            line-height: 2.3rem; }
            @media (max-width: 770px) {
              html body #main #middle .wpl-content-teaser-frame .wpl-content-teaser-content .wpl-content-teaser-title {
                font-size: 1.2rem;
                line-height: 1.7rem; } }
        html body #main #middle .wpl-content-slider {
          overflow: hidden;
          margin: 40px 0; }
          html body #main #middle .wpl-content-slider .wpl-content-slide-frame {
            position: relative; }
            @media (max-width: 1000px) {
              html body #main #middle .wpl-content-slider .wpl-content-slide-frame {
                flex: 0 0 33.33%;
                -webkit-flex: 0 0 33.33%;
                max-width: 33.33%; } }
            @media (max-width: 770px) {
              html body #main #middle .wpl-content-slider .wpl-content-slide-frame {
                flex: 0 0 50%;
                -webkit-flex: 0 0 50%;
                max-width: 50%; } }
            @media (max-width: 500px) {
              html body #main #middle .wpl-content-slider .wpl-content-slide-frame {
                flex: 0 0 100%;
                -webkit-flex: 0 0 100%;
                max-width: 100%; } }
            html body #main #middle .wpl-content-slider .wpl-content-slide-frame .wpl-content-slide-image img {
              width: 100%;
              vertical-align: middle;
              margin: 0; }
            html body #main #middle .wpl-content-slider .wpl-content-slide-frame .wpl-content-slide-content {
              padding: 10px;
              border-width: 0 1px 1px 1px;
              border-style: solid;
              border-color: #d2d2d2;
              min-height: 115px; }
              html body #main #middle .wpl-content-slider .wpl-content-slide-frame .wpl-content-slide-content .wpl-content-slide-title {
                font-size: 0.8rem;
                font-weight: bold;
                text-transform: uppercase;
                line-height: 1.2rem; }
        html body #main #middle .wpl-content-listing-frame {
          padding: 40px 0;
          border-top: 1px solid #d2d2d2;
          display: flex;
          display: -webkit-flex;
          margin-right: 40px; }
          @media (max-width: 800px) {
            html body #main #middle .wpl-content-listing-frame {
              margin-right: 0; } }
          @media (max-width: 770px) {
            html body #main #middle .wpl-content-listing-frame {
              margin-right: 0;
              flex-wrap: wrap;
              -webkit-flex-wrap: wrap; } }
          html body #main #middle .wpl-content-listing-frame:first-child {
            border-top: none; }
          html body #main #middle .wpl-content-listing-frame .wpl-content-listing-image {
            flex: 1 0 auto;
            margin-right: 40px; }
            @media (max-width: 1000px) {
              html body #main #middle .wpl-content-listing-frame .wpl-content-listing-image {
                flex: 1 0 175px;
                margin-right: 20px; } }
            @media (max-width: 770px) {
              html body #main #middle .wpl-content-listing-frame .wpl-content-listing-image {
                margin-right: 0; } }
            html body #main #middle .wpl-content-listing-frame .wpl-content-listing-image img {
              vertical-align: baseline; }
          html body #main #middle .wpl-content-listing-frame .wpl-content-listing-content {
            flex: 1 1 100%;
            padding-right: 20px; }
            @media (max-width: 770px) {
              html body #main #middle .wpl-content-listing-frame .wpl-content-listing-content {
                padding-right: 0; } }
            html body #main #middle .wpl-content-listing-frame .wpl-content-listing-content .wpl-content-listing-title {
              font-size: 1.5rem;
              font-weight: bold;
              margin-bottom: 30px;
              line-height: 1.7rem; }
              @media (max-width: 770px) {
                html body #main #middle .wpl-content-listing-frame .wpl-content-listing-content .wpl-content-listing-title {
                  font-size: 1rem;
                  margin-bottom: 15px; } }
        html body #main #middle .wpl-row.bordertop, html body #main #middle .wpl-col.bordertop {
          border-top: 1px solid #d2d2d2;
          padding-top: 40px; }
        html body #main #middle .wpl-row.borderleft, html body #main #middle .wpl-col.borderleft {
          border-left: 1px solid #d2d2d2; }
        html body #main #middle .wpl-row.borderbottom, html body #main #middle .wpl-col.borderbottom {
          border-bottom: 1px solid #d2d2d2;
          padding-bottom: 40px; }
        html body #main #middle .wpl-row.borderright, html body #main #middle .wpl-col.borderright {
          border-right: none; }
          @media (max-width: 800px) {
            html body #main #middle .wpl-row.borderright, html body #main #middle .wpl-col.borderright {
              border-right: none; } }
        html body #main #middle #main-sidebar {
          min-width: 290px; }
          @media (max-width: 1240px) {
            html body #main #middle #main-sidebar {
              padding: 0 15px; } }
          html body #main #middle #main-sidebar .widget {
            margin-bottom: 25px; }
          html body #main #middle #main-sidebar .widget-title {
            text-transform: none;
            width: 100%;
            height: 2rem;
            line-height: 2rem;
            background: #eeece2;
            border-bottom: 1px solid #8daf3d;
            padding: 0 0 0 1rem;
            margin: 0 0 1% 0; }
          html body #main #middle #main-sidebar .wpl-popular-posts {
            background-color: #d2d2d2;
            padding: 5px 10px; }
            html body #main #middle #main-sidebar .wpl-popular-posts .wpl-popular-post-frame {
              border-top: 1px solid #434343;
              display: block;
              padding-top: 10px; }
              html body #main #middle #main-sidebar .wpl-popular-posts .wpl-popular-post-frame * {
                line-height: 1.2rem; }
              html body #main #middle #main-sidebar .wpl-popular-posts .wpl-popular-post-frame .wpl-popular-post-title {
                font-weight: bold; }
          html body #main #middle #main-sidebar .widget_recent_comments {
            background-color: #434343;
            color: #eee;
            padding: 5px 10px; }
            html body #main #middle #main-sidebar .widget_recent_comments ul {
              list-style: none;
              padding: 0; }
              html body #main #middle #main-sidebar .widget_recent_comments ul * {
                line-height: 1.2rem; }
              html body #main #middle #main-sidebar .widget_recent_comments ul li {
                border-top: 1px solid #eee;
                padding-top: 10px; }
        html body #main #middle #kundenstimmen {
          padding: 0 0 3rem 0; }
          html body #main #middle #kundenstimmen h2.widget-title {
            text-align: center; }
      html body #main .content {
        margin: 0 0 15% 0; }
        html body #main .content span.h3 {
          text-transform: none;
          width: 100%;
          line-height: 2rem;
          background: #eeece2;
          border-bottom: 1px solid #8daf3d;
          padding: 0 0 0 1rem;
          margin: 0 0 0.25rem 0;
          display: block;
          font-weight: bold;
          color: #000; }
          @media (max-width: 375px) {
            html body #main .content span.h3 {
              height: auto;
              margin: 0; } }
        html body #main .content span.h4 {
          text-transform: none;
          width: 100%;
          line-height: 2rem;
          padding: 0 0 0 1rem;
          margin: 0 0 0.25rem 0;
          display: block;
          font-weight: bold;
          color: #000;
          text-align: center; }
          @media (max-width: 375px) {
            html body #main .content span.h4 {
              height: auto;
              margin: 0; } }
        html body #main .content .textwidget p {
          padding: 0 1rem; }
        html body #main .content .n2-ss-layers-container {
          cursor: auto; }
        html body #main .content .testlink {
          min-height: 224px;
          position: relative; }
          html body #main .content .testlink h1 {
            padding: 0;
            margin: 0;
            font-size: 120%;
            color: #FFFFFF;
            text-shadow: 2px 2px 2px #000;
            position: absolute;
            left: 1rem;
            bottom: 3.5rem;
            text-transform: none;
            background: none;
            border: none; }
          html body #main .content .testlink .moreLink {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            background: #88ac34;
            color: white;
            font-size: 80%;
            padding: 0.1rem 0.3rem; }
          html body #main .content .testlink .moreLink:hover {
            color: #000000; }
        html body #main .content .testlink_fullwidth {
          min-height: 224px;
          position: relative; }
          html body #main .content .testlink_fullwidth h1 {
            padding: 0;
            margin: 0;
            font-size: 120%;
            color: #FFFFFF;
            text-shadow: 2px 2px 2px #000;
            position: absolute;
            left: 1rem;
            top: 1rem;
            text-transform: none; }
          html body #main .content .testlink_fullwidth .moreLink {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            background: #88ac34;
            color: white;
            font-size: 80%;
            padding: 0.1rem 0.3rem; }
          html body #main .content .testlink_fullwidth .moreLink:hover {
            color: #000000; }
        html body #main .content .news-container {
          margin: 1rem 0; }
        html body #main .content .news-container-home {
          background: url(/wp-content/uploads/2016/08/unterwegs_bg_news.jpg);
          width: 100%;
          min-height: 181px;
          position: relative; }
          html body #main .content .news-container-home span {
            color: #FFF;
            width: 100%;
            display: block;
            font-size: 90%;
            text-shadow: 2px 2px 2px #000;
            padding: 4%; }
          html body #main .content .news-container-home span.headline {
            padding: 0;
            margin: 0;
            font-size: 120%;
            color: #FFFFFF;
            text-shadow: 2px 2px 2px #000;
            position: absolute;
            left: 1rem;
            bottom: 3.5rem;
            text-transform: none;
            background: none;
            border: none;
            font-weight: bold;
            width: 90%; }
          html body #main .content .news-container-home a.news-home {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            background: #88ac34;
            color: white;
            font-size: 80%;
            padding: 0.1rem 0.3rem; }
        @media (max-width: 768px) {
          html body #main .content #panel-2-3-1-0 > div > div {
            max-width: 400px;
            margin: 0 auto; }
          html body #main .content .news-frame {
            margin-bottom: 0 !important; }
          html body #main .content .news-container-home {
            width: 100%;
            min-height: 181px;
            position: relative;
            background-repeat: no-repeat; }
            html body #main .content .news-container-home span {
              color: #FFF;
              width: 100%;
              display: block;
              font-size: 90%;
              text-shadow: 2px 2px 2px #000;
              padding: 4%; }
            html body #main .content .news-container-home h1 {
              padding: 0;
              margin: 0;
              font-size: 120%;
              color: #FFFFFF;
              text-shadow: 2px 2px 2px #000;
              position: absolute;
              left: 1rem;
              bottom: 3.5rem;
              text-transform: none; }
            html body #main .content .news-container-home a.news-home {
              position: absolute;
              bottom: 1rem;
              left: 1rem;
              background: #88ac34;
              color: white;
              font-size: 80%;
              padding: 0.1rem 0.3rem; } }
        html body #main .content a.shopauskunft {
          color: #FF0000; }
        html body #main .content a.shopauskunft:hover {
          color: #434343; }
        html body #main .content .wpl-popular-post-content {
          min-height: 181px;
          position: relative; }
          html body #main .content .wpl-popular-post-content .wpl-popular-post-text p {
            padding: 0;
            margin: 0;
            font-size: 120%;
            color: #FFFFFF;
            text-shadow: 2px 2px 2px #000;
            max-width: 15rem;
            position: absolute;
            left: 1rem;
            bottom: 3.5rem; }
          html body #main .content .wpl-popular-post-content a.wpl-popular-post-link {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            background: #88ac34;
            color: white;
            font-size: 80%;
            padding: 0.1rem 0.3rem; }
        html body #main .content .trennlinie .textwidget {
          padding: 0; }
        html body #main .content .gform_wrapper {
          margin: 0 0 0 1rem; }
          html body #main .content .gform_wrapper .top_label .gfield_label {
            margin: 0;
            height: 2rem;
            color: #000; }
          html body #main .content .gform_wrapper .ginput_container {
            margin: 0 0 1rem 0; }
          html body #main .content .gform_wrapper .gform_button {
            width: 7rem;
            height: 2rem;
            line-height: 2rem;
            display: block;
            background: #88ac34;
            color: #fff;
            text-align: left;
            border: none; }
          html body #main .content .gform_wrapper .gform_footer {
            padding: 0;
            max-height: 2rem; }
        html body #main .content h1 {
          text-transform: none;
          width: 100%;
          line-height: 2rem;
          background: #eeece2;
          border-bottom: 1px solid #8daf3d;
          padding: 0 0 0 1rem;
          margin: 0 0 0.25rem 0; }
        html body #main .content span.marken {
          text-transform: none;
          width: 100%;
          display: block;
          font-weight: bold;
          line-height: 2rem;
          background: #eeece2;
          border-bottom: 1px solid #8daf3d;
          padding: 0 0 0 1rem;
          margin: 0 0 1rem 0;
          color: #000000; }
          @media (max-width: 375px) {
            html body #main .content span.marken {
              height: auto;
              margin: 0; } }
        html body #main .content h3 {
          text-transform: none;
          width: 100%;
          line-height: 2rem;
          background: #eeece2;
          border-bottom: 1px solid #8daf3d;
          padding: 0 0 0 1rem;
          margin: 0 0 0.25rem 0; }
          @media (max-width: 375px) {
            html body #main .content h3 {
              height: auto;
              margin: 0; } }
        html body #main .content p.kundenstimme {
          text-align: center; }
        html body #main .content .marken {
          margin: 1rem 0; }
          html body #main .content .marken a {
            color: #88ac34;
            font-size: 80%; }
        html body #main .content #n2-ss-7-align {
          margin: 0 0 2rem 0; }
        html body #main .content #outletInfo tr {
          margin: 0;
          padding: 0; }
        html body #main .content #outletInfo td {
          width: 10rem;
          padding: 0;
          margin: 0; }
        html body #main .content .panel-grid-cell {
          padding: 0 1rem; }
        html body #main .content .shopLink, html body #main .content .outletLink {
          width: 100%;
          min-height: 224px;
          position: relative; }
          html body #main .content .shopLink span.linkText, html body #main .content .outletLink span.linkText {
            color: #fff;
            position: absolute;
            top: 1rem;
            left: 1rem;
            text-shadow: 2px 2px 4px #000;
            font-size: 125%; }
          html body #main .content .shopLink a, html body #main .content .outletLink a {
            width: 7rem;
            height: 1.5rem;
            display: block;
            background: #88ac34;
            font-size: 80%;
            text-align: center;
            position: absolute;
            top: 5rem;
            left: 1rem;
            color: #fff; }
        html body #main .content .shopLink {
          background: url(/wp-content/uploads/2016/05/bgShopLink.jpg); }
        html body #main .content .outletLink {
          background: url(/wp-content/uploads/2016/05/bgOutletLink.jpg); }
        html body #main .content .bestseller {
          margin: 1rem 0;
          position: relative; }
          @media (max-width: 375px) {
            html body #main .content .bestseller {
              display: none; } }
          html body #main .content .bestseller h2 {
            text-transform: none;
            float: left;
            margin: 0 10px 0 0; }
          html body #main .content .bestseller a#showallLink {
            color: #88ac34;
            font-size: 80%;
            position: absolute;
            top: 0.4rem;
            left: 7rem; }
        html body #main .content #kundenstimmen h3 {
          background: none;
          text-align: center; }
        html body #main .content #topmarken {
          margin-top: 1rem; }
          @media (max-width: 375px) {
            html body #main .content #topmarken {
              display: none; } }
          html body #main .content #topmarken img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            transition: all .2s ease;
            transform: scale(1); }
          html body #main .content #topmarken img:hover {
            -webkit-filter: none;
            filter: none;
            transform: scale(1.5); }
        html body #main .content #outletInfo .textwidget p {
          padding: 0; }
        html body #main .content .shopCat {
          min-height: 200px;
          position: relative; }
          html body #main .content .shopCat .h3 {
            text-transform: none;
            float: left;
            width: 100%;
            line-height: 2rem;
            background: #eeece2;
            border-bottom: 1px solid #8daf3d;
            padding: 0 1rem;
            margin: 0;
            display: block; }
          html body #main .content .shopCat a.moreLink {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            background: #88ac34;
            color: white;
            font-size: 80%;
            padding: 0.1rem 0.3rem; }
        html body #main .content .contentLeft h2 {
          width: 100%;
          text-transform: none;
          background: #eeece2;
          border-bottom: 1px solid #8daf3d;
          padding: 0 0 0 1rem;
          margin: 0 0 1% 0; }
        html body #main .content .contentLeft p {
          padding: 0 1rem; }
        html body #main .content .contentRight h2 {
          width: 100%;
          text-transform: none;
          background: #eeece2;
          border-bottom: 1px solid #8daf3d;
          padding: 0 0 0 1rem;
          margin: 0 0 1% 0; }
        html body #main .content .contentRight p {
          padding: 0 1rem; }
        html body #main .content div[id^="bwg_container"] div[id^="bwg_container"] .bwg_img_clear {
          max-width: 100% !important; }
      html body #main #topFooter {
        background: #eeece2;
        border-top: 1px solid #d9d7cc;
        padding: 1rem 1rem 3rem 1rem;
        position: relative; }
        html body #main #topFooter a#topLink {
          width: 32px;
          height: 32px;
          display: block;
          background: url(/wp-content/uploads/2016/05/topLink.jpg);
          position: absolute;
          left: 50%;
          top: -33px;
          margin: 0 0 0 -16px;
          cursor: pointer; }
        html body #main #topFooter p {
          max-width: 730px;
          text-align: center;
          color: #aaa589;
          font-size: 75%;
          margin: 0 auto; }
        html body #main #topFooter img {
          position: absolute;
          left: 50%;
          bottom: 0;
          margin: 0 0 0 -28px; }
      html body #main #footer {
        background-color: #434343;
        padding: 25px 0; }
        html body #main #footer .footer-container {
          max-width: 1200px;
          margin: 0 auto; }
          @media (max-width: 1240px) {
            html body #main #footer .footer-container {
              max-width: 100%; } }
          html body #main #footer .footer-container h1 {
            color: #fff;
            padding-bottom: 5px;
            /*border-bottom: 1px solid $fontLight;*/
            font-weight: normal;
            text-transform: none; }
          html body #main #footer .footer-container h2 {
            color: #fff;
            padding-bottom: 5px;
            /*border-bottom: 1px solid $fontLight;*/
            font-weight: normal;
            text-transform: none; }
          html body #main #footer .footer-container h3 {
            color: #fff;
            padding-bottom: 5px;
            /*border-bottom: 1px solid $fontLight;*/
            font-weight: normal;
            text-transform: none; }
          html body #main #footer .footer-container h4 {
            color: #fff;
            padding-bottom: 5px;
            /*border-bottom: 1px solid $fontLight;*/
            font-weight: normal;
            text-transform: none; }
          html body #main #footer .footer-container h5 {
            color: #fff;
            padding-bottom: 5px;
            /*border-bottom: 1px solid $fontLight;*/
            font-weight: normal;
            text-transform: none; }
          html body #main #footer .footer-container h6 {
            color: #fff;
            padding-bottom: 5px;
            /*border-bottom: 1px solid $fontLight;*/
            font-weight: normal;
            text-transform: none; }
          @media (max-width: 500px) {
            html body #main #footer .footer-container {
              text-align: center; } }
          html body #main #footer .footer-container span {
            color: #fff;
            padding-bottom: 5px;
            font-weight: normal;
            text-transform: none;
            font-size: 125% !important;
            display: block; }
          html body #main #footer .footer-container ul {
            padding: 0;
            list-style: none; }
          html body #main #footer .footer-container li {
            list-style: none; }
          html body #main #footer .footer-container .footerBottom {
            margin: 3rem 0 0 0; }
            html body #main #footer .footer-container .footerBottom .textwidget {
              color: #aaa !important;
              font-size: 0.75rem !important;
              text-align: center; }
              html body #main #footer .footer-container .footerBottom .textwidget div {
                color: #aaa !important;
                display: inline-block;
                font-size: 0.75rem !important; }
                html body #main #footer .footer-container .footerBottom .textwidget div span {
                  display: inline-block;
                  color: #aaa !important;
                  font-size: 0.75rem !important; }
        html body #main #footer .whiteout {
          filter: brightness(1000%) saturate(0);
          -webkit-filter: brightness(1000%) saturate(0); }
        html body #main #footer .nav-menu {
          display: inline-block;
          float: right; }
          html body #main #footer .nav-menu li {
            float: left;
            padding: 0 10px;
            border-right: 1px solid #eee;
            line-height: 0.6rem; }
            html body #main #footer .nav-menu li:last-child {
              border-right: none; }
            html body #main #footer .nav-menu li a {
              line-height: 0.6rem; }
        html body #main #footer .textwidget {
          color: #bbb; }
        html body #main #footer .widget *:not(h2) {
          color: #fff;
          font-size: 90%; }
        html body #main #footer .widget li {
          border-bottom: 1px solid #bbb;
          padding-bottom: 10px; }
        html body #main #footer .wpl-popular-posts .wpl-popular-post-frame {
          border-bottom: 1px solid #bbb;
          margin-bottom: 15px;
          display: block; }
          html body #main #footer .wpl-popular-posts .wpl-popular-post-frame:last-child {
            border-bottom: none; }
          html body #main #footer .wpl-popular-posts .wpl-popular-post-frame * {
            font-size: 0.8rem;
            line-height: 1rem; }
          html body #main #footer .wpl-popular-posts .wpl-popular-post-frame .wpl-popular-post-title {
            font-weight: bold; }
        html body #main #footer a {
          color: #eee; }
    html body.admin-bar #navigation {
      top: 32px; }

.wpl-link-icon {
  color: rgba(255, 255, 255, 0.6);
  display: inline;
  margin-right: 35px;
  transition: 0.6s color; }
  .wpl-link-icon:hover {
    color: white; }

.searchform {
  font-size: 1rem; }
  .searchform label {
    max-width: 320px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
    .searchform label input {
      color: #666;
      vertical-align: bottom;
      max-height: 22px;
      padding: 3px 15px;
      border: 0;
      margin: 0;
      flex: 1 1 100%;
      -webkit-flex: 1 1 100%;
      font-size: 0.8rem; }
    .searchform label button {
      padding: 1px 15px;
      margin: 0;
      border: 0;
      background-color: #d2d2d2; }
      .searchform label button[type='submit']:before {
        color: #666;
        font-family: "FontAwesome";
        content: "\f002";
        display: block;
        height: 18px;
        width: 18px;
        line-height: 1.2rem; }

.wt-widget-classic {
  max-width: 100% !important; }
  .wt-widget-classic .wt-widget-searchbar {
    max-width: 101%; }
    .wt-widget-classic .wt-widget-searchbar .wt-widget-searchbar-field {
      width: 100%; }
  .wt-widget-classic .wt-widget-forecasts-detail > * {
    padding-right: 5px !important; }

/*# sourceMappingURL=style.css.map */
main {   
max-width: 1190px;    
margin: 65px auto;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {    
width: 25%;    
height: auto;    
float: left;    
margin-right: 25px;	
margin-bottom:25px;
}

.meta { 
color: #b5b5b5;         
float: left;        
width: 100%;         
font-size: 70%;
}

small {    
font-size: 75%;
}

button {    
background: #eee;    
border-radius: 3px;    
border: none;
}

.post-template-default h2{
	margin: 50px 0 15px 0;
}
	
	
#breadcrumb{    
color: #b5b5b5;
}

.navbarPostLeft {
	width: 50%;
	float: left;
	text-align: left;
}

.navbarPostRight {
	width: 50%;
	float: right;
	text-align: right;
}

@media only screen and (max-width: 1025px){		
	main{
		padding: 0 25px;
	}
}

@media screen and (max-width: 800px) {
	
	img.attachment-medium.size-medium.wp-post-image {
   		float: none;
    	margin-bottom: 15px;
    	width: 100%;
    	height: auto;
	}
}

section.category-page {
    margin: 0 0 30px 0;
}

@media (max-width: 500px){
	img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100% !important;
    height: auto;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
	
	html body #main #footer {
	padding: 0;
}
	
	.wpl-row .wpl-col.phone-fullwidth {
			margin-top: 30px;
	}

	span.padding {
		margin-bottom: -20px;
	}
}

html body hr {
    border: none;
    height: 2px;
    background: #efede3;
    clear: both;
    margin: 20px 0 -15px 0;
}

main {
    max-width: 1190px;
    margin: 65px auto 30px auto;
}

.post-template-default h2 {
    margin: 0px 0 15px 0 !important;
}

    /* CSS für contact form 7 Kontaktformuar - Anfang */

#Kontaktformular {
  background:#FFFFFF;
  padding:20px 15px 15px 15px;
  border-radius:5px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}
#Kontaktformular input {
	float: left;
	margin-bottom:10px;
}
#Kontaktformular input[type="submit"] {
  background:#88ac34;
  font-size:14px;
  width:20%;
}
#Kontaktformular input[type="submit"]:hover {
  background:#8BC34A;
}
#Kontaktformular
textarea {
	width:100%;
	height:200px;
}
#Kontaktformular
input[type="email"] {
	width:100%;
}
#Kontaktformular
input[type="tel"] {
	width:100%;
}
#Kontaktformular
input[type="text"] {
	width:100%;
}

    /* CSS für contact form 7 Kontaktformuar - Ende */