/* Custom css for category and detail pages */

.module-header .header-top .header-logo {
    margin-left: 20px;
}

/* Category */

.module-initiation.intro--category {
    padding-top: 20px;
}

/* Category intro */

.intro--category a {
    margin-bottom: 30px;
}
.intro--category .intro--headline {
    margin-bottom: 10px;
}
.intro--category a .icon {
    margin-left: -5px;
}

/* Category table */

.table--category {
    margin: 50px auto;
}

.table--category .button-content,
.table--detail .button-content {
    white-space: nowrap;
}

.table--category  .table,
.table--detail .table {
    border-bottom: 1px solid #a3bac8;
}
.table--category  .module-table .table .text-left {
    padding-left: 0;
    white-space: normal;
}

.table--category  .module-table .table th,
.table--category  .module-table .table td,
.table--detail .module-table .table th,
.table--detail .module-table .table td {
    white-space: nowrap;
}

.table--category .table-item--image,
.table--detail .table-item--image {
    max-width: 70px; 
}

.table--category .module-table .table .table-item--title,
.table--detail .module-table .table .table-item--title {
    padding-left: 0;
    width: 1%;
} 

 @media screen and (min-width: 992px) {
    .table-item--title .module-button-group .module-button {
        flex-grow: unset;
        flex-basis: unset;
        flex-shrink: unset;
    } 
}

.table__text {
    padding-bottom: 10px;
}

/* Detail */

.module-initiation.intro--detail {
    height: auto;
    padding-top: 20px;
    margin-bottom: 120px;
}

/* Detail intro */

.intro--detail .row {
    height: auto;
    margin-top: 30px;
}

.intro--detail .intro--headline {
    margin-bottom: 5px;
}

.intro--detail .button__wrapper {
    height: 150px;
}

.intro--detail .intro__image img {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: -50px;
    box-shadow: 0 0 20px 5px rgba(90,124,145,.75);
}

.intro--detail table {
    margin-bottom: 30px;
}

.intro--detail table td {
    padding-right: 40px;
}

/* Detail table */

.table--detail {
    margin-bottom: 50px;
}





