.invisible {
    visibility: hidden;
}

.alert ul {
    margin-bottom: 0;
}

.border-bottom {
    border-bottom: 1px solid #d2dce2 !important;
}


/* Filter-Liste */
/**************************************************/
.download-certificates ul.filter-list {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    line-height: 0;
}
.download-certificates ul.filter-list > li {
    display: inline-block;
    background: #333;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    line-height: 1;
}
.download-certificates ul.filter-list > li.not-found {
    background: #a94442;
}
.download-certificates ul.filter-list > li:before {
    content: none;
}
.download-certificates ul.filter-list > li .close {
    margin: -5px -10px -5px 0;
    padding: 5px;
    color: #fff;
    line-height: 15px;
    font-size: 18px;
    opacity: 1;
    font-weight: bold;
}

/* Image-Slider */
/**************************************************/

.shop-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.shop-image .image {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-image-slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.shop-image-slider ul li {
    padding: 0;
    margin-right: 10px;
    height: 137px;
    text-align: center;
}
.shop-image-slider ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 4px;
    text-align: center;
}
.shop-image-slider ul li.active a {
    border: 5px solid #009FD9;
    padding: 0;
}
.shop-image-slider ul li:last-child {
    margin-bottom: 0;
}
.shop-image-slider img {
    max-width: 100%;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}

.shop-image-360-button {
    position: relative;
    cursor: pointer;
}
.shop-image-360-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: url('/images/gbo/shop-image-sprite.png') 0 -30px no-repeat;
    width: 33px;
    height: 24px;
    z-index: 1;
}
.shop-image-360-button:hover:before {
    background-position: -34px -30px;
}


.table-collapser.rollout-trigger {
    padding: 17px;
}
.table-collapser.rollout-trigger::before,
.table-collapser.rollout-trigger::after {
    left: auto;
    top: 17px;
}

.modal {
    background-color: #00000045;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 680px;
    }
}

.expand-basket-article {
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.basket-articles:not(.collapsed) + .expand-basket-article {
    height: 0;
}

table.base-data th {
    width: 30%;
}
table.base-data td {
    width: 70%;
}

.swiper-wrapper .media-cover img {
    filter: brightness(70%);
}
