/*******************************************************************
 * Hebu Music                                                      *
 *-----------------------------------------------------------------*
 * 02.03.2016 | Michael Hack Software | www.michaelhacksoftware.de *
 *******************************************************************/

.layout-container {
    border-style: solid;
    border-width: 2px 0 2px 0;
    margin: 5px 0 15px 0;
    padding: 15px 0;
}

/* === Artikelspalten === */
div.article-grid {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

div.article-grid img {
    margin: 0 auto;
    max-height: 250px;
}

div.article-grid .text {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 89px;
}

div.article-grid .title {
    font-size: 15px;
    font-weight: bold;
    max-height: 42px;
    margin-bottom: 5px;
    overflow: hidden;
}

div.article-grid .subtitle {
    color: #606060;
    max-height: 42px;
    overflow: hidden;
}

div.article-grid .price {
    min-height: 30px;
}

@media screen and (max-width: 767px) {
    div.article-grid { margin-bottom: 30px; }
}

/* === Artikelzeilen === */
.article-line .detail {
    margin-top: 15px;
    height: 45px;
}

.article-line .detail > div {
    height: 100%;
    overflow: hidden;
}

/* === Artikelspalten klein === */
div.article-small {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.article-small img {
    margin: 0 auto;
    max-height: 150px;
}

div.article-small .text {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 30px;
}

div.article-small .title {
    font-size: 12px;
    max-height: 35px;
    margin-bottom: 5px;
    overflow: hidden;
}

/* === Artikeldetails === */
div.article-details {
    border-style: solid;
    border-width: 1px 0 1px 0;
    margin-top: 10px;
}

div.article-details .row {
    padding: 15px 0 15px 0;
}

div.article-details hr {
    margin: 0;
    border-width: 1px;
}

/* === Katalogspalten === */
div.catalog-grid {
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

div.catalog-grid img {
    margin: 0 auto;
    max-height: 250px;
}

div.catalog-grid .text {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 42px;
}

div.catalog-grid .title {
    font-size: 15px;
    font-weight: bold;
    max-height: 42px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    div.catalog-grid { margin-bottom: 30px; }
}

/* === Titelauflistung === */
.list-demo { background-color: #404040; width: 100%; color: #FFFFFF; padding: 11px 0 1px 0; margin-bottom: 10px; }
.list-demo a { color: #FFFFFF; }

/* === Detailsuche === */
.search-detail {
    border-width: 1px 0 0 0;
    border-style: solid;
    margin-bottom: 15px;
}

.search-detail p {
    margin: 5px 0;
}

/* === Genre Auflistung === */
ul.list-genres {
    list-style: none;
    padding: 0;
}

/* === In Memoriam === */
.Memoriam_Name {
    font-weight: bold;
    font-size: 21px;
}

.Memoriam_Title {
    font-weight: bold;
    font-size: 18px;
}

/* === Textdarstellung als Papier === */
.Sheet {
    background-color: #FFFFFF;
    padding: 30px;
    border: 1px solid #EEEEEE;
    font-size: 11pt;
    margin-top: 15px;
}

.Sheet .Small {
    font-size: 9pt;
}