#phcontainer {
    position: relative;
}


#phoverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: white;
}

#phloading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: url(/img/loader.gif) no-repeat;
}


#humidornav {
    width: 100%;
}

div.pheintragliste {
    margin: 1em 0;
}


/** -----  USER PROFIL ---------------------------------------------------- */

div.userprofilcontainer{
    margin-bottom: 5px;
}

div.userprofilcontainer span {
    display: block;
    color: #111;
    font-size: 0.625rem;
}



/** -----  Bewertungsverteilung ---------------------------------------------------- */
/* START NEU */
.averageRating {
	/*
    position: absolute;
    top: 7em;
    left: 12em;
    */
    text-align: center;
    line-height: 1;
}

.averageRating .number {
    font-size: 3.333rem;
}

.averageRating .rating {
    margin-top: 2em;
}

div.ratingDistribution {
    float: left;
    font-size: 0.75rem;
    font-weight: bold; 
}


div.ratingDistribution .balken {
    border-radius: 0px 3px 3px 0px;
    height: 100%;
    background: var(--color-primary, #aaa);
    display: inline-block;
    margin: 0 5px;
}

div.ratingDistribution .balkenBackground {
    width: 10em;
    display: inline-block;
    height: 1.3em;
}

div.rating.small span.glyphicon-image {
    margin-right: -0.5em;
    font-size: 0.75rem
}

div.rating span.glyphicon-image {
    margin-right: -0.5em;
    font-size: 0.833rem
}



div.rating span.glyphicon-image {
    margin-right: -0.5em;
    font-size: 0.833rem
}

div.rating span.glyphicon-image {
    margin-right: -0.5em;
    font-size: 0.833rem
}

div.ratingDistribution .glyphicons-star,
div.rating .glyphicons-star {
    color: #FFB500;
}

div.ratingDistribution .glyphicons-star,
div.ratingDistribution .glyphicons-leaf,
div.ratingDistribution .fa-star,
div.ratingDistribution .fa-leaf,
div.rating .glyphicons-star,
div.rating .glyphicons-leaf,
div.rating .fa-star,
div.rating .fa-leaf {
	color: #867147;
}

div.rating span.glyphicons-leaf ::before{
    padding: 0px;
    margin-right: -0.3em;
}
/*
div.ratingDistribution a:nth-child(8) span.glyphicons-leaf,
div.rating span.glyphicons-leaf:nth-child(1),
div.rating span.fa-leaf:nth-child(1) {
	opacity: 0.125;
}
div.ratingDistribution a:nth-child(7) span.glyphicons-leaf,
div.rating span.glyphicons-leaf:nth-child(2),
div.rating span.fa-leaf:nth-child(2) {
    opacity: 0.25;
}
div.ratingDistribution a:nth-child(6) span.glyphicons-leaf,
div.rating span.glyphicons-leaf:nth-child(3),
div.rating span.fa-leaf:nth-child(3) {
    opacity: 0.375;
}
div.ratingDistribution a:nth-child(5) span.glyphicons-leaf,
div.rating span.glyphicons-leaf:nth-child(4),
div.rating span.fa-leaf:nth-child(4) {
    opacity: 0.5;
}
div.ratingDistribution a:nth-child(4) span.glyphicons-leaf,
div.rating span.glyphicons-leaf:nth-child(5),
div.rating span.fa-leaf:nth-child(5) {
    opacity: 0.625;
}
div.ratingDistribution a:nth-child(3) span.glyphicons-leaf,
div.rating span.glyphicons-leaf:nth-child(6),
div.rating span.fa-leaf:nth-child(6) {
    opacity: 0.750;
}
div.ratingDistribution a:nth-child(2) span.glyphicons-leaf,
div.rating span.glyphicons-leaf:nth-child(7),
div.rating span.fa-leaf:nth-child(7) {
    opacity: 0.875;
}
div.ratingDistribution a:nth-child(1) span.glyphicons-leaf,
div.rating span.glyphicons-leaf:nth-child(8),
div.rating span.fa-leaf:nth-child(8) {
    opacity: 1;
}
*/

div.rating span.fa-star.inactive,
div.rating span.glyphicons-star.inactive {
	opacity: 0.3;
}

div.rating span.fa-leaf.inactive,
div.rating span.glyphicons-leaf.inactive {
	opacity: 0.3;
}

/* END NEU */


div.bewertungverteilung {
    line-height: 0.938rem;
    padding-bottom: 12.5px;
    padding-right: 25px;
    position: relative;
}

div.bewertungverteilung a {
    display: block;
    text-decoration: none;
    color: black;
}

div.bewertungverteilung a:hover .balken{
    background: #282828;
}

div.bewertungverteilung a.selected .balken {
    background: black;
}

a.selecteda {
    padding-left: 10px;
    background: url(/img/up.png) no-repeat 0 5px;
}

a.selectedd {
    padding-left: 10px;
    background: url(/img/down.png) no-repeat 0 5px;
}

.bewertungzusammenfassung {
    border: 1px solid #eee;
    margin-bottom: 10px;
}


.bewertungzusammenfassung h2 {
    margin: 0;
}

.bewertungzusammenfassung span {
    display: inline-block;
    width: 110px;
}


.profilbildbox {
    float: left;
    width: 130px;
    margin-top: 15px;
}

.profilbildbox img {
    overflow: hidden;
    border: 3px solid #ccc;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}


table.phEditTable {
    width: 500px;
    table-layout: fixed;
}

table.phEditTable td {
    width: 10%;
}
table.phEditTable td:first {
    width: 20%;
}

.phlistehead
{
    background: #eee;
    padding: 2px 10px 5px 10px;
}

.phlisteeintrag
{
    border-top: 1px solid #ccc;
    /*
    background: -webkit-linear-gradient(#fff, #eee);
    background: -moz-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
    */
}



.phlistehead {
    font-weight: bold;
}

.pheintraguser {
    display: inline-block;
    vertical-align: top;
}

.phhumidor,
.phwertung,
.phmeinung,
.phprodukt,
.phkrit1,
.phkrit2,
.phdatum
{
    display: inline-block;
    vertical-align: top;
}

.phhumidor {
    width: 150px;
    float: left;
}

.phprodukt {
    width: 150px;    
}

.phwertung {
    width: 10em;    
}

.phkrit{
    margin-top: -5px;
}

.phkrit1 {
    width: 10em;    
}

.phkrit2 {
    width: 10em;
}

.phdatum {
    width: 100px;
}

.phmeinung {
    max-width: 620px;
    padding: 20px 0px;
    line-height: 1.25rem;
}

.phmeinung .aromaWheel {
    text-align: center;
    margin-top: 2em;
}


.phlisteeintrag.hide
{
    height: 80px;
}
.phlisteeintrag.hide .pheintragmeinung {
    display: none;
}

.phklappe {
    cursor: pointer;
}

.phlisteeintrag .phklappe {
    transition: 0.6s;
    display: inline-block;
    width: 12px;
 /*   background: url(/img/hide.gif) no-repeat;*/
}

.phlisteeintrag.hide .phklappe {
    /*background: url(/img/show.gif) no-repeat;*/
    transition: 0.6s;
    transform: rotateX(180deg);
}


#bewertungslegende ul{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.phkrithead {
    color: #888;
    margin-bottom: 2px;
    font-size: 0.9em;
}

.phhilfreich,
.phhilfreichausgabe {
    font-size: 0.625rem;
}

.phhilfreichausgabe {
    text-align: right;
}

a.phhilfreichwert {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

/*---Humidor Styles----*/

.headline
{   
    color: white;

}

.fa-search:before {
    content: "\f002";
}


@media screen and (min-width: 1024px)
{
    .phwertung
    {
        margin-left: 5px;
    }
    .aromaBewBox
    {
        margin-left: 20.5%;
    }
}

@media screen and (max-width: 1023px)
{
    .paginationSmall
    {
        text-align: left !important;
    }
}

.humidorSuche
{
    background-color: #666 !important;
    box-shadow: none !important;
    padding: 12.5px 0;
}
.humidorSuche > span
{
    background-color: #666;
    padding-left: 18px;
    position: relative;
    display: inline-block;
}

.humidorSuche input
{
    font-weight: bold;
    border: none; 
    background-color: #ddd;
    font-size: 1.125rem; 
    padding:5px;
    width: 261px;
}

.humidorSuche button
{
    background: none;
    position: absolute;
    right: 0;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
}


@media screen and (max-width: 767px){

    .paginationSmall label
    {
        display: none !important;

    }
    .paginationSmall{
        padding: 12px
    }
    
}


.humidorbewertung {
    cursor: pointer;
}


.humidorbewertung .topHalf
{
    height: 150px;
}

.humidorbewertung .topHalf .humidorName
{
    font-size: 1.25rem;
    color: #777;
    line-height: 1.2;


}

.humidorbewertung .seperator
{
    height: 184px;
    width: 100%;
    background-color: rgba(0,0,0,.035);
    padding: 20px 12.5px;
    font-size: 1.063rem;
    border-top: 1px solid rgba(0,0,0,.055);
    line-height: 1.5rem;

}


@media screen and (min-width: 768px) and (max-width: 1025px)
{
    .humidorbewertung .seperator
    {
        padding: 10px 12.5px;
    }
}

@media screen and (min-width: 474px) and (max-width: 568px)
{
    .humidorImage
    {
        max-width: 70%;
    }
}

.humidorImage
{
    width: 90%;
}

.humidorbewertung .seperator span  
{
    font-weight: bold;
    float: left;
}
.humidorbewertung .seperator button
{
    margin-right: 20px;
    margin-top: 63px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bcbcbc+1,606060+99 */
    background: -moz-linear-gradient(top, rgba(188,188,188,1) 1%, rgba(96,96,96,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(188,188,188,1) 1%,rgba(96,96,96,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(188,188,188,1) 1%,rgba(96,96,96,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#606060',GradientType=0 ); /* IE6-9 */

    border:1px solid;
    border-radius: 3px;

    font-size: 0.938rem;
    /* text-decoration: blink; */
    margin-right: 20px;
    font-weight: 100;
    padding: 9px 15px;
    margin-left: 90px;

}

.searchItem
{
    display: inline-block;
    vertical-align: middle;
}

.selectedPage
{
    color: #4a4a4a!important;
    background-color: #cecece !important;
}

.headerItem
{
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 2.188px;
    padding: 2px 18px;
    cursor: pointer;

}

.dropDownActivator.headerItem
{
    padding-left: 13px !important;
    padding-right: 28px !important;

}

.dropdownContent {
    top: 61px;
    z-index: 100;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 140px;
    overflow:hidden;
    height:0;
    line-height: 2.188rem;
    font-size: 1.1em;
    background-color: rgba(228,228,228, 1);
    -webkit-transition:height 250ms ease-in;
    -moz-transition:height 250ms ease-in;
    -o-transition:height 250ms ease-in;
    transition:height 250ms ease-in;
    /* Enable hardware acceleration to fix laggy transitions */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}

.showDD 
{
    display:block;
    line-height: 2.188rem;
    font-size: 1.1em;
    background-color: rgba(228,228,228, 1);
    height:109px;
}

.showDD.vier 
{
    height:146px;
}

.selectedSection
{
    background-color: #4a4a4a; 
    height: 59px; 
}



.selectedSection:hover .headerItem
{
    background-color: rgba(125,125,125,1);   
}

.filter-item.dropdown
{
    cursor: pointer;
}

@media screen and (min-width: 64em)
{
.unselected:hover
{
    background-color: rgba(125,125,125,1);
    height: 59px; 
}

.unselected:hover .headerItem
{
    margin-top: 10px;
}

.filter-item > .headerItem
{
    border-right: 1px solid white;
}    
.dropdown > .headerItem
{
    padding: 2px 17px;
    margin-top: 10px;
}
.filter-item.dropdown
{
    height: 61px !important;        
}

}

 
.selectedSection > .headerItem
{
    background-color: #4a4a4a;    
    margin-top: 10px;
}




@media screen and (max-width: 64em)
{
    .filter-item 
    {
        height: auto !important;

    }

    .selectedSection > .headerItem
    {   
        margin-top: 0;
    }
    .dropdownContent
    {
        top: 0 ;
        position: relative !important ; 
        width: 100%;
        line-height: 2.188px;
        font-size: 1.1em;
        background-color: rgba(228,228,228, 1);

    }
    .dropdownContent >a
    {
        width: 100% !important;
        padding-left: 18px;
    }

}

.filter-item >.headerItem >.caret-indicator {
            transition: transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    position: absolute !important;
    right: 10px !important;
    top: 20px;
    pointer-events: none;
    }

.active >.caret-indicator {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.dropdownContent a {
    padding-left: 14px; 
    color: rgb(85 ,85, 85) !important;
    text-decoration: none;
    display: block;
    border-bottom: 3px solid rgba(255,255,255,0.5);
    width: 140px;

}

.dropdownContent a:hover
{
    background-color: rgba(199,199,199, 1)
}

.search-filter .filter-item .dropdown:hover
{
    height: 59px;
    padding-top: 10px;
}


#headLineMobile
{
    display: block !important; 
}


.humidorbewertung:hover .seperator{
    background-color: rgba(0,0,0,.08);
}

.humidorbewertung .bild {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 50px;
    min-height: 50px;
    background-size: auto 100%;
}

.humidorbewertung .userName {
    font-weight: bold;
    margin-bottom: 40px;
}

.humidorbewertung .date {
    font-size: 0.8em;
}

.humidorbewertung .linkToHumidor {
    text-align:right;
    padding:0;
    top: 117px;
    right: 10px;
    position: absolute;
}


@media only screen and (min-width: 1100px) {
    #humidornav {
        width: 184px;
    }
    
    #humidornav .btn{
        width: 100%;
        text-align: left;
        margin-bottom: 0.3em;
    }
}

/*############## My Personal Humidor Redesign ############*/
/*
#myhumidors_liste
{
    margin-left: 16.62%;
}
*/
a
{
    letter-spacing: 0;
}

.humidorRightSide
{
    padding-left: 30px;
}
.humidBoxButtons
{
    text-align: right;
}
.humidBoxButtons
{
    background-color: #f2f2f2;
}

.humid
{
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.075);
    border: 1px solid #e2e2e2;
}

.inHSearch
{
    border: none;
    height: 30px;
    margin-bottom: 10px;   
    background-color: #E6E6E6;
    padding: 10px;                 
} 

.newHumidorBox > div
{
    background-color: #f2f2f2;
    position: relative;
    height: 210px;

}

.newHumidorBox .inputedit
{
    border: none;
    height: 30px;
    margin: 5px 5px;
}

@media screen and (max-width: 425px)
{
    .moremeta.changeButton
    {
        float: left!important;
        text-align:left;
    }
}

@media screen and (max-width: 768px)
{
    .mobileOff
    {
        display: none !important;
    }
    .humidor_produkte_teaser li
    {
        padding: 10px !important;
    }

    .phlistehead
    {
        display: none !important;
    }
    .mobileOff
    {
        display: none;
    }
    .humidor_produkte_teaser li
    {
        padding: 10px !important;
    }
    .ButtonVerify
    {
        display: none;
    }
    
    .hilfreichSection
    {
        position:  relative!important;
    }
    .moremeta.changeButton
    {
        margin-top: 10px;
    
    }       
}

@media screen and (max-width: 1024px)
{
    .lgOff
    {
        display: none !important;
    }
}
@media screen and (max-width: 1439px)
{

    
     .newHumidorBox
    {
        padding-left: 0;
    }

    .newHumidorBox > div
    {
        background-color: #f2f2f2;
        position: relative;
        height: 150px;

    }
    .humidorRightSide
    {
        margin-top: 30px!important;
        padding-left: 0 !important;
    }
}


.noBorder
{
    border-top: none !important;
}
/*
#myhumidors_liste
{
    margin-left: 16.62%;
}
*/
a
{
    letter-spacing: 0;
}

.humidorRightSide
{
    padding-left: 30px;
}

.humidCigarContainer
{
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.075);
    border: 1px solid #e2e2e2;
}

.humid .humidCigarContainer {
	box-shadow: none;
	border: none;
}

.moremeta.changeButton
{
    float: right;
    
}
.moremeta.ButtonVerify
{
    float: right;
}
.moremetaButtons
{
    float: right;
}
.hilfreichSection
{
    position:  absolute;
    bottom: 0; 
}

.pheintragmeinung
{
    position: relative;
}
.phhilfreichausgabe 
{
    text-align: left !important;
}

/* ###### Humdirobewertungs Styles ##### */

@media screen and (max-width: 1023px)
{
    .editBewertungBox
    {
        margin-top: 0 !important;
    }
    .bewertungsBalkenBox
    {
        margin-top: -15px !important;
    }

}

@media screen and (max-width: 768px)
{
    .editBewertungButtons > .ws-button 
    {
        float:left;
        margin-top: 10px;
        margin-right: 10px;
    }

    .aromaBewBox
    {
        margin-left: 0 !important;
        width: 100% !important;
        display: inline-block;
    }   
    
}
    .editBewertungBox
{
    margin-top: 30px;
}
.bewertungsBalkenBox
{
    margin-top: -30px;
}
    .editBewertungButtons
    {
        margin-right: 0!important;
        float: right;
        display: inline-block;
    }
    #Meinung
    {
        width: 100%;
        border: solid 1px #999;
        border-radius: 5px;
        height: 100px;
    }
.aromaBewBox
{
    width: 375px;
    display: inline-block;
    font-size: 0.75rem;
    margin-left: 195px;
}


@media screen and (max-width: 992px)
{
    .humidorActionBox
    {
        float: right !important;
        display: inline-block !important;
    }
    
    .myHumidorProfile
    {
        float: left;
        display: inline-block !important;
    }
}
.humidorActionBox
{
    background-color: #f2f2f2; 
}

.myHumidorProfile
{
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.075);
    border: 1px solid #e2e2e2;
}

.pictureBox > span
{
    font-weight: 1.5px;
}

.friendBox
{
    margin-top: 35px;
}