/* Katalogbestellung & Katalogdownload
   Builds on style/kontakt.css (.page-header, .headline, .data-box, .data-container) */

.katalog-intro {
    margin-bottom: 18px;
}

/* Checkbox rows inside the navy headline bars (Katalogbestellung) */
form .headline .katalog-check {
    display: block;
    margin: 0;
    font-weight: inherit;
    cursor: pointer;
}

form .headline input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: middle;
}

/* Katalog cover images */
.katalog-cover {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
}

.data-box ul {
    padding-left: 20px;
}

.data-box strong {
    display: inline-block;
    margin-top: 6px;
}

/* Download buttons – white on the grey data box, navy on hover */
.btn-bg-white {
    background-color: #fff !important;
}

.btn-primary.btn-bg-white {
    color: #1d3a5a;
    border-color: #1d3a5a;
}

.btn-primary.btn-bg-white:hover,
.btn-primary.btn-bg-white:focus,
.btn-primary.btn-bg-white:active {
    background-color: #1d3a5a !important;
    border-color: #1d3a5a;
    color: #fff;
}

/* Katalogdownload: the whole card is one link */
.katalog-item {
    display: block;
    color: inherit;
    text-decoration: none;
}

.katalog-item:hover,
.katalog-item:focus {
    color: inherit;
    text-decoration: none;
}

.katalog-item .data-box {
    transition: background-color .2s ease, border-color .2s ease;
}

.katalog-item:hover .data-box,
.katalog-item:focus-visible .data-box {
    background: #f0f2f5;
    border-color: #1d3a5a;
}

@media (max-width: 767.98px) {
    .data-box .col-md-3 {
        margin-bottom: 14px;
    }

    .katalog-cover {
        max-width: 160px;
    }
}
