/* Generic styles for all displays ****************************************/


:root {
    /* axa Style nach Vorgabe Stand 14.05.2025 */
    --axa-blue-400: #00008f;
    --axa-blue-500: #00006d;
    --white: #ffffff;
    --grey-700: #5f5f5f;
    --grey-daev: #242A33;
    --semi-grey-daev: #404A5A;
    --dark-blue-daev: #0070A2;
    --errror-red-daev: #BF445E;
    --grey-800: #343c3d;
    --green: #138636;
    --orange: #c94e14;
    --red: #c91432;
    --ocean-200: #4976ba;
    --ocean-400: #274168;
    --grey-200: #f0f0f0;
    --components-button-primary-hover-border-color: #010143;
}


body {
    font-family: Arial, Sans, Verdana, sans-serif;
    line-height: 18px;
    font-size: 0.875rem;
    color: var(--grey-700);
}

h1 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 6px;
    color: rgb(0, 130, 210);
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 4px;
}

h2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgb(80, 80, 80);
    font-weight: bold;
}

ul > li > h3 {
    margin: 0 0 2px;
    font-size: 14px;
}

img {
    width: 100%;
}

img.captcha {
    width: auto;
}

.img-max-original-size {
    width: 100%; /* Or whatever width you want */
}

.img-max-original-size img {
    max-width: 100%;
    height: auto;
    width: auto; /* For IE8 */
}

.center {
    text-align: center;
}

.shadow {
    -moz-box-shadow: 3px 3px 3px #C8C8C8;
    -webkit-box-shadow: 3px 3px 3px #C8C8C8;
    box-shadow: 3px 3px 3px #C8C8C8 !important;
    behavior: url("resources/css/PIE.htc");
}

button, .form-control {
    behavior: url("resources/css/PIE.htc");
}

.input-sm, .select-input-sm {
    height: 25px;
    margin-bottom: 2px;
}

.select-row {
    display: flex;
    gap: 10px; /* Abstand zwischen den Boxen */
}

.select-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.text-row {
    display: flex;
    gap: 10px; /* Abstand zwischen den Boxen */
}

.text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-control {
    font-size: 14px;
    border: 1px solid #ccc;
    color: #555;
}

.form-control:focus, .form-select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input.form-control.input-sm, input.form-select.form-select-sm {
    padding: 2px 5px;
}

select.form-control.input-sm, select.form-select.form-select-sm {
    padding: 0px 1.25rem 2px 2px;
}

.form-select {
    background-size: 10px 10px;
    background-position: right .3rem center;
}

select.input-sm, select.form-select-sm {
    height: 25px;
}

.form-select-sm {
    font-size: 14px;
}

.navbar {
    background-color: white;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 10px;
}

.navbar-brand {
    padding: 0;
    margin-left: 0px;
    float: left;
}


a:hover {
    color: var(--axa-blue-500);
    text-decoration: none;
}

a.active {
    color: rgb(0, 130, 210);
    text-decoration: none;
}

.boxwhite {
    /*margin: 12px 0 0;*/
    background-color: white;
    color: var(--grey-800);
    text-align: left;
    border: 1px solid rgb(220, 220, 220);
    margin-bottom: 20px;
    /*padding-top: 55px;*/
}

.box-content ul {
    list-style: none;
    padding-left: 0;
}

.box-content li {
    background: url('../img/li-blaues_Quadrat.png') no-repeat 0px 5px transparent;
    margin-top: 5px;
    padding-left: 20px;
    display: list-item;
    line-height: 20px;
    margin-bottom: 9px;
    padding-bottom: 0px;
    margin-left: 10px;
}

.box-content {
    padding: 12px 12px;
    /*overflow: auto;*/
}

.box-content-txt {
    float: left;
    width: 65%;
}

.box-content-img {
    float: left;
    width: 35%;
}

.box-content-img.mail {
    padding-left: 10px;
    padding-top: 46px;
}

.box-content-img.phone {
    padding-left: 10px;
    padding-top: 25px;
}

ul.dotted-list {
    list-style-type: disc;
}

ul.dotted-list li {
    list-style-type: disc;
    display: list-item !important;
    text-align: -webkit-match-parent !important;
    background: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.row.keyvisual {
    padding-top: 80px;
}

.beitrag {
    text-align: right;
    padding-left: 40px;
    padding-right: 15px;
    min-width: 140px;
    vertical-align: bottom;
}

.summe {
    border-top: 1px solid rgb(80, 80, 80)
}

.beitraghinweis, .hinweis {
    font-size: 0.8em;
}


div.table {
    display: table;
}

div.tr {
    display: table-row;
}

div.td {
    display: table-cell;
}

.form-input-heading {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: var(--axa-blue-500);
    padding-bottom: 5px;
}

.form-group .radio-label-text {
    font-weight: normal;
    font-size: 0.875rem;
    color: var(--grey-800);
    margin-left: 5px;
    padding-right: 10px;
}


.radio-item input {
    margin-right: 0.5rem; /* space between input and label */
}

.checkbox-with-label {
    display: flex;
    gap: 12px; /* Fixed space between checkbox and label */
    margin-bottom: 0.5rem;
}

.checkbox-with-label input[type="checkbox"] {
    /*margin-right: 0.5rem;*/
    margin-top: 0.25rem; /* visually aligns with first line of label */
    flex-shrink: 0;
}

.custom-checkbox-group {
    margin-bottom: 5px;
}

.form-group .label-checkbox {
    color: inherit;
    font-weight: normal;
    flex: 1; /* Let the label text wrap and take remaining space */
}

.tooltipp-info-icon {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    width: 1.2em;
    text-align: center;
    padding-left: 5px;
    padding-right: 15px;
    margin-left: 5px;
    color: white;
    background-color: var(--ocean-200);
    border-radius: 4px;
    line-height: 1.42857;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 14px;
}

.two-radio-with-one-text, .three-radio-with-one-text {
    display: grid;
    row-gap: 10px;
}

.two-radio-with-one-text .radio-item, .three-radio-with-one-text .radio-item {
    display: grid;
    grid-template-columns: 24px auto;
    column-gap: 12px;
    font-size: 16px;
}

.two-radio-with-one-text .text-field-after-radios, .three-radio-with-one-text .text-field-after-radios {
    grid-column: 1 / -1;
    font-size: 14px;
    color: #555;
}


/* ----------------------- */


.multi-input-wrapper {
    overflow: auto;
}

label {
    font-weight: normal;
    color: var(--grey-800);
}

label > p > a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    text-decoration: underline;
    color: rgb(0, 130, 210);
}

textarea {
    width: 100%;
    height: 100px;
    resize: both;
}

textarea.form-control {
    height: auto;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}

.form-group-label {
    padding-top: 10px;
}

.form-content {
    padding: 0 12px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group * .spacer {
    width: 2%;
    float: left;
}

.form-group * .anrede {
    width: 30%;
    float: left;
    margin-right: 10px;
}

.form-group * .strasse,
.form-group * .pers_strasse,
.form-group * .strasse_studium,
.form-group * .strasse_neu,
.form-group * .strasse_schaden,
.form-group * [class^="strasse"] {
    width: 78%;
    float: left;
}

.form-group * .hausnummer,
.form-group * .pers_hausnummer,
.form-group * .hausnummer_studium,
.form-group * .hausnummer_neu,
.form-group * .hausnummer_schaden,
.form-group * [class^="hausnummer"] {
    width: 20%;
    float: left;
}

.form-group * .plz,
.form-group * .pers_plz,
.form-group * .plz_studium,
.form-group * .plz_neu,
.form-group * .plz_schaden,
.form-group * [class^="plz"] {
    width: 28%;
    float: left;
}

.form-group * .ort,
.form-group * .pers_ort,
.form-group * .ort_studium,
.form-group * .ort_neu,
.form-group * .ort_schaden,
.form-group * [class^="ort"] {
    width: 70%;
    float: left;
}

.form-group * .schadentag {
    width: 60%;
    float: left;
}

.form-group * .schadenuhrzeit {
    width: 40%;
    float: left;
}

.form-group * .vorwahl {
    width: 28%;
    float: left;
}

.form-group * .telefonnummer {
    width: 70%;
    float: left;
}

.form-group * .tel_vorwahl,
.form-group * .tel_1_vorwahl,
.form-group * .tel_2_vorwahl,
.form-group * .tel_3_vorwahl,
.form-group * .tel_4_vorwahl,
.form-group * .tel_5_vorwahl,
.form-group * .tel_Geschaedigter_vorwahl,
.form-group * .tel_privat_vorwahl,
.form-group * .tel_beruf_vorwahl,
.form-group * .tel_mobil_vorwahl,
.form-group * .tel_privat_neu_vorwahl,
.form-group * .tel_beruf_neu_vorwahl,
.form-group * .tel_mobil_neu_vorwahl,
.form-group * .tel_rueckfragen_vorwahl,
.form-group * .tel_studium_vorwahl,
.form-group * .tel_verbindung_vorwahl,
.form-group * [class^="tel_vorwahl"] {
    width: 28%;
    float: left;
}

.form-group * .tel_durchwahl,
.form-group * .tel_1_durchwahl,
.form-group * .tel_2_durchwahl,
.form-group * .tel_3_durchwahl,
.form-group * .tel_4_durchwahl,
.form-group * .tel_5_durchwahl,
.form-group * .tel_Geschaedigter_durchwahl,
.form-group * .tel_privat_durchwahl,
.form-group * .tel_beruf_durchwahl,
.form-group * .tel_mobil_durchwahl,
.form-group * .tel_privat_neu_durchwahl,
.form-group * .tel_beruf_neu_durchwahl,
.form-group * .tel_mobil_neu_durchwahl,
.form-group * .tel_rueckfragen_durchwahl,
.form-group * .tel_studium_durchwahl,
.form-group * .tel_verbindung_durchwahl,
.form-group * [class^="tel_durchwahl"] {
    width: 70%;
    float: left;
}

/**---*/
.form-group * .fax_vorwahl,
.form-group * .fax_verbindung_vorwahl,
.form-group * .fax_studium_vorwahl {
    width: 28%;
    float: left;
}

.form-group * .fax_durchwahl,
.form-group * .fax_verbindung_durchwahl,
.form-group * .fax_studium_durchwahl {
    width: 70%;
    float: left;
}

.form-group > label {
    margin-bottom: 5px;
}

.box-content-btn {
    margin-bottom: 20px;
    margin-top: 10px;
}

.box-content-btn.right {
    float: right;
}

.box-content-btn.left {
    float: left;
}

#seit_monat {
    float: left;
    margin-right: 10px;
}

#seit_jahr {
    float: left;
}

.error {
    color: red;
}

.errorRadio {
    clear: left;
    margin-bottom: 5px;
}

.errorCheckbox {
    clear: left;
    margin-bottom: 5px;
}

.errorMultiCheckbox {
    clear: left;
    margin-bottom: 5px;
}

.selectbox_date_day,
.saisonselect,
#geb_tag,
#geb_tag_Geschaedigter,
#geb_tag_kind,
#geb_tag_kind1,
#geb_tag_kind2,
#geb_tag_zp,
#geb_tag_1,
#geb_tag_2,
#geb_tag_3,
#geb_tag_4,
#geb_tag_5,
#umzug_tag,
#geb_mit_versnr_tag,
#versicherungsbeginn_tag,
#vertragsbeginn_tag,
#pjbeginn_tag,
#eintritt_tag,
#geb_tag_j_nutzer,
#geb_tag_ab_halter {
    float: left;
    margin-right: 10px;
}

.selectbox_date_month,
#geb_monat,
#geb_monat_Geschaedigter,
#geb_monat_kind,
#geb_monat_kind1,
#geb_monat_kind2,
#geb_monat_zp,
#geb_monat_1,
#geb_monat_2,
#geb_monat_3,
#geb_monat_4,
#geb_monat_5,
#umzug_monat,
#geb_mit_versnr_monat,
#versicherungsbeginn_monat,
#vertragsbeginn_monat,
#pjbeginn_monat,
#eintritt_monat,
#geb_monat_ab_halter,
#geb_monat_j_nutzer,
#saison_von {
    float: left;
    margin-right: 10px;
}

.selectbox_date_year,
#geb_jahr,
#geb_jahr_Geschaedigter,
#geb_jahr_kind,
#geb_jahr_kind1,
#geb_jahr_kind2,
#geb_jahr_zp,
#geb_jahr_1,
#geb_jahr_2,
#geb_jahr_3,
#geb_jahr_4,
#geb_jahr_5,
#geb_jahr_6,
#umzug_jahr,
#geb_mit_versnr_jahr,
#versicherungsbeginn_jahr,
#vertragsbeginn_jahr,
#pjbeginn_jahr,
#eintritt_jahr,
#geb_jahr_ab_halter,
#geb_jahr_j_nutzer,
#saison_bis {
    float: left;
    margin-right: 10px;
}

.div-custom-checkbox,
.div-custom-radio {
    float: left;
    padding-right: 10px
}

.div-custom-checkbox .div-custom-text {
    float: left;
    width: 95%;
}

.div-custom-checkbox .form-group {
    margin-bottom: 0;
}

.div-custom-text-untereinander {
}

.div-custom-text {
    float: left;
    padding-right: 40px;
}

a {
    color: var(--axa-blue-400);
    text-decoration: underline;
}

div.checkbox .div-custom-text p,
div.radio .div-custom-text p {
    margin-bottom: 0px;
}

.checkbox,
.radio {
    margin-bottom: 0px;
    min-height: 40px;
}

input[type="checkbox"].custom-checkbox,
input[type="radio"].custom-radio {
    height: 18px;
    width: 19px;
    margin-top: 0;
    margin-left: 0;
}

.detailsForCheckbox {
    padding-left: 40px;
}

.form-control, .form-select {
    border-radius: 0px;
}

.selectbox_date_day {
    width: 60px;
}

.selectbox_date_month {
    width: 85px;
}

.selectbox_date_year {
    width: 70px;
}


.table-radio {
    float: left;
    margin-right: 20px;
}

.table-radio-untereinander {
}

.text-field-after-radios {
    float: left;
    padding-left: 1.2rem;
    grid-template-columns: 260px;
    display: grid;
}

/* Small devices */

/* --------------------------------------- */
/*
.btn-small {
    behavior: url("resources/css/PIE.htc");
    font-size: 14px;
	border-radius: 0px;
}

.btn-primary {
	background-color: rgb(0, 130, 210);
	border-color: rgb(0, 130, 210);
	color: #FFFFFF;
	font-weight: bold;
}

*/
.btn-primary {
    display: flex;
    /*min-width: 200px;*/
    /*max-width: 300px;*/
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    background: var(--axa-blue-400);
}

.row .box-content .btn-primary:focus, .btn:first-child:active, .row .box-content-btn .btn-primary:focus {
    /*min-width: 200px;*/
    /*max-width: 300px;*/
    background: var(--axa-blue-400);

    /* Focus */
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px var(--axa-blue-400);
}

.btn-primary:disabled {
    /*min-width: 200px;*/
    /*max-width: 300px;*/
    opacity: 0.5;
}

/* ---- */
.btn.btn-small.btn-primary {
    border-radius: 0;
    box-shadow: none;
}

.btn-small {
    behavior: url("resources/css/PIE.htc");
}

.btn {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    background-image: none;
}

.btn-small {
    border-radius: 3px;
    font-size: 14px;
    padding: 2px 10px;
}

.btn-primary {
    background-color: rgb(0, 130, 210);
    border-color: rgb(0, 130, 210);
    color: #FFFFFF;
    font-weight: bold;
}

.btn-primary:hover {
    display: flex;
    /*min-width: 200px;*/
    /*max-width: 300px;*/
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    /*border: 1px solid var(--components-button-primary-hover-border-color);*/
    background: var(--components-button-primary-hover-border-color);
}

.btn-info {
    color: white;
    background-color: #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #46b8da;
    border-color: #31b0d5;
}

.btn-info:hover {
    color: white;
}

.icon-chevron-right {
    padding-left: 10px;
    font-weight: normal;
}

.icon-chevron-left {
    padding-right: 10px;
    font-weight: normal;
}

.row:has(.select-row) {
    align-items: flex-end;
}

.row .row {
    clear: left;
}

/* If you change max-width here, you must to change this value in bootstrap.min.css too */
.full-width > .col-12,
.full-width > .page-status {
    width: 940px;
    max-width: 1170px;
}

.btn-info {
    padding: 0 5px;
    font-weight: bold;
    margin-left: 5px;
}

.Interessent_Vertriebspartner_RVB .radio {
    padding-left: 0px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.kf .table-radio {
    max-width: 278px;
}

.form-group.karriere-frage label {
    font-weight: bold;
    padding: 5px 4px 6px 3px;
    background-color: #E5F2FA;
    width: 100%;
}

.form-group.karriere-frage .inputfield {
    margin-top: 5px;
}

.form-group.karriere-frage .table-radio {
    margin-right: 45px;
}

/*
* Form Overview Begin
*/
.formoverview .inactive .box-content {
    text-decoration: line-through;
}

.formoverview .detailbox {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
}

.formoverview .detailbox .row {
    padding-top: 7px;
}

.formoverview .formentry {
    border-bottom: 1px dotted black;
    padding-top: 5px;
    padding-bottom: 7px;
}

.formoverview .layoutblock {
    border-bottom: 1px dotted black;
}

.formoverview .property {
    padding-left: 30px;
}

.formoverview .propertyvalue {
}

.formoverview h1 {
    padding-top: 30px;
}

.formoverview h3 {
    font-size: 16px;
}

.formoverview a.anker {
    text-decoration: none;
}

.formoverview .module {
    padding-top: 30px;
    border-bottom: 0px;
}

.formoverview .boxwhite {
    padding-top: 0px;
}

.big-area textarea {
    height: 170px;
}

.icon-time {
    cursor: pointer;
}

#an_3, #an_4, #an_5, #ak_3, #ak_4, #ak_5 {
    display: none;
}

p[id*='open_next_'] {
    color: rgb(0, 130, 210);
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.dotted-border-top {
    border-top: 1px dotted;
    margin-bottom: 5px;
    margin-top: 10px;
}

h2.blue-underline {
    color: rgb(0, 130, 210);
    text-decoration: underline;
}

h2.blue {
    color: rgb(0, 130, 210);
}

.error-field {
    border: 2px solid #BF445E !important;
}

.error-field:focus {
    border-color: #BF445E !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 10px #BF445E !important;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 10px #BF445E !important;
}

.error-radio {
    outline: 2px solid red;
}

.error-selectbox {
    border: 2px solid red !important;
    color: red;
}

.berufsverband_radio_error.active {
    border: 2px solid red;
    border-radius: 123px;
    padding: 0px 0px 0 0px;
    height: 21px;
    width: 21px;
}

.radio-align .radio {
    padding-left: 0px;
    padding-bottom: 15px;
}

.Anmerkungen {
    margin-top: 2px;
}

.laender label {
    margin-bottom: 5px !important;
}

.laender div.radio {
    margin-top: 0px !important;
}

.box-content.form-hinweis-pflichtfeld {
    color: rgb(40, 40, 40);
    text-align: left;
    font-size: 10px;
}

#saison_von, #saison_bis {
    width: 200px;
}

.popover {
    pointer-events: none;
}

.popover .popover-body {
    font-size: 12px;
    padding: 0.6rem;
}

.subindex {
    padding-left: 30px;
}

.question-block {
    display: none;
}

/*
* Form Overview End
*/

/* Start Oldtimer*/
.form-content-leistung {
    float: left;
    width: 80px;
    margin-right: 15px;
}

.box-content.form-content .oldtimer-calculation-result {
    display: none;
    border: 1px solid black;
    background-color: #E1E8EC;
    padding: 10px;
}

.oldtimer-calculation-result #haftpflicht,
.oldtimer-calculation-result #schutzbrief,
.oldtimer-calculation-result #summe,
.oldtimer-calculation-result #kasko {
    display: none;
    margin-left: 5px;
}

.oldtimer-calculation-result .hinweis-pruefung {
    padding-top: 10px;
}

.box-content.form-content .calculateServiceErrorDiv {
    display: none;
}

.calculateServiceErrorDiv #calculateServiceError {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.oldtimerInputVisible {
    display: block;
}

.oldtimerInputHidden {
    display: none;
}

#oldtimer-saison-bis {
    margin-top: 15px;
    float: left;
    margin-right: 16px;
    margin-left: 9px;
}

.Oldtimerversicherung_Art .table-radio-untereinander {
    margin-bottom: 10px;
}

.page-status {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
}

.page-status li {
    float: left;
}

.page-status li a {
    color: white;
    text-decoration: none;
    padding: 10px 26px 11px 55px;
    background: var(--ocean-200);
    position: relative;
    display: block;
    float: left;
}

.page-status li:not(:first-child) a.done {
    padding-left: 40px;
}

.page-status li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 48px solid transparent;
    border-left: 28px solid var(--ocean-200);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.page-status li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.page-status li:first-child a {
    padding-left: 23px;
}

.page-status li:nth-child(2) a,
.page-status li:nth-child(3) a,
.page-status li:nth-child(4) a,
.page-status li:nth-child(5) a {
    background: var(--ocean-200);
}

.page-status li:nth-child(2) a:after,
.page-status li:nth-child(3) a:after,
.page-status li:nth-child(4) a:after,
.page-status li:nth-child(5) a:after {
    border-left-color: var(--ocean-200);
}

/* Only nth-child(4) needs extra padding */
.page-status li:nth-child(4) a {
    padding-right: 54px;
}


.page-status li:last-child a {
    /* background: white !important; */
    /* color: black; */
    /* pointer-events: none; */
    /* cursor: default; */
}

.page-status li:last-child a:after {
    border: 0;
}

.page-status li a:hover {
    background: var(--ocean-200);
}

.page-status li a:hover:after {
    border-left-color: var(--ocean-200) !important;
}

.page-status i.fa {
    font-size: 25px;
    margin-right: 10px;
    /* margin-top: 5px; */
    /* padding-top: 3px; */
}

.page-status i.fa-circle span {
    font-size: 15px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    margin-left: -16px;
    color: var(--ocean-400);
    /* margin-top: 55px; */
}

.page-status i.fa.fa-circle {
    padding-bottom: 5px;
}

.page-status li a {
    font-size: 14px;
    font-weight: bold;
    margin-top: -2px;
    line-height: 21px;
}

.page-status number {
    margin-left: -14px;
    color: var(--axa-blue-400);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -4px;
}

i.fa.fa-circle {
    position: relative;
    top: 3px;
    left: -16px;
    margin-right: 0px;
}

.page-status i.fa.fa-check-circle {
    position: relative;
    top: 3px;
}

/* Oli style  */
.page-status a.inactiv {
    background-color: var(--grey-200) !important;
}

.page-status a.inactiv:after,
.page-status a.inactiv:hover:after {
    border-left-color: var(--grey-200) !important
}

.page-status a.inactiv span {
    color: #000000;
}

.page-status ul {
    float: left;
    padding: 0;
    padding: 0 27px;
    margin: 0;
    width: 100%;
    list-style: none;
}

.page-status ul li {
    width: 33%;
}

.page-status li a {
    padding-right: 0 !important;
    width: 100%;
    white-space: nowrap;
    cursor: default;
}

.page-status li:last-child a {
    padding-right: 15px !important;
}

.full-width > .col-12,
.full-width > .page-status {
    width: 964px !important;
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    left: -15px;
    position: relative;
}

.full-width + .module {
    padding-top: 69px;
}

/* Oli style  */
.page-status a.inactiv {
    background-color: #dadada !important;
}

.page-status a.inactiv:after,
.page-status a.inactiv:hover:after {
    border-left-color: #dadada !important
}

.page-status a.inactiv span {
    color: #000000;
}

.page-status ul {
    float: left;
    padding: 0;
    padding: 0 27px;
    margin: 0;
    width: 100%;
    list-style: none;
}

.page-status ul li {
    width: 25%;
}

.page-status li a {
    padding-right: 0 !important;
    width: 100%;
    white-space: nowrap;
    cursor: default;
}

.page-status li:last-child a {
    padding-right: 15px !important;
}

.full-width {
    position: absolute;
    width: 100%;
    background: white;
    left: 0;
    margin: 0;
}

.full-width > .col-12,
.full-width > .page-status {
    width: 940px !important;
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    left: -15px;
    position: relative;
}

.full-width ~ .module:not(.d-none) {
    padding-top: 69px;
}

.full-width ~ .module:not(.d-none) ~ .module:not(.d-none) {
    padding-top: 0;
}

.module .full-width {
    padding-bottom: 30px;
}

.module .full-width + .row {
    padding-top: 76px;
}

.saisonselect .table-radio-untereinander {
    margin-top: 14px;
    margin-bottom: 10px;
}

.box-content .download li {
    background: none !important;
}

.box-content .download li:before {
    background: none;
    content: "\f019"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.trenner {
    border-bottom: 1px solid #ccc;
    margin: 33px 12px 20px 12px;
}

/*End Oldtimer */

/* desktop devices */
@media (min-width: 992px) {
    .container {
        width: 940px;
        max-width: 1170px;
        padding-right: 0;
        padding-left: 0;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }
}

@media (max-width: 991px) {
    .empty-label {
        display: none;
    }

    .page-status ul,
    .page-status ul li,
    .page-status li a {
        width: auto !important;
    }

    .page-status a.done span,
    .page-status a.inactiv span {
        display: none;
    }

    .page-status ul {
        padding-left: 27px;
        padding-right: 0px !important;
    }

    .box-content.form-content.oldtimer {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .form-group.karriere-frage .table-radio {
        margin-right: 26px;
    }

    .full-width > .col-12,
    .full-width > .page-status {
        max-width: 728px;
    }
}

@media (max-width: 375px) {
    .page-status li a {
        font-size: 13px !important;
        padding-left: 43px;
    }
}

@media (max-width: 449px) {
    i.fa.fa-circle {
        left: -8px !important;
    }

    .full-width > .page-status {
        left: -28px !important;
        width: 428px !important;
    }
}

@media (max-width: 767px) {
    .page-status li a {
        font-size: 13px !important;
    }

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .table-radio {
        margin-bottom: 15px;
        float: none;
    }

    .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container, .container-sm {
        max-width: unset;
    }

    .col-sm-8 {
        width: 100%;
        padding-left: 0px;
    }

    #oldtimer-saison-bis {
        width: 100%;
        margin: 5px 0;
    }

    .page-status ul,
    .page-status ul li,
    .page-status li a {
        width: max-content !important;
        width: -moz-max-content !important;
    }

    .not-float-mobile > .box-content-btn.right {
        float: none;
    }

    .form-group.karriere-frage .table-radio {
        float: none;
    }

    .kf .table-radio {
        max-width: none;
    }

    .shadow {
        -moz-box-shadow: 0 3px 0 #C8C8C8;
        -webkit-box-shadow: 0 3px 0 #C8C8C8;
        box-shadow: 0 3px 0 #C8C8C8 !important;
    }

    .boxwhite {
        border: 1px solid white;
    }

    .div-custom-checkbox .form-group {
        margin-bottom: 15px;
    }

    .saisonselect {
        width: 100%
    }

    .full-width {
        position: absolute;
        width: 100%;
        background: white;
        left: 0;
        margin: 0;
    }

    .col-3 {
        width: 30%;
        padding-left: 0px;
    }

    .col-4 {
        width: 70%;
        padding-left: 0px;
    }

    .select-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

    .select-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        min-width: 0;
    }
}





