@import url("plugin.css");

@font-face {
    font-family: 'VWHead-Bold';
    src: url('fonts/VWHead-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'VWHead-BoldItalic';
    src: url('fonts/VWHead-BoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'VWHead-ExtraBold';
    src: url('fonts/VWHead-ExtraBold.otf') format('opentype');
}
@font-face {
    font-family: 'VWHead-Light';
    src: url('fonts/VWHead-Light.otf') format('opentype');
}
@font-face {
    font-family: 'VWHead-Regular';
    src: url('fonts/VWHead-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'VWHead-RegularItalic';
    src: url('fonts/VWHead-RegularItalic.otf') format('opentype');
}
@font-face {
    font-family: 'VWText-Bold';
    src: url('fonts/VWText-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'VWText-BoldItalic';
    src: url('fonts/VWText-BoldItalic.otf') format('opentype');
}
@font-face {
    font-family: 'VWText-Light';
    src: url('fonts/VWText-Light.otf') format('opentype');
}
@font-face {
    font-family: 'VWText-Regular';
    src: url('fonts/VWText-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'VWText-RegularItalic';
    src: url('fonts/VWText-RegularItalic.otf') format('opentype');
}

* {
    font-size: 18px;
    font-family: 'VWText-Regular','Helvetica','Arial','sans-serif';
    color: #000000;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #000000;
    cursor: pointer;
}

.regSpace {
    height: 30px;
    display: block;
}

strong, b {
    font-family: 'VWHead-Bold','VWText-Regular','Helvetica','Arial','sans-serif';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'VWHead-Regular','Helvetica','Arial','sans-serif';
    margin: 0;
}

h1 {
    font-size: 48px;
    color: #000000;
    line-height: 56px;
    margin-bottom: 22px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

h5 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

h6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px;
}

h1.regHeadline, .noLogin h1 {
    font-family: 'VWText-Light';
    font-weight: 200;
    font-size: 48px;
    color: #000000;
    line-height: 56px;
    margin-bottom: 42px;
    text-align: center;
}

@media(max-width: 1599px) {

    h1.regHeadline, .noLogin h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 46px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 22px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    h5, h6 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media(max-width: 559px) {

    h1.regHeadline, .noLogin h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 48px;
    }
}

/* begin Header */
#header {
    width: 100%;
    box-sizing: border-box;
    height: 54px;
    position: fixed;
    background: #ffffff;
    z-index: 1;
}

.noLogin #header.sticky {
    background: #ffffff;
}

.fullScreenBg #header.sticky {
    background: none;
}

#header_lang {
    display: none;
}
#portallogo_header {
    display: none;
}
/* end Header */

#main, #footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1920px;
    margin: 0 auto;
    align-items: left;
}

#left {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

#middle {
    margin: 0;
    width: 100%;
}

#middle.navigation_active {
    height:300px;
    min-height: 300px;
}

#middle_content {
    padding: 100px 80px 10px 80px;
    box-sizing: border-box;
    width: 100%;
}

#footer_content {
    padding: 20px 80px 10px 80px;
    width: 100%;
    box-sizing: border-box;
}

#navigation_3 {
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    background: lightskyblue;
    padding-top: 80px;
    width: 100%;
    height: calc(100vh);
    z-index: 2;
    background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
    -webkit-transition: all 0.23s ease-in;
    transition: all 0.23s ease-in;
    -o-transition: all 0.25s ease-in;
    box-sizing: border-box;
    padding-left: 100px;
}

#navigation_3.open {
    left: 0;
}

#navigation_3 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation_3 ul li a {
    display: block;
    color: rgb(255, 255, 255);
    padding: 12px 0px;
    transition: all 0.25s ease-in-out 0s;
    text-decoration: none;
    line-height: 36px;
    font-size: 32px;
    font-weight: 200;
    border: none;
    font-family: 'VWHead-Regular','Helvetica','Arial','sans-serif';
}
#navigation_3 ul li a span {
    transition: all 0.25s ease-in-out 0s;
    font-family: 'VWHead-Light','Helvetica','Arial','sans-serif';
}

#navigation_3 ul li:hover a span,
#navigation_3 ul li:hover a,
#navigation_3 ul li.linkActive a span,
#navigation_3 ul li.linkActive a {
    color: rgb(76, 199, 244);
}

#navigation_3 ul li a span {
    color: rgb(255, 255, 255);
    font-size: 36px;
}

#footer_content::after {
    content: "© Volkswagen 2023";
    color: rgb(0, 0, 0);
    line-height: 18px;
    font-size: 14px;
    float: right;
    padding-bottom: 10px;
}

.fullScreenBg #footer_content::after {
    color: rgb(255, 255, 255);
}

#navigation_2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation_2 ul li {
    float: left;

}

#navigation_2 ul li a {
    display: block;
    padding: 0 0 10px 0;
    border-bottom: none;
}

#navigation_2 ul li a::after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
}


#navigation_2 ul li:last-of-type a::after {
    display: none;
}

#navigation_2 ul li a, #navigation_2 ul li a span {
    line-height: 16px;
    font-size: 14px;
    color: rgb(0, 30, 80);
}

.fullScreenBg #navigation_2 ul li a,
.fullScreenBg #navigation_2 ul li a span,
.fullScreenBg #navigation_2 ul li:hover a,
.fullScreenBg #navigation_2 ul li:hover a span {
    color: #ffffff;
}

#navigation_2 ul li:hover a, #navigation_2 ul li:hover a span {
    color: rgb(0, 64, 197);
}


/* begin hamburger */
#sandwichHead {
    display: flex;
    position: fixed;
    top: 16px;
    left: 40px;
    background-position: -10px -10px;
    cursor: pointer;
    z-index: 10;
}

#sandwichHead div{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 22px;
    height: 22px;
}

#sandwichHead div span {
    display: block;
    margin-bottom: 5px;
    width: 16px;
    height: 2px;
    position: relative;
    background: #000;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.14, 1.12, 0.67, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.14, 1.12, 0.67, 0.99) 0s;
    -o-transition: all 0.3s cubic-bezier(0.14, 1.12, 0.67, 0.99) 0s;
}

.noLogin #sandwichHead div span, #sandwichHead div.active span {
    background: #001e50;
}

#sandwichHead:hover div.active span {
    background: rgb(76, 199, 244);
}

#sandwichHead div span:first-child {
    width: 24px;
    margin-top: 5px;
}

#sandwichHead div span:last-child {
    margin-bottom: 0;
    width: 20px;
}

#sandwichHead .active span:nth-child(1) {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotateZ(45deg);
}

#sandwichHead .active span:nth-child(2) {
    opacity: 0;
}

#sandwichHead .active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotateZ(135deg);
    -ms-transform: translateY(-7px) rotate(135deg);
    transform: translateY(-7px) rotateZ(135deg);
    transform: translateY(-7px) rotateZ(135deg);
    width: 24px;
}
/* end hamburger */

/* begin field layout */
input[type="password"], input[type="text"], input[type="submit"], textarea, select  {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 0;
    line-height: 24px;
    border:1px solid transparent;
    border-bottom: 1px solid rgb(223, 228, 232);
    color: rgb(0, 30, 80);
    font-size: 20px;
    margin: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
}

input[type="password"]:focus,
input[type="text"]:focus,
input[type="submit"],
textarea:focus,
select:focus
{
    outline: 1px solid #6a767d;
    padding: 4px 0px;
    outline-offset: 2px;
    border-bottom-color:rgb(0, 30, 80);
}

input[type="password"]:disabled,
input[type="text"]:disabled,
input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
textarea:disabled,
.regItem.type6 .regField > label input[type="checkbox"]:disabled ~ span.regPostLabel {
    color: #c2cacf;
    pointer-events: none;
}

input[type="checkbox"]:disabled {
    border: 1px solid #c2cacf;
}

select {
    padding-right: 24px;
    background-image: url("img/24pxchevron-down.png");
    background-position: right 6px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

select:disabled {
    color: #c2cacf;
    background-image: url("img/24pxchevron-down-disabled.png");
}

select:disabled + .datePicker {
    /*display: none;*/
}

textarea {
    color: rgb(0, 30, 80);
    border-bottom-width: 2px;
}

input[type="submit"], a.registerLink, a.toLoginPage, a.pluginButton,
.type16 span.fileinput-button {
    cursor: pointer;
    line-height: 44px;
    color: rgb(255, 255, 255);
    background: rgb(0, 30, 80);
    border-color: rgb(0, 30, 80);
    padding: 0px 40px;
    border-width: 2px;
    border-style: solid;
    border-radius: 22px;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    min-width: 150px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

a.registerLink, a.toLoginPage, a.pluginButton, .type16 span.fileinput-button {
    display: inline-block;
}

input[type="submit"]:hover,
a.registerLink:hover,
a.pluginButton:hover,
.type16 span.fileinput-button:hover
{
    color: rgb(255, 255, 255);
    background: rgb(0, 64, 197);
    border-color: rgb(0, 64, 197);
}

a.toLoginPage {
    color: rgb(0, 30, 80);
    background: #ffffff;
    border-color: rgb(255, 255, 255);
}

a.toLoginPage:hover {
    color: rgb(0, 30, 80);
    background: rgb(76, 199, 244);
    border-color: rgb(76, 199, 244);
}

/* Begin Style Checkbox / Radio */
input[type="radio"] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #001e50;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-top: 0;
}

input[type="radio"]:checked:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #001e50;
    left: 3px;
    font-size: 32px;
}

input[type="radio"]:checked {
    background-color: #ffffff;
    color: #001e50;
    border: 1px solid #001e50;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #00287e;
    padding: 9px;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 18px;
    position: absolute;
    top: -3px;
    left: 2px;
    color: #00287e;
}

input[type="checkbox"].regElementError, input[type="radio"].regElementError {
    border-color: #E4002C;
}

input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled + span
input[type="radio"]:disabled,
input[type="radio"]:disabled + span {
    color: #c2cacf;
}
/* End Style Checkbox / Radio */

.regLabel, .regField, .regText {
    /*width: initial;*/
    width: auto;
    float: none;
    margin: 0;
    padding-bottom: 51px;
}

.regText {
    padding-bottom: 0;
}

.regLabel {
    padding-bottom: 0;
    order: 1;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
    color: #00287e;
}

.regField .readOnly {
    line-height: 24px;
    border: 1px solid transparent;
    border-bottom: 1px solid rgb(223, 228, 232);
    display: block;
    width: 100%;
    /*color: rgb(223, 228, 232);*/
    color: #c2cacf;
    min-height: 24px;
}

@media(max-width: 1599px) {
    .regField .readOnly,
    input[type="text"], select, textarea {
        font-size: 16px;
    }
}

.regItem.type12, .regItem.type13 {
    width: 50%;
}

/* Type Date */
.regField.type12 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.regField.type12 select.day, .regField.type12 span.day {
    order: 1;
    flex-basis: 54px;
    flex-shrink: 0;
    margin-right: 10px;
}
.regField.type12 select.month, .regField.type12 span.month {
    order: 2;
    flex-grow: 1;
    margin-right: 10px;
}
.regField.type12 select.year, .regField.type12 span.year {
    order: 3;
    flex-basis: 70px;
    flex-shrink: 0;
}

.regField.type12 span.day,
.regField.type12 span.month,
.regField.type12 span.year,
.regField.type14 span {
    line-height: 24px;
    padding: 4px 0;
    border: 1px solid transparent;
    border-bottom-color: rgb(223, 228, 232);
    margin-top: 3px;
    margin-bottom: 3px;
}

.regField.type12 input.datePicker {
    order: 4;
    flex-basis: 24px;
    flex-shrink: 0;
    background: url("img/24x24_calendar.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 24px;
    margin: auto 0 0 10px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.regField.type12 select:disabled + input.datePicker {
    background: url("img/24x24_calendar-disabled.png");
    background-repeat: no-repeat;
    pointer-events: none;
}

@media (max-width: 340px) {
    .regField.type12 input.datePicker {
        display: none;
    }
}

/* Type Phone */
.regField.type15 select {
    order: 1;
    flex-basis: 80px;
    flex-shrink: 0;
}

.regField.type15 span.phoneCountryCodeZero {
    order: 2;
    flex-basis: 30px;
    flex-shrink: 0;
    text-align: center;
}

.regField.type15 input[type="text"] {
    order: 3;
    flex-grow: 1;
}

/* Type Field*/
.regField.type2 input[type="text"] {
    order: 1;
    flex-grow: 1;
}

/* Type Radio / Checkbox*/
.regItem.type5 .regLabel, .regItem.type6 .regLabel {
    padding-bottom: 26px;
    /*font-weight: bold;*/
}

.regField.type5, .regField.type6 > label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.regItem.type6 .regField > label {
    display: block;
    line-height: 26px;
}

.regItem.type6 .regField > label input {
    float: left;
}

.regItem.type6 .regField > label span {
    color: #00287e;
}

.regField.type5, .regField.type6 {
    padding-bottom: 28px;
}

.regField.type5 br, .regField.type6 label br {
    display: none;
}
.regField.type5 label, .regField.type6 label {
    color: #00287e;
    padding-bottom: 26px;
    display: flex;
    align-items: center;
}

.regField.type6 > label {
    padding-bottom: 0;
}

/* Type File */
.type16 a {
    border-bottom-color: transparent;
}

.fileinput-button {
    color: rgb(0, 30, 80);
}
/* end field layout */

/* Type Time */
.regField.type13 .hour {
    order: 1;
    margin-right: 5px;
}
.regField.type13 .minute {
    order: 2;
    margin-left: 5px;
}

/* Type Numberfield */
.regField.type14 span {
    margin-right: 10px;
    flex-basis: 50px;
}

/* Type Special */
.regItem.type18 > .regField > div {
    width: 100%;
}

.regItem.type18 > .regField {
    flex-direction: column;
}

/* Overview */
#regFormOverview .regField label {
    width: 100%;
    padding-bottom: 0;
}
#regFormOverview .regField span {
    color: rgb(0, 30, 80);
    display: block;

}

#regFormOverview .regItem.type5 .regLabel,
#regFormOverview .regItem.type6 .regLabel {
    padding-bottom: 0;
}

#regFormOverview .regField.type5,
#regFormOverview .regField.type6 {
    padding-bottom: 51px;
}

#regFormOverview .regDelimiter {
    display: none !important;
}

/* begin Buttons */
.regButtons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.regButtons .regBtnBack, .regButtons .regBtnNext, .regBtnSave {
    width: 50%;
    box-sizing: border-box;
    float: none;
}
.regButtons .regBtnBack {
    padding-right: 20px;
    order: 1;
}
.regButtons .regBtnNext, .regBtnSave {
    padding-left: 20px;
    order: 2;
}
.regButtons > div:only-child {
    padding-left: 0;
    padding-right: 18px;
}
.regButtons .regBtnBack input[type="submit"],
.regButtons .regBtnNext input[type="submit"],
.regButtons .regBtnSave input[type="submit"] {
    float: right;
    /*padding: 0;*/
    display: inline-block;
    width: auto;
}
.regButtons .regBtnNext input[type="submit"],
.regButtons .regBtnSave input[type="submit"] {
    float: left;
}

.regButtons > div:only-child input[type="submit"] {
    float: right;
}
/*end Buttons*/

/* begin login */
.loginContainer, .noLogin h1 {
    display: none;
}

.noLogin .loginRow  {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
}

.noLogin .loginLabel {
    padding-bottom: 0;
    order: 1;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
    color: #00287e;
}

.noLogin .loginField {
    order: 2;
    padding-bottom: 51px;
}

.noLogin .loginButton {
    text-align: center;
    margin-top: 33px;
}

.noLogin input[type="submit"] {
    width: auto;
    min-width: 150px;
}

.loginBg {
    /*background: url("img/Header_Sttartseite_V1.png") no-repeat center center fixed;*/
    /*background: url("img/keyvisual.jpg") no-repeat center center fixed;*/
    /*background: url("img/Multi6.jpg") no-repeat center center fixed;*/
    background: url("img/VW_Nutzfahrzeuge_Header_Keyvisual_ohne_claim.jpg") no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.leftTextBg {
    background: url("img/02_RZ_VWN_T7_Multivan_EX_KV_Claim_White.png");
    background-repeat: no-repeat;
    background-position: -65px 0;
    background-size: 900px auto;
    width: 100%;
    height: 300px;
}

@media (max-width: 1024px) {

    .leftTextBg {
        background-position: -45px 0;
        background-size: 600px auto;
        width: 100%;
        height: 230px;
    }
}

@media(max-width: 768px) {
    .leftTextBg {
        background-position: -17px 0;
        background-size: 100% auto;
        width: 100%;
        height: 200px;
    }
}

@media(max-width: 530px) {
    .leftTextBg {
        height: 120px;
    }
}

/* end login */

/* begin left/right fields layout */
/*desktop*/
.regRow, .regItem, .regField {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.regItem, .regItemEmpty {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
}

.regColumnWidth1.regItem.leftCol, .regColumnWidth1.regItemEmpty.leftCol {
    padding-right: 20px;
}

.regColumnWidth1.regColumnWidth1.regItem.rightCol, .regColumnWidth1.regItemEmpty.rightCol {
    padding-left: 20px;
}

.regDelimiter {
    display: none;
}

.regField {
    order: 2;
}

.regField.type12, .regField.type13, .regField.type15 {
    align-items: center;
}

@media (max-width: 1600px) {

    #navigation_3 ul li a, #navigation_3 ul li a span {
        line-height: 28px;
        font-size: 24px;
    }
}

@media (max-width: 1024px) {

    #middle_content, #footer_content {
        padding-right: 60px;
        padding-left: 60px;
    }

    #navigation_3 {
        padding-left: 60px;
    }

    .regRow {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .regItem.regColumnWidth1, .regItem.regColumnWidth2 {
        width: 100%;
    }

    .regItem.leftCol, .regItemEmpty.leftCol {
        padding-right: 0;
    }

    .regItem.rightCol, .regItemEmpty.rightCol {
        padding-left: 0;
    }


    .regButtons {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .regButtons .regBtnBack,.regButtons .regBtnNext,.regButtons .regBtnSave {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #middle_content, #footer_content {
        padding-right: 40px;
        padding-left: 40px;
    }

    .regButtons .regBtnBack {
        padding-right: 5px;
    }
    .regButtons .regBtnNext, .regBtnSave {
        padding-left: 5px;
    }
}

@media (max-width: 425px) {
    #sandwichHead {
        left: 20px;
        top: 6px;
    }
    #navigation_3 {
        padding-left: 20px;
    }

    #middle_content, #footer_content {
        padding: 0 20px;
    }

    #footer_content {
        padding-top: 40px;
    }

    #middle_content {
        padding-top: 80px;
    }

    .regButtons {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .noLogin input[type="submit"],
    .regButtons .regBtnBack input[type="submit"],
    .regButtons .regBtnNext input[type="submit"],
    .regButtons .regBtnSave input[type="submit"],
    input[type="submit"], a.registerLink,
    .regButtons > div:only-child input[type="submit"] {
        width: 100%;
        float: none;
    }

    .regButtons .regBtnBack,.regButtons .regBtnNext,.regButtons .regBtnSave {
        padding-left: 0;
        padding-right: 0;
    }

}
/* end left/right fields layout */

/* Begin VW Logo Line and header */
.fullScreenBg.noLogin #header {
    background: none;
}

.noLogin #sandwichHead {
    /*display: none;*/
}

.vwLogoLine {
    /*display: none;*/
}
/*.noLogin*/ .vwLogoLine {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 12px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.23s ease-in;
    transition: all 0.23s ease-in;
    -o-transition: all 0.25s ease-in;
    background: none;
    padding-top: 10px;
}

.vwLogoLine .first, .vwLogoLine .third {
    height: 2px;
    background: #001e50;
}

.vwLogoLine .first {
    order: 1;
    flex-grow: 4;
}
.vwLogoLine .second {
    order: 2;
    min-height: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    background-image: url(img/VWLogoDarkBlueSmall.png);
    background-repeat: no-repeat;
    background-position: -12px -12px;
    background-color: #ffffff;
    border-radius: 50px;
    margin: 0 12px;
}

.vwLogoLine .second_text {
    display: none !important;
    order: 3;
    min-height: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    border-radius: 50px;
    margin: 0 12px 0 0;
    color: #001E50;
    font: bold 12px/1 "vwn-head", Arial, Helvetica, sans-serif;
    line-height: 56px;
}

.lang_en .vwLogoLine .second_text {
    flex-basis: 80px;
    line-height: 20px;
    min-height: auto;
}

.fullScreenBg .vwLogoLine .second {
    background-color: transparent;
}

.vwLogoLine .third {
    order: 3;
    flex-grow: 2;
}

.fullScreenBg .vwLogoLine .first,
.fullScreenBg .vwLogoLine .third {
    background: #ffffff;
}

.fullScreenBg .vwLogoLine .second_text {
    color: #ffffff;
}

.fullScreenBg .vwLogoLine .second {
    order: 2;
    min-height: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    background-image: url(img/VWLogoWhiteSmall.png);
    background-repeat: no-repeat;
    background-position: -12px -12px;
    border-radius: 50px;
    margin: 0 12px;
}

.sticky .vwLogoLine {
    top: -100px;
}

@media (max-width: 425px) {

    #header {
        height: 44px;
    }

    .vwLogoLine {
        /*padding-top: 20px;*/
    }

    .vwLogoLine .first,
    .vwLogoLine .third {
        height: 1px;
    }


    /*.noLogin*/ .vwLogoLine .second,
    .vwLogoLine .second,
    .fullScreenBg .vwLogoLine .second {
        min-height: 40px;
        flex-basis: 40px;
        flex-shrink: 0;
        background-size: 55px;
        background-position: -8px -8px;
        margin: 0 8px
    }

    .sticky .vwLogoLine {
        top: -93px;
    }


}
/* End VW Logo Line and header */


/* Start Klapptexte */
.expandText {
    height: 0;
    visibility: hidden;
}

.expandHeadline {
    cursor: pointer;
    position: relative;
    padding:24px 24px 24px 0;
    border-bottom: 2px solid rgb(223, 228, 232);
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.expandHeadline.au-expanded {
    border-bottom-color: transparent;
}

.expandHeadline::after {
    font-family:"Font Awesome 5 Pro";
    /*font-weight: 900;*/
    position: absolute;
    top: 26px;
    right: 0;
    width: 24px;
    height: 24px;
    content: "\f107";/* angle-down */
}

.expandHeadline.au-expanded::after {
    content: "\f106";/* angle-up */
}
/* Ende Klapptexte */

/* Begin Error Style */
#loginError {
    color: #E4002C;
    padding-bottom: 24px;

}

.regMandatoryInfo {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 24px;
}

.regError {
    margin-bottom: 24px;
}
.regError,
.regError .headline,
.regError .item
{
    color: #E4002C;
    display: block;
    line-height: 24px;
}

.regError .headline {
    font-size: 18px;
}

.regItem.itemError input[type="text"],
.regItem.itemError input[type="password"],
.regItem.itemError textarea,
.regItem.itemError select {
    border-bottom-color: #E4002C;
}
/* End Error Style */

/* set Footer always down */
html,
body,
#page_margins {
    margin:0;
    padding:0;
    height:100%;
}

#page {
    min-height:100%;
    position:relative;
    box-sizing: border-box;
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select, select:disabled {
        background-image: none;
        padding-right: 10px;

    }
}

/* Edge */
@supports (-ms-ime-align: auto) {
    input[type="radio"],
    input[type="radio"]:checked {
        padding: 0;
        border: none;
    }

    input[type="radio"] {
        -webkit-appearance: radio;
    }

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }
}

/* text Overlay login Page*/
.noLogin .smallOverlay, .noLogin .bigOverlay {
    /*color: rgb(0, 64, 197);*/
    color: white;
    font-size: 144px;
    line-height: 114px;
    margin: 0;
    padding: 0;
    display: none;
}

.noLogin .smallOverlay {
    font-family: VWHead-Light;
    margin-bottom: 24px;
    margin-top: 280px;
}


.noLogin .bigOverlay {
    margin-bottom: 50px;
    font-family: VWHead-Bold;
}

@media(max-width: 1440px) {

    .noLogin .smallOverlay,
    .noLogin .bigOverlay {
        font-size: 100px;
        line-height: 100px;
        padding: 0;
    }

    .noLogin .smallOverlay {
        margin-bottom: 12px;
        margin-top: 230px;

    }
}

@media(max-width: 1023px) {

    .noLogin .smallOverlay,
    .noLogin .bigOverlay {
        font-size: 74px;
        line-height: 74px;
    }

    .noLogin .smallOverlay {
        margin-bottom: 16px;
        margin-top: 160px;
    }
}

@media(max-width: 767px) {

    .noLogin .smallOverlay,
    .noLogin .bigOverlay {
        font-size: 40px;
        line-height: 40px;
    }

    .noLogin .smallOverlay {
        margin-bottom: 16px;
        margin-top: 160px;
    }
}

@media(max-width: 530px) {

    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .noLogin .smallOverlay,
    .noLogin .bigOverlay {
        font-size: 40px;
        line-height: 40px;
    }

    .noLogin .smallOverlay {
        margin-bottom: 0;
        margin-top: 240px;
    }
}

@media(max-width: 374px) {
    .noLogin .smallOverlay,
    .noLogin .bigOverlay {
        font-size: 32px;
        line-height: 32px;
    }

    .noLogin .smallOverlay {
        margin-top: 80px;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 900px)
and (max-device-width: 1025px)
and (orientation: landscape) {
    .noLogin .smallOverlay {
        margin-top: 20px;
    }
}

@media only screen
and (min-device-width: 700px)
and (max-device-width: 900px)
and (orientation: landscape) {

    .noLogin .smallOverlay,
    .noLogin .bigOverlay {
        font-size: 32px;
        line-height: 32px;
    }

    .noLogin .smallOverlay {
        margin-top: 20px;
    }

    .noLogin .bigOverlay {
        margin-bottom: 20px;
    }
}

@media only screen
and (min-device-width: 400px)
and (max-device-width: 700px)
and (orientation: landscape) {

    .noLogin .smallOverlay,
    .noLogin .bigOverlay {
        font-size: 32px;
        line-height: 32px;
    }

    .noLogin .smallOverlay {
        margin-top: 0px !important;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .noLogin .bigOverlay {
        margin-bottom: 20px;
        margin-top: -8px;
    }
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .noLogin .smallOverlay {
        margin-top: 160px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (max-device-height : 767px)
and (orientation : landscape) {
    .noLogin .smallOverlay {
        margin-top: 20px;
    }
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .noLogin .smallOverlay {
        margin-top: 320px;
    }
}

/* iPad Pro (portrait) ----------- */
@media only screen
and (min-device-width : 1024px)
and (max-device-width : 1366px)
and (orientation : portrait) {
    .noLogin .smallOverlay {
        margin-top: 560px;
    }
}


/* hideElement */
.hideElement {
    display: none;
}

@media only screen
and (max-device-height : 570px)
and (orientation : landscape) {
    .fullScreenBg .smallOverlay {
        margin-top: -20px !important;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .fullScreenBg .bigOverlay {
        margin-bottom: 10px;
        margin-top: -8px;
    }

    .fullScreenBg #footer_content {
        padding-top: 5px;
    }

}

@media (min-height : 600px) {
    .fullScreenBg .text_home {
        position: absolute;
        bottom: 150px;
    }

    .fullScreenBg .smallOverlay {
        margin-top: 0px !important;
        padding-top: 0px;
    }

}

@media (min-height : 800px) {
    .fullScreenBg .text_home {
        position: absolute;
        bottom: 300px;
    }

    .fullScreenBg .smallOverlay {
        margin-top: 0px !important;
        padding-top: 0px;
    }

}

/* font-size 16px input label */
.noLogin .loginLabel,
.regLabel {
    font-size: 16px;
}
/* font-size 20px input value */
input[type="submit"], a.registerLink, a.toLoginPage,
.regField .readOnly,
.regField.type5 label, .regField.type6 label,
.regItem.type6 .regField > label span,
a.pluginButton,
.type16 span.fileinput-button {
    font-size: 20px;
}

/* begin type file */
.regField.type16 {
    display: block;
}
.type16 span.fileinput-button {
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block !important;
}

.type16 span.fileinput-button span {
    color: #ffffff;
}

.type16 .fileError {
    margin-top: 5px;
    margin-right: 10px;
}

.type16 input[type="file"] {
    width: 100%;
    height: 100%;
}

.fileExists {
    display: block !important;
}
.fileExists div {
    width: auto;
    margin-right: 8px;
}
/* end type file */

/* Language Navigation */
#header_lang {
    display: block;
    position: absolute;
    right: 40px;
    top: 15px;
    z-index: 2;
}
#header_lang .flag_label {
    display: none;
}
#header_lang a {
    background: none;
    border: none;
    font-size: 18px;
    color:rgb(0, 30, 80);
    line-height: 24px;
    display: inline-block;
    height: auto;
    width: auto;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

#header_lang a {
    margin-right: 8px;
}

#header_lang a:last-of-type {
    margin-right: 0;
}

#header_lang .activeLang,
#header_lang a:hover {
    color: rgb(0, 64, 197);
}

#header_lang 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;
}

#header_lang a:hover::after,
#header_lang a.activeLang::after {
    content:" ";
    width: 100%;
}

@media (max-width: 425px) {
    #header_lang {
        right: 20px;
        top: 5px;
    }
}

#header_lang .flag_it,
#header_lang .flag_pl,
#header_lang .flag_ro,
#header_lang .flag_es {
    display: none;
}


/* italienisch */
.group401 #header_lang .flag_it,
.group481 #header_lang .flag_it,
.group469 #header_lang .flag_it {
    display: inline-block;
}

/* polnisch */
.group410 #header_lang .flag_pl,
.group489 #header_lang .flag_pl,
.group462 #header_lang .flag_pl {
    display: inline-block;
}

/* rumänisch */
.group407 #header_lang .flag_ro {
    display: inline-block;
}

/* spanisch */
.group411 #header_lang .flag_es,
.group399 #header_lang .flag_es,
.group480 #header_lang .flag_es,
.group473 #header_lang .flag_es,
.group445 #header_lang .flag_es,
.group460 #header_lang .flag_es {
    display: inline-block;
}


/* de en ausblenden */

.group401 #header_lang .flag_de,
.group401 #header_lang .flag_en,
.group481 #header_lang .flag_de,
.group481 #header_lang .flag_en,
.group469 #header_lang .flag_de,
.group469 #header_lang .flag_en,
.group410 #header_lang .flag_de,
.group410 #header_lang .flag_en,
.group489 #header_lang .flag_de,
.group489 #header_lang .flag_en,
.group462 #header_lang .flag_de,
.group462 #header_lang .flag_en,
.group407 #header_lang .flag_de,
.group407 #header_lang .flag_en,
.group411 #header_lang .flag_de,
.group411 #header_lang .flag_en,
.group399 #header_lang .flag_de,
.group399 #header_lang .flag_en,
.group480 #header_lang .flag_de,
.group480 #header_lang .flag_en,
.group473 #header_lang .flag_de,
.group473 #header_lang .flag_en,
.group445 #header_lang .flag_de,
.group445 #header_lang .flag_en,
.group460 #header_lang .flag_de,
.group460 #header_lang .flag_en {
    display: none;
}


/* Agenda */

.agendaTable,
.agendaTable tr:first-child {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-collapse:collapse;
}

.agendaTable tr {
    border-top: 1px solid #DCDCDC;
    padding-top: 15px;
}

.agendaTable td {
    padding: 5px 0;
}

/* Agenda */

.readOnlyField input[type="checkbox"],
.readOnlyField input[type="radio"],
.readOnlyField input[type="text"],
.readOnlyField label,
.readOnlyField label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

body.group501 #header_lang .flag_en,
body.group501 #header_lang .flag_it,
body.group501 #header_lang .flag_pl,
body.group501 #header_lang .flag_ro,
body.group501 #header_lang .flag_es,
body.group502 #header_lang .flag_en,
body.group502 #header_lang .flag_it,
body.group502 #header_lang .flag_pl,
body.group502 #header_lang .flag_ro,
body.group502 #header_lang .flag_es{
    display: none;
}

.eventTilesHeadline,
.eventsKeyVisualOverlay,
.salutationCtn,
.personFirstname {
    display: none !important;
}

a.toSSOLoginPage {
    cursor: pointer;
    line-height: 44px;
    color: rgb(255, 255, 255);
    background: rgb(0, 30, 80);
    border-color: rgb(0, 30, 80);
    padding: 0px 40px;
    border-width: 2px;
    border-style: solid;
    border-radius: 22px;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    min-width: 150px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

a.toSSOLoginPage {
    display: inline-block;
}

a.toSSOLoginPage {
    color: rgb(0, 30, 80);
    background: #ffffff;
    border-color: rgb(255, 255, 255);
}

a.toSSOLoginPage:hover {
    color: rgb(0, 30, 80);
    background: rgb(76, 199, 244);
    border-color: rgb(76, 199, 244);
}

a.toSSOLoginPage {
    font-size: 20px;
}

.loginTextPage:not(.fullScreenBg) #homepage > br {
    display: none;
}

.loginTextPage:not(.fullScreenBg) #middle_content {
    padding-top: 60px;
}

@media (min-width: 980px) {
    #sandwichHead {
        display: none;
    }
    #navigation_3 {
        padding: 0;
        width: auto;
        height: auto;
        background: none;
        z-index: 2;
        position: absolute;
        left: 80px;
        top: 4px;
    }
    #navigation_3 ul, #navigation_3 ul li {
        display: inline-block;
        margin-right: 10px;
    }
    #navigation_3 ul, #navigation_3 ul li a {
        cursor: pointer;
        padding: 0;
    }

    #navigation_3 ul,
    #navigation_3 ul li a span {
        color: #001e50;
        font-size: 24px !important;
        line-height: 36px !important;
    }

    #navigation_3 ul li a::after {
        content: "|";
        color: #001e50;
        display: inline-block;
        /*margin: 0 10px;*/
        margin-left: 10px;
    }

    #navigation_3 ul li:last-child a:after
    {
        content: '';
        display: inline-block;
        margin-left: 10px;
    }

    .fullScreenBg #navigation_3 ul,
    .fullScreenBg #navigation_3 ul li a span {
        color: #fff;
    }

    #navigation_3 ul li:hover a span {
        color: rgb(0, 64, 197);
    }

    .fullScreenBg #navigation_3 ul li:hover a span {
        color: rgb(76, 199, 244);
    }
}

.index_content_text.event_none #navigation_3,
.index_content_text.event_none #sandwichHead {
    display: none !important;
}