@import url(../../aec-style.css);
@import url(slick.css);
@keyframes fade-in-left {
  from {
    transform: translateX(-3rem);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-right {
  from {
    transform: translateX(3rem);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
.carousel-header {
  left: 0;
  width: 100%; }
  .carousel-header svg {
    position: absolute;
    top: 0;
    left: 0; }
  .carousel-header .carousel {
    position: relative;
    visibility: hidden;
    opacity: 0; }
    .carousel-header .carousel.slick-initialized {
      visibility: visible;
      opacity: 1; }
    .carousel-header .carousel .carousel-slide {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 768px) {
        .carousel-header .carousel .carousel-slide {
          background-position: center 70px; } }
      .carousel-header .carousel .carousel-slide.video:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75));
        z-index: 1; }
      .carousel-header .carousel .carousel-slide video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover; }
      .carousel-header .carousel .carousel-slide .overlay {
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 3; }
      .carousel-header .carousel .carousel-slide .carousel-row {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .carousel-header .carousel .carousel-slide .carousel-row .carousel-col {
          width: 1400px;
          margin: 0 auto;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin: 0 auto;
          position: absolute;
          top: 200px; }
          @media (max-width: 1400px) {
            .carousel-header .carousel .carousel-slide .carousel-row .carousel-col {
              width: 100%;
              top: 150px; } }
          @media (max-width: 1130px) {
            .carousel-header .carousel .carousel-slide .carousel-row .carousel-col {
              top: 60px; } }
          @media (max-width: 768px) {
            .carousel-header .carousel .carousel-slide .carousel-row .carousel-col {
              top: 0px; } }
      .carousel-header .carousel .carousel-slide .carousel-row-video {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .carousel-header .carousel .carousel-slide .carousel-row-video .carousel-col-video {
          width: 1400px;
          margin: 0 auto;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin: 0 auto;
          position: absolute;
          top: 200px; }
          @media (max-width: 1400px) {
            .carousel-header .carousel .carousel-slide .carousel-row-video .carousel-col-video {
              width: 100%;
              top: 150px; } }
          @media (max-width: 1130px) {
            .carousel-header .carousel .carousel-slide .carousel-row-video .carousel-col-video {
              top: 60px; } }
          @media (max-width: 768px) {
            .carousel-header .carousel .carousel-slide .carousel-row-video .carousel-col-video {
              top: 0px; } }
      .carousel-header .carousel .carousel-slide .overlay, .carousel-header .carousel .carousel-slide .carousel-row, .carousel-header .carousel .carousel-slide .carousel-row-video {
        width: 100% !important;
        height: 0;
        padding-bottom: 45%; }
        @media (max-width: 1400px) {
          .carousel-header .carousel .carousel-slide .overlay, .carousel-header .carousel .carousel-slide .carousel-row, .carousel-header .carousel .carousel-slide .carousel-row-video {
            height: 650px;
            padding-bottom: 0; } }
        @media (max-width: 1130px) {
          .carousel-header .carousel .carousel-slide .overlay, .carousel-header .carousel .carousel-slide .carousel-row, .carousel-header .carousel .carousel-slide .carousel-row-video {
            height: 600px;
            padding-bottom: 0; } }
        @media (max-width: 768px) {
          .carousel-header .carousel .carousel-slide .overlay, .carousel-header .carousel .carousel-slide .carousel-row, .carousel-header .carousel .carousel-slide .carousel-row-video {
            height: 800px;
            padding-bottom: 0;
            background-position: center 70px; } }
      .carousel-header .carousel .carousel-slide .text-box {
        background: rgba(0, 0, 0, 0.7);
        padding: 2rem 10rem 2rem 2rem;
        color: #fff;
        width: 50%;
        position: relative;
        clip-path: url(#left-text-clip);
        margin-bottom: 4rem;
        opacity: 0;
        z-index: 2; }
        @media (max-width: 1130px) {
          .carousel-header .carousel .carousel-slide .text-box {
            width: 60%;
            padding: 2rem 8rem 2rem 2rem; } }
        @media (max-width: 768px) {
          .carousel-header .carousel .carousel-slide .text-box {
            width: 100%;
            top: 76px;
            padding: 2rem 8rem 2rem 2rem; } }
        .carousel-header .carousel .carousel-slide .text-box p.subtext {
          width: 80%;
          line-height: 1.3; }
        .carousel-header .carousel .carousel-slide .text-box.go {
          animation-name: fade-in-left;
          animation-duration: 1s;
          opacity: 1; }
        .carousel-header .carousel .carousel-slide .text-box p:first-child {
          padding: 0;
          margin: 0 0 1rem;
          font-weight: 600; }
        .carousel-header .carousel .carousel-slide .text-box h2 {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          text-transform: uppercase;
          line-height: 1.1;
          color: #fff;
          padding: 0rem 0 0.5rem; }
        .carousel-header .carousel .carousel-slide .text-box .btn {
          background-color: #ff0000;
          border: none;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          text-transform: uppercase;
          padding: 0.7rem 2rem;
          font-size: 1rem;
          margin-top: 2rem;
          color: #fff; }
          @media (max-width: 768px) {
            .carousel-header .carousel .carousel-slide .text-box .btn {
              padding: 0.5rem 1.6rem;
              font-size: 1rem;
              margin-top: 1rem; } }
      .carousel-header .carousel .carousel-slide.text-box-right .text-box {
        clip-path: url(#right-text-clip);
        padding: 2rem 2rem 2rem 10rem;
        text-align: right; }
        .carousel-header .carousel .carousel-slide.text-box-right .text-box p {
          width: 80%;
          float: right; }
          @media (max-width: 768px) {
            .carousel-header .carousel .carousel-slide.text-box-right .text-box p {
              width: 100%; } }
        @media (max-width: 1130px) {
          .carousel-header .carousel .carousel-slide.text-box-right .text-box {
            top: 54px;
            width: 80%;
            padding: 2rem 2rem 2rem 8rem; } }
        @media (max-width: 768px) {
          .carousel-header .carousel .carousel-slide.text-box-right .text-box {
            width: 90%;
            top: 76px;
            padding: 2rem 2rem 2rem 8rem; } }
        .carousel-header .carousel .carousel-slide.text-box-right .text-box.go {
          animation-name: fade-in-right;
          animation-duration: 1s;
          opacity: 1; }
      .carousel-header .carousel .carousel-slide.text-box-right .carousel-col {
        display: flex;
        justify-content: flex-end; }
      .carousel-header .carousel .carousel-slide .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: right;
        background: rgba(0, 0, 0, 0.7);
        color: #ffffff;
        padding: 4px;
        z-index: 3; }
    .carousel-header .carousel .slick-dots {
      position: absolute;
      bottom: 4rem;
      left: calc((100% - 1400px) / 2);
      transform: none;
      list-style: none;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto; }
      @media (max-width: 1500px) {
        .carousel-header .carousel .slick-dots {
          width: 100%;
          max-width: none;
          left: 2rem; } }
      .carousel-header .carousel .slick-dots li {
        display: block;
        float: left;
        list-style: none;
        margin-right: 2.5rem; }
        @media (max-width: 768px) {
          .carousel-header .carousel .slick-dots li {
            margin-right: 1.8rem; } }
        .carousel-header .carousel .slick-dots li button {
          background: white;
          width: 50px;
          height: 16px;
          transform: skewX(-50deg);
          opacity: 0.8; }
          @media (max-width: 768px) {
            .carousel-header .carousel .slick-dots li button {
              width: 40px;
              height: 14px; } }
          .carousel-header .carousel .slick-dots li button:before {
            content: none; }
          .carousel-header .carousel .slick-dots li button:hover {
            opacity: 1; }
        .carousel-header .carousel .slick-dots li.slick-active button {
          background: red; }

.whiteheadertext h2 {
  color: #fff; }

.whitetext p, .whitetext h2, .whitetext h3, .whitetext li, .whitetext strong {
  color: #fff; }

#primary-menu .menu-text {
  text-transform: uppercase;
  font-weight: 500; }

.vc_btn3-color-danger, .gform_button {
  background: #ff0000 !important;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 0.7rem 2rem;
  font-size: 1rem;
  margin-top: 2rem;
  color: #fff !important; }
  @media (max-width: 768px) {
    .vc_btn3-color-danger, .gform_button {
      padding: 0.5rem 1.6rem;
      font-size: 1rem;
      margin-top: 1rem; } }

.XXXentry-content .uvc-main-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  font-size: 2rem !important;
  line-height: 1; }
  .XXXentry-content .uvc-main-heading h2:after {
    content: "";
    width: 70%;
    height: 3px;
    display: block;
    background: #ff0000;
    margin: 5px auto 15px; }

.maintitle h1 {
  color: #fff;
  background: rgba(255, 0, 0, 0.7);
  padding: 1.5rem 2rem;
  display: inline-block;
  max-width: 1480px;
  margin: 0 auto;
  float: none !important;
  margin-bottom: 40px;
  position: absolute;
  z-index: 1;
  left: calc((100% - 1480px) / 2);
  bottom: 0;
  text-transform: uppercase; }
  @media (max-width: 1500px) {
    .maintitle h1 {
      left: 0; } }

.coverimage {
  padding-top: 40%; }
  @media (max-width: 768px) {
    .coverimage {
      padding-top: 100%; } }
  @media (max-width: 1130px) {
    .coverimage {
      padding-top: 70%; } }

.gradbg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75)); }

.gradbg .maintitle {
  position: relative;
  z-index: 1; }

.gradbg .emissionNoticeWhite {
  position: relative;
  z-index: 1; }

.XXXentry-content h3 {
  font-family: "Trade Gothic Condensed";
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem !important;
  margin: 1.5rem 0 0.5rem;
  line-height: 1; }

div.new_footer_wrapper p {
  margin-bottom: 2rem; }

div.new_footer_left p {
  margin-bottom: 3rem; }

.dealer-tile .content .content-header {
  height: initial; }

.ast-header-break-point .ast-above-header-mobile-inline .above-header-2 .ast-above-header-section-1, .ast-header-break-point .ast-above-header-mobile-stack .above-header-2 .ast-above-header-section-1 {
  padding: 0; }

button {
  border-radius: 0 !important; }

.fancytable table:first-of-type {
  margin-top: 30px; }
  .fancytable table:first-of-type tr:first-of-type td {
    font-weight: 600; }
  .fancytable table:first-of-type tr td {
    width: 25%; }
    .fancytable table:first-of-type tr td span {
      line-height: 1.3;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .fancytable table:first-of-type tr td span img {
        padding: 5px; }
.fancytable table:last-of-type tr:first-of-type td {
  font-weight: 600; }
.fancytable table:last-of-type tr td {
  width: 50%; }
  .fancytable table:last-of-type tr td span {
    line-height: 1.3;
    display: block; }
    .fancytable table:last-of-type tr td span img {
      display: block;
      margin: 0 auto;
      padding: 5px; }

h3 {
  font-weight: 500;
  margin-top: 1rem; }

h4 {
  font-weight: 500;
  margin-top: 1rem; }

.aio-icon-description ul {
  padding: 0;
  margin: 0 0 0 1rem; }
  .aio-icon-description ul li {
    background: transparent !important;
    margin-bottom: 1rem; }

#no-map {
  min-height: 500px;
  position: relative; }
  #no-map .box_container {
    position: absolute;
    top: 450px;
    left: 50%; }
  #no-map img {
    display: none; }

@media only screen and (max-width: 768px) {
  .centered {
    height: 50px; } }
.zero-padding .vc_column-inner {
  padding: 0 !important; }

a {
  color: #000; }

.fixAbsoluteCO2 {
  position: absolute !important;
  width: 100%;
  bottom: 0; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: dimgray !important;
  border: 1px solid dimgray !important; }

.above-header-nav-padding-support .ast-justify-content-flex-end .ast-above-header-menu > li:last-child a {
  padding-right: 10px; }

.ast-above-header-menu span:not(:last-child) {
  color: white; }

.ast-logo-title-inline .site-logo-img {
  padding: 0; }

@media only screen and (max-width: 1500px) {
  .main-header-menu a {
    padding: 0px 0.7em; }

  .header-main-layout-1 .main-navigation {
    padding-left: 5px; }

  li.ast-masthead-custom-menu-items {
    padding: 0; } }
@media only screen and (max-width: 1400px) {
  .ast-masthead-custom-menu-items .ast-header-widget-area img {
    width: 100px; } }
@media only screen and (max-width: 1300px) {
  .main-header-menu span.menu-text {
    font-size: 0.8rem; } }
#gform_submit_button_9, #gform_submit_button_13 {
  background-color: darkred;
  color: white;
  font-weight: bold; }

#gform_submit_button_9:hover, #gform_submit_button_13:hover {
  background-color: red; }

.disable-co2-rgba {
  background: none !important;
  text-shadow: none !important;
  padding-left: 0 !important; }

#becomeDealerTable .vc_active .vc_tta-panel-heading {
  background-color: darkred; }

#becomeDealerTable .vc_active .vc_tta-panel-heading a {
  color: white; }

#cookie-law-info-again {
  box-shadow: none;
  border: 1px solid black; }

#becomeDealerTable h3 {
  font-family: 'Breakers Bold'; }

#becomeDealerTable #vorteile .wpb_text_column, #becomeDealerTable #vorteile h3 {
  padding: 10px;
  margin: 10px;
  color: white; }

#becomeDealerTable .wpb_text_column, #becomeDealerTable .wpb_single_image {
  padding-bottom: 15px; }

#becomeDealerTable #warrantyCompare tr:nth-child(even) {
  background: #c8c8c8; }

#becomeDealerTable #warrantyCompare thead {
  background-color: red;
  color: white; }

.ssb-dark-hover {
  background-color: rgba(255, 255, 255, 0.7); }

.divSlant .emissionNoticeWhite, .divSlant .emissionNoticeBlack {
  background-color: initial;
  padding: 0;
  text-shadow: none; }

.main-header-menu .current_page_item > a {
  color: white; }

.lineLength {
  max-width: 45em;
  margin: 0px auto; }

.octGraph > .vc_general.vc_single_bar .vc_label {
  font-size: 1.1em; }

.lpg-compare {
  color: white; }

.lpgCompareContainer td {
  border: 1px solid gray; }

.lpgCompareContainer {
  background-color: #485461;
  background-image: linear-gradient(315deg, #485461 0%, #28313b 74%); }

.lpg-compare tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1); }

.lpg-compare .fas {
  padding-right: 5px; }

.lpg-compare .fa-check {
  color: green; }

.lpg-compare .fa-times {
  color: red; }

.homepageGrid {
  background-color: gray; }

.homepageGrid > .vc_column-inner {
  margin: 10px 10px;
  padding: 0 !important;
  background-color: #282828; }

.homepageGrid > .vc_column-inner .wpb_text_column {
  padding: 10px 15px; }

.headerOutline {
  text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.wpb_content_element {
  margin-bottom: initial; }

.image_aspect_43 > .vc_column-inner {
  padding-top: 60% !important; }

.wpml-ls-sub-menu a span {
  color: black; }

.above-header-widget span {
  color: white; }

.current-menu-parent > a > span {
  color: #ff3a3a; }

.dimOnHover {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.dimOnHover:hover {
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%); }

@media (min-width: 768px) {
  .imageSlant {
    transform: skewX(-13deg);
    overflow: hidden; }

  .imageSlantLeft > .vc_column-inner {
    transform-origin: top right;
    transform: skewX(13deg); }

  .imageSlantRight > .vc_column-inner {
    transform-origin: bottom left;
    transform: skewX(13deg); }

  .divSlant {
    z-index: 2; }

  .slantBgWhite > .vc_column-inner::before {
    background-color: white; }

  .slantBgGray > .vc_column-inner {
    background-color: #000; }

  .slantBgGray > .vc_column-inner::before {
    background-color: #000; }

  .divSlant > .vc_column-inner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);
    display: block;
    content: "";
    transform-origin: right bottom;
    z-index: -1; }

  .slantLeft > .vc_column-inner::before {
    transform-origin: right top; }

  .slantRight > .vc_column-inner::before {
    transform-origin: right bottom; } }
#cookie_action_close_header {
  padding: 10px 100px;
  margin: 10px 30px; }

#cookie-law-info-bar a:first-child {
  color: red; }

#cookie-law-info-bar a:hover {
  text-decoration: none; }

#cookie-law-info-bar
aside.widget {
  display: inline-block; }

#cookie-law-info-bar .cli_settings_button {
  padding: 5px 10px;
  border: 1px solid black;
  margin: 5px;
  color: black; }

#primary-menu {
  justify-content: flex-start; }

.headerBranding img {
  width: 150px; }

@media only screen and (min-width: 1130px) {
  .become-a-dealer-button {
    background-color: red;
    border-radius: 4px;
    font-weight: bold; }

  .become-a-dealer-button:hover {
    background-color: #d70000;
    color: #eeeeee; } }
.ssb-dark-hover {
  background-color: white; }

.ssb-dark-hover a:hover {
  color: white; }

.ssb-dark-hover a {
  color: #282828; }

/*
.leftSlant {
    transform: skewX(-13deg);
	overflow: hidden;
	margin-left:-10%;
}
.leftSlant>.vc_column-inner {transform-origin: top right;
transform: skewX(13deg);
}
.rightSlant {
    transform: skewX(-13deg);
	overflow: hidden;
}
.rightSlant>.vc_column-inner {transform-origin: bottom left;
transform: skewX(13deg);
}*/
.firstRow a {
  color: #bfbfbf;
  text-decoration: none; }

.firstRow {
  background-color: #2e3031;
  text-align: center; }

.navbar-header .aec-logo {
  max-width: 175px; }

#navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
  top: 10px !important; }

nav#modeltheme-main-head {
  height: 80px;
  padding-top: 5px; }

#navbar .menu-item > a {
  padding: 10px 18px; }

.topHeader {
  background-color: #2e3031;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  align-items: center; }

.topHeader span {
  padding: 5px; }

.topHeader span a {
  color: white; }

.XXXentry-content {
  margin-bottom: 50px; }

footer .textwidget .legaltext p {
  font-size: 14px;
  line-height: 1em;
  text-align: left; }

footer .textwidget .legaltext a {
  text-decoration: underline; }

.current_page_item {
  background-color: #EC1C23; }

span.wpml-ls-native.icl_lang_sel_native {
  padding-right: 10px; }

div[id^="table-"] tbody tr td {
  border-color: rgba(204, 204, 204, 0.5) !important; }

div[id^="table-"] tbody tr td:before {
  font-family: FontAwesome;
  content: "\f00c\00a0";
  color: #880d00; }

div[id^="table-"] tbody tr:nth-child(2n) {
  background-color: rgba(200, 200, 200, 0.15); }

div[id^="table-"] table:nth-child(even) {
  margin-top: -10px; }

.cali {
  z-index: 70 !important; }

@media screen and (max-width: 600px) {
  .cali {
    padding-bottom: 40px !important; } }
div#compare {
  display: none; }

.emissionNoticeWhite {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  line-height: 1.2;
  padding: 5px;
  font-family: 'Roboto';
  font-size: 0.95rem; }

.emissionNoticeBlack {
  color: black;
  line-height: 1;
  padding-bottom: 10px;
  font-family: 'Roboto';
  font-size: 0.95rem; }

.emissionNoticeBottom > .vc_column-inner {
  justify-content: flex-end !important;
  padding-left: 0px;
  padding-right: 0px; }

.emissionFixedLabel {
  position: fixed;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 80;
  left: 0px;
  padding: 0px 20px;
  color: black;
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold; }

.whiteCO2 {
  color: white;
  font-family: Roboto;
  font-size: 0.9rem;
  line-height: 1.42857; }

.emissionCenter {
  text-align: center; }

.emissionBlack {
  color: black;
  font-family: Roboto;
  font-size: 0.9rem;
  line-height: 1.42857; }

.headerBranding:hover {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.7)); }

@media screen and (min-width: 1300px) {
  .ram2020 #pejtlevo, .ram2020 #pejtdesno {
    display: none; }

  .ram2020 > div {
    padding: 0 46px; } }
#gallery.vc_tta-panel {
  display: none; }

.backgroundRight .vc_column-inner {
  background-position: right !important; }

.vignette {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.vignette:hover {
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%); }

.XXXram2019white h2 {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.vc_row > a {
  text-decoration: none; }

.ram2021 h2 {
  font-family: "Trade Gothic Condensed" !important;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: black; }

.ram2021 h1 {
  font-family: "Trade Gothic Condensed" !important;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  color: black; }

.ram2021 span, .ram2021 p, .ram2021 li {
  font-family: Roboto;
  font-size: 0.95rem;
  line-height: 1.42857;
  color: #000;
  color: black; }

.ram2021white h2 {
  font-family: "Trade Gothic Condensed" !important;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: white; }

.ram2021white h1 {
  font-family: "Trade Gothic Condensed" !important;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  color: white; }

.ram2021white span, .ram2021white p, .ram2021white li {
  font-family: Roboto;
  font-size: 0.95rem;
  line-height: 1.42857;
  color: white; }

@media screen and (max-width: 480px) {
  .ram2020title.ram2021white {
    padding-left: 0 !important; }

  .ram2021white h2 {
    width: 100%;
    font-size: 1.5rem; }

  #main .custom-new-header h1 {
    font-size: 17px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important; }

  #main .red-title {
    padding-left: 0px !important;
    margin-top: 10px !important; }

  #main .red-title a {
    font-size: 12px !important;
    line-height: 15px !important; }

  #main article .padd-left-1 {
    margin-bottom: 120px !important; }

  #main .padd-left-2 {
    margin-bottom: 100px !important; }

  .custom-new-header .ram2019 {
    padding-bottom: 0px !important; }

  .custom-new-header .vc_custom_1612175653853 {
    min-height: 400px !important; }

  .custom-new-header {
    min-height: 400px !important; }

  .consum-notice .vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
.custom-new-header .ram2019 {
  padding-bottom: 50px; }

.custom-new-header h1 {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.8px !important;
  font-weight: lighter !important;
  font-family: "Montserrat", sans-serif !important;
  margin-top: 20px;
  margin-bottom: 40px !important; }

.custom-new-header p a {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.9px !important;
  line-height: 22px !important;
  text-transform: uppercase;
  color: #FF0000;
  font-family: "Montserrat", sans-serif !important; }

.red-title a {
  color: #000 !important; }

.red-title a strong {
  color: #FF0000 !important; }

.red-title {
  padding-left: 40%;
  margin-top: 10%; }

.custom-new-header .vc_custom_1612171891917 {
  background-position: right !important; }

.hidden-thing {
  display: none !important; }

@media only screen and (max-width: 1360px) {
  .custom-new-header .vc_custom_1612171891917 {
    background-image: url("https://aeceurope.com/wp-content/uploads/AEC_header_1220x550@2x-min.png") !important; }

  .red-title {
    padding-left: 60% !important; } }
@media only screen and (min-width: 2560px) {
  .custom-new-header .vc_custom_1612171891917 {
    background-image: url("https://aeceurope.com/wp-content/uploads/AEC_header_3440x550@2x-min1.png") !important; }

  .red-title {
    padding-left: 0% !important;
    margin-top: 20px !important; } }
/*img of menu*/
a.headerBranding img {
  width: 100px;
  height: auto;
  margin: 0 10px; }

/*footer*/
div.wp-block-column {
  display: flex;
  justify-content: space-between;
  margin-left: 10px; }

div.wp-block-column ul {
  text-align: left;
  margin-left: auto;
  margin-right: 10px; }

/*terms*/
table.table_terms {
  border: none; }

table.table_terms tr {
  border: none; }

table.table_terms th {
  border: none; }

table.table_terms td {
  border: none; }

table.table_terms th.terms_title {
  font-weight: bold;
  font-size: 120%; }

table.table_terms td.terms_title {
  font-weight: bold;
  font-size: 120%; }

.terms_table_center {
  margin: auto; }

/*News*/
div.post-thumb-img-content, div.post-thumb {
  text-align: center; }

div.ast-single-post-order {
  text-align: center; }

.news_display_none {
  display: none; }

.post_center {
  margin: auto; }

/*WLTP Values*/
table.wltp_table {
  border: #000 1px solid; }

table.wltp_table caption {
  font-weight: 600;
  text-align: right; }

table.wltp_table tr.tbl_top {
  border: #000 1px solid; }

table.wltp_table th.tbl_top {
  border-top: #000 1px solid;
  border-right: #000 1px solid; }

table.wltp_table td.tbl_top {
  border-top: #000 1px solid; }

table.wltp_table th.border-right {
  border-right: #000 1px solid; }

table.wltp_table th.border-top {
  border-top: #000 1px solid; }

table.wltp_table td {
  border-right: #000 1px solid; }

table.wltp_table td:last-child {
  border-right: none; }

table.wltp_table th.tbl_width1 {
  width: 5%; }

table.wltp_table th.tbl_width2 {
  width: 15%; }

table.wltp_table th.tbl_width3 {
  width: 15%; }

table.wltp_table th.tbl_width4 {
  width: 35%; }

table.wltp_table th.tbl_width5 {
  width: 15%; }

table.wltp_table th.tbl_width6 {
  width: 5%; }

table.wltp_table th.tbl_width7 {
  width: 10%; }

.not_tested {
  text-align: center; }

@media screen and (max-width: 480px) {
  div.tbl_wrapoer {
    overflow-x: scroll;
    transform: rotateX(180deg); }

  div.tbl_content {
    transform: rotateX(180deg); }

  table.wltp_table td:last-child {
    border-right: none; }

  table.wltp_table th.tbl_top {
    vertical-align: top; }

  table.wltp_table {
    width: 960px; }

  table.wltp_table th.tbl_width1 {
    width: 5%; }

  table.wltp_table th.tbl_width2 {
    width: 15%; }

  table.wltp_table th.tbl_width3 {
    width: 15%; }

  table.wltp_table th.tbl_width4 {
    width: 35%; }

  table.wltp_table th.tbl_width5 {
    width: 15%; }

  table.wltp_table th.tbl_width6 {
    width: 5%; }

  table.wltp_table th.tbl_width7 {
    width: 10%; }

  span.tbl_ws {
    white-space: nowrap; } }
/* MENU*/
span.menu-toggle-icon {
  color: #7C7C7C; }

/*co2*/
.emissionNoticeWhite a {
  color: #fff; }

.emissionNoticeWhite a:hover {
  color: #eb3223; }

.emissionNoticeBlack a {
  color: #000; }

/*NEW*/
.slick-prev {
  left: 10px !important; }

.slick-next {
  right: 10px !important; }

.ult-item-wrap {
  margin: 0px !important; }

.ram_main_cal {
  text-align: center; }

.ram_main_cal a {
  color: #000; }

.ram_main_cal a:hover {
  color: #eb3223 !important; }

/*MV textbox*/
video {
  position: relative;
  width: 100%; }

.top_page_mv_textbox {
  position: absolute;
  top: 60%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_top_left {
  position: absolute;
  top: 2%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_bottom_left {
  position: absolute;
  bottom: 2%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_middle_left {
  position: absolute;
  top: 30%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_bottom_right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_top_right {
  position: absolute;
  top: 2%;
  right: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_calousel h2 {
  color: #fff; }

.top_page_mv_textbox_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1% 0 0 1%; }

.top_page_mv_textbox_sp h2 {
  color: #fff;
  font-size: medium;
  margin-bottom: 0; }

.top_page_mv_textbox_sp p {
  color: #fff;
  font-size: small;
  margin-bottom: 1%; }

/*co2 fixed comment*/
p.emissionFixedLabel {
  display: none; }

/*RAM MENU*/
li.menu-item-30794 ul.sub-menu {
  position: relative; }

li.menu-item-30794 ul.sub-menu {
  position: absolute;
  width: 400px; }

li.menu-item-30794 ul.sub-menu li img {
  width: 150px;
  height: auto; }

/*DODGE MENU*/
li.menu-item-37233 ul.sub-menu {
  position: relative; }

li.menu-item-37233 ul.sub-menu {
  position: absolute;
  width: 400px; }

li.menu-item-37233 ul.sub-menu li img {
  width: 150px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px; }

/*404 page*/
div.error_404_page {
  margin-top: 0; }

div.error_message {
  margin: 3% 2%;
  text-align: center;
  padding: 3%;
  border-radius: 15px; }

div.error_message h2 {
  padding: 1% 3%;
  color: #fff; }

div.error_message p {
  padding: 1% 3%;
  font-size: 1.5em;
  color: #fff; }

div.thisway {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: -80px; }

div.thisway div {
  background: rgba(240, 240, 240, 0.1);
  margin: 2%;
  text-align: center;
  flex-basis: 40%;
  padding: 3%;
  border-radius: 15px; }

div.thisway div img {
  max-width: 300px; }

div.thisway div img:hover {
  opacity: 0.7;
  transition: 0.5s; }

div.thisway div p a {
  text-decoration: none;
  color: #fff; }

div.thisway div p a:hover {
  text-decoration: none;
  color: #FF0000;
  transition: 0.5s; }

div.thisway div p a {
  font-size: 1.3em; }

.error404 #content {
  background-image: url(https://aeceurope.com/wp-content/uploads/2022/07/jakob-rosen-JggDJV6tVEk-unsplash1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%; }

/*NEW FOOTER*/
div.new_footer_wrapper {
  display: flex; }

div.new_footer_wrapper_left {
  flex-basis: 80%;
  display: flex;
  justify-content: flex-start; }

div.new_footer_wrapper_right {
  flex-basis: 20%; }

div.new_footer_left {
  margin: 0 3%;
  text-align: left; }

div.new_footer_center_1 {
  margin: 0 3%;
  text-align: left; }

div.new_footer_center_2 {
  margin: 0 3%;
  text-align: left; }

div.new_footer_right {
  margin: 0 3%;
  text-align: left; }

@media screen and (max-width: 480px) {
  div.new_footer_wrapper {
    display: block; }

  div.new_footer_left {
    text-align: center; }

  div.new_footer_center_1 {
    text-align: center; }

  div.new_footer_center_2 {
    text-align: center; }

  div.new_footer_wrapper_left {
    display: block; }

  div.new_footer_right {
    text-align: center; } }
.current-menu-item {
  background-color: #fff; }

div.main-header-bar-navigation button.ast-menu-toggle {
  color: #7C7C7C !important; }

.co2notice_slide {
  position: absolute;
  bottom: 0;
  z-index: 2; }

/*ram trx*/
div.ram_trx_textbox {
  position: absolute;
  bottom: 100%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  width: 30%; }

div.ram_trx_textbox h2 {
  color: #000; }

div.ram_trx_textbox p {
  color: #000; }

@media screen and (max-width: 480px) {
  div.ram_trx_textbox {
    display: none; } }
@media screen and (min-width: 480px) {
  div.ram_trx_textbox_sp {
    display: none; } }

/*# sourceMappingURL=aeceurope.css.map */
