/*
Theme Name: V1 ohne Slider
Version: 1.0
Description: A child theme of Hueman
Template: hueman
Author: Administrator
*/
/* 17.08.2016 Dominik Fischer */

/* ------------------------------------------------------------------------- *
 *  Table of contents

  1. Reset
  2. Base Styles
    - Fonts
    - Forms
    - Entry Text
    - Headings
  3. Base Structure
    - Layout
  4. Common Elements
    - Nav
  5. Header
  6. Page
  7. Footer
  8. Post Entry
  9. Post Formats
  10. Widgets
  11. Comments
  12. Child Menu
  13. Plugins
  14. Flexslider
  15. Shortcodes
  16. IE Fixes

/* ------------------------------------------------------------------------- */
a {
  text-decoration: none!important;
}

div.sidebar {

}
div.sidebar.s1, .col-2cl .sidebar.s1 {
  background:#DBEAFF !important;
}

div#lyrics {
  font-style: italic;
}

.banner-product {
  max-width:99%;
  border:1px grey solid;
}

i.fa.fa-hand-o-right:before {
  content:"\f0a4";
  font-family:"Font Awesome 5 Free";
}

/*@media only screen and (max-width: 600px) {
.entry ol, .entry ul {
  margin: 0 0 0px 0px !important;
 }
.entry ul li, .entry ol ul li {
  list-style:none !important;
}

}*/

ul#menu-top-menue > i.fa {
font family: "Font Awesome 5 Brands" !important;
}
i.fa.fa-envelope-o:before {
  content:"\f0e0";
font family: "Font Awesome 5 Free";
}

.literation {
  margin-left:25px;
  margin-bottom:30px;
  padding-left:10px;
}

.bogenframe {
  min-height:500px !important;
height:auto;
width:100%;
}

span.hormon-g:before {
    content: '';
    width:75px;
    height:25px;
    position:absolute;
    left:0px;
    background-color:green;
}
span.hormon-y:before {
    content: '';
    width:75px;
    height:25px;
    position:absolute;
    left:0px;
    background-color:yellow;
}
span.hormon-r:before {
    content: '';
    width:75px;
    height:25px;
    position:absolute;
    left:0px;
    background-color:red;
}

span.hormon-g, span.hormon-y, span.hormon-r {
    margin-left:90px;
}

div.clear-right {
  clear:right;
  float:right;
}
div.bildrechts {
  float:right;
  max-width:300px;
}

#row_four {
  flex-wrap:wrap;
  align-items: baseline;
  align-content: space-between;
  margin-top:25px;
}

h3.footerhead {
  font-size:20px;
  font-weight:600;
}

a.footerlinks {
  display:block;
  text-align:left;
  margin-left:20px;
}
a.footerlinks:hover {
  text-decoration: underline;
}

.row-four {
flex-grow:1;
flex-basis:25%;
align-self:flex-start;
margin-bottom:20px;

}

#inhaltsverzeichnis-fullw {
width:100%;
padding: 1%;
font-size: 90%;
background: #DBEAFF;
margin-top:-30px;
box-shadow: 0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12);
}
div.summary {
margin-bottom:9px;
font-size:20px;
font-weight:bolder;
color: #7f94af;
border-bottom: 1px solid #9fb0c6;
max-width:98%;
}

ol.full-flex, ul.full-flex {
display:flex;
flex-direction:row;
flex-wrap:wrap;
line-height:1.1;
}
.box-inner > li {
  padding:4px;
}

div.box-inner {
flex-grow:1;
max-width:45%;
padding-right:5%;
}

.responsive-video > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* 16:9 Verh�ltnis - DF 18.10.2017 */
padding-top: 0px;
height: 0;
overflow: hidden;
}


div#shop-sidebar {
  margin-bottom:-40px;
  padding:20px;
}

div.newsticker > a {
  font-weight:600 !important;
}

div.finn-name {
  padding:15px;
  font-size:20px;
  font-weight:500;
}
div.finn-fakten:last-of-type {
  margin-bottom:20px;
}
div.finn-fakten:before {
  content:"\f14a";
  font-family: 'Font Awesome 5 Free';
  margin-right:12px;
  margin-left:22px;
}
.fa-long-arrow-right:before{
content:"\f30b";
}

div.sidebar .widget {
  padding:30px 0px 0px !important;
}
.sidebar-finn {
  padding:15px;
  max-width:306px;
}

div.newsticker {
  background: #DBEAFF;
  padding:25px;
}
div.newsticker > p {
  line-height:180%;
}
span.copyrighten {
  color: #debaba;
  font-size:15px;
  font-style: italic;
  margin-right:5px;
}

#greyscale {
  background:#ECF3FF;
}
#whitescale {
  background: white !important;
}
.flex-containers {
  display: flex;
flex-direction: row;
padding:15px;
font-size:16px;
padding-left:25px;
}


.row-flex {
  width:50%;
line-height:1.1;
}
.row-three {
  width:50%;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
line-height:1.1;
padding-left:5px;
}
div.flex-containers {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}



#category-table {
background:#BFD7FC;
}
#table-three-headline {
background:#BFD7FC;
}

div.halfsize {
 max-width:45%;
}
div.flexingbox {
  display:flex;
flex-direction:row;
justify-content: space-between;
flex-wrap: wrap;
}

li.related.post-hover > article > div.related-inner {
  height:80px;
  line-height:1.1em !important;
}
li.related.post-hover > article > div.related-inner > div.post-meta.group {
  display:none;
}
@media (min-width: 460px) and (max-width: 943px) {
div.sidebar.s1 {
  display:none !important;
}
}
.sidebar .sidebar-content, .sidebar .sidebar-toggle {
  background: #DBEAFF !important;
}

 .leftrightcenter {
   text-align:center;
 }

@media print {
/* Druckansicht Entwurf Dominik Fischer 21.03.2017 */
 div.sidebar {
   display:none !important;
 }
div.main-inner.group {
  padding-right:0px !important;
 }
 a.produkt {
   display:none !important;
 }
div#shop-sidebar {
     display:none !important;
}
div#inhaltsverzeichnis {
  width:95% !important;
  margin-left:20px !important;
}
img {
  display:none!important;
}
dl.gallery-item {
   display:none!important;
}
div#ratings {
   display:none!important;
}
div.author-bio {
   display:none!important;
}
h4.heading {
    display:none!important;
}
ul.related-posts.group {
    display:none!important;
}
footer#footer, header#header {
  display:none !important;
}
}
.dreieck {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 50px solid #eee;
  margin: 0px auto;
margin-top:-30px;
margin-bottom: 20px;
}

.funfact {
  background: #C4DDE8;
width: auto;
max-width:350px;
padding:10px;
text-align: center;
}
ul#pro > li:before {
 content:"\f00c";
  font-family: 'Font Awesome 5 Free';
  margin-right:12px;
  color: green;
font-weight:bold;
position:absolute;
margin-left:-30px;
}
ul#contra > li:before {
 content:"\f00d";
  font-family: 'Font Awesome 5 Free';
  margin-left: -30px;
  margin-right:12px;
  color: red;
font-weight:bold;
}
ul#contra > li, ul#pro > li {
  margin-bottom: 10px;
}
.timeread {
  font-weight:400;
  font-size:18px;
  margin-bottom:20px;
}
.timeread:before {
  content:"\f017";
  font-family: 'Font Awesome 5 Free';
  margin-right:12px;
  color: #0068a5;
  font-size:18px;
}
.timeread > p {
  display:inline;
margin-bottom:10px;
}
/*/*Navigation Anpassung */
@media only screen and (max-width: 500px) {
.malielink {
  padding:0px;
  line-height:1 !important;
display:block;
text-align:center;
}
div#inhaltsverzeichnis {
  padding-left:10px !important;
}
}
@media only screen and (min-width: 1010px) {
li#menu-item-30124, li#menu-item-30126, li#menu-item-30125 {
  display:none;
}
}

.wir-testen {
   background:#C4DDEB;
   padding-left:10px;
}

div.bde-link:before {
 content:"\f061";
  font-family: 'Font Awesome 5 Free';
  margin-right:5px;
color: #3b8dbd;
font-weight:bold;
}

 /* Factskasten H�rtegrade + Produkttestseite */
.eingerueckt {
  padding-left:40px;
}
.eingerueckt > h2:before {
  margin-right:10px;
  content: "\f0a9";
  font-family: 'Font Awesome 5 Free';
  list-style:none !important;
  font-weight:bold;
}

.malielink {
  background-color: #FBAA40;
  color: white;
  padding:10px;
  font-weight:bold;
  border:1px #FBAA40 solid;
  line-height:3;
}
.malielink:hover {
  color: #FBAA40;
  background-color: white;
    transition:0.6s;
}

.matress-eve {
text-align:center;
  background-image: url(../../uploads/eve-geschlossen.jpg );
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height:300px;
width:100%;
}
.matress-eve:hover {
  background-image: url(../../uploads/eve-geoeffnet.jpg);
}
.matress-casper {
text-align:center;
  background-image: url(../../uploads/casper-geschlossen.jpg );
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height:300px;
width:100%;
}
.matress-casper:hover {
  background-image: url(../../uploads/casper-geoeffnet.jpg);
}
.matress-bruno {
text-align:center;
  background-image: url(../../uploads/bruno-geschlossen.jpg );
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height:300px;
width:100%;
}
.matress-bruno:hover {
  background-image: url(../../uploads/bruno-geoeffnet.jpg);
}
.matress-emma {
text-align:center;
  background-image: url(../../uploads/emma-geschlossen.jpg );
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
height:300px;
width:100%;
}
.matress-emma:hover {
  background-image: url(../../uploads/emma-geoeffnet.jpg);
}

div.grid.one-third {
  text-align:center;
}
div.grid.one-third > ul {
  margin:0px;
}
div.grid.one-third > h2 {
  margin-top:0px;
}
div.footer-widget-1.grid.one-third, div.footer-widget-2.grid.one-third, div.footer-widget-3.grid.one-third
{
  background:none;
}

div.footer-widget-1.grid.one-third:hover, div.footer-widget-2.grid.one-third:hover, div.footer-widget-3.grid.one-third:hover
{
  background:none;
}

div.grid.one-third {
  background: #C4DDEB;
max-width:30%;
margin-top:30px;
}
div.grid.one-third:hover {
  background: #3B8DBD;
  transition:1s;
}

.grade {
      font-weight:800;
}
#nomargin {
  margin-top: 0px;
  margin-bottom:10px;
}

#contacttest {
  width:30%;
  min-width:350px;
  float: right;
  padding-bottom:10px !important;
  padding-top:10px !important;
  margin-left:10px;
}
#contacttest > ul {
  margin-left:0px !important;
}

#nostyle {
  list-style:none !important;
}

.price {
  display: block;
  text-align: center;
  font-weight:800;
  font-size: 20px !important;
}
.price:before {
  content: "ab";
  font-size:80%;
  margin-right:5px;
}

.row-test {
  width:35%;
  padding-bottom:15px;
  padding-left:10px;
  padding-right:10px;
}
.row-test:nth-of-type(1) {
   width:15%;
   border-right:10px #BFD7FC solid;
   font-weight:bold;
}
.row-test:nth-of-type(2) {
   border-right:10px #BFD7FC solid;
}
.row-test:nth-of-type(3) {
   border-right:10px #BFD7FC solid;
}
.row-test:nth-of-type(1) > span {
   font-weight:800;
}

.flex-container {
  display:flex;
  flex-direction:row;
  align-content: space-between;
}
.flex-wrapper {
  display:flex;
  flex-direction:row;
  align-content: space-between;
}
.mobile-title {
  text-align:center;
  margin-top:8px;
  font-size:18px !important;
}
.mobile-title:after {
content: "\f078";
  font-family: 'Font Awesome 5 Free';
  margin-left:5px;
}

#test-category {
  background: #BFD7FC;
}
.flex-container:nth-of-type(2) > .row-test > span {
  font-weight:800;
}
/*.flex-container:nth-last-of-type(9) {
  background: #FFECCB;
}
.flex-container:nth-last-of-type(8) {
  background: #D4D0CD;
}
.flex-container:nth-last-of-type(7) {
  background: #D4D0CD;
}
.flex-container:nth-last-of-type(6) {
  background: #D4D0CD;
}
.flex-container:nth-last-of-type(5) {
  background: #D4D0CD;
}*/
.flex-container:nth-last-of-type(9) {
  background: #D4D0CD;
}
.flex-container:nth-last-of-type(8) {
  background: #D4D0CD;
}
.flex-container:nth-last-of-type(7) {
  background: #D4D0CD;
}
.flex-container:nth-last-of-type(10) {
  background: #FFECCB;
}

.flex {
    flex-grow:1;
    padding:6px;
    flex-basis: 20%;
}
.test-headline {
  color:white;
  font-size:24px;
  display:block;
  margin:0px auto;
  line-height: 1.6em !important;
  text-align:left;
  font-weight:800;
  background: #9CAF60;
}
.flexfacts {
  color:white;
  font-size:1em;
  display:block;
  margin:0px auto;
  line-height: 1.1em;
  text-align:left;
}
#blacktext {
  color: black;
}
@media only screen and (max-width: 800px) {
.flexfacts {
  font-size: 14px;
  line-height: 14px;
}
.flex-container {
 padding-left:0px;
}
div.row-test > span {
font-size:75%;
line-height:1.2em !important;
padding:4px !important;
}
div.row-test {
  padding: 0px;
  width:calc(33% - 10px);
}
div.box-inner {
  max-width:100%;
}
.row-three {
  width:33%;
font-size:12px;
}

.flex-containers {
  padding-left:5px;
}
}

 /* Tests & Vergleiche */
#wrap {
   flex-wrap:wrap;
}

 .flexbox {
    flex-grow:1;
    margin:6px;
    background: #D0DBB3;
    border: #9CAF60 1px solid;

 }
@media only screen and (min-width: 1300px) {
#minwidth {
 min-width: 64%;
}
#smallwidth {
 min-width: 30%;
}
#mediumwidth {
 min-width: 34%;
}
#lastwidth {
 min-width: 63%;
}
}
#subline {
  font-weight:800;
  margin-bottom:8px;
  color: #515151;
}
.secondline {
  margin-top:25px;
}

#leftmargin {
  padding-left: 15px;
  font-size:22px !important;
}
.innerflex {
  flex-direction:row;
  display:flex;
  flex-wrap:wrap;
}
#ulflex {
  display:block;
  text-align:left;
  flex-grow:1;
}

#ulflex > li:before {
  margin-right:5px;
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  list-style:none !important;
font-weight:bold;
}
#ulflex > li{
  list-style:none;
  color: #515151;
}

.flexpic {
  margin:5px;
  width:calc(100% - 10px);
  height:50%;
  margin-bottom:-7px;
}
.flexpic1{
  background-size:cover;
  overflow:hidden;
  width:100%;
  height:300px;
  background-position: 50% 50%;
}
  @media only screen and (max-width: 520px) {
.flexpic1 {
height:50vw;
width:calc(100vw-30px);
}
#leftmargin {
  text-align:center;
  padding-left:0px;
  font-size:18px !important;
}
#ulflex {
  margin-left:10px;
}
#contacttest {
  width:calc(100% - 20px);
  float: auto;
  min-width: 0px;
}
#contacttest > ul {
  font-size:16px;
}
img.alignright {
  min-width:100%;
}
img[src*="faultier"] {
  min-width:1px !important;
}
}
#matratzentest {
  background-image: url(../../uploads/matratzentests.jpg);
}
#larotest{
  background-image: url(../../uploads/lattenrost-tests.jpg);
}
#betttest {
  background-image: url(../../uploads/betten-tests.jpg);
}
#schlafsofatest {
  background-image: url(../../uploads/schlafsofa-tests.jpg);
}
#bettdeckentest {
  background-image: url(../../uploads/bettdecken-tests.jpg);
}
#kissentest {
  background-image: url(../../uploads/kissen-tests.jpg);
}
#bettwarentest {
  background-image: url(../../uploads/bettwaren-tests.jpg);
}
#babytest {
  background-image: url(../../uploads/babyprodukte-tests.jpg);
}
#kindertest {
  background-image: url(../../uploads/kinderprodukte-tests.jpg);
}
 /* Tests & Vergleiche Unterseiten 12.12.2016*/

div.row-test > span {
font-size:85%;
line-height:120%;
padding-top:10px;
display: block;
}
div.row-test > ul {
font-size:85%;
line-height:120%;
padding-top:10px;
display: block;
}
#first-place:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  margin-right:10px;
  margin-top:5px;
  color: #008E5C;
  float:left;
  height:105%;
  margin-left:5px;
  font-weight:bold;
}
#second-place:before {
   content: "\f111";
  font-family: 'Font Awesome 5 Free';
  margin-right:10px;
  margin-top:5px;
  color: #8BBC25;
  float:left;
  height:100%;
  margin-left:5px;
  font-weight:bold;
}
#third-place:before {
    content: "\f111";
  font-family: 'Font Awesome 5 Free';
  margin-right:10px;
  margin-top:5px;
  color: #FFEE03;
float:left;
  height:100%;
  margin-left:5px;
  font-weight:bold;
}
#fourth-place:before {
    content: "\f111";
  font-family: 'Font Awesome 5 Free';
  margin-right:10px;
  margin-top:5px;
  color: #FCC101;
float:left;
  height:100%;
  margin-left:5px;
  font-weight:bold;
}
#fifth-place:before {
    content: "\f111";
  font-family: 'Font Awesome 5 Free';
  margin-right:10px;
  margin-top:5px;
  color: #FF8900;
float:left;
  height:100%;
  margin-left:5px;
  font-weight:bold;
}
#sixth-place:before {
    content: "\f111";
  font-family: 'Font Awesome 5 Free';
  margin-right:10px;
  margin-top:5px;
  color: #E42423;
float:left;
  height:100%;
  margin-left:5px;
  font-weight:bold;
}
.test-line {
  color:white;
  font-size:19px !important;
  display:block;
  margin:0px auto;
  text-align:left;
  font-weight:800;
}

@media only screen and (max-width: 1000px) {
#main-cat {
  background: #B7D7FC;
  box-shadow: none !important;
}

.grade {
      text-align:center;
      display: block !important;
}
.test-line, linktest {
  display:block !important;
  text-align:center;
}

div.flex:nth-of-type(1) {
width:100%;
flex-basis:100%;
text-align: center;
}
.row-test:nth-of-type(1) {
  border-right:none;
}
#mobile-hidden {
  display:none;
}

.flex {
  flex-basis:1%;
}
.flexfacts:nth-of-type(1) {
  text-align:center;
}
div.row-test > span {
font-size:75%;
line-height:1.5em;
padding:15px;
hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
}
.row-test:nth-of-type(1) {
   width:100%;
   text-align:center;
   background: aliceblue;
   font-weight:bold;
   border:none !important;
}
.row-test:nth-last-of-type() {
   background: #FFECCB;
}
.row-test {
  width: 32%;
  padding-right:0px;
  padding-left:0px;
  padding-bottom:0px;
}
.flex-container {
  flex-wrap:wrap;
}
.test-line {
  text-align:center;
}
#test-category {
  text-align:center;
   -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
   -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
   box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
   z-index:999;
}
#first-place:before {
  float:none;
  height:auto;
font-size:40px;
display:block;
margin:0px auto;
width:40px;
margin-bottom:10px;
margin-top:20px;
}
#second-place:before {
  float:none;
  height:auto;
font-size:40px;
display:block;
margin:0px auto;
width:40px;
margin-bottom:10px;
margin-top:20px;
}
#third-place:before {
float:none;
  height:auto;
font-size:40px;
display:block;
margin:0px auto;
width:40px;
margin-bottom:10px;
margin-top:20px;
}
.row-test:nth-of-type(1) > span {
  font-size:22px;}
}

img[src="../../uploads/piktogramm-information.png"] {
    max-width:169px !important;
}
img[src="../../uploads/piktogramm-information-1.png"] {
    max-width:169px !important;
}
img[src="../../uploads/piktogramm-checkliste-1.png"] {
    max-width:169px !important;
}

img[src="http://www.betten.de/magazin/wp-content/uploads/piktogramm-information-1.png"] {
    max-width:169px !important;
}
img[src="http://www.betten.de/magazin/wp-content/uploads/piktogramm-information.png"] {
    max-width:169px !important;
}

img.size-nexttonavi {
  margin-top:0px !important;
}
#nav-topbar {
  z-index:999 !important;
}

 #shop-sidebar {
}

.sidebar-logo-shop {
  display:block;
  margin: 0 auto;
}
.sidebar-logo-shop:hover {
   filter: brightness(0.9);
   transition: 0.5s;
}

.schlafen {       /* 26.10.2016 DOMINIK FISCHER */
    background: url(../../uploads/dreamboy-df.png);
    background-size:contain;
    width:22px;
    height:20px;
    display:inline-block;
    opacity:0.5;
}
.menu-item-30045:hover {
    opacity:1.0;
}


/* DOMINIK FISCHER */
/* hide social link upper tooltip */
.social-links .social-tooltip:hover:before,
.social-links .social-tooltip:hover:after {
  display: none;
}
/* DOMINIK FISCHER */
/* crossselling widget styles 28.09.2016 */
.produkt {
  display: block;
  width: 90%;
  margin: 0 auto;
  background-color: white;
  margin-bottom: -5px;
  border: 2px solid #ddd;
}
.produkt .preis {
    text-align: right;
}

.name {
  font-size: 1,2em;
  margin-left: 5px;
}
.preis {
    margin-right: 5px;
}
.weitereprodukte {
  margin: 0 auto;
  padding: 15px 15px;
}
.crossselling-title {
font-size: 19px;
font-weight: 900;
margin-top: 25px;
margin-bottom: 6px;
text-align:center;
text-decoration:underline;
color: #840000;
}
.crossselling-title:hover {
  color: #5e9abc;
  transition: 0.5s;
}

/* DOMINIK FISCHER */
/* crossselling widget styles 28.09.2016 */
#header {

}
.nav-wrap.container.transition.expand {
  height: auto !important;
}

.boxed #wrapper{
min-height:100vh;
}

/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
html { -webkit-font-smoothing: antialiased; /* safari font rendering issue fix */ }
body { background: #eaeaea; font-size: 16px; line-height: 1.5em; color: #000; font-weight: 300; }
::selection { background: #3b8dbd; color: #fff; }
::-moz-selection { background: #3b8dbd; color: #fff; }
a { color: #3b8dbd; text-decoration: none; outline: 0; }
a:hover { color: #444; }
img { max-width: 100%; height: auto; }
a,
a:before,
a:after {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; }
a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }

/*  base : clear
/* ------------------------------------ */
.clear, .clearboth { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }     /*// DOMINIK FISCHER 24.08.2016 //*/
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }

/*  base : font awesome square size
/* ------------------------------------ */
.fa { width: 1em; text-align: center; }

/*  base : fonts
/* ------------------------------------ */
body { font-family: "Source Sans Pro", Arial, sans-serif; }

a.produkt > img {
  width:100%;
}

/* NAVIGATION MOBIL DOMINIK FISCHER 23.09.2016 */
@media only screen and (max-width: 719px) {
  .nav ul {
    display: none !important;
  }
p {
  font-size:18px;
  font-weight:400;
  color:#555;
  line-height:1.5em;
}

}
/* NAVIGATION MOBIL DOMINIK FISCHER 23.09.2016 */
@media only screen and (max-width: 719px) {
  .nav li.menu-item-has-children:hover ul {

  }


}
@media only screen and (min-width: 719px)  {

#menu-hauptmenue, #menu-hauptmenue-at, #menu-hauptmenu-at {
  display: flex;
  justify-content: space-around;
}
#menu-hauptmenue > li, #menu-hauptmenue-at > li, #menu-hauptmenu-at > li {
  flex-grow: 1;
  text-align: center;
  font-weight:900;
}
#menu-hauptmenue > li > ul {
  width:100%;
}
#menu-hauptmenue-at > li > ul {
  width:100%;
}
#menu-hauptmenu-at > li > ul {
  width:100%;
}
#menu-hauptmenue > li:last-of-type {
margin-right: 63px;
}
#menu-hauptmenue-at > li:last-of-type {
margin-right: 63px;
}
#menu-hauptmenu-at > li:last-of-type {
margin-right: 63px;
}
}
@media (min-width: 719px) and (max-width: 1080px)  {

#menu-item-30123 > a:before {

}
.logomobile {
  display:block;
  margin-top:10px;
}
.logotextbig {
}
.smalltext {
}
.menu-item-30123 {
  width:65px;
}

#menu-hauptmenue > li:last-of-type {
}

#menu-hauptmenue, #menu-hauptmenue-at, #menu-hauptmenu-at {
    flex-wrap:wrap;
  display: flex;
  justify-content: space-around;
}

#menu-hauptmenue > li:first-of-type {
  width:100%;
}
#menu-hauptmenue-at > li:first-of-type {
  width:100%;
}
#menu-hauptmenu-at > li:first-of-type {
  width:100%;
}
}
@media only screen and (min-width: 901px)  {

}

@media only screen and (min-width: 1025px)  {
#menu-hauptmenue > li:last-of-type {

}
  #menu-hauptmenue > li:first-of-type {
  max-width:240px;
}
  #menu-hauptmenue-at > li:first-of-type {
  max-width:240px;
}
  #menu-hauptmenu-at > li:first-of-type {
  max-width:240px;
}
}
@media only screen and (min-width: 1300px)  {
#menu-hauptmenue > li:last-of-type {
min-width:277px;
max-width:277px;
}
#menu-hauptmenue-at > li:last-of-type {
min-width:277px;
max-width:277px;
}
#menu-hauptmenu-at > li:last-of-type {
min-width:277px;
max-width:277px;
}
}
#menu-hauptmenue > li:nth-of-type(1), #menu-hauptmenue > li:nth-of-type(1) li  {

background: linear-gradient(to bottom, #FDF2ED 18%,#DDCBB3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/* W3C Markup */
background-image: linear-gradient(to bottom right, #FDF2ED 0%, #DDCBB3 71%);

}
#menu-hauptmenue-at > li:nth-of-type(1), #menu-hauptmenue-at > li:nth-of-type(1) li  {

background: linear-gradient(to bottom, #FDF2ED 18%,#DDCBB3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/* W3C Markup */
background-image: linear-gradient(to bottom right, #FDF2ED 0%, #DDCBB3 71%);

}
#menu-hauptmenu-at > li:nth-of-type(1), #menu-hauptmenu-at > li:nth-of-type(1) li  {

background: linear-gradient(to bottom, #FDF2ED 18%,#DDCBB3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/* W3C Markup */
background-image: linear-gradient(to bottom right, #FDF2ED 0%, #DDCBB3 71%);

}
#menu-hauptmenue > li:nth-of-type(1) {
   font-style: italic;
   color: #2C2C2C;
}
#menu-hauptmenue-at > li:nth-of-type(1) {
   font-style: italic;
   color: #2C2C2C;
}
#menu-hauptmenu-at > li:nth-of-type(1) {
   font-style: italic;
   color: #2C2C2C;
}
.menu-item-30123 > a {
  color: #3d3d3e !important;
}

#menu-hauptmenue > li:nth-of-type(2),#menu-hauptmenue > li:nth-of-type(2) li  {
  background-color: #E4A64A;
}
#menu-hauptmenue-at > li:nth-of-type(2),#menu-hauptmenue-at > li:nth-of-type(2) li  {
  background-color: #E4A64A;
}
#menu-hauptmenu-at > li:nth-of-type(2),#menu-hauptmenu-at > li:nth-of-type(2) li  {
  background-color: #E4A64A;
}
#menu-hauptmenue > li:nth-of-type(3),#menu-hauptmenue > li:nth-of-type(3) li {
  background-color: #5684AF;
}
#menu-hauptmenue-at > li:nth-of-type(3),#menu-hauptmenue-at > li:nth-of-type(3) li {
  background-color: #5684AF;
}
#menu-hauptmenu-at > li:nth-of-type(3),#menu-hauptmenu-at > li:nth-of-type(3) li {
  background-color: #5684AF;
}
#menu-hauptmenue > li:nth-of-type(4) {
  background-color: #CCAB76;
}
#menu-hauptmenue-at > li:nth-of-type(4) {
  background-color: #CCAB76;
}
#menu-hauptmenu-at > li:nth-of-type(4) {
  background-color: #CCAB76;
}
#menu-hauptmenue > li:nth-of-type(6) {
  background-color: #C2C2C2;
}
#menu-hauptmenue-at > li:nth-of-type(6) {
  background-color: #C2C2C2;
}
#menu-hauptmenu-at > li:nth-of-type(6) {
  background-color: #C2C2C2;
}
#menu-hauptmenue > li:nth-of-type(5) {
  background-color: rgba(207,145,145,0.6);
}
#menu-hauptmenue-at > li:nth-of-type(5) {
  background-color: rgba(207,145,145,0.6);
}
#menu-hauptmenu-at > li:nth-of-type(5) {
  background-color: rgba(207,145,145,0.6);
}
/*  base : forms
/* ------------------------------------ */
input, textarea, button, select, label { font-family: inherit; }
.themeform input,
.themeform select,
.themeform textarea,
.themeform button,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner,
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform input[type="submit"],
.themeform select,
.themeform button,
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input,
.themeform select,
.themeform textarea,
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #444; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform select,
.themeform textarea { background: #fff; border: 2px solid #ddd; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
.themeform input[type="text"]:focus,
.themeform input[type="password"]:focus,
.themeform input[type="email"]:focus,
.themeform input[type="url"]:focus,
.themeform input[type="tel"]:focus,
.themeform input[type="number"]:focus,
.themeform select:focus,
.themeform textarea:focus { border-color: #ccc; color: #444; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.themeform label .required { color: #3b8dbd; }
.themeform input[type="submit"],
.themeform button[type="submit"] { background: #3b8dbd; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #444; }

.themeform.searchform div { position: relative; }
.themeform.searchform div input {
padding-left: 46px;
 line-height: 24px;
width: 100%;
margin-left: 0px;
margin-top:0px;
 }
.themeform.searchform div:after { color: #ccc; line-height: 32px; font-size: 14px; content: "\f002"; position: absolute; left: 25px; top: 27px; font-family: 'Font Awesome 5 Free';    }

/*  base : entry
/* ------------------------------------ */
.entry { font-size: 18px; line-height: 1.6em; }
.entry p,
.entry dd { margin-bottom: 1em; }
.entry dt { color: #444; }
.entry ol,
.entry ul { margin: 0 0 15px 30px; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 0; }
.entry ul li,
.entry ol ul li { list-style: disc outside; }
/*div#weitere-links > .entry ol ul li { list-style: square !important; }     //DOMINIK FISCHER 24.08.2016 */
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { font-weight: 600;}
.entry address { margin-bottom: 1em; }
.entry blockquote { position: relative; color: #777; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }
.entry blockquote p { margin-bottom: 0.75em; }
.entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-style: normal; font-family: "Font Awesome 5 free"; text-align: center; position: absolute; left: 0; top: 0; }
.entry blockquote.twitter-tweet:before { content: "\f099"; }
.entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
.entry pre { background: url(../hueman/assets/front/img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
.entry code { background: #eee; padding: 0 3px; }
.entry ins { background: #fff486; }
.entry sub,
.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }

/* �BERSCHRIFT KATEGORIESEITEN Dominik Fischer 07-09.2016 */
.c2 {
  font-size: 140% !important;
}

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img { max-width: 100%; height: auto; }
.entry img.alignleft { margin: 0px 20px 18px 0; }
.entry img.alignright { margin: 0px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
.entry img .size-full { width: 100%!important; }
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
.entry .wp-caption { background: none; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: normal; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; margin-top:0px; line-height:1.4; text-align:left; }


/* table */
.entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; }
.entry table tr.alt { background: #f1f1f1; }
.entry table td { border-bottom: 1px solid #f1f1f1; text-align: center; padding: 5px; vertical-align: middle; }
.entry table th { font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }

/* default gallery */
.entry .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption {
background: none;
 color: #333;
 font-size: 15px;
 line-height: 1.4em;
 text-align: center;
 text-indent: 1px;
 font-style: normal;
 margin: 0;
bottom: -0px;
 overflow: hidden;
 position: relative;
 text-overflow: unset;
 white-space: inherit;
height: auto;
max-width:75%;
padding-left:50px;
padding-right:50px;
  /*// Dominik Fischer 25.08.2016 //*/
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption { display: none!important; }

 @media  (max-width:600px) {
.entry .gallery .gallery-caption {
  max-width:100%;
  padding-left:0px;
padding-right:0px;
}
.entry img.alignright, .entry img.alignleft {
  float:none !important;
margin:0px auto !important;
display:block;
margin-bottom:15px;
}

}
 width: auto;  /*// Dominik Fischer 25.08.2016 //*/
*/
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption { display: none!important; }
}
/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; }
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { margin-bottom: 14px; font-weight: 400; line-height: 1.3em; }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 27px; letter-spacing: -0.7px; margin-top: 50px; }
.entry h3 { font-size: 23px; letter-spacing: -0.5px; padding-top:12px; }
.entry h4 { font-size: 20px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 18px; font-weight: 600; text-transform: uppercase; }

.heading,
#reply-title { font-weight: normal; font-size: 18px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.heading i { font-size: 22px; margin-right: 6px; }


/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : layout
/* ------------------------------------ */
#wrapper { min-width: 1024px; height: 100%; }
.container { padding: 0 20px; }
.container-inner { max-width: 1380px; min-width: 1380px; width: 100%; margin: 0 auto; }
.main { background-color: #fff!important; position: relative; }
.main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ }
.content { width: 100%; position: relative; }
.pad { padding: 30px 30px 20px; }

/* boxed */
.boxed #wrapper { max-width: 1380px; margin: 0 auto;
-webkit-box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04);
box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04); }
.boxed .container { padding: 0; }
.boxed #page { background: #eaeaea; padding-bottom: 1px; }

/*  base : layout columns
/* ------------------------------------ */

/* 2 column, content left */
.col-2cl .main-inner { background-color: white !important; padding-right: 340px; background:white !important; }
.col-2cl .s1 { float: right; margin-right: -340px; }
.col-2cl .content { float: left; }

/* 2 column, content right */
.col-2cr .main-inner { background: url(../hueman/assets/front/img/sidebar/s-left.png) repeat-y left 0; padding-left: 340px; }
.col-2cr .s1 { float: left; margin-left: -340px; }
.col-2cr .content { float: right; }

/* 3 column, content middle */
.col-3cm .main { background: url(../hueman/assets/front/img/sidebar/s-right-s2.png) repeat-y right 0; }
.col-3cm .main-inner { background: url(../hueman/assets/front/img/sidebar/s-left.png) repeat-y left 0; padding-left: 260px; padding-right: 260px; }
.col-3cm .s1 { float: left; margin-left: -260px; }
.col-3cm .s2 {
float: right;
margin-right: -260px; /* ingenuity! */
position: relative;
right: -100%;
background-color: rgba(254, 183, 84, 0,5);
 }
.col-3cm .content { float: right; }

/* 3 column, content left */
.col-3cl .main { background-image: none; }
.col-3cl .main-inner { background: url(../hueman/assets/front/img/sidebar/s-right-dual-full-expand.png) repeat-y right 0; padding-right: 600px; }
.col-3cl .s1 { float: right; margin-right: -600px; }
.col-3cl .s2 { float: right; margin-right: -260px; }
.col-3cl .content { float: left; }

/* 3 column, content right */
.col-3cr .main { background-image: none; }
.col-3cr .main-inner { background: url(../hueman/assets/front/img/sidebar/s-left-dual-full-expand.png) repeat-y left 0; padding-left: 600px; }
.col-3cr .s1 { float: left; margin-left: -600px; }
.col-3cr .s2 { float: left; margin-left: -260px; }
.col-3cr .content { float: right; }

/*  base : sidebar
/* ------------------------------------ */
.sidebar { padding-bottom: 20px; position: relative; z-index: 2; }
.sidebar .pad { padding-left: 20px; padding-right: 20px; }
.sidebar-top { padding: 15px 30px; }
.sidebar-top p { float: left; color: #fff; color: rgba(255,255,255,0.8); font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; padding: 3px 0; }
.sidebar-toggle { display: none; text-align: center; cursor: pointer; width: 100%; height: 60px;
-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1); }
.sidebar-toggle i { font-size: 38px; color: #fff; padding: 10px 0; }
.s1-expand .s1,
.s2-expand .s2 {-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }

/* toggle icon */
.icon-sidebar-toggle:before { font-family: FontAwesome; }
.col-2cl .s1 .icon-sidebar-toggle:before,
.col-3cl .s1 .icon-sidebar-toggle:before,
.col-3cm .s2 .icon-sidebar-toggle:before,
.col-3cl .s2 .icon-sidebar-toggle:before { content: "\f100"; }
.col-2cr .s1 .icon-sidebar-toggle:before,
.col-3cm .s1 .icon-sidebar-toggle:before,
.col-3cr .s1 .icon-sidebar-toggle:before,
.col-3cr .s2 .icon-sidebar-toggle:before { content: "\f101"; }

/* sidebar primary */
.s1 { width: 340px; z-index: 2; }
.s1:hover { z-index: 98; /* social icons tooltip above header nav */ }
.s1 .sidebar-top,
.s1 .sidebar-toggle { background: #3b8dbd; }
@media only screen and (min-width: 479px) and (max-width: 960px) {
  .s1 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
  .s1 .sidebar-top p { color: #666; }
  .s1 .sidebar-top .social-links .social-tooltip { color: #666; }
}

/* sidebar secondary */
.s2 { width: 260px; z-index: 1; }
.s2 .sidebar-top,
.s2 .sidebar-toggle { background: #FEB754; }
@media only screen and (min-width: 479px) and (max-width: 1200px) {
  .s2 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
  .s2 .sidebar-top p { color: #666; }
}

/*  base : grid
/* ------------------------------------ */
.grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; overflow: hidden; }
.one-half { width: 48.4%; }
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }


/* ------------------------------------------------------------------------- *
 *  Common Elements
/* ------------------------------------------------------------------------- */

/*  common : responsive videos
/* ------------------------------------ */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*  common : responsive image + caption
/* ------------------------------------ */
.image-container { position: relative; }
.image-container img { display: block; width: 100%; height: auto; }
.image-caption { background: rgba(0,0,0,0.7); color: #fff; font-size: 13px; line-height: 1.3em; font-style: italic; padding: 8px 10px; position: absolute; bottom: 8px; left: 8px; margin-right: 8px;
-webkit-border-radius: 2px; border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }

/*  common : social links
/* ------------------------------------ */
.social-links { float: right; position: relative; padding-top: 0px; }
.social-links li { display: inline-block; margin-left: 8px; line-height: 16px; font-size: 0; }
.social-links li a { display: block!important; position: relative; text-align: center; }
.social-links .social-tooltip { color: #fff; color: rgba(255,255,255,0.7); font-size: 24px; display: inline; position: relative; z-index: 98; }
.social-links .social-tooltip:hover { color: #fff!important; text-decoration: none; }
.social-links .social-tooltip:hover:after { top: -36px; background: #fff; font-size: 14px; color: #666; content: attr(title); display: block; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap;
-webkit-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgba(0,0,0,0.2); }
.social-links .social-tooltip:hover:before { top: -10px; right: 8px; border: solid; border-color: #fff transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }

/*  common : page title
/* ------------------------------------ */
.page-title { background: #fff; position: relative; padding-top: 18px; padding-bottom: 17px; border-bottom: 1px solid #eee; color: #666; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; }
.page-title a { color: #aaa; }
.page-title a:hover { color: #444; }
.page-title span { color: #aaa; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 { color: #666; }
.page-title .meta-single li { float: left; margin-right: 14px; }
.page-title .meta-single li.comments { float: right; margin-right: 0; }

/*  common : notebox  Dominik Fischer
/* ------------------------------------ */
.notebox { background: rgba(251, 221, 0, 0.1); position: relative; padding: 25px 35px; color: #888; margin-bottom: 50px; }      /* // Dominik Fischer 07.09.2016 //   */

.notebox span { font-weight: 600; }
.notebox .search-again { margin-top: 10px; }
.notebox input[type="text"] { width: 100%; }

/*  common : page image
/* ------------------------------------ */
.page-image { overflow: hidden; position: relative; margin: 0 0 30px 0; }
.page-image-text { position: absolute; top: 50%; margin-top: -35px; width: 100%; text-align: center; }
.page-image-text .caption { color: #fff; font-size: 44px; line-height: 70px; text-transform: uppercase; font-weight: 600; text-shadow: 0 0 20px rgba(0,0,0,0.3); }
.page-image-text .description { display: block; color: #fff; font-size: 15px; line-height: 36px; font-weight: 300; }
.page-image-text .description i { background: rgba(0,0,0,0.7); opacity: 0.9; font-style: normal; padding: 6px 10px; -webkit-border-radius: 2px; border-radius: 2px; }

/*  common : pagination
/* ------------------------------------ */
.pagination { margin-bottom: 15px; }
.pagination a { font-size: 18px; font-weight: 600; }

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: block; width: 32px; height: 32px; position: absolute; bottom: 20px; left: 20px;
-webkit-border-radius: 6px; border-radius: 6px;
-moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
box-shadow: 0 0 2px rgba(255,255,255,0.4);
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg); }
.thumb-icon i { font-size: 18px; padding: 7px 0;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
.thumb-icon .fa-play { margin: -1px 0 0 2px; }
.thumb-icon.small { width: 24px; height: 24px; position: absolute; bottom: 14px; left: 14px;
-webkit-border-radius: 4px; border-radius: 4px; }
.thumb-icon.small .fa { font-size: 14px; line-height: 16px; padding: 5px 0; }
.thumb-icon.small .f-play { margin: -1px 0 0 2px; }

/*  common : nav
/* ------------------------------------ */
.nav-container { background: #888; z-index: 99; position: relative; }
.nav-toggle { display: none; background: #777; cursor: pointer; float: right; height: 50px; width: 60px; color: #fff; text-align: center; }
.nav-toggle i { font-size: 29px; padding: 10px 0; }
.nav-text { display: none; float: left; font-size: 18px; line-height: 24px; padding: 1px 1px; margin-top:-10px;}
.nav li > a:after,
.nav > li > a:after { font-family: FontAwesome; display: inline-block; }

@media only screen and (min-width: 720px) {

.nav ul.sub-menu {
  opacity:1 !important;
}

  .nav-wrap { height: auto!important; }
  /* common */
  .nav { font-size: 0; position: relative; }
  .nav li a { color: #ccc; display: block; line-height: 20px; }
  /* dropdown arrows */
  .nav li > a:after { content: "\f0da"; float: right; opacity: 1; font-family:"Font Awesome 5 Free"; }
  .nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 14px; line-height: 1.2em; font-family:"Font Awesome 5 Free"; }
  .nav li > a:only-child:after {content: ""; margin: 0; }
  #footer .nav li > a:after { content: "\f0da"; }
  #footer .nav > li > a:after { content: "\f0d8"; }
  #footer .nav li > a:only-child:after { content: ""; }
  /* level 1 */
  .nav > li { font-size: 19px !important; border-right: 1px solid #999; display: inline-block; position: relative; }
  .nav > li > a { padding: 25px 16px; }

  #menu-hauptmenue > li:first-of-type > a {
padding: 15px 0px !important;
font-size:26px;
 }
  #menu-hauptmenue-at > li:first-of-type > a {
padding: 15px 0px !important;
font-size:26px;
 }
  #menu-hauptmenu-at > li:first-of-type > a {
padding: 15px 0px !important;
font-size:26px;
 }
#header .nav-container .nav  {
  display: flex !important;
}

.smalltext {
  font-weight:400 !important;
  margin-left: -38px;
  color:black;
}
.logotextbig {
  font-weight:900;
  color:black;
}
  .nav > li > a:hover,
  .nav > li:hover > a { background: #999; }
  .nav li > a:hover,
  .nav li:hover > a,
  .nav li.current_page_item > a,
  .nav li.current-menu-item > a,
  .nav li.current-menu-ancestor > a,
  .nav li.current-post-parent > a { color: #fff; }
  /* level 2 & 3 */
  .nav li:hover > ul { display: block; }
  .nav ul { display: none; background: #777; position: absolute; left: 0; top: 70px; width: 180px; padding: 0px 0; z-index: 2; -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
  box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
  .nav ul li { font-size: 16px; position: relative; display: block; padding: 0; }
  .nav ul li a { padding: 10px 20px; }
  .nav ul li:last-child { border-bottom: 0!important; }
  /* level 3 */
  .nav ul ul { position: absolute; top: -10px; left: 180px; }

}
@media only screen and (max-width: 719px) {
   #nav-footer .nav-toggle { display:none !important; }
   #nav-footer .nav-wrap { height:auto !important; }
   #menu-top-menue { display:block !important; }
                                                                            /* DOMINIK FISCHER 29.09.2016 Footer-Navi Ansicht optimiert */
 .nav { font-weight: 600; }
  .nav-container { text-transform: none; }
  .nav-toggle,
  .nav-text { display: block !important; left:5px !important; right: none !important;}
  .nav-wrap { position: relative; float: left; width: 100%; height: 0px; overflow: hidden; }
  .nav-wrap.transition {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  .expand .nav-wrap { height: auto; }
  /* iphone fix */
  .safari .nav-wrap.transition { -webkit-transition: none; transition: none; }
  /* common */
  .nav { text-align:center; width: 100%; }                                     /* DOMINIK FISCHER 24.08.2016 zentrierte Ansicht */
  .nav li a { line-height: 20px; display: block; padding: 8px 20px; }
  .nav li li a { padding-left: 15px; padding-right: 15px; }
  /* dropdown arrows */
  .nav li > a:after { content: '\f0d7'; opacity: 0.5; margin-left: 6px; }
  .nav > li > a:after { content: '\f0d7'; font-size: 14px; }
  .nav li > a:only-child:after { content: ''; }
  /* level 1 */
  .nav > li { font-size: 15px; }
  /* level 2 & 3 */
  .nav ul { display: margin-left: 40px; }            /* DOMINIK FISCHER 23.09.2016 blockimportantgel�schtt */
  .nav ul li { font-size: 15px; font-weight: 400; }
  .nav ul li a { padding-top: 6px; padding-bottom: 6px; }
}
/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header { background: #33363b; position: relative; padding-bottom: 60px; }
#header .pad { padding-top: 30px; padding-bottom: 30px; }
#header .container-inner { position: relative; }

.site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 7px; padding: 10px 0; text-shadow: 2px 2px 4px #000000;    }
.site-title a { display: block; color: #fff; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
.site-description { font-size: 18px;
 font-style: italic;
text-shadow: 2px 2px 2px #000000;
color: #fff;
color: rgba(255,255,255,1);
float: left;
 margin-left:20px;
 line-height: 7px;
 padding: 10px 0;
}    /* Dominik Fischer 09.09.2016 */
.site-image { display: block; margin: 0 auto; max-height: 400px; }

#header-widgets { float: right; }
/*#header-widgets h3 { display: none; }*/
#header-widgets img { display: block; }

/*  header : search
/* ------------------------------------ */
.toggle-search { color: #fff; font-size: 18px; line-height: 68px; cursor: pointer; padding: 1px 22px; display: block; position: absolute; right: 0; top: -70px;
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
.toggle-search:hover,
.toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }
.search-expand { display: none; position: absolute; top: 0; right: 0; width: 340px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
box-shadow: 0 1px 0 rgba(255,255,255,0.1); }
.search-expand-inner { background: rgba(0,0,0,0.15); padding: 15px; }
.search-expand .themeform input { width: 100%; border: 2px solid #e2e2e2; border-radius: 0; }
.search-expand .themeform input:focus {  }

/*  header : nav topbar
/* ------------------------------------ */
#nav-topbar.nav-container { background: #55555;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15);
box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); }
#nav-topbar .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.06);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.06); }
#nav-topbar .nav-text { color: #fff; color: rgba(255,255,255,1); }

@media only screen and (min-width: 1025px) {
  /* fixed nav */
  .full-width.topbar-enabled #header { padding-top: 50px; }
  .full-width #nav-topbar.nav-container { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; }
  .full-width.admin-bar #nav-topbar.nav-container { top: 32px; }
}

@media only screen and (min-width: 720px) {

  /* common */
  #nav-topbar .nav {  }
  #nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.7); }
  /* level 1 */
  #nav-topbar .nav > li { border-right: none; }
  #nav-topbar .nav > li > a:hover,
  #nav-topbar .nav > li:hover > a { background-color: rgba(0,0,0,0.1); }
  #nav-topbar .nav li > a:hover,
  #nav-topbar .nav li:hover > a,
  #nav-topbar .nav li.current_page_item > a,
  #nav-topbar .nav li.current-menu-item > a,
  #nav-topbar .nav li.current-menu-ancestor > a,
  #nav-topbar .nav li.current-post-parent > a { color: #fff; }
  /* level 2 & 3 */
  #nav-topbar .nav ul { background: #26272b;  }
  #nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
  #nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }

}
@media only screen and (max-width: 719px) {

  /* common */
  #nav-topbar .container { padding-left: 0; }
  #nav-topbar .nav li a { color: black;); border-top: 1px solid rgba(255,255,255,0.06); }     /* 04.11.2016 Dominik Fischer */
  /* level 1 */
  /*#nav-topbar .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }       */
  #nav-topbar .nav li.current_page_item > a,
  #nav-topbar .nav li.current-menu-item > a,
  #nav-topbar .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
}
/*  header : nav header
/* ------------------------------------ */
#nav-header.nav-container { background: #55555; z-index: 97;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .container { padding: 0 0px; }
#nav-header .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .nav-text { color: #fff; color: rgba(255,255,255,0.7); }

@media (min-width: 720px) and (max-width: 819px) {
/* NAVIGATION ANPASSUNG FARBE ETC // Dominik Fischer 18.08.2016 */

  /* common */
  #nav-header .nav { }
  #nav-header .nav li a { color: #fff;}
  /* level 1 */
  #nav-header .nav > li { border-right: none; text-align:center; }

  #nav-header .nav > li:last-of-type {
background-color: #E4A44B;
float: right;
}
  #nav-header .nav > li:first-of-type {
width: 180px;
}
}
@media only screen and (min-width: 820px) {

/* NAVIGATION ANPASSUNG FARBE ETC // Dominik Fischer 18.08.2016 */

  /* common */
  #nav-header .nav { }
  #nav-header .nav li a { color: #fff;}
  /* level 1 */
  #nav-header .nav > li { border-right: none; text-align:center; }

  #nav-header .nav > li:last-of-type {
background-color: #E4A44B;
float: right;
width: 340px;
}
  #nav-header .nav > li:first-of-type {
width: 180px;
}
  #nav-header .nav > li > a:hover,
  #nav-header .nav > li:hover > a { background: rgba(0,0,0,0.1); }
  #nav-header .nav li > a:hover,
  #nav-header .nav li:hover > a,
  #nav-header .nav li.current_page_item > a,
  #nav-header .nav li.current-menu-item > a,
  #nav-header .nav li.current-menu-ancestor > a,
  #nav-header .nav li.current-post-parent > a { color: #fff; }
  /* level 2 & 3 */
  #nav-header .nav ul { background: #33363b url(../hueman/assets/front/img/opacity-10.png) repeat; }
  #nav-header .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
  #nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }

}
@media only screen and (max-width: 719px) {

  /* common */
  #nav-header.nav-container  { border-left: 0; border-right: 0; }
  #nav-header .container { padding: 0; }
  #nav-header .nav { padding-bottom: 20px; }
  #nav-header .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }
  /* level 1 */
  #nav-header .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
  #nav-header .nav li.current_page_item > a,
  #nav-header .nav li.current-menu-item > a,
  #nav-header .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }

}

/* ------------------------------------------------------------------------- *
 *  Section: Page
/* ------------------------------------------------------------------------- */
#page { padding-bottom: 60px; margin-top: -60px; }
#page .container-inner { background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 1px 1px rgba(0,0,0,0.1); }


/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer { background: #fff; color: #777; width: 100%; }
#footer a { color: #777; }
#footer a:hover { color: #ccc; }
#footer .pad { padding-bottom: 30px; }

#footer-full-width-widget { text-align: center; padding: 10px 0; border-bottom: 1px solid #eee; }

#footer-widgets{
  padding-top: 20px;
}
[class*=footer-widget-] {
  min-height: 1px;
}

#footer-bottom { background: #555555; }
#footer-bottom .pad { padding-top: 30px; }
#footer-bottom a { color: #fff; color: rgba(255,255,255,0.7); }
#footer-bottom a:hover { color: #fff; }
#footer-bottom #footer-logo { display: block; margin-bottom: 20px; max-height: 50px; -webkit-border-radius: 0; border-radius: 0; }
#footer-bottom #copyright,
#footer-bottom #credit { color: #fff; color: rgba(255,255,255,0.5); font-size: 15px; line-height: 1.5em; }
#footer-bottom #back-to-top { background: #eaeaea; color: #777; overflow: hidden; text-align: center; width: 60px; height: 30px; display: block; margin: 0 auto; margin: 0 auto -30px;
-webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
#footer-bottom #back-to-top i { font-size: 38px; position: relative; top: -7px; }
#footer-bottom #back-to-top:hover { color: #444; }
#footer-bottom .social-links { padding-top: 10px; width: 40px; }
#footer-bottom .social-links a { color: rgba(255,255,255,0.6); margin-top: 4px; }
#footer-bottom .social-links a:hover { color: #fff; }
#footer-bottom .social-links .social-tooltip { font-size: 28px; }

/*  footer : nav
/* ------------------------------------ */
#nav-footer.nav-container { background: #515151; }
#nav-footer .nav-toggle { background: transparent; color: #fff; border-left: 1px solid #eee; }

@media only screen and (min-width: 720px) {

  /* common */
  #nav-footer .nav { text-align: center; }
  #nav-footer .nav li a { color: #999; }
  /* level 1 */
  #nav-footer .nav > li > a { padding: 12px 18px; }
  #nav-footer .nav > li { border-right: 0; }
  #nav-footer .nav > li:first-child { border-left: 0; }
  #nav-footer .nav > li > a:hover,
  #nav-footer .nav > li:hover > a { background: #f0f0f0; }
  #nav-footer .nav li > a:hover,
  #nav-footer .nav li:hover > a,
  #nav-footer .nav li.current_page_item > a,
  #nav-footer .nav li.current-menu-item > a,
  #nav-footer .nav li.current-menu-ancestor > a,
  #nav-footer .nav li.current-post-parent > a { color: #666; }
  /* level 2 & 3 */
  #nav-footer .nav ul { background: #f0f0f0; bottom: 44px; top: auto; text-align: left;
  -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
  box-shadow: 0 -2px 2px rgba(0,0,0,0.05); }
  #nav-footer .nav ul li { border-bottom: 1px solid #e4e4e4; }
  #nav-footer .nav ul ul { top: -10px; }
  /* level 3 */
  #nav-footer .nav ul ul { position: absolute; top: auto; bottom: -10px; }

}
@media only screen and (max-width: 719px) {

  /* common */
  #nav-footer .nav li a { color: #999; border-top: 1px solid #f2f2f2; }    /* DOMINIK FISCHER 24.08.2016 */
  /* level 1 */
  #nav-footer .nav li > a:hover { background: #f2f2f2; color: #444; }
  #nav-footer .nav li.current_page_item > a,
  #nav-footer .nav li.current-menu-item > a,
  #nav-footer .nav li.current-post-parent > a { background: #f2f2f2; color: #444; }
}
/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */
.content .post,
.content .page { position: relative; overflow: hidden; }

.blog .post,
.single .post,
.archive .post,
.search .post,
.search .page { margin-bottom: 40px; }

.sticky {}

/*  post : search
/* ------------------------------------ */
.search .page.type-page .post-thumbnail,
.search .page.type-page .post-meta { display: none; }

/* ------------------------------------ */
#flexslider-featured .flex-direction-nav {
position: absolute;
 top:auto !important;
left: auto;
 right: 0;
 bottom:0px !important;
 }
#flexslider-featured .flex-direction-nav li { float: left; margin-left: 3px; }
#flexslider-featured .flex-direction-nav li:first-child { float: left; }
#flexslider-featured .flex-direction-nav li:last-child { float: right; }
#flexslider-featured .flex-direction-nav a { background: #fff; color: #bbb; font-size: 24px; line-height: 24px; position: relative; width: 34px; height: 36px; margin: 0 0 0; display: block; text-align: center; cursor: pointer; text-indent: -999px; overflow: hidden; opacity: 1;
-webkit-border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; box-shadow: none;
-webkit-transition: all .3s ease; transition: all .3s ease; }
#flexslider-featured .flex-direction-nav a:before { font-family: FontAwesome; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 8px; text-indent: 0; }
#flexslider-featured .flex-direction-nav .flex-next:before { content:"\f054"; }
#flexslider-featured .flex-direction-nav .flex-prev:before { content: "\f053"; }
#flexslider-featured .flex-direction-nav .flex-next:hover,
#flexslider-featured .flex-direction-nav .flex-prev:hover { opacity: 1; color: #3b8dbd; }

#flexslider-featured .flex-control-nav { position: absolute; top: auto; bottom: 8px; width: 90%;  }
.featured.flexslider { padding-bottom: 15px; margin-bottom: 30px; border-bottom: 2px solid #eee; }     /* DOMINIK FISCHER 06.10.2016 */
.featured.flexslider { padding-bottom: 15px; margin-bottom: 30px; border-bottom: 2px solid #eee; }
#flexslider-featured .flex-control-nav li { margin: 0; padding: 0; margin-right: 1%; float: left; width: 5%; }
#flexslider-featured .flex-control-nav li a { background: #ddd; width: 100%; height: 10px; text-indent: -999px; overflow: hidden;
-webkit-border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; box-shadow: none; }
#flexslider-featured .flex-control-nav li a:hover { background: #ccc; }
#flexslider-featured .flex-control-nav li a.flex-active { background: #3b8dbd; }

.featured,
.featured.flexslider { padding-bottom: 15px; margin-bottom: 30px; border-bottom: 2px solid #eee; min-height:320px; background-color: #F2F2F2; }     /* DOMINIK FISCHER 17.08.2016 */
.featured .post { margin-bottom: 0; }
.featured .post-title { font-size: 24px; letter-spacing: -0.7px; line-height: 1.4em; }    /* DOMINIK FISCHER 17.08.2016 */

/*  post : custom loop
/* ------------------------------------ */
.post-list { margin-right: -30px; }
.post-list .post-row { margin-left: -30px; padding-left: 30px; float: left; width: 100%; border-bottom: 1px solid #eee; margin-bottom: 30px; position: relative; }
.post-list .post-row:last-child { border: none; margin-bottom: 0; }
.post-list .post,
.post-list .page { width: 50%; float: left; }
.post-list .post-inner { margin-right: 30px; }
.post-hover:hover .post-thumbnail { opacity: 0.75; }
.post-hover:hover .post-title a { color: #3b8dbd; }
.post-hover:hover .thumb-icon { background: #fff; color: #111; }

.post-thumbnail {
width: 100%;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
transition: all 1s ease;
 }
.post-thumbnail {
 position: relative;
 margin-bottom: 1em;
 overflow:hidden;
 border: 1px #d1d1d1 solid;
 }
.nav-text > a {
  color:white;
  font-weight:700;
}

@media only screen and (max-width: 719px) {             /* DOMINIK FISCHER 03.11.2016 */
 .post-thumbnail {
 height:100%;
 }
#menu-hauptmenue > li:nth-of-type(6) {
  display:none;
}

.logotextbig, .smalltext {
  visibility: hidden;
  position: relative;
}
.logotextbig:before {
  visibility: visible;
  content: "Home";
  position:absolute;
  margin-left: -25px;
}
#menu-item-8949, #menu-item-8950, #menu-item-8951, #menu-item-30203, #menu-item-30271  {
  display: inline-block;
  width: 19%;
}
#menu-item-8949, #menu-item-8950, #menu-item-8951, #menu-item-30203, #menu-item-30271 > fa {
font-size:28px;
}
i.fa.fa-rss:before {
  font-size:28px;
  align:top;
}
#menu-item-30271 > fa {
  font-size:28px:
}
#menu-item-30271 {
  font-size:28px;
}
}

@media only screen and (min-width: 720px) {
 #menu-item-30272 {

 }
}
.header-logo-pic {
   height:30px;
   width: auto;
   margin-top: 8px;
   float:left;
   margin-left:10px;
}
.navlogotext {
   display: block;
   float:left;
   margin-top:14px;
   margin-left:5px;
}

.post-thumbnail img {
display: block;
height: auto;
width:100%;


object-position: 50% 50%;
object-fit:cover;
}

.post-comments { background: #82b965; font-size: 12px; line-height: 20px; color: #fff; display: block; position: absolute; top: 10px; right: 0;
-webkit-box-shadow: inset -1px 0 1px rgba(0,0,0,0.2);
box-shadow: inset -1px 0 1px rgba(0,0,0,0.2); }
.post-comments > span { display: block; position: relative; padding: 2px 7px; }
.post-comments > span:before { content:''; display: inline-block; border-left: 9px solid transparent; border-right: 9px solid #82b965; border-top: 9px solid transparent; border-bottom: 9px solid transparent; position: absolute; top: 3px; left: -16px; }
.post-comments i { margin-right: 3px; }
.post-comments:hover { color: #fff!important; padding-right: 4px; }

.post-meta { text-transform: uppercase; font-size: 14px; font-weight: 400; color: #bbb; margin-bottom: 0.3em; }
.post-meta .post-category { float: none; margin-right: 6px; display: inline; line-height:1.4em; }
.post-meta .post-date { float: none; display:inline; }

.post-title { color: #444; font-weight: normal; margin-bottom: 10px; font-size: 22px; font-weight: 400; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; }
.post-title strong { font-weight: 600; }
.post-title i { font-style: italic; }
.post-title a { color: #444; }
.post-title a:hover { color: #3b8dbd; }

.entry.excerpt { font-size: 16px; color: #000;  }   /* DOMINIK FISCHER 17.08.2016 */
.entry.excerpt p { margin-bottom: 0; }

/*  post : standard loop
/* ------------------------------------ */
.blog .post-standard,
.single .post-standard,
.archive .post-standard,
.search .post-standard { margin-bottom: 20px; }
.page.post-standard .post-inner { padding-left: 0; }
.page.post-standard .post-thumbnail { display: none; }

.post-standard .post-inner { padding-left: 230px; padding-bottom: 20px; float: left; border-bottom: 1px solid #eee; }
.post-standard .post-thumbnail { margin-left: -230px; max-width: 200px; margin-bottom: 0; float: left; }
.post-standard .post-content { float: left; }
/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */
.single .post-title { font-size: 30px; letter-spacing: -1px; line-height: 1.3em; }
.single .post-inner .post-thumbnail { margin-bottom: 2em; }
.post-byline { font-size: 14px; font-weight: 400; color: #aaa; text-transform: uppercase; margin-bottom: 1em; }

.entry.share { padding-right: 100px; min-height: 354px; /* share buttons height */ position: relative; }
.entry.share .entry-inner { float: left; width: 100%; }

/*  single : sharrre
/* ------------------------------------ */
.sharrre-container { float: right; width: 50px; padding: 0 10px; margin-right: -100px;
-webkit-border-radius: 4px; border-radius: 4px; }
.sharrre-container span { color: #aaa; display: block; text-align: center; text-transform: uppercase; font-size: 11px; }
.sharrre { padding: 10px 0 0; }
.sharrre .box { width: 50px; display: block; }
.sharrre .count { background: #eee; color: #333; display: block; font-size: 15px; font-weight: 600; line-height: 30px; position: relative; text-align: center;
-webkit-border-radius: 4px; border-radius: 4px; }
.sharrre .count:after { content:''; display: block; position: absolute; left: 49%; width: 0; height: 0; border: solid 6px transparent; border-top-color: #eee; margin-left: -6px; bottom: -12px; }
.sharrre .share { display: block; font-size: 28px; font-weight: 600; line-height: 32px; margin-top: 12px; padding: 0; text-align: center; text-decoration: none; }
.sharrre .box .share,
.sharrre .box .count { -webkit-transition: all .3s ease; transition: all .3s ease; }
.sharrre .box:hover .share,
.sharrre .box:hover .count { color: #444!important; }
.sharrre#twitter .share,
.sharrre#twitter .box .count { color: #00acee; }
.sharrre#facebook .share,
.sharrre#facebook .box .count { color: #3b5999; }
.sharrre#googleplus .share,
.sharrre#googleplus .box .count { color: #cd483c; }
.sharrre#pinterest .share,
.sharrre#pinterest .box .count { color: #ca2128; }

/*  single : post pages
/* ------------------------------------ */
.post-pages { font-weight: 600; margin-bottom: 20px; }

/*  single : tags
/* ------------------------------------ */
.post-tags { margin-bottom: 40px; }
.post-tags span { font-size: 14px; color: #999; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: #f2f2f2; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 12px; color: #999; padding: 3px 7px; margin: 0 5px 2px 0;
-webkit-border-radius: 2px; border-radius: 2px; }
.post-tags a:hover { background-color: #3b8dbd; color: #fff; }

/*  single : author bio
/* ------------------------------------ */
.author-bio { border: 2px solid #eee; position: relative; padding: 15px 15px 10px 95px; color: #888; margin-bottom: 40px; }
.author-bio:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #eee; position: absolute; top: -8px; left: 13px; }
.author-bio:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; position: absolute; top: -5px; left: 15px; }
.author-bio .bio-avatar { float: left; margin: 0 0 8px -80px; width: 64px; height: auto; position: relative; }
.author-bio .bio-avatar:after { background: #3b8dbd; position: absolute; right: 0; bottom: 0; padding: 4px 4px; content: "\f040"; color: #fff; font-size: 12px; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; }
.author-bio .bio-avatar img { display: block; width: 100%; height: auto; -webkit-border-radius: 3px; border-radius: 3px; }
.author-bio p { margin-bottom: 8px; }
.author-bio .bio-name { color: #444; font-weight: 600; margin-bottom: 4px; }
.author-bio .bio-desc { color: #888; font-size: 15px; line-height: 1.5em; }

/*  single : related posts
/* ------------------------------------ */
.related-posts { border-bottom: none; margin-bottom: 0px; }
.related-posts li { width: 33.3%; float: left; display: inline; }
.related-posts .post { border-right: 1px solid transparent; margin-bottom: 0; padding-bottom: 10px; }
.related-posts li:nth-child(4) article { display: none; }
.related-posts li:nth-child(3) article { border-right-color: transparent; }
.related-posts .related-inner { padding: 0 20px 0 0; }
.single .related-posts .post-title { margin-bottom: 10px; font-size: 17px; font-weight: 300; line-height: 1.5em; letter-spacing: 0; display: block; height:100%; overflow:hidden; }

/*  single : post-nav
/* ------------------------------------ */
.post-nav li { width: 100%; display: inline; float: left; text-align: center; }
.post-nav li a { position: relative; min-height: 73px; display: block; padding: 16px 40px 24px; }
.post-nav li i { color: #959595; font-size: 18px; position: absolute; top: 50%; margin-top: -10px; }
.post-nav li a strong { display: block; font-size: 12px; color: #777; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
.post-nav li a span { font-size: 15px; color: #000; }
.post-nav li a:hover span { color: #444; }
.post-nav li.previous i { left: 10px; }
.post-nav li.next i { right: 10px; }
.post-nav li a span,
.post-nav li a i {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out; }

/* sidebar-specific */
.sidebar .post-nav li a { border-top: 3px solid #f8f8f8; border-bottom: 1px solid #f8f8f8; }
.sidebar .post-nav li a:hover { background: #cbcbcb; background: rgba(0,0,0,0.05); }
.sidebar .post-nav li.previous a { border-bottom: 3px solid #f8f8f8; }
.s1 .post-nav li a:hover i { color: #3b8dbd; }
.s2 .post-nav li a:hover i { color: #82b965; }

/* content-specific */
.content .post-nav { border-top: 2px solid #eee; border-bottom: 2px solid #eee; margin-bottom: 40px;  }
.content .post-nav li { width: 50%; }
.content .post-nav li.next { float: right; -webkit-box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; }
.content .post-nav li.next a { padding-left: 24px; }
.content .post-nav li.previous { float: left; -webkit-box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; }
.content .post-nav li.previous a { padding-right: 24px; }
.content .post-nav li a:hover i { color: #3b8dbd; }
/* ------------------------------------------------------------------------- *
 *  Post Formats
/* ------------------------------------------------------------------------- */

/*  post format : common
/* ------------------------------------ */
.post-format { position: relative; margin-bottom: 2em; }
.post-format p { margin-bottom: 1em; }
.post-format .format-container { background: #f1f1f1; padding-bottom: 10px; border-left: 3px solid #3b8dbd; }
.post-format .format-container .fa,
.post-format .format-container .fa { color: #ccc; font-size: 36px; float: right; margin: 0 0 20px 20px; }

/*  post format : image
/* ------------------------------------ */
.format-image { }

/*  post format : video
/* ------------------------------------ */
.format-video { }

/*  post format : quote
/* ------------------------------------ */
.format-quote .post-format {  }
.format-quote .post-format blockquote { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }
.format-quote .post-format .quote-author { font-style: italic; }

/*  post format : link
/* ------------------------------------ */
.format-link .post-format p { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }

/*  post format : chat
/* ------------------------------------ */
.format-chat .post-format p { font-style: italic; }

/*  post format : status
/* ------------------------------------ */
.format-status .post-title { display: none; }
.single .format-status .entry { font-size: 24px; line-height: 1.4em; }

/*  post format : aside
/* ------------------------------------ */
.format-aside .post-title { display: none; }

/*  post format : gallery
/* ------------------------------------ */
.format-gallery .post-format .flexslider { overflow: visible; padding-bottom: 30px; margin-bottom: -20px; }
.format-gallery .post-format .flexslider .slides { background: #262626; overflow: hidden; position: relative; }
.format-gallery .post-format .flexslider .slides img { max-height: 405px; width: auto; max-width: 100%; -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); box-shadow: 0 0 30px rgba(0,0,0,0.6); }
.format-gallery .post-format .flexslider .flex-control-nav { bottom: 1px; }
.format-gallery .post-format .flex-direction-nav a:before { color: #fff; }

/*  post format : audio
/* ------------------------------------ */
.format-audio .post-format a,
.format-audio .post-format i { font-size: 16px; line-height: 22px; }
#page .format-audio .post-format img {
-webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

/* jplayer */
.jp-interface { background-color: #444; }
.jp-play-bar,
.jp-volume-bar-value { background-color: #82b965; }
.jp-progress { background-color: #262626; }
.jp-volume-bar { border: 1px solid #262626; }
.jp-seek-bar,
.jp-volume-bar { background-color: #383838; }
.jp-interface a { color: #bbb; text-shadow: 0 -1px 0 rgba(0,0,0,0.6); }
.jp-interface a:hover { color: #eee; }
.jp-progress-container,
.jp-volume-bar-container { border-left: 1px solid #333; }
.jp-audio,
.jp-interface,
.jp-progress,
.jp-seek-bar { width: 100%; min-width: 100%; }
.jp-interface { position: relative; overflow: hidden;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);  }
.jp-interface .jp-controls { list-style-type: none; padding: 0; margin: 0; }
.jp-interface .jp-controls li { display: inline; }
.jp-interface .jp-controls a { position: absolute; }
.jp-interface .jp-controls a i { display: block; }
.jp-play, .jp-pause { width: 25px; height: 30px; z-index: 1; outline: none; margin: 12px 0 0 9px;}
.jp-play, .jp-pause { top: 0; left: 0; }
.jp-progress-container { margin-left: 34px; margin-right: 84px; height: 6px; padding: 20px 10px; }
.jp-progress { overflow: hidden; }
.jp-progress { height: 5px; padding: 1px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.jp-seek-bar { width: 0px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; }
.jp-play-bar { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.jp-volume-bar-container { width: 40px; height: 6px; padding: 20px 10px 20px 33px; position: absolute; top: 0; right: 0; }
.jp-volume-bar { position: relative; overflow: hidden; width: 38px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.jp-volume-bar { top: 0; left: 0; }
.jp-volume-bar-value { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.jp-mute, .jp-unmute { width: 17px; z-index: 1; outline: none; margin-top: 10px; }
.jp-mute, .jp-unmute { top: 2px; right: 58px; }
.jp-unmute { display: none; }
.jp-jplayer { width:0px; height:0px; }


/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
/* Placeholder */

.hu-placeholder-widget {
  background: white;
  padding: 7%;
  text-align: center;
  border: 3px dotted #82b965;
  font-size: 14px;
}
.hu-placeholder-widget .zone-name {
  font-size: 19px;
}


.widget { color: #777; font-size: 15px; overflow: hidden; }
.widget a { color: #777; }
.widget a:hover { color: #444; }
.widget > h3 { font-size: 15px; font-weight: 400; text-transform: uppercase; margin-bottom: 6px; }
.weitereprodukte > h3  { font-size: 15px; font-weight: 400; text-transform: uppercase; margin-bottom: 6px; }  /* DOMINIK FISCHER 26.10.2016 */
.widget > h3 a,
.widget > h3 a:hover { color: #444; }
.widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
.widget select { border: 1px solid #ddd; color: #777; font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
#footer .widget select { border-color: #eee; }

.sidebar .widget { padding: 30px 30px 20px; }
#footer .widget { padding-bottom: 30px; }
#footer .widget a:hover { color: #666; }

/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before { font-family: "Font Awesome 5 Free"; font-size: 12px; margin-right: 6px; color: #ccc; display: inline-block!important; width: 1em; text-align: center; }
.widget > ul li a:hover:before { color: #999; }

.widget_archive > ul > li a:before { content: "\f073"; }
.widget_categories > ul > li a:before { content: "\f07c"; }
.widget_links > ul > li a:before { content: "\f08e"; }
.widget_meta > ul > li a:before { content: "\f0da"; }
.widget_recent_comments > ul > li:before { content: "\f075"; }
.widget_recent_entries > ul > li a:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before { content: "\f068"; }

/*  widgets : common
/* ------------------------------------ */
.widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 { margin-bottom: 1em; }

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.alx-tab li,
.alx-posts li { padding: 10px 0; border-bottom: none }

#footer .widget_archive ul li,
#footer .widget_categories ul li,
#footer .widget_links ul li,
#footer .widget_meta ul li,
#footer .widget_recent_comments ul li,
#footer .widget_recent_entries ul li,
#footer .widget_rss ul li,
#footer .widget_pages ul li a,
#footer .widget_nav_menu ul li a,
#footer .alx-tab li,
#footer .alx-posts li,
#footer .widget_calendar th,
#footer .widget_calendar td { border-color: #f2f2f2; }

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li { color: #bbb; }

.widget_recent_comments ul li,
.widget_recent_entries ul li { color: #999; }
.widget_recent_entries .post-date { display: block; }

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_pages ul li a,
.widget_nav_menu ul li a { display: block; }
.widget_pages li li a,
.widget_nav_menu li li a { padding-left: 15px; }
.widget_pages li li li a,
.widget_nav_menu li li li a { padding-left: 30px; }
.widget_pages ul ul,
.widget_pages ul ul ul,
.widget_nav_menu ul ul,
.widget_nav_menu  ul ul ul { border: 0; }

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a { display: block; }
.widget_rss ul li span.rss-date { color: #444; font-weight: 600; display: block; text-transform: uppercase; font-size: 12px; }
.widget_rss ul li cite { color: #999; }

.s1 .widget_rss ul li a,
#footer .widget_rss ul li a { color: #3b8dbd; }
.s2 .widget_rss ul li a { color: #82b965; }

/*  widget : search
/* ------------------------------------ */
.widget_search input.search { color: #999; padding-left: 26px; width: 100%; }
.widget_search .screen-reader-text,
.widget_search #searchsubmit { display: none; }

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p { margin-bottom: 1em; }

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a { font-weight: 600; }
.widget_calendar a:hover { color: #444!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { color: #fff; padding: 5px 10px; }
.widget_calendar caption:before { color: #fff; color: rgba(255,255,255,0.7); font-size: 15px; }
.widget_calendar thead { background: #e2e2e2; -webkit-box-shadow: 0 1px 0 #ddd; box-shadow: inset 0 -1px 0 #ddd; }
#footer .widget_calendar thead { background: #f2f2f2; }
.widget_calendar th { font-weight: 600; }
.widget_calendar th,
.widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid #e2e2e2; }
.widget_calendar .pad { padding: 0!important; }

.s1 .widget_calendar a,
#footer .widget_calendar a { color: #3b8dbd; }
.s1 .widget_calendar caption,
#footer .widget_calendar caption{ background: #3b8dbd; }
.s2 .widget_calendar a { color: #82b965; }
.s2 .widget_calendar caption { background: #82b965; }

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav { border-bottom: 3px solid #ddd; margin-bottom: 10px; text-align: center; }
.alx-tabs-nav.tab-count-1 li { width: 100%; }
.alx-tabs-nav.tab-count-2 li { width: 50%; }
.alx-tabs-nav.tab-count-3 li { width: 33.333%; }
.alx-tabs-nav.tab-count-4 li { width: 25%; }
.alx-tabs-nav li { display: block; float: left; }
.alx-tabs-nav li a { font-size: 18px; display: block; padding: 8px 0; margin-bottom: -3px; border-bottom: 3px solid transparent; }
.alx-tabs-nav li a:hover { border-bottom-color: #ccc; }
.alx-tabs-nav li.active a,
#footer .alx-tabs-nav li.active a { color: #444; /* background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%, #fff 100%) 0 0 rgba(0,0,0, 0); */ }
.alx-tabs-nav li a span { display: none; }
#footer .alx-tabs-nav { border-bottom-color: #eee; }
#footer .alx-tabs-nav li a:hover { border-bottom-color: #ddd; }

.s1 .alx-tabs-nav li.active a,
#footer .alx-tabs-nav li.active a { border-bottom-color: #3b8dbd; }
.s2 .alx-tabs-nav li.active a { border-bottom-color: #82b965; }

.alx-tab li,
.alx-posts li { font-weight: 400; line-height: 1.4em; overflow: hidden; }
.alx-tab a,
.alx-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.alx-tab img,
.alx-posts img { display: block; width: 100%%; height: auto;  }
.alx-tab.thumbs-enabled li{ padding-left: 94px; }
.alx-tab .tab-item-thumbnail { width: 80px; margin-left: -94px; float: left; }
.alx-tab .tab-item-thumbnail,
.alx-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.alx-tab.avatars-enabled li{ padding-left: 62px; }
.alx-tab .tab-item-avatar { margin-left: -62px; width: 48px; float: left; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.alx-tab .tab-item-category,
.alx-posts .post-item-category { color: #aaa; text-transform: uppercase; font-size: 13px; }
.alx-tab .tab-item-title a,
.alx-tab .tab-item-comment a,
.alx-posts .post-item-title a { color: #444; }
.alx-tab .tab-item-category a:hover,
.alx-posts .post-item-category a:hover { color: #444!important; }
.alx-tab .tab-item-title,
.alx-tab .tab-item-comment,
.alx-posts .post-item-title { margin: -3px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
.alx-tab .tab-item-date,
.alx-tab .tab-item-name,
.alx-posts .post-item-date  { text-transform: uppercase; color: #aaa; font-size: 13px; }
.alx-tab .thumb-icon.small { bottom: 8px; left: 8px; }
.alx-tab li:hover .tab-item-thumbnail,
.alx-tab li:hover .tab-item-avatar,
.alx-posts li:hover .post-item-thumbnail { opacity: 0.75; }
.alx-tab li:hover .thumb-icon,
.alx-posts li:hover .thumb-icon { background: #fff; color: #111; }


/* DOMINIK FISCHER 07.10.2016 Sidebar Darstellung Posts */

 .post-item-inner {
   width: 45%;
   float:right;
 }

.widget-title {
  border-bottom: 1px #999999 solid;
}

.s1 .alx-tab .tab-item-category a,
.s1 .alx-posts .post-item-category a,
.s1 .alx-tab li:hover .tab-item-title a,
.s1 .alx-tab li:hover .tab-item-comment a,
.s1 .alx-posts li:hover .post-item-title a,
#footer .alx-tab .tab-item-category a,
#footer .alx-posts .post-item-category a,
#footer .alx-tab li:hover .tab-item-title a,
#footer .alx-tab li:hover .tab-item-comment a,
#footer .alx-posts li:hover .post-item-title a { color: #3b8dbd; }
.s2 .alx-tab .tab-item-category a,
.s2 .alx-posts .post-item-category a,
.s2 .alx-tab li:hover .tab-item-title a,
.s2 .alx-tab li:hover .tab-item-comment a,
.s2 .alx-posts li:hover .post-item-title a { color: #82b965; }

.alx-posts .post-item-thumbnail { margin-bottom: 10px; width: 45%; float:left; }
.alx-posts .post-item-title { font-size: 16px; line-height: 1.5em; }

.s1 .alx-posts .post-item-title,
#footer .alx-posts .post-item-title { font-size: 15px; line-height: 1.4em; font-weight: 300; }
.s1 .alx-posts .post-item-category,
.s1 .alx-posts .post-item-date,
#footer .alx-posts .post-item-category,
#footer .alx-posts .post-item-date { font-size: 14px; }

/*  custom widget : alxvideo
/* ------------------------------------ */
.widget_hu_video h3 { margin-bottom: 14px; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments { margin-top: 20px; }
#pinglist-container { display: none; }

.comment-tabs { border-bottom: 2px solid #eee; margin-bottom: 20px; }
.comment-tabs li { float: left; margin-bottom: -2px; }
.comment-tabs li a { font-weight: 600; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 2px solid #eee; }
.comment-tabs li a:hover { color: #444; border-color: #ccc; }
.comment-tabs li span { background-color: #eee; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { color: #3b8dbd; border-bottom-color: #3b8dbd; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
.commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; }
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 13px; line-height: 16px; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }
.comment-awaiting-moderation { color: #3b8dbd; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { background: #3b8dbd; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes,
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { background: #f1f1f1; padding: 10px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 2px; border-radius: 2px; }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"],
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }

/* ------------------------------------------------------------------------- *
 *  Child Menu
/* ------------------------------------------------------------------------- */
.child-menu { zoom: 1; position: relative; padding: 0 0 20px; }
.child-menu a { color: #777; font-weight: 600; display: block; padding: 0 44px; }
.child-menu a:hover { color: #3b8dbd; }
.child-menu .current_page_item > a { background: #fff; color: #3b8dbd; }

/* show only current page items */
.child-menu > li { display: none; }
.child-menu > li.current_page_item,
.child-menu > li.current_page_parent,
.child-menu > li.current_page_ancestor { display: block; }
.child-menu > li.current_page_item > ul ul,
.child-menu > li.current_page_parent > ul ul,
.child-menu > li.current_page_ancestor > ul ul { display: none; }
.child-menu > li ul li.current_page_item ul,
.child-menu > li ul li.current_page_parent ul,
.child-menu > li ul li.current_page_ancestor ul { display: block; }

/* level 1 */
.child-menu > li > a { font-size: 20px; display: block; padding: 20px 30px; }

/* level 2 */
.child-menu > li > ul { background: #e9e9e9; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 0 10px 10px; }
.child-menu > li > ul > li > a { font-size: 15px; background: #f0f0f0; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 11px 20px;
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #f9f9f9; }
.child-menu > li > ul > li > a:before { font-family: FontAwesome; content: "\f055"; font-weight: normal; font-size: 18px; margin-right: 8px; }

/* level 3 */
.child-menu > li ul ul { background: #f0f0f0; border-bottom: 1px solid #ddd; border-top: 3px solid #ebebeb; border-left: 1px solid #ddd; padding: 6px 0; }
.child-menu > li ul ul a { font-size: 15px; font-weight: 300; padding-top: 7px; padding-bottom: 7px; margin-bottom: 1px; }
.child-menu > li ul ul a:hover { background: #e9e9e9;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
box-shadow: inset 0 1px 0 rgba(0,0,0,0.04); }
.child-menu > li ul ul li.current_page_item > a { background: #fff;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.04);
box-shadow: 0 1px 0 rgba(0,0,0,0.04); }

/* child menu for dual/right fix */
.col-2cl .child-menu > li > ul,
.col-3cr .child-menu > li > ul { padding-left: 0; padding-right: 10px; }
.col-2cl .child-menu > li > ul > li > a,
.col-3cr .child-menu > li > ul > li > a { border-left: 0; border-right: 1px solid #ddd; }
.col-2cl .child-menu > li ul ul,
.col-3cr .child-menu > li ul ul { border-left: 0; border-right: 1px solid #ddd; }
/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */
/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
.wp-pagenavi a,
.wp-pagenavi span { color: #aaa; font-size: 16px; padding: 7px 8px; display: inline; margin: 0 2px; }
.wp-pagenavi span.pages { font-size: 17px; font-weight: 300; display: block; margin-bottom: 1em!important; border: none!important; }
.wp-pagenavi span.pages:before { content: "\f15c"; font-family: FontAwesome; margin-right: 6px; }
.wp-pagenavi span.extend { border: none!important; border-bottom: 3px solid transparent; border-top: 1px solid transparent; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #444; }

.wp-pagenavi a { color: #3b8dbd; border: none; border-bottom: 3px solid #ddd; border-top: 1px solid #f1f1f1; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: none; border: none; border-bottom: 3px solid #3b8dbd; border-top: 1px solid #f1f1f1; }

/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 {  }
.wpcf7 p { color: #222; font-weight: 600; margin: 0 0 12px;  width: 100%; float: left; position: relative; }
.wpcf7 p span { font-weight: 400; color: #999; }
.wpcf7 label { display: block; float: left; width: 20%; margin: 9px 0 0 12px; text-align: left; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select { display: block; float: left; padding: 10px; }
.wpcf7 textarea { display: block; float: left; padding: 10px; width: 100%; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea { background: #f5f5f5; margin-top: 12px; }
.wpcf7 input[type="submit"] { font-size: 18px; }
.wpcf7 div.wpcf7-validation-errors { border: none; margin: 0; padding: 0; }
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ng { border: none; }
.wpcf7 div.wpcf7-response-output { margin: 0; padding: 0; }
.wpcf7 span.wpcf7-form-control-wrap { display: block; position: relative; }
.wpcf7 span.wpcf7-not-valid-tip { background: #f2dede; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 12px; line-height: 20px; position: absolute; left: 0; top: 12px; width: auto; right: 0; display: block; }


/* ------------------------------------------------------------------------- *
 *  Shortcodes
/* ------------------------------------------------------------------------- */

/*  shortcode : dropcap
/* ------------------------------------ */
.dropcap { color: #444; display: block; float: left; font-size: 94px; line-height: 0.9em; font-weight: 600; margin: 0 10px 0 0; }

/*  shortcode : pullquotes
/* ------------------------------------ */
.pullquote-left { color: #444; border-left: 6px solid #eee; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
.pullquote-right { color: #444; border-right: 6px solid #eee; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }

/*  shortcode : highlights
/* ------------------------------------ */
.highlight { color: #222; border-bottom: 1px dotted #222; }

/*  shortcode : hr
/* ------------------------------------ */
hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #eee; height: 1px; margin: 30px 0; }


/* ------------------------------------------------------------------------- *
 *  IE Fixes
/* ------------------------------------------------------------------------- */
body.ie8,
.ie8.single .related-posts .post-title,
.ie8 .s1 .alx-posts .post-item-title,
.ie8 #footer .alx-posts .post-item-title { font-weight: 400; }

.ie8 .author-bio .bio-avatar:after,
.ie8 .commentlist li.bypostauthor > .comment-body:after { display: none; }

.ie8 .nav li > a:after { content: ""!important; }
.ie8 .nav > li > a:after { content: ""!important; }
.ie8 #nav-topbar .nav > li > a:hover,
.ie8 #nav-topbar .nav > li:hover > a,
.ie8 #nav-header .nav > li > a:hover,
.ie8 #nav-header .nav > li:hover > a,
.ie8 .toggle-search:hover,
.ie8 .toggle-search.active,
.ie8 .search-expand-inner { background: url(../hueman/assets/front/img/opacity-10.png); }
.ie8 .thumb-icon,
.ie8 .image-caption,
.ie8 .page-image-text .description i,
.ie8 .flex-direction-nav a { background: url(../hueman/assets/front/img/ie/opacity-70.png); }
.ie8 .entry .gallery .gallery-caption { background: url(../hueman/assets/front/img/ie/opacity-80-light.png); }

/* ADMIN BAR
    -------------------------------------------------- */
#wp-admin-bar-tc-hueman-help .ab-item:before, li#wp-admin-bar-tc-hueman-help a:before {
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1cd";
  color: #FFF;
  padding-right: 0px;
  top: 2px;
  position: relative;
}
li#wp-admin-bar-tc-hueman-help a {
  color: #FFF!important;
  text-decoration: none;
  background-color: #82b965;
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  -ms-transition: background .1s linear;
  -o-transition: background .1s linear;
  transition: background .1s linear;
}


.ab-top-menu>li#wp-admin-bar-tc-hueman-help:hover>.ab-item {
  color: #FFF;
  background: #6B9C51;
}#wrapper,
.container-inner { min-width: 320px; }

@media only screen and (max-width: 1200px) {
	#header-widgets { display: none; }
}

/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s2 : 1200px > 480px
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 1200px) {

	.container { padding: 0 10px; }

	/* s2 general */
	.s2 { width: 50px; }
	.s2 .sidebar-content { display: none; float: left; width: 100%; }
	.s2 .sidebar-toggle { display: block; }

	/* s2 expand/collapse */
	.s2-expand .s2 { background: #f0f0f0; position: absolute; top: 0; bottom: 0; width: 260px; margin: 0!important; z-index: 9; overflow: auto;
	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }
	.s2-expand .s2 .sidebar-content { display: block; min-width: 260px; }
	.s2-collapse .s2 .sidebar-content { display: none; }

	/* s2 toggle icon */
	.col-3cm.s2-expand .s2 .icon-sidebar-toggle:before,
	.col-3cl.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f101"; }
	.col-3cr.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f100"; }

	/* ipad, iphone fix */
	.safari .s2 { min-width: 50px; max-width: 50px; width: auto; }
	.safari.s2-expand .s2 { min-width: 260px; max-width: 260px; width: auto; }

}
@media only screen and (min-width: 961px) and (max-width: 1200px) {

	/* 3 column, content right */
	.col-3cl .main { background-image: none; }
	.col-3cl .main-inner { background: url(../hueman/assets/front/img/sidebar/s-right-dual-half-collapse.png) repeat-y right; padding-right: 390px; }
	.col-3cl .s1 { margin-right: -390px; }
	.col-3cl .s2 { margin-right: -50px; }
	.col-3cl.s2-expand .s2 { right: 340px; }

	/* 3 column, content left */
	.col-3cr .main { background-image: none; }
	.col-3cr .main-inner { background: url(../hueman/assets/front/img/sidebar/s-left-dual-half-collapse.png) repeat-y left; padding-left: 390px; }
	.col-3cr .s1 { margin-left: -390px; }
	.col-3cr .s2 { margin-left: -50px; }
	.col-3cr.s2-expand .s2 { left: 340px; }

}

/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s1 : 960px > 480px
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 960px) {

	/* s1 general */
	.s1 { width: 50px; }
	.s1 .sidebar-content { display: none; float: left; width: 100%; }
	.s1 .sidebar-toggle { display: block; }

	/* s1 expand/collapse */
	.s1-expand .s1 { background: #f0f0f0; position: absolute; top: 0; bottom: 0; width: 340px; margin: 0!important; z-index: 9; overflow: auto;
	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }
	.s1-expand .s1 .sidebar-content,
	.s1-expand .s1 .post-nav { display: block; min-width: 340px; }
	.s1-collapse .s1 .sidebar-content,
	.s1-collapse .s1 .sidebar .post-nav { display: none; }

	/* s1 toggle icon */
	.col-2cl.s1-expand .s1 .icon-sidebar-toggle:before,
	.col-3cl.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f101"; }
	.col-2cr.s1-expand .s1 .icon-sidebar-toggle:before,
	.col-3cm.s1-expand .s1 .icon-sidebar-toggle:before,
	.col-3cr.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f100"; }

  /* icon color is dark because the background is usually lighter in this case */
  .social-links .social-tooltip:hover {
    color: #000!important;
  }

	/* 2 column, content right */
	.col-2cr .main-inner { background-position: -290px 0!important; padding-left: 50px; }
	.col-2cr .s1 { margin-left: -50px; }
	.col-2cr.s1-expand .s1 { left: 0; }

	/* 2 column, content left */
	.col-2cl .main-inner { background-image: url(../hueman/assets/front/img/sidebar/s-right-collapse.png); padding-right: 50px; }
	.col-2cl .s1 { margin-right: -50px; }
	.col-2cl.s1-expand .s1 { right: 0; }
	.col-2cl.s1-expand .sidebar-toggle { float: right; }

	/* 3 column, content middle */
	.col-3cm .main-inner { background-position: -290px 0!important; padding-left: 50px; }
	.col-3cm .s1 { margin-left: -50px; }
	.col-3cm .s2 { margin-right: -50px; }
	.col-3cm.s1-expand .s1 { left: 0; }
	.col-3cm.s2-expand .s2 { right: 0; }

	/* 3 column, content left */
	.col-3cl .main { background-image: none; }
	.col-3cl .main-inner { background: url(../hueman/assets/front/img/sidebar/s-right-dual-full-collapse.png) repeat-y right; padding-right: 100px; }
	.col-3cl .s1 { margin-right: -100px; }
	.col-3cl .s2 { margin-right: -50px; }
	.col-3cl.s1-expand .s1 { right: 0; }
	.col-3cl.s2-expand .s2 { right: 50px; }

	/* 3 column, content right */
	.col-3cr .main { background-image: none; }
	.col-3cr .main-inner { background: url(../hueman/assets/front/img/sidebar/s-left-dual-full-collapse.png) repeat-y left; padding-left: 100px; }
	.col-3cr .s1 { margin-left: -100px; }
	.col-3cr .s2 { margin-left: -50px; }
	.col-3cr.s1-expand .s1 { left: 0; }
	.col-3cr.s2-expand .s2 { left: 50px; }

	/* ipad, iphone fix */
	.safari .s1 { min-width: 50px; max-width: 50px; width: auto; }
	.safari.s1-expand .s1 { min-width: 340px; max-width: 340px; width: auto; }

}

/* ------------------------------------------------------------------------- *
 *  Mobile (Mid Res) : 719px > 0px (480px & 320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 719px) {

	/* layout */
	.container { padding: 0; }
	.grid { width: 100%; margin: 0 0 10px; }

	/* sidebar toggle 60 > 50px height */
	.page-title.pad { padding-top: 12px; padding-bottom: 12px; }
	.sidebar-toggle { height: 50px; }
	.sidebar-toggle i { padding: 5px 0; }

	/* hide */
	.site-description,
	.image-caption { display: none; }

	/* base */
	.pad { padding: 20px 20px 10px; }
	.notebox { margin-bottom: 20px; }
	#flexslider-featured { margin-top: 10px; }
	.entry { font-size: 20px; }

	/* text */
	.entry h1 { font-size: 30px; letter-spacing: -0.7px; }
	.entry h2 { font-size: 26px; letter-spacing: -0.5px; }
	.entry h3 { font-size: 24px; letter-spacing: -0.3px; }
	.entry h4 { font-size: 22px; letter-spacing: -0.3px; }
	.entry h5 { font-size: 18px; }
	.entry h6 { font-size: 16px; text-transform: uppercase; }

	/* header */
	#header { padding-bottom: 0; }
	.topbar-enabled #header { padding-top: 0; }
	#header .pad { padding-top: 0; padding-bottom: 0; }
	.site-title { padding: 30px 0; width: 100%; float: none; line-height: 5px; }
	.site-title a { text-align: center; }
	.toggle-search { right: 60px; left: auto; top: 5px;
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
	box-shadow: 1px 0 0 rgba(255,255,255,0.1);
    line-height:48px;}
	.search-expand { left: 0; right: auto; top: 50px; width: 100%; }

	/* footer */
	#footer-bottom .pad { padding-top: 50px; padding-bottom: 40px; }
	#footer-bottom .one-half.last { margin-bottom: 0; }
	#footer-bottom { text-align: center; }
	#footer-bottom #footer-logo { margin-left: auto; margin-right: auto; }
	#footer-bottom .social-links { float: none; }
	#footer-bottom .social-links li { margin-left: 4px; margin-right: 4px; }

	/* comments */
	.comment-tabs { font-size: 14px; }
	.commentlist li { font-size: 13px; }
	.commentlist li ul li { padding-left: 10px; }

	/* page */
	#page { margin-top: 0; padding-bottom: 10px; }
	.pagination { margin-bottom: 30px; }
	.page-title { font-size: 14px; }
	.page-image-text { margin-top: -15px; }
	.page-image-text .caption { font-size: 26px; line-height: 30px;  }
	.page-image-text .description { font-size: 13px; }

	/* blog */
	.post-list { margin-left: 0; margin-right: 0;  }
	.post-list .post,
	.post-list .page	{ width: 100%; }
	.post-list .post-row { margin-left: 0; padding-left: 0; margin-bottom: 0; border: 0; }
	.post-list .post-inner { margin-right: 0; }
	.post-standard .post-inner { padding-left: 120px; }
	.post-standard .post-thumbnail { margin-left: -120px; max-width: 100px; }

	.featured .post-title,
	.single .post-title { font-size: 22px; line-height: 1.5em; letter-spacing: 0; }
	.post-byline { font-size: 13px; }
	.post-format { margin-bottom: 20px; }
	.format-gallery .post-format .flexslider .slides img { max-height: 240px; }
	.format-quote .post-format blockquote,
	.format-link .post-format p { font-size: 18px; }
	.format-link .post-format p { margin-bottom: 10px; }
	.single .format-status .entry { font-size: 20px; line-height: 1.4em; }
	.post-format .format-container .fa { font-size: 28px; }

	.entry.share { padding-right: 0; }
	.sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
	.sharrre-container span { text-align: left; }
	.sharrre-container > div { float: left; margin-right: 10px; }
	.author-bio .bio-desc { font-size: 13px; }

	.content .post-nav li { width: 100%; -webkit-box-shadow: none!important; box-shadow: none!important; }
	.content .post-nav li a { min-height: 0; }

	.single .related-posts .post-title { font-size: 15px; }
	.related-posts li { width: 50%; }
	.related-posts li:nth-child(2) article { border-right-color: transparent; }
	.related-posts li:nth-child(3),
	.related-posts li:nth-child(4),
	.related-posts li:nth-child(5),
	.related-posts li:nth-child(6),
	.related-posts li:nth-child(7) { display: none; }

	/* shortcodes */
	.dropcap { font-size: 80px; }

}

/* ------------------------------------------------------------------------- *
 *  Mobile (Low Res) : 479px > 0 (320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	/* layout */
	.content,
	.sidebar { width: 100%; float: none; margin-right: 0!important; margin-left: 0!important; }
	.sidebar { background: #f0f0f0; width: 100%; display: block; float: none; }
	.main,
	.main-inner { background-image: none!important; padding: 0!important;  }
	.s2 { right: 0!important; left: 0!important; }

	/* hide */
	.mobile-sidebar-hide-s1 .s1,
	.mobile-sidebar-hide-s2 .s2,
	.mobile-sidebar-hide .sidebar { display: none; }

	/* base */
	.pad { padding: 15px 15px 5px; }
	.sidebar-top,
	.sidebar .widget { padding-left: 15px!important; padding-right: 15px!important; }
	.notebox { margin-bottom: 15px; }
	#flexslider-featured { margin-top: 15px; }
	.gallery-caption { display: block; }

	/* header */
	.site-title { font-size: 32px; }

	/* blog */
	.post-standard .post-inner { padding-left: 82px; }
	.post-standard .post-thumbnail { margin-left: -82px; max-width: 72px; }
	.format-link .post-format p { margin-bottom: 5px; }

  /* Don't display the sharre bar */
  .sharrre-container { display: none;}

}

/* DOMINIK FISCHER 17.08.2016 Farbanpassungen */

.sidebar-content {
background-color: rgba(59,141,189,0.3);
padding-bottom:1px;
}

/*  flexslider : resets
/* ------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:hover,
.flexslider a:focus  { outline: none; }
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; }


/*  flexslider : necessary styles
/* ------------------------------------ */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: auto; height: auto; display: block; margin: 0 auto; float: left; margin-right:15px; padding-bottom:50px; max-height: 300px; max-width:50%;  }
.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }



html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%;}
.no-js .flexslider .slides > li:first-child { display: block; }

/*  flexslider : default theme
/* ------------------------------------ */
.flexslider { margin: 0 0 60px; position: relative; zoom: 1; }
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.carousel li { margin-right: 5px; }

/* direction nav */
.flex-direction-nav { *height: 0;
position: absolute;
top: auto !important;
right: 10px;
z-index: 2;
bottom:0px !important;
 }
.flex-direction-nav li { float: left; margin-left: 4px; }
.flex-direction-nav li:first-child { float: left; }
.flex-direction-nav li:last-child { float: right; }
.flex-direction-nav a { background: rgba(0,0,0,0.7); opacity: 0.6; position: relative; width: 40px; height: 40px; margin: 0 0 0; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
-webkit-transition: all .3s ease; transition: all .3s ease;
-webkit-border-radius: 3px; border-radius: 3px; }
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

/* direction nav arrows */
.flex-direction-nav a:before { font-family: FontAwesome; font-size: 20px; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 9px; text-indent: 0; }
.flex-direction-nav .flex-next:before { content:"\f054"; }
.flex-direction-nav .flex-prev:before { content: "\f053"; }


/* control nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }
.flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li a { background: rgba(0,0,0,0.15); width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
-webkit-border-radius: 100%; border-radius: 100%; }
.flex-control-nav li a:hover { background: rgba(0,0,0,0.15); }
.flex-control-nav li a.flex-active { background: rgba(0,0,0,0.25); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/*@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
  .flex-direction-nav .flex-next { opacity: .7; right: 0; }
}*/

/* DOMINIK FISCHER 17.08.2016   ALLE WICHTIGEN �NDERUNGEN F�R EINE DARSTELLUNGSOPTIMIERTE WEBSITE */
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
  .flex-direction-nav .flex-next { opacity: .7; right: 0; }
.flex-viewport { max-height: 6000px;  }
.flexslider .slides img { width: 100%!important; height: auto; display: block; margin: 0 auto; float: none; max-width:100%; padding-bottom:5px; max-height:none !important; }
#flexslider-featured {
  padding:15px !important;
}

}

img.first-article-image {margin-top: 0px !important; margin-bottom: 1.3em;}
.entry-content img { padding: 0px !important; }

.attention-box { padding: 3%; margin-bottom: 3%; background-color: #EBEEF1;}
.attention-box ul li a { font-weight: bold; }
#weitere-links {padding: 3%; margin-top: 8%; margin-bottom: 3%; background-color: #EBEEF1;}
/*#weitere-links h3 {font-size: 14px; font-weight: bold;}  */
#weitere-links h3 {font-size: 18px; font-weight: bolder; margin-top: 15px; margin-bottom: 15px; line-height: 1.5em; border-bottom: 1px solid rgb(100, 100, 100); color: rgb(100, 100, 100); display: inline-block;}

/* INHALTSVERZEICHNIS RESPONSIVES DESIGN // Dominik Fischer 24.08.2016 */
@media only screen and (max-width: 719px) {
div#inhaltsverzeichnis {
    width: 100% !important;
    float: left !important;
    margin: 0 0 20px 0px !important;
  }
}
@media only screen and (min-width: 720px) {
div#inhaltsverzeichnis {
    width: 43% !important;
    margin: 0 0 10px 10px !important;
/*    margin: 0 0 40px 0px !important;     */
  }
.entry img.size-auto, .entry img.size-large, .entry img.size-medium,	{
  max-width:49%;
}
.entry img.alignleft    {
  max-width: 49% !important;
}

}

#leftline {
border-left: 6px solid #eeeeee;
padding-left:10px;
height:100%;
}
.contentfull {
  margin-bottom:10px;
  font-size:24px;
  background-color:#C4DDEB;
  padding:10px;
}


div#inhaltsverzeichnis-fullwidth { width: 100%; height: auto;}
div#inhaltsverzeichnis-fullwidth ol { margin: 0px; margin-left: 17px; padding: 0px }
div#inhaltsverzeichnis-fullwidth ol li { margin-bottom: 1px;}
div#inhaltsverzeichnis {float: right; width: 44%; padding: 1%; margin: 0 0 20px 20px; font-size: 90%; background: #DBEAFF; height: auto; box-shadow: 0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12);}
div#inhaltsverzeichnis div { margin-bottom: 9px; line-height: 1.5em; font-size: 20px; font-weight:bolder; color: #7f94af; border-bottom: 1px solid #9fb0c6;}
div#inhaltsverzeichnis ol { margin: 0px; margin-left: 17px; padding: 0px; color: #314054 !important; }
div#inhaltsverzeichnis ol li { margin-bottom: 0px;}


div.infokasten, div.checkliste { padding: 3%; margin-bottom: 3em; font-size:100%;  }
div.infokasten h3, div.checkliste h3, div.infokasten h2, div.checkliste h2 { margin-bottom: 15px; line-height: 1.5em; float: left; display: inline-block; font-size: 18px; font-weight:bolder; text-transform: none; }
div.checkliste img {width: 20%; float: right; margin: 0 0 20px 30px; border: none;}
div.infokasten img {float: right; margin: 0 0 20px 30px; border: none;}

div.infokasten div.bold:first-of-type, div.checkliste div.bold:first-of-type {clear:left;}

div.infokasten table{}
div.infokasten table th {font-size: 100%;}
div.infokasten table td {}

div.infokasten {background: #DBEAFF; box-shadow: 0 1.5px 4px rgba(0,0,0,.24),0 1.5px 6px rgba(0,0,0,.12); }
div.infokasten h3 a, div.infokasten h3, div.infokasten h2 a, div.infokasten h2 {color: #7f94af; border-bottom: 1px solid #9fb0c6; }


div.checkliste {background: #FFEDD3; /*border: 1px solid #FFC97C;*/ }
div.checkliste h3 a, div.checkliste h3, div.checkliste h2 a, div.checkliste h2 {color: #FFA018; border-bottom: 1px solid #FFB956; margin-bottom: 30px; }
div.checkliste ul {clear:left; /*display: inline-block; margin-top: 20px;*/ }
div.checkliste ul li {margin-bottom: 2px;}
div.checkliste ul li span.checkbox {margin-right: 10px; font-size: 23px; margin-bottom: 0px; line-height: 16px;}
div.checkliste ul li span.haken {margin-right: 10px; font-size: 15px; margin-bottom: 0px;}
div.checkliste p.infotext {clear:left;}

ul.clear-list > li {list-style: none none; padding: 0px; margin:0px;}
ul.clear-list li {clear: left;}

ul.clear-list.vorteil > li {
  list-style-type: disc !important;
}
ul.clear-list.nachteil > li {
  list-style-type: circle !important;
}
/* DOMINIK FISCHER FLEXBOX_MODELL 08.09.2016 */

div.linkliste-fragebogen {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
div.linkliste-fragebogen p { margin-bottom: 20px; display:block; }

div.linkliste-fragebogen div.prod-entry {
 background-color: #FFECCB;

 max-width: 280px;
 margin-bottom: 30px;
 margin:5px;
 height: auto;
 min-height: 370px;
 position: relative;
}
div.linkliste-fragebogen div.prod-entry a {color: #373737; text-decoration: none;}
div.linkliste-fragebogen div.prod-entry a:hover {text-decoration: none;}
div.linkliste-fragebogen div.prod-entry a:viseted {text-decoration: none;}

div.linkliste-fragebogen div.prod-entry div.image { text-align: center;}
div.linkliste-fragebogen div.prod-entry div.image img { max-width: 100% !important; height: 171px; }
div.linkliste-fragebogen div.prod-entry div.teasertext{ padding: 10px; }
div.linkliste-fragebogen div.prod-entry div.teasertext div.prod-name {font-weight: bold; text-decoration: underline;}
div.linkliste-fragebogen div.prod-entry div.teasertext div.prod-link { text-decoration: underline; color: #990100; font-weight: bold; bottom: 10px; right: 15px; padding-top:5px; float:right; width:100%; text-align:right; position:absolute;}

div.linkliste-fragebogen div.prod-entry div.teasertext div.prod-link:hover {
  color: #3B5999;
}

div.produkte { margin-top: 8%;}
div.produkte div.prod-entry { background-color: #FFECCB; width: 47%; max-width: 314px; float: left; margin-bottom: 30px; height: 280px; position: relative;}



div.produkte div.prod-entry:nth-child(even) {float: right;}
div.produkte div.prod-entry a {color: #373737; text-decoration: none;}
div.produkte div.prod-entry a:hover {text-decoration: none;}
div.produkte div.prod-entry a:viseted {text-decoration: none;}
div.produkte div.prod-entry div.image { text-align: center;}
div.produkte div.prod-entry div.image img { max-width: 100% !important; height: 171px; }
div.produkte div.prod-entry div.teasertext{ padding: 10px; }
div.produkte div.prod-entry div.teasertext div.prod-name {font-weight: bold; text-decoration: underline;}
div.produkte div.prod-entry div.teasertext div.prod-link { text-decoration: underline; color: #990100; font-weight: bold; position: absolute; bottom: 10px; right: 15px; width:100%; text-align:right;}

ul.clearfix { text-align: left; margin-bottom: 30px !important; }
ul.clearfix li { width: 60px; max-width: 60px; margin: 0 8px 10px 0 !important; text-align: center; border: 1px solid#ccc !important;  }
ul.clearfix li:last-child {margin-right: 0px !important; float:right;}
ul.clearfix li.current { border: 1px solid #000 !important; }
ul.clearfix li img { width: 60px; max-width: 60px; }

.read-more {float:right; color: #990100;}

.abh_box .abh_pwb a{display:none;}

.category-entry p a img{ float: right; width: 30%; margin-left: 1.635em; margin-right: 0; }


div#ratings {
	margin-top: 4%;
	min-height: 80px;
	float: left;
	width: 90%;
}

div#ratings span.post-ratings {
	display: block;
}

div#social-media {
	float: right;
	margin-top: 4%;

}

footer.entry-meta {
	display: none;
}

/* Beitr�ge ENDE */
/* Kategorieseiten */

.entry-content-on-category p a img, .entry-content-on-category p img {
	float: right !important;
	width: 30% !important;
	margin-left: 1.635em !important;
	margin-right: 0 !important;
}

.entry-content-on-category #inhaltsverzeichnis {
	display: none;

img.teaser-list {
	width: 30%;
	margin: 0 0 20px 20px;
}
/* Kategorieseiten ENDE */
/* Sonstiges */

.bold { font-weight: bold; }
.red {color: #990100;}
.inlineblock {display: inline-block;}



