.ic-start-page {
    margin-top: 32px;
    position: relative;
}
.info-box .content {
    display: none;
}
.info-box {
    display: none;
    position: absolute;
    background: #fff;
    width: 200px;
    border-radius: 5px;
    border: solid 1px #ccc;
    z-index: 9;
    text-align: left;
    top:0;
    margin-top: 8px;
    margin-left: -10px;
    padding: 15px 15px 0;
}
.info-box .provider-url, .show-info-box {
    color: #08ACD4;
    font-weight: bold;
}
.info-box p.small {
    line-height: 14px;
    font-size: 11px;
}
.close-info-box {
    position: absolute;
    line-height: 18px;
    top: 5px;
    right: 5px;
    border: solid 1px #ccc;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 5px;
    width: 19px;
    height: 20px;
    text-align: center;
    padding-left: 1px;
}

.table-wrapper {
    overflow-x: scroll;
}

.table-wrapper #consumption-data {
    font-size: 12px;
    line-height: 14px;
    width: 3700px;
    border-spacing: 0 2px;
    border-collapse: unset;
}

/* width for the big description text */
.table-wrapper #consumption-data td:nth-child(13) {
    min-width: 400px;
}

.table-wrapper #consumption-data tr.disabledRow {
    color: #a8a8a8 !important;
}

.table-wrapper #consumption-data > thead > tr > th {
    padding-bottom: 8px;
}

.table-wrapper td, th {
    padding: 0 10px;
    text-align: left;
}

.table-wrapper td ul {
    list-style-type: disc;
    padding-inline-start: 20px;
}
.table-wrapper td.ic-provider-logo {
    position: relative;
}

.table-wrapper td.ic-provider-logo,
.table-wrapper td.first-level,
.table-wrapper th.first-level {
    vertical-align: middle;
    border-left: solid 2px #ffffff;
}

.table-wrapper td.ic-provider-logo,
.table-wrapper td.first-level {
    padding: 20px 10px;
    background: #ececec;
}

.table-wrapper td.ic-provider-logo p.info-link {
    margin: 0;
}

.table-wrapper td.first-level {
    min-width: 150px;
}

.table-wrapper td.costs td.empty-costs {
    text-align: center;
}

.table-wrapper td table {
    width: 100%;
}

.table-wrapper td img {
    max-width: 100px;
    max-height: 75px;
}

.table-wrapper p.angebot {
    height: 20px;
}

.table-wrapper .cui-button {
    margin-top: 20px;
}

textarea#extraInfo {
    height: auto;
}

.layout-columns {
    margin: 0;
}

.narrow-container {
    margin: 0 100px;
}
.vi-number {
    display: block;
    margin: 0 auto;
    width: 45px;
    line-height: 45px;
    font-size: 23px;
    border-radius: 50%;
    background: #ebebeb;
    color: #fff;
}

.vi-highlight {
    color: #003f73;
    font-weight: bold;
}

.vi-highlight-bg {
    background: #003f73;
}

.img-container img {
    width: 100px;
    height: 50px;
}

.text-center {
    text-align: center !important;
}

.fp-full-width-ad {
    margin: 60px 0;
}

#service_provider_insurance_comparison_start_page_download_overview_button {
    margin-bottom: 0;
    margin-top: 20px;
}

.form-notes {
    padding-bottom: 20px;
    padding-top: 20px;
}
