﻿/* Katalog */

.gallery-view-item {
    border: solid 1px #e6e8e9;
    padding: 15px;
    margin-bottom: 25px;
    margin: 3px 20px;
}

.minHeight-390px {
    min-height: 390px;
}

.minHeight-290px {
    min-height: 290px;
}

.artPrice {
    float: right;
    font-size: 16px;
    z-index: 2;
    position: relative;
}

.artPriceBig {
    font-size: 20px;
    z-index: 2;
    position: absolute;
    margin-right: 5px;
    right: 0px;
    bottom: 0px;
}

.no-img, .no-img-lg {
    text-align: center;
    vertical-align: middle;
}

.no-img {
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
}

.no-img-lg {
    width: 180px;
    height: 135px;
    line-height: 135px;
}

    .no-img:after, .no-img-lg:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f030";
        color: #e3e3e3;
        font-size: 50px;
        /*
        font-family: "Glyphicons Halflings";
        content: "\e046";
        transform: rotate(0deg);*/
    }


/* MODAL SCROLL */
.modal-dialog {
    /*overflow-y: initial !important;*/
    margin: 5px auto;
}

/*body.modal-open {
    overflow: hidden;
    position: fixed;
}*/

.modal-body {
    max-height: 80vh;
    min-height: 80vh;
    overflow-y: auto;
}

button.close {
    font-size: 35px;
    opacity: 1;
}

.modal-header {
    border-bottom: 1px solid;
    min-height: 60px;
}

.modal-content {
    border-radius: 0;
}

.dl-horizontal-text-left {
    margin-top: 0;
    margin-bottom: 20px;
}

    .dl-horizontal-text-left dt {
        float: left;
        width: 85px;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
    }

    .dl-horizontal-text-left dd {
        margin-left: 0px;
    }

#articleInformation {
    left: 0px !important;
}

.catalog-good-choice-header img {
    float: right;
    width: 100px;
}

.news-item a
{
color: #333;
}

.news-mustasch, .news-mustasch a {
    color: #0047bb !important;
}