.infoserviceTable table {
    width: 100%;
    display: none;
}

.infoserviceTable .reasonlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.infoserviceTable .infoserviceTable__content {
    position: relative;
    margin: 4rem calc(-50vw - -50%);
}

.infoserviceTable .infoserviceTable__content-inner {
    padding: 3rem 0;
    max-width: 134rem;
    margin-left: auto;
    margin-right: auto;
}

.infoserviceTable .infoserviceTable_divider {
    border-bottom: 1px solid #597425;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
}

@media {
    .infoserviceTable .infoserviceTable__content-inner, .infoserviceTable_extendedsearch, .infoserviceTable_search {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 36.25em) {
    .infoserviceTable .infoserviceTable__content-inner, .infoserviceTable_extendedsearch, .infoserviceTable_search {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .infoserviceTable tbody tr {
        border-top: 1px solid #597425;
    }
}

@media (min-width: 51.875em) {
    .infoserviceTable .infoserviceTable__content-inner, .infoserviceTable_extendedsearch, .infoserviceTable_search {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 68.125em) {
    .infoserviceTable .infoserviceTable__content-inner, .infoserviceTable_extendedsearch, .infoserviceTable_search {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (min-width: 86em) {
    .infoserviceTable .infoserviceTable__content-inner, .infoserviceTable_extendedsearch, .infoserviceTable_search {
        padding-left: 0;
        padding-right: 0;
    }
}

.infoserviceTable tbody td, .infoserviceTable td, .infoserviceTable th, .infoserviceTable thead th {
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    border-bottom: 0 !important;
    border-top: 0 !important;
    hyphens: manual;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}

.infoserviceTable th, .infoserviceTable thead th {
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    border-bottom: 0;
    font-weight: 700;
    hyphens: manual;
    line-height: 1.5em;
    padding: 1.0rem 0.8rem 1.0rem 0.8rem;
    text-align: left;
    vertical-align: top;
}

.infoserviceTable tbody td, .infoserviceTable td {
    line-height: 1.4em;
    padding: 1.0rem 0.8rem 1.0rem 0.8rem;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

.infoserviceTable tbody td, .infoserviceTable tbody td p, .infoserviceTable td, .infoserviceTable th, .infoserviceTable thead th, .infoserviceTable thead th p {
    font-size: 1.3rem;
    line-height: 1.4rem !important;
}

.infoserviceTable_search {
    margin: 30px auto;
    max-width: 134rem;
}

.infoserviceTable_search .form .form__buttons {
    margin-left: 20px;
}

.infoserviceTable_headdata_date {
    float: left;
    margin-top: 11px;
}

.infoservice-opener-p{
    margin-top: 20px;
}

.infoservice-closer {
    float: left;
}

.infoservice-closer-p {
    margin-bottom: 20px;
}

.infoservice-overlay {
    display: none;
    position: fixed;
    padding: 10px;
    height: 280px;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    z-index: 20;
    overflow-y: scroll !important;
    border: 1px solid #147402;
    box-shadow: 0 6px 9px 0 rgba(83, 72, 31, .27);
}

.infoservice_text_deleted {
    text-align: center;
}

@media (max-width: 36.25em) {
    #consumerInfoTable, tr {
        border-top: none;
    }

    .first-item {
        border-bottom: 0.5rem solid #147402;
    }

    .first-td {
        padding-top: 0.5rem !important;
    }

    .infoserviceTable tbody td {
        height: 2.4rem;
        min-height: 2.4rem;
    }

    .infoserviceTable tbody td:not(.first-td){
        padding: 0 1.8rem 0.5rem 1.8rem !important;
        /*display: inline-block;*/
    }

    .table-headline {
        font-weight: bold;
    }

    .closedEntry {
        display: none;
    }

    .bgGray {
        background-color: #c8c8c8;
    }
}
.iconsort {
    margin-left: 10px;
    user-select: none;
}

.bgGray {
    background-color: #c8c8c8;
}
.bgGrayHeader {
    background-color: #c8c8c8;
}
.infoserviceTable tbody tr:nth-child(even) {
    background-color: #c8c8c8;
}
