/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 21.04.2015, 12:17:24
    Author     : Dimitri
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
    /* Settings that can easily be overwritten by the clients: */
    --submit_btn: #003BBF;
    --main_color: #3EF8F7;
    /* Hintergrund im DocumentUpload */
    --second_color: #7EF8FA;

    --font_family: 'Montserrat', sans-serif;
    --font_letter_spacing: normal;

    /* border radius input fields (and frames) - originally 18px */
    --border_radius_input_fields: 18px;
    /* border radius buttons - originally 38px  */
    --border_radius_buttons: 38px;
    /* border colour input fields - originally #181818*/
    --border_color_formElements: #181818;

    /* font-weight for labels - originally 600*/
    --font_weight_labels: 600;
    /* font-size for labels - originally 14px */
    --font_size_labels: 14px;

    /* END ----- Settings  that can easily be overwritten by the clients */

    --light-blue: #DDF0FF;
    --lighter-black: #181818;
    --darker-grey: #444;
    --text-grey: #A4A4A4;
    --text-grey-darker: #707070;
}

.page-title {
    font-size: 150%;
    background: none repeat scroll 0 0 transparent;
    border-color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.text-right.ym-g100 > img {
    margin-bottom: 40px;
}

.ff_notification_success {
    background: none;
    color: var(--darker-grey);
}

.ff_notification_success:before {
    font-family: FontAwesome;
    color: var(--main_color);
    content: '\f058';
    font-size: 150%;
}

.box {
    background-color: #FFFFFF;
    border: none !important;
    box-shadow: none;
    border-radius: unset;
}

.note {
    background: transparent;
    color: var(--darker-grey);
    border-width: 3px 3px 3px 10px !important;
    border-style: solid !important;
    border-color: var(--main_color) !important;
    border-radius: 6px 0.5em 0.5em 6px !important;
}

.p-panel-content {
    background: #FFFFFF !important;
    border-style: none !important;
}

#docUploader .x-column-header,
#docUploader .x-grid-header-ct .x-box-inner {
    background-color: #0176CF !important;
    /* Soll das fix bleiben? */
    border-radius: 5px 5px;
}

#docUploader .x-grid-header-ct .x-box-inner .x-column-header-trigger {
    background-color: #0176CF !important;
}

.ym-form,
.ym-form fieldset {
    overflow: hidden;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
body span,
body p {
    font-family: var(--font_family);
    letter-spacing: var(--font_letter_spacing);
}

.page-title {
    display: none;
}

.p-panel,
.ym-form .ym-fbox-footer,
.p-panel-content {
    background: white;
    border: none;
    box-shadow: none;
}

.ym-wrapper,
#footer form {
    /*
      Normal muss es 320 px sein aber da auch
      scrollbalken mit zählen muss dies berücksichtigt werden!
      Daher nur 300px;
    */
    min-width: 300px;

    max-width: 100em;
}


.loadmask-msg {
    border: 2px var(--main_color) solid;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    border-radius: var(--border_radius_input_fields);
}

.loadmask-msg div {
    border: unset;
    border-radius: var(--border_radius_input_fields);
    background-color: rgba(255, 255, 255, 0.5);
}

#header .procon-logo {
    margin: 1.5em 0;
}

#header .procon-logo img {
    max-width: 100%;
    height: auto;
}

#header {
    margin-bottom: 150px;
}

.ym-g60.ym-gl,
.formElement,
.ym-fbox-text,
.ym-g50.ym-gr,
.ym-fbox-select,
.ym-fbox-select .formfeld {
    outline: none;
}


.ym-form input:focus,
.ym-form select:focus,
.ym-form textarea:focus,
.ym-form input:hover,
.ym-form select:hover,
.ym-form textarea:hover,
.ym-form input:active,
.ym-form select:active,
.ym-form textarea:active {
    border: 2px var(--submit_btn) solid;
}

.ym-g40.ym-grid.ym-gl select,
.ym-fbox-text .formElement,
.ym-gbox-text .formElement,
.ym-fbox-select .formElement,
.ym-fbox-select .formfeld {
    font-family: var(--font_family);
    font-size: 12px;
    border-radius: var(--border_radius_input_fields);
    padding: 0 32px 0 12px;
    box-shadow: none;
    border-color: var(--border_color_formElements);
    line-height: 100%;
    background-color: white;
}

.ym-g40.ym-grid.ym-gl select,
.ym-fbox-text .formElement:not(textarea),
.ym-gbox-text .formElement,
.ym-fbox-select .formElement,
.ym-fbox-select .formfeld {
    height: 38px;
}

.ym-form .ym-fbox,
.ym-form .ym-fbox + .ym-fbox {
    margin-top: 2em;
}

.ym-g60 .ym-fbox-text textarea {
    padding-top: 8px;
}

.ym-fbox-footer.ym-fbox-button .ym-fbox-text {
    top: 30px;
    width: 40%;
}

.ym-fbox-text.textarea {
    padding-top: 5px;
}

textarea {
    resize: none;
}

.ym-fbox-text.text-right {
    padding: 0 32px 0 12px;
    height: 34px;
    border: 2px solid var(--main_color);
    border-radius: var(--border_radius_input_fields);
}

.ym-fbox-text.text-right span {
    top: 0;
    font-size: 12px;
    color: black;
    height: 100%;
    line-height: 100%;
    padding: 0;
    margin: 0;
    float: right;
    display: flex;
    align-items: center;
}

.ym-fbox-text.text-right .df-symbols {
    right: 1.3em;
    color: var(--darker-grey);
}

.formlabel {
    margin-right: 30px;
    font-size: var(--font_size_labels);
    font-weight: var(--font_weight_labels);
    text-shadow: none;
}

.ym-g40.ym-gl.ym-full .ym-fbox-text .formElement,
.ym-g50.ym-gr .ym-fbox-text .formElement {
    padding-right: 39px;
}

.ym-fbox-text span.symbols {
    font-size: 12px;
    margin: 0 10px 0 0;
    height: 100%;
    line-height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    top: 0;
}

.ym-gbox-text span.symbols {
    padding: 0;
    height: 38px;
    top: 0;
    line-height: 38px;
    margin: 0 10px 0 0;
}

#main .p-panel#logoutPanel {
    height: auto;
}

#logoutButton .formElement.p-button {
    background-color: white;
    border: 2px solid var(--lighter-black);
    border-radius: var(--border_radius_buttons);
    color: var(--lighter-black) !important;
    font-size: 12px;
    padding: 10px 19px;
}

.formElement.p-button,
.formElement.p-button:focus,
.formElement.p-button:hover,
.formElement.p-button:active {
    background-color: white;
    font-family: var(--font_family);
    text-shadow: none;
    background: none;
    border: 2px solid var(--lighter-black);
    border-radius: var(--border_radius_buttons);
    color: var(--lighter-black) !important;
    font-size: 15px;
    padding: 5px 49px;
    font-weight: bold;
    box-shadow: none;
}

.ym-fbox-footer.ym-fbox-button .formElement.p-button {
    font-size: 20px;
    padding: 4px 54px;
}

#ButtonForward:focus,
#ButtonForward:hover,
#ButtonForward:active,
#antrag_erfassen_button:focus,
#antrag_erfassen_button:hover,
#antrag_erfassen_button:active {
    filter: brightness(90%);
}

#ButtonForward,
#antrag_erfassen_button {
    border: 2px solid transparent;
    font-family: var(--font_family);
    background: var(--submit_btn);
    border-radius: var(--border_radius_buttons);
    text-shadow: none;
    font-size: 20px;
    padding: 4px 54px;
    font-weight: bold;
    color: white !important;
    box-shadow: none;
}

.formElement.p-button.disabled,
.formElement.p-button.disabled:hover {
    background-color: white;
}

#ButtonForward.disabled,
#antrag_erfassen_button.disabled {
    opacity: 0.4;
}

.tooltip {
    background-color: white;
    border: 2px solid var(--main_color);
    box-shadow: none;
    color: #757575;
    border-radius: var(--border_radius_input_fields);
    padding: 15px;
    max-width: 165px;
    font-size: 11px;
}

.formElement.p-button:before {
    display: none;
}

.ym-g60.ym-gl.contact-box {
    margin-top: 2em;
}

.bottom-box-content {
    width: 100%;
    height: 220px;
    padding: 20px 0;
    border: 2px solid var(--main_color);
    border-radius: var(--border_radius_input_fields);
}

.bottom-box-content .vermittler-bild {
    float: left;
    margin: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-box .bottom-box-content .vermittler-name {
    margin-top: 37px;
    margin-bottom: 2px;
    font-size: 19px;
}

.bottom-box .bottom-box-content .vermittler-fon:before {
    color: var(--text-grey);
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: 8px;
    vertical-align: baseline;
    color: var(--darker-grey);
}

.right-box {
    display: none;
}

.bottom-box-content p {
    width: 50%;
    float: right;
    font-weight: 500;
}

.bottom-box-content p:not(.vermittler-bild) {
    font-size: 11px;
}

.horizontal-menue-toggler .hlist-button .fa-stack {
    width: 5em;
    height: 5em;
}

/* .horizontal-menue-toggler .hlist-button.active .fa-stack { */
/*margin-right: 15px;*/
/* } */

.horizontal-menue-toggler .hlist-button .fa-stack .fa-stack-2x {
    display: none;
}

.horizontal-menue-toggler .hlist-button .fa-stack .item-number {
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 28px;
    text-shadow: none;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #EBEBEB;
}

.horizontal-menue-toggler .hlist-button.active .fa-stack .item-number {
    width: 100%;
    height: 100%;
    background-color: var(--main_color);
}

.horizontal-menue-toggler .hlist-button-label {
    text-shadow: none;
    color: #D8D8D8;
}

.horizontal-menue-toggler .hlist-button.active .hlist-button-label {
    color: var(--main_color);
}

.horizontal-menue-toggler .hlist-button .fa-stack .item-number:before {
    font-family: var(--font_family) !important;
}

.ym-g60.ym-gl.contact-box {
    width: 60%;
}

#nav {
    padding-bottom: 10px;
    padding-right: 40px;
}

#nav .ym-cbox {
    height: 100%;
}

nav.ym-offer-hlist {
    border-bottom: 2px solid #EBEBEB;
    background-color: transparent;
    height: 2.5em;
    overflow: visible;
    margin-bottom: 30px;
    margin-top: 10px;
    float: none;
}

.ym-offer-hlist ul {
    display: table;
    width: 100%;
    padding: 0px;
    float: none;
    table-layout: fixed;
}

.wrapper .hlist-button {
    background: transparent !important;
}

.ym-offer-hlist ul li {
    text-align: center;
    float: none;
    display: table-cell;
    vertical-align: top;
}

.ym-offer-hlist ul li.active {
    background-color: transparent;
}

.ym-offer-hlist ul li button {
    display: inline-block;
}

.ym-offer-hlist ul li.hlist-item-last {
    text-align: right;
}

.ym-offer-hlist ul li:first-child {
    text-align: left;
}

.ym-offer-hlist ul li button {
    cursor: pointer;
}

.ym-offer-hlist ul li.active button,
.ym-offer-hlist ul li.disabled button {
    cursor: initial;
}

.ym-offer-hlist ul li button,
.ym-offer-hlist ul li:hover button,
.ym-offer-hlist ul li:focus button,
.ym-offer-hlist ul li.active button,
.ym-offer-hlist ul li.active:hover button,
.ym-offer-hlist ul li.active:focus button,
.ym-offer-hlist ul li.disabled button,
.ym-offer-hlist ul li.disabled:hover button,
.ym-offer-hlist ul li.disabled:focus button {
    color: #888;
    text-shadow: 0px 1px 0px #222;
    background-color: white;
    font-weight: bold;
}

.ym-offer-hlist ul li button i {
    color: #ccc;
    text-shadow: 0px 1px 1px #666;
}

.ym-offer-hlist ul li.active button,
.ym-offer-hlist ul li.active:hover button,
.ym-offer-hlist ul li.active:focus button,
.ym-offer-hlist ul li.active button i,
.ym-offer-hlist ul li:hover button,
.ym-offer-hlist ul li:focus button,
.ym-offer-hlist ul li:hover button i,
.ym-offer-hlist ul li:focus button i {
    color: var(--darker-grey);
}

.ym-offer-hlist ul li.disabled button,
.ym-offer-hlist ul li.disabled:hover button,
.ym-offer-hlist ul li.disabled:focus button,
.ym-offer-hlist ul li.disabled button i,
.ym-offer-hlist ul li.disabled:hover button i,
.ym-offer-hlist ul li.disabled:focus button i {
    color: #ccc;
    font-weight: normal;
    text-shadow: 0px 1px 0px #ddd;
}

.ym-offer-hlist ul li.disabled button i,
.ym-offer-hlist ul li.disabled:hover button i,
.ym-offer-hlist ul li.disabled:focus button i {
    text-shadow: none;
}


.ym-offer-hlist ul li button i.item-number,
.ym-offer-hlist ul li:hover button i.item-number,
.ym-offer-hlist ul li:focus button i.item-number {
    color: #fff;
    text-shadow: 0px 1px 1px #999;
    font-weight: bold;
}

.fl_required,
.fl_required_error,
.fl_error,
.error_extra .fl_required {
    background: none;
    padding-right: 0px;
}

.fl_required:after,
.fl_required_error:after,
.fl_error:after,
.error_extra .fl_required:after {
    content: "\00a0*";
}

.ym-form label,
.ym-form .ym-label {
    color: var(--darker-grey);
    /* text-shadow: 0px 1px 0px #9a9a9a; */
    text-shadow: none;
}

.required-text-advice {
    color: #aaa;
}

.ym-form div.type-message {
    padding: 0px;
    display: table;
    width: 100%;
}

.ym-form .type-message span,
.ym-form .type-fields .type-message span {
    display: none !important;
}

#docUploader .x-panel-body.x-grid-with-row-lines .x-grid-empty .fa-cloud-upload {
    background-image: url("../../../../../images/uploadDocuments.png") !important;
    background-repeat: no-repeat;
    height: 180px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#docUploader .x-panel-body.x-grid-with-row-lines .x-grid-empty table {
    width: 100%;
}

#docUploader .x-panel-body.x-grid-with-row-lines .x-grid-empty .fa.fa-lg {
    display: none;
}

#docUploader .x-panel-body.x-grid-with-row-lines .x-grid-empty .fa-cloud-upload::before {
    content: none;
}

.ff_notification {
    height: auto;
    width: auto;
}

.ff_notification_error:before {
    display: none;
}

.ym-form div.type-message {
    margin-top: 5px;
}

.ym-form .ff_notification_error-tooltip {
    display: table-cell;
    /* background-color: #f7ebeb; */
    background-color: white;
    color: #E02626;
    white-space: inherit;
    border: none;
    box-shadow: none;
    padding: 12px 14px;
    border-radius: 6px;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar #b2c_calendar .ym-g50.ym-gl {
    width: 100%;
    margin-top: 1.6em;
}

.b2c-calender-table-body-content {
    max-width: 500px;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell-header {
    background-color: white;
    color: var(--darker-grey);
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell .fa-square-o {
    display: none;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell-header .next-day-chooser i:before {
    font-family: FontAwesome;
    content: '\f054';
    font-size: 15px;
    vertical-align: middle;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell-header .before-day-chooser i:before {
    font-family: FontAwesome;
    content: '\f053';
    font-size: 15px;
    vertical-align: middle;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell-header .next-day-chooser i,
.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell-header .before-day-chooser i {
    padding-top: 2px;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell-header .b2c-calender-table-cell-header-content {
    font-weight: 500;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell {
    min-width: unset;
    background: white;
    border: 1px solid var(--main_color);
    color: var(--submit_btn);
    font-weight: 600;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 8px;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell:hover,
.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell:active,
.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-cell:focus {
    background: var(--main_color);
    color: white;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-column {
    height: 100%;
    min-height: 400px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.p-panel.ym-columnar.ym-form.linearize-form.calendar .b2c-calender-table-column::-webkit-scrollbar {
    display: none;
}

.b2c-calender .dialog .dialog-content .p-button-cancel,
.b2c-calender .dialog .dialog-content .p-button-cancel:hover,
.b2c-calender .dialog .dialog-content .p-button-cancel:focus {
    background-color: white;
    padding: 3px 30px;
}

.b2c-calender .dialog .dialog-content .p-button-confirm,
.b2c-calender .dialog .dialog-content .p-button-confirm:hover,
.b2c-calender .dialog .dialog-content .p-button-confirm:focus {
    background-color: var(--submit_btn);
    color: white !important;
    padding: 3px 30px;
    border-color: transparent;
}

.documents-upload #docUploader {
    border: none;
}

.documents-upload #docUploader .x-grid-body {
    background-color: var(--second_color);
    border-radius: var(--border_radius_input_fields);
    padding: 32px;
}

.documents-upload #docUploader .x-grid-view.x-grid-with-row-lines {
    overflow: hidden !important;
}

.documents-upload #docUploader .x-grid-body .x-grid-empty {
    width: 100%;
    height: 99.2%;
    background-color: unset;
    border: 2px dashed #2F77C9;
}

.documents-upload #docUploader .x-grid-header-ct.x-docked.x-grid-header-ct-default,
#paymentconditions .x-column-header-trigger,
#paymentconditions .x-panel-header.x-header-noborder {
    display: none;
}

#paymentconditions .Prokonzept-widget7-PaymentConditions-Table {
    border: 1px solid #707070;
    border-radius: var(--border_radius_input_fields);
    padding: 0;
}

#paymentconditions .x-column-header {
    background-color: unset;
    height: 28px !important;
}

#paymentconditions .x-grid-header-ct {
    background-color: var(--light-blue);
    left: 0 !important;
    height: 28px !important;
}

#paymentconditions .x-box-inner {
    height: 28px !important;
}

#paymentconditions .x-column-header .x-column-header-text-inner {
    color: black;
    font-size: 12px;
}

#paymentconditions .x-btn-inner.x-btn-inner-default-small {
    color: black;
    font-family: var(--font_family);
}

#paymentconditions .x-btn-default-small {
    background-color: unset;
}

#paymentconditions .x-column-header-text-container {
    border-right: none;
}

.ym-wrapper.payment-conditions .contact-box-text.document-uploader,
.ym-wrapper.uploader .contact-box-text.payment-conditions {
    display: none;
}

.ym-fbox-text .required-text-advice {
    display: none !important;
}

.ym-l40 #wrapper-label_speichern_vorname .formlabel,
.ym-l40 #wrapper-label_speichern_strasse .formlabel,
.ym-fbox #wrapper-label_speichern_strasse_ma .formlabel,
.ym-fbox #wrapper-label_strasse_immobilie .formlabel,
.ym-fbox #wrapper-label_speichern_vorname_ma .formlabel,
.ym-fbox #wrapper-label_voranschrift_strasse_ma .formlabel {
    margin-right: 0;
}

.ym-form .lb-helptext-icon,
.ym-form .lb-helptext-icon:hover {
    color: var(--main_color);
}

.vermittler-email > a,
.vermittler-email > a:hover,
.vermittler-email > a:active,
.vermittler-email > a:focus,
.vermittler-fon > a,
.vermittler-fon > a:hover,
.vermittler-fon > a:active,
.vermittler-fon > a:focus {
    color: var(--darker-grey);
    background-color: unset;
}

.vermittler-email > a {
    word-break: break-word;
}

/* MENÜ LEISTE */

.ym-header-hlist {
    background-color: white;
    /*padding-top: 100px;*/
}

.ym-header-hlist ul li button {
    border: 1px solid transparent;
    letter-spacing: 1px;
    font-size: 18px;
    color: var(--main_color);

}

.ym-header-hlist ul li button,
.ym-header-hlist ul li button * {
    cursor: pointer;
}

.ym-header-hlist li {
    padding: 0.5em 0 !important;
}

.ym-header-hlist ul li.active > button,
.ym-header-hlist ul li.disabled > button {
    cursor: initial;
}

.ym-header-hlist ul li.active {
    background-color: transparent;
}

.ym-header-hlist ul li > button,
.ym-header-hlist ul li:hover > button,
.ym-header-hlist ul li:focus > button,
.ym-header-hlist ul li.active > button,
.ym-header-hlist ul li.active:hover > button,
.ym-header-hlist ul li.active:focus > button,
.ym-header-hlist ul li.disabled > button,
.ym-header-hlist ul li.disabled:hover > button,
.ym-header-hlist ul li.disabled:focus > button {
    color: black;
    text-shadow: none;
    background-color: white;
    font-weight: normal;
    border-radius: 0;
}

.ym-header-hlist ul li.active > button,
.ym-header-hlist ul li.active:hover > button,
.ym-header-hlist ul li.active:focus > button,
.ym-header-hlist ul li.active > button i,
.ym-header-hlist ul li:hover > button,
.ym-header-hlist ul li:focus > button,
.ym-header-hlist ul li:hover > button i,
.ym-header-hlist ul li:focus > button i,
    /*.ym-header-hlist .ym-hlist-menu,*/
    /*.ym-header-hlist .ym-hlist-menu ul li > button,*/
.ym-header-hlist .hlist-item-menu button.horizontal-sub-menue-toggler-open {
    color: var(--main_color);
    font-weight: bold;
}

.ym-header-hlist .ym-hlist-menu,
.ym-header-hlist .ym-hlist-menu ul li > button {
    font-size: 14px;
}

#indexNavigation,
#indexCustomerLoginNavigation {
    border-bottom: 1px solid var(--submit_btn);
}

/* Anpassungen Zinstabelle */
#zinstabelleTable .z-table .z-table-head .z-table-content .ym-gbox:nth-child(2n+1),
#zinstabelleTable .z-table .z-table-body .z-table-content .ym-gbox:nth-child(2n+1) {
    background-color: #f4f4f4 !important;
}

#zinstabelleTable .z-table .z-table-body .z-table-content .ym-gbox:first-child {
    background-color: #e6e6e6 !important;
    font-weight: bolder;
}

#zinstabelleTable .z-table .z-table-body .z-table-content:hover .ym-gbox:first-child,
#zinstabelleTable .z-table .z-table-body .z-table-content:hover::after,
#zinstabelleTable .z-table .z-table-body .z-table-content-selected .ym-gbox:first-child,
#zinstabelleTable .z-table .z-table-body .z-table-content-selected::after {
    background-color: var(--submit_btn) !important;
    border-color: var(--submit_btn) !important;
}

#zinstabelleTable .z-table .z-table-body .z-table-content:hover, .z-table .z-table-body .z-table-content-selected {
    border: 1px solid var(--submit_btn) !important;
}

#zinstabelleTable .z-table .z-table-body .z-table-content:hover .ym-gbox .ym-fbox-heading, .z-table .z-table-body .z-table-content-selected .ym-gbox .ym-fbox-heading {
    color: var(--submit_btn) !important;
}


/* #docUploader .Prokonzept-Form-Widgets7-OfferDocumentsUploader-Uploader .x-grid-view .x-grid-item .x-grid-row td:nth-child(1)
{
  width: 816px !important;
} */

.contact-box-text h1 {
    font-weight: 900;
    font-size: 29px;
    color: #1E3836;
}

@media screen and (min-width: 1025px) {
    .ym-column {
        width: 90%;
        margin: 0 auto;
    }

    /* .p-panel.ym-columnar.ym-form.linearize-form.calendar .contact-box {
      float: right;
      margin-top: 20%;
    } */
    /* .p-panel.ym-columnar.ym-form.linearize-form.calendar #b2c_calendar .ym-g50.ym-gr {
      width: 22%;
      margin-left: 34%;
      float: left;
    } */
    .horizontal-menue-toggler .hlist-item:first-of-type .hlist-button {
        padding-left: 0.5em;
    }

    .horizontal-menue-toggler .hlist-button {
        padding-right: 1em;
        padding-left: 1em;
        min-width: 100px;
    }

    .horizontal-menue-toggler .hlist-item:last-of-type .hlist-button {
        padding-left: 5em;
    }

    .ym-g60.ym-gl.contact-box {
        width: 41%;
    }

    .contact-box-text {
        margin: 4em 0 2em 0;
    }

    .ym-form.linearize-form.calendar .ym-fbox .heading {
        font-weight: 900;
        font-size: 29px;
        color: #1E3836;
    }

    .contact-box-text p {
        color: var(--text-grey-darker);
        font-size: 11px;
        margin-top: 1.6em;
    }

    /* wenn das nicht passiert sind Felder auf einer Höhe */
    /* .ym-columnar:not(.verbindlichkeiten):not(.weiteredarlehenermitteln) .ym-l40 .ym-fbox-wrap {
      margin-left: 65%;
    } */
    .ym-fbox .ym-g60 {
        width: 45%;
    }

    .ym-g80.ym-gl .ym-g50 {
        width: 50%;
    }

    .ym-fbox .ym-g50 {
        width: 60%;
    }

    .ym-fbox .ym-g60 .ym-g50 {
        width: 50%;
    }

    #nav {
        height: 100px;
    }

    .horizontal-menue-toggler .hlist-button.active .hlist-button-label {
        margin-left: 6px;
    }
}

@media screen and (max-width: 1025px) {
    .p-panel.ym-columnar.ym-form.linearize-form.calendar #b2c_calendar .ym-g50.ym-gr {
        width: 100%;
        margin-left: 0;
        float: unset;
    }
}

@media screen and (max-width: 1020px) {
    .ym-col2 {
        display: none;
    }

    .ym-col3 {
        padding-right: 0px;
    }

    .ym-offer-hlist ul {
        table-layout: auto;
    }

    #nav {
        padding-right: 0px;
    }
}

@media screen and (max-width: 700px) {
    .ym-g60.ym-gl.contact-box {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .ym-form .ym-fbox {
        padding: 0 0.5em;
    }

    .ym-form .ym-fbox-heading {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    .p-button {
        width: 25%;
    }

    .ym-offer-hlist {
        border: none;
        margin: 0px;
        height: auto;
    }

    .ym-offer-hlist ul li button .hlist-button-label {
        float: none;
        display: block;
        margin-top: 5px;
    }

    #nav {
        padding-right: 0px;
    }

    .horizontal-menue-toggler .hlist-button .fa-stack {
        width: 3.5em;
        height: 3.5em;
    }

    .horizontal-menue-toggler .hlist-button {
        padding: 0;
    }

    .horizontal-menue-toggler .hlist-item:first-of-type .hlist-button {
        padding-left: 0;
    }

    .horizontal-menue-toggler .hlist-button .fa-stack .item-number {
        font-size: 18px;
    }

    nav.ym-offer-hlist {
        height: 2em;
    }

    .bottom-box-content p {
        font-size: 80%;
    }

    .formElement.p-button:not(#ButtonFinanzierungAbschliessen):not(#ButtonB2CCalendar):not(#ButtonB2CCalendarWebmeet):not(#ButtonB2CCalendarPersonal) {
        padding: 3px 31px;
    }

}

#indexNavigation,
#indexCustomerLoginNavigation {
    background-color: transparent;
}

@media screen and (max-width: 653px) {
    #contentform #nav {
        margin-bottom: 8px;
    }
}

.responsive-buttons {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.responsive-buttons div {
    width: 100%;
}

@media (min-width: 480px) {
    .responsive-buttons {
        flex-direction: row;
    }

    .responsive-buttons div {
        width: auto;
        flex: 1 1 0;
    }
}