.tile {
    margin: 5px;
}

#tilesContainer {
    position: absolute;
    max-width: 624px;
    left: 20%;
}

#tilesContainer2 {
    width: 1200px;
    margin-top: 80px;
    padding-left: 20px;
}

.iPad #tilesContainer2 {
    zoom: 1.2;
}

.ie #tilesContainer2 {
    width: 1180px;
    margin-top: 120px;
    padding-left: 20px;
}

.ie8 #tilesContainer2 {
    width: 1190px;
}

.tile.third {
    width: 98px;
    height: 120px;
}

.tile.double {
    width: 200px;
    height: 120px;
}

.tile.half-size {
    height: 75px;
    width: 75px;
}

.tile.half-size-bottom {
    height: 60px;
    width: 60px;
    margin-top: 60px;
}

.mercedes_logo {
    width: 193px;
    height: 50px;
    top: 44px;
    left: 22px;
}

.aa_logo {
    width: 249px;
    height: 44px;
    right: 18px;
    top: 52px;
}

.logo_container {
    width: 1200px;
    padding: 44px 20px 0 20px;
    margin-left: auto;
    margin-right: auto;
}

/*index2 shit*/

.tile.mini-bottom {
    height: 40px;
    width: 40px;
    margin-top: 95px;
    margin-right: 36px;
}

.tile.mini {
    height: 40px;
    width: 40px;
}

.ie .tile.mini {
    height: 40px;
    width: 40px;
    float: left;
}

.tile.mini2 {
    height: 70px;
    width: 70px;
}

.ie .tile.mini2 {
    height: 70px;
    width: 70px;
    left: -2px;
}

.tile.mini3 {
    height: 128px;
    width: 128px;
}

.tile.power-design {
    height: 310px;
    margin-left: 40px;
    width: 620px;
    font-size: 36px;
}

.ie .tile.power-design {
    height: 310px;
    margin-left: 25px;
    width: 620px;
    font-size: 40px;
}

.tile.fake-tile {
    padding: 0;
    background: transparent;
    height: 320px;
    border: none;
    margin: 0;
    width: 180px;
    box-shadow: none;
}

.ie .tile.fake-tile {
    padding: 0;
    background: transparent;
    height: 320px;
    border: none;
    margin: 0;
    width: 180px;
    box-shadow: none;
    padding-top: 90px;
}

.ie10 .fake-tile{
    padding-top: 0px !important;
}

.tile.fake-tile.ft-mini {
    height: 100px;
    width: 90px;
    float: left;
}

.ie8 .tile.fake-tile.ft-mini {
    width: 100px;
}

.tile.fake-tile:hover {
    outline: none;
}

.tile.feedback {
    width: 170px;
    height: 170px;
    position: relative;
}

.tile.feedback .expandedContent {
    background: -moz-linear-gradient(top, #333333 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%, #666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%, #666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%, #666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%, #666666 100%); /* W3C */
}

.tile.feedback .heading {
    color: #fff;
    font-size: 28px;
}

.tile.feedback .icon {
    width: 52px;
    height: 47px;
}

.tile.test-drive .heading {
    color: #fff;
    font-size: 36px;
}

.tile.test-drive .picture {
    width: 250px;
    height: 189px;
    margin-top: 30px;

}

.seperator {
    height: 2px !important;
    margin-top: 70px !important;
    margin-left: auto;
    margin-right: auto;
    width: 1159px;
    border-bottom: dashed 1px #CECECD !important;
    max-width: 1200px;
}

.tile.test-drive {
    width: 260px;
    height: 260px;
    margin-top: 55px;
    margin-right: 30px;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%, #666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%, #666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%, #666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%, #666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#333333', endColorstr = '#666666', GradientType = 0); /* IE6-9 */
}

.ie .tile.test-drive {
    width: 260px;
    height: 260px;
    margin-top: 55px;
    margin-right: 30px;
    padding-top: 60px;
}

.tile.gallery {
    width: 270px;
    height: 270px;
    background: -moz-linear-gradient(top, #333333 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%, #666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%, #666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%, #666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%, #666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#333333', endColorstr = '#666666', GradientType = 0); /* IE6-9 */
}

.tile.gallery .heading {
    color: #fff;
    font-size: 36px;
}

.tile.gallery .picture {
    width: 260px;
    height: 200px;
    margin-top: 30px;
}

.tile.facebook .heading {
    color: #fff;
    font-size: 22px;
}

.tile.facebook .icon {
    width: 42px;
    height: 43px;
}

.tile.movie .heading {
    color: #fff;
    font-size: 30px;
}

.tile.movie .icon {
    width: 57px;
    height: 57px;
    position: absolute;
    bottom: 60px;
    right: 84px;
}

.tile.movie .picture {
    width: 220px;
    height: 168px;
    margin-top: 22px;
}

.tile.luxury .heading {
    color: #fff;
    font-size: 40px;
}

.ie .heading {
    text-align: left;
}

.tile.luxury .picture {
    width: 322px;
    height: 310px;
    margin-top: -35px !important;
}

.tile.colortrigger .icon {
    width: 20px;
    height: 20px;
}

.tile.del-margin-top {
    margin-top: 0;
}

.tile.movie {
    width: 230px;
    height: 230px;
    background: -moz-linear-gradient(top, #333333 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%, #666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%, #666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%, #666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%, #666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#333333', endColorstr = '#666666', GradientType = 0); /* IE6-9 */
}

.tile.facebook {
    width: 140px;
    height: 140px;
}

.tile.fake-tile.ft-facebook {
    height: 205px;
    width: 150px;
}

.ie .tile.fake-tile.ft-facebook {
    height: 305px;
    width: 150px;
    margin-top: -90px;
}

.tile.luxury {
    height: 310px;
    background: #fff;
    width: 310px;
}

.tile.fake-tile.ft-mini {
    height: 100px;
    width: 100px;
}

/*NEW NEW NEW NEW*/
.power-expanded-header {
    width: 800px;
    height: 120px;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(left, #333333 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333333), color-stop(100%, #666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #333333 0%, #666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #333333 0%, #666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #333333 0%, #666666 100%); /* IE10+ */
    background: linear-gradient(to right, #333333 0%, #666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#333333', endColorstr = '#666666', GradientType = 1); /* IE6-9 */
}

.tile.luxury .power-expanded-header {
    height: 70px;
}

.tile.luxury .gallery_navi_container {
    bottom: 100px;
}

.tile.gallery .gallery_navi_container {
    bottom: 100px;
}

.tile.gallery .power-expanded-header {
    height: 70px
}

.tile.power-design .power-expanded-header {
    height: 70px
}

.ie8 .tile.power-design .power-expanded-header {
    background: #666666 !important;
    filter: none !important;
    margin-bottom: -10px;
}

.ie8 .tile.gallery .power-expanded-header {
    background: #666666 !important;
    filter: none !important;
    margin-bottom: -10px;
}

.ie8 .tile.luxury .power-expanded-header {
    background: #666666 !important;
    filter: none !important;
    margin-bottom: -10px;
}

.tile.power-design .expandedContent {
    color: #fff;
    padding: 0;
}

.tile.power-design .expandedContent .headline {
    color: #fff;
    padding: 20px 10px 0 10px;
}

.tile.power-design .expandedContent .subheadline {
    color: #fff;
    width: 720px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 44px 0 0 10px;
    float: left;
}

.tile.power-design .expandedContent .subheadlineArab {
    color: #fff;
    width: 390px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 0 10px;
    float: left;
    text-align: right;
}

.tile.feedback .expandedContent .headline {
    color: #fff;
    font-size: 42px;
    padding: 20px 10px 18px 10px;
    margin-bottom: 20;
    padding: 0;
}

.tile.feedback .expandedContent .subheadline {
    color: #fff;
    width: 526px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    float: left;
    margin-bottom: 40px;
}

.tile.test-drive .send_button {
    bottom: 18px;
    right: 20px;
}

.gecko .tile.test-drive .send_button {
    bottom: 20px;
}

.tile.feedback .expandedContent .form_box {
    width: 700px;
    height: 320px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px 20px 20px;
    position: relative;
}


.gallery_container {
    width: 800px;
    height: 600px;
    position: relative;
}

.gallery_navi_container {
    width: 800px;
    height: 70px;
    bottom: 80px;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.4);
}

.tile.power-design .gallery_navi_container {
    bottom: 100px;
}

#gallery .gallery_navi {
    width: 4040px;
    height: 42px;
}

.gecko #gallery .gallery_navi {
    width: 4040px;
}

.gallery_button.left {
    width: 59px;
    margin-left: 10px;
    height: 62px;
    float: left;
}

.gallery_button.right {
    width: 59px;
    height: 62px;
    margin-right: 10px;
    float: right;
}

.gallery_switches {
    position: absolute;
    top: 180px;
    width: 800px;
    z-index: 5;
}

.scale_down {
    width: 19px;
    height: 19px;
}

.form_element_container {
    width: 250px;
    float: left;
    height: 44px;
    margin-bottom: 26px;
}

.ie8 .tile.feedback .form_element_container {
    margin-bottom: 2px !important;
    height: 10px !important;
}

.ie8 .tile.test-drive .form_element_container {
    margin-bottom: 15px !important;
    height: 10px !important;
}

.ie8 .tile.feedback .form_feedback_left {
    margin-top: -30px !important;
    width: 250px !important;
    margin-left: -20px !important;
}

.ie8 .tile.feedback .form_feedback_right {
    margin-top: -250px !important;
    width: 200px !important;
    margin-left: 300px;
}

.ie8 .tile.feedback .send_button {
    margin-bottom: 60px !important;
    margin-right: 110px !important;
}

.form_element_heading {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    height: 20px;
    margin-bottom: 4px;
    float: left;
    width: 245px;
}

.tile.form_element_heading {
}

.tile.feedback .form_element_heading {
    float: left;
}

.form_element_input {
    width: 250px;
    height: 24px;
    margin-bottom: 26px;
    border: none;
}

.ie8 .form_element_input{
    margin-bottom: 5px !important;
}

.form_element_select {
    width: 250px;
    height: 24px;
    margin-bottom: 26px;
}

.form_feedback_left {
    width: 270px;
    float: left;
}

.form_feedback_right {
    width: 270px;
    float: right;
    margin-right: 110px;
}

.form_element_textarea_container {
    width: 380px;
    height: 164px;
}

.form_element_textarea {
    width: 380px;
    height: 164px;
}

.tile.test-drive .expandedContent .headline {
    color: #fff;
    font-size: 42px;
    padding: 20px 10px 18px 10px;
    margin-bottom: 20;
    padding: 0;
}

.ie8 .tile.test-drive .form_box {
    width: 600px !important;
    margin-left: -20px !important;
}

.ie8 .tile.test-drive .test_drive_image {
    width: 360px !important;
}

.ie8 .tile.test-drive .expandedContent .headline {
    padding: 30px 0 0 0;
}

.ie8 .tile.test-drive .send_button {
    margin-bottom: 20px;
    margin-right: 18px;
}

.ie8 .tile.test-drive .form_element_input {
    margin-left: -20px;
}

.ie8 .tile.test-drive .form_element_container {
    margin-right: 10px !important;
}

.tile.test-drive .expandedContent .subheadline {
    color: #fff;
    width: 520px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    float: left;
    margin-bottom: 40px;
}

.tile.test-drive .expandedContent .form_box {
    width: 560px;
    position: relative;
    height: 290px;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px 20px 0px;
    margin-top: -15px;
}

.gecko .tile.test-drive .expandedContent .form_box {
    height: 289px;
}

.test_drive_image {
    margin-top: 32px;
    width: 380px;
    margin-right: 10px;
    height: 410px;
}

.expandedContainer {
    width: 980px;
}

.footer {
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 256px;
    height: 25px;
    float: left;
    margin-top: 100px;
    margin-left: 6px;
    background-color: #000000;
    position: relative;
}

.upperFooter {
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 160px;
    height: 25px;
    float: left;
    margin-top: 64px;
    margin-left: -255px;
    background-color: #055375;
    position: relative;
}

.upperFooter a {
    font-weight: bold;
    font-size: 12px;
    padding: 0 10px 0 10px;
}

.upperFooter div {
    float: left;
    color: #ffffff;
    margin-top: 1px;
}

.arrow {
    background: url("img/pfeil.gif") no-repeat left;
    margin-left: 8px;
    padding-left: 8px;
}

.tile.test-drive .form_element_container {
    margin-left: 20px;
}

.footer a {
    padding: 0 10px 0 10px;
}

.footer div {
    float: left;
    color: #ffffff;
    margin-top: 1px;
}

.foldedcontent {
    padding: 15px 5px 5px 5px !important;
}

.tile.gallery .expandedContent {
    color: #fff;
    padding: 0;
}

.tile.gallery .expandedContent .headline {
    color: #fff;
    font-size: 42px;
    padding: 20px 10px 18px 10px;
    margin-bottom: 20;
    padding: 0;
}

.tile.gallery .expandedContent .subheadline {
    color: #fff;
    width: 390px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0 10px;
    float: left;
}

.tile.luxury .expandedcontent .subheadline {
    font-size: 18px !important;
}

.tile.luxury .expandedcontent .subheadlineArab {
    font-size: 18px !important;
}

.tile.gallery .expandedContent .subheadlineArab {
    color: #fff;
    width: 390px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0 10px;
    float: left;
    text-align: right;
}

.tile.gallery .expandedcontent .headline {
    color: #fff;
    padding: 20px 10px 18px 10px;
}

.movie video {
    margin-top: 28px;
    width: 635px;
    height: 480px;
}
object {
    margin-top: -5px;
    width: 635px;
    height: 480px;
}
.ie .movieContainer {
    width: 635px;
    height: 480px;
}

.tile.luxury .expandedContent {
    padding: 0;
}

.tile.gallery .expandedContent .headline {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20;
    padding: 20px 10px 0 10px;
}

.tile.luxury .expandedcontent .headline {
    color: #fff;
    padding: 20px 10px 0 10px;
}

.movieContainer {
    height: 482px;
    width: 639px;
    margin-top: -2px;
    margin-left: -6px;
}

.gallery_navi_wrapper {
    width: 586px;
    overflow: hidden;
    margin-left: 110px;
    margin-top: 9px;
    height: 60px;
}

.tile.gallery .gallery_navi_wrapper {
    width: 515px;
    overflow: hidden;
    margin-left: 144px;
    margin-top: 9px;
    height: 60px;
}

.ie8 .tile.gallery .gallery_navi_wrapper {
    margin-top: 520px !important;
}

.sliderButtonRight {
    position: absolute;
    width: 42px;
    height: 50px;
    float: left;
    left: 90px;
    top: 13px;
}

.sliderButtonLeft {
    position: absolute;
    width: 42px;
    height: 50px;
    float: right;
    right: 90px;
    top: 13px;
}

.ie8 .sliderButtonRight {
    top: 3px;
}

.ie8 .sliderButtonLeft {
    top: 3px;
}

#power .gallery_navi_wrapper {
    margin-left: 125px !important;
}

.tile.luxury .gallery_navi_wrapper {
    width: 514px;
    overflow: hidden;
    margin-left: 145px;
    margin-top: 9px;
    height: 60px;
}

#luxury .gallery_navi {
    width: 4040px;
}

#luxury .gallery_navi {
    margin-top: 0px;
}

.gallery_navi {
    padding: 2px;
    float: left;
    position: relative;
}

#powerBackButton {
    display: none;
}

#powerNextButton {
    display: none;
}

.luxery .gallery_navi_wrapper {
    height: 68px;
    margin-top: 6px;
}

/*NEU NEU NEU*/

.audiotrigger  .icon {
    width: 32px;
    height: 30px;
}

.gallery_container .infoText {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 4%;
    left: 3%;
    width: 98% !important;
    height: 80% !important;
    padding: 10px;
}

.ie8 .tile.test-drive {
    background: #333333 !important;
}

.ie8 .tile.gallery {
    background: #333333 !important;
}

.ie8 .tile.movie {
    background: #333333 !important;
}

#home_button #icon {
    width: 20px;
    height: 20px;
}

.upperFooter {
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 90px;
    padding-top: 2px;
    height: 25px;
    float: left;
    margin-top: 64px;
    margin-left: -255px;
    background-color: #055375;
    position: relative;
}

.keyvisual{
    width:100%;
    height: 84%;
}


.gecko .tile.power-design{
    font-size: 36px !important;
}

.ie .power-design .headline{
    font-size: 34px !important;
}

.ie .power-design .heading{
    font-size: 34px !important;
}


.tile.feedback .expandedContent .form_box {
margin-top: -30px;
}


.ie1 #feedback-fake-tile{
    padding-top: 0px !important;
}

.ie1 .luxury .picture{
    margin-top: 0px !important;
}