/* layout */
/* fonts */
/* colors */
/* links */
/* form elements */
/* buttons */
/* register link */
/* tables */
/* step wizzard */
/* page bg */
/*
px to rem sizes (Browser rem = 16px):
1px=0.0625rem
2px=0.125rem
4px=0.25rem
5px=0.3125rem
6px=0.375rem
8px=0.5rem
10px=0,625rem
12px=0.75rem
14px=0.875rem
16px=1rem
18px=1.125rem
20px=1.25rem
22px=1.375rem
24px=1.5rem
26px=1.625rem
28px=1.75rem
30px=1.875rem
32px=2rem
34px=2.125rem
36px=2.25rem
38px=2.375rem
40px=2.5rem
42px=2.625rem
44px=2.75rem
46px=2.875rem
48px=3rem
50px=3.125rem
52px=3.25rem
54px=3.375rem
56px=3.5rem
58px=3.625rem
60px=3.75rem
*/

@font-face {
    font-family: 'BMWMotorrad-Bold';
    src: url("fonts/BMWMotorradW05-Bold.eot");
    src: url("fonts/BMWMotorradW05-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/BMWMotorradW05-Bold.woff2") format("woff2"), url("fonts/BMWMotorradW05-Bold.woff") format("woff"), url("fonts/BMWMotorradW05-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'BMWMotorrad-Regular';
    src: url("fonts/BMWMotorradW05-Regular.eot");
    src: url("fonts/BMWMotorradW05-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/BMWMotorradW05-Regular.woff2") format("woff2"), url("fonts/BMWMotorradW05-Regular.woff") format("woff"), url("fonts/BMWMotorradW05-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'BMWMotorradOutline-Regular';
    src: url("fonts/BMWMotorradOutline-Regular.eot");
    src: url("fonts/BMWMotorradOutline-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/BMWMotorradOutline-Regular.woff2") format("woff2"), url("fonts/BMWMotorradOutline-Regular.woff") format("woff"), url("fonts/BMWMotorradOutline-Regular.ttf") format("truetype");
}

html {
    font-size: 15px;
}

* {
    box-sizing: border-box;
    font-family: 'BMWMotorrad-Regular', sans-serif;
    color: #16171a;
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 48px;
    line-height: 58px;
    font-family: "BMWMotorrad-Bold", sans-serif;
    text-transform: uppercase;
    margin: .67em 0;
}

h2 {
    font-size: 30px;
    font-family: "BMWMotorrad-Bold", sans-serif;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    font-family: "BMWMotorrad-Bold", sans-serif;
}

h4 {
    font-size: 18px;
    font-family: "BMWMotorrad-Bold", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 7px 0 0 0;
}

.regHeadline {
    font-size: 48px;
    line-height: 58px;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 20px;
    margin-bottom: 20px;
}

ul li {
    margin: 0;
    padding-bottom: 5px;
}

table {
    width: 100% !important;
    color: #16171a;
    background: transparent;
    margin-top: 1.875em;
    border: none;
    border-collapse: collapse;
}

table tr td {
    padding: 5px;
    border: none;
}

table tr:nth-child(odd) {
    /*background: #eeefea;*/
}

table tr:nth-child(even) {
    background: #ffffff;
}

table tr:first-child {
    background: #aaa38e;
}

table tr:first-child td {
    font-weight: bold;
}

a, a:visited, a:focus {
    color: #0062ff;
    text-decoration: none;
}

a:hover, a:active, a:visited:hover, a:visited:active, a:focus:hover, a:focus:active {
    color: #0062ff;
    text-decoration: underline;
}

#logo {
    display: none;
}

#portallogo_header {
    display: none;
}

#header_lang_mobile {
    display: none;
}

#navigation_3, #navigation_2, #navigation_1 {
    display: block;
}

#navigation_3 ul, #navigation_2 ul, #navigation_1 ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation_3 ul a, #navigation_2 ul a, #navigation_1 ul a {
    display: block;
    padding: 0 10px;
    line-height: 23px;
}

#navigation_2 ul {
    flex-wrap: wrap;
}

#sandwichHead {
    display: none;
}

#left {
    display: none;
}

#middle {
    margin-left: 0;
}

/* begin field layout */
input[type="password"], input[type="text"], input[type="submit"], textarea, select {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 10px;
    line-height: 1.5em;
    border: 1px solid #dee2e6;
    font-size: 16px;
    background: #ffffff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #495057;
}

input[type="password"]:focus, input[type="text"]:focus, input[type="submit"]:focus, textarea:focus, select:focus {
    color: #495057;
    outline: 0;
    box-shadow: 0 0 3px 2px #dee2e6;
}

input[type="password"]:disabled,
input[type="text"]:disabled,
textarea:disabled,
select:disabled {
    border-color: #cccccc;
    color: #cccccc;
    background: #ffffff;
}

select {
    /*-moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-image: url('img/bmw-grp_media_down_def_b.svg');
      background-repeat: no-repeat;
      background-position: right 5px top 50%;
      background-size: 24px;*/
}

select#business_mobile_phoneCountryCode,
select#business_mobile2_phoneCountryCode {
    min-width: fit-content;
}

input[type="submit"] {
    cursor: pointer;
    line-height: 24px;
    background: #ffffff;
    color: #16171a;
    min-width: 7rem;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px;
    font-family: "BMWMotorrad-Bold", sans-serif;
    -webkit-transition: background-color .2s,border .2s,color .2s;
    -moz-transition: background-color .2s,border .2s,color .2s;
    -ms-transition: background-color .2s,border .2s,color .2s;
    -o-transition: background-color .2s,border .2s,color .2s;
    transition: background-color .2s,border .2s,color .2s;
    border: 2px solid #16171a;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    color: #ffffff;
    background: #0062ff;
    border: 2px solid #0062ff;
}

input[type="submit"]:hover:disabled, input[type="submit"]:focus:disabled {
    background: #7c89a1;
    border-color: #7c89a1;
    opacity: 70%;
}

input[type="submit"]:disabled {
    background: #7c89a1;
    border-color: #7c89a1;
    opacity: 70%;
}

/* begin 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 {
    flex-basis: 4.5rem;
    flex-shrink: 0;
    margin-right: 0.625rem;
}

.regField.type12 select.month {
    margin-right: 0.625rem;
    flex-basis: 10rem;
}

.regField.type12 select.year {
    flex-basis: 6rem;
    margin-right: 0.625rem;
}

.regField.type12 input.datePicker {
    order: 4;
    flex-basis: 1.5rem;
}

.regField.type12 span.day {
    flex-basis: 3.5rem;
    flex-shrink: 0;
    margin-right: 0.625rem;
    border-bottom: 2px solid #444444;
    line-height: 19px;
    padding: 0.25em;
    font-size: 15px;
}

.regField.type12 span.month {
    flex-grow: 1;
    margin-right: 0.625rem;
    border-bottom: 2px solid #444444;
    line-height: 19px;
    padding: 0.25em;
    font-size: 15px;
}

.regField.type12 span.year {
    flex-basis: 8rem;
    margin-right: 0.625rem;
    border-bottom: 2px solid #444444;
    line-height: 19px;
    padding: 0.25em;
}


.regField.type12 select:disabled ~ i,
.regField.type12 select:disabled ~ span.year,
.regField.type12 select:disabled ~ span.month,
.regField.type12 select:disabled ~ span.day {
    color: #cccccc;
    border-bottom-color: #CCCCCC;
}

/* end type Date*/
/* begin type Phone */
.regField.type15 select {
    order: 1;
    flex-basis: 5rem;
    flex-shrink: 0;
}

.regField.type15 span.phoneCountryCodeZero {
    order: 2;
    flex-basis: 1.875rem;
    flex-shrink: 0;
    text-align: center;
    visibility: hidden;
}

.regField.type15 input[type="text"] {
    order: 3;
    flex-grow: 1;
}

/* end type Phone */
/* begin type Field*/
.regField.type2 input[type="text"] {
    order: 1;
    flex-grow: 1;
}

/* end type Field*/
.regItem.type5 {
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.regItem.type5 br {
    display: none;
}

.regItem.type5 > .regText {
    flex: 0 0 100%;
}

.regItem.type5 > .regField.type5 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.regItem.type5 > .regField.type5 > label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.regItem.type5.multiItemsBlock {
    display: block;
}

.regItem.type5.multiItemsBlock .regLabel {
    width: 195px;
    float: left;
}

.regItem.type5.multiItemsBlock label label {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    height: 1rem;
}

.regItem.type6 {
    flex-wrap: wrap;
}

.regItem.type6 label br {
    display: none;
}

.regItem.type6 > .regText {
    flex: 0 0 100%;
}

.regItem.type6 > .regField.type6 {
    flex-direction: column;
}

.regItem.type6 > .regField.type6 > label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.regItem.type6.multiItemsBlock {
    display: block;
}

.regItem.type6.multiItemsBlock .regLabel {
    width: 195px;
    float: left;
}

.regItem.type6.multiItemsBlock .regField.type6 > label {
    margin-bottom: 0;
}

.regItem.type6.multiItemsBlock label label {
    height: 1rem;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.regItem.type6.multiItemsBlock label label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
}

.regPostLabel {
    margin-bottom: 10px;
}

/* end field layout */
/* begin infoIcon */
a.infoIconContainer, a.infoIconContainer:hover,
a.infoIconContainer:link, a.infoIconContainer:visited {
    border-bottom: none;
}

.infoIconContainer .infoIcon {
    display: none;
}

/* end infoIcon */
/* begin type special */
.regRow .regItem.type18 {
    display: block;
}

.regRow .regItem.type18 .regLabel.type18,
.regRow .regItem.type18 .regText.type18,
.regRow .regItem.type18 .regField.type18 {
    width: 100%;
}

.regRow .regItem.type18 .regField.type18 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.regRow .regItem.type18#regItem_private_youtube, .regRow .regItem.type18#regItem_private_xing, .regRow .regItem.type18#regItem_private_weibo, .regRow .regItem.type18#regItem_private_vimeo, .regRow .regItem.type18#regItem_private_twitter, .regRow .regItem.type18#regItem_private_snapchat, .regRow .regItem.type18#regItem_private_skype, .regRow .regItem.type18#regItem_private_renren, .regRow .regItem.type18#regItem_private_pinterest, .regRow .regItem.type18#regItem_private_instagram, .regRow .regItem.type18#regItem_private_google, .regRow .regItem.type18#regItem_private_flickr, .regRow .regItem.type18#regItem_private_facebook, .regRow .regItem.type18#regItem_private_myspace, .regRow .regItem.type18#regItem_private_linkedin, .regRow .regItem.type18#regItem_private_blog1, .regRow .regItem.type18#regItem_private_blog2, .regRow .regItem.type18#regItem_youtube, .regRow .regItem.type18#regItem_xing, .regRow .regItem.type18#regItem_weibo, .regRow .regItem.type18#regItem_vimeo, .regRow .regItem.type18#regItem_twitter, .regRow .regItem.type18#regItem_snapchat, .regRow .regItem.type18#regItem_skype, .regRow .regItem.type18#regItem_renren, .regRow .regItem.type18#regItem_pinterest, .regRow .regItem.type18#regItem_myspace, .regRow .regItem.type18#regItem_instagram, .regRow .regItem.type18#regItem_linkedin, .regRow .regItem.type18#regItem_flickr, .regRow .regItem.type18#regItem_google, .regRow .regItem.type18#regItem_facebook, .regRow .regItem.type18#regItem_blog1, .regRow .regItem.type18#regItem_blog2 {
    display: flex;
}

/* end type special */
/* begin Radio */
input[type="radio"] {
    margin: 0 10px 0 0;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

input[type="radio"]:checked {
    background-color: #ffffff;
    color: #444444;
    border: 2px solid #444444;
}

input[type="radio"]:checked:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    background: #444444;
    text-shadow: none;
    left: 4px;
    font-size: 32px;
}

input[type="radio"]:disabled, input[type="radio"]:disabled + span {
    color: #cccccc;
    border-color: #cccccc;
}

input[type="radio"]:disabled:after, input[type="radio"]:disabled + span:after {
    color: #cccccc;
    background: #cccccc;
}

/* end Radio */
/* begin Checkbox */
input[type="checkbox"] {
    margin: 0 10px 0 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 9px;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    box-shadow: 0 0 3px 2px #dee2e6;
}

input[type="checkbox"]:checked:after {
    background: url("img/bmw-grp_media_checkmark_def_b.svg") no-repeat left top;
    width: 24px;
    height: 24px;
    position: absolute;
    content: ' ';
    top: -2px;
    left: -3px;
    color: #444444;
}

input[type="checkbox"]:disabled, input[type="checkbox"]:disabled + span {
    color: #cccccc;
    border-color: #cccccc;
}

input[type="checkbox"]:disabled:after, input[type="checkbox"]:disabled + span:after {
    color: #cccccc;
}

input[type="checkbox"]:disabled:checked:after, input[type="checkbox"]:disabled + span:checked:after {
    background: url("img/bmw-grp_media_checkmark_dis_b.svg") no-repeat left top;
    width: 24px;
    height: 24px;
    position: absolute;
    content: ' ';
    top: -2px;
    left: -3px;
    color: #cccccc;
}

/* end Checkbox */
/* begin type Time */
.regField.type13 .hour {
    order: 1;
    margin-right: 0.3125rem;
}

.regField.type13 .minute {
    order: 2;
    margin-left: 0.3125rem;
}

/* end type Time */
/* 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, .regButtons .regBtnSave {
    width: 50%;
    box-sizing: border-box;
    float: none;
}

.regButtons .regBtnBack input[type="submit"], .regButtons .regBtnNext input[type="submit"], .regButtons .regBtnSave input[type="submit"] {
    float: right;
    display: inline-block;
    width: auto;
    min-width: 7em;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.regButtons .regBtnBack {
    padding-right: 15px;
    order: 1;
}

.regButtons .regBtnNext, .regButtons .regBtnSave {
    padding-left: 15px;
    order: 2;
}

.regButtons .regBtnNext input[type="submit"], .regButtons .regBtnSave input[type="submit"] {
    float: left;
}

.regButtons > div:only-child {
    padding-left: 0;
    padding-right: 15px;
}

.regButtons > div:only-child input[type="submit"] {
    float: right;
}

/*end Buttons*/
/* begin register link */
body #page .registerLink,
body #page .registerLink:visited,
body #page .registerLink:focus {
    text-decoration: none;
    margin-top: 40px;
    cursor: pointer;
    line-height: 24px;
    text-transform: uppercase;
    background: #ffffff;
    color: #16171a;
    padding: 6px 20px;
    display: inline-block;
    width: auto;
    min-width: 7rem;
    font-size: 16px;
    text-align: center;
    font-family: "BMWMotorrad-Bold", sans-serif;
    transition: background-color .2s,border .2s,color .2s;
    border: 2px solid #16171a;
}

body #page .registerLink:hover,
body #page .registerLink:visited:hover,
body #page .registerLink:focus:hover {
    color: #ffffff;
    background: #0062ff;
    border: 2px solid #0062ff;
    text-decoration: none;
}

/* end register link */
/* begin Klapptexte */
.expandText {
    height: 0;
    visibility: hidden;
    padding: 0px 10px;
    background: #f2f2f2;
    margin-bottom: 1rem;
}

.expandHeadline {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding: 30px 10px;
    background: #ffffff;
    border-top: 2px solid #e6e6e6;
}

.expandHeadline:last-of-type {
    border-bottom: 2px solid #e6e6e6;
}

.expandHeadline::after {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 24px;
    height: 24px;
    content: url("img/bmw-grp_media_down_def_d.svg");
}

.expandHeadline.expandHeadline.au-expanded::after {
    content: url("img/bmw-grp_media_up_def_b.svg");
}

.expandHeadline.au-expanded {
    border-top: 2px solid #f2f2f2;
    background: #f2f2f2;
    font-weight: bold;
}

.expandHeadline.au-expanded:last-of-type {
    border-bottom: none;
}

/* end Klapptexte */
/* begin Error */
#loginError {
    color: red;
    padding-bottom: 1.5em;
}

.regMandatoryInfo {
    width: 780px;
    margin: 0 auto;
    font-size: 14px;
}

.regError {
    margin-bottom: 2em;
}

.regError,
.regError .headline,
.regError .item {
    color: red;
}

.regItem.itemError input[type="text"],
.regItem.itemError input[type="password"],
.regItem.itemError textarea,
.regItem.itemError select {
    border-color: red;
}

.regItem.itemError input[type="text"] focus,
.regItem.itemError input[type="password"] focus,
.regItem.itemError textareafocus,
.regItem.itemError selectfocus {
    background: #ffffff;
}

input[type="radio"].regElementError {
    border-color: red;
}

input[type="radio"].regElementError:after {
    background: red;
}

input[type="checkbox"].regElementError {
    border-color: red;
}

.regItem.itemError .far.fa-calendar-alt {
    color: red;
}

/* end Error */
/* begin datePicker */
.ui-datepicker a.ui-datepicker-prev,
.ui-datepicker a.ui-datepicker-next {
    border-bottom: none;
}

.ui-datepicker a.ui-datepicker-prev.ui-state-hover,
.ui-datepicker a.ui-datepicker-next.ui-state-hover {
    border-bottom: 1px solid #cccccc;
}

.ui-datepicker select {
    border-bottom-width: 1px;
}

table.ui-datepicker-calendar tr {
    background: unset;
}

input[type="button"].datePicker {
    background: none;
    z-index: 1;
}

input[type="button"].datePicker + .fa-calendar-alt {
    order: 4;
    margin-left: -14px;
}

@media (max-width: 374px) {
    input[type="button"].datePicker {
        flex-basis: 3rem;
    }

    input[type="button"].datePicker,
    input[type="button"].datePicker + .fa-calendar-alt {
        display: none;
    }

    .regField.type12 select.day {
        margin-right: 0;
    }
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("img/ui-icons_444444_256x240.png") !important;
}

/* end datepicker */
/* begin hideElement */
.hideElement {
    display: none !important;
}

/* end hideElement */
/* begin overview */
.regItem > .regLabel {
    /*font-weight: bold;*/
}

/* end overview */
/* start mobile tables */
.mobileTable .groupRow {
    /*border: 1px solid $tableBorder;*/
    margin-bottom: 30px;
}

.mobileTable .row > div {
    padding: 5px;
}

.mobileTable .label {
    font-weight: bold;
    /*border-top: 1px solid $tableBorder;*/
    background: #aaa38e;
}

.mobileTable .row:first-child .label {
    border-top: none;
}

.mobileTable .value {
    /*border-top: 1px solid $tableBorder;*/
}

.mobileTable.mobileTableLabelLeft .groupRow .row:nth-child(even) .value {
    background: #eeefea;
}

.mobileTable.mobileTableLabelLeft .groupRow .row:nth-child(odd) .value {
    background: #ffffff;
}

table.noWrapFirstTd td:first-child,
table.noWrapFirstTd th:first-child,
table.noWrapSecondTd td:nth-of-type(2),
table.noWrapSecondTd th:nth-of-type(2),
table.noWrapThirdTd td:nth-of-type(3),
table.noWrapThirdTd th:nth-of-type(3),
table.noWrapLastTd td:last-child,
table.noWrapLastTd th:last-child {
    white-space: nowrap;
}

/* end mobile tables */
.icon_printer,
.icon_pdf,
.icon_movie,
.icon_folder_default,
.icon_folder_inactive,
.icon_folderempty_default,
.icon_folderempty_inactive,
.icon_folderimages_default,
.icon_folderimages_inactive,
.icon_foldermovies_default,
.icon_foldermovies_inactive,
.icon_zip_default,
.icon_zip_inactive,
.icon_pdf_default,
.icon_pdf_inactive,
.icon_doc_default,
.icon_doc_inactive,
.icon_xls_default,
.icon_xls_inactive,
.icon_ppt_default,
.icon_ppt_inactive,
.icon_mov_default,
.icon_mov_inactive,
.icon_mpp_default,
.icon_mpp_inactive,
.icon_wav_default,
.icon_wav_inactive,
.icon_img_default,
.icon_img_inactive,
.icon_document,
.icon_exelExport,
.icon_infoSmall,
.icon_edit,
.icon_folder,
.icon_infoSmall {
    background: none !important;
    position: relative;
}

.icon_printer::before,
.icon_pdf::before,
.icon_movie::before,
.icon_folder_default::before,
.icon_folder_inactive::before,
.icon_folderempty_default::before,
.icon_folderempty_inactive::before,
.icon_folderimages_default::before,
.icon_folderimages_inactive::before,
.icon_foldermovies_default::before,
.icon_foldermovies_inactive::before,
.icon_zip_default::before,
.icon_zip_inactive::before,
.icon_pdf_default::before,
.icon_pdf_inactive::before,
.icon_doc_default::before,
.icon_doc_inactive::before,
.icon_xls_default::before,
.icon_xls_inactive::before,
.icon_ppt_default::before,
.icon_ppt_inactive::before,
.icon_mov_default::before,
.icon_mov_inactive::before,
.icon_mpp_default::before,
.icon_mpp_inactive::before,
.icon_wav_default::before,
.icon_wav_inactive::before,
.icon_img_default::before,
.icon_img_inactive::before,
.icon_document::before,
.icon_exelExport::before,
.icon_infoSmall::before,
.icon_edit::before,
.icon_folder::before,
.icon_infoSmall::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f03e";
    font-size: 24px;
    color: #0E4580;
}

.icon_printer:before {
    content: "\f02f";
}

.icon_pdf:before {
    content: "\f1c1";
}

.icon_movie:before {
    content: "\f3a0";
}

.icon_folder_default:before,
.icon_folder_inactive:before,
icon_folderempty_default:before,
.icon_folderempty_inactive:before,
.icon_folderimages_default:before,
.icon_folderimages_inactive:before,
.icon_foldermovies_default:before,
.icon_foldermovies_inactive:before,
.icon_folder:before {
    content: "\f07c";
}

.icon_zip_default:before,
.icon_zip_inactive:before {
    content: "\f1c6";
}

.icon_pdf_default:before,
.icon_pdf_inactive:before {
    content: "\f1c1";
}

.icon_doc_default:before,
.icon_doc_inactive:before {
    content: "\f1c2";
}

.icon_xls_default:before,
.icon_xls_inactive:before {
    content: "\f1c3";
}

.icon_ppt_default:before,
.icon_ppt_inactive:before {
    content: "\f1c4";
}

.icon_mov_default:before,
.icon_mov_inactive:before {
    content: "\f03d";
}

.icon_mpp_default:before,
.icon_mpp_inactive:before {
    content: "\f008";
}

.icon_wav_default:before,
.icon_wav_inactive:before {
    content: "\f001";
}

.icon_img_default:before,
.icon_img_inactive:before {
    content: "\f03e";
}

.icon_document:before {
    content: "\f15c";
}

.icon_exelExport:before {
    content: "\f1c3";
}

.icon_infoSmall:before {
    content: "\f05a";
}

.icon_edit:before {
    content: "\f044";
}

.icon_folder_inactive:before,
.icon_folderempty_inactive:before,
.icon_folderimages_inactive:before,
.icon_foldermovies_inactive:before,
.icon_zip_inactive:before,
.icon_pdf_inactive:before,
.icon_doc_inactive:before,
.icon_xls_inactive:before,
.icon_ppt_inactive:before,
.icon_mov_inactive:before,
.icon_mpp_inactive:before,
.icon_wav_inactive:before,
.icon_img_inactive:before {
    color: #cccccc;
}

.download a {
    border-bottom: none;
}

.download br {
    display: none;
}

/*@import "_bmwgrouplogo.scss";*/
/*@import "_bmwgroupnologo.scss";*/
/*@import "_bmwmlogo.scss";*/
/*@import "_bmwmnologo.scss";*/
/* begin bmw motorrad logo */
#header #portallogo_header {
    display: inline-block;
    float: right;
    height: 36px;
    width: 169.203px;
    margin-top: 25px;
    background: url("img/bmw_motorrad_logo.svg") no-repeat left top;
    background-size: contain;
}

#footer_content > a {
    order: 2;
}

#footer #portallogo_footer2 {
    order: 2;
    display: inline-block;
    float: right;
    height: 29px;
    width: 170px;
    background: url("img/BMW-MR_BPft_pos_rgb_LR.png") no-repeat left top;
    background-size: contain;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 30px;
}



/* end bmw motorrad logo */
/*@import "_bmwgroupnologo.scss";*/
/*@import "_bmwbmwlogo.scss";*/
/*@import "_bmwbmwnologo.scss";*/
/*@import "_bmwilogo.scss";*/
/*@import "_bmwinologo.scss";*/
/* set sticky header */
#header {
    position: fixed;
    width: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    z-index: 4;
    height: auto;
    /* Hauptnavi Farben START */
    /* Hauptnavi Farben ENDE */
}

#header #logo {
    display: none !important;
}

#header #navigation_3 {
    display: inline-block;
    height: auto;
    min-height: 45px;
    transition: margin .3s linear;
    margin-top: 0;
}

#header #navigation_3 ul {
    list-style: none;
    padding: 33px 0 30px 0;
    margin: 0;
    overflow: visible;
}

#header #navigation_3 ul li {
    float: left;
    padding: 0 1px;
    background-color: #FFF;
    margin-bottom: -5px;
}

#header #navigation_3 ul li.linkActive a {
    font-weight: bold;
}

#header #navigation_3 ul a {
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "BMWMotorrad-Regular", sans-serif;
    text-decoration: none;
    line-height: 15px;
}

#header #navigation_3 ul li:first-of-type a {
    padding-left: 0;
}

#header #navigation_3 ul a span {
    transition: .35s all ease;
    color: #000000;
    font-family: "BMWMotorrad-Regular", sans-serif;
    line-height: 22px;
    font-size: 22px;
}

#header #navigation_3 ul a span::after {
    font-size: 22px;
    display: block;
    content: attr(data-text);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#header #navigation_3 ul a:hover span {
    font-weight: bold;
}

.isScrolling.scrollDown #header #navigation_3 {

}

#main {
    margin: 0 auto;
    position: relative;
    background: #ffffff;
}

body.event_index_registration #main {
    /*background: #EEEFEA;*/
}

/* begin login */
.loginContainer, #loginError, #passwordForgotten_form {
    max-width: 780px;
    margin: 0 auto;
}

.loginContainer .loginRow, #passwordForgotten_form tr{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.loginContainer .loginRow .loginLabel {
    order: 1;
    flex-basis: 9.375rem;
    flex-shrink: 0;
    margin-bottom: 1.25rem;
}

.loginContainer .loginRow .loginField {
    order: 2;
    flex-grow: 1;
    margin-bottom: 1.25rem;
}

.loginButton .button, #passwordForgotten_form .button {
    width: auto;
    margin-left: auto;
    float: right;
}

.loginContainer .loginRow {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.loginContainer .loginRow .loginLabel {
    flex-basis: auto;
    margin-bottom: 8px;
}

#passwordForgotten_form tr {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#passwordForgotten_form tr td {
    display: block;
    font-weight: normal;
}

/* end login */
/* begin set footer at bottom */
#page {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

#page #main {
    /*padding-bottom: 70px;*/
    padding-top: 0;
    flex: 1;
    width: 100%;
}

#footer #navigation_2 {
    width: 100%;
    background: url("img/footer_bg.png") no-repeat left top;
    background-size: 100%;
}

#footer_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#footer #footer_content #navigation_2 {
    order: 1;
}

#footer #footer_content #navigation_2 ul
li {
    padding-right: 80px;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;

}

#footer #footer_content #navigation_2 ul
li a {
    text-decoration: none;
    border-bottom: none !important;
    line-height: 22px;
    font-size: 16px;
    color: #919191;
    padding: 0;
}

#footer #footer_content #navigation_2 ul
li a:hover {
    text-decoration: none;
}

#footer #footer_content #navigation_2 ul
li a:hover span {
    color: #16171a;
}

#footer #footer_content #navigation_2 ul
li a span {
    font-size: 16px;
    color: #919191
}

/* end set footer at bottom */
/* begin text sizes */
/* end text sizes */
/* begin left/right fields layout */
.regRow, .regItem, .regField {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.regField.type2,
.regField.type4 {
    display: block;
}

.regItem.regColumnWidth1 {
    width: 50%;
}

.regItem.leftCol {

}

.regItem.rightCol {

}

.regItem .regLabel, .regItem .regField, .regItem .regText {
    width: auto;
    float: none;
    margin: 0;
    margin-bottom: 1.25rem;
}

.regItem.regColumnWidth2 {
    width: 100%;
    padding: 0;
}

.regItem .regLabel {
    order: 1;
    flex-basis: 195px;
    flex-shrink: 0;
}

.regItem .regField {
    order: 2;
    flex-grow: 1;
}

.regItemEmpty.regColumnWidth1 {
    width: 50%;
}

.regItemEmpty.leftCol {
    padding-right: 1.25rem;
}

.regItemEmpty.rightCol {
    padding-left: 1.25rem;
}

.regItemEmpty.regColumnWidth2 {
    width: 100%;
    padding: 0;
}

.regField.type12, .regField.type13, .regField.type15 {
    align-items: center;
}

/* end left/right fields layout */
#header_content {
    position: relative;
    background: #ffffff;
}

#header_lang, #header_lang_mobile {
    display: inline-block;
    float: right;


}

#header_lang {
    margin-top: 25px;
}

#header_lang .flag_label, #header_lang_mobile .flag_label {
    width: 0;
    height: 36px;
    display: inline-block;
    float: right;
    margin-right: 25px;
}

#header_lang div a, #header_lang_mobile div a {
    display: inline-block;
    width: auto;
    line-height: 18px;
    font-size: 15px;
    background: none;
    height: auto;
    padding: 8px 12px 0 8px;
    border-bottom: none !important;
}

#header_lang div a span, #header_lang_mobile div a span {
    font-family: "BMWMotorrad-Regular", sans-serif;
    color: #000000;
    font-size: 22px;
}

#header_lang div a.activeLang, #header_lang_mobile div a.activeLang {
    font-weight: bold;
}

#header_lang div a.activeLang span, #header_lang_mobile div a.activeLang span {
    font-weight: bold;
}

#header_lang div a:hover span, #header_lang_mobile div a:hover span {
    font-weight: bold;
}

#header_lang_mobile {
    display: none;
}

#middle {
    padding-top: 85px;
    padding-bottom: 30px;
}

#middle_content {
    padding-top: 30px;
}

#header_content,
#middle_content,
#footer_content #navigation_2 {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 0;
    box-sizing: border-box;
}

/* begin step wizzard */
#stepWizardDiv {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #ffffff;
}
#stepWizardDiv a {
    border-color: transparent;
    text-transform: uppercase;
    display: block;
    line-height: 20px;
}

#stepWizardDiv table {
    margin: 0;
    border-collapse: separate;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 1280px !important;
}

#stepWizardDiv table td {
    padding: 0;
    background-image: none;
    background: none;
    vertical-align: middle;
    text-transform: uppercase;
}

#stepWizard tr td.step {
    border: 4px solid #bfbfbf;
    border-right: none;
}

#stepWizard tr td.arrow {
    overflow: visible;
}

#stepWizardDiv table td.activeStep {
    background: #0062ff;
    color: #ffffff;
    border: 4px solid #0062ff;
    border-right: none;
}

#stepWizardDiv table td.activeStep a {
    color: #ffffff;
}

#stepWizardDiv table td.nextStep {
    background: #ffffff;
    color: #ffffff;
}

#stepWizardDiv table td.nextStep a {
    color: #cccccc;
}

#stepWizardDiv table td.prevStep {
    background: #fff;
    color: #16171a;
    border: 4px solid #16171a;
    border-right: none;
}

#stepWizardDiv table td.prevStep a {
    color: #16171a;
}

#stepWizardDiv table td a:hover {
    text-decoration: none;
}

#stepWizardDiv table td.arrow {
    background: none;
    border-top: 4px solid #bfbfbf;
    border-bottom: 4px solid #bfbfbf;
    border-left: 0;
    position: relative;
    width: 32px;
}

#stepWizardDiv table td.arrow.activeNext {
    background: none;
    border-top: 4px solid #bfbfbf;
    border-bottom: 4px solid #bfbfbf;
    border-left: 0;

}

#stepWizardDiv table td.arrow.prevActive {
    background: none;
    border-top: 4px solid #0062ff;
    border-bottom: 4px solid #0062ff;
    border-left: 0;
    background: #0062ff;
}

#stepWizardDiv table td.arrow.prevActive.lastInRow {
    background: #ffffff;
}

#stepWizardDiv table td.arrow.prevPrev {
    border-left-color: #16171a;
    border-top-color: #16171a;
    border-right-color: #16171a;
    border-bottom-color: #16171a;
}

#stepWizardDiv table td.arrow::before {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: -19px;
    background: transparent;
    box-sizing: border-box;
    border: solid #bfbfbf;
    border-width: 0px 4px 4px 0px;
    padding: 19px;
    transform: rotate(
            -45deg
    );
    -webkit-transform: rotate(
            -45deg
    );
}

#stepWizardDiv table td.arrow.prevPrev::before {
    border-color: #16171a;
}

#stepWizardDiv table td.arrow.prevActive::before {
    background: #ffffff;
    border: none;
    top: 7px;
    left: -19px;
}

#stepWizardDiv table td.arrow.prevActive.lastInRow::before {
    background: transparent;
    border: solid #16171a;
    border-width: 0px 4px 4px 0px;
    top: 5px;
    left: -19px;
}

#stepWizardDiv table td.arrow.activeNext {
    /*border-left: 4px solid #0062ff;*/
}

#stepWizardDiv table td.arrow.activeNext::before {
    background: #0062ff;
    border-color: #0062ff;
}

#stepWizardDiv table td.arrow.finish {
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    overflow: visible;
}

#stepWizardDiv table td.arrow.finish::before {

}


/*#stepWizardDiv table td.arrow::before {
    content: " ";
    display: block;
    width: 41px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -5px;
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid #bfbfbf;
    transform: rotate(
        45deg
    );
}

#stepWizardDiv table td.arrow::after {
    content: " ";
    display: block;
    width: 41px;
    height: 4px;
    position: absolute;
    bottom: 10px;
    left: -5px;
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid #bfbfbf;
    transform: rotate(
        -45deg
    );
}

#stepWizardDiv table td.arrow.prevActive::before,
#stepWizardDiv table td.arrow.prevActive::after {
    border-top-color: #0062ff;
}*/

/*
#stepWizardDiv table td.arrow::after, #stepWizardDiv table td.arrow::before {
    content: " ";
    display: block;
    width: 34px;
    height: 2px;
    position: absolute;
    top: -15px;
    left: -24px;
    background: transparent;
    box-sizing: border-box;
}

#stepWizardDiv table td.arrow::before {
    border-top: 4px solid white;
    transform: rotate(
        54deg
    );
}

#stepWizardDiv table td.arrow::after {
    transform: rotate(
        36deg
    );
    border-right: 4px solid white;
    width: 2px;
    height: 34px;
    left: -9px;
    top: -4px;
}
*/
#stepWizardDiv table td br {
    display: none;
}

/*
#stepWizardDiv.double td.arrow {
    border-top-width: 25px;
    border-bottom-width: 25px;
}

#stepWizardDiv.double td.arrow.activeNext::before {
    border-top: 2px solid white;
    transform: rotate(63.5deg);
    width: 42px;
    top: -20px;
    left: -31px;
}

#stepWizardDiv.double td.arrow.activeNext::after {
    height: 42px;
    transform: rotate(26.5deg);
    left: -11px;
    top: -3px;
}

#stepWizardDiv.double td.arrow::before {
    border-top: 2px solid white;
    transform: rotate(63.5deg);
    width: 42px;
    top: -20px;
    left: -31px;
}

#stepWizardDiv.double td.arrow::after {
    height: 42px;
    transform: rotate(26.5deg);
    left: -11px;
    top: -3px;
}
*/
/*
#stepWizardDiv.triple td.arrow {
    border-top-width: 54px;
    border-bottom-width: 54px;
}

#stepWizardDiv.triple td.arrow.activeNext::before {
    border-top: 2px solid white;
    transform: rotate(71.5deg);
    width: 60px;
    top: -29px;
    left: -40px;
}

#stepWizardDiv.triple td.arrow.activeNext::after {
    height: 60px;
    transform: rotate(18.5deg);
    left: -11px;
    top: -3px;
}

#stepWizardDiv.triple td.arrow::before {
    border-top: 2px solid white;
    transform: rotate(71.5deg);
    width: 60px;
    top: -29px;
    left: -40px;
}

#stepWizardDiv.triple td.arrow::after {
    height: 60px;
    transform: rotate(18.5deg);
    left: -11px;
    top: -3px;
}
*/

table tr:first-child {
    background: none;
}

#stepWizard tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

#stepWizard tr td {
    margin-bottom: 10px;
}

#stepWizard tr td.step {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 223px;
    height: 60px;
    line-height: 25px;
    border-left-width: 0px;
}

#stepWizard tr td.step {
    z-index: 2;
}

#stepWizard tr td.step:first-child {
    border-left: 4px solid #bfbfbf;
}

#stepWizard tr td.step.prevStep:first-child {
    border-left-color: #16171a;
}

#stepWizard tr td.step.activeStep:first-child {
    border-left-color: #0062ff;
}


/* begin first in row last in row */
/* first */
#stepWizard tr td:nth-child(11),
#stepWizard tr td:nth-child(21)
{
    border-left-width: 4px;
}

/* last */
#stepWizard tr td:nth-child(10n) {
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    overflow: visible;
}

#stepWizardDiv table td.arrow::after {
    content: " ";
    position: absolute;
    top: -4px;
    left: 0;
    width: 2px;
    height: 100%;
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-color: #bfbfbf;
}

#stepWizardDiv table td.arrow.prevPrev::after,
#stepWizardDiv table td.arrow.prevActive.lastInRow::after{
    border-color: #16171a;
}

#stepWizardDiv table td.arrow.nextNext::after {
    border-color: #bfbfbf;
}

#stepWizardDiv table td.arrow.prevActive::after,
#stepWizardDiv table td.arrow.activeNext::after
{
    border-color: #0062ff;
}
/*  end first in row last in row */

#stepWizard tr td span {
    display: block;
    color: #bfbfbf;
}

@media (max-width: 1190px) {
    #stepWizard tr td.step {
        width: 222px;
    }
}


/* end step wizzard */
/* begin download */
div.download {
    padding-top: 0.67em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

div.download > a {
    order: 1;
    flex-basis: 32px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    float: none;
    padding-right: 8px;
    width: 24px !important;
    height: 24px !important;
    margin-right: 0 !important;
}

div.download > a:hover {
    border-color: transparent;
}

div.download div {
    order: 2;
    flex-grow: 1;
}

div.download div a {
    border-color: #92a2bd;
}

/* end download */
/* begin hamburger */
#sandwichHead, #sandwichHeadLeftNav {
    display: flex;
    position: absolute;
    top: 20px;
    right: 40px;
    background-position: -10px -10px;
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

#sandwichHead div, #sandwichHeadLeftNav div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24px;
    height: 24px;
}

#sandwichHead div span, #sandwichHeadLeftNav div span {
    display: block;
    margin-bottom: 5px;
    width: 24px;
    height: 2px;
    position: relative;
    background: #000;
    z-index: 1;
    /*-webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;*/
}

#sandwichHead div span:first-child, #sandwichHeadLeftNav div span:first-child {
    margin-top: 5px;
}

#sandwichHead div span:last-child, #sandwichHeadLeftNav div span:last-child {
    margin-bottom: 0;
}

#sandwichHead div.active span:nth-child(1), #sandwichHeadLeftNav div.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotateZ(45deg);
}

#sandwichHead div.active span:nth-child(2), #sandwichHeadLeftNav div.active span:nth-child(2) {
    opacity: 0;
}

#sandwichHead div.active span:nth-child(3), #sandwichHeadLeftNav div.active span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotateZ(-45deg);
}

#sandwichHead, #sandwichHeadLeftNav {
    display: none;
}

/* end hamburger */
#navLeftMobile {
    display: none;
}

@media (max-width: 1280px) {
    #header_content,
    #middle_content,
    #footer_content #navigation_2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer #portallogo_footer2 {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {


    #main #middle {
        margin-left: 0;
    }

    #footer #navigation_2 {
        padding-bottom: 20px;
    }

    #footer #footer_content #navigation_2 ul {
        justify-content: space-between;
    }

    #footer #footer_content #navigation_2 ul li {
        padding-right: 0;
        padding-bottom: 0;
    }

    .isScrolling.scrollDown #header #navigation_3 {
        margin-top: 0;
    }
}

/* begin left */
#main #left {
    display: block;
    float: none;
    width: 100%;
}

#main #left #portallogo_navi_top,
#main #left #portallogo_navi_top2,
#main #left #portallogo_navi_top3,
#main #left #portallogo_navi_top4,
#main #left #portallogo_navi_top5,
#main #left #navigation_1,
#main #left #portallogo_navi_bottom,
#main #left #portallogo_navi_bottom2,
#main #left #portallogo_navi_bottom3,
#main #left #portallogo_navi_bottom4,
#main #left #portallogo_navi_bottom5 {
    display: none;
}

/* key visual */
.lang_de .keyVisualContainer.enLang,
.lang_en .keyVisualContainer.deLang {
    display: none;
}

.lang_de .keyVisualContainer.deLang,
.lang_en .keyVisualContainer.enLang {
    display: block;
}

.keyVisualContainer img {
    width: 100%;
    height: auto;
}

/* end left */
@media (max-width: 1024px) {
    #header_lang,
    #header #sandwichHeadLeftNav {
        display: none;
    }

    #header_lang_mobile {
        display: block;
        float: none;
    }

    #header_lang_mobile .flag_label {
        display: none;
    }

    #header_lang_mobile div a:first-of-type {
        padding-left: 1px;
    }

    #sandwichHead {
        display: flex;
        left: 20px;
        top: 30px;
    }

    #header {
        position: fixed;
    }

    #header #logo {
        display: none;
    }

    #header #navigation_3 {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        background: white;
        height: 0;
        min-height: 0;
        top: 85px;
        padding-left: 20px;
        padding-right: 20px;
        transition: height .5s ease-in;
        overflow: hidden;
    }

    #header #navigation_3.open {
        height: 100vh;
    }

    #header #navigation_3 ul {
        display: block;
        background: #ffffff;
        margin: 0;
        overflow: hidden;
    }

    #header #navigation_3 ul::after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #header #navigation_3 ul li {
        width: 100%;
        margin-bottom: 3px;
        transition: border-left-width 0.2s linear;
    }

    #header #navigation_3 ul li a {
        color: #444444;
        transition: color 0.3s linear;
    }

    #header #navigation_3 ul li:hover a, #header #navigation_3 ul li a:hover {
        color: #000000;
    }

    #header #navigation_3 ul li a, #header #navigation_3 ul li a:hover {
        line-height: 16px;
        margin: 0;
        padding: 15px 0;
        transition: margin-left 0.2s linear;
    }

    #header #navigation_3 li.last a, #header #navigation_3 li.linkActive a {
        border-bottom-width: 0 !important;
    }

    #header #navigation_3 ul li.last a {
        border-bottom-width: 0 !important;
    }

    #header #navigation_3 li.last a {
        border-bottom: none !important;
    }
}

/* begin left/right fields layout */
.regItem, .regItemEmpty {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.regItem .regLabel, .regItemEmpty .regLabel {
    flex-basis: auto;
    flex-grow: 0;
    /*font-size: 14px;*/
    line-height: 16px;
    margin-bottom: 3px;
}

.regItem.type6.multiItemsBlock .regField, .regItem.type6.multiItemsBlock .regLabel, .regItem.type5.multiItemsBlock .regField, .regItem.type5.multiItemsBlock .regLabel, .regItemEmpty.type6.multiItemsBlock .regField, .regItemEmpty.type6.multiItemsBlock .regLabel, .regItemEmpty.type5.multiItemsBlock .regField, .regItemEmpty.type5.multiItemsBlock .regLabel {
    display: block;
    width: 100%;
    float: none;
}

.regItem.programPoint .regText, .regItemEmpty.programPoint .regText {
    flex-basis: auto;
}

/* end left/right fields layout */

@media (max-width: 820px) {
    #stepWizardDiv {
        display: none;
    }
}

/* begin left/right fields layout */
.regRow {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.regRow .regItem.regColumnWidth1, .regRow .regItem.regColumnWidth2, .regRow .regItemEmpty.regColumnWidth1, .regRow .regItemEmpty.regColumnWidth2 {
    width: 100%;
}

.regRow .regItem.leftCol, .regRow .regItemEmpty.leftCol {

}

.regRow .regItem.rightCol, .regRow .regItemEmpty.rightCol {
    padding-left: 0;
}

.regButtons .regBtnBack, .regButtons .regBtnNext, .regButtons .regBtnSave {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0.75rem;
}

/* end left/right fields layout */

@media (max-width: 768px) {
    #header_content,
    #middle_content,
    #footer_content #navigation_2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header #navigation_3 {
        padding-left: 20px;
        padding-right: 20px;

    }

    #footer_content #navigation_2 ul {
        display: block;
    }

    .regMandatoryInfo {
        width: 100%;
    }
}

@media (max-width: 530px) {
    * {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    p {

    }

    .regHeadline {
        font-size: 28px;
        line-height: 36px;
    }

    #stepWizardDiv {
        display: none;
    }

    #navigation_2 ul {
        justify-content: space-between;
    }

    /* begin left/right fields layout */


    /* end left/right fields layout */
    /* begin login container */
    .loginContainer, #loginError {
        width: 100%;
    }
    /* end login container */
}

@media (max-width: 480px) {
    #header_content,
    #middle_content,
    #footer_content #navigation_2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header #navigation_3 {
        padding-left: 20px;
        padding-right: 20px;

    }

    #sandwichHead {
        left: 20px;
    }

    #footer_content #navigation_2 ul {
        display: block;
    }

    #footer_content #navigation_2 ul li a {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .regButtons {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .regButtons .regBtnBack, .regButtons .regBtnNext, .regButtons .regBtnSave {
        width: 100%;
    }

    .regButtons .regBtnBack input.button, .regButtons .regBtnNext input.button, .regButtons .regBtnSave input.button {
        width: 100%;
        margin: 0;
    }

    .regButtons > div:only-child,
    .regButtons > .regBtnBack,
    .regButtons > .regBtnNext,
    .regButtons > .regBtnSave {
        padding: 0;
    }
}

#header_content > a,
#left_content > a,
#middle_content > a {
    border-bottom: none;
}

#header_content > a:hover,
#left_content > a:hover,
#middle_content > a:hover {
    background: none;
    border-bottom: none;
}

.regItem {
    max-width: 780px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.regHeadline {

}

.regHeadline, .regItem.text, .passwordForgottenHeadline,
.regMandatoryInfo {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.logoRight {
    position: relative;
    overflow: visible;
}

/* startpage before login */
/* content pages before login */
.noLogin.event_index_index .logoRight #portallogo_header3,
.noLogin.event_index_content .logoRight #portallogo_header3
{
    /*background: url("img/BMW_GS_Trophy_datei_200x355_72dpi.jpg") no-repeat left top;*/
    width: 200px;
    height: auto;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -22px;
    right: -200px;
}

/* password forgotten */
.noLogin.event_index_pw .logoRight #portallogo_header3,
.nologin.reg1 .logoRight  #portallogo_header3,
.noLogin.event_index_pwchange .logoRight #portallogo_header3 {
    width: 200px;
    height: auto;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -45px;
    right: -200px;
}


/* content pages after login */
.login.event_index_content .logoRight #portallogo_header3 {
    bottom: -20px;
}

/* startpage after login */
.login .logoRight #portallogo_header3 {
    /*background: url("img/BMW_GS_Trophy_datei_200x355_72dpi.jpg") no-repeat left top;*/
    width: 200px;
    height: auto;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: -200px;
    bottom: -20px;
}


/* registration pages */
.event_index_registration .registerForm form .logoRight {
    position: initial;
}

.event_index_registration .registerForm form {
    position: relative;
}

.event_index_registration .registerForm form .logoRight #portallogo_header3 {
    bottom: unset;
    top: -5px;
}

/* my data, last step of registration */
.event_index_registration.registrationFinished .logoRight {
    position: initial;
}

.event_index_registration.registrationFinished .registerForm .regRow {
    position: relative;
}

.event_index_registration.registrationFinished .logoRight #portallogo_header3 {
    bottom: unset;
    top: -95px;
}

/* when event name has 2 rows */

/* startpage before login */
/* content pages before login */
.event_Female_Qualifier.noLogin.event_index_index .logoRight #portallogo_header3,
.event_Female_Qualifier.noLogin.event_index_content .logoRight #portallogo_header3 {
    bottom: 35px;
}

/* startpage after login */
/* content pages after login */
.event_Female_Qualifier.login.event_index_index .logoRight #portallogo_header3,
.event_Female_Qualifier.login.event_index_content .logoRight #portallogo_header3 {
    bottom: 35px;
}

.event_Female_Qualifier.noLogin.event_index_pw .logoRight #portallogo_header3 {
    bottom: 13px;
}

.event_Female_Qualifier.login.event_index_pwchange .logoRight #portallogo_header3 {
    bottom: 12px;
}

.noLogin p {
    margin-right: 170px;
}


.underline-title {
    font-size: 48px;
    line-height: 58px;
    font-family: "BMWMotorradOutline-Regular", sans-serif;
    text-transform: uppercase;
    margin: 0.67em 0;
}

.logoRight.type0 #portallogo_header3,
.logoRight.type2 #portallogo_header3,
.logoRight.type3 #portallogo_header3,
.logoRight.type4 #portallogo_header3,
.logoRight.type5 #portallogo_header3,
.logoRight.type6 #portallogo_header3,
.logoRight.type12 #portallogo_header3,
.logoRight.type13 #portallogo_header3,
.logoRight.type14 #portallogo_header3,
.logoRight.type15 #portallogo_header3,
.logoRight.type16 #portallogo_header3,
.logoRight.type18 #portallogo_header3,
.logoRight.type20 #portallogo_header3 {
    right: -260px;
}


#middle_content {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.login span:not([class], [style*="background-color:#f1c40f"]) {
    max-width: 950px;
    display: block;
}

.text_home p:first-of-type {
    margin-right: 168px;
}

@media (max-width: 1540px) {
    .logoRight #portallogo_header3 {
        background: url("img/BMW_GS_Trophy_datei_150x275_L_72dpi.jpg") no-repeat left top;
        width: 150px;
        height: auto;
        right: -155px;
    }

    .logoRight.type0 #portallogo_header3,
    .logoRight.type2 #portallogo_header3,
    .logoRight.type3 #portallogo_header3,
    .logoRight.type4 #portallogo_header3,
    .logoRight.type5 #portallogo_header3,
    .logoRight.type6 #portallogo_header3,
    .logoRight.type12 #portallogo_header3,
    .logoRight.type13 #portallogo_header3,
    .logoRight.type14 #portallogo_header3,
    .logoRight.type15 #portallogo_header3,
    .logoRight.type16 #portallogo_header3,
    .logoRight.type18 #portallogo_header3,
    .logoRight.type20 #portallogo_header3 {
        right: -200px;
    }
}

@media (max-width: 1480px) {

    .regItem.text, #middle_content {
        max-width: 920px;
    }

    #stepWizardDiv table {
        width: 1024px !important;
    }

    /* first */
    #stepWizard tr td:nth-child(11), #stepWizard tr td:nth-child(21) {
        border-left-width: 0px;
    }

    #stepWizard tr td:nth-child(9),
    #stepWizard tr td:nth-child(17)
    {
        border-left-width: 4px;
    }

    /* last */
    #stepWizard tr td:nth-child(10n) {
        border-top-color: #bfbfbf !important;
        border-bottom-color: #bfbfbf !important;
        overflow: visible;
    }
    #stepWizard tr td:nth-child(8n) {
        border-top-color: #ffffff !important;
        border-bottom-color: #ffffff !important;
        overflow: visible;
    }

    #stepWizard tr td.prevActive:nth-child(10n) {
        border-top-color: #0062ff !important;
        border-bottom-color: #0062ff !important;
        overflow: visible;
    }

    #stepWizard tr td.prevPrev:nth-child(10n) {
        border-top-color: #16171a !important;
        border-bottom-color: #16171a !important;
        overflow: visible;
    }

    .login span:not([class], [style*="background-color:#f1c40f"]) {
        max-width: 830px;
        display: block;
    }

}

@media (max-width: 1190px) {
    /* first */
    #stepWizard tr td:nth-child(9), #stepWizard tr td:nth-child(17) {
        border-left-width: 0px;
    }

    #stepWizard tr td:nth-child(7),
    #stepWizard tr td:nth-child(13),
    #stepWizard tr td:nth-child(19),
    #stepWizard tr td:nth-child(25)

    {
        border-left-width: 4px;
    }

    /* last */
    #stepWizard tr td:nth-child(8n) {
        border-top-color: #bfbfbf !important;
        border-bottom-color: #bfbfbf !important;
        overflow: visible;
    }

    #stepWizard tr td.prevActive:nth-child(8n) {
        border-top-color: #0062ff !important;
        border-bottom-color: #0062ff !important;
        overflow: visible;
    }

    #stepWizard tr td.prevPrev:nth-child(8n) {
        border-top-color: #16171a !important;
        border-bottom-color: #16171a !important;
        overflow: visible;
    }

    #stepWizard tr td:nth-child(6n) {
        border-top-color: #ffffff !important;
        border-bottom-color: #ffffff !important;
        overflow: visible;
    }
}

@media (max-width: 1190px) {
    #stepWizardDiv {
        padding: 0 !important;
    }

    #stepWizardDiv table {
        position: static;
        left: unset;
        top: unset;
        width: 100% !important;
    }
}


@media (max-width: 1208px) {

    .logoRight #portallogo_header3,
    .logoRight.type0 #portallogo_header3, .logoRight.type2 #portallogo_header3, .logoRight.type3 #portallogo_header3, .logoRight.type4 #portallogo_header3, .logoRight.type5 #portallogo_header3, .logoRight.type6 #portallogo_header3, .logoRight.type12 #portallogo_header3, .logoRight.type13 #portallogo_header3, .logoRight.type14 #portallogo_header3, .logoRight.type15 #portallogo_header3, .logoRight.type16 #portallogo_header3, .logoRight.type18 #portallogo_header3, .logoRight.type20 #portallogo_header3 {
        display: none !important;
    }

    .logoRightMobile #portallogo_content_bottom3 {
        background: url("img/BMW_GS_Trophy_datei_200x355_72dpi.jpg") no-repeat left top;
        width: 200px;
        height: auto;
        background-size: contain;
        position: static;
        display: block;
        margin: 20px auto 20px auto;
    }
}

@media (max-width: 540px) {
    .logoRightMobile #portallogo_content_bottom3 {
        background: url(img/BMW_GS_Trophy_datei_150x275_L_72dpi.jpg) no-repeat left top;
        width: 150px;
        height: auto;
    }
}

.regError {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

#portallogo_content_top4 {
    display: none;
}

#middle > #portallogo_content_top4 {
    /*content: url("img/header_GSTrophy2022_.jpg");*/
    display: block;
    width: 100%;
    height: auto;
    visibility: visible;
}

.regItem:not(.type6) .regSubText,
.regItem:not(.type6) .regPostLabel {
    font-size: 14px;
}

strong {
    font-size: inherit;
}

.fileinput-button {

}

.fileinput-button span {
    color: #16171a;
    font-family: "BMWMotorrad-Bold", sans-serif;
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 24px;
    background: #ffffff;
    border: 2px solid #16171a;
    text-transform: uppercase;
    -webkit-transition: background-color .2s,border .2s,color .2s;
    -moz-transition: background-color .2s,border .2s,color .2s;
    -ms-transition: background-color .2s,border .2s,color .2s;
    -o-transition: background-color .2s,border .2s,color .2s;
    transition: background-color .2s,border .2s,color .2s;
}

.fileinput-button:hover span {
    color: #ffffff;
    background: #0062ff;
    border: 2px solid #0062ff;
}

.fileExists {
    width: 100%;
}

.fileExists div {
    width: 100%;
}

.regField.type3 {
    flex-wrap: wrap;
}

.ui-widget-overlay {
    opacity: 0.5 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.regField.type6 label span.readOnly {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.regField.type6 input[type="checkbox"] {
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

#dialog-confirm {
    display: none;
}

.logoRightContainer {
    overflow: visible;
    min-height: 380px;
}

.event_index_pw #middle_content,
.event_index_pwchange #middle_content {
    min-height: 590px;
}

@media (max-width: 1208px) {
    .logoRightContainer,
    .event_index_pw #middle_content,
    .event_index_pwchange #middle_content {
        min-height: auto;
    }
}

#regFormOverview .regItem.type16 .readOnly a.disabled {
    text-decoration: none !important;
    cursor: default;
    color: #16171a;
    pointer-events: none;
}

@media (max-width: 820px) {
    padding-left: unset !important;
}

#regFormMyData .regHeadline {
    display: none;
}

.regItem.type16 .isInfoIcon.type16 {
    position: relative;
}

.regItem.type16 .isInfoIcon.type16 .button.fileinput-button,
.regItem.type16 .isInfoIcon.type16 .fileExists{
    margin-left: 12px;
}

.regItem.type16 .isInfoIcon.type16 .infoIcon {
    position: absolute;
    left: 0;
    top: 6px;
}

#dialog-general {
    display: none;
}


@media (max-width: 1280px) {
    #middle {
        padding-top: 80px;
    }

    .noLogin p,
    .text_home p:first-of-type {
        margin-right: 0;
    }

}

@media (max-width: 530px) {
    .underline-title {
        font-size: 28px;
        line-height: 36px;
    }
}
