﻿
body {
    font-family: OpelSansCondensedBold;
    font-size: 12px;
    color: #000;
    background-color: #fff;
}

ul {
    list-style-type: none;
}

li {
    list-style-image: none;
}

#main {
    max-width: 1184px;
    margin: auto;
}

/* Typography */
.yellow {
    color: #f7d900;
}

.light-grey {
    color: #f9f9f9;
}

.medium-grey {
    color: #f3f3f3;
}

.dark-grey {
    color: #cccccc;
}

.extra-bold-60 {
    font-family: OpelSansCondensedExtraBold;
    font-size: 60px;
    line-height: 54px;
    color: #000;
}

.extra-bold-40 {
    font-family: OpelSansCondensedExtraBold;
    font-size: 40px;
    line-height: 40px;
    color: #000;
}

.extra-bold-36 {
    font-family: OpelSansCondensedExtraBold;
    font-size: 36px;
    line-height: 38px;
    color: #000;
}

.extra-bold-24 {
    font-family: OpelSansCondensedExtraBold;
    font-size: 24px;
    line-height: 26px;
    color: #000;
}

.extra-bold-18 {
    font-family: OpelSansCondensedExtraBold;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.bold-24 {
    font-family: OpelSansCondensedBold;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.bold-21 {
    font-family: OpelSansCondensedBold;
    font-size: 21px;
    line-height: 24px;
    color: #000;
}

.bold-18 {
    font-family: OpelSansCondensedBold;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}


.bold-14 {
    font-family: OpelSansCondensedBold;
    font-size: 14px;
    line-height: 21px;
}

.arial-bold-black {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.arial-bold-white {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.arial-regular-black {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.arial-regular-white {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.notdealersite {
    display: none;
}

/* End Typography */

/* Header */

header {
    max-width: 1184px;
    margin: auto;
    padding-bottom: 15px;
}

/* Footer */
footer {
    position: relative;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: normal;
    /*padding-top:15px;*/
}

    footer ul {
        -webkit-padding-start: 0px;
    }

        footer ul.socialMedia {
            -webkit-padding-start: 0px;
            text-align: right;
        }

            footer ul.socialMedia li {
                display: inline-block;
                padding-right: 15px;
            }

                footer ul.socialMedia li:last-child {
                    padding-right: 0px;
                }

.divFooterContent {
    width: 100%;
    max-width: 1184px;
    margin: 0px auto 0px auto;
    background: #000;
    color: #ccc;
    font-size: 12px;
    font-family: Arial;
    padding-bottom: 65px;
}

    .divFooterContent .privacyLinks,
    .divFooterContent .extraContent {
        padding: 15px 40px 0 40px;
    }

    .divFooterContent select {
        height: 30px;
        background-color: black;
        padding: 5px;
        margin-bottom: 15px;
        min-width: 180px;
    }

    .divFooterContent .btn {
        border-radius: 0px;
    }

        .divFooterContent .btn i {
            padding-top: 2px;
            font-size: 18px;
        }

    .divFooterContent .listTitle {
        border-bottom: 1px solid #666;
        padding: 5px 0;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .divFooterContent .extraContent {
        border-top: 1px solid #666;
        margin-top: 0px;
        padding-top: 15px;
    }

        .divFooterContent .extraContent li {
            padding: 3px 0;
        }

.ulPrivacyLinks {
    padding: 0 0;
    margin: 0;
}

ul.ulPrivacyLinks li {
    display: inline-block;
    color: #999;
}

ul.ulPrivacyLinks a, ul.ulPrivacyLinks span {
    padding-right: 15px;
    text-decoration: none;
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

ul.ulPrivacyLinks .liWebsite a {
    font-size: 18px;
    font-family: OpelSansCondensedBold;
    color: #f7d900;
}

ul.ulPrivacyLinks li:after {
    content: "|";
    font-size: 18px;
    font-weight: normal;
    color: #666;
    position: relative;
    top: -2px;
    float: right;
    padding: 0 15px 0 0px;
    display: inline-block;
    position: relative;
}

ul.ulPrivacyLinks li:last-child:after,
ul.ulPrivacyLinks li:nth-child(1):after {
    content: none;
}

.socialMedia a {
    display: block;
    width: 100%;
    height: auto;
}

.socialMedia img {
    width: 100%;
    height: auto;
    width: 20px;
    height: 20px;
}

.socialMedia .right {
    padding: 0 0 0 12px;
    float: right;
}

.snelle-links a {
    color: #ccc;
    text-decoration: none;
}

    .snelle-links a:hover {
        color: #ccc;
        text-decoration: none;
    }
/* End Footer */

/* START Float Footer */
.ulContactLinks {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
}

.footer-float-container {
    position: fixed;
    display: block;
    z-index: 60;
    bottom: 0px;
    left: 0;
    max-width: 1184px;
    width: 100%;
    background-color: #000000;
    min-height: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
    opacity: 0.7;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:-1px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
          /*transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -webkit-transition: opacity .35s ease-in-out;*/
}

    .footer-float-container:hover {
        opacity: 0.9;
        transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -webkit-transition: opacity .35s ease-in-out;
    }

    .footer-float-container .container {
        max-width: 1184px;
        margin: 0 auto;
    }

    .footer-float-container ul li a {
        font-family: OpelSansCondensedBold;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

        .footer-float-container ul li a img {
            margin: 0 5px;
        }
/* END Float Footer */


/* START Responsive Footer */
@media screen and (max-width: 991px) {
    footer ul.socialMedia {
        padding-top: 15px;
        text-align: left;
    }

    .footer-float-container {
        position: relative;
        z-index: inherit;
    }

        .footer-float-container,
        .footer-float-container:hover {
            opacity: 1;
        }

            .footer-float-container ul li a {
                text-align: center;
                width: 100%;
                display: inline-block;
            }

                .footer-float-container ul li a span {
                    display: block;
                }

    .divFooterContent {
        height: initial;
        padding-bottom: 15px;
    }

        .divFooterContent .extraContent {
            display: none;
        }
}

@media screen and (max-width: 767px) {
    .footer-float-container {
        position: relative;
        display: inline-block;
        width: 100%;
        background-color: #fff;
    }

        .footer-float-container ul li:hover a img {
            opacity: 1;
        }

        .footer-float-container ul li {
            width: 100%;
            display: inline-block;
            position: relative;
            float: left;
            margin-bottom: 5px;
        }

            .footer-float-container ul li a:after {
                width: 9px;
                display: inline-block;
                -webkit-mask-size: cover;
                mask-size: 0;
                content: url(../assets/opel-theme/images/arrowButton.svg);
                mask: none;
                background-color: transparent;
                float: right;
                opacity: 0.6;
            }

            .footer-float-container ul li:hover a:after {
                opacity: 1;
            }

            .footer-float-container ul li a {
                text-align: left;
            }

                .footer-float-container ul li a img {
                    opacity: 0.6;
                }

                .footer-float-container ul li a span {
                    display: inline-block;
                    color: #767676;
                    font-size: 14px;
                }

            .footer-float-container ul li:hover a:after,
            .footer-float-container ul li:hover a span {
                color: #000;
            }

    .ulContactLinks {
        display: block; /* Safari */
        -webkit-justify-content: inherit; /* Safari 6.1+ */
        justify-content: unset;
        -webkit-padding-start: 0;
    }
}

/* END Responsive Footer */

.divTooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .divTooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 1s;
    }

        /* Tooltip arrow */
        .divTooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .divTooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/* Main menu */
.ve-menu-pc > li {
    text-transform: uppercase;
    position: relative;
}

    .ve-menu-pc > li > a {
        font-size: 18px !important;
        line-height: 22px;
    }

.ve-menu > .ve-menu-pc > li {
    margin: 0 0;
}

.ve-menu-pc > li > a:after {
    content: url(../assets/opel-theme/images/menu-divider.png);
    height: 12px;
    position: absolute;
    display: inline-block;
    float: right;
    text-align: right;
    padding-left: 15px;
    padding-right: 5px;
}

.ve-menu-pc > li:first-child > a img {
    margin-top: -6px;
}

.ve-menu-pc > li:first-child > a:after {
    top: 0;
    left: 20px;
}

.ve-menu-pc > li:last-child > a:after {
    content: none;
}

nav > .ve-menu,
nav > .submenu {
    display: inline-block;
    z-index: 1000;
}

nav.desktopVersion .ve-menu-pc ins {
    background: url(../assets/opel-theme/images/menu-drop-arrow.png);
    width: 8px;
    height: 6px;
    top: 17px;
    display: inline-block;
    position: absolute;
    right: 3px !important;
}

/*ins.next {
    position: absolute;
    display: inline-block;
    float: right;
    text-align: right;
    right: 15px;
    padding-top: 3px;
    font-size: 35px;
    content:'\002b';
}*/

.ve-menu > .submenu {
    background-color: #fff;
}

.topHeader {
    text-align: right;
    display: block;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
}

    .topHeader #logoCMS {
        float: left;
        font-size: 30px;
        line-height: 86px;
        color: #000;
        text-decoration: none;
    }
    #logoCMS img{
        max-height:80px;
    }
    .topHeader #languages {
        display: inline-block;
        position: relative;
    }

        .topHeader #languages li a:after {
            content: url(../assets/opel-theme/images/header-divider.png);
            height: 12px;
            position: absolute;
            display: inline-block;
            float: right;
            text-align: right;
            top: 3px;
            box-sizing: border-box;
            left: 18px;
        }

        .topHeader #languages li:last-child a:after {
            content: none;
        }

        .topHeader #languages .current {
            color: #f7d900;
        }

.contactHeader {
    font-size: 14px !important;
}
.contactHeader .phone-number{
    font-size: 17px !important;
}

.topHeader .contactHeader a,
.topHeader .contactHeader {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
}

    .topHeader .contactHeader span {
        padding-right: 20px;
    }

    .topHeader .contactHeader span {
        padding-left: 5px;
    }

    .topHeader .contactHeader img {
        margin-top: -3px;
        width: 19px;
        height: auto;
    }

.topHeader #logoOpel {
    display: inline-block;
    position: relative;
}

.topHeader #logoOpel img{
    max-width:148px;
    height:87px;
}

.ve-menu > ul {
    padding: 5px 0;
}

nav .linkTrack a {
    font-family: OpelSansCondensedBold;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

nav > .linkTrack {
    background-color: #f3f3f3;
    padding: 15px;
    margin-top: 5px;
    width: 100%;
}

nav > .submenu.linkTrack.list-inline {
    margin-left: 0;
}

.ve-menu > .ve-menu-pc > li:hover > .submenu > li:hover > .submenu {
    display: inherit;
    background-color: #fff;
}

.topHeader #languages {
    display: inline-block;
}

.slideItem img {
    width: 100%;
}

.slideshowContainer {
    position: relative;
}

#prevItem, #nextItem {
    position: absolute;
    top: 40%;
    z-index: 19;
}

.carousel .left {
    float: none;
}

#nextItem {
    right: 15px;
    float: right;
    display: block;
    z-index: 19;
}

.mobileVersion > .submenu.linkTrack.list-inline {
    display: none;
}

.second-menu {
    float: left;
    width: 100%;
    margin-top: 5px;
    background-color: #f3f3f3;
    position:relative;
    z-index:19;
    max-width: 1184px;
}

.sub-submenu li {
    float: left;
}

    .sub-submenu li a {
        font-family: OpelSansCondensed;
    }

.second-menu-submenu {
    float: right;
    width: 100%;
    overflow: hidden;
    position:relative;
}

    .second-menu-submenu .sub-submenu {
        margin-bottom: 0;
    }

#header .desktopVersion .submenu-dropdown li {
    display: none;
}

#header .desktopVersion .second-menu .submenu-dropdown {
    padding: 1px 0 0;
    float: left;
    margin-bottom: 0px;
    position:absolute;
        z-index: 19;
}

    #header .desktopVersion .second-menu .submenu-dropdown li.submenu-current-item {
        display: inline-block;
        border-right: 35px solid #f3f3f3;
        border-top: 39px solid #ffffff;
        height: 0;
border-bottom: 1px solid white;
        padding: 0;
    }

        #header .desktopVersion .second-menu .submenu-dropdown li.submenu-current-item span, #header .desktopVersion .submenu-dropdown li.is-from-mainmenu p {
            float: left;
            margin-top: -40px;
            float: left;
            height: 40px;
            line-height: 40px;
            padding-left: 17px;
            font-size: 18px;
            text-transform: uppercase;
        }

.hide-siblings {
    display: none;
        background: url(../assets/opel-theme/svg/dropdown-close.svg);
          background-size: 20px 20px;
           width: 20px;
  height: 20px;

}

li.submenu-item {
    padding-left: 16px;
    padding-bottom: 9px;
    background-color: white;
    font-size: 18px;
    text-transform: uppercase;
}

#header .desktopVersion .second-menu li.submenu-current-item > ins.display-siblings {
    display: block;
        background: url(../assets/opel-theme/svg/dropdown-open.svg);
          background-size: 20px 20px;
           width: 20px;
  height: 20px;

}

#header .desktopVersion .second-menu .submenu-dropdown li.submenu-current-item > ins.display-siblings, li.submenu-current-item > ins.hide-siblings {
    margin-top: -30px;
    float: right;
	text-decoration:none;
}

.submenu-item .display-siblings {
    display: none;
}

#header .desktopVersion .second-menu li a:hover, #header .desktopVersion li a:focus {
    color: #CCC;
}

#header .desktopVersion .second-menu ul.sub-submenu li {
    display: block;
    float: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     #header .desktopVersion .second-menu ul.sub-submenu > li:not(.left-arrow)
        {
            margin-left:15px;
        }
     #header .desktopVersion .second-menu ul.sub-submenu  li:not(.left-arrow) ~ li.active
        {
            margin-left:0px;
        }
}

.sub-submenu li {
    padding: 10px;
}

.ve-menu > .ve-menu-pc > .main-menu-current-item:hover > ul {
    display: none;
}

.ve-menu > .ve-menu-pc > .main-menu-current-item > ins {
    display: none;
}

.sub-submenu-current-item a {
    border-bottom: 4px solid #F7D900;
}

ul.pagination-menu.sub-submenu.submenu.linkTrack.list-inline{
        width: 100%;
        margin-left: 208px;
}

@media screen and (max-width: 991px) {
    .second-menu {
        display: none;
    }
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.ve-menu-pc li {
    display: table;
    text-align: center;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 22px;
    font-size: 18px;
    position: relative;
}

.submenu.linkTrack.list-inline > li {
    display: inherit;
    text-align: left;
}

.ve-menu-pc > li:after {
    width: 14px;
    height: auto;
    position: absolute;
    float: right;
    right: 0;
    margin-right: -15px;
}

/*DEFAULT STYLE*/
a, a:hover {
    color: #000;
    text-decoration: none;
}

/*BOOSTRAP ALTERATION*/
.opelContainer {
    max-width: 1184px;
    background-color: #f3f3f3;
}

.custom-content {
    padding: 0px 20px 20px;
}

    .custom-content > h1.title {
        margin: 0px -20px 10px -20px;
    }


.bottomPadding {
    padding-bottom: 20px;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9, .col-md-10, .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.margin20 {
    margin-bottom: 20px;
}

.margin25 {
    margin-bottom: 25px;
}

.margin35 {
    margin-bottom: 35px;
}





.infoPage {
    background-color: #f7d900;
    min-height: 150px;
}

    .infoPage h1, .infoPage p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .infoPage h1 {
        font-family: OpelSansCondensedBold;
        line-height: 1.2;
        font-weight: 500;
        font-size: 60px;
        margin-bottom: 0px;
    }

    .infoPage p {
        font-family: OpelSansCondensedBold;
        line-height: 1.2;
        font-weight: 500;
        font-size: 18px;
    }

.pageContent {
    background-color: #fff;
    padding: 25px;
}


    .pageContent p {
        font-size: 15px;
        line-height: 1.2;
    }

.pageSidebar ul {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding: 5px 0px;
    display: inherit;
}

.sidebar1, .sidebar2 {
    background-color: #fff;
}

.pageSidebar li {
    padding: 0px 35px;
    margin: 15px;
    display: table;
}

.sidebar1 li a {
    font-family: OpelSansCondensedBold;
    line-height: 1.2;
    font-weight: 500;
    padding: 10px 0px;
}
.branch-arrow + span {
    margin-left: 20px;
}

.infoMap .sidebar1 li{
    padding:0px;
}
/*.sidebar1 li:before {
    width: 9px;
    display: inline-block;
    position: absolute;
    margin-top: 2px;
    margin-left: -20px;
    -webkit-mask-size: cover;
    mask-size: 0;
    content: url(../assets/opel-theme/images/arrowButtonY.svg);
    mask: none;
    background-color: transparent;
}

.sidebar1 li:hover {
    background-color: #f7d900;
}*/

    /*.sidebar1 li:hover:before {
        content: url(../assets/opel-theme/images/arrowButton.svg);
    }*/

.sidebar2 {
    margin-top: 15px;
}

    .sidebar2 li:before {
        width: 9px;
        display: inline-block;
        position: absolute;
        margin-top: -5px;
        margin-left: -35px;
        -webkit-mask-size: cover;
        mask-size: 0;
        content: url(../assets/opel-theme/images/pdf-icon.png);
        mask: none;
        background-color: transparent;
    }

.pageSidebar .sidebar2 li {
    padding: 0px 45px;
}

.sidebar2 li a {
    text-transform: capitalize;
}

.infoTitle > h4 {
    font-size: 25px;
}

.infoMap .sidebar1 li a {
    font-size: 18px;
    display:inline-block;
    width: 100%;
    padding-left: 15px;
}

.infoTitle > h4, .infoButton, .infoPage {
    font-family: OpelSansCondensedBold;
    text-transform: uppercase;
    font-weight: 500;
}

.infoButton {
    font-size: 18px;
}

.infoImage {
    overflow: hidden;
    text-align: center;
}

    .infoImage img {
        min-width: 100%;
        height: 240px;
        position: relative;
        margin-left: -50%;
        margin-right: -50%;
    }

.infoPanel.noTitle .infoImage img {
    min-width: 100%;
    height: auto;
    position: relative;
    margin-left: -50%;
    margin-right: -50%;
}

.infoButton {
    background-color: #f7d900;
    padding-top: 7px;
    padding-bottom: 7px;
}

.infoIcon:before, .infoIcon::before {
    width: 9px;
    display: inline-block;
    margin-left: 15px;
    -webkit-mask-size: cover;
    mask-size: 0;
    content: url(../assets/opel-theme/images/arrowButton.svg);
    mask: none;
    background-color: transparent;
}

.infoButton span:last-child {
    padding-left: 35px;
    display: inline-block;
    vertical-align: middle;
}

.infoButton .infoIcon {
    margin-top: 3px;
    position: absolute;
}

.pageContent ul {
    list-style: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

    .pageContent ul li:before {
        width: 9px;
        display: inline-block;
        position: absolute;
        margin-top: 1px;
        margin-left: -20px;
        -webkit-mask-size: cover;
        mask-size: 0;
        content: url(../assets/opel-theme/images/arrowButtonY.svg);
        mask: none;
        background-color: transparent;
    }

    .pageContent ul.noStyle {
        display: inline;
    }

        .pageContent ul.noStyle li:before {
            content: none;
        }
/*.pageContent #prevItem,.pageContent #nextItem{
}*/
.opelContainer .brandImage {
    width: 100%;
    max-width: 100%;
}

/*.infoMap{
	background-color: black
}*/
.infoMap ul li {
    font-family: OpelSansCondensedBold;
    font-weight: 18px;
    font-weight: 500;
}

    .branch-arrow {
        width: 9px;
        display: inline-block;
        position: absolute;
        margin-top: 3px;
        -webkit-mask-size: cover;
        mask-size: 0;
        content: url(../assets/opel-theme/images/arrowButton.svg);
        mask: none;
        background-color: transparent;
    }


.infoMap .pageContent {
    padding: 0px;
}

.row.customPadding {
    margin: 0 !important;
}

.extrapadding {
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (max-width: 991px) {
    .extrapadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .fullWidthWhitePageOpelResponsive + div {
        float: left;
    }
}








/*RESPONSIVE CORRECTION*/
@media screen and (min-width: 1200px) {
    .opelContainer {
        width: 1184px;
    }
}

@media screen and (min-width: 991px) {
    .infoMap .col-md-4 {
        padding-right: 0px;
    }

    .infoMap .pageContent, .infoMap .sidebar1 {
        min-height: 240px;
    }

    .infoMap .col-md-8 {
        padding-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .infoPage {
        padding: 10px 35px 0px 5px;
    }

    .sidebar1 {
        margin-top: 15px;
    }

    .infoPanel > div {
        padding-bottom: 20px;
        position: relative;
        display: block;
    }

        .infoPanel > div:last-child {
            padding-bottom: 0px;
        }

    .margin35 {
        margin-bottom: 20px;
    }

    .margin25 {
        margin-bottom: 25px;
    }

    .margin20 > div {
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
}

@media screen and (min-width:992px) {
    #header .desktopVersion .ve-menu-mobile, .ve-menu-mask {
        display: none;
    }
}

@media screen and (max-width:768) {
    .infoPanel.noTitle .infoImage img {
        margin-bottom: -1px;
    }
}

ul.ve-menu-pc {
    display: block;
    position: relative;
    text-align: left;
}

.ve-menu > .ve-menu-pc > li {
    display: inline-block;
    float: left;
    vertical-align: top;
    position: relative;
    width: auto !important;
}

nav.desktopVersion .ve-menu-pc ins {
    right: inherit;
    position: absolute;
    float: right;
}


ul.ve-menu-mobile {
    position: fixed;
    display: block;
    z-index: 30;
    /*overflow-y: inherit;*/
    padding: 0px 0px !important;
}

.ve-menu-mobile ul li {
    display: grid;
    float: left;
}

nav > .ve-menu {
    display: block;
    position: relative;
    padding: 0 0;
    z-index: 102;
}

.ve-menu-mobile .ve-menu-close {
    text-align: right;
}

.ve-menu-mobile {
    background-color: #323232;
}

    .ve-menu-mobile li {
        display: grid;
    }

.mobileVersion .ve-menu-mobile li {
    position: relative;
}

.ve-menu-mobile li a {
    border: 0px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    font-size: 18px;
    font-family: OpelSansCondensedBold;
    height: 39px;
}

.ve-menu-mobile li.ve-menu-close a {
    border: 0px solid #3c3c3c;
}

.ve-menu-mobile li.homeIcon img {
    display: none;
}

.ve-menu-mobile li.homeIcon {
    background-image: url(../assets/opel-theme/images/home-white.png);
    background-size: 21px 18px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    margin-top:50px;
}

    .ve-menu-mobile li.homeIcon a {
        width: 100%;
        height: 39px;
        padding: 0 0;
    }

.ve-menu .ve-menu-mobile li.current_page_item > a {
    /*border-bottom: 1px solid #F7D900;*/
    color: #F7D900 !important;
    border-bottom: 1px solid #3c3c3c;
}

.ve-menu .ve-menu-mobile li a:after {
    content: url(../assets/opel-theme/images/mobile-arrow.png);
    position: absolute;
    display: inline-block;
    padding-left:60px;
    float: right;
    text-align: right;
    font-size: 28px;
    right: 15px;
    top: 0;
}
.ve-menu .ve-menu-mobile li .submenu li a:after{
    top:7px;
}

.ve-menu .ve-menu-mobile li.homeIcon a:after {
    content: none;
}

.ve-menu .ve-menu-pc a {
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255) !important;
}

.ve-menu .ve-menu-pc > li > a:hover {
    color: #CCC !important;
}


.topHeader #logoCMS {
    margin-left: 10px;
}

.ve-menu-pc > li {
    margin-left: 5px;
}

    .ve-menu-pc > li.homeIcon a:after {
        content: none;
    }

.ve-menu-pc .submenu li ins.next {
    /*top: inherit;*/
    right: 2px;
    /*margin-top: 17px;*/
    margin-right: 0px;
}

.ve-menu > .ve-menu-pc > li > .submenu > li a {
    line-height: inherit !important;
    display: block;
}

.ve-menu > .ve-menu-pc > li > .submenu > li:hover a:hover,
.ve-menu > .ve-menu-pc > li > .submenu > li:focus a:focus {
    color: #CCC !important;
}

@media screen and (min-width:992px) {
    .ve-menu-mobile, .ve-menu-mask {
        display: none;
    }
}

.ve-menu-mobile ul li a {
    background-color: transparent !important;
    padding-left: 40px;
    border: 0px;
    width: 92%;
}

.ve-menu-mobile ul li {
    width: 100%;
    border: 0px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}

.ve-menu-mobile li .submenu .submenu > li {
    border-top: 1px solid #3c3c3c;
}

.ve-menu-mobile li .submenu li .next {
    padding-left: 10px;
    margin-left: 0px;
    right: 15px !important;
}


.ve-menu-mobile li .submenu .submenu li {
    padding-left: 0px;
}

    .ve-menu-mobile li .submenu .submenu li a {
        padding-left: 70px;
        font-size: 18px;
        font-family: OpelSansCondensed;
    }

        .ve-menu-mobile li .submenu .submenu li a::after {
            top: 8px;
            float: right;
            margin-right: -5px;
        }

.ve-menu-mobile li .submenu > li {
    padding-left: 0px;
}

.ve-menu-mobile::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.ve-menu-mobile::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.ve-menu-mobile::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #555;
}

.hide-scrollbar {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .left-arrow,#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .right-arrow{
    padding:0px;
    position:absolute;

}

#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .right-arrow,
#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .left-arrow{
    opacity:0;
        z-index:-1;

        transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
}


#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .right-arrow{
    right:0;
}
#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .left-arrow{
    left: 207px;
}
#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu div{
    background-color: #ffffff!important;
    background-size: 20px 41px!important;
    width: 20px;
    height: 41px;
  
}

#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .menu-next-arrow{
    background: url(../assets/opel-theme/svg/next-element.svg) 99% center no-repeat;
         padding-left: 30px; 
         box-shadow: rgba(0, 0, 0, 0.19) -0.25rem 0.25rem 1.1875rem 0px;

}
#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .menu-prev-arrow{
    background: url(../assets/opel-theme/svg/previous-element.svg) center no-repeat;
        margin-left: 8px;
}
#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .menu-prev-arrow .q-angle{
    border-color: transparent #ffffff transparent;
    border-style: solid;
    border-width: 4.1rem 3.5rem 0 0;
    position: absolute;
    margin-right: 6px;
    right: 1.3125rem;
    -webkit-transform: scale(0.9999);
    transform: scale(0.9999);
    z-index: 19;
}
#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .menu-prev-arrow .whiteBg{
        height: 41px;
    width: 10px;
    background: white;
    position: absolute;
    margin-left: 20px;
        box-shadow: rgba(0, 0, 0, 0.19) 0.25rem 0.25rem 1.1875rem 0px;
        z-index:-1;
    
}

#header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu .hide-arrow
{
    display:none;
}
.dealer-name-content{
    font-family: OpelSansCondensedBold;
    background: #FFF;
    padding: 10px;
    text-align: center;
    font-size: 6vw;
}
@media screen and (min-width: 992px) {
     .dealer-name-content{
        display:none;
    }
      .ulContactLinks .callUsRow{
            display:none;
         }
}

@media screen and (max-width: 991px) {
    .topHeader #logoCMS {
        line-height: 52px;
        margin-left: 45px;
        display:none;
    }
    .dealer-name-content{
        display:block;
        margin-top: 56px;
    }
         .topHeader .phone-number{
         display:none;
     }
        .ulContactLinks .callUsRow{
            display:block;
         }
     .pt-dealer #openCallMeBack{
         display:none;
     }

    .topHeader #logoOpel img {
        height: 55px;
    }

    nav .ve-menu-icon {
        position: fixed;
        top: 0px;
        margin-top: 14.5px;
    }

    .topHeader {
        z-index: 101;
        background-color: white;
        width: 100%;
        position: fixed;
        top: 0;
    }
      ins.next {
        display: inline-block !important;
    }
      .ve-menu .ve-menu-mobile .ve-menu-close{
         margin-top: 14.5px;
      }

}

@media screen and (max-width: 768px)
{
    .ve-menu .ve-menu-mobile .ve-menu-close{
         margin-top: 9.5px;
      }
}

@media screen and (max-width: 520px) {
    .topHeader #logoOpel img {
        height: 60px;
    }

    .topHeader .contactHeader span {
        padding-left: 0px;
    }

    .topHeader .contactHeader span {
        padding-right: 0px;
    }

    .topHeader .contactHeader, .topHeader #languages {
        display: inline-grid;
        text-align: center;
    }

    .topHeader #languages {
        margin-bottom: 0px;
    }

        .topHeader #languages li a:after {
            content: none;
        }

    .topHeader .contactHeader > img {
        margin: auto;
    }

    .topHeader .contactHeader > span {
        margin: auto;
        text-align: center;
    }

    .topHeader #languages li:last-child {
        margin-top: -7px;
    }
}

.infoMap.margin35 {
    margin-bottom: 0px;
    padding-bottom: 35px;
}

.ve-menu > .ve-menu-pc > li:hover > ul {
    display: inherit;
}



/* START News page*/
.fullWidthWhitePageOpelResponsive {
    width: 100%;
    max-width: 1184px;
    background: #fff;
}

* {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

#news h1.title {
    font-size: 24px;
    line-height: 28px;
    font-family: OpelSansCondensedBold;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    margin-bottom: 16px;
    background-color: #f7d900;
    padding: 1px 24px 1px 8px;
    display: inline-block;
    margin-top: 0;
}

.newsContent img {
    display: block;
    max-width: 100%;
    height: auto;
}


@media screen and (min-width: 640px) {
    #news {
        width: 95%;
        max-width: 1184px;
        margin: 0 3%;
        float: left;
    }
        /*.mainContainer{
    background-color: #f3f3f3;
}*/

        #news .newsThumbs {
            display: table;
            padding-left: 35px;
            padding-right: 35px;
        }




        #news ul {
            width: 100%;
            display: inline-block;
            padding: 0;
            margin: 0;
        }

            #news ul li:not(.clear) {
                margin: 0 .35% 25px .35%;
                width: 24%;
                border: 1px solid #e0e0e0;
                color: #5d5d5d;
                display: inline;
                float: left;
                font-size: 12px;
                background: url(/assets/opel-theme/images/newsbutton_background.png) no-repeat scroll right bottom transparent;
            }
        /*.newsThumbs li a img {
    max-height: 96px;
    width: 100%;
    max-width: 224px;
}*/
        #news li .newsImage {
            padding: 0;
            margin: 0;
        }

        #news li .newsData {
            padding: 8px 3.5%;
            margin: 0;
        }

        #news li h4 {
            font-weight: 700;
            height: 24px;
            padding: 0;
            margin-left: 0;
            font-size: 12px;
            line-height: 15px;
            margin: 0;
            color: #000;
        }

        #news li p {
            margin: 12px 0;
            width: 100%;
            height: 54px;
            line-height: 18px;
            color: #666;
            font-size: 12px;
            font-weight: normal;
        }

        #news li span {
            padding-left: 12px;
            background: url(/assets/opel-theme/images/read-more.png) no-repeat left 4px;
            font-size: 11px !important;
            color: #333;
            font-weight: bold;
        }
}
/* START Responsive News*/
@media screen and (max-width: 768px) {
    #news {
        margin-top: 15px;
    }
}

@media screen and (max-width: 639px) {
    .fullWidthWhitePageOpelResponsive {
        background: #fff;
        color: #777;
        font-family: OpelSansCondensed;
    }

    #news {
        margin-left: 3%;
        float: left;
        width: 96%;
    }

        #news .newsThumbs {
            display: block;
            padding-left: 0;
            padding-right: 3%;
        }

        #news ul:not(.ulNewsActions) li:first-child {
            border-top: none;
        }

        #news ul:not(.ulNewsActions) li:not(.clear) {
            padding: 24px 0 12px 0;
            border-top: 1px solid #bbb;
        }

        #news ul li a {
            display: block;
            font-weight: normal;
        }

            #news ul li a .newsImage {
                width: 38%;
                float: left;
            }

            #news ul li a img {
                width: 100%;
                max-width: 224px;
            }

            #news ul li a .newsData {
                float: right;
                width: 59%;
                margin-left: 3%;
            }

                #news ul li a .newsData h4 {
                    color: #000;
                    font-size: 14px;
                    font-weight: normal;
                    white-space: normal;
                    margin: 0;
                }

                #news ul li a .newsData p {
                    color: #777;
                    font-size: 11px;
                    line-height: 14px;
                    white-space: normal;
                }

                #news ul li a .newsData span {
                    color: #000;
                    background-size: 10%;
                    float: right;
                    clear: right;
                    font-weight: bold;
                    padding-left: 13px;
                    font-size: 11px;
                }
}

/* END Responsive News*/


/*END News page*/

/*Modellen*/

.contentPageOpelResponsive {
    background: #f3f3f3;
    			padding-bottom: 20px;
}
	.modelsList {
			display: flex;
			flex-wrap: wrap;
		}

    .contentPageOpelResponsive .mainContainer {
        width: 100%;
        padding: 0;
    }

    .contentPageOpelResponsive .leftContainer {
        width: 100%;
        padding: 0;
        background: none;
        color: #999;
        font-family: OpelSansCondensed;
        cursor: default;
    }

    .contentPageOpelResponsive #models {
        position: relative;
        			float: none;

        width: 100%;
    }

        .contentPageOpelResponsive #models li {
            			float: none;			

            			padding: 10px;
            width: 20%;
            text-align: center;
        }

            .contentPageOpelResponsive #models li b {
                width: 100%;
                display: block;
                text-align: center;
                font-family: OpelSansCondensed;
                font-size: 12px;
                color: #3c3c3c;
                font-weight: bold;
                padding-top: 7px;
                text-align: center;
                text-decoration: none;

            }
            .contentPageOpelResponsive #models li a{
			display: block;
			width: 100%;
			height: 100%;
			padding: 10px;
			border: 1px solid #f3f3f3;
		}

            .contentPageOpelResponsive #models li a:hover, .contentPageOpelResponsive #models li a:focus {
			text-decoration: none;
			color: #606060;
		}

            .contentPageOpelResponsive #models li:hover b {
                color: #f7d900;
            }

            .contentPageOpelResponsive #models li > a > img {
                width: 100%;
                max-width: 130px;
            }

        .contentPageOpelResponsive #models .aConfigurator,
        .contentPageOpelResponsive #models .aMoreInfo,
        .contentPageOpelResponsive #models #controls,
        .contentPageOpelResponsive #models .anchorMobile {
            display: none;
        }

        .contentPageOpelResponsive #models .modelDetails {
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%;
            			padding: 0px 25px;
                        			float: none;

        }

            .contentPageOpelResponsive #models .modelDetails div {
                width: 50%;
                text-align: left;
            }

            .contentPageOpelResponsive #models .modelDetails h3 {
                font-size: 18px;
                font-weight: bold;
                font-family: OpelSansCondensed;
                color: #f7d900;
                padding: 0;
                margin: 10px 0;
            }

            .contentPageOpelResponsive #models .modelDetails strong {
                clear: left;
            }

            .contentPageOpelResponsive #models .modelDetails img {
                float: right;
            }




/*End Modellen*/


/*Responsive Modellen*/
@media only screen and (min-width:640px) {
    .contentPageOpelResponsive #models {
        position: relative;
        padding-bottom: 170px;
        width: 100%;
    }

        .contentPageOpelResponsive #models li {
            float: left;
            width: 25%;
            text-align: center;
        }

            .contentPageOpelResponsive #models li b {
                width: 100%;
                display: block;
                text-align: center;
                font-family: OpelSansCondensed;
                font-size: 12px;
                color: #3c3c3c;
                font-weight: bold;
                padding-top: 7px;
                text-align: center;
                text-decoration: none;
            }

            .contentPageOpelResponsive #models li:hover b {
                color: #f7d900;
            }

            .contentPageOpelResponsive #models li > a > img {
                width: 100%;
                max-width: 130px;
            }

        .contentPageOpelResponsive #models .aConfigurator,
        .contentPageOpelResponsive #models .aMoreInfo,
        .contentPageOpelResponsive #models #controls,
        .contentPageOpelResponsive #models .anchorMobile {
            display: none;
        }

        .contentPageOpelResponsive #models .modelDetails {
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%;
            float: left;
        }

            .contentPageOpelResponsive #models .modelDetails div {
                float: left;
                width: 50%;
                text-align: left;
            }

            .contentPageOpelResponsive #models .modelDetails h3 {
                font-size: 18px;
                font-weight: bold;
                font-family: OpelSansCondensed;
                color: #f7d900;
                padding: 0;
                margin: 10px 0;
            }

            .contentPageOpelResponsive #models .modelDetails strong {
                clear: left;
            }

            .contentPageOpelResponsive #models .modelDetails img {
                float: right;
            }
}

@media only screen and (max-width:767px) {
    .contentPageOpelResponsive .leftContainer {
        width: 96%;
		        margin-top:20px;

    }
}
	@media only screen and (min-width: 769px) {
			.contentPageOpelResponsive #models:not(.swipingModels) ul li {
				float: none;
				width: 25%;
			}
		}	
@media only screen and (min-width: 640px) {
    .contentPageOpelResponsive #models .modelDetails img {
        margin-right: 20px;
    }
    .contentPageOpelResponsive #models li {
				width: 33%;
			}
			.contentPageOpelResponsive #models li b {
				width: 100%;
				display: block;
				text-align: center;
				font-family: OpelSansCondensedBold;
				font-size: 1.15em;
				color: #000;
				font-weight: bold;
				padding-top: 7px;
				text-align: center;
				text-decoration: none;
			}
			.contentPageOpelResponsive #models li:hover b {
				color: #606060;
			}

}

@media screen and (max-width: 360) {
    h1.title{
            font-size: 35px;
    }
}
@media only screen and (max-width: 639px) {

    .leftContainer a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    .contentPageOpelResponsive {
        background: #f3f3f3;
    }

        .contentPageOpelResponsive .leftContainer {
            width: 100%;
            padding: 0;
            background: none;
            color: #999;
            font-family: OpelSansCondensed;
            cursor: default;
        }

        .contentPageOpelResponsive #models #controls {
            display: none;
        }

        .contentPageOpelResponsive #models ul {
            float: left;
            width: 100%;
            position: relative;
        }

        .contentPageOpelResponsive #models:not(.swipingModels) ul li {
            width: 100%;
            			float: none;
            margin: 0;
            padding-bottom: 15px;
            position: relative;
        }

        .contentPageOpelResponsive #models ul li a {
            display: block;
            text-decoration: none;
            text-align: center;
        }

        .contentPageOpelResponsive #models ul li b {
            color: #fff;
            padding-top: 10px;
            display: block;
            top: 0;
        }

        .contentPageOpelResponsive #models ul li a.aConfigurator,
        .contentPageOpelResponsive #models ul li a.aMoreInfo {
            color: #fff;
            line-height: 18px;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            padding-left: 20px;
            background: url("/App_Themes/OpelResponsive/Images/yellow-arrow.png") no-repeat left center;
            background-size: 9px;
            text-align: left;
        }

        .contentPageOpelResponsive #models:not(.swipingModels) ul li:nth-child(odd) {
            margin-left: 0;
        }

        .contentPageOpelResponsive #models:not(.swipingModels) ul li:nth-child(even) {
            padding-left: 4%;
            border-right: none;
        }

        .contentPageOpelResponsive #models ul li a b {
            display: block;
            font-family: OpelSansCondensed;
            font-size: 12px;
            color: #3c3c3c;
            font-weight: bold;
            padding-top: 7px;
            text-align: center;
            text-decoration: none;
        }

        .contentPageOpelResponsive #models ul li a img {
            max-width: 155px;
            background: none;
        }

        .contentPageOpelResponsive #models ul li .modelDetails {
            display: none !important;
        }

        .contentPageOpelResponsive #models .anchorDesktop {
            display: none;
        }

        .contentPageOpelResponsive #models .anchorMobile {
            padding-top: 20px;
        }
}

@media only screen and (max-width:480px) {
    .contentPageOpelResponsive #models ul li a img {
        max-width: 135px;
        background: none;
    }

    .contentPageOpelResponsive #models:not(.swipingModels) ul li:nth-child(even) {
        padding-left: 0;
        border-right: none;
    }

    .contentPageOpelResponsive #models ul li {
        width: 32.3%;
    }

        .contentPageOpelResponsive #models ul li a img {
            max-height: 75px;
        }

        .contentPageOpelResponsive #models ul li:last-child {
            border-bottom: none;
        }
}

@media only screen and (max-width:320px) {
    .contentPageOpelResponsive #models ul li {
        width: 49%;
    }
}

@media only screen and (max-width: 1220px){
    .contentPageOpelResponsive #models .modelDetails {
        padding-left:20px;
    }
}
@media only screen and (min-width: 640px) {
    .contentPageOpelResponsive #models .modelDetails img {
        margin-right: 20px;
    }
}
/*End responsive modellen*/

/*START News Details*/
.opelContainer .news-detail-container{
    padding:10px 0px;
}
.news-detail-container .mainContainer .centerContainer #newsDetails {
    width: 73%;
    float: left;
    margin-bottom:15px;
    margin-right: 1%;
}

.newsdetail-sidebar {
    width: 26%;
    float: left;
}
.news-details-container-padding {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f3f3f3;
    width: 100%;
    float: left;
}
.newsContentPageOpelResponsive {
    max-width: 1184px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    float: left;
}

    .newsContentPageOpelResponsive .mainContainer {
        width: 98.4%;
        padding: 10px .8%;
    }
    .opel-inner-newsdetail-wrapper img {
    max-width: 100%;
}

        .newsContentPageOpelResponsive .mainContainer .centerContainer {
            width: 85.7%;
            float: left;
            padding: 16px 2%;
            background: #f8f8f8;
            min-height: 496px;
        }

    .newsContentPageOpelResponsive .centerContainer #newsDetails {
        width: 100%;
        float: left;
    }

        .newsContentPageOpelResponsive .centerContainer #newsDetails h2 {
            padding: 0;
            color: #5d5d5d;
            margin: 0 0 10px 0;
        }

            .newsContentPageOpelResponsive .centerContainer #newsDetails h2 span {
                float: left;
            }

                .newsContentPageOpelResponsive .centerContainer #newsDetails h2 span p {
                    margin: 0 0 10px;
                }

            .newsContentPageOpelResponsive .centerContainer #newsDetails h2 .maintitle {
                color: #000;
                font-size: 24px;
                text-transform: uppercase;
                display: inline-block;
                background-color: #f7d900;
                padding: 1px 24px 1px 8px;
                margin-bottom: 16px;
                line-height: 28px;
                font-family: OpelSansCondensed;
                font-weight: bold;
            }

            .newsContentPageOpelResponsive .centerContainer #newsDetails h2 .subtitle {
                display: block;
                font-size: 14px;
                font-weight: bold;
                color: #000;
                clear: both;
            }

#newsDetails .newsContent {
    clear: both;
}

    #newsDetails .newsContent p {
        margin: 0 0 10px 0;
        width: 100%;
    }

.newsContent .highlights img {
    display: block;
    max-width: 100%;
    height: auto;
}

#newsDetails .newsContent table.cta {
    border: 1px solid #d5d5d5 !important;
    background-color: #fff !important;
    width: 100%;
}

#newsDetails table {
    margin-bottom: 5px;
}

#newsDetails .newsContent .cta td {
    padding: 10px 10px 10px 20px !important;
    border: none !important;
    background-color: #fff !important;
}

    #newsDetails .newsContent .cta td div {
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }

#newsDetails table a {
    padding: 0 0 0 16px;
    display: inline-block;
    background: url(/assets/opel-theme/images/arrow.png) no-repeat left 4px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.newsContentPageOpelResponsive .mainContainer {
    background-color: transparent;
}

.newsContentPageOpelResponsive {
    background-size: cover;
    background-color: #f3f3f3;
    padding: 5px 5px 15px 5px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
    .news-detail-container .mainContainer .centerContainer #newsDetails{
        width:100%;
       
    }
    .newsdetail-sidebar{
      width: 100%;
      margin-bottom:15px;
    }
}

@media only screen and (max-width: 767px) {

    .newsContentPageOpelResponsive .mainContainer {
        width: 100%;
   
    }

        .newsContentPageOpelResponsive .mainContainer .centerContainer {
            width: 100%;
        }
}

@media only screen and (max-width: 639px) {
    .newsContentPageOpelResponsive .mainContainer .centerContainer {
        width:98%;
        margin:auto;
        padding: 0;
        cursor: default;
        padding:20px;
    }

    .newsContentPageOpelResponsive {
        background-size: cover;
        background: #fff;
        padding: 0;
    }

        .newsContentPageOpelResponsive .mainContainer .centerContainer {
            background: none;
        }

        .newsContentPageOpelResponsive .mainContainer {
            padding: 0;
        }
}
/*END News Details*/

/* OPEL STOCK PAGE */
div > .ss-body {
    width: 100%;
}

.ss-body .axAppZ {
    max-width: 100%;
    background-color: transparent;
}

#stockDiv .ss-banner {
    margin-bottom: 0px;
}
#stockDiv #sv2Step2{
    margin: 0 auto;
}

#stockDiv .ss-steps.nomobi.nolimited{
    max-width: 992px;
    margin: auto;
}

#stockDiv .ss-result{
    max-width: 992px;
    margin: 10px auto;
}

div > .ss-footer {
    width: 100%;
    height: 35px;
    background-color: #f8f8f8;
}
.stockaspp .ss-subtitle{
    max-width: 980px;
    margin: 0 auto;
}
.stockaspp .ss-subtitle, .stockaspp .ss-steps, .stockaspp .ss-cols, .stockaspp #sv2Step3 #ssFormContainer, .stockaspp #sv2Step3 .ss-subtitle
{
   max-width: 992px;
   margin: 0 auto;
}
.axAppZ .form-field .nice-select .list{
z-index:70;
}
.ss-body #stockDiv .ss-title {
    font-size: 42px;
	line-height: 42px;
	padding: 10px 20px !important;
	min-height: auto;
	font-weight: bold;
}

.ss-body .ss-title {
    width: 100%;
    background-color: #f7d900;
    min-height: 150px;
    margin-left: 0px;
    font-family: OpelSansCondensedBold;
    line-height: 1.2;
    font-weight: 500;
    font-size: 60px;
    padding: 3% 25px !important;
}

/*.axAppZ .ss-cols,
.axAppZ .ss-steps,
.axAppZ .ss-subtitle {
    margin-left: 35px;
    margin-right: 35px;
    padding: 0 0;
}*/
/*.axAppZ .ss-cols,
.axAppZ .ss-steps,
.axAppZ .ss-subtitle*/
@media screen and (min-width: 992px) {
    #news, #pageExport.serviceDetails, #pageExport.service-Details {
        margin-left: 35px;
        margin-right: 35px;
        padding: 0 0;
    }
}

#pageExport.serviceDetails > .title, #pageExport.service-Details > .title {
    display: inline-table;
    margin-bottom: 20px;
}

.service-Content li, .service-Content p {
}

#news h1.title {
    margin-top: 20px;
}

#news .newsThumbs {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
}

#news ul li:not(.clear) {
    background-size: cover;
}

.newsThumbs li a img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .customPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .opelContainer .infoPage h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .stockaspp .ss-title {
        min-height: 0;
        font-size: 35px;
        padding-left: 35px !important;
    }

    .infoPage {
        padding: 5px 10px 10px 5px;
    }

    .opelContainer .infoPage h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 480px) {
    .stockaspp .ss-title {
        min-height: 0;
        font-size: 30px;
        padding-left: 35px !important;
    }

    .opelContainer .infoPage h1 {
        font-size: 25px;
    }

    .opelContainer .infoPage p {
        font-size: 15px;
    }

    .infoPage {
        padding: 5px 20px 10px 5px;
        min-height: 0px;
    }
}

/*.newsContent > p > img {
    width: 100%;
}*/
.ve-menu > .ve-menu-pc > li > ul {
    padding: 15px 20px 15px 20px;
}

.ve-menu > .ve-menu-pc > li:hover > .submenu > li:hover > .submenu {
    background-color: #fff;
    display: inline-table;
    position: absolute;
    left: 100%;
    z-index: 50;
    top: -20px;
    padding: 20px;
}


.submenu.linkTrack.list-inline ins {
    margin-left: 10px;
}

.ve-menu-pc > li > .submenu li:hover {
    border-bottom: 1px solid #CCC !important;
}

    .ve-menu-pc > li > .submenu li:hover > a {
        color: #CCC !important;
    }

.ve-menu > .ve-menu-pc > li > .submenu > li a {
    line-height: initial !important;
    display: block;
    background-color: transparent !important;
    padding-top: 10px;
    height: inherit !important;
    line-height: inherit !important;
    margin-bottom: 8px;
}

.ve-menu > .ve-menu-pc > li > ul > li {
    height: inherit;
}

.ve-menu > .ve-menu-pc > li > .submenu li {
    border-bottom: 1px solid #CCC !important;
}

.ve-menu > .ve-menu-pc .submenu.linkTrack.list-inline > li {
    display: flow-root;
    padding-left: 15px;
}
@media screen and (max-width: 991px) {
    .topHeader .contactHeader{
        float: left;
        margin-left: calc(50% - 23px);
        margin-top: 19px;
    }
        .topHeader .contactHeader img {
        width: 23px;
        height: auto;
        }
}


@media screen and (max-width: 768px) {
    .topHeader #logoCMS {
        display: none;
        width: 100%;
        margin: 0;
        padding: 0 0 0 45px;
        line-height: inherit;
    }


    .topHeader .contactHeader, .topHeader #languages {
        display: inline-block;
        text-align: center;
      
    }


    nav .ve-menu-icon {
        margin-top: 9.5px;
    }
}
@media screen and (max-width: 520px) {
     .topHeader .contactHeader{
        margin-left:  calc(50% - 23px);
    }
}
@media screen and (max-width: 460px) {
     .topHeader .contactHeader{
       margin-left: calc(50% - 23px);
    }
}

.sidebar1 li a,
.sidebar2 li a {
    font-size: 18px;
}

nav > .submenu.linkTrack.list-inline > li {
    padding: 3px 10px;
}

    nav > .submenu.linkTrack.list-inline > li.current_page_item {
        border-bottom: 4px solid #F7D900;
    }

#pageExport .service-Content p {
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    .mobileVersion {
        display: none !important;
    }

    .desktopVersion {
        display: block !important;
    }

        .desktopVersion .ve-menu-pc {
            display: block !important;
        }

        .desktopVersion .ve-menu-icon {
            display: none !important;
        }
}

@media screen and (max-width: 991px) {
    header {
        padding-bottom: 0px;
    }

    .desktopVersion {
        display: none !important;
    }

    .mobileVersion {
        display: block !important;
        position: absolute;
    }

    ul.ve-menu-pc {
        display: none !important;
    }

    .mobileVersion .ve-menu-icon {
        background-color: white;
        opacity: 0.8;
        display: block !important;
        cursor: pointer;
    }
}
/*Start Homepage Slider*/
.prev-arrow, .next-arrow {
    position: absolute;
    z-index: 19;
    bottom: 45%;
}

.next-arrow {
    right: 0;
    float: right;
}

.prev-arrow {
    left: 0;
    float: left;
}

@media screen and (max-width:991px) {
    .next-arrow img {
        width: 50%;
        height: auto;
        float: right;
    }

    .prev-arrow img {
        width: 50%;
        height: auto;
        float: left;
    }
}
/*End Homepage Slider*/

@media screen and (max-width: 991px) and (min-width: 768px) {
    .infoPanel .infoButton {
        min-height: 45px;
    }



    .ve-menu-mask {
        max-width: 320px !important;
    }

    .ve-menu-mobile {
        max-width: 320px !important;
    }

    .contentPageOpelResponsive #models li {
        float: left;
        width: 20%;
        text-align: center;
    }
}

#panelCms {
    top: 48%;
    position: fixed;
}

    #panelCms button {
        font-family: OpelSansCondensedBold;
        font-size: 18px;
        line-height: 21px;
        color: #000;
        background-color: #dddddd !important;
        border-radius: 0px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
    }

#divTool {
    width: 300px !important;
}
 
#second-plugin {
    margin-right: 10px;
    margin-left: 10px;
}

#first-plugin {
    margin-left: 10px;
    margin-right: 10px;
}

.row.customPadding.infoMap.margin35 {
    padding: 0px 25px 35px;
}

.row.customPadding.infoPanel.noTitle.margin35 {
    padding: 0 20px 20px;
}

.row.customPadding.content-builder.noTitle.margin35 {
    padding: 0px;
    padding-bottom: 20px;
}

    .row.customPadding.content-builder.noTitle.margin35.extrapadding h2 {
        padding-top: 0px;
    }

@media screen and (max-width: 991px) {
    .row.customPadding.infoPanel.noTitle.margin35 {
        padding-bottom: 0px;
    }

    .row.customPadding.content-builder.noTitle.margin35 {
        padding: 0 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .margin25 {
        margin-bottom: 15px;
    }

    .opelContainer .row.customPadding.infoPanel.noTitle.margin35 {
        padding: 0 10px 5px;
    }

    .row.customPadding.content-builder.noTitle.margin35 {
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .row.customPadding.infoMap.margin35 {
        padding: 0px 15px 25px;
    }

    .opelContainer .row.customPadding.infoPanel.noTitle.margin35 > div {
        padding-bottom: 15px;
    }

    .infoTitle > h4 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 480px) {
    .row.customPadding.infoMap.margin35 {
        padding: 0px 5px 15px;
    }

    .opelContainer .row.customPadding.infoPanel.noTitle.margin35 {
        padding: 0;
    }

        .opelContainer .row.customPadding.infoPanel.noTitle.margin35 > div {
            padding-bottom: 5px;
        }

    .margin25 {
        margin-bottom: 5px;
    }

    .infoTitle > h4 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .sidebar1 {
        margin-top: 5px;
    }

    .widget > h2 {
        margin-top: 5px;
    }

    .row.customPadding.content-builder.noTitle.margin35 {
        padding: 0 5px 5px;
    }
}

.noMargin {
    margin: 0px !important;
}


/*Plugins*/

/*Contact car details - plugin*/
#contactForm .ng-invalid {
    border: 1px solid red !important;
}

#contactForm .row {
    margin: 10px;
}

#contactForm select,
#contactForm input:not([type='checkbox']),
#contactForm textarea {
    color: #757575;
    width: 100%;
    padding: 6px 12px;
}

#contactForm input[type='checkbox'] {
    /*box-shadow: -1px 3px 2px rgba(0,0,0,0.05), 0px 0px 0px 2px rgb(117, 117, 117);*/
    border: 1px solid #a9a9a9;
    padding: 7px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

    #contactForm input[type='checkbox']:checked {
        border: 1px solid #a9a9a9;
        padding: 7px;
        background-color: rgb(247, 217, 0);
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
    }

#contactForm div {
    margin-bottom: 5px;
}

#contactForm h2.title {
    display: inline-block;
    padding: 2px 20px 2px 20px;
    background-color: #f7d900;
    color: #000;
    font-family: OpelSansCondensedBold;
    text-transform: uppercase;
    margin-top: 10px;
}

#contactForm input[type="submit"]:hover {
    color: #fff;
}

#contactForm input[disabled="disabled"] {
    color: #757575;
}

#contactForm input[type="submit"] {
    background: #f7d900;
    text-align: center;
    width: 200px !important;
    color: #000;
    border: none;
    font-weight: bold;
    float: right;
}

#contactForm .separator {
    background: #999999;
    height: 1px;
    margin: 20px;
}

#contactForm label[for="acceptprivacy"] {
    display: initial;
}

#contactForm .divAcceptPrivacy a {
    color: #a9a9a9;
}

#contactForm select {
    background: #ffffff;
}
/*End Contact car details - plugin*/


/*Car details*/
#vehicleDetails .bstimeslider {
    margin-top: 10px;
    width: 100%;
    height: 75px;
    position: relative;
}

#vehicleDetails .bktibx {
    float: left;
    margin: 0 40px 0 0;
    font-size: 18px;
    width: 65px;
    display: block;
}

#vehicleDetails #tslshow {
    position: absolute;
    left: 0;
    width: 2000px;
}

#vehicleDetails #leftArrowSlid {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0px;
    background: url(/assets/opel-theme/images/left-arrow.png) no-repeat center center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
}

#vehicleDetails #rightArrowSlid {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0px;
    background: url(/assets/opel-theme/images/right-arrow.png) no-repeat center center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
}

#vehicleDetails #viewContainer {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 10%;
    overflow: hidden;
}

#vehicleDetails #container-tell-a-friend {
    width: 360px;
}

@media (max-width: 360px) {
    #vehicleDetails #container-tell-a-friend {
        width: auto;
    }
}

#vehicleDetails .divNavigationLinks {
    background: #9d9d9d;
    padding: 20px 0 20px 0;
}

    #vehicleDetails .divNavigationLinks .previousVehicle {
        text-align: left;
    }

    #vehicleDetails .divNavigationLinks .nextVehicle {
        text-align: right;
    }

    #vehicleDetails .divNavigationLinks .goBackToVehicles {
        text-align: center;
    }

    #vehicleDetails .divNavigationLinks a {
        color: #fff;
    }



        #vehicleDetails .divNavigationLinks a:hover {
            color: #f7d900;
        }

        #vehicleDetails .divNavigationLinks a[href=""]{
            display:none;
        }

#vehicleDetails h2.title span {
    display: inline-block;
    padding: 2px 20px 2px 20px;
    background-color: #f7d900;
    color: #000;
    font-family: OpelSansCondensedBold;
    text-transform: uppercase;
}

#vehicleDetails .row {
    margin: 0px;
}


#vehicleDetails .ulMainDetails div.divPriceB2C {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
}

#vehicleDetails .divPremiumLabel {
    background-image: url(/assets/opel-theme/images/car-list-premium-item.jpg);
    width: 166px;
    height: 28px;
    padding-top: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
}



#vehicleDetails .ulMainDetails div {
    clear: both;
    color: #000;
    font-size: 14px;
}

#vehicleDetails .divGoToContact {
    margin-top: 10px;
}


#vehicleDetails #googleMap {
    width: 100%;
    height: 500px;
}

#vehicleDetails #divImageGallery .divCarImage li img {
    width: 100%;
    border-radius: 5px;
}


#vehicleDetails .divCarDetailsOptions {
    margin-top: 30px;
}


#vehicleDetails h3.subtitle {
    font-family: OpelSansCondensedBold;
    margin: 10px 0;
    padding: 2px 28px 2px 5px;
    background-color: #f7d900;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

#vehicleDetails .divGoToContact a#goToContactForm,
#vehicleDetails .divVehicleContactLinks a.aGoToContact {
    display: block;
    height: 25px;
    width: 140px;
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: #f7d900;
    padding: 0px 20px 0px 20px;
}

#vehicleDetails .divDealerData {
    margin-top: 25px;
}

#vehicleDetails .divVehicleContactLinks a.aGoToContact span,
#vehicleDetails .divGoToContact a span {
    background: url(/assets/opel-theme/images/white-arrow.png) no-repeat 8px center;
    padding: 0 20px 0 30px;
}

#vehicleDetails .divPrint a, .liPrint a {
    display: block;
    width: 29px;
    height: 29px;
    background: url(/assets/opel-theme/images/print-icon.png) no-repeat center center;
}

#vehicleDetails a#goToContactForm:hover,
#vehicleDetails .divVehicleContactLinks a:hover {
    color: #ffffff;
    cursor: pointer;
}

#vehicleDetails #divImageGallery .divImagesList {
    margin: 60px 0;
    float: left;
    clear: both;
    height: 55px;
    width: 100%;
}

#vehicleDetails .divCarDetailsOptions ul li b {
    padding: 5px 0;
    display: block;
}

#vehicleDetails .divDealerData b, .divCarDetailsOptions b, .divRemarks b {
    line-height: 17px;
}

#vehicleDetails .divCarDetailsOptions ul {
    columns: 2;
}

    #vehicleDetails .divCarDetailsOptions ul li {
        /*white-space: nowrap;*/
        width: 100%;
        font-size: 14px;
        /*color: #5d5d5d;*/
    }

#vehicleDetails .divSocialMediaLinks ul {
    border-bottom: 1px #9d9d9d solid;
    height: 41px;
}

#vehicleDetails .divSocialMediaLinks {
    padding-bottom: 30px;
    margin-top: 25px;
}

    #vehicleDetails .divSocialMediaLinks li.liFacebook a {
        background-image: url(/assets/opel-theme/images/facebook.png);
    }

    #vehicleDetails .divSocialMediaLinks li.liTwitter a {
        background-image: url(/assets/opel-theme/images/twitter.png);
    }

    #vehicleDetails .divSocialMediaLinks li.liTellAFriend a {
        background-image: url(/assets/opel-theme/images/tell-friend.png);
    }

#vehicleDetails divPrint a, .liPrint a {
    background: url(/assets/opel-theme/images/print-icon.png) no-repeat center center;
}

#vehicleDetails .divSocialMediaLinks li a {
    margin-right: 10px;
    width: 35px;
    height: 40px;
    float: left;
    display: block;
    background-position: left 13px;
    background-repeat: no-repeat;
}

    #vehicleDetails .divSocialMediaLinks li a:hover {
        height: 50px;
        margin-top: -12px;
    }

#vehicleDetails .divPrint {
    float: right;
    margin-top: 25px;
  }
  .modal-backdrop.fade{
   z-index:0;
  }
     #vehicleDetails #divImageGallery{
   min-height:200px; 
  }
 #vehicleDetails .noImages{
    vertical-align: middle;
    line-height: 240px;
    font-size: 4em;
    font-family: OpelSansCondensed-Bold;
    text-align: center;
}

#vehicleDetails .carousel-inner > .item > a > img {
    margin-left: auto;
    margin-right: auto;
}
/*End Car details*/

/*Stock - plugin*/
#stockContainer #vehiclesContainer {
    margin-left: 0px;
    margin-right: 0px;
}

#stockContainer select {
    background: #ffffff;
}

#stockContainer #vehiclesContainer .divCarName h3 {
    background: #f7d900;
    color: #000;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    font-size: 15px;
}

#stockContainer #vehiclesContainer .divCarItem {
    background: #ffffff;
    min-height: 460px;
    margin-bottom: 10px;
}

#stockContainer .divCarItem .ulDetails {
    width: 100% !important;
    padding: 0 15px;
}

#stockContainer #vehiclesContainer .ulDetails li {
    width: 100%;
    margin-left: 0px;
    display: inline-table;
    overflow: visible;
    white-space: normal;
}

    #stockContainer #vehiclesContainer .ulDetails li label {
        display: block;
        float: left;
        width: 50%;
        font-size: 15px;
    }

    #stockContainer #vehiclesContainer .ulDetails li span {
        font-size: 13px;
    }

        #stockContainer #vehiclesContainer .ulDetails li span:empty:before {
            content: "\200b";
        }

#stockContainer #vehiclesContainer .carImage img {
    width: 90%;
}

#stockContainer #vehiclesContainer .carImage {
    text-align: center;
}

#stockContainer #divVehicleStock {
    margin-right: 0px;
    margin-left: 0px;
}

    #stockContainer #divVehicleStock h2.title {
        display: inline-block;
        padding: 2px 20px 2px 20px;
        background-color: #f7d900;
        color: #000;
        font-family: OpelSansCondensedBold;
        text-transform: uppercase;
    }

    #stockContainer #divVehicleStock .priceText {
        font-size: 16px;
        font-weight: 600;
    }

#pagerContainer-2 .vehicleDataPagerCtn {
    text-align: center;
    position: relative;
    display: table;
    margin: auto;
}

#pagerContainer-2 a.pagerNumeric, #pagerContainer-2 span.pagerCurrent {
    background-color: #D9DDDF;
    background-image: none;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px 0px 10px;
    margin: 0px 2px 0px 2px;
    font-weight: bold;
    cursor: pointer;
}

#pagerContainer-2 span.pagerCurrent {
    background-color: #f7d900;
    color: #ffffff;
}

#pagerContainer-2 .vehicleDataPagerCtn .label {
    display: none;
}

#pagerContainer-2 .vehicleDataPagerCtn a:hover {
    color: #ffffff;
    background-color: #f7d900;
}

#pagerContainer-2 .vehicleDataPagerCtn a[disabled="disabled"], #pagerContainer-2 .vehicleDataPagerCtn a[disabled="disabled"]:hover {
    color: #949494;
    background-color: #D9DDDF;
    cursor: default;
}

#stockContainer .divSortBy {
    float: right;
    margin-top: 30px;
}

    #stockContainer .divSortBy select {
        width: 218px;
        font-size: 11px;
        height: 23px;
    }

#stockContainer .liDescription span {
    display: block;
    width: 115px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#pagerContainer-2 {
    margin-bottom: 10px;
}

/*End Stock - plugin*/

/*Search plugin*/


#filters div select {
    border: 1px solid #abadb3;
    color: #000;
    float: left;
    height: 23px;
    padding: 2px;
    background: #ffffff;
}

@media (max-width: 667px) {
    /*Prevent iphone zoom in*/
    #filters select,#filters button,#stockContainer select{
        font-size:16px;
    }

/* Stock Pagination*/
    #pagerContainer-2 .vehicleDataPagerCtn .firstPage,  #pagerContainer-2 .vehicleDataPagerCtn .lastPage{
        float:none;
        display:block;
    }
        #pagerContainer-2 .vehicleDataPagerCtn .firstPage{
        margin-bottom:2px;
    }
    #pagerContainer-2 .vehicleDataPagerCtn .lastPage{
        margin-top:32px;
    }
}
 
 #RegistrationYearFrom,

 #MileageFrom,

 #PriceFrom,

 #CylinderContentFrom
{
	clear: both;
}


#filterYear select,
#filterMileage select,
#filterPrice select,
#filterCylinderContent select {
    width: 40%;
}


#filters div span {
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    /*color: #666;*/
}

#filters #FirstRegistrationTo,
#filters #MileageTo,
#filters #PriceTo,
#filters #CylinderContentTo {
    float: right;
}

#filterBrand select,
#filterModel select,
#filterFuelType select,
#filterColor select,
#filterTransmission select,
#filterCarrosserieType select,
#filterDoorNo select,
#filterPower select,
#filterLocations select {
    width: 100%;
}



#filters ul {
    background-color: #fff;
    border: 1px solid #dddddd;
    color: #333333;
    display: none;
    margin: 0;
    padding: 3px;
    float: left;
    width: 100%;
    z-index: 1;
    position: absolute;
}

 
 #filters ul li input[type="checkbox"]
{
	margin: 2px;
    vertical-align: middle;
}

 
 #filters ul li span
{
	font-weight: normal;
  text-align:left;
  	    vertical-align: middle;
}


#filters div label {
    /*color: #666;*/
    display: block;
    font-weight: bold;
    margin: 0px 0px 0px 3px;
    padding: 0px 0px 0px 2px;
}

#filters div.row {
    margin: 10px;
}

#filters #filterCarrosserieType span {
    width: 100px;
}

#filters button.input-select {
    width: 100%;
    background: white;
    border: 1px solid #abadb3;
    text-align: left;
    padding-left: 6px; 
    -webkit-appearance: menulist;
    -moz-appearance:menulist;
      appearance:menulist;
    height: 23px;
  }

#filters a:hover {
    color: #f7d900;
}

#clearFilters {
    background: initial;
    border: none;
    float: right;
    display: inline-block;
}

    #clearFilters span {
        color: #666 !important;
        width: 110px !important;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        text-decoration: underline;
        font-weight: initial !important;
        font-size: small;
        text-align: right !important;
    }

        #clearFilters span:hover {
            color: #f7d900 !important;
        }

#filters h2.title {
    margin-top: 10px;
    display: inline-block;
    padding: 2px 20px 2px 20px;
    background-color: #f7d900;
    color: #000;
    font-family: OpelSansCondensedBold;
    text-transform: uppercase;
}

#filters {
    margin-bottom: 30px;
}

#filterBrand label {
    display: inline-block !important;
}

#filters #filterTransmission span {
    width: 130px;
}

#filters > div {
    position: relative;
}

#filters .fromToDiv {
    text-align: center;
}

/*End Search plugin*/

@media screen and (max-width: 410px) {
     .custom-content > h1.title {
            font-size: 35px;
    }
}
@media screen and (max-width: 320px) {
     .custom-content > h1.title {
            font-size: 30px;
    }
}
.hide-language{
    display:none;
}


#callMeBack-body .hidden-form{
    display:none;
}
#callMeBack-body {
    min-height: 200px;
}



/* footer */

.footer-icon{
    width: 36px;
    height: 36px;
}

.footer-desktop {
}

.footer-mobile {
    display: none;
}

@media screen and (max-width: 767px) {

    .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display:initial;
    }
}
/*.affix-top{
    top:0 !important;
}*/

.affix-top-afterscroll{
    top:0 !important;
}

.opel-brand-text {
    color: #f7d900;
    font-family: OpelSansCondensedBold;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 21px;
}
/*preview from content builder responsive*/
@media screen and (max-width: 991px) {
    #divTool {
        display: none !important;
    }
    div#divSnippetScrollDown {
    display: none;
}
    div#divSnippetScrollUp {
    display: none;
}
}
 

#content-builder-bodyText{
    min-height: 150px !important;
}

/* Call me back */
#callMeBack-body  h2{
    margin:0px 0px 20px 0px;
}
#callMeBack-body .col-sm-3 label{
        font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    color: #000;
    line-height: 16px;
    margin-bottom: 8px;
    line-height:40px;
}

#callMeBack-body .col-sm-8 select{
       height: 40px;
    padding: 8px 16px 8px 8px;
    font-family: OpelSansCondensedBold;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.opel-modal-form{
    margin-top:30px;
}

#ajax-spinner-overlay{
        content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index:99999;
}
#ajax-spinner-overlay div.carflowApiLoader{
    margin: auto;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    bottom: 0;
    position: fixed;
        border-top: 1.1em solid rgba(247, 217, 0, 0.35);
    border-right: 1.1em solid rgba(247, 217, 0, 0.35);
    border-bottom: 1.1em solid rgba(247, 217, 0, 0.35);
    border-left: 1.1em solid #f7d900;
}
.modal-body #callMeBack-body .pluginForms .opel-modal-form input{
    padding: 6px 12px;
}

/*Sitemap*/
.sitemap div.sitemapTab{
    min-width: 180px;
}

.sitemap div.row :before{
    min-width: 180px;
    content:none;
}
.sitemap .row.is-table-row:before {
    content: none;
}
#main .sitemap .is-table-row{
    padding-left:25px !important;
}
/*.service-mobile-section-title::first-line{
    float:left;
}*/
/*remove hover for mobile devices*/
/*@media (hover: none) {
   a:link {
      color: initial;
   }
}*/
/*body.modal-open {
    
    overflow: hidden;
    position: fixed;
    width: 100%;
}*/

@media only screen and (max-width: 480px) {
  .touch .modal .modal-body {
    max-height: none; 
  }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #header .desktopVersion .second-menu .submenu-dropdown li.submenu-current-item {
        /* Enter your style code */
        padding-right:15px;
   }
   #header .desktopVersion .second-menu .submenu-dropdown li.submenu-current-item > ins.display-siblings, li.submenu-current-item > ins.hide-siblings{
       margin-right:-25px;
   }
   .ve-menu > .ve-menu-pc .submenu.linkTrack.list-inline > li{ 
		display: -ms-grid;
	}
   #header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu div{
       background-size:20px 22px !important;
   }
}
@-moz-document url-prefix() {
    #header .desktopVersion .second-menu .second-menu-submenu ul.sub-submenu div{
        background-size:20px 22px !important;
    }
}
.modal{
    -webkit-overflow-scrolling: touch !important;
}


    .branches-page-map {
        padding-top: 30px;
    }

.branches-page-branch span{
    float: initial;
    display: block;
}

#branches-page{
    padding:30px;
}
.flex-content{
    display:flex;
    flex-wrap:wrap;
}
@media screen and (max-width: 991px) {
   div.branchInfo {
    font-size: small;
    width: 47%;
    min-width: 250px;
    float: none;
    display: inline-block;
}

    .contactHeader .opel-dropdown-collapsed {
        display: none;
    }
}

.opel-home-widget-wrapper, .opel-home-news-wrapper{
    overflow: hidden;
}


.relative {
    position: relative;
}
.layoverText {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    font-family: OpelSansCondensed;
    font-size: 1.15em;
    position: absolute;
    color: white;
    z-index:1;
}
.layoverText.top {
    top: 5px;
}
.layoverText.bottom {
    top: 85px;
} 

.opel-dropdown-toggler {
    background: white;
    font-size: 16px;
    font-family: OpelSansCondensed;
    padding: 10px;
    display: block;
    border: solid black 1px;
        margin-top: 5px;
}

.opel-dropdown-collapsed {
    background: white;
    padding: 10px 5px;
    border: solid black 1px;
}

.opel-dropdown-collapsed span.opening-hours-type {
    border: 0;
    padding: 5px 0px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    font-weight: bold;
    font-family: OpelSansCondensedBold;
    font-size: 16px;
}
.opening-hours-set {
    border-bottom: 1px solid #f3f3f3;
    padding: 5px 0px;
}

#branches-page .glyphicon {
    vertical-align: middle;
    font-size: smaller;
}
button.opel-dropdown-toggler[aria-expanded="false"] span.glyphicon.glyphicon-menu-down {
    display: block;
}

.opel-dropdown-toggler span.glyphicon.glyphicon-menu-down {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}
.branches-page-branch span {
    float: initial;
    display: block;
    color: #0c0c0c;
}
#branches-page .glyphicon:hover {
    color: #666;
}
.address-inline {
    display: inline-block;
}

nav .hide-siblings-item,nav .display-siblings-item {
    cursor: pointer;
}


#callUs-modal-body {
    min-height: 70px;
}
#call-us-modal span.callUsLocations {
    position: relative;
    top: 30px;
}
#call-us-modal select {
    background: #ffffff;
    border: 1px solid #CCC;
    border-radius: 0;
    font-family: OpelSansCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    margin-top: 30px;
}
#callUs-modal-body a {
    display: none;
    text-align: center;
    font-size: large;
    padding-top: 15px;
}

.contactHeader .opel-dropdown-collapsed {
        position: absolute;
    right: 10px;
    z-index: 120;
    border: 1px solid #e8e6e6;
    text-align: left;
    box-shadow: 2px 2px 5px #9e9e9e;
        cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width:235px;

}
.phone-number-label {
    padding: 5px 0px;
    font-size: 16px;
}

.phone-number-text {
    border: 0;
    padding-bottom:7px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    font-family: OpelSansCondensed;
}