@import 'formelements/style.css';

@font-face{font-family:"BMWGroup-Bold";src:url("fonts/BMWGroup-Bold.woff") format("woff"),url("fonts/BMWGroup-Bold.ttf") format("truetype")}
@font-face{font-family:"BMWGroup-Regular";src:url("fonts/BMWGroup-Regular.woff") format("woff"),url("fonts/BMWGroup-Regular.ttf") format("truetype")}
@font-face{font-family:"BMWGroupCondensed-Bold";src:url("fonts/BMWGroupCondensed-Bold.woff") format("woff"),url("fonts/BMWGroupCondensed-Bold.ttf") format("truetype")}
@font-face{font-family:"BMWGroupCondensed-Regular";src:url("fonts/BMWGroupCondensed-Regular.woff") format("woff"),url("fonts/BMWGroupCondensed-Regular.ttf") format("truetype")}
@font-face{font-family:"BMWGroupLight-Regular";src:url("fonts/BMWGroupLight-Regular.woff") format("woff"),url("fonts/BMWGroupLight-Regular.ttf") format("truetype")}
@font-face{font-family:"BMWGroupSerif-Bold";src:url("fonts/BMWGroupSerif-Bold.woff") format("woff"),url("fonts/BMWGroupSerif-Bold.ttf") format("truetype")}
@font-face{font-family:"BMWGroupSerif-Regular";src:url("fonts/BMWGroupSerif-Regular.woff") format("woff"),url("fonts/BMWGroupSerif-Regular.ttf") format("truetype")}

html {
    /*background-color: #ba9;*/
    background-color: #fff;
}

html, body, #page_margins, #page {
    min-height: 100%;
}

html,
body.noLogin,
.noLogin #page,
.noLogin #page_margins
{
    height: 100%;
}

body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #444;
}

a,
a:hover {
    color: #000;
}

h1 {
    font-family: "BMWGroupCondensed-Bold", sans-serif;
    font-size: 50px;
    line-height: 54px;
    text-transform: uppercase;
}

h2 {
    font-family: "BMWGroupCondensed-Bold", sans-serif;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
}

h3 {
    font-family: "BMWGroupCondensed-Regular", sans-serif;
    font-size: 28px;
    line-height: 30px;
}

h4 {
    font-family: "BMWGroupCondensed-Bold", sans-serif;
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-family: "BMWGroupCondensed-Bold", sans-serif;
    font-size: 16px;
    line-height: 18px;
}

#page_margins {
    width: 100%;
    background-color: #f2f2f2;
}

#header {
    position: fixed;
    width: 100%;
    height: 129px;
    background-color: #FFF;
    box-sizing: border-box;
    border-bottom: 5px solid #BBB;
    z-index: 1;
}

#header_content {
    background: url(img/bmwgroup-logo.png) no-repeat;
    background-size: contain;
    height: 32px;
    margin: 32px 238px;
    box-sizing: border-box;
}

#header_lang {
    /*
    background: url(img/header.png) no-repeat right;
    background-size: contain;
    */
    height: 32px;
    width: 150px;
    float: right;
}

#footer {
    background-color: #ba9;
    margin-top: 70px;
    min-height: 30px;
}

#navigation_2 {
    padding: 0 238px;
}

#navigation_2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#navigation_2 li {
    float: left;
    margin-right: 64px;
}

#navigation_2 a {
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-decoration: none;
}

#navigation_3 {
    display: block;
    margin-top: 3px;
}

#navigation_3 ul {
    list-style: none;
    padding: 0;
    margin: 0 -28px;
    overflow: auto;
}

#navigation_3 li {
    float: left;
    padding: 0 1px;
    background-color: #FFF;
}

#navigation_3 a {
    display: block;
    box-sizing: border-box;
    padding: 15px 28px 12px;
    border-bottom: 5px solid #BA9;
    font-family: "BMWGroupCondensed-Bold", sans-serif;
    text-decoration: none;
    color: #000;
}

/* Hauptnavi Farben START */

#navigation_3 #nav_frontpage a {
    border-bottom: 5px solid #aaa38e;
}

#navigation_3 ul li:nth-child(2) a {
    border-bottom: 5px solid #fecb00;
}

#navigation_3 ul li:nth-child(3) a {
    border-bottom: 5px solid #92a2bd;
}

#navigation_3 ul li:nth-child(4) a {
    border-bottom: 5px solid #444;
}

#navigation_3 ul li:nth-child(5) a {
    border-bottom: 5px solid #a2ad00;
}

#navigation_3 ul li:nth-child(6) a {
    border-bottom: 5px solid #ff9100;
}

#navigation_3 ul li:nth-child(7) a {
    border-bottom: 5px solid #d0b54f;
}


#navigation_3 ul:hover a {
    color: #000;
}

#navigation_3 li.linkActive a,
#navigation_3 a:hover {
    padding: 15px 28px 9px;
    border-bottom-width: 8px !important;
    color: #000;
}

/* Hauptnavi Farben ENDE */

#logo {
    background: url(img/header-logo-onlinespecial.jpg) no-repeat;
    background-size: contain;
    height: 34px;
    margin-left: 84px;
    display: inline-block;
    width: 304px;
}

#main {
    box-sizing: border-box;
    padding-top: 124px;
    margin: 0 238px;
    height: calc(100% - 100px);
}

#middle {
    margin-left: 0;
}

button,
.button,
.registerLink,
input[type="text"],
input[type="password"],
textarea,
select {
    font-family: "BMWGroupCondensed-Regular", sans-serif;
    font-size: 18px;
    color: #999;
    border: 1px solid #999;
    padding: 12px 20px;
    box-sizing: border-box;
    line-height: 20px;
    background-color: transparent;
    width: 100%;
    text-decoration: none;
}

button,
.button,
.registerLink {
    font-family: "BMWGroupCondensed-Bold", sans-serif;
    border: 0 none transparent;
    background-color: #aaa38e;
    color: #FFF;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
}

button:hover,
.registerLink:hover,
.button:hover {
    background-color: #666;
    text-decoration: none;
}

select {
    font-family: "BMWGroupCondensed-Bold", sans-serif;
    background-color: #d9d9d9;
    /*text-transform: uppercase;*/
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
}

option:focus {
    background-color: transparent;
    color: #FFF;
}

label {
    font-size: 18px;
    font-family: "BMWGroupCondensed-Bold", sans-serif;
    /*text-transform: uppercase;*/
}

form:not(#regFormOverview) .regField.type5,
form:not(#regFormOverview) .regField.type6 {
    padding-top: 14px;
}

.phoneCountryCodeZero {
    width: 25px;
    padding-left: 4px;
}

.phoneCountryCodeZero,
.regLabel,
.loginLabel,
.readOnly {
    display: inline-block;
    font-size: 18px;
    padding-top: 14px;
    font-family: "BMWGroupCondensed-Bold", sans-serif;
}

.regItem {
    box-sizing: border-box;
    padding: 0 5px;
}

#regField_arr_flight,
#regField_dep_flight {
    padding: 0;
}

#regField_arr_flight .regItem,
#regField_dep_flight .regItem {
    padding: 0;
}

.regLabel {
    width: 400px;
    text-transform: uppercase;
}

.regField {
    box-sizing: border-box;
    margin-left: 400px;
    padding: 5px 0;
}

.day,
.month,
.year {
    width: 31%;
}

.hour,
.minute {
    width: 49.5%
}

.phoneCountryCode {
    width: 115px;
}

.phoneCountryCodeText {
    width: calc(100% - 144px) !important;
}

#flight_dep0_number_airline,
#flight_arr0_number_airline {
    display: inline-block;
    width: 35px;
    font-size: 18px;
    padding-top: 14px;
    font-family: "BMWGroupCondensed-Bold", sans-serif;
}

#flight_dep0_number,
#flight_arr0_number {
    width: calc(100% - 35px) !important;
}

#portallogo_content_top {
    display: inline;

    width: calc( 100% + 54px);
    height: 23vw;
    margin-bottom: 1.5vw;
    margin-left: -27px;

    background: url("img/bmw_sia18.jpg");
    background-size: cover;
}

.loginRow {
    padding: 5px;
}

.loginLabel {
    width: 400px;
    float: left;
    text-transform: uppercase;
}

.loginField {
    margin-left: 400px;
}

.regButtonsTop {
    display: block;
    margin-top: 20px;
}

.regError,
.itemError label,
.regLabel.itemError {
    color: #c33;
}

.regElementError {
    color: #c33 !important;
    border-color: #c33 !important;
}

@media (max-width: 1679px) {
    #main {
        margin: 0 118px;
    }

    #header_content {
        margin: 32px 118px;
    }

    #navigation_2 {
        padding: 0 118px;
    }
}

@media (max-width: 1279px) {
    #main {
        margin: 0 84px;
        padding-top: 129px;
    }

    #header_content {
        margin: 29px 84px;
    }

    #navigation_2 {
        padding: 0 84px;
    }

    #header_lang,
    #header_content,
    #logo {
        height: 29px;
    }

    #logo {
        margin-left: 73px;
    }

    #navigation_3 {
        margin-top: 11px;
    }
}

@media (max-width: 1023px) {
    #main {
        margin: 0 68px;
        padding-top: 118px;
    }

    #header_content {
        margin: 29px 68px;
    }

    #navigation_2 {
        padding: 0 68px;
    }

    #header {
        height: 118px;
    }

    #navigation_3 {
        margin-top: 0;
    }

    .regItem {
        width: 100% !important;
    }

    .regLabel {
        float: none;
        width: 100%;
    }

    .regField {
        width: 100%;
        margin-left: 0;
    }

    .loginLabel {
        width: 100%;
        float: none;
    }

    .loginField {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    #main {
        margin: 0 55px;
    }

    #header_content {
        margin: 19px 55px;
    }

    #navigation_2 {
        padding: 55px;
    }

    #navigation_2 li {
        float: none;
    }

    #navigation_2 a {
        display: block;
    }

    #header_lang {
        top: 19px;
    }

    #navigation_3 {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    #main {
        margin: 0 33px;
        padding-top: 104px;
    }

    #header_content {
        margin: 19px 33px;
    }

    #navigation_2 {
        padding: 33px;
    }

    #header_lang,
    #header_content,
    #logo {
        height: 19px;
    }

    #logo {
        margin-left: 54px;
    }

    #header_lang {
        left: auto;
        width: 93px;
        right: 19px;
    }

    #header {
        height: 104px;
    }

    #navigation_3 {
        margin-top: 12px;
    }
}

@media (max-width: 320px) {
    #main {
        margin: 0 22px;
    }

    #header_content {
        margin: 19px 22px;
    }

    #navigation_2 {
        padding: 22px;
    }
}

#extra_text1,
#extra_text2,
#portallogo_header,
.regHeadline,
.regDelimiter,
.loginDelimiter,
#regFormStep2 #regItem_hotel_check_in_date,
#regFormStep2 #regItem_hotel_check_out_date,
.hotelYes,
.hotelNo,
#regFormStep2 .regMandatoryInfo,
#regMandatory_extra_text1,
.flag_label,
#left {
    display: none;
}

#header_lang a {
    height: 36px;
    width: 32px;
}

.flag_de {
    background: url(img/flag_de_off.gif);
}

.flag_de:hover,
.flag_de.activeLang {
    background: url(img/flag_de_on.gif);
}

.flag_en {
    background: url(img/flag_en_off.gif);
}

.flag_en:hover,
.flag_en.activeLang{
    background: url(img/flag_en_on.gif);
}

.noRooms,
.fewRooms {
    margin: 10px 0;
    padding: 20px;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
}

.noRooms {
    color: #c33;
    border-color: #c33;
}

.fewRooms {
    color: #c71;
    border-color: #c71;
}

/***** STEP WIZARD START *****/

#stepWizard {
    width: 100%;
    height: 46px;
}

#stepWizard .step {
    line-height: 46px;
    padding: 0 4px;
    font-family: "BMWGroupCondensed-Bold", sans-serif;
}

#stepWizard .prevStep {
    background: #666;
}

#stepWizard .nextStep {
    background: #d9d9d9;
    color: #999;
}

#stepWizard .activeStep {
    background: #92a2bd;
    color: #FFF;
}
#stepWizard .prevStep a,
#stepWizard .activeStep a {
    color: #FFF;
}

#stepWizard .arrow {
    background-image: url(img/wizard_arrows_new.gif);
    width: 23px;
}

/***** STEP WIZARD END *****/



.gallery td {
    padding-right: 10px;
    padding-bottom: 10px;
}

.galleryBMWGeneral,
.galleryBMW {
    clear: both;
    display: table;
}

.galleryBMW .galleryItem,
.galleryBMWGeneral .galleryItem {
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
}

.galleryBMW .galleryItem,
.galleryBMWGeneral .galleryItem,
.galleryBMW .galleryItem a,
.galleryBMWGeneral .galleryItem a {
    line-height: 0;
    font-size: 0;
}

/* QUESTIONARE */

.questionnaireForm table {
    width: 100%;
}

.questionnaireForm table .qst_radioblock_td{
    text-align: center;
}

.questionnaireForm table .qst_radioblock_td_fieldLabel {
    text-align: left;
}

.qst_radioblock_th:first-child {
    text-align: left;
}
.qst_textarea_td_fieldLabel,
.qst_radioblock_td_fieldLabel {
    font-weight: normal;
}

#qst_general td:first-child,
#tbl_like td:first-child,
#tbl_suggestions td:first-child

{
    font-weight: bold;
}

.qst_radioblock_th:first-child + th,
.qst_radioblock_th:first-child + th + th,
.qst_radioblock_th:first-child + th + th + th,
.qst_radioblock_th:first-child + th + th + th + th,
.qst_radioblock_th:first-child + th + th + th + th + th
{
    width: 100px;
    text-align: center;
}

.qst_radioblock_td input[type="radio"] {
    /*margin-left: 49%;*/
}

.questionnaireForm .qst_input_textarea {
    width: 97%;
    height: 80px;
    margin-left: 25px;
}

.qstItem {
    margin: 1em 0;
}

.qst_td .qst_td_fieldLabel,
.qst_textarea_td_fieldLabel {
    width: 35%;
    font-weight: normal;
}

#qst_headline th {
    font-weight: normal;
}

#div_qst_prefix {
    font-weight: bold;
    font-size: 24px;
}

.event_index_questionnaire .radio__original {
    opacity: 1;
}

.event_index_questionnaire .radio__original,
.event_index_questionnaire .checkbox__original {
    position: inherit !important;
    padding: auto !important;
    margin: 0 !important;
    opacity: 1;
    left: auto !important;
    z-index: auto !important;
}

.qst_radioblock_td {
    padding: 15px 0;
}

/* QUESTIONARE */

/* 2019 start */
/* Header */
#portallogo_header {
    display: block;
    height: 40px;
    width: auto;
}
#header_content {
    height: auto;
    margin-bottom: 0;
}
#header_content::after, #navigation_3 ul::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#portallogo_content_top {
    display: none;
}
#header_content, #logo {
    background:none;
}
#logo {
    display: none;
}
#main {
    padding-top: 129px;
}

.keyvisual {
    width: 100%;
}
.text_home {
    position: relative;
}
.pictureOverlay {
    margin: 0;
    position: absolute;
    top: -12vw;
    left: 0;
    padding: 20px 20px 12px 20px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 50px;
    line-height: 60px;
    text-transform: none;
    white-space: nowrap;
}

.regField .readOnly {
    padding: 7px 0 0 10px;
}

.regBtnNext input[type="submit"],
.regBtnSave input[type="submit"],
.regBtnBack input[type="submit"] {
    transition: background-color 0.2s linear;
}

.regBtnNext:hover input[type="submit"],
.regBtnSave:hover input[type="submit"],
.regBtnBack:hover  input[type="submit"]{
    cursor: pointer;
}

@media (max-width: 1279px) {
    #navigation_3 {
        margin-top: 6px;
    }

    #header_lang {
        display: none;
    }

    .pictureOverlay {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 1023px) {
    #header_content {
        margin-top: 18px;
    }

    .pictureOverlay {
        top: -16vw;
    }

    .regField .readOnly {
        padding: 0;
    }
}


/* Hauptnavi Farben START */
@media (max-width: 767px) {

    #header {
        height: 76px;
    }

    #header_content {
        position: relative;
    }

    #portallogo_header {
        width: 90%;
        height: auto;
    }

    #sandwichHead {
        cursor: pointer;
        background: url(img/hamburger.png);
        height: 24px;
        width: 24px;
        position: absolute;
        right: 0px;
        top: -2px;
        display: block;
        background-size: 24px 24px;
        background-repeat: no-repeat;
        z-index: 20;
    }

    #sandwichHead.close {
        background: url(img/close.gif);
    }

    #navigation_3 {
        background: #ffffff;
        display: block;
        right: -440px;
        position: absolute;
        top: 52px;
        width: 50vw;
        padding-top: 3px;
        transition: right 0.2s linear;
    }

    #navigation_3.open {
        display: block;
        position: absolute;
        right: -55px;
    }

    #navigation_3 ul {
        background: #ffffff;
        margin: 0;
        overflow: hidden;
    }

    #navigation_3 ul::after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #navigation_3 li {
        width: 100%;
        border-left: 5px solid #BA9;
        margin-bottom: 3px;
        transition: border-left-width 0.2s linear;
    }

    #navigation_3 ul li a {
        color: #444444;
        transition: color 0.3s linear;
    }

    #navigation_3 ul li:hover a, #navigation_3 ul li a:hover {
        color: #000000;
    }

    #navigation_3 ul li a, #navigation_3 ul li a:hover {
        line-height: 16px;
        margin: 0 10px;
        padding: 15px 0;
        transition: margin-left 0.2s linear;
    }

    #navigation_3 li.last a, #navigation_3 li.linkActive a {
        border-bottom-width: 0 !important;
    }

    #navigation_3 #nav_frontpage a, #navigation_3 ul li a, #navigation_3 a:hover,
    #navigation_3 ul li:nth-child(2) a, #navigation_3 ul li:nth-child(3) a,
    #navigation_3 ul li:nth-child(4) a, #navigation_3 ul li:nth-child(5) a,
    #navigation_3 ul li:nth-child(6) a, #navigation_3 ul li:nth-child(7) a {
        border-bottom-width: 1px !important;
        border-bottom-color: #ececec;
    }

    #navigation_3 ul li.last a {
        border-bottom-width: 0 !important;
    }

    #navigation_3 li.last a {
        border-bottom: none !important;
    }

    #navigation_3 ul li:nth-child(2) {
        border-left: 5px solid #fecb00;
    }

    #navigation_3 ul li:nth-child(3) {
        border-left: 5px solid #92a2bd;
    }

    #navigation_3 ul li:nth-child(4) {
        border-left: 5px solid #444;
    }

    #navigation_3 ul li:nth-child(5) {
        border-left: 5px solid #a2ad00;
    }

    #navigation_3 ul li:nth-child(6) {
        border-left: 5px solid #ff9100;
    }

    #navigation_3 ul li:nth-child(7) {
        border-left: 5px solid #d0b54f;
    }

    .pictureOverlay {
        font-size: 30px;
        line-height: 35px;
        padding: 10px;
    }

    h2, h3, h4, h5 {
        margin: 12px 0;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 22px;
    }

    h4 {
        font-size: 17px;
        line-height: 22px;
    }

}

@media (max-width: 479px) {
    #sandwichHead {
        height: 18px;
        width: 18px;
        top: 0px;
        display: block;
        background-size: 18px 18px;
    }

    #sandwichHead.close {
        background-size: 36px 16px;
        height: 16px;
    }

    #header {
        height: 63px;
    }

    #navigation_3 {
        top: 39px;
        width: 70vw;
    }

    .pictureOverlay {
        padding: 5px 5px 0px 5px;
        font-size: 20px;
        line-height: 25px;
    }

    label.checkbox .checkbox__box, label.checkbox input[type="checkbox"] {
        float:left;
    }

    label.checkbox .checkbox-label {
        top: 0;
    }

}

@media (max-width: 375px) {

    #navigation_3.open {
        right:-33px;
        width: 100vw;
    }

}

@media (max-width: 320px) {

    #navigation_3.open {
        right:-22px;
    }

}
/* 2019 end */
