/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * item
 */


/* Jens Twesmann */

#yoo-zoo .item {
    margin-top: 10px; /* Ori 16px */
}

#yoo-zoo a {
    font-size: 15px;
}

.teaser-item, .teaser-item-right {
    font-size: 22px; line-height: 32px;
}

.sfr ul {
    padding-left: 20px;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane{
    padding: 25px 14px 14px 0px;

} 

/* Angebote */

#yoo-zoo .teaser-item-angebot {

}

#yoo-zoo .teaser-item-angebot div.pos-description.angebot {
    padding-right: 40px;
    width: 50%;
    margin-top: 35px;
}

#yoo-zoo .teaser-item-angebot div.pos-description.angebot .element.element-textarea.last{
    float: left;
    padding-right: 40px;
}

#yoo-zoo .teaser-item-angebot div.pos-specification {
    float: left;
    width: 23%;
    margin-left: 40px;
    font-size: 12px;
    padding-top: 5px;
}

#yoo-zoo .teaser-item-angebot div.pos-links {
    float: left;
    width: 22%;
    margin-top: 10px;
}
#yoo-zoo .teaser-item-angebot div.pos-specification ul {
    list-style: none;
    margin: 0px;
    padding: 0px;

}
#yoo-zoo .teaser-item-angebot div.pos-specification ul strong {
    display: inline-block;
    width: 120px;
}

#yoo-zoo .teaser-item-angebot div.pos-description.angebot .element.element-text.first {
    font-weight: bold;
}

/* Angebote Ende */
.pos-related .element.element-link{
    text-align:center;
}
.pos-related .element.element-link a{
    font-size: .9375em;
    line-height: 1.73333333em;
    font-weight: bold;
    box-sizing: border-box;
    width:100%;
    max-width: 16em;
    margin-bottom: 2em;
    display: inline-block;
    border: .46666667em solid #fff;
    padding: 1em;
    color: #fff;
    text-decoration: none;
}

.pos-related .element.element-link a:hover{
    background-color: #fff;
    color: #003f77;
}
.tab-content {
    /*display: table;*/
    width: 100%;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.tabs-below .nav-tabs {
    border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
    border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
    float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
    border-color: #ddd #ddd #ddd transparent;
    border-left-color: #ffffff;
}

/* box */
#yoo-zoo .item div.box-1 { 
    /*padding: .5em 2em;*/
}

/* position headings */
#yoo-zoo .item h3 {
    margin-top: 0px;
    font-size: 21px;
    font-weight: normal;
}

/* element type: textarea */
#yoo-zoo .item .element-textarea > * { margin: 0px 0px 10px 0px; }
#yoo-zoo .item .element-textarea *:last-child { margin-bottom: 0px; }

/* position: top */
#yoo-zoo .item div.pos-top {
    /*margin-bottom: 51px;*/
    /*padding:1em;*/
    overflow: hidden;
    position: relative;
    margin-top: 2em;
}
#yoo-zoo .item div.pos-top .element { 
    /*margin-bottom: 20px;*/ 
    float: left;
}
#yoo-zoo .item div.pos-top .element.element-image.first {width: 140px}
#yoo-zoo .item div.pos-top .element.element-textarea {max-width: 35em; padding:1em 2em;}
#yoo-zoo .item div.pos-top .element.element-textarea h1 {font-size: 22px; font-weight: bold; line-height: 22px;}
#yoo-zoo .item div.pos-top .element.element-textarea p{padding-top:1em;} 
/*#yoo-zoo .item div.pos-top .element.last { margin-bottom: 0px; width: 33%; position: absolute;}*/
#yoo-zoo .item div.pos-top .element.element-image.last {
    width: 334px;
    height: 295px; 
    position: absolute;
    bottom: 0;
    right: 0;
}
/* product box */
#yoo-zoo .item > div.floatbox { 
    /*margin-bottom: 20px;*/
    background-color:#003f77;
    color:#fff;
    padding:1em;
}

/* position: media */
@media screen and (max-width:480px){
    #yoo-zoo .item div.pos-top {
        margin-top:0;
    }
}
@media screen and (max-width:940px){
    #yoo-zoo .item div.pos-top .element.first{
        margin:0 auto;
        float:none;
    }
    #yoo-zoo .item div.pos-top .element.element-image.last{
        margin:0 auto;
        position:relative;
        float:none;
    }
}
#yoo-zoo .item div.media-left {
    margin-right: 15px;
    float: left;
}

#yoo-zoo .item div.media-right {
    margin-left: 15px;
    float: right;
}

#yoo-zoo .item div.media-center { text-align: center; }

#yoo-zoo .item div.pos-media .element { margin-bottom: 15px; }

/* title */
#yoo-zoo .item h1.pos-title {
    margin: 0px;
    font-weight: bold;
    color: #505050;
    font-size: 21px;
    line-height: 32px;
}

/* position: description */
#yoo-zoo .item div.pos-description {float: left; width: 65%; padding-left: 1em; margin-top: 2em;}
#yoo-zoo .item div.pos-description .element.first { float: left; min-height: 32px;/*margin-top: 37px; */}

#yoo-zoo .item div.pos-description .element.element-text {font-weight: bold; line-height: 32px; margin-bottom: 20px;}

#yoo-zoo .item div.pos-description .element.element-textarea.last {clear: both; margin-left: 10px;}

/* element type: rating */
#yoo-zoo .item div.pos-description .element-rating { margin-top: 0px; }

#yoo-zoo .item div.pos-description div.rating { overflow: hidden; }
#yoo-zoo .item div.pos-description div.rating div.rating-container {
    margin-right: 10px;
    float: left;
}
#yoo-zoo .item div.pos-description div.rating div.vote-message { line-height: 20px; }

@media screen and (max-width:559px){
    #yoo-zoo .item div.pos-description>div>div{
        overflow-y:auto;
    }
}
#yoo-zoo .pos-spec-rel{
    float:right;
    position:relative;
    margin-right: 1em;
}

/* position: specification */
#yoo-zoo .item div.pos-specification {
    margin-top: 2em;
    overflow: hidden;
    font-size: 12px;
    display:block;
    width: 13em;
}

#yoo-zoo .item div.pos-specification ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#yoo-zoo .item div.pos-specification ul strong {
    display: block;
    float:left;
}


#yoo-zoo .item div.pos-specification .element.element-text {
    padding-bottom: 10px;
    text-align:right;
}

#yoo-zoo .item div.pos-specification .element.element-text.first {
    padding-bottom: 10px;
}

#yoo-zoo .item div.pos-specification .element.last {
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* position: bottom */
#yoo-zoo .item div.pos-bottom { overflow: hidden; }
#yoo-zoo .item div.pos-bottom .element { margin-top: 20px; }

/* position: related */
#yoo-zoo .item div.pos-related {
    margin-top: 35px;
    overflow: hidden;
}

#yoo-zoo .item div.pos-related h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E7E8;
    color: #323232;
}

#yoo-zoo .item div.pos-related .element-relateditems > div {
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

/* related item */
#yoo-zoo .pos-spec-rel .pos-related div.element-textarea.last{    
    position:absolute;
    left:-2em;
}

/* position: media */
#yoo-zoo .pos-related div.media-left {
    margin-right: 15px;
    float: left;
}

#yoo-zoo .pos-related div.media-right {
    margin-left: 15px;
    float: right;
}

#yoo-zoo .pos-related div.media-center { text-align: center; }

/* position: title */
#yoo-zoo .pos-related h4.sub-pos-title {
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

#yoo-zoo .pos-related h4.sub-pos-title a { text-decoration: none; }

/* position: description */
#yoo-zoo .pos-related div.sub-pos-description {}
#yoo-zoo .pos-related div.sub-pos-description .element { margin-top: 7px; }

/* element type: textarea */
#yoo-zoo .pos-related div.sub-pos-description .element-textarea > * { margin: 0px 0px 7px 0px; }
#yoo-zoo .pos-related div.sub-pos-description .element-textarea > *:last-child { margin: 0px; }

/* position: specification */
#yoo-zoo .pos-related ul.sub-pos-specification {
    list-style: none;
    margin: 7px 0px 0px 0px;
    padding: 0px;
}

#yoo-zoo .pos-related ul.sub-pos-specification strong {}

/* position: links */
#yoo-zoo .pos-related p.sub-pos-links { margin: 7px 0px 0px 0px; }

#yoo-zoo .pos-related p.sub-pos-links span a:after {
    content: " »";
    font-size: 14px;
}
/*
 * comments
 */

#yoo-zoo div#comments { margin-top: 0px; }

#yoo-zoo div#comments .comments-meta {
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    color: #505050;
    font-size: 21px;
    line-height: 32px;
}

@media screen and (max-width:745px){
    #yoo-zoo .pos-spec-rel{
        float:none;
        width:100%;
    }
    #yoo-zoo .item div.pos-related{
        text-align:center;
    }
    #yoo-zoo .item div.pos-specification {
        margin-left:auto;
        margin-right:auto;
    }
    #yoo-zoo .pos-related .element-link{
        margin:0 .5em;
        display:inline-block;
    }
    #yoo-zoo .pos-related .element-textarea{
        width:100%;
    }
    #yoo-zoo .pos-spec-rel .pos-related div.element-textarea.last{
        position:relative;
        left:0;
    }
    #yoo-zoo .pos-related .element-textarea table{
        margin:0 auto;
    }
    #yoo-zoo .item div.pos-description {
        margin-top:0;
        width:90%
    }
}