/**
*   Author: Carlos Cota Castro
*   Description: Definiert Elemente auf der Startseite
*/


/* -------------------------------------------------------------------------------------
        Linke Spalte
------------------------------------------------------------------------------------- */

#startseite_leftcol {
    
}
   
#startseite_leftcol aside > ul{
    display: block;
    list-style-type: none;
    margin: 0 0;
    padding: 0;
    /* diese beiden hintergrund bilder werden nicht gebraucht
    
    background: url(/img/nav_top_bg.png) right top no-repeat;
    background: url(/img/var_nav_bg_neu.png) right repeat-y;*/
}
    
#startseite_leftcol ul li{
    padding: 0px 0;
    margin: 0;
}

#startseite_leftcol li > ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

#startseite_leftcol aside > ul > li > a{
    text-decoration: none;
    display: block;
    color: #333;
    line-height: 2em;
    padding: 10px  30px 10px 1em;
    background: #ece9de;
    border-bottom: 1px solid #c6c6c6;
}

#startseite_leftcol aside > ul > li > a.unselected ~ ul {
    display: none;
}


#startseite_leftcol li > ul li a{
    display: block;
    color: #333;
    padding: 5px  15px 5px 3em;
    line-height: 2em;
    border-bottom: 1px solid #c6c6c6;
}

#startseite_leftcol ul li a:hover{
    background: #333;
    color: #fff;
}


/** -----------------------------------------------------------------------------------
    Banner auf Startseite: Später in eigene CSS-Datei auslagern!!!
------------------------------------------------------------------------------------- */
.rotatorwindow {
    /* height: 388px; TODO ist das wichtig. sieht auf mobile seite doof aus */
    position: relative;
}

.rotator{
    position: relative;
    /* height: 600px; TODO ist das wichtig. sieht auf mobile seite doof aus */
    overflow: hidden; 
    z-index: 9;
}

a.rotatornav {
    display: block;

    /*width: 50px;
    height: 50px;*/
    /*background-color: white;
    border-radius: 25px;*/
    /*top: 40%;*/
    position:absolute;
    z-index: 900;
    background-repeat: no-repeat;
    font-size: 25pt;
    color: #512c22;
    cursor: pointer;
    
    /* transparenter, ovaler */
    background: rgba(255,255,255,0.4);
    width: 80px;
    height: 100px;
    top: 33%;
    border-radius: 80px / 100px;
    line-height: 76px;
}

a.rotatorprev {
    /*left: -12px;*/
    left: -42px;
    padding-left: 28px;
}

a.rotatornext {
    /*right: -12px;*/
    right: -42px;
    padding-left: 0px;
}


#bannerinfodiv {
    position:absolute;
    right: 10px;
    bottom: 3px;
    z-index: 900;
}

#bannerinfodiv a {
    text-decoration: none;
    color: #fff;
    background: #666;
    margin-left:  5px;
}

#bannerinfodiv a.blaktiv {
    background: #f00;
}

.rotator_background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
}

.rotator_description {
    position: absolute;
    top: 8%;
    left: 7%;
    width: 45%;
    color: #fff;
    padding: 1em 2em;
    box-shadow:4px 4px 4px rgba(0,0,0,0.3);
}

.rotator_description h2,
.rotator_description h3{
    color: #fff;
    border-bottom: none;
}


.rotatoritem div.rotator_background.standard div.platzhalter {
    width: 100%; padding-bottom:34%;
}


.rotatoritem .emfehlung_der_woche {
    background: #463e42;
}

.rotatoritem .angebot_der_woche {
    background: #98002d;
}

.rotator_description .preis {
    font-size: 1.5em;
    font-weight: bold;
}

.rotator_description .preis small {
    font-size: 0.8em;
}

.rotatoritem .rotatormore {
    display: block;
    height: 60px;
    width: 60px;
    float: right;
    background: url(/img/rotator_more.png) no-repeat right;
    
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    
}

.rotatoritem .rotatormore:hover {
    /*background-image: url(/img/rotator_more_hover.png);*/
    text-decoration: underline;
}

.rotatoritem .rotatormore span{
    display: none;
}

div.rotatoritem {
    /*height: 390px;*/
    position: relative;
    float:left;
}

div.rotatoritem img.rotatorbanner{
    width: 100%;
    height: auto;
}

@media screen and (min-width: 769px) {
    div.rotatoritem a.bigwelcomebutton {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    div.rotatoritem a.bigwelcomebutton {
        display: none;
    }
}

/** ----------------------------------------------------------------------
    Neuste Humidorbewertungen
----------------------------------------------------------------------- */

.startseite-humidorbewertung > .profil_image {
    display: block;
    float: left;
    margin-right: 10px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border: 3px double #ccc;
    border-radius: 100%;
    -moz-border-radius: 100%
}

.startseite-humidorbewertung > .profil_image > img {
    width: 100%;
    height: auto;
}


/** ----------------------------------------------------------------------
    Blog-Teaser
----------------------------------------------------------------------- */

.blogteaser {
    margin-bottom: 10px;
}

.blogteaser .post_thumbnail {
    display: block;
    width: 100%;
    /*Alt: height: 150px;*/
    height: 86px;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 7px solid #eee;
    border-radius: 20px;
}

.blogteaser .post_title a {
    font-weight: bold;
    font-size: 1.2em;
    color: #666;
    text-decoration: none;
    display: block;
    height: 2.5em;
    overflow: hidden;
}

.blogteaser .post_content {
 /*font-size: 10px;*/   
}




/** ----------------------------------------------------------------------
    Mein-Konto (wenn man eingeloggt ist)
----------------------------------------------------------------------- */

#startseite_meinkonto_box{
    
}

#startseite_meinkonto_box a{
    color: #333;
}

#startseite_meinkonto_box a:hover{
    text-decoration: none;
}

#startseite_meinkonto_box .profilbild{
    display: block;
    width: 87px;
    height: 87px;
    overflow: hidden;
    border: 1px solid #999;
    margin-top: 5px;
    margin-right: 10px;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px;
    float: left;
}

#startseite_meinkonto_box .profilbild img{
    width: 81px;
    height: 81px;
}

#startseite_meinkonto_box #meinkontoshortlist {
    list-style-type: none;
    padding-left: 0;
    margin-left: 15px;
    clear: left;
    padding-top: 15px;
}
#startseite_meinkonto_box #meinkontoshortlist div.svgSprite {
    margin-right: 5px;
    width: 13px;
    height: 10px;
}
/* SVG-icons: von hier ...*/
#startseite_meinkonto_box #meinkontoshortlist a{
    padding-left: 17px;
    background-repeat: no-repeat;
    background-position: left;    
}

.messageslink { background-image: url(/img/messageslink.png);}
.messageslink:hover {background-image: url(/img/messageslink_hover.png);}

.humidorslink { background-image: url(/img/humidorslink.png);}
.humidorslink:hover {background-image: url(/img/humidorslink_hover.png);}

.privatelabellink { background-image: url(/img/privatelabellink.png);}
.privatelabellink:hover {background-image: url(/img/privatelabellink_hover.png);}

.mynavilink {
    background-image: url(/img/mynavilink.png);}
.mynavilink:hover {background-image: url(/img/mynavilink_hover.png);}

.startseitelogoutlink {
    display: inline-block;
    margin-top: 1em;
    background-image: url(/img/startseitelogoutlink.png);
}

.startseitelogoutlink:hover {
    background-image: url(/img/startseitelogoutlink_hover.png);
}
/* ... bis hier  */


/*-----------------------------------------------------------------
            Neue Produkte
------------------------------------------------------------------*/
.produktliste {
    
}

.produktliste .newproduct {
    clear: left;
}

.produktliste a.produktbild{
    display: block;
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 7px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    line-height: 80px;
    background: #fff;
}

.produktliste a.produktbild img{
    overflow: hidden;
}

.produktliste a.produktbild img.hochformat{
    height: 100%;
    width: auto;
}

.produktliste a.produktbild img.querformat{
    width: 100%;
    height: auto;
    max-width: 64px;
}

.produktliste .produktname{
    color: #000;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 1.3em;
    max-width: 215px;
    overflow: hidden;
    display: inline-block;
    /*height: 2.3em*/
}

.produktliste .produktname:hover{
    text-decoration: underline;
}

.produktliste .preis {
    display: block;
    text-align: right;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-left: 87px;
    padding-top: 5px;
}


#exklusivliste {
    
}

#exklusivliste a{
    color: #666;
    text-decoration: none;
}

#bewertungen a {
    color: #666;
}

/*-----------------------------------------------------------------
            Videos
------------------------------------------------------------------*/

#startseite_more_videos {
    
}

#startseite_more_videos .videothumb {
    float: left;
    margin-right: 10px;
}

#startseite_more_videos .videothumb,
#startseite_more_videos .videothumb img.videothumbnail{
    width: 87px;
    overflow: hidden;
}


/*
########################################################################
########################################################################

        Größenabhängige Einblendungen

########################################################################
########################################################################

*/
#startseite_leftcol,
#startseite_rightcol {
    display: none;
}

@media only screen and (min-width: 1320px) {
    #startseite_leftcol {
        display: block;
    }
}

@media only screen and (min-width: 1620px) {
    #startseite_rightcol {
        display: block;
    }
    
    #startseite_rightcol h2{
        margin-top: 0;
    }
}



/* PRODUKTBANNER */

.rotator_background.standard {
    background-image: url(/img/bannerstartseite/stdhtg.jpg);
}

.rotateprodbanner {
    height: 280px;
    padding: 10px;
    margin-right: 10px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 20px;
    border: 5px solid #d9d9d9;
    border-radius: 20px;     
}

.rotateprodbanner a {
    text-decoration: none;
}

.rotateprodbanner .rotteaser {
    height: 25px;
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
}

.rotateprodbanner .rotname {
    height: 63px;
    font-weight: bold;
    font-size: 1.3em;
    overflow: hidden;
    font-family: Merienda;
}

.rotateprodbanner .rotpic {
    text-align: center;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #555;
    border-radius: 15px;
    min-height: 120px;
    line-height: 110px;
}

.rotateprodbanner .rotpic img {
    vertical-align: middle;
    max-width: 90%;
    max-height: 100px;
    
}

.rotateprodbanner .rotpreis {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.5em;
    color: #900;
    padding-left: 20px;
}

.rotateprodbanner .rotpreis .altpreis {
    font-size: 12px;
    color: #000;
    margin-left: 10px;
}

.indexbox{
    border-right: 0px solid #eee;
    border-bottom: 1px solid #999999;
    
    border-radius: 0 0 10px 10px;
    padding: 5px;

    background: -webkit-linear-gradient(#fff 70%, #ece9de 100%);
    background: -moz-linear-gradient(#fff 70%, #ece9de 100%);
    background: -o-linear-gradient(#fff 70%, #ece9de 100%);
    background: linear-gradient(#fff 70%, #ece9de 100%);
}

.empfehhlungdescription{
    color:  #555;
}

.indexbox .videothumb {
    float: left;
    width: 150px;
}

/* formatierung für die event box */
#events #mainBox {
    max-height:275px;
    /*overflow: auto;*/
    overflow: hidden;
}

#events ul {
    padding: 0 0.5em; 
}

#events li {
    margin-bottom: 0.75em;
    list-style-type: none;
}

#events li a {
    text-decoration: none;
}

#events li h3 {
    margin-bottom: 0.3em;
}

#events li img {
     float: left;
     margin: 0 0.3em 0.3em 0;
     width: 25%;
     height: auto; 
}

#events li p {
    margin: 0 0 0.3em 0;
}

#events li div.preis {
    color: #666;
    text-align: right;
    font-weight: bold;
}

div.produktliste a.preis {
    max-width: 215px;
}

/*TopMarken Sprite*/

#topmarken_container {
    margin: 0;
}

#topmarken_container p{
    margin-bottom: 0;
    margin-right: 0;
}

#topmarken_startseite_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 103%;
}

#topmarken_startseite_list li{
    float: left;
    text-align: center;
}

.topmarke {
    text-decoration: none;
    display: inline-block;
    height: 110px;
    color: #555;
}

.topmarke:hover {
    color: #000;
}

.topmarke span{
    display: block;
    width: 87px;
    height: 75px;
    background: url('/img/topmarken.jpg') no-repeat;
    transition: background-position 1s;
}

#topmarke_cohiba span {background-position: 0 0}
#topmarke_montecristo span {background-position: -87px 0}
#topmarke_bolivar span {background-position: -184px 0}
#topmarke_jose_l_piedra span {background-position: -281px 0}
#topmarke_davidoff span {background-position: -378px 0}
#topmarke_casa_de_torres span {background-position: -475px 0}
#topmarke_don_pepin span {background-position: -572px 0}
#topmarke_nub span {background-position: -669px 0}
#topmarke_villa_zamorano span {background-position: -766px 0}
#topmarke_domaine_de_lavalette span {background-position: -863px 0}

#topmarke_cohiba:hover span {background-position: 0 -75px}
#topmarke_montecristo:hover span {background-position: -87px -75px}
#topmarke_bolivar:hover span {background-position: -184px -75px}
#topmarke_jose_l_piedra:hover span {background-position: -281px -75px}
#topmarke_davidoff:hover span {background-position: -378px -75px}
#topmarke_casa_de_torres:hover span {background-position: -475px -75px}
#topmarke_don_pepin:hover span {background-position: -572px -75px}
#topmarke_nub:hover span {background-position: -669px -75px}
#topmarke_villa_zamorano:hover span {background-position: -766px -75px}
#topmarke_domaine_de_lavalette:hover span {background-position: -863px -75px}



.tv 
{   
    font-size: 140px !important;
    margin-left: 50%;
    transform: translate(-50%, -82%);
    width: 144px !important;
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 50%;
    background-size:contain ; 
    background-repeat: no-repeat;
    
    
}

.tv-Inside
{
    background-image: url('../../img/tv.png');        
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 50%; 
    margin-left: 50%;
    transform: translate(-50%, -50%);
    background-size:contain ; 
    background-repeat: no-repeat;  
    z-index: 3;     
    
}
                
.YTthumb
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%!important;
    height: 90%;
    transform: translate(-50%, -50%);
}

.CTVBG
{
    background-size: cover;       
    height: 176px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    margin-top: -32px;
}

@media screen and (max-width: 35.5em)
{
    .tv
    {
        width: 122px !important; 
    }
}
@media screen and (max-width: 64em)
{
    .tv-inside
    {
        font-size: 140px !important;
        margin-left: 50%;
        transform: translate(-50%, -66%);
        width: 55% !important;
        position: absolute;
        z-index: 2;
        top: 45%;
    }
    

    
    .mobileItemOffset
    {
        margin-left: 41.66%; 
        padding-bottom: 5px !important;
    }

}

.socialMediaSpot
{
    background-image: url('../../img/spot_bg_light.jpg');
    height: 134px; 
}
.socialMediaIcon
{
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translate(-50% , -86%);
    left: 50%;
    width: 96px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 64em) and (min-width:48em)
{
    .mobileItemOffset
    {
        margin-top: -107px; 
    }
            
    .item-row
    {
        height: 132px; 
    }
    
    .item .image
    {
        height: 131px; 
    }   
}

