html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 17px;
  color: #555555; }

div, a {
  -webkit-transition: padding 0.2s ease, background 0.2s ease, width 0.2s ease, height 0.4s ease, border 0.2s ease, opacity 0.2s;
  -moz-transition: padding 0.2s ease, background 0.2s ease, width 0.2s ease, height 0.4s ease, border 0.2s ease, opacity 0.2s;
  -o-transition: padding 0.2s ease, background 0.2s ease, width 0.2s ease, height 0.4s ease, border 0.2s ease, opacity 0.2s;
  transition: padding 0.2s ease, background 0.2s ease, width 0.2s ease, height 0.4s ease, border 0.2s ease, opacity 0.2s; }

.fancybox-wrap, .fancybox-wrap div, .fancybox-wrap img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

body {
  height: 100%;
  width: 100%;
  background: #adcb58; }

a {
  text-decoration: none; }

p a, table a {
  color: #000;
  text-decoration: none; }

ul {
  margin-left: 0; }

.rel, .rel2 {
  float: left;
  position: relative;
  width: 100%;
  height: 100%; }

.relative {
  position: relative;
  height: auto; }

.clear {
  clear: both; }

.left100 {
  float: left;
  width: 100%;
  height: auto; }

.right100 {
  float: right;
  width: 100%;
  height: auto; }

.full {
  width: 100%; }

.hidden {
  display: none; }

.left {
  float: left; }

.smaller700 {
  display: none; }

.hide700 {
  display: block; }

.spacer {
  float: left;
  width: 100%;
  position: relative;
  height: 0;
  padding: 20px 0 0 0; }

/*=======================================================
                     Struktur                 
======================================================= */
.wrapper {
  width: 90%;
  max-width: 1210px;
  padding: 0 0;
  height: auto;
  margin: 0 auto 0 auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: relative; }

.sidebar {
  position: relative;
  width: 25%;
  max-width: 300px;
  margin: 0 0 0 0px;
  z-index: 50;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.header {
  float: left;
  width: 100%;
  height: 110px;
  margin: 0px 0 0 0;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 100;
  background: #d9e6b2;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }

.fix_header .header {
  float: inherit;
  position: fixed;
  z-index: 200;
  top: -50px; }

.main {
  padding: 0 0 0px 0;
  background: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.fix_header .main {
  padding-top: 110px; }

.section {
  float: left;
  position: relative;
  width: 100%; }

/*=======================================================
                     	Logo                 
======================================================= */
.logo {
  position: absolute;
  left: 0;
  top: 0px;
  margin-left: -28px;
  width: 330px;
  height: auto;
  z-index: 200; }

.logo img {
  width: 100%;
  height: auto; }

.fix_header .logo {
  left: 0;
  top: 46px;
  width: 170px; }

/*=======================================================
                     	Menu / Nav                 
======================================================= */
.nav-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

nav {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0; }

.links {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0; }

.nav, .secondary {
  margin: 0;
  position: relative;
  text-align: right; }

.nav li {
  display: inline-block;
  padding-left: 30px; }

.nav li a {
  display: block;
  padding: 0 0 20px 0;
  font: 800 18px/20px "Heebo", sans-serif;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.4px;
  text-align: left; }

.nav li a:hover {
  color: #c9000a; }

.nav li a:before {
  content: "\f0c8";
  font-family: 'FontAwesome', sans-serif;
  padding: 0 5px 0 0;
  font-size: 17px; }

.nav li.menu-gelb a:before {
  color: #ffe000; }

.nav li.menu-red a:before {
  color: #c9000a; }

.nav li.menu-green2 a:before {
  color: #adcb58; }

.nav li.menu-green3 a:before {
  color: #2d8c00; }

.nav li:first-child {
  padding-left: 0px; }

.links ul li {
  display: inline-block; }

.links ul li:after {
  content: '|'; }

.links ul li a {
  color: #2d8c00;
  padding: 0 5px; }

.mobile-nav {
  display: none; }

/*=======================================================
                     	Startseite                 
======================================================= */
/*=======================================================
                     Heros Startseite                 
======================================================= */
.padded {
  padding: 0 30px; }

.heros {
  padding-top: 45px;
  overflow: hidden; }

.home-slider, .hero-two-third {
  width: 66%;
  float: left; }

.home-news, .hero-one-third {
  width: 34%;
  padding: 0 0 0 30px; }

/*=======================================================
                     	Slider (standard)             
======================================================= */
.slider {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }

.home-slider .slider {
  border: 1px solid #888888; }

.slider img {
  display: block;
  float: left;
  width: 100%;
  height: auto; }

.swiper-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
  background: #c9000a url(images/icon-next-impression.png) 12px center no-repeat;
  z-index: 30;
  opacity: 0.9; }

.swiper-prev {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
  background: #c9000a url(images/icon-next-impression.png) 12px center no-repeat;
  z-index: 30;
  opacity: 0.9; }

.swiper-pagination {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 3px;
  padding: 0 0 0px 0; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #fff;
  border: 1px solid #888888;
  opacity: 0.8; }

.swiper-pagination-bullet-active {
  background: #555;
  opacity: 0.8; }

.swiper-scroll {
  position: absolute;
  bottom: 48%;
  width: 32px;
  height: 32px;
  background: url(images/next.png) center center no-repeat;
  z-index: 100;
  opacity: 50%;
  right: -15px; }

.swiper-scroll {
  position: absolute;
  bottom: 45%;
  width: 32px;
  height: 32px;
  background: url(images/next.png) center center no-repeat;
  z-index: 100;
  opacity: 0.6;
  right: -15px;
  cursor: pointer; }

.swiper-scroll:hover {
  opacity: 0.9; }

.swiper-scroll.prev {
  background: url(images/prev.png) center center no-repeat;
  right: inherit;
  left: -15px; }

.swiper-pagination.upper {
  display: none; }

.swiper-pagination.lower {
  width: 67%;
  padding: 0 0 30px 0;
  margin-top: -10px; }

/*=======================================================
                     	New-Listing (Standard)                 
======================================================= */
.news-listing {
  float: left;
  width: 100%;
  position: relative; }

.news-element {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 10px 30px 18px;
  margin: 3px 0 0 0; }

.news-listing h3 {
  font: 700 15px/18px "Open Sans", sans-serif;
  padding: 0 0 3px 0;
  color: #222; }

.news-teaser {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  font: 400 13px/17px "Open Sans", sans-serif;
  color: #888888; }

.news-teaser span {
  display: block;
  color: #c9000a;
  font-weight: 400; }

.news-element:hover span {
  text-decoration: underline; }

.news-element:hover h3 {
  color: #c9000a; }

.news-teaser span:before {
  font-family: 'FontAwesome', sans-serif;
  padding: 0 4px 0 0;
  font-size: 15px; }

.news-teaser span.Video:before {
  content: "\f144"; }

.news-teaser span.mehr:before {
  content: "\f0fe";
  font-size: 14px; }

.news-teaser span.Infos:before {
  content: "\f05a"; }

.news-element:first-child {
  margin: 1px 0 0 0; }

.cover {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  padding: 30px 0 0 30px;
  background: url(images/cover.png) center bottom repeat-x;
  color: #c9000a;
  text-align: center;
  font: 400 10px/10px "Heebo", sans-serif;
  cursor: pointer; }
  .cover:hover {
    text-decoration: underline; }

.not_scrolling .cover {
  display: none !important; }

.not_scrolling .news-element:last-child {
  padding-bottom: 0; }

.home-news {
  overflow: hidden; }

.not_scrolling .home-news {
  height: auto !important; }

/*=======================================================
          Preview-listings (listing w/ thumbnail)              
======================================================= */
.col-third {
  float: left;
  position: relative;
  width: 33%;
  min-height: 200px; }

.preview-listings {
  float: left;
  width: 103%;
  margin: 5px 0 0 -1.5%;
  position: relative;
  background: #d9e6b2;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 20px 3.8% 10px 3.8%; }

.preview-listings .col-third {
  border-left: 1px solid #000; }

.preview-listings h2 {
  font: 400 25px/25px "Heebo", sans-serif;
  text-transform: uppercase;
  color: #666;
  text-align: left;
  margin: 0;
  padding: 5px 0 5px 0; }

.preview-listings h2 span {
  float: left;
  width: 30px;
  height: 30px;
  margin: -5px 7px 0 0; }

.header-gebraucht span {
  background: #c9000a url(images/lightbulb.png) center center no-repeat; }

.header-video span {
  background: #adcb58 url(images/videoplay.png) center center no-repeat; }

.header-referenzen span {
  background: #2d8c00 url(images/hook.png) center center no-repeat; }

.list-element {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  padding: 0 8px 0 28px;
  margin: 18px 0 0 0; }

.vorschau-bild {
  float: left;
  position: relative;
  width: 20%; }

.vorschau-inhalt {
  float: left;
  position: relative;
  width: 67%;
  padding: 0 0 0 15px; }

.vorschau-bild.video {
  float: left;
  position: relative;
  width: 32.9%; }

.vorschau-inhalt.video {
  float: left;
  position: relative;
  width: 50%;
  padding: 0 0 0 15px; }

.video-play-icon-overlay {
  position: absolute;
  width: 30px;
  height: 20px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0.6) url(images/videoplay.png) center center no-repeat;
  background-size: auto 80%;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -ms-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px; }

.list-element.video:hover .video-play-icon-overlay, .category-element:hover .video-play-icon-overlay {
  background: rgba(167, 197, 84, 0.85) url(images/videoplay.png) center center no-repeat;
  background-size: auto 80%; }

.vorschau-bild img {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px; }

h5 {
  font: 400 15px/16px "Heebo", sans-serif;
  padding: 0px 0 2px 0;
  color: #000; }

.list-element:hover h5 {
  color: #c9000a; }

.vorschau-teaser {
  font: 400 13px/16px "Open Sans", sans-serif;
  padding: 0 0 5px 0;
  color: #666; }

.vorschau-preis {
  font: 800 14px/18px "Heebo", sans-serif;
  color: #000; }

.list-children .list-element {
  width: 50%;
  padding-left: 0; }

.list-children .list-element .vorschau-bild {
  width: 30%; }

.show-all {
  text-align: center;
  color: #c9000a;
  padding: 20px 0 0 0;
  font: 400 13px/13px "Open Sans", sans-serif; }

.show-all:hover {
  font-weight: bold; }

.list-element.search {
  border-bottom: 1px solid #ccc;
  padding: 5px 0px 10px 0; }

.filed_in {
  display: inline-block;
  background: #aaaaaa;
  padding: 0 5px;
  color: #fff;
  font: 300 12px/16px "Heebo", sans-serif;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  text-transform: capitalize; }

/*=======================================================
                    category Listing                 
======================================================= */
.section.products {
  padding-top: 30px; }

h2.section-heading {
  font: 400 25px/25px "Heebo", sans-serif;
  text-transform: uppercase;
  color: #666;
  text-align: left;
  margin: 0;
  padding: 5px 0 5px 0; }

h2.section-heading span, h1.section-heading span {
  float: left;
  width: 30px;
  height: 30px;
  margin: -5px 7px 0 0;
  background: #ffe000; }

h2.section-heading.gebraucht span {
  background: #c9000a; }

h2.section-heading.vid_ref span, h1.section-heading.vid_ref span {
  background: #adcb58; }

h2.section-heading.events span {
  background: #2d8c00; }

.category-element h3 {
  font: 500 18px/20px "Heebo", sans-serif;
  padding: 10px 0 0px 0;
  color: #000; }

.category-element a:hover h3 {
  color: #c9000a; }

.category-element {
  float: left;
  position: relative;
  width: 33.0%;
  padding: 30px 0px; }

.category-element .rel {
  padding: 0 30px;
  border-right: 1px solid #555; }

.category-element.third .rel {
  padding: 0 30px;
  border-right: none; }

.category-element .vorschau-bild, .category-element .vorschau-inhalt {
  width: 100%;
  padding: 0; }

.category-element .vorschau-teaser {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 400 12px/11px "Open Sans", sans-serif;
  color: #999; }

.category-element .vorschau-bild img {
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -ms-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px; }

.list-break {
  float: left;
  width: 99.5%;
  height: 0;
  border-top: 1px solid #555; }

.list-break:last-child {
  display: none; }

/*=======================================================
                     	Logos / Hersteller                 
======================================================= */
.hersteller {
  padding-top: 50px; }

.hersteller .preview-listings {
  text-align: center; }

.hersteller-element {
  display: inline-block;
  height: 20px;
  width: auto;
  margin: 0 2% 10px 2%; }

.hersteller-element img {
  float: left;
  height: 100%;
  width: auto; }

/*=======================================================
                     Page construction                 
======================================================= */
.sidebar {
  float: left;
  position: relative;
  width: 300px;
  min-height: 500px;
  padding: 40px 0 0 0; }

.subpages li {
  display: block;
  padding: 5px 0; }

.subpages li a {
  padding: 0;
  font: 400 18px/33px "Heebo", sans-serif;
  color: #555; }

.subpages li a:before {
  content: ' ';
  display: inline-block;
  width: 25px;
  height: 13px;
  background: #dddddd;
  margin-right: 5px; }

.subpages li.current_page_ancestor a:before, .subpages li.current_page_item a:before, .subpages li.current-cat a:before {
  background: #ffe000; }

.subpages li li {
  padding: 0px 0 5px 30px;
  float: left;
  width: 100%; }

.subpages li li a {
  font: 400 14px/17px "Heebo", sans-serif;
  padding: 0 5px;
  background: #777;
  color: #fff;
  float: left;
  width: auto; }

.subpages li li a:before {
  display: none; }

.subpages li li.current_page_item a, .subpages li li.current_page_ancestor a {
  background: #ffe000;
  color: #444; }

ul.children {
  display: none; }

.current_page_ancestor ul.children {
  display: block; }

.page-level_1 .current_page_ancestor ul.children {
  display: none; }

.page-level_1.show-menu-tree .current_page_ancestor ul.children
, .page-level_0.show-menu-tree .current_page_item ul.children {
  display: block; }

.page-content {
  position: relative;
  width: 100%;
  padding: 35px 30px 0 300px;
  z-index: 30;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.section.page-heading {
  padding-top: 30px; }

.page-heading h2.section-heading, .page-heading h1.section-heading {
  font: 400 27px/27px "Heebo", sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #333;
  text-align: left;
  margin: 0;
  padding: 5px 0 5px 0;
  float: left;
  width: auto; }

.page-heading h2.section-heading a {
  color: #333; }

.page-heading h2.section-heading a:hover {
  color: #c9000a; }

.page-heading h2.section-heading span, .page-heading h1.section-heading span {
  width: 60px;
  height: 25px;
  margin: -1px 7px 0 0; }

.sub-cat.list-break {
  border-width: 2px;
  margin-top: 50px; }

ul.bread_crumb {
  float: left;
  width: auto;
  padding: 5px 0 0 0;
  margin-bottom: 0; }

ul.bread_crumb li {
  display: inline-block; }

ul.bread_crumb li:first-child, .last-child ul.bread_crumb li:last-child {
  display: none; }

ul.bread_crumb li:before {
  content: '//';
  padding: 0 10px; }

ul.bread_crumb li, ul.bread_crumb li a {
  font: 300 27px/27px "Heebo", sans-serif;
  color: #aaaaaa; }

ul.bread_crumb a:hover {
  color: #c9000a; }

.last-child ul.bread_crumb li a, .last-child ul.bread_crumb li, .single.last-child .page-heading h2.section-heading {
  font: 300 15px/15px "Heebo", sans-serif; }

.single.last-child .page-heading h2.section-heading span {
  width: 60px;
  height: 15px;
  margin: -1px 7px 0 0; }

.sub-cat.list-break:nth-of-type(1) {
  margin-top: 28px; }

.sub-cat-title {
  float: left;
  width: 100%;
  margin: -12px 0 0px 0; }

.produkt-infos .sub-cat-title {
  margin-bottom: 10px; }

.sub-cat-title span {
  float: left;
  width: auto;
  padding: 1px 30px 1px 5px;
  background: #ffe000;
  border-right: 5px solid #fff;
  color: #444;
  letter-spacing: 1px; }

.sub-cat-list {
  float: left;
  position: relative;
  width: 100%; }

.page-content .category-element h3 {
  font: 500 16px/18px "Heebo", sans-serif;
  padding: 10px 0 0px 0;
  color: #000; }

.page-content .category-element .vorschau-teaser {
  font-size: 11px;
  color: #aaaaaa; }

.produkt-element {
  float: left;
  position: relative;
  width: 50%;
  padding: 30px 0; }

.produkt-element h3 {
  font: 500 15px/20px "Heebo", sans-serif;
  padding: 5px 0 0px 0;
  color: #000; }

.produkt-element a:hover h3 {
  color: #c9000a; }

.produkt-element:nth-of-type(1), .produkt-element:nth-of-type(2) {
  padding-top: 15px; }

.produkt-element .rel {
  padding: 0 30px;
  border-right: 1px solid #555; }

.produkt-element.second .rel {
  padding: 0 30px;
  border-right: none; }

.produkt-element .vorschau-bild {
  float: left;
  position: relative;
  width: 40%; }

.produkt-element .vorschau-inhalt {
  float: left;
  position: relative;
  width: 60%; }

.produkt-element .vorschau-bild img {
  width: 100%;
  height: auto; }

/*=======================================================
                  Produkt Single /Details                
======================================================= */
.col-half {
  float: left;
  position: relative;
  width: 50%; }

.produkt-infos .col-half:nth-of-type(2) {
  padding: 0 0 0 45px; }

.produkt-infos .slider {
  border: none;
  margin-bottom: 10px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.produkt-infos .slider {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.produkt-infos .swiper-slide {
  width: 100% !important; }

.produkt-infos .swiper-slide img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  width: 100% !important; }

.swiper-controls {
  text-align: center;
  display: block; }

.preview-img.print-only {
  float: left;
  width: 100%;
  position: relative;
  display: none; }

.preview-img.print-only img {
  float: left;
  width: 100%;
  position: relative;
  height: auto; }

.produkt-infos .swiper-scroll.prev, .produkt-infos .swiper-scroll.next {
  position: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  opacity: 1;
  background: inherit;
  color: #444;
  display: inline-block; }

.produkt-infos .swiper-scroll.prev:hover, .produkt-infos .swiper-scroll.next:hover {
  color: #888888; }

.produkt-infos .swiper-pagination {
  display: inline-block;
  float: inherit;
  width: auto;
  margin: 0 5px; }

.produkt-subtitle {
  font: 700 14px/16px "Open Sans", sans-serif;
  padding-bottom: 30px; }

h6 {
  font: 700 15px/18px "Heebo", sans-serif;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

h6:before {
  content: "\f0c8";
  font-family: 'FontAwesome', sans-serif;
  padding: 0 5px 0 0;
  font-size: 15px;
  color: #adcb58; }

.vertreter {
  float: left;
  width: 50%;
  padding-top: 20px; }

.vertreter img {
  width: 50px;
  height: auto;
  float: left;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -ms-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  margin: 0 15px 0 0; }

.vertreter .produkt-vertreter {
  float: left;
  margin: 0 0 0 0;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.vertreter .vertreter-telefon, .vertreter .vertreter-email {
  display: inline-block;
  padding: 0px 4px;
  background: #2d8c00;
  color: #fff;
  clear: right;
  font-size: 12px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.vertreter .vertreter-email a {
  color: #fff; }

.vertreter .email-icon {
  display: block; }

.vertreter .email-schrift {
  display: none; }

.content .vertreter {
  padding-top: 0px;
  padding-bottom: 30px;
  width: 50%; }

.content .vertreter img {
  width: 60px;
  height: auto;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -ms-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  margin: 0 15px 0 0; }

.interaction {
  padding-top: 30px; }

.print {
  float: left;
  padding: 5px 7px 4px 7px;
  margin-left: 15px;
  border: 1px solid #888888;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -ms-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  color: #444; }

.print i {
  padding: 0 5px 0 0; }

.print:hover {
  border: 1px solid #888888;
  background: #f0f0f0; }

.read-more {
  color: #c9000a; }

.preis {
  float: left;
  font: 500 20px/20px "Heebo", sans-serif;
  color: #c9000a;
  padding-bottom: 20px; }

.iva {
  font-weight: 700;
  font-size: 10px;
  opacity: 0.7; }

.tab-title {
  float: left;
  position: relative;
  margin: 30px -1px 0 0;
  color: #000;
  background: #fff;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  z-index: 15;
  border: 1px solid #aaaaaa;
  border-bottom: 1px solid #f0f0f0; }

.tab-title:before {
  content: '\f138';
  font: 400 15px/18px 'FontAwesome', sans-serif;
  float: left;
  margin: 0px 5px 0 0;
  color: #444; }

.tab-title.active {
  border: 1px solid #d9e6b2;
  background: #d9e6b2;
  padding: 10px 10px 10px 10px;
  z-index: 25;
  -webkit-box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.5); }

.tab-title.active span {
  position: absolute;
  left: -1px;
  bottom: -6px;
  width: 101.5%;
  height: 5px;
  background: #d9e6b2;
  z-index: 30; }

.tab-title:hover {
  background: #d9e6b2;
  color: #fff;
  border: 1px solid #d9e6b2; }

.tab-title.active:hover {
  color: #000; }

.tab-accordion-content .tab-title {
  display: none; }

.tab-content {
  display: none;
  float: left;
  width: 106%;
  position: relative;
  padding: 15px 20px;
  background: #d9e6b2;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 20; }

.tab-content[controled_by="dateien"] {
  min-height: 300px; }

.tab-content.active {
  display: block; }

.file-element {
  margin: 10px 0 10px 0; }

.file-icon {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  background: url("http://seeberpaul.com/wp-content/uploads/pdf-1.png") center center no-repeat;
  background-size: auto 50px; }

.related-products .list-break {
  border-width: 2px;
  margin-top: 70px; }

.related-products .produkt-element {
  width: 190px;
  padding: 20px 0; }

.related-products .produkt-element .rel {
  padding: 0 20px; }

.related-products .produkt-element .vorschau-bild, .related-products .produkt-element .vorschau-inhalt {
  width: 100%;
  text-align: center; }

.produkt-element h3 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.related-products {
  overflow: hidden; }

.slider-2 .swiper-slide {
  width: auto !important; }

.slider-2-scroll {
  float: right;
  width: auto;
  margin: -35px 0 0 0; }

.next-2, .prev-2 {
  float: right;
  width: 30px;
  height: 35px;
  padding: 10px;
  background: #fff;
  cursor: pointer; }

.swiper-pagination-2 {
  float: left;
  width: 100%;
  text-align: center; }

.tab-media {
  margin-bottom: 28px;
  display: none;
  text-align: center; }

.tab-media.active {
  display: block; }

.tab-media.video-code, .tab-media img, .tab-media .slider {
  border-bottom: 10px solid #adcb58; }

.heros .tab-media.video-code, .heros .tab-media img, .heros .tab-media .slider {
  border-bottom: 2px solid #adcb58; }

.tab-media .slider img {
  border: none; }

.tab-media.einz img {
  width: 100%;
  height: auto;
  float: left; }

.tabber {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100px;
  cursor: pointer;
  text-align: center;
  background: #eee;
  z-index: 50;
  padding: 5px 0;
  font-weight: 400;
  opacity: 0.7; }

.tabber:hover {
  opacity: 1; }

.tabber:nth-of-type(2) {
  left: 100px; }

.tabber.active {
  bottom: -4px;
  padding: 8px 0;
  background: #adcb58;
  color: #222;
  opacity: 1; }

.tabber[controles="video"].active {
  border-top: 1px solid #888; }

.tab-media .swiper-controls {
  height: 20px;
  display: block;
  position: relative;
  padding-left: 30px; }

.tab-media .swiper-scroll.prev, .tab-media .swiper-scroll.next {
  position: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  opacity: 1;
  background: inherit;
  color: #888;
  display: inline-block;
  padding-top: 5px; }

.tab-media .swiper-scroll.prev:hover, .tab-media .swiper-scroll.next:hover {
  color: #444; }

.tab-media .swiper-pagination {
  display: inline-block;
  float: inherit;
  width: auto;
  margin: 0 5px;
  padding-top: 5px; }

/*=======================================================
                     content styles                 
======================================================= */
h1 {
  font: 700 40px/40px "Open Sans", sans-serif;
  text-align: left;
  padding: 0 0 10px 0;
  letter-spacing: 0px;
  color: #222;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.content {
  font: 400 13px/22dpx "Open Sans", sans-serif;
  float: left;
  width: 100%;
  position: relative; }

.content span.dropcap {
  float: left;
  padding: 0 3px 0 0;
  font: 400 50px/46px "Open Sans", sans-serif;
  margin: 1px 0 -1px -1px; }

.post {
  margin: 19px 0 0 0; }

.page-template-startseite .content {
  width: 100%;
  border: none; }

.content p {
  margin-bottom: 10px; }

.content h3 {
  font: 700 20px/20px "Heebo", sans-serif;
  text-align: left;
  padding: 20px 0 20px 0;
  margin: 0;
  letter-spacing: 0.2px; }

span.warning {
  background: #eec05e;
  padding: 3px 10px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: -10px 0 20px -10px;
  float: left; }

.content a {
  color: #c9000a; }

.content a:hover {
  text-decoration: underline; }

.content ul li {
  padding: 1px 0 1px 10px;
  line-height: 18px; }

.teaser.content ul li {
  padding: 5px 0 5px 10px;
  line-height: 18px; }

.content ul li:before {
  content: '\f111';
  font: 400 7px/18px 'FontAwesome', sans-serif;
  float: left;
  margin: 2px 0 0 -10px;
  color: #2d8c00; }

.content .related-posts {
  margin: 30px 0 0 0; }

.related-posts .list-post {
  margin: 0 0 20px 0; }

.related-posts h4 {
  font: 400 18px/18px "Open Sans", sans-serif; }

.related-posts .post-meta {
  font: 300 13px/18px "Open Sans", sans-serif; }

.content ol {
  list-style: decimal;
  margin-left: 15px; }

.content ol li {
  list-style: decimal;
  padding: 0 0 0 30px; }

.content .fb-share-button {
  margin-top: 3px; }

.single-top {
  padding-bottom: 40px;
  border-bottom: 20px solid #adcb58; }

.hidden-content-inline {
  padding: 20px 20px 20px 20px; }

.fancybox-hidden-content h4 {
  font: 700 20px/20px "Heebo", sans-serif; }

/*=======================================================
                     	Sponsoren                 
======================================================= */
#sponsoren {
  position: fixed;
  left: 0;
  bottom: 0;
  position: relative;
  float: left;
  z-index: 500; }

.sponsoren {
  padding: 10px 5px 10px 5px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 70px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden; }

.sponsoren a {
  margin: 0 0 0 0;
  display: block;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.sponsoren img {
  float: left;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  height: 50px;
  width: auto; }

.sponsor {
  float: left;
  margin: 0 20px; }

.hauptsponsoren {
  position: absolute;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  top: -50px;
  height: 60px;
  text-align: center; }

.hauptsponsor {
  display: inline-block;
  position: relative;
  width: auto;
  height: 50px;
  padding: 0px 0px;
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -ms-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px; }

.hauptsponsor:hover {
  background: rgba(255, 255, 255, 0.9); }

.hauptsponsor img {
  height: 100%;
  width: auto; }

.sponsor-inlist {
  width: 26%;
  margin: 8px 3%;
  border: 1px solid #888888;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden; }

.sponsor-inlist:hover {
  border: 1px solid #888888; }

.sponsor-inlist img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

/*=======================================================
                     	Content Imgs                 
======================================================= */
.alignright {
  float: right;
  margin: 3px 0px 20px 30px; }

.alignleft {
  float: left;
  margin: 3px 30px 20px 0; }

.alignnone {
  border: none; }

.page .content p:first-of-type img.alignnone:first-child {
  margin-top: 4px; }

.single-blog .content p:first-of-type img.alignnone:first-child {
  margin-top: 6px; }

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block; }

.wp-caption.alignright img {
  float: right;
  margin: 0 0 5px 0;
  width: 100%; }

.wp-caption.alignleft img {
  float: left;
  margin: 0 0 5px 0;
  width: 100%; }

.content p.wp-caption-text {
  color: #bbb;
  font-style: italic;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  float: left;
  width: 100%; }

.content img, .wp-caption {
  max-width: 100%;
  height: auto; }

/*=======================================================
           Content-Columns  w/ WP-columna Plugin               
======================================================= */
.all-columns {
  width: 100% !important;
  margin: 0 0 0 0; }

.first, .last {
  margin: 0 !important; }

.one-third {
  width: 33.3% !important;
  padding: 0 20px; }

.one-third.first {
  padding: 0 40px 0 0 !important; }

.one-third.last {
  padding: 0 0 0 40px !important; }

.one-half {
  width: 50% !important;
  padding: 0 0 0 20px !important;
  border: 1px solid #ccc; }

.one-half.first {
  padding: 0 20px 0 0 !important; }

/*=======================================================
                     	Gallery                  
======================================================= */
.content .gallery {
  float: left;
  width: 100%;
  height: auto;
  margin-top: -15px; }

.content .gallery-item {
  float: left;
  margin: 0 0 0 0; }

.content .gallery-item img {
  float: left;
  margin: 15px 15px 0 0;
  max-width: 200px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ccc; }

.content .gallery-item a {
  float: left;
  width: 100%; }

.content br {
  clear: none !important; }

.content .gallery-size-vorschau .gallery-item img {
  width: auto;
  height: 160px; }

.content .gallery-size-thumbnail .gallery-item img {
  width: 100%;
  height: auto;
  margin-right: 0; }

.content .gallery-size-thumbnail .gallery-item {
  margin-right: 5%;
  width: 20%; }

/*=======================================================
                     	Video                
======================================================= */
.video-container {
  position: relative;
  /* keeps the aspect ratio */
  padding-bottom: 55.8%;
  /* fine tunes the video positioning */
  height: 0; }

.video-container p, .video-code p {
  margin: 0 !important; }

.video-code {
  background: url(images/ajax-loader2.gif) center center no-repeat; }

.content .video-container {
  margin-bottom: 15px; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.fb-video,
.fb-video span,
.fb-video span iframe[style] {
  width: 100% !important; }

/*=======================================================
                     	Buttons                 
======================================================= */
.inline-button {
  padding: 8px 20px;
  background: #f0bba7;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.content .inline-button a, .sidebar .inline-button a {
  color: #fff; }

.download {
  display: block;
  padding: 5px 0 10px 35px; }

.download.pdf {
  background: url(images/btn-pdf.png) left top no-repeat;
  background-size: 30px auto; }

.download.datei {
  background: url(images/btn-download.png) left top no-repeat;
  background-size: 30px auto; }

.link.extern {
  display: block;
  padding: 0px 0 0px 35px;
  background: url(images/external.png) 5px 1px no-repeat; }

.content a.read-more {
  padding: 0 0 0 0;
  background: #fff;
  display: inline-block; }

/*=======================================================
                Automatic Table Styling                
======================================================= */
.content table {
  width: 100% !important;
  max-width: 100%;
  color: #444; }

.bg_alternate {
  background: #eee; }

.content table tr:first-child td {
  font-weight: bold !important;
  color: #000; }

.content table td {
  padding: 3px 1%;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 2px solid #fff; }

.content table tr td:first-child {
  width: 10% !important;
  font-weight: bold;
  text-align: center;
  text-overflow: inherit;
  border: none;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px; }

.content table tr td:nth-child(2) {
  width: 10% !important;
  text-align: left; }

.content table tr td:nth-child(3) {
  width: auto !important;
  font-weight: bold;
  text-align: left; }

.content table tr td:nth-child(4) {
  width: auto !important; }

.content table tr td:last-child {
  width: 10% !important;
  font-weight: bold;
  text-overflow: inherit;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px; }

/*=======================================================
                     	Events - Widget                 
======================================================= */
.event-date {
  font-size: 16px;
  color: #c9000a; }

/*=======================================================
                     	Footer                 
======================================================= */
.footer-content {
  padding: 50px 10px; }

.footer-content a:hover {
  color: #c9000a; }

.footer-content.content h3 {
  font: 400 25px/25px "Open Sans", sans-serif;
  padding: 0 0 10px 0;
  color: #888; }

.footer-socials {
  position: absolute;
  right: 0;
  top: 40%;
  width: 33.3%;
  padding-left: 33px; }

.footer-socials .socials-global a {
  float: left; }

/*=======================================================
                     	Socials                 
======================================================= */
.socials-global {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 30px; }

.socials-global a {
  display: inline-block;
  width: 61px;
  height: 61px;
  position: relative;
  margin: 0 7px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -ms-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  border: 5px solid rgba(179, 224, 53, 0); }

.socials-global a:hover {
  border: 5px solid rgba(179, 224, 53, 0.8); }

.socials-global a.global-youtube {
  background: url(images/social-youtube.png) center center no-repeat; }

.socials-global a.global-facebook {
  background: url(images/social-facebook.png) center center no-repeat; }

.socials-global a span {
  position: absolute;
  right: -19px;
  top: -2px;
  background: #c9000a;
  opacity: 0.8;
  color: #fff;
  font: 400 12px/12px "Heebo", sans-serif;
  letter-spacing: 0.5px;
  padding: 2px 4px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.header-socials .socials-global {
  width: 170px;
  height: 50px;
  position: absolute;
  left: 320px;
  top: -2px;
  text-align: left; }

.fix_header .header-socials .socials-global {
  display: none; }

.header-socials .socials-global a {
  width: 50px;
  height: 50px;
  background-size: 99% 99%;
  margin: 0 0px 0 -5px; }

.header-socials .socials-global a span {
  font: 400 10px/10px "Heebo", sans-serif;
  letter-spacing: 0.5px; }

/*=======================================================
                     FancyBox (3)                 
======================================================= */
.fancybox-button--play, .fancybox-button--fullscreen {
  display: none !important; }

body.fancybox-active {
  overflow: visible; }

.fancybox-hidden-content {
  display: none;
  width: 600px;
  overflow: visible;
  padding: 0px 0;
  background: #d9e6b2; }

.fancybox-container .single-top {
  width: 600px;
  overflow: visible;
  padding: 0px 0;
  background: #d9e6b2;
  border-bottom: 0;
  float: none; }
  .fancybox-container .single-top .hero-two-third {
    width: 100%; }
  .fancybox-container .single-top .hero-one-third {
    width: 100%;
    padding: 0; }
    .fancybox-container .single-top .hero-one-third .content {
      padding: 20px; }
    .fancybox-container .single-top .hero-one-third h1 {
      font: 700 20px/20px "Heebo", sans-serif;
      color: #555;
      padding: 0; }

button.fancybox-close-small {
  top: -18px;
  right: -18px; }

button.fancybox-close-small:after {
  background: #d9e6b2 url(images/close.png) center center no-repeat;
  background-size: 50% 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  content: ''; }

button.fancybox-close-small:hover:after {
  background: #ffe000 url(images/close.png) center center no-repeat;
  background-size: 50% 50%; }

/*=======================================================
                     	Mitglieder                 
======================================================= */
.mitglieder {
  padding: 0 3%; }

.mitglied-inlist {
  float: left;
  width: 23%;
  margin: 10px 5%;
  text-align: center;
  color: #555555; }

.mitglied-inlist:hover {
  color: #c9000a; }

.mitglied-inlist img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-border-radius: 80px 80px 80px 80px;
  -moz-border-radius: 80px 80px 80px 80px;
  -ms-border-radius: 80px 80px 80px 80px;
  border-radius: 80px 80px 80px 80px;
  padding: 6px;
  border: 1px solid #aaa; }

.fixed-guide {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  overflow: visible; }

.mitglieder-slider-box {
  position: fixed;
  top: 250px;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.95);
  width: 500px;
  height: 400px;
  -moz-box-shadow: inset 3px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 3px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px; }

.member-closed .mitglieder-slider-box {
  margin-left: -9999px; }

.member-open .mitglieder-slider-box {
  margin-left: 1px; }

.mitglieder-slider {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.img-wrap {
  float: left;
  width: 40%;
  position: relative; }

.zoom-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/zoom.png) right bottom no-repeat; }

.mitglied-data {
  float: left;
  width: 60%;
  padding: 0 0 0 30px; }

.img-wrap img {
  width: 100%;
  height: auto;
  float: left; }

.mitglied-titel {
  font: 300 30px/30px "Open Sans", sans-serif;
  letter-spacing: 0;
  padding: 0 0 30px 0; }

.mitglied-content p {
  line-height: 15px; }

.mitglieder-slider-close {
  position: absolute;
  right: -15px;
  top: -30px;
  width: 30px;
  height: 30px;
  background: url(images/close.png) center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer; }

.s-pagination {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center; }

.swiper-button-next, .swiper-button-prev {
  top: inherit;
  bottom: -20px;
  width: 15px;
  height: 15px;
  opacity: 0.6; }

.swiper-button-prev {
  background: url(images/prev.png) left center no-repeat;
  left: 0px; }

.swiper-button-next {
  background: url(images/next.png) right center no-repeat;
  right: 0px; }

.mitglied-name {
  font: 300 12px/20px "Heebo", sans-serif;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mitglied-name .firstWord {
  font: 400 14px/20px "Heebo", sans-serif; }

/*=======================================================
              Facebook Share (Single Event)                 
======================================================= */
#facebook-frame {
  display: none; }

.facebook-sharing {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 10px; }

.fb-share-button {
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  background: #4267b2;
  overflow: hidden;
  float: left; }

.fb-share-button a {
  color: #fff;
  font: 400 13px/17px "Heebo", sans-serif; }

.facebook-interaction {
  float: left;
  width: 100%;
  position: relative;
  text-align: center; }

.facebook-interaction a {
  color: #4267b2;
  font: 300 12px/14px "Heebo", sans-serif;
  letter-spacing: 0.5px; }

/*=======================================================
                     	Forms                 
======================================================= */
.sidebar input, .sidebar textarea {
  width: 95%; }

.sidebar textarea {
  height: 80px; }

.sidebar form p {
  font-size: 11px; }

input[type="submit"] {
  width: auto;
  background-color: #c9000a;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: none;
  padding: 5px 10px;
  color: #fff;
  float: left; }

input[type="submit"]:hover {
  background-color: #aaaaaa;
  color: #fff;
  cursor: pointer; }

/*=======================================================
                     	Suche                 
======================================================= */
.search-form {
  float: right;
  position: relative;
  width: auto;
  z-index: 99; }

.search-field {
  border: 1px solid #2d8c00;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: none;
  color: #000;
  padding: 0px 7px;
  margin: -2px 0 0 9px;
  font: 400 13px/17px "Heebo", sans-serif; }

.search-field::placeholder {
  color: #2d8c00;
  font: 400 13px/17px "Heebo", sans-serif; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

.search-submit {
  border: none;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  width: 31px;
  height: 25px;
  background: url(images/suche-lupe.png) center center no-repeat;
  background-size: 70% 70%;
  position: absolute;
  right: 3px;
  top: -4px; }

.post-password-form label {
  float: left;
  margin: 0 15px 15px 0; }
