@font-face {
    font-family: 'VWGroup-Regular';
    src:
            url("fonts/2025/VolkswagenGroupRegular.woff2") format("woff2"),
            url("fonts/2025/VolkswagenGroupRegular.woff") format("woff");
}

@font-face {
    font-family: 'VWGroup-Medium';
    src:
            url("fonts/2025/TheGroupTEXT-Medium.woff2") format("woff2");
}

@font-face {
    font-family: 'VWGroup-Bold';
    src:
            url("fonts/2025/VolkswagenGroupBold.woff2") format("woff2"),
            url("fonts/2025/VolkswagenGroupBold.woff") format("woff");
}

@font-face {
    font-family: 'VWGroup-Light';
    src:
            url("fonts/2025/VolkswagenGroupLight.woff2") format("woff2"),
            url("fonts/2025/VolkswagenGroupLight.woff") format("woff");
}

* {
    font-size: 16px;
    font-family: 'VWGroup-Regular', 'Helvetica','sans-serif';
    color: #002733;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'VWGroup-Light','VWGroup-Regular','Helvetica', 'sans-serif';
}

strong, b {
    font-family: 'VWGroup-Bold','VWGroup-Regular','Helvetica', 'sans-serif';
}

a {
    color: rgb(0, 128, 110);
    border-bottom: 1px solid rgb(0, 128, 110);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #002733;
    cursor: pointer;
}

#head {
    background: url(img/vhv2025_mailing_header_900_x_300_c_1.jpg) no-repeat left top;
    background-size: 900px auto;
    height: 300px;
    background-position: center top;
    position: relative;
}

#head::before {
    /*position: absolute;*/
    /*content: "";*/
    /*background-image: url("img/volkswagen_group_logo.svg");*/
    /*background-size: 222px 27px;*/
    /*background-repeat: no-repeat;*/
    /*left: 50%;*/
    /*top: 8px;*/
    /*height: 27px;*/
    /*width: 222px;*/
    /*transform: translateX(-50%);*/
}

#footer {
    display: block;
    /*background: url(img/footer_700.png) no-repeat left top;*/
    /*background: url(img/ID3_Mailfooter.jpg) no-repeat left top;*/
    height: 135px;
    background-color: #002733;
    background-position: right center;
}

#colLeft {
    float: none;
    width: 100%;
    padding: 0 25px;
    border-bottom: none;
    box-sizing: border-box;
    background-color: #002733;
    height: 64px;
}

#colLeft .menu_li {
    margin: 0;
}

#colLeft::after {
    content: " ";
    display: table;
    clear: both;
}

#colCenter {
    padding: 10px 25px 25px 25px;
    box-sizing: border-box;
    float: none;
    width: 100%;
}

#header_lang {
    display: block;
    position: absolute;
    right: 40px;
    top: 15px;
    z-index: 2;
}

.lang {
    float: right;
    display: none !important;
    pointer-events: none;
}

.lang .lang_td_label {
    display: none;
}

.lang .lang_ul,
.menu_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu_ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.menu_ul li a {
    display: block;
    color: rgb(255, 255, 255);
    padding: 20px 32px;
    transition: all 0.14s ease-in-out 0s;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    font-family: 'VWGroup-Regular', 'Helvetica', 'Arial', 'sans-serif';
    height: 64px;
    box-sizing: border-box;
}

.menu_ul li:hover a {
    background-color: rgba(194, 254, 6, 0.1);
}

.menu_ul li.linkActive a {
    border-bottom: 3px solid rgb(194, 254, 6);
}

.lang .lang_a span,
.menu_ul li a span {
    color: #ffffff;
}

.lang .lang_a:first-of-type {
    margin-right: 8px;
}

.lang .lang_a:last-of-type {
    margin-right: 0;
}

.lang .lang_a:hover,
.lang .lang_a:hover span,
.menu_ul li a:hover,
.menu_ul li a:hover span,
.menu_ul li.linkActive a span,
.menu_ul li.linkActive a:hover span {
    color: #c2fe06;
}

.lang .lang_a::after,
.menu_ul li a::after {
    /*content:" ";*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 0;*/
    /*height: 1px;*/
    /*background: rgb(0, 64, 197);*/
    /*transition: width 0.2s ease-in-out 0s;*/
}

.lang .lang_a:hover::after,
.menu_ul li a:hover::after {
    content:" ";
    width: 100%;
}

#colLeft .menu_ul {
    display: flex;
}

#colLeft .menu_ul li.menu_li_text_1204 {
    order: 99;
}

#colLeft .menu_ul li.menu_li_logout {
    order: 100;
}

.lang .lang_a img {
    display: none;
}

.myGuests_event_grid {
    width: 100%;
    margin-right: 0;
}

html, body {
    height: 100%;
    margin: 0;
}

#page {
    min-height: 100%;
    padding-bottom: 135px;
    position: relative;
    box-sizing: border-box;
}

#footer {
    position: absolute;
    bottom: 0px;
    min-height: 30px;
    height: auto;
    width: 100%;
}

.x-column-header-inner,
.x-grid-cell div {
    padding-left: 2px;
    padding-right: 2px;
}

.x-column-header-inner span,
.x-grid-cell div,
.x-grid-cell div span {
    font-size: 14px !important;

}

.x-grid-cell div .icon_guest_statusWithIcon + br {
    display: none;
}

.downloadLink {
    padding-bottom: 2px;
}

#loginform {
    padding-top: 30px;
}

#loginform input[type="password"],
#loginform input[type="text"],
.passwordChange input[type="password"],
.passwordChange input[type="text"],
.hostRegistrationBox input[type="text"],
.hostRegistrationBox select,
.hostMyDataBox input[type="text"],
.hostMyDataBox select,
.hostMyDataEditBox input[type="text"],
.hostMyDataEditBox select {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 11px;
    line-height: 24px;
    border: 1px solid rgb(168, 173, 179);
    border-radius: 4px;
    color: #002733;
    font-size: 16px;
    margin: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
}

#loginform input[type="password"]:hover,
#loginform input[type="text"]:hover,
.passwordChange input[type="password"]:hover,
.passwordChange input[type="text"]:hover,
.hostRegistrationBox input[type="text"]:hover,
.hostRegistrationBox select:hover,
.hostMyDataBox input[type="text"]:hover,
.hostMyDataBox select:hover,
.hostMyDataEditBox input[type="text"]:hover,
.hostMyDataEditBox select:hover,
input[type="password"]:hover,
input[type="text"]:hover,
textarea:hover,
select:hover {
    border-color: #008075;
}

textarea:focus,
#loginform input[type="password"]:focus,
#loginform input[type="text"]:focus,
.hostRegistrationBox input[type="text"]:focus,
.hostRegistrationBox select:focus,
.passwordChange input[type="password"]:focus,
.passwordChange input[type="text"]:focus,
.hostRegistrationBox select:focus,
.hostMyDataBox input[type="text"]:focus,
.hostMyDataBox select:focus,
.hostMyDataEditBox input[type="text"]:focus,
.hostMyDataEditBox select:focus
{
    padding: 6px 10px;
    border-color: #008075;
    border-width: 2px;
}

#loginform input[type="submit"],
.hostRegistrationBox .button,
.hostGuestDeleteBox .button,
.passwordChange .btn,
.hostMyDataBox .button,
.hostMyDataBox button,
.hostMyDataEditBox .button {
    cursor: pointer;
    line-height: 24px;
    font-size: 16px;
    color: rgb(0, 128, 117);
    background: #ffffff;
    border-color: rgb(0, 128, 117);
    padding: 7px 19px;
    border-width: 1px;
    border-style: solid;
    border-radius: 9999px;
    outline: none;
    transition: all 0.14s ease-in-out 0s;
    min-width: unset;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

#loginform input[type="submit"]:hover,
.hostRegistrationBox .button:hover,
.hostGuestDeleteBox .button:hover,
.passwordChange .btn:hover,
.hostMyDataBox .button:hover,
.hostMyDataBox button:hover,
.hostMyDataEditBox .button:hover {
    color: rgb(0, 128, 117);
    background: rgba(0, 128, 117, 0.1);
    border-color: rgb(0, 128, 117);
}

.hostRegistrationBox .hostRegistrationBox_submitButton,
#loginform  input[type="submit"],
input[type="submit"].hostMyDataEditBox_submitButton,
button.hostMyDataBox_edit_button,
.passwordChange input[type="submit"] {
    color: #ffffff;
    background-color: rgb(0, 128, 117);
    border-color: rgb(0, 128, 117);
}

.hostRegistrationBox .hostRegistrationBox_submitButton:hover,
#loginform  input[type="submit"]:hover,
input[type="submit"].hostMyDataEditBox_submitButton:hover,
button.hostMyDataBox_edit_button:hover,
.passwordChange input[type="submit"]:hover {
    color: #ffffff;
    background-color: rgb(0, 96, 88);
    border-color: rgb(0, 96, 88);
}

.myDataEditBox .cancelButton
{
    margin-right: 20px;
}

select,
.hostRegistrationBox select {
    padding-right: 40px;
    background-image: url("img/select-24.svg");
    background-position: right 12px top 6px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 24px auto;
}

select:focus,
.hostRegistrationBox select:focus {
    background-position: right 11px top 5px;
}

/* Begin Style Checkbox / Radio */
.hostRegistrationBox input[type="radio"],
.hostMyDataBox input[type="radio"],
.hostMyDataEditBox input[type="radio"] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid rgb(168, 173, 179);
    padding: 11px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-top: 0;
    cursor: pointer;
    margin-right: 8px;
}

.hostRegistrationBox input[type="radio"]:hover,
.hostMyDataBox input[type="radio"]:hover,
.hostMyDataEditBox input[type="radio"]:hover {
    background-color: rgba(0, 128, 117, 0.1);
    border-color: rgb(0, 128, 110);
}



.hostRegistrationBox input[type="radio"]:checked:after,
.hostMyDataBox input[type="radio"]:checked:after,
.hostMyDataEditBox input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    width: 16px;
    aspect-ratio: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: rgb(0, 128, 110);
}

.hostRegistrationBox input[type="radio"]:checked,
.hostMyDataBox input[type="radio"]:checked,
.hostMyDataEditBox input[type="radio"]:checked {
    background-color: #ffffff;
    border: 1px solid rgb(0, 128, 110);
}

.hostRegistrationBox input[type="checkbox"],
.hostMyDataBox input[type="checkbox"],
.hostMyDataEditBox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid rgb(168, 173, 179);
    padding: 11px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
    float: left;
}

.hostRegistrationBox input[type="checkbox"]:checked,
.hostMyDataBox input[type="checkbox"]:checked,
.hostMyDataEditBox input[type="checkbox"]:checked {
    border-color: #008075;
}

.hostRegistrationBox input[type="checkbox"]:hover,
.hostMyDataBox input[type="checkbox"]:hover,
.hostMyDataEditBox input[type="checkbox"]:hover {
    background-color: rgba(0, 128, 117, 0.1);
    border-color: #008075;
}




.hostRegistrationBox .hostRegistrationBox_td_field label,
.hostMyDataBox .hostMyDataBox_td_field label,
.hostMyDataEditBox .hostMyDataEditBox_td_field label {
    line-height: 40px;
    display: inline-block;
}

.hostRegistrationBox input[type="checkbox"]:checked:after,
.hostMyDataBox input[type="checkbox"]:checked:after,
.hostMyDataEditBox input[type="checkbox"]:checked:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #008075;
    background-image: url(img/check-24.svg);
    background-size: 22px auto;
}

input[type="checkbox"]:checked:hover {
    border-color: rgb(0, 96, 88);
}

input[type="checkbox"]:checked:hover:after {
    background-color: rgb(0, 96, 88);
}

.hostRegistrationBox td,
.hostMyDataBox td,
.hostMyDataEditBox td {
    line-height: 40px;
}

.hostMyDataBox td.field/*,
.hostMyDataEditBox td.field*/ {
    border-bottom: 1px solid #002733;
}

/* date field */
.hostRegistrationBox .hostRegistrationBox_td_Attribute139.hostRegistrationBox_td_field,
.hostRegistrationBox .hostRegistrationBox_td_Attribute140.hostRegistrationBox_td_field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.hostRegistrationBox .hostRegistrationBox_td_field .inp-text-date-day {
    order: 1;
    flex-basis: 64px;
    flex-shrink: 0;
    margin-right: 10px;
}

.hostRegistrationBox .hostRegistrationBox_td_field .inp-text-date-month {
    order: 2;
    flex-grow: 1;
    margin-right: 10px;
}

.hostRegistrationBox .hostRegistrationBox_td_field .inp-text-date-year {
    order: 3;
    flex-basis: 80px;
    flex-shrink: 0;
}

.lang_en .hostRegistrationBox .hostRegistrationBox_td_field .inp-text-date-day {
    order: 2;
}

.lang_en .hostRegistrationBox .hostRegistrationBox_td_field .inp-text-date-month {
    order: 1;
}


.hostRegistrationBox input[type="checkbox"].inp_error,
.hostRegistrationBox input[type="radio"].inp_error {
    border-color: #E4002C;
}

.hostRegistrationBox .hostRegistrationBox_td_field .inp_text_error-date-day,
.hostRegistrationBox .hostRegistrationBox_td_field .inp_text_error-date-month,
.hostRegistrationBox .hostRegistrationBox_td_field .inp_text_error-date-year {
    border-bottom-color: #E4002C;
}

.hostRegistrationBox input[type="checkbox"]:disabled,
.hostRegistrationBox input[type="checkbox"]:disabled + span
.hostRegistrationBox input[type="radio"]:disabled,
.hostRegistrationBox input[type="radio"]:disabled + span {
    color: rgb(114, 116, 117);
}
/* End Style Checkbox / Radio */

/* Begin Error Style */
.loginBox div.error span,
.registrationFormBox .error span,
.passwordChange .error ul li {
    color: #E4002C;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 24px;
}

.passwordChange .error ul {
    list-style-type: none;
}

.registrationFormBox .inp_error {
    border-bottom-color: #E4002C !important;
}

#colCenter .hostMyDataEditBox .error, #colCenter .hostRegistrationBox .error,
#colCenter .hostMyDataEditBox .error *, #colCenter .hostRegistrationBox .error * {
    color: #E4002C;
}

/* End Error Style */



#loginform table, .hostRegistrationBox table,
.hostMyDataBox table, .hostMyDataEditBox table
.passwordChange table {
    width: 100%;
}

#loginform .loginBox_tr_submit td,
.hostRegistrationBox .hostRegistrationBox_td_cancel,
.hostRegistrationBox .hostRegistrationBox_td_submit,
.hostGuestDeleteBox .hostGuestDeleteBox_td,
.passwordChange .loginBox_td_submit,
.hostMyDataBox .hostMyDataBox_td_cancel,
.hostMyDataBox .hostMyDataBox_td_submit,
.hostMyDataEditBox .hostMyDataEditBox_td_cancel,
.hostMyDataEditBox .hostMyDataEditBox_td_submit {
    padding-top: 30px;
}

.hostMyDataBox .hostMyDataBox_td_cancel,
.hostMyDataEditBox .hostMyDataBox_td_cancel {
    padding-right: 30px;
}

.hostRegistrationBox_table tr td:not(.hostMyDataEditBox_td):first-child,
.hostGuestDeleteBox_table tr td:first-child {
    width:1%;
    white-space:nowrap;
    padding-right: 20px;
}

/*.hostRegistrationBox_table tr td:not(.hostMyDataEditBox_td):first-child *,*/
/*.hostGuestDeleteBox_table tr td:first-child *{*/
/*    white-space:wrap;*/
/*}*/

td.hostMyDataBox_td.label,
td.hostMyDataEditBox_td.label {
    width: 160px;
}

table.hostPluginStatistic {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
}

table.hostPluginStatistic thead {
    background: #d8d8d8;
    background-image: -webkit-linear-gradient(top,#f9f9f9,#e3e4e6);
    background-image: -moz-linear-gradient(top,#f9f9f9,#e3e4e6);
    background-image: -o-linear-gradient(top,#f9f9f9,#e3e4e6);
    background-image: linear-gradient(top,#f9f9f9,#e3e4e6);
}

table.hostPluginStatistic th,
table.hostPluginStatistic td {
    text-align: left;
    font-size: 14px !important;
    border: 1px solid #c5c5c5;
    line-height: 22px;
    padding: 4px;
    border-right: 0;
    border-top: 0;
    font-weight: normal;
}

table.hostPluginStatistic th {
    border-top: 1px solid #c5c5c5;
}

table.hostPluginStatistic th:last-child,
table.hostPluginStatistic td:last-child {
    border-right: 1px solid #c5c5c5;
}

.hostPluginStatistic .max,
.hostPluginStatistic .unused,
.hostPluginStatistic .usedNew,
    /*.hostPluginStatistic .usedRegistered,*/
.hostPluginStatistic .usedPresent {
    display: none;
}

#footer .menu {
    padding: 12px 25px;
    display: block;
}

#footer .menu_ul li {
    margin-right: 12px;
}

#footer .menu_ul li a {
    line-height: 21px;
    text-decoration: none;
    background: none;
    border: none;
    font-size: 18px;
    color: #ffffff;
    line-height: 27px;
    display: inline-block;
    height: auto;
    width: auto;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    padding: 0;
}

#footer .menu_ul li a * {
    font-size: 14px;
}

#footer .menu_ul li a::after {
    /*content:" ";*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 0;*/
    /*height: 0 !important;*/
    /*background: rgb(255, 255, 255) !important;*/
    /*transition: width 0.2s ease-in-out 0s;*/
}

#footer .menu_ul {
    /*display: block;*/
    display: flex;
}

#footer .menu_ul li.last {
    order: 10;
}

#footer .menu_ul::after {
    content: "";
    clear: both;
    display: table;
}

.hostMyDataBox_table td.field p,
.hostRegistrationBox_table td.field p {
    margin: 0;
}
.hostMyDataBox_tr_attribute459 td.field {
    border-bottom: none !important;
}

.photoClass div,
.docClass div {
    display: none;
}

.imgCheck,
.imgX {
    display: block;
    width: 16px;
    height: 16px;
    background: url("img/guest_statusWithIcon_confirmed.gif") no-repeat center center;
    background-size: 16px auto;
    margin: 0 auto;
}

.imgX {
    background: url("img/icon_false.gif") no-repeat center center;
    background-size: 16px auto;
}

.menu_ul .menu_li_text_1587 {
    order: 9;
}
.menu_ul .menu_li_logout {
    order: 10;
}

td[class*="hostMyDataBox_td_text."],
td[class*="hostMyDataEditBox_td_text."]
{
    line-height: unset;
}

.removeBorder {
    border-bottom: none !important;
}

.second-sibling {
    left: 163px !important;
}

.filterContainer {
    left: 170px !important;
}
.readOnlyField,
.readOnlyField * {
    pointer-events: none;
    color: #c2cacf !important;
}

.readOnlyField select,
.readOnlyField input[type="text"] {
    border-color: #c2cacf !important;
}

.readOnlyField td {
    position: relative;
}

.readOnlyField td::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}