/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@font-face {
    font-family: 'Audi Type Extended'; 
    src: url('AudiType-ExtendedNormal.eot');
    src: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January_2026_Theme/Fonts/AudiType-ExtendedNormal.eot') format('embedded-opentype'),
        url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January_2026_Theme/Fonts/AudiType-ExtendedNormal.woff2') format('woff2'),
        url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January_2026_Theme/Fonts/AudiType-ExtendedNormal.woff') format('woff'),
        url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January_2026_Theme/Fonts/AudiType-ExtendedNormal.ttf') format('truetype'),
        url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January_2026_Theme/Fonts/AudiType-ExtendedNormal.svg') format('svg');
    font-weight: normal;
    font-style: normal; 
    font-display: swap;
} 

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*     display: block;
    width: 100%; */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; } 



/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {

    color: #000;
    font-feature-settings: "kern";
    font-kerning: normal;
    text-rendering: optimizeLegibility;

}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 62.5%;
  height: 100%;
}

body {
  /*   background: #fff; */
  background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/bg_white.gif') repeat-y center top #f2f2f2;
  color: #000;
  font-family: 'Audi Type Extended';
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}*/


/* =============== Typography =============== */

/* Basic text */
p {
  margin:0 0 10px 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px 0;
  color: black;
  font-weight: 400;
  font-family: 'Audi Type Extended' !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 6.6rem;
  line-height: 9.6rem;
}
h2 {
  font-size: 4.2rem;
  line-height: 6.6rem;
}
h3 {
  font-size: 2.1rem;
  line-height: 3.0rem;
}
h4 {
  font-size: 2rem;
  line-height: 2.8rem;
}
h5 {
  font-size: 1.9rem;
  line-height: 2.6rem;
}
h6 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

/* Anchor Links */
a { 
  text-decoration: underline;
  color: #000;
  outline: none;
}
a:hover, a:focus { 
  text-decoration: underline;
  color: #c03;
  outline: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 0;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header {
  display: block !important;
  position: relative;
  min-height: 118px !important;
  width: 100% !important;
  margin: 0px !important;
  z-index: 49;
}
.new-header.custom-header{
  min-height: 60px !important;
}

.custom-header .page-center {
  z-index: 51;
  max-width: 1180px !important;
  width: 92.19% !important;
}

.custom-header-top-content {
  float: none !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.custom-header-top-content > .row-fluid-wrapper > div {
  display: table;
}

.col-header {
  margin-left: 0 !important;
  float: left !important;
  width: auto !important;
}

.custom-logo {
  position: relative;
  float: right !important;
  padding: 15px 0px 0px 0px;
  z-index: 10;
}

.custom-logo {
  z-index: 11;
}

.custom-logo a.logo {
  position: relative;
  display: block;
  width: 249px;
  height: 31px;
  margin-right: -30px;
  text-indent: -5000px;
  float: left;
  background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/logo.jpg) no-repeat scroll right top / 249px 31px #fff;
  text-decoration: none !important;
}

.header-logo {
  display: block;
  width: 100%;
}

.header-logo:before, .header-logo:after {
  display: block;
  clear: both;
  content: "";
}

.custom-header-top-menu {
  padding: 0px 20px 0px 0px;
  margin-left: -15px !important;
  position: relative;
  z-index: 10;
}

.custom-header-top-menu > div {
  width: auto;
}

.custom-header-top-menu > div > .hs_cos_wrapper {
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 66.66667%;
  float: left;
  margin-right: 0%;
  background: none;
  position: relative;
  display: table;
  padding-left: 0px;
}

.custom-header-top-menu > div:before, .custom-header-top-menu > div:after {
  display: block;
  clear: both;
  content: "";
}

.custom-header-top-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li {
  color: #000;
  box-sizing: border-box;
  border: 1px solid transparent;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  line-height: 20px;
  float: none !important;
  height: 30px;
  padding: 26px 0px 19px 0px;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > a {
  font: 400 1.4rem 'Audi Type Extended';
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  outline: none;
  margin-right: -4px;
  padding: 0px 9px 0px 15px;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
  color: #c03;
}

.custom-header-menu-group {
  background: none;
  position: relative;
  z-index: 1;
  display: block !important;
}

.custom-menu-primary-desktop {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0px auto !important;
}

.custom-menu-primary-desktop > div {
  width: 100%;
}

.mentop.searchModelMenu {
  position: relative;
  z-index: 10;
}

.searchBox {
  float: left;
  width: 150px;
  margin-top: 15px;
}

.searchBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.themeFulltextSearchBox .icon-search {
  background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/magnifierSearch.png) no-repeat -82px 14px transparent;
  height: auto;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  border: 0 none;
  font: 400 12px 'Audi Type Extended';
  margin: 0;
  padding: 15px 0 0 20px;
  vertical-align: baseline;
}

.themeFulltextSearchBox .icon-search:hover {
  color: #c03;
  background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/magnifierSearch.png) no-repeat -82px -21px transparent;
  cursor: pointer;
}

.searchBox ul li .search-dropdown {
  margin-left: 0;
  left: 0px;
  background-size: 100% 100%;
  opacity: 1;
  margin-top: -29px;
  height: auto;
  padding-top: 80px;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  overflow: hidden;
  position: absolute;
  top: -500px;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  max-width: 1920px;
  width: 100%;
  top: -21px;
  -webkit-transform: translate(0, -500px);
  transform: translate(0, -500px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  z-index: 9;
  height: 170px;
}

.searchBox ul li:hover .search-dropdown {
  top: -21px;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.themeFulltextSearchBox .searchField {
  margin: 0px auto;
  width: 400px;
}

.search-content {
  width: 500px;
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.searchBox .kwfField {
  clear: both;
  position: relative;
  margin-bottom: 4px;
  width: 100%;
}

.searchBox .kwfField .kwfFormFieldWrapper {
  margin-left: 0px;
  text-align: left;
  position: relative;
}

.searchBox .kwfField .kwfFormFieldWrapper input[type="text"] {
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #d0d3d4;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 6px 6px;
  line-height: 22px;
  text-align: left;
  font-size: 12px;
  height: 38px;
  max-width: 100%;
  width: 100% !important;
  color: #333;
  padding: 6px;
  width: 450px !important;
}

.searchBox .kwfField .kwfFormFieldWrapper input[type="text"]:focus {
  outline: 0;
}

.submitWrapper.submitWrapper {
  clear: both;
  text-align: right;
  width: 100%;
  padding-right: 0%;
  width: 22px;
  margin: -39px 0px 0px 7px;
  float: right;
}

.submitWrapper.submitWrapper .button.button {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  float: none;
  width: 100%;
  margin: 0;
}

.submitWrapper.submitWrapper .button.button button.submit.submit {
  background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/magnifierSearch.png') no-repeat 0px -1px #000;
  -webkit-transition: none;
  transition: none;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  margin-top: -4px;
  outline: 0 none;
  float: right;
  font-family: 'Audi Type Extended';
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: white;
  cursor: pointer;
  display: inline-block;
}

.submitWrapper.submitWrapper .button.button button.submit.submit:hover, .submitWrapper.submitWrapper .button.button button.submit.submit:focus {
  background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/magnifierSearch.png') no-repeat -40px -1px #000;
  -webkit-transition: none;
  transition: none;
  outline: 0;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: static !important;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > .car-dropdown {
  background-size: 100% 100%;
  margin-left: 0;
  z-index: -1;
  opacity: 1;
  visibility: visible;
  margin-top: -30px;
  min-height: 420px;
  padding-top: 80px;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  left: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s;
  width: 100%;
  display: block;
  top: -21px;
  -webkit-transform: translate(0,-500px);
  transform: translate(0,-500px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 1920px;
  margin-left: -355px;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li.car-menu-open > .car-dropdown {
  top: -21px;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li.A1>.car-dropdown {
  min-height: 441px;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > .car-dropdown > .car-dropdown-inner {
  position: relative;
  text-align: left;
  max-width: 1180px;
  width: 92.19%;
  margin: 0 auto;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner:before, 
.custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner:after {
  display: block;
  clear: both;
  content: "";
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > .car-dropdown > .car-dropdown-inner > ul {
  margin-bottom: 30px;
  position: relative;
  margin-left: -1px;
  margin-top: 13px;
  text-align: left;
  width: 180px;
  float: left;
  z-index: 3;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner>ul > li {
  padding: 2px;
  line-height: 15px;
  min-height: 25px;
  color: black;
  border-bottom: 1px solid #e7e9ea;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner>ul>li {
  display: table;
  width: 100%;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner>ul > li:first-child {
  border-top: 1px solid #e7e9ea;
}

.custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner>ul > li > a {
  font: 400 11px 'Audi Type Extended';
  display: table-cell;
  vertical-align: middle;
  height: 25px;
  text-decoration: none !important;
  white-space: normal !important;
}

/* .custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner>ul > li > a:hover {
color: #c03;
} */

.custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner>ul > li.active-item > a {
  color: #c03;
}

.switchContent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}

/* .custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner>ul>li:hover .switchContent {
display: block;
} */

.custom-header-top-menu .hs-menu-wrapper>ul>li>.car-dropdown>.car-dropdown-inner>ul>li.active-item .switchContent {
  display: block;
}

.switchContent .themeMenuModelDropdownItem {
  display: block;
  background: white;
  width: 1211px;
  padding: 0px 10px 25px 251px !important;
}

.switchContent .themeMenuModelDropdownItem > div:first-of-type {
  width: 310px;
}

.switchContent .themeMenuModelDropdownItem .title {
  font-family: 'Audi Type Extended';
  font-size: 2.0rem;
  line-height: 2.6rem;
  margin: 1px 10px 0 0;
  padding-right: 35px;
}

.themeMenuModelDropdown .menucontent .switchContent .head {}

.switchContent .themeMenuModelDropdownItem  .head {
  padding-top: 12px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  color: black;
  height: 32px;
}

.switchContent .themeMenuModelDropdownItem .themeMenuModelDropdownItemText {
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}

.switchContent .themeMenuModelDropdownItem .themeMenuModelDropdownItemText p {
  color: #000;
  margin-bottom: 10px;
  font: 400 11px Verdana,sans-serif;
  width: 300px;
}

.switchContent .themeMenuModelDropdownItemImage {
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  margin: 0px;
  position: relative;
  margin-top: 10px;
  float: left;
  margin-left: 20px;
  max-width: 500px;
  width: 500px;
}

.switchContent .themeMenuModelDropdownItem .webStandard.listLinks {
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}

.switchContent .themeMenuModelDropdownItem:before, .switchContent .themeMenuModelDropdownItem:after {
  display: block;
  clear: both;
  content: "";
}

.switchContent .themeMenuModelDropdownItem .webStandard.listLinks a.kwcBasicLinkTagIntern {
  background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/car-arrow.png') no-repeat scroll right center #000;
  border-right: 12px solid #000;
  border-style: none solid none none;
  border-width: 0 12px 0 0;
  background-color: #000;
  margin: 0px 0px 20px 0px;
  display: table;
  color: #fff;
  padding: 10px 12px 10px 13px;
  font: 700 10px Verdana,sans-serif;
  line-height: 10px;
  width: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.switchContent .themeMenuModelDropdownItem .webStandard.listLinks a.kwcBasicLinkTagIntern:hover {
  background-color: #000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #c03;
  text-decoration: none;
}

.switchContent .themeMenuModelDropdownItem .webStandard.listLinks a.poiToolsKwcLinkTagCarConfigurator,
.switchContent .themeMenuModelDropdownItem .webStandard.listLinks a.poiToolsKwcLinkTagSvn {
  background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/car%20left%20arrow.png') no-repeat scroll 0 2px transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  padding-left: 11px;
  text-decoration: none;
  font: 700 11px Verdana,sans-serif;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-decoration: none !important;
}

.switchContent .themeMenuModelDropdownItem .webStandard.listLinks a.poiToolsKwcLinkTagCarConfigurator:hover,
.switchContent .themeMenuModelDropdownItem .webStandard.listLinks a.poiToolsKwcLinkTagSvn:hover {
  color: #c03;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.switchContent a {
  white-space: normal !important;
}

.switchContent .themeMenuModelDropdownItemImage a.kwcBasicLinkTagIntern {
  text-decoration: none !important;
}

.switchContent .themeMenuModelDropdownItemImage img {
  vertical-align: middle;
}

.switchContent .themeMenuModelDropdownItem .price {
  font: 12px 'Audi Type Extended';
}

/* .custom-header-top-menu .hs-menu-wrapper > ul > li.car-menu-open > .car-dropdown > .car-dropdown-inner > ul {
display: block !important;
} */

/* =============== Content =============== */

body:not(.blog) .body-container-wrapper {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.0rem;
}
.custom-header .page-center {
  padding-top:0;
  padding-bottom:0;
}
.page-center {
  padding-top:92px;
  padding-bottom:92px;
  max-width:1200px !important;
  margin:0 auto !important;
  float:none !important;
}
.body-container-wrapper .to-columns-content {
  padding-top:92px;
  padding-bottom:92px;
  max-width:1200px !important;
  margin:0 auto !important;
  float:none !important;
}
.body-container-wrapper .content-row {
  margin:0 0 35px 0;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-group {
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
  background: #4c4c4c;
  min-height: 144px;
  padding: 0px !important;
  max-width: none !important;
}

.custom-footer-bottom .page-center {
  background-color: #4c4c4c;
  padding: 40px 0px 20px 0px;
  max-width: 1920px !important;
  clear: both;
  position: relative;
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width:92% !important;
}

.custom-footer-top-spacer {
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
  height: 0 !important;
  min-height: 0 !important;
}

.custom-footer-copyright {
  clear: both;
  line-height: 2.2rem;
  font-size: 1.3rem;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 19px;
} 

.custom-footer-copyright p {
  line-height: 2.4rem;
  color: #000;
  margin-bottom: 10px;
  color: #b0b6b8;
}

.custom-footer-social-menu-group > .row-fluid-wrapper > div {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.custom-footer-social-menu-group > .row-fluid-wrapper > div:before, 
.custom-footer-social-menu-group > .row-fluid-wrapper > div:after {
  display: none;
}

.col-footer {
  float: left !important;
  max-width: 100%;
  width: auto !important;
  margin-left: 0 !important;
}

.custom-footer-menu {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}

.custom-footer-social-icons {
  float: right !important;
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  color: #000;
  line-height: 2.2rem;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  margin: 0px auto;
  color: #fff;
  display: inline-block;
  margin-bottom: 13px;
  margin-right: 30px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-decoration: none;
  width: 92%;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:after {
  content: "";
  display: table;
  clear: both;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.socialLinks .listItem {
  float: left;
  width: 40px;
  margin: 0px 0px 10px 20px;
}

.poiLinkTagExtern {
  text-decoration: none !important;
}

.socialLinksIconImage {
  display: block;
  margin: 0px;
}

.socialLinksIconImage .outerContainer {
  display: block;
}

.socialLinksIconImage .container {
  height: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

.socialLinksIconImage img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: none;
}

.custom-footer-top-info {
  position: relative;
  background-color: #f2f2f2;
}

.custom-footer-top-info .themeFooter {
  padding: 30px 0px 0px 0px;
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 1920px;
  width: 92%;
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.custom-footer-top-info .themeFooter .columns {
  margin: 0px 40px !important;
  width: 100% !important;
  float: none !important;
}

.custom-footer-top-info .themeFooter .columns:before,
.custom-footer-top-info .themeFooter .columns:after {
  display: block;
  clear: both;
  content: "";
}

.themeFooterText {
  padding: 30px 0 0;
  float: left;
  padding-bottom: 25px;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-right: 0%;
  font-family: 'Audi Type Extended';
  font-weight: normal;
  max-width: 1180px;
  color: #000;
}

.themeFooterText p.Audi {
  line-height: 2.4rem;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Audi Type Extended';
}

.themeFooterText p.Audi a.kwcBasicLinkTagIntern {
  text-decoration: underline;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */

.custom-menu-primary-desktop .hs-menu-wrapper {
  position: relative;
  width: 66.66667%;
  float: left;
  margin-right: 0%;
  display: table;
}
.new-header .custom-menu-primary-desktop .hs-menu-wrapper > ul{
  padding: 15px 0 0;
}
.custom-menu-primary-desktop .hs-menu-wrapper > ul {
  position: relative;
  width: auto;
  margin-left: -5px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  float: none !important;
  color: #000;
  line-height: 2.2rem;
  padding: 0px 20px 0px 0px;
  font-size: 1.3rem;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > a {
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 32px;
  color: black;
  display: block;
  padding: 0 10px 0 0px;
  font-family: 'Audi Type Extended';
  text-decoration: none !important;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.active > a {
  font-family: 'Audi Type Extended';
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:last-child > a {
  padding-right: 30px;
}


.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > a:hover {
  color: #c03;
  background-color: white;
  border: none;
  border-width: 0px;
}

/* Child List */
.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > .menu-dropdown {
  background: none white;
  border: none;
  border-width: 0px;
  position: absolute;
  display: block;
  width: auto;
  top: -400px;
  z-index: -1;
  opacity: 0;
  margin-top: -1px;
  font-family: 'Audi Type Extended';
  font-size: 1.2rem;
  visibility: hidden;
  top: 30px;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 1.2rem;
  min-width: 63px;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:hover > .menu-dropdown {
  visibility: visible;
  opacity: 1;
  top: 80px;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > .menu-dropdown > ul {
  list-style: none;
  margin: 0;
  display: none !important;
  padding: 10px 14px 0 6px;
  background: none white;
  margin-left: 0px;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:hover > .menu-dropdown > ul {
  display: block !important;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > .menu-dropdown > ul > li {
  font-weight: normal;
  text-align: left;
  color: black;
  z-index: -1;
  float: none;
  display: block;
  line-height: 2.2rem;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > .menu-dropdown > ul > li > a {
  padding-bottom: 10px;
  white-space: nowrap !important;
  background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/menu%20arrrow.png') no-repeat scroll 0 4px transparent;
  color: #000;
  cursor: pointer;
  display: inline-block !important;
  line-height: 16px;
  padding-left: 11px;
  text-decoration: none !important;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > .menu-dropdown > ul > li > a:hover {
  color: #c03;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > .menu-dropdown > ul > li.active > a {
  font-family: 'Audi Type Extended';
  background-color: white;
}

.custom-menu-primary-desktop .hs-menu-wrapper>ul>li.Servis > .menu-dropdown {
  min-width: 227px;
}

.custom-menu-primary-desktop .hs-menu-wrapper>ul>li.Doživetje.znamke.Audi > .menu-dropdown {
  min-width: 196px;
}

.custom-menu-primary-desktop .hs-menu-wrapper>ul>li.Financiranje > .menu-dropdown {
  min-width: 239px;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:1493px) {
  .custom-header-top-menu .hs-menu-wrapper > ul > li > a {
    padding: 0 9px 0 15px !important;
    margin-right: -4px;
}
  
.custom-menu-primary-desktop .hs-menu-wrapper>ul>li{
  padding: 0px 20px 0px 0px !important;
}
  .custom-header-top-menu .hs-menu-wrapper > ul > li > a{
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width:1280px) {
  .custom-header .page-center {
    padding: 0 40px 0 40px;
    max-width:unset !important;
}
  .custom-header-top-menu .hs-menu-wrapper > ul > li > a {
    padding: 0 4px 0 14px;
    margin-right: -4px;
}
    .custom-menu-primary-desktop .hs-menu-wrapper>ul>li {
    padding: 0px 10px 0px 0px;
  }
}
@media screen and (min-width:1174px) {
  /* 	.custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
  display:block !important;
} */
  .body-container-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
  .header-container-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
  .custom-mobile-header {
    display: none !important;
  }

  .mobile-search {
    display: none !important;
  }

  .custom-menu-primary-mobile {
    display: none !important;
  }

  body {
    overflow-x: hidden;
  }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger, .child-trigger_1{ display: none; }

@media (max-width: 1173px){

  /* Menu Reset 
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
  display: block;
  float: none;
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0px;
  margin: 0px;
  background-image: none;
  background-color: transparent;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
  max-width: none;
  width: 100%;
  height: auto;
  line-height: 1;  
  font-weight: normal;
  text-decoration: none;
  text-indent: 0px;
  text-align: left;
  color:#fff;
}*/

  /* ===== Mobile Toggle Button ===== */

  /* ===== Mobile Child Toggle Buttons ===== */


  /* ===== Mobile Menu Styles ===== */  

  /* 	.custom-menu-primary.js-enabled{
  position: relative;
  padding-top: 44px; 
  margin: 10px 0 10px 0;
} */

  /* Hide menu on mobile */
  /* 	.custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
  display: none;
}   */

  /* Make child lists appear below parent items */
  /* 	.custom-menu-primary ul.hs-menu-children-wrapper{
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  display: none;
} */

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent;
    width: 100%; /* Full screen width */
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

.group-breadcrumbs {
  display: none;
}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: 400; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */

.body-container-wrapper .hs_cos_wrapper_type_password_prompt,
.body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
.body-container-wrapper .hs_cos_wrapper_type_form,
.body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper #comment-form {
  max-width:700px;
}

.body-container-wrapper #hs-pwd-widget-password {
  height: 27px !important;
  max-width:700px;
  display: block;
}

.full-width-lp .body-container-wrapper form {
  max-width:700px;
}

.body-container-wrapper .hs-search-field__bar {
  max-width:700px;
}


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin: 0 0 20px 0;
}

.hs-form-field > label {
  text-align: left;
  font-weight: 400;
  margin-right: 0px;
  font-family: 'Audi Type Extended';
  line-height: 2.4rem;
  display: inline-block;
  color: #000;
  margin-bottom: 4px;
  font-size: 1.6rem;
}

ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 10px 0;
  padding: 0 !important;
  display: block;
  color: #da0000;
  line-height: 2.2rem;
  font-size: 1.6rem;
  font-family: 'Audi Type Extended';
}

.hs-error-msgs label {
  font-size: 12px;
  display: inline-block;
  line-height: 2.4rem;
  color: #c03;
  position: relative;
  padding-left: 30px;
  cursor: text;
  padding-top: 2px;
}

.hs-error-msgs label:before {
  right: auto;
  top: 2px;
  background: transparent url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/sprite-forms.png) no-repeat -160px 0px;
  height: 20px;
  width: 20px;
  z-index: 30;
  content: "";
  position: absolute;
  left: 0;
  cursor: default;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  border-color: #000;
  border-style: none none dotted;
  border-width: 0px 0px 0.1rem 0px;
  color: #222;
  padding: 0px;
  font-family: 'Audi Type Extended';
  line-height: 32px;
  border-radius: 0;
  font-size: 1.6rem;
  height: 27px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height:auto !important;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  white-space: normal;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  background: none;
  background-color: #000;
  padding: 12px 28px 10px 15px;
  font-family: 'Audi Type Extended';
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: white;
  border: medium none;
  width: auto;
  height: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-image: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/button%20arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px top 17px;
  background-attachment: scroll;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #4c4c4c;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: white;
  outline:0;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  background-color: #4c4c4c;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: white;
  outline:0;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

#back-to-top {
  pointer-events: none;
  background-color: #000000;
  text-align: center;
  position: fixed;
  font-size: 50px;
  cursor: pointer;
  color: #ffffff;
  height: 50px;
  opacity: 0;
  z-index: 99;
  width: 50px;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  text-decoration: none !important;
}

#back-to-top:before, #back-to-top:after {
  content: '';
  position: absolute;
  top: 23px;
  width: 15px;
  height: 2px;
  background-color: white;
}

#back-to-top:before {
  left: 12px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

#back-to-top:after {
  right: 12px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.scroll-back #back-to-top {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.custom-footer-left-space {
  height: 50px;
}

.custom-header-no-nav {
  min-height: 60px !important;
}


a.hs-search-results__title {
  font-family: 'Audi Type Extended';
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 1.5rem;
  display: block;
  color: black;
  text-decoration: none;
  padding: 2px;
  margin: 0;
}

p.hs-search-results__description {
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.hs-search-results__listing li {
  padding: 20px 0px 20px 0px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  width: 46%;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1812px) {
  h1{
    font-size: 5.4rem;
    line-height: 7.8rem;
  }

  h2 {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }

  .custom-footer-top-info .themeFooter {
    padding-bottom: 36px;
  }

  .banner-inner h1 {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }

}

@media (max-width: 1599px) {
  .banner-inner .page-center {
    padding: 0 50px;
    max-width: 1180px !important;
  }
}

@media (max-width: 1492px){
  .custom-menu-primary-desktop .hs-menu-wrapper>ul>li {
    padding: 0px 10px 0px 0px;
    font-size: 1.2rem;
  }

  .custom-header-top-menu .hs-menu-wrapper>ul>li>a {
    padding: 0px 4px 0px 14px;
  }

  .custom-menu-primary-desktop .hs-menu-wrapper>ul>li.Servis>.menu-dropdown {
    min-width: 211px;
  }

  .custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Doživetje.znamke.Audi > .menu-dropdown {
    min-width: 182px;
  }

  .custom-menu-primary-desktop .hs-menu-wrapper>ul>li.Financiranje>.menu-dropdown {
    min-width: 240px;
  }

}

@media (max-width: 1386px) {
  h1 {
    font-size: 4.2rem;
    line-height: 6.6rem;
  }

  h2 {
    font-size: 3.0rem;
    line-height: 4.2rem;
  }

  .socialLinks .listItem {
    margin: 10px 20px 10px 0px;
  }

  .banner-inner h1 {
    font-size: 2.7rem;
    line-height: 4.2rem;
  }

}

@media (max-width: 1280px) {
  .custom-footer-social-menu-group>.row-fluid-wrapper>div {
    display: table;
    overflow: hidden;
  }

  .custom-footer-social-menu-group>.row-fluid-wrapper>div:before, .custom-footer-social-menu-group>.row-fluid-wrapper>div:after {
    display: table;
    content: "";
  }

  .custom-footer-menu {
    width: 100% !important;
  }

  .custom-footer-social-icons {
    float: left !important;
  }

  .custom-footer-top-info .themeFooter {
    padding-bottom: 72px;
  }

  .custom-header-top-menu .hs-menu-wrapper>ul>li>a {

    margin-right: -4px;
  }

  .custom-logo {
    padding: 15px 0px 0px 0px;
  }

  .custom-menu-primary-desktop .hs-menu-wrapper>ul>li>.menu-dropdown {
    font-size: 1.0rem;
  }

  .custom-menu-primary-desktop .hs-menu-wrapper>ul>li.Servis>.menu-dropdown {
    min-width: 194px;
  }

  .custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Doživetje.znamke.Audi > .menu-dropdown {
    min-width: 167px;
  }

  .custom-menu-primary-desktop .hs-menu-wrapper>ul>li.Financiranje>.menu-dropdown {
    min-width: 211px;
  }

}

@media (max-width: 1173px) {
  .custom-header {
    display: none !important;
  }

  .custom-header-top-menu {
    display: none !important;
  }

  .custom-logo {
    display: none !important;
  }

  .custom-header-menu-group {
    display: none !important;
  }

  .custom-menu-primary-desktop {
    display: none !important;
  }

  .desktop-search {
    display: none !important;
  }

  .custom-mobile-header {
    background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/logoMobile.png) no-repeat right 8px;
    background-size: 114px;
    padding-top: 58px;
    width: 100% !important;
    overflow: hidden;
    position: relative;
    z-index: 49;
    display: block !important;
  }

  .custom-mobile-logo {
    height: 0;
    min-height: 0 !important;
  }

  .custom-mobile-logo a {
    position: absolute;
    display: block;
    width: 150px;
    height: 50px;
    right: 0;
    top: 0;
    text-decoration: none !important;
  }

  .showMenu {
    line-height: 40px;
    color: #c03;
    float: right;
    z-index: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    display: block;
    margin: 0;
    position: absolute;
    height: 57px;
    width: 58px;
    top: 0px;
    text-indent: -9999px;
    text-decoration: none !important;
  }

  .mobile-trigger {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileMenuIcon.svg') center center no-repeat;
    background-size: 22px;
  }

  .mobile-car-icon {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileCarIcon.svg') center center no-repeat;
    background-size: 22px;
    left: 58px;
  }

  .mobile-trigger:hover {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileMenuIconActive.svg') center center no-repeat;
    background-size: 22px;
  }

  .mobile-open .mobile-trigger {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileMenuIconActive.svg') center center no-repeat;
    background-size: 22px;
  }

  .mobile-car-icon:hover {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileCarIconActive.svg') center center no-repeat;
    background-size: 22px;
  }

  .car-open .mobile-car-icon {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileCarIconActive.svg') center center no-repeat;
    background-size: 22px;
  }

  .mobile-search-icon {
    left: 116px;
    top: 0px;
    position: absolute;
    text-indent: 0;
  }

  .mobile-search-icon span.icon-search {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileSearchIcon.svg') center center no-repeat;
    background-size: 22px;
    height: 57px;
    width: 58px;
    display: inline-block;
    font: 400 12px 'Audi Type Extended' !important;;
    margin: 0;
  }

  .mobile-search-icon:hover span.icon-search {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileSearchIconActive.svg') center center no-repeat;
    background-size: 22px;
    color: #c03;
  }

  .search-open .mobile-search-icon span.icon-search {
    background: url('https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/mobileSearchIconActive.svg') center center no-repeat;
    background-size: 22px;
    color: #c03;
  }

  .mobile-search {
    overflow: hidden;
    height: 60px;
    width: auto;
    float: none;
    margin: 0;
  }

  .mobile-search .themeFulltextSearchBox .searchField {
    margin: 0px;
    width: 50vw;
    height: 60px;
  }

  .mobile-search .search-content {
    position: relative;
    font-family: 'Audi Type Extended';
    color: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: auto;
  }

  .mobile-search .kwfField .kwfFormFieldWrapper {
    margin-left: 15px;
  }

  .mobile-search .kwfField .kwfFormFieldWrapper input[type="text"] {
    width: 350px !important;
    height: 40px;
  }

  .mobile-search .submitWrapper.submitWrapper {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    clear: both;
    padding-right: 0%;
    text-align: right;
    left: 370px;
    float: none;
    margin: 0;
  }

  .switchContent {
    display:none !important;
  }


  /* Dl Back Menu */

  .custom-menu-primary-mobile ul.animate-primary-menu,
  .custom-menu-primary-mobile ul.animate-primary-menu1 {
    display: none !important;
  }

  .animate-menu ul,
  .animate-menu1 ul  {
    list-style: none !important;
    margin: 0 !important;
  }

  .animate-menu ul li,
  .animate-menu1 ul li  {
    box-sizing: border-box;
    border-right: 15px solid transparent;
    padding: 0 0 0 15px;
    position: relative;
    line-height: 40px;
    display: block;
    background-color: transparent;
    border-bottom: none;
  }

  .animate-menu ul li.hs-item-has-children,
  .animate-menu1 ul li.hs-item-has-children {
    background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/arrowRed.png) right 4% center no-repeat;
  }

  .animate-menu ul li a,
  .animate-menu1 ul li a{
    display: block;
    border-bottom: 1px solid #ccc;
    font-family: 'Audi Type Extended';
    padding: 14px 0 14px 0;
    line-height: 1.5rem;
    font-size: 1.2rem;
    color: #000;
    text-decoration: none !important;
  }

  .animate-menu ul li a:hover,
  .animate-menu1 ul li a:hover {
    color: #000;
    text-decoration: none !important;
  }

  .child-trigger,
  .child-trigger_1 {
    display: block !important;
    width: 100%;
    height: 44px;
    float: none;
    background: transparent;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    min-width: 100%;
  }

  li.dl-back,
  li.dl-back1  {
    text-align: left;
    background: transparent;
  }

  .animate-menu ul li.dl-back a,
  .animate-menu1 ul li.dl-back1 a  {
    background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/darkGreyArrowLeftMedium.png) no-repeat left center;
    padding-left: 0px;
  }

  .animate-menu ,
  .animate-menu1 {
    position: relative;
    overflow: hidden;
    background: transparent;
    width: 100%;
    height: auto !important;
  }

  .animate-menu>ul.active-panel,
  .animate-menu1 >ul.active-panel1 {
    position: relative;
  }

  .animate-menu>ul,
  .animate-menu1 >ul {
    list-style: none !important;
    margin: 0 !important;
  }

  .animate-menu>ul,
  .animate-menu1 >ul {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 100%;
    transition: all 0.6s ease;
  }

  .animate-menu ul.active-panel,
  .animate-menu1 ul.active-panel1 {
    left: 0;
  }

  .animate-menu>ul.submenu-open,
  .animate-menu1>ul.submenu-open1 {
    left: -100%;
  }


}


@media (max-width: 1024px) {
  .custom-footer-top-info .themeFooter .columns {
    margin: 0 !important;
    padding-left: 40px;
  }

  .body-container-wrapper .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-inner .page-center {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

}

@media (max-width: 959px) {
  h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  h1 {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }

  .group-breadcrumbs {
    display: block;
  }
  .custom-breadcrumb, nav.webStandard {
    display: none !important;
  }
  .innerNavBox {
    box-sizing: border-box;
    background: #000;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
  }

  .innerNavBox .webStandard {
    font-family: 'Audi Type Extended';
    background: #000;
    position: relative;
    margin: 0px auto;
    max-width: 1180px;
    width: 92.19%;
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: block;
    min-height: 34px;
    color: #fff;
    clear: left;
    z-index: 12;
    padding-top: 6px;
    margin-top: 2px;
  }

  .innerNavBox .webStandard ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .innerNavBox .webStandard ul li {
    float: left;
    height: 36px;
    color: #000;
    line-height: 2.2rem;
  }

  .innerNavBox .webStandard ul li a {
    color: #fff;
    padding-top: 7px;
    display: block;
    outline: none;
    text-decoration: none;
  }

  .innerNavBox .webStandard ul li a:hover {
    color: #fff;
    text-decoration: none;
  }

  .innerNavBox .webStandard ul li span {
    background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/download.png) no-repeat scroll 8px 14px #000;
    display: inline-block;
    margin-right: 4px;
    height: 22px;
    width: 18px;
  }

  .innerNavBox .webStandard ul li.last a {
    float: left;
  }

  .innerNavBox .webStandard ul li.last span.dropDownArrow {
    background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/dropDown.png) no-repeat scroll left top transparent;
    margin: 7px 0px -10px 10px;
    padding-top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .innerNavBox .webStandard ul li .dropDown {
    position: absolute;
    display: none;
    background-color: #f2f2f2;
    padding: 0px;
    margin-left: -10px;
    margin-top: -7px;
  }

  .innerNavBox .webStandard ul li .dropDown div {
    padding: 7px 10px;
    border-bottom: 1px solid #d2d2d2;
  }

  .innerNavBox .webStandard ul li .dropDown div a {
    float: none;
    font-family: 'Audi Type Extended' !important;
    padding-top: 7px;
    display: block;
    color: #000;
  }

  .innerNavBox .webStandard ul li .dropDown div.active a {
    color: #c03;
    font-weight: 400;
  }
  .hs-blog-listing .page-center.content-wrapper {
    padding-top: 46px !important;
  }
  .innerNavBox .webStandard ul li .dropDown.droodown__open {
    display: block;
    margin-top: 12px;
  }

}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.active{
font-weight: normal !important;
}

li.active{
font-weight: normal !important;
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container-wrapper .hs_cos_wrapper_type_password_prompt,
  .body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
  .body-container-wrapper .hs_cos_wrapper_type_form,
  .body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper #comment-form {
    max-width:100%;
  }

  .body-container-wrapper #hs-pwd-widget-password {
    height: 27px !important;
    max-width:100%;
    display: block;
  }

  .full-width-lp .body-container-wrapper form {
    max-width:100%;
  }

  .body-container-wrapper .hs-search-field__bar {
    max-width:100%;
  }

  .body-container-wrapper form.hs-form.stacked {
    margin: 0 0 35px 0;
  }

  body:not(.blog) .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    margin-bottom: 15px;
    padding-left: 0 !important;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    float: left !important;
  }

  .mobile-search .kwfField .kwfFormFieldWrapper input[type="text"] {
    max-width: none;
  }

}  

@media (max-width: 746px) {
  h1 {
    font-size: 2.7rem;
    line-height: 4.2rem;
  }
}

@media (max-width: 640px) {
  .banner-inner .page-center {
    padding: 0 30px;
  }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .subscribe-options label {
    display: inline-block;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .banner-inner h1 {
    font-size: 2.3rem;
    line-height: 3rem;
    margin-top: 23px;
  }

  .banner-inner {
    top: 0;
    bottom: 0;
    margin-top: 0;
  }

  .banner-content {
    margin-bottom: 15px;
  }

}

@media (max-width: 426px) {
  .mobile-search .themeFulltextSearchBox .searchField {
    width: 100%;
  }

  .mobile-search .kwfField .kwfFormFieldWrapper input[type="text"] {
    max-width: 350px !important;
    width: 100% !important;
  }

  .mobile-search .submitWrapper.submitWrapper {
    left: auto;
    right: 10px;
  }

  .mobile-search .search-content form {
    padding-right: 55px;
  }
}

/* blog style */

.hs-blog-listing .page-center.content-wrapper {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 0;
}

.hs-blog-listing .custom-footer-group {
  margin-top: 75px;
}
.post-item {
  margin-bottom: 30px;
  padding: 0;
}

.post-item .post-header {
  float: left;
  width: 500px;
  margin-right: 0;
  margin-top: 4px;
}

.post-item .post-body {
  padding-left: 500px;
  padding-right: 70px;
  margin-left: 30px;
}
.listing_date {
  font-family: 'Audi Type Extended';
  margin-bottom: 10px;
}

h2.listing_title {
  font-size: 2.4rem;
  line-height: 4.2rem;
  margin-bottom: 10px;
  color: black;
  font-weight: 400;
  font-family: 'Audi Type Extended';
  margin-bottom: 5px;
  line-height: 3.4rem;
}

h2.listing_title a {
  color: black;
  text-decoration: none;
}

.listing_content {
  background: none;
  padding: 0;
  margin: 0;
}

.listing_content p {
  margin: 0;
  padding: 0;
  line-height: 2.4rem;
  color: #000;
  margin-bottom: 0;
}

a.more-link {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px 10px 15px;
  max-width: 187px;
  border: medium none;
  box-sizing: content-box;
  cursor: pointer;
  font-family: 'Audi Type Extended';
  font-size: 1.2rem;
  line-height: 1.5rem;
  overflow: hidden;
  position: relative;
  background: none;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}

a.more-link:after {
  content: "";
  background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/download.png) no-repeat scroll left center transparent;
  vertical-align: middle;
  height: 14px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
}
.post-item.no__img .post-header {
  display: none;
}
.post-item.no__img .post-body.clearfix {
  padding-left: 0px;
  margin-left: 0;
}
.Blog__Banner h1 {
  text-align: right;
}

.inner-breadcrumb {
  background: #000;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.custom-breadcrumb {
  background: #000;
  position: relative;
  margin: 0px auto;
  max-width: 1180px;
  width: 92%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  min-height: 43px;
  color: #fff;
  clear: left;
  padding-top: 11px;
  font-family: 'Audi Type Extended';
  padding-bottom: 15px;
}

.custom-breadcrumb a {
  color: #fff;
  padding-top: 3px;
  text-decoration: none;
  outline: none;
}

.custom-breadcrumb a:hover {
  text-decoration: none;
  color: #fff;
}

.custom-breadcrumb .breadcrumb-separator {
  background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/download.png) no-repeat scroll 8px 14px #000;
  display: inline-block;
  margin-right: 0;
  height: 22px;
  width: 18px;
  margin-left: -4px;
}
nav.webStandard {
  font-family: 'Audi Type Extended';
  color: #000;
  box-sizing: border-box;
  background: none #f2f2f2;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-height: 34px;
  position: relative;
  z-index: 12;
}

nav.webStandard ul {
  margin-bottom: 0px;
  line-height: 22px;
  margin-left: 0px;
  margin: 0px auto;
  max-width: 1180px;
  width: 92%;
  min-height: 24px;
  padding: 16px 0px 14px 0px;
  list-style: none;
}

nav.webStandard ul li {
  margin: 0px;
  float: left;
  color: #000;
  line-height: 2.2rem;
}

nav.webStandard ul li a {
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
  margin-right: 14px;
  display: block;
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
  outline: none;
}

nav.webStandard ul li.current>a {
  text-decoration: underline;
}

nav.webStandard ul li a:hover {
  color: #666;
}

.blog_postbread ul li.last a span {
  background: no-repeat;
  width: auto;
  height: auto;
  margin: 0;
}
.breadcrums_fixed { 
  display:none !important;
}
.blog-pagination {
  margin: 20px 0;
}
.blog-pagination a {
  padding-right: 15px;
}

.blog-pagination a:last-child {
  padding-right: 0;
}


@media (min-width: 106.66667px) {
  h2.listing_title {
    font-size: 2.1rem;
    line-height: 3.0rem;
  }
}

@media (max-width: 1279px) {
  .Blog__Banner h1 {
    text-align: left;
  }
}

@media (max-width: 1017px) {
  .post-item .post-header {
    width: 400px;
  }

  .post-item .post-body {
    padding-left: 400px;
  }
}
@media (max-width: 767px) {
  .post-item .post-header {
    float: none;
    width: 100%;
  }
  img.custom-featured-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-item .post-body {
    padding-left: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }


  .hs-search-results__listing li {
    width: 100%;
    margin-right: 0;
  }

}

@media (max-width: 550px) {
  .innerNavBox .webStandard {
    margin-top: 1px;
  }
}

@media (max-width: 479px) {
  .post-item .post-header {
    width: 100%;
    float: none;
  }
  .post-item .post-body {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 0;
  }

}

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

.section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin: 20px 0;
  font-size: 24px;
  font-weight:400;
}

.comment-date {
  display: block;
  text-align: left;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 20px 0 10px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow:hidden;
  overflow-x:auto;
}
.hs-blog-post .row-fluid .page-center.content-wrapper {
  padding-top: 10px;
  padding-bottom: 0px;
  width: 92% ;
  max-width: 1180px;
  margin: 0 auto;
  font-family: 'Audi Type Extended';
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.section.post-header h1 {
  font-family: 'Audi Type Extended';
  margin-bottom: 0px;
  color: black;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 4.2rem;
}
.section.post-header .listing_date {
  font-family: 'Audi Type Extended';
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
.section.post-body, .section.post-footer {
  width: 92%;
  max-width: 1450px;
  margin: 0px auto;
  margin-bottom: 30px;
}
.backLink {
  margin-top: 20px;
}

.backLink p {
  line-height: 2.4rem;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0;
}

.backLink p a {
  background: url(https://5641335.fs1.hubspotusercontent-na1.net/hubfs/5641335/Audi_January2020%20Theme/Images/sprite-main.png) no-repeat scroll 10px -63px #000;
  color: #fff;
  padding-left: 15px;
  display: inline;
  cursor: pointer;
  padding: 5px 12px 10px 25px;
}


@media (min-width: 746.66667px) {
  .section.post-header h1 {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}


@media (min-width: 960px) {
  .section.post-header h1 {
    font-size: 4.2rem;
    line-height: 6.6rem;
  }

  .group-breadcrumbs {
    padding: 0;
    display: block;
  }
  .innerNavBox {
    display: none;
  }

}

@media (min-width: 1173.33333px) {
  .breadcrums_fixed {
    box-sizing: border-box;
    z-index: 49;
    padding: 0 0px 0 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    margin-left: 0px;
    visibility: hidden;
    display:block !important;
  }

  .stuck .breadcrums_fixed {
    visibility: visible;
  }
}

@media (min-width: 1280px) {
  .hs-blog-post .row-fluid .page-center.content-wrapper {
    padding-top: 44px;
  }

  .group-breadcrumbs {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
  }
  .Blog__Banner h1 {
    text-align: right;
  }

}


@media (min-width: 1386.66667px) {
  .section.post-header h1 {
    font-size: 5.4rem;
    line-height: 7.8rem;
  }
}


@media (min-width: 1813.33333px) {
  .section.post-header h1 {
    font-size: 6.6rem;
    line-height: 9.6rem;
  }
}

@media all and (min-device-width: 1174px) {
  body {
    overflow-x: hidden;
  }
}


.legal-consent-container{
font-size: 12px;
}

.AudiLab_Slovenija{
font-family:font-family: 'Audi Type Extended';
}

.new-header .custom-menu-primary-desktop .hs-menu-wrapper li:last-child a{
  font-family: 'Audi Type Extended';
}
.custom-menu-primary-desktop .hs-menu-wrapper li:last-child a{
font-family: 'Audi Type Extended';
}