
@font-face {
  font-family: 'entypo-reg';
  src: url('/assets/fonts/entypo.eot');
  src: url('/assets/fonts/entypo.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/entypo.woff') format('woff'),
  url('/assets/fonts/entypo.ttf') format('truetype'),
  url('/assets/fonts/entypo.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'entypo-social-reg';
  src: url('/assets/fonts/entypo-social.eot');
  src: url('/assets/fonts/entypo-social.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/entypo-social.woff') format('woff'),
  url('/assets/fonts/entypo-social.ttf') format('truetype'),
  url('/assets/fonts/entypo-social.svg#entypo-social') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'list_reg';
  src: url('/assets/fonts/list_font_reg.eot?49362932');
  src: url('/assets/fonts/.eot?49362932#iefix') format('embedded-opentype'),
       url('/assets/fonts/list_font_reg.woff?49362932') format('woff'),
       url('/assets/fonts/list_font_reg.ttf?49362932') format('truetype'),
       url('/assets/fonts/list_font_reg.svg?49362932#list_font_reg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'list_bold';
  src: url('/assets/fonts/list_font_bold.eot?49362932');
  src: url('/assets/fonts/.eot?49362932#iefix') format('embedded-opentype'),
       url('/assets/fonts/list_font_bold.woff?49362932') format('woff'),
       url('/assets/fonts/list_font_bold.ttf?49362932') format('truetype'),
       url('/assets/fonts/list_font_bold.svg?49362932#list_font_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.entypo,
.entypo > a {
  font-family: 'entypo-reg';
  font-size: 3em;
  color: #fff;
}
.entypo-btn-wrapper {
  background-color: #f1cd52;
  float:left;
}
.entypo-btn {
  font-family: 'entypo-reg';
  font-size: 18px;
  color: #fff;
  line-height: 11px;
}

.entypo-social,
.entypo-social > a {
  font-family: 'entypo-social-reg';
  font-size: 3em;
  color:#fff;
}

.entypo-social:hover {
  text-decoration: none;
  color: #f1cd52;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}

body *,
p {
  /*font-family: 'list_reg';*/

}

p,
address {
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'list_bold';
}


footer, body {
  background-color: #222;
}

ul li {
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

hr {
  margin: 40px 0;
}

.wrapper-body {
  background: #fff url('/assets/img/main-bg.gif') repeat left top;
  padding-top: 20px;
}

.white-bg {
  background-color: #fff;
  height: 405px;
}

.c4y-bg {
  background: #fff url('/assets/img/c4y-bg.png') repeat-x;
}

a {
  color: #981616;
}

b, strong {
  font-weight: 500;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper .navbar-brand,
.navbar-wrapper .navbar-collapse ul li a
{
  color: #333;
  text-transform: uppercase;
  font-family: 'list_bold';
}

.navbar-wrapper .navbar-default {
  border-bottom: 2px solid #f1cd52;
  box-shadow: 0 2px 4px rgba(0,0,0,0.09);
  margin-bottom: 0px;
  background-color: #fff;
}

.navbar-wrapper {
  background-color: #fff;
}

.navbar-brand {
  width: 153px;
}

.navbar-brand .title {
  display:none;
}

.navbar-brand {
  height: 20px;
  padding: 15px 0px 20px 20px;
  margin-right: 50px;

  background-color: #fff;
}

/* COLORS
-------------------------------------------------- */
.yell-bg {
  margin-top: 30px;
  background-color: #f1cd52;
  padding: 40px 0;
}

/* footer
-------------------------------------------------- */
.content-info {
  padding: 30px 0;
  font-size: 13px;
  font-weight: 300;
}

.content-info ul li.title,
.content-info,
.content-info a {
  color: #999;
}

.content-info ul li.title {
  font-weight: 700;
  padding-bottom: 8px;
}

.content-info ul {
  margin-bottom: 20px;
}

.content-info a {
  /*text-decoration: underline;*/
}

.content-info ul {
  padding-left: 0;
}

.footer-headline {
  font-family: 'list_bold';
  font-size: 15px;
  padding: 0 0 0px 0;
  margin-bottom: 25px;
  
  text-transform: uppercase;
}

.footer-line {
  border-bottom: 1px solid #f1cd52;
  height: 2px;
  width: 110px;
}

.list-style li:before {
  /*background: transparent url('/assets/img/Icons/list-style.png') no-repeat;*/
  font-family: 'entypo-reg';
  float: left;
  content: "";
  font-size: 22px;
  color : #f1cd52;
  height: 14px;
  margin: 3px 0 0 -25px;
  width: 14px;
  line-height: 15px;
}

/* Post Content
-------------------------------------------------- */
.inner-content {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  border-radius: 1px;
}

.post a.thumbnail,
.thumbnail {
  border: 0;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 1px;
  border-radius: 1px;
}

.post ul li,
.content ul li {
  padding-bottom: 0.4em;
}

.post h2 {
  margin-top: 0;
}

/*
.post {
  max-height:230px;
}*/


/* List Styles
-------------------------------------------------- */
.list-style li {
  font-weight: 300;
  padding-left: 25px;
}

.list-style-check li:before {
  content: "▸";
}

.list-style-alt li:before {
  content: "▸";
}

/* Home > Featured Car
-------------------------------------------------- */

.featured-cars {
  background-color: #222;
  padding: 1px 5px 1px 15px;
}

.featured-cars h3 a {
  color: #fff;
  text-transform: uppercase;
}

.featured-cars h3 a:hover {
  text-decoration: none;
  color: #f1cd52;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.btn-list {
  font-size: 13px;
  border-radius: 0;
  background-color: #222;
  color: #fff;
  padding: 2px 10px;
}

.btn-list:hover {
  color: #fff;
  background-color: #666;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.marketing {
  padding: 0 0 22px 0;
}

.marketing h4 {
  margin-top: 0;
  margin-bottom: 4px;
}

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 405px;
  background-color: #777;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.9);
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 405px;
}

#banner-brand {
    width: 106px;
    height: 238px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 5000;

}


/* RESPONSIVE CSS
-------------------------------------------------- */
.renault-brand {
    background: transparent url("/assets/img/brand/renault.png") no-repeat;
    height: 77px;
    width: 77px;
    margin: 30px auto;
}

.dacia-brand {
    background: transparent url("/assets/img/brand/dacia.png") no-repeat;  
    height: 68px;

    width: 77px;
    margin: 30px auto;


}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  .container {
    max-width: 1000px;
  } 

  .neuwagen-img {
    max-height: 170px;
  }

}

@media (max-width: 767px) {


h2,h3,h4,h5,h6 {
  padding-top: 28px;
}


  .featured-cars h3 {
    padding-top: 0;
  }

  .featured-cars {
    margin-bottom: 25px;
  }

  .content-info {
    padding: 30px 15px;
  }

.carousel .item {
  height: 200px;
  background-color: #777;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.9);
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 200px;
}
 


}



